
html,body{margin:0;padding:0;width:100%;height:100%;overflow:hidden;}
*,*:before,*:after{box-sizing:border-box;}
.entry-content .hw-root,.hw-root{margin:0!important;padding:0!important;overflow:hidden;background:#0b0b0b;}
.hw-map-full{position:fixed;inset:0;width:auto;height:auto;z-index:1;}
.leaflet-control-container .leaflet-control-zoom{display:none!important;}
.leaflet-div-icon,.leaflet-marker-icon.hw-emoji-icon{background:transparent!important;border:0!important;box-shadow:none!important;outline:none!important;}
.hw-emoji{font-size:22px;line-height:1;filter:drop-shadow(0 0 2px rgba(0,0,0,.6));}

/* FAB vertical */
.hw-fab{position:fixed;right:16px;bottom:16px;width:56px;height:56px;border-radius:999px;font-size:28px;line-height:1;border:none;cursor:pointer;z-index:40;box-shadow:0 6px 18px rgba(0,0,0,0.25);background:#ff7043;color:#fff;}
.hw-fab-menu{position:fixed;right:16px;bottom:calc(16px + 56px + 8px);z-index:39;display:flex;flex-direction:column;gap:10px;align-items:flex-end;pointer-events:none;}
.hw-fab-menu.open{pointer-events:auto;}
.hw-fab-sub{width:44px;height:44px;border-radius:999px;border:none;background:#222;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 18px rgba(0,0,0,0.25);font-size:20px;line-height:1;opacity:0;transform:translateY(8px) scale(.9);transition:opacity .18s ease, transform .18s ease;}

/* Modals */
.hw-modal::backdrop{background:rgba(0,0,0,.6);}
.hw-modal{border:none;border-radius:16px;padding:0;max-width:520px;width:min(92vw,520px);}
.hw-modal-card{padding:1rem;background:#fff;border-radius:16px;max-width:100%;overflow-x:hidden;}
.hw-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;}
.hw-modal-footer{margin-top:.75rem;display:flex;justify-content:flex-end;gap:.5rem;flex-wrap:wrap;}
.hw-muted{color:#666;font-size:.9rem;}

/* Form grid */
.hw-form{display:grid;gap:.75rem;max-width:100%;overflow-x:hidden;}
.hw-form label{display:grid;gap:.35rem;max-width:100%;}
.hw-row-two{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;}
.hw-inline{display:flex;gap:.5rem;align-items:center;margin-top:.25rem;flex-wrap:wrap;}
.hw-help{font-size:.9rem;color:#666;}
.hw-form input,.hw-form select,.hw-form textarea{border:1px solid #d6d9e0;border-radius:10px;padding:.6rem .7rem;font:inherit;background:#fff;box-shadow:0 1px 0 rgba(0,0,0,.03) inset;max-width:100%;}
.hw-form textarea{min-height:90px;resize:vertical;}
.hw-btn{background:#111;color:#fff;border:none;border-radius:10px;padding:.6rem 1rem;cursor:pointer;}

/* Popup (solo likes) */
.hw-pop{min-width:220px;max-width:280px;}
.hw-acts{margin-top:.4rem;display:flex;gap:.4rem;align-items:center;}
.hw-like-btn{border:1px solid #ccc;background:#fff;border-radius:10px;padding:.3rem .5rem;cursor:pointer;}
.hw-counts{margin-left:auto;font-size:12px;color:#444;}

/* Responsive */
@media (max-width: 520px){
  .hw-row-two{grid-template-columns:1fr;}
  .hw-modal{width:94vw;max-width:94vw;}
  .hw-modal-card{padding:0.9rem;}
}
