.hide{display:none!important}.splash{background:var(--bg-splash);z-index:100;text-align:center;opacity:1;justify-content:center;align-items:center;transition:opacity .5s ease-out;display:flex;position:fixed;inset:0}.splash-exit{opacity:0;pointer-events:none}.splash-ring{background:linear-gradient(135deg,#667eea33,#f093fb33);border:2px solid #667eea44;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin:0 auto 24px;animation:2s infinite pulse;display:flex}.splash-pin{font-size:48px}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.08)}}.logo{color:var(--text-primary);font-size:2.4em;font-weight:800}.logo span,.logo-sm span{background:linear-gradient(135deg,#667eea,#f093fb);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.splash-sub{color:var(--text-muted);margin:8px 0;font-size:1.1em}.splash-loc{color:var(--text-faint);margin-bottom:32px;font-size:.85em}.btn-main{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:16px;padding:14px 32px;font-family:inherit;font-size:1em;font-weight:600;transition:all .3s}.btn-main:hover{transform:translateY(-2px);box-shadow:0 8px 24px #667eea44}.btn-main.full{width:100%;margin-top:16px}.btn-ghost{border:1px solid var(--border-medium);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:12px;margin-top:8px;padding:10px 24px;font-family:inherit}.hdr{z-index:var(--z-header);padding:var(--sp-3) var(--sp-4);background:color-mix(in srgb, var(--bg-tertiary) 80%, transparent);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;display:flex;position:sticky;top:0}.hdr-logo{font-size:var(--text-xl);color:var(--text-primary);font-weight:800}.hdr-actions{gap:var(--sp-2);display:flex}.hdr-icon-btn{border-radius:var(--radius-md);background:var(--chip-bg);border:1px solid var(--border-light);width:40px;height:40px;color:var(--accent);cursor:pointer;justify-content:center;align-items:center;transition:all .2s;display:flex;position:relative}.hdr-icon-btn:hover{background:var(--accent-bg);border-color:var(--accent-border);color:var(--accent-hover)}.hdr-notif-badge{background:var(--color-danger);color:#fff;font-size:var(--text-xs);border-radius:99px;padding:2px 6px;font-weight:600;line-height:1.2;position:absolute;top:-4px;right:-4px}.bnav{z-index:var(--z-nav);padding:var(--sp-2) var(--sp-2) calc(env(safe-area-inset-bottom,8px) + 8px);background:color-mix(in srgb, var(--bg-tertiary) 80%, transparent);-webkit-backdrop-filter:blur(12px);border-top:1px solid var(--border-subtle);justify-content:space-between;align-items:flex-end;display:flex;position:fixed;bottom:0;left:0;right:0}.bnav-item{align-items:center;gap:var(--sp-1);color:var(--text-dim);font-size:var(--text-xs);cursor:pointer;background:0 0;border:none;flex-direction:column;flex:1;font-family:inherit;font-weight:500;transition:color .2s;display:flex}.bnav-item:hover{color:var(--text-muted)}.bnav-item-active:hover{color:var(--accent-hover)}.bnav-center{cursor:pointer;background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;margin-top:-20px;display:flex}.bnav-plus{width:var(--sp-12);height:var(--sp-12);border-radius:var(--radius-full);background:var(--gradient-main);color:#fff;box-shadow:0 4px 16px var(--accent-glow);justify-content:center;align-items:center;transition:transform .2s;display:flex}.bnav-center:hover .bnav-plus{transform:scale(1.1)}.filters{scrollbar-width:none;gap:8px;padding:12px 16px;display:flex;overflow-x:auto}.filters::-webkit-scrollbar{display:none}.chip{background:var(--chip-bg);border:1px solid var(--chip-border);color:var(--chip-text);cursor:pointer;white-space:nowrap;border-radius:20px;padding:8px 16px;font-family:inherit;font-size:.85em;transition:all .2s}.chip.active{background:var(--gradient-main);color:#fff;border-color:#0000}.proof-bar{background:var(--proof-bg);text-align:center;color:var(--text-muted);border-bottom:1px solid var(--border-subtle);padding:8px 16px;font-size:.8em}.live-dot{background:#4fd1c5;border-radius:50%;width:6px;height:6px;animation:1.5s infinite blink;display:inline-block}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.map-box{height:calc(100vh - 260px);min-height:300px;position:relative}.map-box .leaflet-container{z-index:1;width:100%;height:100%}.map-box .leaflet-top.leaflet-left{top:10px!important;left:10px!important}.map-legend{background:color-mix(in srgb, var(--bg-tertiary) 90%, transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10;border:1px solid var(--border-light);border-radius:10px;gap:12px;padding:8px 14px;font-size:.75em;display:flex;position:absolute;bottom:12px;left:12px}.leg{color:var(--text-muted);align-items:center;gap:4px;display:flex}.ld{border-radius:50%;width:10px;height:10px;display:inline-block}.ld-active{background:#667eea}.ld-safe{background:#4fd1c5}.view-tog{background:var(--bg-tertiary);gap:4px;padding:8px 16px;display:flex}.vt{background:var(--chip-bg);border:1px solid var(--border-light);color:var(--text-dim);cursor:pointer;border-radius:10px;flex:1;padding:8px;font-family:inherit;font-size:.85em;transition:all .2s}.vt.active{background:var(--accent-bg);color:var(--accent);border-color:var(--accent-border)}.list-view{max-height:calc(100vh - 200px);padding:8px 16px 100px;overflow-y:auto}.post-card{background:var(--bg-card);border:1px solid var(--border-subtle);cursor:pointer;border-radius:16px;margin-bottom:12px;padding:16px;transition:all .2s}.pc-top{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.pc-user{align-items:center;gap:10px;display:flex}.pc-avatar{background:var(--gradient-avatar);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.75em;font-weight:700;display:flex}.pc-name{font-size:.9em;font-weight:600}.pc-rating{color:#fbbf24;font-size:.8em}.pc-tag{background:var(--accent-bg);color:var(--accent);border-radius:8px;padding:4px 10px;font-size:.75em;font-weight:500}.pc-desc{color:var(--text-muted);margin:8px 0;font-size:.9em}.pc-meta{color:var(--text-dim);gap:16px;font-size:.8em;display:flex}.pc-join{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;width:100%;margin-top:12px;padding:10px;font-family:inherit;font-weight:600;transition:all .2s}.pc-join:hover{opacity:.9;transform:translateY(-1px)}.fab{color:#fff;cursor:pointer;z-index:15;background:linear-gradient(135deg,#667eea,#f093fb);border:none;border-radius:50%;width:56px;height:56px;font-size:1.8em;transition:all .3s;position:fixed;bottom:80px;right:20px;box-shadow:0 4px 20px #667eea55}.fab:hover{transform:scale(1.1)}.modal{background:var(--bg-overlay);z-index:50;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.modal-sheet{background:var(--bg-card);border-radius:24px 24px 0 0;width:100%;max-width:500px;max-height:90vh;animation:.3s slideUp;overflow-y:auto}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.modal-bar{background:var(--border-medium);border-radius:4px;width:40px;height:4px;margin:12px auto}.modal-hdr{justify-content:space-between;align-items:center;padding:0 20px 12px;display:flex}.modal-hdr h3{font-size:1.1em}.modal-hdr button{color:var(--text-dim);cursor:pointer;background:0 0;border:none;font-size:1.3em}.modal-body{padding:0 20px 24px}.modal-body label{color:var(--text-muted);margin:14px 0 6px;font-size:.85em;font-weight:500;display:block}.opt{color:var(--text-faint);font-weight:400}.tag-sel{flex-wrap:wrap;gap:8px;display:flex}.tg{background:var(--chip-bg);border:1px solid var(--border-light);color:var(--text-muted);cursor:pointer;border-radius:12px;padding:8px 14px;font-family:inherit;font-size:.85em;transition:all .2s}.tg.active{background:var(--accent-bg);color:var(--accent);border-color:var(--accent)}.modal-body textarea{background:var(--bg-input);border:1px solid var(--border-light);width:100%;color:var(--text-secondary);resize:none;border-radius:12px;height:70px;padding:12px;font-family:inherit;font-size:.9em}.modal-body select{background:var(--bg-input);border:1px solid var(--border-light);color:var(--text-secondary);border-radius:10px;width:100%;padding:10px;font-family:inherit}.form-row{gap:12px;display:flex}.form-row>div{flex:1}.chk{color:#b0b0d0;cursor:pointer;align-items:center;gap:8px;margin:8px 0;font-size:.85em;display:flex}.chk input{accent-color:#667eea;width:16px;height:16px}.panel{background:var(--bg-primary);z-index:60;animation:.3s slideIn;position:fixed;inset:0}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.panel-hdr{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.panel-hdr button{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;font-size:1.2em}.panel-hdr h3{font-size:1em}.chat-msgs{flex:1;height:calc(100vh - 130px);padding:16px;overflow-y:auto}.chat-notice{text-align:center;background:var(--accent-bg);color:var(--text-muted);border-radius:12px;margin-bottom:16px;padding:10px;font-size:.8em}.msg{border-radius:16px;max-width:75%;margin-bottom:8px;padding:10px 14px;font-size:.9em;line-height:1.4}.msg-in{background:var(--msg-in-bg);color:var(--msg-in-text);border-bottom-left-radius:4px;margin-right:auto}.msg-out{background:var(--gradient-main);color:#fff;border-bottom-right-radius:4px;margin-left:auto}.msg-time{opacity:.6;margin-top:4px;font-size:.65em}.chat-input{border-top:1px solid var(--border-subtle);background:var(--bg-tertiary);gap:8px;padding:12px 16px;display:flex}.chat-input input{background:var(--bg-input);border:1px solid var(--border-light);color:var(--text-secondary);border-radius:12px;flex:1;padding:10px 14px;font-family:inherit}.chat-input button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;width:42px;font-size:1em}.ai-ice-btn{min-width:38px;background:linear-gradient(135deg,#f7c948,#ff6b35)!important;width:38px!important;font-size:1.1em!important}.ai-ice-btn:disabled{opacity:.6}.ai-ice-chips{background:#f7c9480f;border-top:1px solid #f7c94826;flex-direction:column;gap:6px;padding:8px 12px;display:flex}.ai-ice-chip{color:#fff8ec;text-align:left;cursor:pointer;background:#f7c9481a;border:1px solid #f7c94840;border-radius:12px;padding:8px 12px;font-family:inherit;font-size:.82rem;transition:all .2s}.ai-ice-chip:hover{background:#f7c94833;border-color:#f7c94880}.ai-enhance-btn{color:#f7c948;cursor:pointer;background:linear-gradient(135deg,#f7c9481f,#ff6b3514);border:1px dashed #f7c9484d;border-radius:12px;justify-content:center;align-items:center;gap:6px;width:100%;margin-top:8px;padding:10px;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.ai-enhance-btn:hover:not(:disabled){background:linear-gradient(135deg,#f7c94833,#ff6b3526);border-color:#f7c94880}.ai-enhance-btn:disabled{opacity:.6;cursor:wait}.sos{color:#f87171;cursor:pointer;background:#dc262630;border:1px solid #dc262660;border-radius:10px;padding:6px 12px;font-family:inherit;font-size:.8em;font-weight:600}.prof-body{text-align:center;padding:32px 16px}.prof-avatar{color:#fff;background:linear-gradient(135deg,#667eea,#f093fb);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 8px;font-size:1.4em;font-weight:800;display:flex}.prof-verified{color:#4fd1c5;margin-bottom:8px;font-size:.85em}.prof-bio{color:#808090;margin:8px 0 20px;font-size:.9em}.prof-stats{justify-content:center;gap:32px;margin-bottom:20px;display:flex}.prof-stats div{text-align:center}.prof-stats strong{color:#e0e0ff;font-size:1.2em}.prof-stats small{color:#606080;font-size:.75em}.prof-badges{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.prof-badges span{color:#a0a0c0;background:#ffffff08;border:1px solid #ffffff10;border-radius:20px;padding:6px 14px;font-size:.8em}.notif-list{padding:var(--sp-2) var(--sp-4)}.notif-item{gap:var(--sp-3);padding:var(--sp-4);border-radius:var(--radius-md);margin-bottom:var(--sp-1);align-items:flex-start;transition:all .2s;display:flex}.notif-item span{font-size:1.4em}.notif-item small{color:var(--text-faint)}.notif-loading{padding:80px var(--sp-5);justify-content:center;align-items:center;gap:var(--sp-4);flex-direction:column;display:flex}.notif-spinner{border:3px solid var(--accent-bg);border-top-color:var(--accent);border-radius:var(--radius-full);width:40px;height:40px;animation:.8s linear infinite notifSpin}@keyframes notifSpin{to{transform:rotate(360deg)}}.notif-loading-text{font-size:var(--text-sm);color:var(--text-dim)}.notif-panel{animation:none;position:relative}.sos-content{text-align:center;background:#1a0a0a;border:1px solid #dc262640;border-radius:24px;max-width:360px;margin:auto;padding:40px 24px}.sos-rings{width:120px;height:120px;margin:0 auto 24px;position:relative}.sos-r{border:2px solid #dc2626;border-radius:50%;animation:1.5s infinite sosPulse;position:absolute;inset:0}.r2{animation-delay:.3s;inset:10px}.r3{animation-delay:.6s;inset:20px}@keyframes sosPulse{0%{opacity:.6;transform:scale(1)}to{opacity:0;transform:scale(1.4)}}.sos-icon{font-size:2.5em;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.toast{background:var(--toast-bg);color:var(--toast-text);z-index:99;border:1px solid var(--accent-border);border-radius:12px;padding:12px 24px;font-size:.9em;animation:.3s fadeIn;position:fixed;bottom:90px;left:50%;transform:translate(-50%);box-shadow:0 4px 20px #0003}@keyframes fadeIn{0%{opacity:0;transform:translate(-50%,10px)}to{opacity:1;transform:translate(-50%)}}.leaflet-control-zoom{border:none!important}.leaflet-control-zoom a{background:var(--leaflet-zoom-bg)!important;color:var(--accent)!important;border:1px solid var(--border-light)!important;border-radius:10px!important;width:36px!important;height:36px!important;margin-bottom:4px!important;font-size:18px!important;line-height:36px!important;box-shadow:0 2px 8px #0003!important}.leaflet-popup-content-wrapper{border:1px solid var(--border-light);background:var(--leaflet-popup-bg)!important;color:var(--leaflet-popup-text)!important;border-radius:12px!important}.leaflet-popup-tip{background:var(--leaflet-popup-bg)!important}.lock-screen{z-index:80;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.lock-overlay{background:var(--bg-lock);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);position:absolute;inset:0}.lock-content{z-index:1;text-align:center;width:100%;max-width:380px;padding:32px 24px;position:relative}.lock-pulse-ring{border:2px solid #667eea;border-radius:50%;width:100px;height:100px;margin:0 auto 16px;animation:2s infinite lockPulse;position:absolute;top:0;left:50%;transform:translate(-50%)}@keyframes lockPulse{0%{opacity:.6;transform:translate(-50%)scale(1)}50%{opacity:0;transform:translate(-50%)scale(1.3)}to{opacity:0;transform:translate(-50%)scale(1)}}.lock-icon{margin-bottom:8px;font-size:3em;animation:1s ease-in-out infinite alternate lockBounce}@keyframes lockBounce{0%{transform:translateY(0)}to{transform:translateY(-6px)}}.lock-title{background:linear-gradient(135deg,#667eea,#f093fb);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:4px;font-size:1.6em;font-weight:800}.lock-sub{color:#808090;margin-bottom:24px;font-size:.9em}.lock-user-card{text-align:left;background:#ffffff08;border:1px solid #667eea30;border-radius:16px;align-items:center;gap:14px;margin-bottom:20px;padding:16px;display:flex}.lock-avatar{color:#fff;background:linear-gradient(135deg,#667eea,#f093fb);border-radius:50%;justify-content:center;align-items:center;width:52px;min-width:52px;height:52px;font-size:1em;font-weight:700;display:flex}.lock-user-card h3{color:#e0e0ff;margin-bottom:2px;font-size:1em}.lock-user-card p{color:#808090;font-size:.8em}.lock-timer-box{background:#667eea10;border:1px solid #667eea30;border-radius:14px;margin-bottom:20px;padding:16px}.lock-timer-label{color:#808090;text-transform:uppercase;letter-spacing:1px;margin-bottom:4px;font-size:.75em;display:block}.lock-timer{color:#667eea;font-variant-numeric:tabular-nums;font-size:2.2em;font-weight:800}.lock-actions{flex-direction:column;gap:8px;display:flex}.lock-actions .btn-ghost{color:#808090}.app-container.locked .hdr,.app-container.locked .filters,.app-container.locked .proof-bar,.app-container.locked .list-view,.app-container.locked .view-tog,.app-container.locked .fab,.app-container.locked .bnav{pointer-events:none;opacity:.15;filter:blur(2px)}.app-container.locked .map-box{opacity:.4;filter:blur(1px)}.star-row{justify-content:center;gap:8px;margin:16px 0;display:flex}.star{cursor:pointer;opacity:.3;background:0 0;border:none;padding:4px;font-size:2em;transition:all .2s}.star.active{opacity:1;transform:scale(1.2)}.rate-label{color:#667eea;font-size:.9em;font-weight:500}.rating-submitted{text-align:center;padding:var(--sp-12) var(--sp-6)}.rating-submitted-emoji{margin-bottom:var(--sp-4);font-size:4em;animation:.5s cubic-bezier(.175,.885,.32,1.275) popIn}@keyframes popIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.rating-submitted-title{color:var(--text-stats);margin-bottom:var(--sp-2);font-size:1.4em;font-weight:800}.rating-submitted-desc{color:var(--text-dim);font-size:.95em}.rating-submitted-stars{justify-content:center;gap:var(--sp-1);margin-top:var(--sp-4);display:flex}.rating-submitted-star{font-size:1.6em;transition:opacity .3s}.rating-submitted-star--dim{opacity:.2}.rating-header{text-align:center;padding:var(--sp-6) var(--sp-5) 0}.rating-avatar{border-radius:var(--radius-full);background:var(--gradient-avatar);width:72px;height:72px;margin:0 auto var(--sp-3);color:#fff;justify-content:center;align-items:center;font-size:1.4em;font-weight:700;transition:all .4s;display:flex}.rating-name{color:var(--text-stats);margin:0 0 var(--sp-1);font-size:1.2em;font-weight:700}.rating-prompt{color:var(--text-dim);margin:0;font-size:.9em}.rating-body{padding:var(--sp-5) var(--sp-5) var(--sp-6)}.rating-star-row{justify-content:center;gap:var(--sp-2);margin:var(--sp-2) 0;display:flex}.rating-star-btn{cursor:pointer;padding:var(--sp-1);background:0 0;border:none;font-size:2.2em;transition:all .2s cubic-bezier(.175,.885,.32,1.275)}.rating-star-btn--active{filter:drop-shadow(0 2px 6px #fbbf2466);transform:scale(1.15)}.rating-star-btn--dim{opacity:.25}.rating-label{text-align:center;height:28px;margin-bottom:var(--sp-4);font-size:1em;font-weight:600;transition:color .3s}.rating-label--empty{color:var(--text-faint)}.rating-tags-section{margin-bottom:var(--sp-4)}.rating-tags-hint{color:var(--text-dim);margin-bottom:var(--sp-2);text-align:center;font-size:.8em}.rating-tags-max{color:var(--text-faint)}.rating-tags-grid{flex-wrap:wrap;justify-content:center;gap:6px;display:flex}.rating-tag{background:var(--chip-bg);border:1px solid var(--border-light);padding:6px var(--sp-3);color:var(--text-muted);cursor:pointer;border-radius:20px;font-family:inherit;font-size:.8em;transition:all .2s}.rating-tag--selected{background:var(--accent-bg);border-color:var(--accent);color:var(--accent);transform:scale(1.05)}.rating-tag--safety.rating-tag--selected{background:var(--color-warning-bg);border-color:var(--color-warning);color:var(--color-warning);transform:scale(1.05)}.rating-safety-divider{align-items:center;gap:var(--sp-2);margin:var(--sp-3) 0 var(--sp-2);display:flex}.rating-safety-divider-line{background:var(--border-light);flex:1;height:1px}.rating-safety-divider-label{color:var(--color-warning);font-size:.7em;font-weight:600}.rating-safety-notice{padding:var(--sp-2) var(--sp-3);background:var(--color-warning-bg);color:var(--color-warning);text-align:center;border:1px solid #f59e0b30;border-radius:10px;margin-top:10px;font-size:.78em}.rating-safety-textarea-wrap{margin-top:10px}.rating-safety-textarea{border-radius:var(--radius-md);width:100%;padding:var(--sp-3);color:var(--text-stats);resize:none;box-sizing:border-box;background:#f59e0b08;border:1px solid #f59e0b30;outline:none;font-family:inherit;font-size:.85em}.rating-char-count{text-align:right;color:var(--text-faint);margin-top:var(--sp-1);font-size:.7em}.rating-char-count--warn{color:var(--color-danger)}.rating-comment-section{margin-bottom:var(--sp-4)}.rating-comment-textarea{background:var(--chip-bg);border:1px solid var(--border-light);border-radius:var(--radius-md);width:100%;padding:var(--sp-3);color:var(--text-stats);resize:none;outline:none;font-family:inherit;font-size:.9em}.rating-submit-btn{margin-top:var(--sp-1);justify-content:center;align-items:center;gap:var(--sp-2);display:flex}.rating-submit-btn:disabled{opacity:.4}.rating-skip-btn{width:100%;margin-top:var(--sp-2);font-size:.85em}.safety-overlay{z-index:var(--z-critical);padding:var(--sp-5);background:#000000d9;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.safety-card{background:linear-gradient(135deg, var(--bg-secondary), #1a1035);border:1px solid var(--border-default);border-radius:var(--radius-xl);padding:var(--sp-8) var(--sp-6);text-align:center;width:100%;max-width:400px}.safety-progress{justify-content:center;gap:var(--sp-2);margin-bottom:var(--sp-6);display:flex}.safety-progress-dot{border-radius:var(--radius-full);background:var(--border-medium);width:10px;height:10px;transition:background .3s}.safety-progress-dot--active{background:var(--accent)}.safety-icon{margin-bottom:var(--sp-2);font-size:1.6em}.safety-title{color:var(--text-stats);margin:0 0 var(--sp-1);font-size:1.2em;font-weight:700}.safety-subtitle{color:var(--text-dim);margin-bottom:var(--sp-6);font-size:.85em;line-height:1.5}.safety-question{color:#c0c0e0;margin-bottom:var(--sp-5);font-size:1.05em;font-weight:600}.safety-choice-row{gap:var(--sp-3);justify-content:center;display:flex}.safety-choice-btn{padding:var(--sp-4) var(--sp-5);border-radius:var(--radius-lg);border:1px solid var(--border-medium);color:#c0c0e0;cursor:pointer;background:#ffffff08;flex:1;font-family:inherit;font-size:1em;font-weight:600;transition:all .2s}.safety-choice-btn:hover{border-color:var(--border-strong);background:#ffffff0f}.safety-choice-btn--yes-active{border:2px solid var(--color-success);background:var(--color-success-bg);color:var(--color-success)}.safety-choice-btn--no-active{border:2px solid var(--color-danger);background:var(--color-danger-bg);color:var(--color-danger)}.safety-concern-wrap{margin-top:var(--sp-4)}.safety-concern-textarea{width:100%;padding:var(--sp-3);border-radius:var(--radius-md);background:var(--bg-primary);color:#fff;resize:vertical;box-sizing:border-box;border:1px solid #ef444440;min-height:80px;font-family:inherit;font-size:.9rem}.safety-concern-next{margin-top:var(--sp-3);width:100%;padding:var(--sp-3);border-radius:var(--radius-md);background:var(--gradient-main);color:#fff;cursor:pointer;border:none;font-family:inherit;font-size:.95em;font-weight:600}.safety-venue-row{gap:var(--sp-2);justify-content:center;display:flex}.safety-venue-star{border:1px solid var(--border-medium);cursor:pointer;background:#ffffff08;border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.5em;transition:all .15s;display:flex}.safety-venue-star--active{background:#fbbf241f;border:2px solid #fbbf24}.safety-venue-hint{color:var(--text-dim);margin-top:var(--sp-3);font-size:.75em}.lock-title--arrived{color:var(--accent-2);-webkit-text-fill-color:var(--accent-2);background:0 0}.lock-radar-card{border-radius:var(--radius-lg);padding:var(--sp-4);margin-top:var(--sp-4);text-align:center;background:#ffffff08;border:1px solid #ffffff0f;transition:border-color .5s}.lock-radar-header{margin-bottom:var(--sp-3);justify-content:space-between;align-items:center;display:flex}.lock-radar-title{color:var(--text-muted);font-size:.8em;font-weight:600}.lock-radar-toggle{padding:var(--sp-1) var(--sp-3);cursor:pointer;border-radius:20px;font-family:inherit;font-size:.75em;transition:all .3s}.lock-radar-toggle--on,.lock-radar-toggle--off{border:1px solid var(--border-medium);color:var(--text-dim);background:#ffffff0d}.lock-radar-distance{font-size:2.4em;font-weight:800;line-height:1.2;transition:color .5s}.lock-radar-message{margin-top:6px;font-size:.9em;font-weight:600;transition:color .5s}.lock-radar-bar{gap:var(--sp-1);margin-top:var(--sp-3);justify-content:center;display:flex}.lock-radar-bar-segment{border-radius:3px;width:36px;height:6px;transition:background .5s}.lock-radar-bar-segment--inactive{background:var(--border-default)}.lock-radar-waiting{padding:var(--sp-2) 0}.lock-radar-waiting-icon{margin-bottom:var(--sp-1);font-size:1.5em}.lock-radar-waiting-text{color:var(--text-dim);font-size:.85em}.lock-radar-privacy{color:var(--text-faint);margin-top:10px;font-size:.7em;line-height:1.4}.lock-radar-disabled-text{color:var(--text-dim);padding:var(--sp-2) 0;font-size:.85em}.lock-decision-box{background:var(--color-danger-bg);border:1px solid var(--color-danger);padding:var(--sp-4);border-radius:var(--radius-lg);margin-top:var(--sp-4);margin-bottom:var(--sp-4)}.lock-decision-title{margin:0 0 var(--sp-3) 0;color:var(--color-danger);font-size:1.1rem}.lock-decision-desc{margin:0 0 var(--sp-4) 0;color:#ddd;font-size:.9rem}.lock-decision-row{gap:var(--sp-2);display:flex}.lock-decision-confirm{flex:1;padding:10px}.lock-decision-reject{background:#ffffff0d;flex:1;padding:10px}.lock-overtime-alert{background:var(--color-warning-bg);border:1px solid var(--color-warning);border-radius:var(--radius-sm);padding:var(--sp-2);text-align:center;color:var(--color-warning);margin-top:var(--sp-2);font-size:.85em}.lock-sos-btn{color:#fff;padding:var(--sp-3) var(--sp-6);border-radius:var(--radius-md);width:100%;margin-top:var(--sp-3);cursor:pointer;background:#dc2626;border:none;font-family:inherit;font-size:1rem;font-weight:700}.lock-sos-btn:hover{background:#b91c1c}.pdm-avatar-section{text-align:center;margin-bottom:var(--sp-4)}.pdm-avatar{width:64px;height:64px;margin:0 auto var(--sp-2);font-size:1.2em}.pdm-name{margin:var(--sp-1) 0}.pdm-new-user-badge{margin-top:var(--sp-2);padding:6px var(--sp-3);color:var(--color-warning);background:#f59e0b14;border:1px solid #f59e0b30;border-radius:10px;font-size:.78em;display:inline-block}.pdm-info-box{background:var(--bg-primary);border-radius:var(--radius-md);margin:var(--sp-3) 0;padding:14px}.pdm-tag-inline{margin-bottom:var(--sp-2);display:inline-block}.pdm-desc{color:#c0c0e0;margin-top:var(--sp-2)}.pdm-meta{gap:var(--sp-4);margin:var(--sp-4) 0;color:var(--text-dim);font-size:.85em;display:flex}.pdm-badge-row{gap:var(--sp-2);margin-bottom:var(--sp-3);flex-wrap:wrap;display:flex}.pdm-badge{padding:var(--sp-1) 10px;background:var(--accent-bg);border:1px solid var(--accent-border);border-radius:var(--radius-sm);color:var(--accent);font-size:.78em}.pdm-share-btn{border:1px solid var(--accent-border);width:100%;color:var(--text-muted);cursor:pointer;margin-bottom:var(--sp-3);background:#667eea0f;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:10px 14px;font-family:inherit;font-size:.82em;transition:all .2s;display:flex}.pdm-share-btn:hover,.pdm-share-btn--copied{background:var(--accent-bg);color:var(--accent)}.pdm-ticket-btn{color:#000;background:#fbbf24}.pdm-ticket-msg{margin-top:var(--sp-3);padding:var(--sp-3);color:#fbbf24;text-align:center;background:#fbbf241f;border-radius:10px;font-size:.85em}.pdm-verified-badge{margin-top:var(--sp-3);padding:var(--sp-3);color:var(--accent-2);text-align:center;background:#4fd1c50f;border-radius:10px;font-size:.8em}.pdm-report-btn{margin-top:var(--sp-3);padding:var(--sp-2) 0;width:100%;color:var(--text-dim);cursor:pointer;background:0 0;border:1px solid #333;border-radius:10px;font-family:inherit;font-size:.8rem}.pdm-report-btn:hover{color:var(--text-muted);background:#ffffff0a}.hdr{padding-top:max(12px, env(safe-area-inset-top))}.bnav{padding-bottom:max(8px, env(safe-area-inset-bottom))}@media (max-width:480px){.hdr{padding:10px 12px;padding-top:max(10px, env(safe-area-inset-top))}.logo-sm{font-size:1.05em}.ico-btn{border-radius:10px;width:36px;height:36px;font-size:1em}.hdr-r{gap:6px}.filters{gap:6px;padding:10px 12px}.chip{border-radius:16px;padding:7px 12px;font-size:.8em}.proof-bar{padding:6px 12px;font-size:.75em}.map-box{height:calc(100dvh - 240px);min-height:250px}.map-legend{border-radius:8px;gap:8px;padding:6px 10px;font-size:.7em;bottom:8px;left:8px}.view-tog{gap:4px;padding:6px 12px}.vt{border-radius:8px;padding:7px;font-size:.8em}.list-view{max-height:calc(100dvh - 200px);padding:8px 12px 100px}.post-card{border-radius:14px;margin-bottom:10px;padding:14px}.pc-avatar{width:32px;height:32px;font-size:.7em}.pc-name,.pc-desc{font-size:.85em}.pc-meta{flex-wrap:wrap;gap:12px;font-size:.75em}.pc-join{border-radius:10px;padding:10px;font-size:.9em}.fab{width:50px;height:50px;font-size:1.5em;bottom:72px;right:16px}.bnav{padding:4px 0 max(6px, env(safe-area-inset-bottom))}.bnav-i{gap:1px;font-size:.6em}.bnav-i span{font-size:1.4em}.bnav-plus{width:44px;height:44px;font-size:1.2em!important}.bnav-center{margin-top:-14px}.modal-sheet{border-radius:20px 20px 0 0;max-height:85vh}.modal-hdr{padding:0 16px 10px}.modal-hdr h3{font-size:1em}.modal-body{padding:0 16px 20px}.modal-body textarea{height:60px;font-size:.85em}.tag-sel{gap:6px}.tg{border-radius:10px;padding:7px 11px;font-size:.8em}.form-row{flex-direction:column;gap:0}.toast{text-align:center;padding:10px 16px;font-size:.85em;bottom:76px;left:12px;right:12px;transform:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.prof-body{padding:24px 12px}.prof-avatar{width:68px;height:68px;font-size:1.2em}.prof-stats{gap:20px}.prof-stats strong{font-size:1.1em}.lock-content{padding:24px 16px}.lock-title{font-size:1.3em}.lock-timer{font-size:1.8em}.lock-user-card{gap:10px;padding:12px}.lock-avatar{width:44px;min-width:44px;height:44px;font-size:.85em}.chat-msgs{height:calc(100dvh - 120px);padding:12px}.msg{max-width:80%;padding:9px 12px;font-size:.85em}.chat-input{padding:10px 12px;padding-bottom:max(10px, env(safe-area-inset-bottom));gap:6px}.chat-input input{padding:9px 12px;font-size:.9em}.chat-input button{width:38px}.sos-content{max-width:320px;padding:32px 20px}.splash{padding:20px}.splash-inner{border-radius:20px!important;max-width:340px!important;padding:24px 20px!important}.logo{font-size:2em}.splash-ring{width:100px;height:100px}.splash-pin{font-size:40px}.splash-sub{font-size:1em}.notif-list{padding:8px 12px}.notif-item{gap:10px;padding:12px}.notif-item span{font-size:1.2em}}@media (max-width:375px){.map-box{height:calc(100dvh - 220px);min-height:200px}.logo-sm{font-size:.95em}.chip{padding:6px 10px;font-size:.75em}.pc-meta{font-size:.7em}.fab{width:46px;height:46px;font-size:1.4em;bottom:68px;right:12px}.bnav-plus{width:40px;height:40px}.lock-timer{font-size:1.6em}.prof-stats{gap:16px}.splash-inner{padding:20px 16px!important}.logo{font-size:1.8em}}@media (min-width:600px){.modal-sheet{border-radius:24px;margin-bottom:20px}.map-box{height:calc(100vh - 220px)}}@media (max-height:500px) and (orientation:landscape){.map-box{height:calc(100dvh - 160px);min-height:180px}.filters{padding:6px 12px}.chip{padding:5px 10px;font-size:.75em}.proof-bar{padding:4px 12px;font-size:.7em}.hdr{padding:6px 12px}.view-tog{padding:4px 12px}.fab{width:44px;height:44px;bottom:56px}.bnav{padding:2px 0}.bnav-i span{font-size:1.2em}.bnav-center{margin-top:-10px}.bnav-plus{width:36px;height:36px}}@media (pointer:coarse){.chip{align-items:center;min-height:40px;display:flex}.ico-btn{min-width:44px;min-height:44px}.vt{min-height:40px}.pc-join{min-height:44px}.btn-main{min-height:48px}.tg{min-height:40px}}@supports (height:100dvh){.map-box{height:calc(100dvh - 240px)}.list-view{max-height:calc(100dvh - 200px)}.chat-msgs{height:calc(100dvh - 130px)}}.skeleton-card{pointer-events:none}.skeleton-avatar{background:var(--bg-tertiary);border-radius:50%;width:40px;height:40px;animation:1.5s ease-in-out infinite skeletonPulse}.skeleton-line{background:var(--bg-tertiary);border-radius:6px;animation:1.5s ease-in-out infinite skeletonPulse}.skeleton-pulse{animation:1.5s ease-in-out infinite skeletonPulse}@keyframes skeletonPulse{0%{opacity:.4}50%{opacity:.8}to{opacity:.4}}.auth-container{background:linear-gradient(135deg,#0a0a2e,#1a0a3a);justify-content:center;align-items:center;min-height:100dvh;padding:16px;display:flex}.auth-card{color:#e0e0f0;background:#12122a;border:1px solid #ffffff14;border-radius:24px;width:100%;max-width:360px;margin:auto;padding:32px;box-shadow:0 8px 32px #0006}.auth-input{color:#fff;background:#0a0a1a;border:1px solid #333;border-radius:12px;width:100%;padding:12px;font-family:inherit;font-size:1em;transition:border-color .2s}.auth-input:focus{border-color:#667eea;outline:none}.auth-form{flex-direction:column;gap:16px;display:flex}.auth-link-btn{color:#667eea;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.9em;font-weight:600}.auth-link-btn:hover{text-decoration:underline}.auth-link-btn.subtle{color:#808090;font-weight:400}.auth-error{color:#f87171;background:#dc262620;border:1px solid #dc262660;border-radius:12px;margin-bottom:16px;padding:12px;font-size:.9em}.auth-success{color:#4fd1c5;background:#4fd1c520;border:1px solid #4fd1c560;border-radius:12px;margin-bottom:16px;padding:12px;font-size:.9em}.auth-footer{color:#a0a0c0;text-align:center;margin-top:24px;font-size:.9em}.auth-demo-btn{color:#4fd1c5;cursor:pointer;background:#4fd1c510;border:1px dashed #4fd1c5;border-radius:12px;width:100%;margin-top:16px;padding:12px 24px;font-family:inherit;font-size:.9em;transition:background .2s}.auth-demo-btn:hover{background:#4fd1c520}.google-login-btn{color:#333;cursor:pointer;background:#fff;border:1px solid #ffffff1f;border-radius:14px;justify-content:center;align-items:center;gap:12px;width:100%;max-width:320px;padding:14px 24px;font-family:inherit;font-size:1rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 2px 12px #0003}.google-login-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 16px #0000004d}.auth-reset-icon{margin-bottom:16px;font-size:3rem}.auth-reset-title{color:#fff;margin-bottom:12px;font-size:1.2em}.auth-reset-text{color:#a0a0c0;font-size:.9em;line-height:1.6}.auth-reset-hint{color:#808090;margin-top:12px;font-size:.85em;line-height:1.5}.welcome-page{color:#fff;background:#0a0a1a;min-height:100dvh;overflow-x:hidden}.welcome-hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100dvh;padding:40px 20px 80px;display:flex;position:relative;overflow:hidden}.welcome-hero-glow{pointer-events:none;background:radial-gradient(circle,#667eea18 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:30%;left:50%;transform:translate(-50%,-50%)}.welcome-hero-glow-2{pointer-events:none;background:radial-gradient(circle,#f093fb12 0%,#0000 70%);border-radius:50%;width:300px;height:300px;position:absolute;top:60%;right:10%}.welcome-logo-ring{z-index:1;background:linear-gradient(135deg,#667eea33,#f093fb33);border:2px solid #667eea44;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin-bottom:24px;display:flex;position:relative}.welcome-logo-icon{font-size:48px}.welcome-hero-title{font-size:2.8em!important}.welcome-tagline{color:#a0a0c0;max-width:380px;margin-top:8px;margin-bottom:32px;font-size:1.15em;line-height:1.6}.welcome-hero-actions{flex-flow:wrap;justify-content:center;align-items:center;gap:16px;display:flex}.welcome-cta{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:16px;align-items:center;gap:10px;padding:16px 40px;font-family:inherit;font-size:1.1em;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 20px #667eea33}.welcome-cta:hover{transform:translateY(-2px);box-shadow:0 8px 32px #667eea55}.welcome-scroll-hint{color:#606080;flex-direction:column;align-items:center;gap:4px;font-size:.85em;display:flex;position:absolute;bottom:32px}.welcome-scroll-arrow{animation:2s infinite welcomeBounce}@keyframes welcomeBounce{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}.welcome-stats{z-index:2;background:#12122a;border:1px solid #ffffff10;border-radius:20px;justify-content:center;gap:0;max-width:800px;margin:0 auto;padding:0 20px;display:flex;position:relative;overflow:hidden}.welcome-stat-item{text-align:center;border-right:1px solid #ffffff08;flex:1;padding:24px 16px}.welcome-stat-item:last-child{border-right:none}.welcome-stat-value{color:#e0e0ff;margin-bottom:4px;font-size:1.5em;font-weight:700;display:block}.welcome-stat-label{color:#808090;text-transform:uppercase;letter-spacing:.5px;font-size:.75em;display:block}.welcome-section-header{text-align:center;margin-bottom:48px}.welcome-section-badge{color:#667eea;letter-spacing:1.5px;background:#667eea15;border-radius:20px;margin-bottom:16px;padding:6px 16px;font-size:.75em;font-weight:600;display:inline-block}.welcome-section-title{text-align:center;color:#e0e0ff;margin-bottom:12px;font-size:1.8em;font-weight:700}.welcome-section-subtitle{color:#808090;max-width:400px;margin:0 auto;font-size:1em;line-height:1.5}.welcome-features{max-width:960px;margin:0 auto;padding:80px 20px}.welcome-grid{grid-template-columns:1fr;gap:16px;display:grid}@media (min-width:600px){.welcome-grid{grid-template-columns:1fr 1fr}}@media (min-width:900px){.welcome-grid{grid-template-columns:1fr 1fr 1fr}}.welcome-card{background:#12122a;border:1px solid #ffffff08;border-radius:20px;padding:28px 24px;transition:border-color .3s,transform .3s,box-shadow .3s}.welcome-card:hover{border-color:#667eea30;transform:translateY(-4px);box-shadow:0 8px 24px #0000004d}.welcome-card-icon{color:#fff;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:16px;display:flex}.welcome-card-title{color:#e0e0ff;margin-bottom:8px;font-size:1.05em;font-weight:600}.welcome-card-desc{color:#808090;font-size:.88em;line-height:1.6}.welcome-how{max-width:900px;margin:0 auto;padding:80px 20px}.welcome-steps{grid-template-columns:1fr;gap:20px;display:grid}@media (min-width:600px){.welcome-steps{grid-template-columns:repeat(4,1fr)}}.welcome-step{text-align:center;padding:24px 16px;position:relative}.welcome-step-number{color:#667eea20;margin-bottom:8px;font-size:2em;font-weight:800}.welcome-step-icon{color:#667eea;background:#667eea20;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 12px;display:flex}.welcome-step-title{color:#e0e0ff;margin-bottom:6px;font-size:1em;font-weight:600}.welcome-step-desc{color:#808090;font-size:.85em;line-height:1.5}.welcome-safety{max-width:800px;margin:0 auto;padding:80px 20px}.welcome-safety-inner{text-align:center;background:linear-gradient(135deg,#12122a,#1a1040);border:1px solid #667eea20;border-radius:24px;padding:48px 32px}.welcome-safety-icon{color:#667eea;background:linear-gradient(135deg,#667eea20,#f093fb20);border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 24px;display:flex}.welcome-safety-grid{text-align:left;grid-template-columns:1fr;gap:14px;max-width:500px;margin-top:32px;margin-left:auto;margin-right:auto;display:grid}@media (min-width:600px){.welcome-safety-grid{grid-template-columns:1fr 1fr;max-width:100%}}.welcome-safety-item{color:#c0c0e0;align-items:flex-start;gap:10px;font-size:.9em;line-height:1.4;display:flex}.welcome-check{color:#4fd1c5;flex-shrink:0;margin-top:1px}.welcome-preview{max-width:1060px;margin:0 auto;padding:80px 20px}.welcome-phone-grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;justify-content:center;gap:24px;padding:20px 4px;display:flex;overflow-x:auto}@media (max-width:900px){.welcome-phone-grid{justify-content:flex-start}}.welcome-phone{scroll-snap-align:center;background:#12122a;border:2px solid #ffffff12;border-radius:32px;width:280px;min-width:280px;min-height:500px;padding:12px;transition:border-color .3s,transform .5s,box-shadow .5s;position:relative;transform:perspective(1000px)rotateY(-5deg)}.welcome-phone:hover{border-color:#667eea30;transform:perspective(1000px)rotateY(0)scale(1.02);box-shadow:0 12px 40px #667eea33,0 0 60px #667eea14}.welcome-phone-notch{z-index:2;background:#0a0a1a;border-radius:16px;width:120px;height:24px;position:absolute;top:10px;left:50%;transform:translate(-50%)}.welcome-phone-screen{background:#0d0d20;border-radius:24px;flex-direction:column;gap:12px;min-height:440px;padding:44px 16px 20px;display:flex}.welcome-phone-label{color:#e0e0ff;text-align:center;margin-bottom:4px;font-size:1em;font-weight:700}.welcome-phone-map{border-radius:16px;flex:1;min-height:260px;position:relative;overflow:hidden}.welcome-map-bg{background:linear-gradient(135deg,#1a1a3e 0%,#0d1b2a 50%,#1b2838 100%);border:1px solid #ffffff08;border-radius:16px;width:100%;height:100%;min-height:260px;position:relative}.welcome-map-pin{filter:drop-shadow(0 2px 6px #00000080);font-size:20px;animation:3s ease-in-out infinite welcomeMapPinFloat;position:absolute}.welcome-map-pin:nth-child(2){animation-delay:.5s}.welcome-map-pin:nth-child(3){animation-delay:1s}.welcome-map-pin:nth-child(5){animation-delay:1.5s}.welcome-map-pin:nth-child(6){animation-delay:2s}.welcome-map-pin-you{font-size:16px;animation:2s ease-in-out infinite welcomeMapPinPulse!important}@keyframes welcomeMapPinFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes welcomeMapPinPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.3)}}.welcome-map-radius{background:radial-gradient(circle,#667eea10,#0000);border:2px solid #667eea30;border-radius:50%;width:120px;height:120px;animation:3s ease-in-out infinite welcomeRadarPulse;position:absolute;top:45%;left:30%;transform:translate(-50%,-50%)}@keyframes welcomeRadarPulse{0%,to{opacity:.6;transform:translate(-50%,-50%)scale(1)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.1)}}.welcome-phone-info{justify-content:space-between;align-items:center;padding:8px 4px 0;display:flex}.welcome-phone-card{flex-direction:column;flex:1;gap:12px;display:flex}.welcome-mock-card{background:#1a1a3e;border:1px solid #ffffff10;border-radius:16px;padding:16px}.welcome-mock-card-header{align-items:center;gap:10px;display:flex}.welcome-mock-avatar{background:linear-gradient(135deg,#fbbf24,#f59e0b);border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;display:flex}.welcome-mock-card-footer{flex-wrap:wrap;gap:8px;display:flex}.welcome-mock-tag{color:#a0a0c0;white-space:nowrap;background:#ffffff08;border-radius:8px;padding:4px 10px;font-size:.72em}.welcome-mock-btn{color:#fff;cursor:default;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;width:100%;margin-top:12px;padding:10px;font-size:.85em;font-weight:600}.welcome-phone-safety{text-align:center;flex-direction:column;flex:1;align-items:center;gap:8px;display:flex}.welcome-mock-sos{color:#fff;cursor:default;letter-spacing:1px;background:linear-gradient(135deg,#f5576c,#ff6b6b);border:none;border-radius:16px;width:100%;padding:16px;font-size:1.3em;font-weight:800;box-shadow:0 4px 20px #f5576c4d}.welcome-mock-badges{flex-direction:column;gap:8px;width:100%;margin-top:8px;display:flex}.welcome-mock-badge{border-radius:12px;align-items:center;gap:8px;padding:10px 14px;font-size:.8em;font-weight:600;display:flex}.welcome-mock-badge-safe{color:#4fd1c5;background:#4fd1c520;border:1px solid #4fd1c530}.welcome-mock-badge-verified{color:#667eea;background:#667eea20;border:1px solid #667eea30}.welcome-mock-badge-score{color:#fbbf24;background:#fbbf2420;border:1px solid #fbbf2430}.welcome-mock-safety-list{flex-direction:column;gap:6px;width:100%;margin-top:8px;display:flex}.welcome-mock-safety-item{color:#a0a0c0;background:#ffffff05;border-radius:8px;align-items:center;gap:8px;padding:6px 8px;font-size:.78em;display:flex}.welcome-testimonials{max-width:900px;margin:0 auto;padding:80px 20px}.welcome-testimonial-grid{grid-template-columns:1fr;gap:16px;display:grid}@media (min-width:600px){.welcome-testimonial-grid{grid-template-columns:repeat(2,1fr)}}.welcome-testimonial-card{background:#12122a;border:1px solid #ffffff08;border-radius:20px;padding:24px;transition:border-color .3s,transform .3s,box-shadow .3s;position:relative}.welcome-testimonial-card:after{content:"";opacity:.4;background:linear-gradient(90deg,#0000,#667eea,#f093fb,#0000);border-radius:2px;height:2px;position:absolute;bottom:0;left:10%;right:10%}.welcome-testimonial-card:hover{border-color:#667eea20;transform:translateY(-4px);box-shadow:0 8px 24px #0000004d}.welcome-testimonial-header{align-items:center;gap:12px;margin-bottom:16px;display:flex}.welcome-testimonial-avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:.85em;font-weight:700;display:flex}.welcome-testimonial-name{color:#fff;font-size:.95em;font-weight:600}.welcome-testimonial-stars{margin-top:2px;font-size:.75em}.welcome-testimonial-text{color:#c0c0d0;font-size:.9em;font-style:italic;line-height:1.6}.welcome-faq{max-width:700px;margin:0 auto;padding:80px 20px}.welcome-faq-list{flex-direction:column;gap:12px;max-width:640px;margin:0 auto;display:flex}.welcome-faq-item{background:#12122a;border:1px solid #ffffff08;border-left:3px solid #0000;border-radius:16px;transition:border-color .3s,border-left-color .3s;overflow:hidden}.welcome-faq-item-active{border-left:3px solid;border-image:linear-gradient(#667eea,#4fd1c5) 1}.welcome-faq-item:hover{border-color:#667eea20}.welcome-faq-question{cursor:pointer;color:#fff;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:12px;padding:18px 20px;font-size:.95em;font-weight:600;display:flex}.welcome-faq-question:hover{color:#e0e0ff}.welcome-faq-chevron{color:#667eea;flex-shrink:0;transition:transform .3s}.welcome-faq-chevron.open{transform:rotate(180deg)}.welcome-faq-answer{color:#a0a0c0;opacity:0;max-height:0;padding:0 20px;font-size:.9em;line-height:1.6;transition:max-height .45s cubic-bezier(.4,0,.2,1),padding .45s cubic-bezier(.4,0,.2,1),opacity .35s;overflow:hidden}.welcome-faq-answer.open{opacity:1;max-height:200px;padding:0 20px 18px}.welcome-faq-answer p{margin:0}.welcome-bottom-cta{text-align:center;background:linear-gradient(#0000 0%,#667eea06 100%);padding:80px 20px}.welcome-bottom-inner{max-width:500px;margin:0 auto}.welcome-bottom-title{color:#e0e0ff;margin-bottom:12px;font-size:1.6em;font-weight:700}.welcome-bottom-subtitle{color:#808090;margin-bottom:32px;font-size:1em;line-height:1.5}.welcome-footer{text-align:center;color:#606080;border-top:1px solid #ffffff08;padding:32px 20px;font-size:.8em}.welcome-footer-links{justify-content:center;gap:12px;margin-bottom:12px;display:flex}.welcome-footer-links a{color:#808090;text-decoration:none;transition:color .2s}.welcome-footer-links a:hover{color:#667eea}.btn-main,.btn-ghost,.post-card button,.modal button{min-width:44px;min-height:44px}@media (max-width:380px){.panel{padding:12px 10px!important}.post-card{padding:14px 12px}.pc-desc{font-size:.88em}.modal-body{padding:16px 12px}.map-box{height:35vh;min-height:200px}.splash h1{font-size:2em}.splash-sub{font-size:.85em}.proof-bar{padding:6px 8px;font-size:.75em}}@media (max-width:430px){.panel{padding:14px 12px}.map-box{height:38vh;min-height:220px}}@media (min-width:768px){.panel{max-width:600px;margin:0 auto}.post-card{max-width:560px;margin-left:auto;margin-right:auto}.map-box{border-radius:16px;height:50vh;max-height:500px}.modal-body{max-width:500px;margin:0 auto}}@media (max-width:767px){.modal-body{height:100dvh;max-height:100dvh;border-radius:0!important;width:100%!important;max-width:100%!important;margin:0!important}}.list-view{overscroll-behavior-y:contain}button,a{-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.list-view,.panel{-webkit-overflow-scrolling:touch;scroll-behavior:smooth}.marker-cluster-small{background:#667eea4d}.marker-cluster-small div{color:#fff;text-align:center;background:#667eeab3;border-radius:50%;width:30px;height:30px;font-weight:600;line-height:30px}.marker-cluster-medium{background:#4fd1c54d}.marker-cluster-medium div{color:#fff;text-align:center;background:#4fd1c5b3;border-radius:50%;width:36px;height:36px;font-weight:600;line-height:36px}.marker-cluster-large{background:#ff6b6b4d}.marker-cluster-large div{color:#fff;text-align:center;background:#ff6b6bb3;border-radius:50%;width:42px;height:42px;font-weight:600;line-height:42px}.welcome-navbar{z-index:100;justify-content:space-between;align-items:center;padding:16px 24px;transition:all .3s;display:flex;position:fixed;top:0;left:0;right:0}.welcome-navbar.scrolled{-webkit-backdrop-filter:blur(16px);background:#0a0a1ad9;border-bottom:1px solid #ffffff0d;padding:12px 24px;box-shadow:0 4px 30px #0003}.welcome-navbar-logo{color:#fff;font-size:1.3rem;font-weight:800;text-decoration:none}.welcome-navbar-logo span{color:#4fd1c5}.welcome-navbar-login{color:#4fd1c5;background:0 0;border:1px solid #4fd1c566;border-radius:20px;padding:8px 20px;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .3s}.welcome-navbar-login:hover{background:#4fd1c51a;border-color:#4fd1c5}.welcome-blob{filter:blur(80px);opacity:.12;z-index:0;border-radius:50%;animation:8s ease-in-out infinite welcomeBlobFloat;position:absolute}.welcome-blob-1{background:linear-gradient(135deg,#667eea,#764ba2);width:300px;height:300px;animation-delay:0s;top:10%;left:-5%}.welcome-blob-2{background:linear-gradient(135deg,#4fd1c5,#38b2ac);width:250px;height:250px;animation-delay:-3s;top:40%;right:-8%}.welcome-blob-3{background:linear-gradient(135deg,#f093fb,#f5576c);width:200px;height:200px;animation-delay:-5s;bottom:15%;left:20%}@keyframes welcomeBlobFloat{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-30px)scale(1.05)}}.welcome-cta-ghost{color:#c0c0d0;cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:28px;align-items:center;gap:8px;padding:14px 28px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.welcome-cta-ghost:hover{color:#fff;background:#ffffff0d;border-color:#ffffff4d}.welcome-testimonial-quote{color:#4fd1c5;opacity:.3;margin-bottom:-8px;font-family:Georgia,serif;font-size:3rem;line-height:1}.welcome-footer-social{flex-direction:column;align-items:center;gap:12px;margin-bottom:20px;display:flex}.welcome-footer-social-label{color:#808090;font-size:.85em;font-weight:500}.welcome-footer-social-icons{gap:16px;display:flex}.welcome-footer-social-link{color:#a0a0c0;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:all .3s;display:flex}.welcome-footer-social-link:hover{color:#667eea;background:#667eea26;border-color:#667eea66;transform:translateY(-2px)}.profile-instagram-link{color:#fff;background:linear-gradient(135deg,#833ab4,#e1306c,#f77737);border-radius:20px;align-items:center;gap:6px;margin-top:8px;padding:8px 16px;font-size:.85rem;font-weight:600;text-decoration:none;transition:opacity .3s,transform .3s;display:inline-flex}.profile-instagram-link:hover{opacity:.9;transform:scale(1.03)}.photo-gallery{margin-top:16px}.photo-gallery-grid{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.photo-gallery-item{aspect-ratio:1;cursor:pointer;border:1px solid #ffffff14;border-radius:12px;position:relative;overflow:hidden}.photo-gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.photo-gallery-item:hover img{transform:scale(1.05)}.photo-gallery-delete{color:#fff;cursor:pointer;background:#dc2626cc;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:14px;display:flex;position:absolute;top:4px;right:4px}.photo-gallery-add{aspect-ratio:1;color:#808090;cursor:pointer;background:#ffffff08;border:2px dashed #ffffff26;border-radius:12px;justify-content:center;align-items:center;font-size:2rem;transition:all .3s;display:flex}.photo-gallery-add:hover{color:#4fd1c5;background:#4fd1c50d;border-color:#4fd1c5}.photo-lightbox{z-index:200;cursor:pointer;background:#000000e6;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.photo-lightbox img{object-fit:contain;border-radius:12px;max-width:90vw;max-height:85vh}.stories-bar{scrollbar-width:none;background:#0a0a1a99;border-bottom:1px solid #ffffff0d;gap:12px;padding:12px 16px;display:flex;overflow-x:auto}.stories-bar::-webkit-scrollbar{display:none}.story-circle{cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:4px;min-width:64px;display:flex}.story-avatar{color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border:3px solid #4fd1c5;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:1rem;font-weight:700;display:flex;overflow:hidden}.story-avatar img{object-fit:cover;width:100%;height:100%}.story-avatar-add{color:#4fd1c5;background:#ffffff0d;border:3px dashed #fff3;font-size:1.5rem}.story-avatar-mine{border-color:#fbbf24}.story-name{color:#a0a0c0;white-space:nowrap;text-overflow:ellipsis;max-width:64px;font-size:.7rem;overflow:hidden}.story-create-overlay{z-index:200;background:#000000d9;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.story-create-modal{background:#12122a;border:1px solid #ffffff14;border-radius:24px;flex-direction:column;gap:16px;width:90vw;max-width:400px;padding:24px;display:flex}.story-create-preview{object-fit:cover;border-radius:16px;width:100%;max-height:50vh}.story-create-caption{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;outline:none;padding:12px;font-size:.9rem}.story-create-caption::placeholder{color:#606080}.story-create-actions{justify-content:flex-end;gap:12px;display:flex}.story-viewer{z-index:300;background:#000;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.story-viewer-header{z-index:10;justify-content:space-between;align-items:center;padding:16px;display:flex;position:absolute;top:0;left:0;right:0}.story-viewer-user{align-items:center;gap:10px;display:flex}.story-viewer-avatar{color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.8rem;font-weight:700;display:flex}.story-viewer-name{color:#fff;font-size:.9rem;font-weight:600}.story-viewer-time{color:#808090;font-size:.75rem}.story-viewer-close{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;width:36px;height:36px;font-size:1.2rem}.story-viewer-image{object-fit:contain;max-width:100vw;max-height:80vh}.story-viewer-placeholder{background:linear-gradient(135deg,#1a1a3e,#12122a);justify-content:center;align-items:center;width:100vw;height:60vh;display:flex}.story-viewer-caption{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;text-align:center;background:#0009;border-radius:16px;max-width:80vw;padding:12px 24px;font-size:1rem;position:absolute;bottom:40px}.story-progress{transform-origin:0;background:#4fd1c5;border-radius:3px;height:3px;position:absolute;top:8px;left:16px;right:16px}.verification-badge{cursor:default;border:none;border-radius:20px;align-items:center;gap:4px;padding:4px 12px;font-family:inherit;font-size:.8rem;font-weight:600;display:inline-flex}.verification-badge.verified{color:#22c55e;background:#22c55e26;border:1px solid #22c55e4d}.verification-badge.pending{color:#fbbf24;background:#fbbf2426;border:1px solid #fbbf244d}.verification-badge.unverified{color:#4fd1c5;cursor:pointer;background:#4fd1c51a;border:1px solid #4fd1c54d;transition:all .3s}.verification-badge.unverified:hover{background:#4fd1c533;transform:scale(1.03)}.safety-meter{background:#ffffff08;border:1px solid #ffffff0f;border-radius:16px;margin-top:20px;padding:16px}.safety-meter-label{color:#c0c0e0;margin-bottom:10px;font-size:.85rem;font-weight:600}.safety-meter-bar{background:#ffffff14;border-radius:8px;width:100%;height:8px;margin-bottom:14px;overflow:hidden}.safety-meter-fill{border-radius:8px;height:100%;transition:width .8s}.safety-meter-checks{flex-direction:column;gap:6px;display:flex}.check-done{color:#22c55e;font-size:.8rem}.check-todo{color:#808090;font-size:.8rem}.language-selector{background:#ffffff08;border:1px solid #ffffff0f;border-radius:16px;margin-top:20px;padding:16px}.language-selector-label{color:#c0c0e0;margin-bottom:10px;font-size:.85rem;font-weight:600}.language-selector-options{gap:8px;display:flex}.language-option{color:#808090;cursor:pointer;background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;flex:1;padding:10px;font-family:inherit;font-size:.9rem;font-weight:600;transition:all .3s}.language-option:hover{color:#c0c0e0;border-color:#fff3}.language-option.active{color:#4fd1c5;background:#4fd1c51a;border-color:#4fd1c5}.profile-theme-selector{background:#ffffff08;border:1px solid #ffffff0f;border-radius:16px;margin-top:20px;padding:16px}.profile-theme-label{color:#c0c0e0;margin-bottom:10px;font-size:.85rem;font-weight:600}.profile-theme-grid{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.profile-theme-btn{aspect-ratio:1;cursor:pointer;border:2px solid #0000;border-radius:14px;justify-content:center;align-items:center;font-size:1.3rem;transition:all .3s;display:flex;position:relative}.profile-theme-btn:hover{transform:scale(1.08)}.profile-theme-btn.active{border-color:#fff;box-shadow:0 0 12px #fff3}.profile-theme-btn.active:after{content:"✓";color:#fff;background:#00000080;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.65rem;display:flex;position:absolute;bottom:2px;right:2px}.profile-theme-banner{opacity:.6;border-radius:16px 16px 0 0;width:calc(100% + 40px);height:80px;margin:-20px -20px 16px}.events-feed{background:#0a0a1a;border-top:1px solid #ffffff0d;padding-bottom:16px}.events-feed-header{justify-content:space-between;align-items:center;padding:16px 16px 8px;display:flex}.events-feed-header h3{color:#e0e0ff;margin:0;font-size:1.1rem}.events-feed-count{color:#808090;background:#ffffff0d;border-radius:12px;padding:4px 10px;font-size:.8rem}.events-filter-bar{scrollbar-width:none;gap:6px;padding:0 16px 12px;display:flex;overflow-x:auto}.events-filter-bar::-webkit-scrollbar{display:none}.events-filter-btn{white-space:nowrap;color:#808090;cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:20px;padding:6px 14px;font-family:inherit;font-size:.8rem;font-weight:500;transition:all .3s}.events-filter-btn.active{color:#4fd1c5;background:#4fd1c51f;border-color:#4fd1c5}.events-list{flex-direction:column;gap:10px;padding:0 16px;display:flex}.event-card{cursor:pointer;background:#ffffff08;border:1px solid #ffffff0f;border-radius:16px;gap:14px;padding:14px;transition:all .3s;display:flex}.event-card:hover{background:#ffffff0d;border-color:#4fd1c533;transform:translateY(-1px)}.event-card-date{background:linear-gradient(135deg,#667eea20,#764ba220);border:1px solid #667eea30;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;min-width:48px;padding:8px;display:flex}.event-card-day{color:#667eea;font-size:1.3rem;font-weight:800;line-height:1}.event-card-month{color:#a0a0c0;text-transform:uppercase;font-size:.65rem;font-weight:600}.event-card-body{flex:1;min-width:0}.event-card-top{justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:4px;display:flex}.event-card-title{color:#e0e0ff;margin:0;font-size:.95rem;font-weight:700;line-height:1.3}.event-card-price{white-space:nowrap;color:#4fd1c5;background:#4fd1c51f;border-radius:8px;padding:2px 8px;font-size:.75rem;font-weight:600}.event-card-desc{color:#808090;margin:0 0 8px;font-size:.8rem;line-height:1.4}.event-card-meta{color:#606080;flex-wrap:wrap;gap:8px;font-size:.72rem;display:flex}.event-card-organizer{color:#667eea;margin-top:6px;font-size:.72rem;font-weight:500}.event-source{border-radius:6px;padding:1px 6px;font-size:.65rem;font-weight:600}.event-source-demo{color:#4fd1c5;background:#4fd1c515}.event-source-eventbrite{color:#f06520;background:#f0652015}.event-source-ticketmaster{color:#026cdf;background:#026cdf15}.event-source-manual{color:#fbbf24;background:#fbbf2415}.map-fullscreen{z-index:1;position:fixed;inset:0}.map-fullscreen .leaflet-container{width:100%!important;height:100%!important}.map-fullscreen:after{content:"";z-index:2;pointer-events:none;background:radial-gradient(circle at 92% 18%,#ff5c4d29,#0000 34%),radial-gradient(circle at 82% 84%,#7c5cff29,#0000 32%),linear-gradient(270deg,#10131aa3 0%,#10131a57 46%,#10131a00 100%);width:min(760px,54vw);position:fixed;top:0;bottom:0;right:0}.map-fullscreen .leaflet-top.leaflet-left{top:70px!important}.map-overlay-top{z-index:10;pointer-events:none;position:fixed;top:0;left:0;right:0}.map-overlay-top>*{pointer-events:auto}.map-overlay-filters{scrollbar-width:none;background:linear-gradient(#0a0a1ad9 0%,#0a0a1a00 100%);gap:6px;padding:8px 12px 20px;display:flex;overflow-x:auto}.map-overlay-filters::-webkit-scrollbar{display:none}.map-overlay-mode{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0a0a1ad9;gap:6px;padding:8px 12px;display:flex}.map-overlay-mode button{cursor:pointer;border:none;border-radius:10px;flex:1;padding:8px;font-family:inherit;font-size:.82rem;font-weight:700;transition:all .3s}.bottom-sheet{z-index:20;background:#0d0d20;border-top:1px solid #ffffff0f;border-radius:20px 20px 0 0;flex-direction:column;max-height:92vh;transition:height .3s cubic-bezier(.2,0,0,1);display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 30px #00000080}.bottom-sheet.dragging{transition:none}.bottom-sheet-handle{cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;flex-shrink:0;justify-content:center;padding:10px 0 6px;display:flex}.bottom-sheet-handle:active{cursor:grabbing}.bottom-sheet-handle-bar{background:#fff3;border-radius:4px;width:40px;height:4px;transition:background .2s}.bottom-sheet:hover .bottom-sheet-handle-bar{background:#ffffff59}.bottom-sheet-peek{cursor:pointer;flex-shrink:0;padding:0 16px 8px}.bottom-sheet-peek-row{justify-content:space-between;align-items:center;display:flex}.bottom-sheet-peek-title{color:#e0e0ff;font-size:.95rem;font-weight:700}.bottom-sheet-peek-count{color:#808090;align-items:center;gap:6px;font-size:.8rem;display:flex}.bottom-sheet-peek-count .live-dot{width:6px;height:6px}.bottom-sheet-peek-subtitle{color:#606080;margin-top:4px;font-size:.75rem}.bottom-sheet-content{overscroll-behavior:contain;scrollbar-width:none;flex:1;padding-bottom:80px;overflow:hidden auto}.bottom-sheet-content::-webkit-scrollbar{display:none}.fab-maps{z-index:25;color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.6rem;transition:all .3s;display:flex;position:fixed;right:16px;box-shadow:0 4px 20px #667eea80}.fab-maps:hover{transform:scale(1.08);box-shadow:0 6px 28px #667eea99}.map-fullscreen .map-legend{bottom:140px}.stories-map-overlay{z-index:10;pointer-events:auto;position:fixed;top:56px;left:0;right:0}.bottom-sheet .list-view{padding-bottom:20px;background:0 0!important;max-height:none!important;overflow-y:visible!important}.bottom-sheet-content{transition:opacity .25s}.search-overlay{z-index:50;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000b3;flex-direction:column;padding:16px;display:flex;position:fixed;inset:0}.search-input{color:#e0e0ff;box-sizing:border-box;background:#1a1a2e;border:1px solid #2a2a4a;border-radius:14px;outline:none;width:100%;padding:14px 16px 14px 44px;font-family:inherit;font-size:1rem;transition:border-color .2s}.search-input:focus{border-color:#667eea}.search-input::placeholder{color:#606080}.search-results{scrollbar-width:none;flex:1;margin-top:12px;overflow-y:auto}.search-results::-webkit-scrollbar{display:none}.search-result-item{cursor:pointer;background:#12122a;border:1px solid #1a1a3a;border-radius:12px;align-items:center;gap:12px;margin-bottom:8px;padding:12px 16px;transition:background .2s;display:flex}.search-result-item:hover{background:#1a1a3a;border-color:#667eea44}.search-result-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:.85rem;font-weight:700;display:flex}.search-result-info{flex:1;min-width:0}.search-result-name{color:#e0e0ff;align-items:center;font-size:.9rem;font-weight:600;display:flex}.search-result-desc{color:#808090;white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;overflow:hidden}.search-result-badge{color:#667eea;background:#667eea22;border-radius:8px;flex-shrink:0;padding:3px 8px;font-size:.7rem}.search-empty{text-align:center;color:#606080;padding:40px 20px}.badges-section{padding:16px}.badges-title{color:#e0e0ff;align-items:center;gap:8px;margin-bottom:12px;font-size:1rem;font-weight:700;display:flex}.badges-grid{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.badge-item{text-align:center;background:#12122a;border:1px solid #1a1a3a;border-radius:12px;flex-direction:column;align-items:center;gap:4px;padding:12px 4px;transition:all .3s;display:flex}.badge-item.earned{background:linear-gradient(135deg,#667eea11,#764ba211);border-color:#667eea44}.badge-item.locked{opacity:.35;filter:grayscale()}.badge-emoji{font-size:1.8rem}.badge-name{color:#c0c0d0;font-size:.65rem;font-weight:600;line-height:1.2}.badge-item.earned .badge-name{color:#e0e0ff}.admin-container{background:#0a0a1a;min-height:100vh;padding:20px 16px 16px}.admin-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.admin-title{color:#e0e0ff;font-size:1.3rem;font-weight:800}.admin-tabs{scrollbar-width:none;gap:6px;margin-bottom:16px;display:flex;overflow-x:auto}.admin-tabs::-webkit-scrollbar{display:none}.admin-tab{color:#808090;cursor:pointer;white-space:nowrap;background:#12122a;border:1px solid #2a2a4a;border-radius:10px;padding:8px 16px;font-family:inherit;font-size:.85rem;transition:all .2s}.admin-tab.active{color:#fff;background:#667eea;border-color:#667eea}.admin-stat-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:20px;display:grid}.admin-stat-card{text-align:center;background:#12122a;border:1px solid #1a1a3a;border-radius:14px;padding:16px}.admin-stat-value{color:#e0e0ff;font-size:1.8rem;font-weight:800}.admin-stat-label{color:#606080;margin-top:4px;font-size:.8rem}.admin-table{background:#12122a;border:1px solid #1a1a3a;border-radius:14px;overflow:hidden}.admin-table-row{border-bottom:1px solid #1a1a3a;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex}.admin-table-row:last-child{border-bottom:none}.admin-table-info{flex:1;min-width:0}.admin-table-name{color:#e0e0ff;font-size:.9rem;font-weight:600}.admin-table-sub{color:#606080;white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.admin-delete-btn{color:#f87171;cursor:pointer;background:#dc262622;border:1px solid #dc262644;border-radius:8px;flex-shrink:0;padding:6px 12px;font-family:inherit;font-size:.75rem}.admin-delete-btn:hover{background:#dc262644}.admin-back{color:#808090;cursor:pointer;background:#12122a;border:1px solid #2a2a4a;border-radius:10px;padding:8px 16px;font-family:inherit;font-size:.85rem}.welcome-live-stats{background:#667eea14;border:1px solid #667eea26;border-radius:16px;justify-content:center;gap:24px;margin:24px 16px;padding:20px 16px;display:flex}.welcome-live-stat{text-align:center}.welcome-live-stat-value{color:#e0e0ff;background:linear-gradient(135deg,#667eea,#f093fb);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:800}.welcome-live-stat-label{color:#808090;margin-top:4px;font-size:.7rem}.welcome-quick-how{margin:28px 16px;padding:0 8px}.welcome-quick-title{color:#e0e0ff;text-align:center;margin-bottom:16px;font-size:1.1rem;font-weight:700}.welcome-quick-steps{gap:12px;display:flex}.welcome-quick-step{text-align:center;background:#12122a;border:1px solid #1a1a3a;border-radius:14px;flex:1;padding:16px 8px;position:relative}.welcome-quick-step-num{color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-8px;left:50%;transform:translate(-50%)}.welcome-quick-step-emoji{margin-bottom:8px;font-size:2rem}.welcome-quick-step-text{color:#e0e0ff;font-size:.85rem;font-weight:700}.welcome-quick-step-desc{color:#808090;margin-top:4px;font-size:.7rem}.welcome-safety-highlight{margin:24px 16px;padding:0 8px}.welcome-safety-highlight-grid{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.welcome-safety-highlight-item{text-align:center;color:#c0c0d0;background:#12122a;border:1px solid #1a1a3a;border-radius:12px;padding:12px;font-size:.85rem}.share-row{gap:8px;margin-bottom:8px;display:flex}.share-btn{color:#808090;cursor:pointer;background:#1a1a3a;border:1px solid #2a2a4a;border-radius:10px;flex:1;padding:8px;font-family:inherit;font-size:.8rem;transition:all .2s}.share-btn:hover{color:#e0e0ff;background:#2a2a4a}.invite-section{background:linear-gradient(135deg,#667eea11,#764ba211);border:1px solid #667eea33;border-radius:16px;margin:16px;padding:20px}.invite-title{color:#e0e0ff;margin-bottom:6px;font-size:1rem;font-weight:700}.invite-desc{color:#808090;margin-bottom:14px;font-size:.8rem;line-height:1.4}.invite-link-row{gap:8px;display:flex}.invite-link-input{color:#667eea;background:#0a0a1a;border:1px solid #2a2a4a;border-radius:10px;outline:none;flex:1;min-width:0;padding:10px 12px;font-family:inherit;font-size:.75rem}.invite-copy-btn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;padding:10px 16px;font-family:inherit;font-size:.8rem;font-weight:600;transition:all .2s}.invite-copy-btn:hover{transform:scale(1.03)}.marker-cluster-small{background-color:#667eea40!important}.marker-cluster-small div{color:#fff!important;background:linear-gradient(135deg,#667eea,#764ba2)!important;font-family:inherit!important;font-size:13px!important;font-weight:700!important}.marker-cluster-medium{background-color:#667eea59!important}.marker-cluster-medium div{color:#fff!important;background:linear-gradient(135deg,#5a67d8,#6c63ff)!important;font-family:inherit!important;font-size:14px!important;font-weight:700!important}.marker-cluster-large{background-color:#6c63ff66!important}.marker-cluster-large div{color:#fff!important;background:linear-gradient(135deg,#6c63ff,#00d2ff)!important;font-family:inherit!important;font-size:15px!important;font-weight:800!important}.marker-cluster{border-radius:50%!important}.marker-cluster div{border-radius:50%!important;justify-content:center!important;align-items:center!important;width:34px!important;height:34px!important;margin-top:3px!important;margin-left:3px!important;display:flex!important;box-shadow:0 2px 12px #667eea4d!important}@media (max-width:400px){.modal-sheet{height:100%;max-height:100dvh;padding-bottom:env(safe-area-inset-bottom,16px);border-radius:0}}.map-box{overflow:hidden}@keyframes msgSpin{to{transform:rotate(360deg)}}@keyframes msgFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes chatMsgIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.messages-page{background:var(--bg-primary);min-height:100dvh;color:var(--text-primary);max-width:480px;margin:0 auto;position:relative}.messages-header{padding:var(--sp-4) var(--sp-5);background:var(--bg-secondary);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-accent);z-index:var(--z-sticky);justify-content:space-between;align-items:center;display:flex;position:sticky;top:0}.messages-back-btn{background:var(--accent-bg);border:1px solid var(--accent-border);border-radius:var(--radius-md);color:var(--accent);cursor:pointer;justify-content:center;align-items:center;width:40px;height:40px;font-family:inherit;font-size:18px;transition:all .2s;display:flex}.messages-back-btn:hover{background:var(--bg-hover);border-color:var(--accent)}.messages-title{font-size:var(--text-xl);letter-spacing:-.3px;background:linear-gradient(135deg,#667eea,#9b59b6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-weight:700}.messages-list{padding:var(--sp-2) var(--sp-4) 100px var(--sp-4)}.messages-loading{padding:80px var(--sp-5);justify-content:center;align-items:center;gap:var(--sp-4);flex-direction:column;display:flex}.messages-loading--flex{flex:1}.messages-spinner{border:3px solid var(--accent-bg);border-top-color:var(--accent);border-radius:var(--radius-full);width:40px;height:40px;animation:.8s linear infinite msgSpin}.messages-loading-text{font-size:var(--text-sm);color:var(--text-dim)}.messages-empty{padding:100px var(--sp-10);justify-content:center;align-items:center;gap:var(--sp-4);text-align:center;flex-direction:column;display:flex}.messages-empty-icon{font-size:56px;line-height:1}.messages-empty-title{font-size:var(--text-lg);color:var(--text-primary);margin:0;font-weight:600}.messages-empty-text{font-size:var(--text-sm);color:var(--text-dim);margin:0;line-height:1.5}.messages-conv-card{padding:var(--sp-4);background:var(--bg-secondary);border-radius:var(--radius-lg);cursor:pointer;border:1px solid #667eea14;align-items:center;gap:14px;margin-bottom:10px;transition:all .25s;display:flex;position:relative}.messages-conv-card:hover{border-color:var(--accent-border);background:#181838;transform:translate(4px)}.messages-conv-card:active{transform:translate(2px)}.messages-avatar-wrap{flex-shrink:0;position:relative}.messages-avatar{border-radius:var(--radius-lg);background:var(--gradient-main);width:52px;height:52px;color:var(--text-primary);letter-spacing:.5px;justify-content:center;align-items:center;font-size:18px;font-weight:700;display:flex}.messages-avatar--sm{width:40px;height:40px;font-size:var(--text-sm);border-radius:var(--radius-md)}.messages-unread-dot{border-radius:var(--radius-full);border:2.5px solid var(--bg-secondary);width:14px;height:14px;box-shadow:0 0 8px var(--accent-glow);background:linear-gradient(135deg,#667eea,#5a67d8);position:absolute;top:-2px;right:-2px}.messages-conv-content{flex:1;min-width:0;overflow:hidden}.messages-conv-top{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.messages-conv-name{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:600;overflow:hidden}.messages-conv-time{font-size:var(--text-xs);color:var(--text-dim);margin-left:var(--sp-2);flex-shrink:0}.messages-conv-time--unread{color:var(--accent)}.messages-conv-post-tag{font-size:var(--text-xs);color:var(--accent);text-overflow:ellipsis;white-space:nowrap;margin-bottom:4px;overflow:hidden}.messages-conv-preview{color:var(--text-dim);text-overflow:ellipsis;white-space:nowrap;font-size:13px;line-height:1.4;overflow:hidden}.messages-conv-preview--unread{color:#c0c0d0;font-weight:600}.messages-conv-chevron{color:var(--text-dim);font-size:var(--text-base);flex-shrink:0;margin-left:4px}.messages-conv-meta{text-align:right;flex-shrink:0}.messages-conv-badge{background:var(--accent);color:#fff;font-size:var(--text-xs);border-radius:10px;margin-top:6px;padding:2px 8px;font-weight:700;display:inline-block}.messages-chat-container{background:var(--bg-primary);flex-direction:column;height:calc(100vh - 73px);display:flex}.messages-chat-header{align-items:center;gap:var(--sp-3);padding:var(--sp-4) var(--sp-5);background:var(--bg-secondary);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-accent);z-index:var(--z-sticky);display:flex;position:sticky;top:0}.messages-chat-header-info{flex:1;min-width:0}.messages-chat-header-name{font-size:var(--text-base);color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-weight:700;overflow:hidden}.messages-chat-header-sub{font-size:var(--text-xs);color:var(--text-dim);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;overflow:hidden}.messages-chat-msg-list{padding:var(--sp-4) var(--sp-4) var(--sp-2) var(--sp-4);gap:var(--sp-2);flex-direction:column;flex:1;display:flex;overflow-y:auto}.messages-chat-bubble{max-width:78%;font-size:var(--text-sm);word-break:break-word;padding:10px 14px;line-height:1.45;animation:.25s both chatMsgIn}.messages-chat-bubble--in{color:var(--text-secondary);background:#1a1a2e;border-radius:18px 18px 18px 4px;align-self:flex-start}.messages-chat-bubble--out{background:var(--gradient-main);color:#fff;border-radius:18px 18px 4px;align-self:flex-end}.messages-chat-bubble-time{color:var(--text-faint);margin-top:4px;font-size:10px}.messages-chat-bubble-time--out{color:#ffffff8c;text-align:right}.messages-chat-input-bar{padding:var(--sp-3) var(--sp-4);background:var(--bg-secondary);border-top:1px solid #667eea1f;align-items:center;gap:10px;display:flex}.messages-chat-input-field{border:1px solid var(--border-accent);padding:10px var(--sp-4);font-size:var(--text-sm);color:var(--text-primary);background:#1a1a2e;border-radius:24px;outline:none;flex:1;font-family:inherit}.messages-chat-input-field:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-bg)}.messages-chat-send-btn{border-radius:var(--radius-full);background:var(--gradient-main);color:#fff;cursor:pointer;border:none;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:18px;transition:all .2s;display:flex}.messages-chat-send-btn:hover:not(:disabled){opacity:.9;transform:scale(1.05)}.messages-chat-send-btn:disabled{opacity:.5;cursor:not-allowed}.messages-chat-empty{justify-content:center;align-items:center;gap:var(--sp-3);color:var(--text-dim);text-align:center;padding:var(--sp-10) var(--sp-5);flex-direction:column;flex:1;display:flex}.messages-chat-empty-icon{font-size:48px}.messages-chat-empty-title{color:#c0c0d0;font-size:15px;font-weight:600}.messages-chat-empty-desc{font-size:13px}.notif-page{color:#fff;background:#0a0a1a;min-height:100vh;padding-bottom:100px}.notif-header{z-index:10;background:#0d0d25;border-bottom:1px solid #1a1a2e;justify-content:space-between;align-items:center;padding:16px 20px;display:flex;position:sticky;top:0}.notif-back-btn{color:#667eea;cursor:pointer;background:0 0;border:none;padding:4px 8px;font-family:inherit;font-size:1.5rem}.notif-title{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0;font-size:1.1rem;font-weight:700}.notif-card{border-bottom:1px solid #1a1a2e;align-items:flex-start;gap:14px;padding:16px 20px;display:flex}.notif-icon{flex-shrink:0;font-size:1.4rem}.notif-content{flex:1}.notif-text{margin-bottom:4px;font-size:.9rem;line-height:1.5}.notif-time{color:#606080;font-size:.75rem}.notif-empty{text-align:center;color:#808090;padding:80px 24px}.myposts-loading{background:var(--bg-primary);min-height:100dvh;color:var(--text-primary);flex-direction:column;justify-content:center;align-items:center;display:flex}.myposts-spinner{border:3px solid var(--border-light);border-top:3px solid var(--accent);border-radius:var(--radius-full);width:40px;height:40px;animation:.8s linear infinite spin}.myposts-loading-text{margin-top:var(--sp-4);color:var(--text-dim);font-size:var(--text-sm)}.myposts-content{padding:var(--sp-4) var(--sp-4) 0}.myposts-count{color:var(--text-dim);font-size:var(--text-sm);margin-bottom:var(--sp-4);text-align:center}.myposts-card{background:var(--bg-card);border-radius:var(--radius-lg);margin-bottom:var(--sp-3);border:1px solid var(--border-light);padding:18px;transition:transform .2s,box-shadow .2s;position:relative}.myposts-card-expired{opacity:.6;border-color:#ef444440}.myposts-card-top{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.myposts-tag{padding:var(--sp-1) var(--sp-3);background:var(--accent-bg);color:var(--accent);font-size:var(--text-xs);border-radius:20px;align-items:center;gap:6px;font-weight:600;display:inline-flex}.myposts-expired-label{font-size:var(--text-xs);color:var(--color-danger);font-weight:600}.myposts-desc{color:var(--text-secondary);font-size:var(--text-sm);margin:0 0 var(--sp-3);word-break:break-word;line-height:1.5}.myposts-meta{gap:var(--sp-3);font-size:var(--text-xs);color:var(--text-dim);flex-wrap:wrap;margin-bottom:14px;display:flex}.myposts-delete-btn{border-radius:var(--radius-md);width:100%;color:var(--color-danger);font-weight:600;font-size:var(--text-sm);cursor:pointer;background:0 0;border:1px solid #ef44444d;padding:10px 0;font-family:inherit;transition:background .2s}.myposts-delete-btn:hover{background:var(--color-danger-bg)}.myposts-delete-btn:disabled{cursor:not-allowed;opacity:.5;background:#ef444426}.profile-panel{animation:none;position:relative}.profile-logout-btn{font-size:var(--text-base);color:var(--color-danger)}.profile-edit-form{width:100%;max-width:320px;margin:0 auto}.profile-field-group{margin-bottom:var(--sp-3)}.profile-field-group-lg{margin-bottom:var(--sp-4)}.profile-edit-actions{gap:var(--sp-2);display:flex}.profile-edit-btn{margin-top:var(--sp-2);padding:var(--sp-2) var(--sp-5);border-radius:var(--radius-md);border:1px solid var(--accent);color:var(--accent);font-weight:600;font-size:var(--text-sm);cursor:pointer;background:0 0;transition:all .2s}.profile-edit-btn:hover{background:var(--accent-bg)}.profile-cancel-btn{flex:1}.profile-saving{opacity:.5}.profile-notification-wrap{padding:0 var(--sp-4);margin-bottom:var(--sp-4)}.profile-emergency-card{margin-top:var(--sp-6);padding:var(--sp-4);background:var(--bg-primary);border-radius:var(--radius-md);text-align:left}.profile-emergency-title{font-size:var(--text-sm);color:var(--accent-2);margin-bottom:var(--sp-2);font-weight:600}.profile-emergency-info{color:var(--text-secondary);font-size:.9rem}.profile-emergency-empty{font-size:var(--text-sm);color:var(--text-dim)}.profile-emergency-btn{margin-top:var(--sp-3);padding:var(--sp-2) var(--sp-4);border-radius:var(--radius-md);border:1px solid var(--accent-2);color:var(--accent-2);font-weight:600;font-size:var(--text-sm);cursor:pointer;background:0 0;width:100%;transition:all .2s}.profile-emergency-btn:hover{background:#4fd1c51a}.profile-legal-row{margin-top:var(--sp-6);gap:var(--sp-2);display:flex}.profile-legal-link{border-radius:var(--radius-md);border:1px solid var(--border-default);background:var(--bg-primary);color:var(--text-dim);text-align:center;font-size:var(--text-xs);flex:1;padding:10px 0;text-decoration:none;transition:all .2s}.profile-legal-link:hover{border-color:var(--border-medium);color:var(--text-muted)}.profile-delete-section{margin-top:var(--sp-6);padding:var(--sp-4);border-radius:var(--radius-md);background:#1a0a0a;border:1px solid #dc262630}.profile-delete-title{font-size:var(--text-sm);color:#f87171;margin-bottom:var(--sp-2);font-weight:600}.profile-delete-desc{font-size:var(--text-xs);color:var(--text-dim);margin-bottom:var(--sp-3);line-height:1.5}.profile-delete-btn{padding:10px var(--sp-4);border-radius:var(--radius-md);color:#f87171;font-weight:600;font-size:var(--text-sm);cursor:pointer;background:0 0;border:1px solid #dc262661;width:100%;font-family:inherit;transition:all .2s}.profile-delete-btn:hover{background:var(--color-danger-bg)}.profile-confirm-text{color:#f87171;margin-bottom:var(--sp-3);text-align:center;font-size:.9rem;font-weight:600}.profile-confirm-row{gap:var(--sp-2);display:flex}.profile-confirm-delete{border-radius:var(--radius-md);color:#fff;cursor:pointer;background:#dc2626;border:none;flex:1;padding:10px 0;font-family:inherit;font-weight:600;transition:opacity .2s}.profile-confirm-delete:hover{opacity:.9}.profile-confirm-delete:disabled{opacity:.5;cursor:not-allowed}.profile-confirm-cancel{border-radius:var(--radius-md);border:1px solid var(--border-default);color:var(--text-dim);cursor:pointer;background:0 0;flex:1;padding:10px 0;font-family:inherit;transition:all .2s}.profile-confirm-cancel:hover{border-color:var(--border-medium);color:var(--text-muted)}.sos-modal-overlay{z-index:var(--z-critical)}.sos-content-padded{padding:30px var(--sp-5)}.sos-subtitle{margin-bottom:var(--sp-1)}.sos-desc{color:var(--text-muted);font-size:var(--text-sm);margin-bottom:var(--sp-5)}.sos-actions{flex-direction:column;gap:10px;width:100%;display:flex}.sos-btn-emergency{background:var(--color-danger);color:#fff;padding:var(--sp-3) var(--sp-4);position:relative}.sos-btn-warning{background:var(--color-warning);color:#fff;padding:var(--sp-3) var(--sp-4);position:relative}.sos-btn-whatsapp{color:#fff;padding:var(--sp-3) var(--sp-4);background:#25d366;position:relative}.sos-btn-teal{background:var(--accent-2);color:#000;padding:var(--sp-3) var(--sp-4);width:100%}.sos-btn-disabled{opacity:.5}.sos-btn-hint{font-size:var(--text-xs);opacity:.8;margin-top:2px;font-weight:400;display:block}.sos-btn-hint--dim{opacity:.7}.sos-caller-row{gap:var(--sp-2);margin-bottom:var(--sp-1);display:flex}.sos-caller-btn{border-radius:var(--radius-sm);font-size:var(--text-sm);cursor:pointer;border:1px solid var(--border-default);color:var(--text-dim);background:0 0;flex:1;padding:6px;transition:all .2s}.sos-caller-btn--active{border-color:var(--accent-2);color:var(--accent-2);background:#4fd1c51f}.sos-cancel-btn{margin-top:var(--sp-2)}.cpm-overlay{z-index:var(--z-critical)}.cpm-sheet{border-radius:var(--radius-xl);max-width:400px;height:auto;padding:var(--sp-6);margin:auto;position:relative;top:10%;transform:none}.cpm-header h2{margin-bottom:var(--sp-2)}.cpm-header-desc{color:var(--text-dim);font-size:.95rem}.cpm-progress-row{font-size:var(--text-sm);color:var(--text-dim);justify-content:space-between;margin-bottom:6px;display:flex}.cpm-progress-track{background:var(--bg-primary);border-radius:3px;width:100%;height:6px;overflow:hidden}.cpm-progress-fill{background:var(--gradient-main);border-radius:3px;height:100%;transition:width .5s}.cpm-progress-hint{font-size:var(--text-xs);color:var(--accent);margin-top:var(--sp-1)}.cpm-rules-box{background:var(--bg-primary);padding:var(--sp-4);border-radius:var(--radius-md);margin-bottom:var(--sp-5)}.cpm-rules-title{font-size:var(--text-sm);color:var(--accent-2);margin-bottom:var(--sp-2)}.cpm-rules-list{font-size:var(--text-sm);padding-left:var(--sp-4);color:var(--text-secondary)}.cpm-gender-label{margin-bottom:var(--sp-2);color:var(--text-secondary);font-size:.9rem;display:block}.cpm-gender-row{gap:var(--sp-2);display:flex}.cpm-gender-btn{padding:var(--sp-3);border-radius:var(--radius-sm);border:1px solid var(--border-default);color:var(--text-dim);cursor:pointer;font-family:inherit;font-size:var(--text-base);background:0 0;flex:1;transition:all .2s}.cpm-gender-btn--female{color:#fff;background:#d946ef;border-color:#d946ef}.cpm-gender-btn--male{color:#fff;background:#3b82f6;border-color:#3b82f6}.cpm-submit-disabled{opacity:.5}.cpm-skip-btn{margin-top:var(--sp-2);width:100%;font-size:var(--text-sm)}.onboard-overlay{z-index:var(--z-critical);background:var(--bg-primary);flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}.onboard-glow{border-radius:var(--radius-full);filter:blur(120px);opacity:.15;pointer-events:none;width:400px;height:400px;transition:all .6s;position:absolute;top:10%;left:50%;transform:translate(-50%)}.onboard-skip-btn{top:var(--sp-4);right:var(--sp-4);color:var(--text-dim);padding:var(--sp-2) var(--sp-5);font-size:var(--text-sm);cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:var(--z-sticky);background:#ffffff14;border:1px solid #ffffff1f;border-radius:20px;transition:all .3s;position:absolute}.onboard-step-counter{top:var(--sp-5);left:var(--sp-5);color:var(--text-dim);font-size:var(--text-sm);z-index:var(--z-sticky);position:absolute}.onboard-card{background:var(--bg-secondary);border-radius:var(--radius-xl);padding:var(--sp-10) 28px;text-align:center;cursor:grab;border:1px solid #667eea26;width:85vw;max-width:360px;position:relative;box-shadow:0 20px 60px #00000080}.onboard-emoji{margin-bottom:var(--sp-5);filter:drop-shadow(0 4px 12px #0000004d);font-size:4rem}.onboard-title{color:var(--text-primary);margin-bottom:var(--sp-3);font-size:1.4rem;font-weight:700;line-height:1.3}.onboard-desc{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.6}.verify-overlay{z-index:var(--z-critical);padding:var(--sp-5);background:#000000d9;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.verify-card{background:linear-gradient(135deg, var(--bg-secondary), #1a1035);border:1px solid var(--border-default);border-radius:var(--radius-xl);padding:var(--sp-8) var(--sp-6);text-align:center;width:100%;max-width:400px}.verify-progress{justify-content:center;gap:var(--sp-2);margin-bottom:var(--sp-6);display:flex}.verify-progress-dot{border-radius:var(--radius-full);background:var(--border-medium);width:10px;height:10px;transition:background .3s}.verify-progress-dot--active{background:var(--accent-2)}.verify-icon{margin-bottom:var(--sp-3);font-size:3rem}.verify-title{color:var(--text-stats);margin-bottom:var(--sp-2)}.verify-desc{color:var(--text-muted);font-size:var(--text-sm);margin-bottom:var(--sp-5);line-height:1.6}.verify-desc--lg{font-size:.9rem}.verify-info-box{border-radius:var(--radius-lg);padding:var(--sp-4);margin-bottom:var(--sp-5);text-align:left;background:#ffffff08}.verify-info-title{color:#c0c0e0;font-size:var(--text-sm);margin-bottom:var(--sp-2)}.verify-info-list{color:var(--text-dim);font-size:var(--text-xs);padding-left:var(--sp-4);margin:0;line-height:1.8}.verify-btn-start{width:100%;padding:var(--sp-4);background:linear-gradient(135deg, var(--accent-2), #38b2ac);color:#000;font-weight:700;font-size:var(--text-base);cursor:pointer;border:none;border-radius:14px;font-family:inherit}.verify-btn-later{width:100%;margin-top:var(--sp-2)}.verify-preview-wrap{margin-bottom:var(--sp-4)}.verify-preview-img{border-radius:var(--radius-full);object-fit:cover;border:3px solid var(--accent-2);width:120px;height:120px}.verify-uploading{padding:var(--sp-5);color:var(--accent-2)}.verify-uploading-icon{margin-bottom:var(--sp-2);font-size:2rem}.verify-action-row{gap:var(--sp-3);display:flex}.verify-btn-gallery{padding:var(--sp-4);color:var(--accent-2);cursor:pointer;font-weight:600;font-size:var(--text-sm);background:#4fd1c50d;border:2px dashed #4fd1c54d;border-radius:14px;flex:1;font-family:inherit}.verify-btn-selfie{padding:var(--sp-4);background:linear-gradient(135deg, var(--accent-2), #38b2ac);color:#000;cursor:pointer;font-weight:700;font-size:var(--text-sm);border:none;border-radius:14px;flex:1;font-family:inherit}.verify-btn-back{width:100%;margin-top:var(--sp-3)}.verify-success-highlight{color:var(--accent-2)}.verify-privacy-box{border-radius:var(--radius-lg);padding:var(--sp-4);margin-bottom:var(--sp-5);background:#4fd1c50f;border:1px solid #4fd1c530}.verify-privacy-text{color:var(--accent-2);font-size:var(--text-sm)}.report-modal{z-index:var(--z-critical)}.report-sheet{border-radius:var(--radius-xl);max-width:400px;height:auto;max-height:80vh;padding:var(--sp-6);margin:auto;position:relative;top:10%;overflow-y:auto;transform:none}.report-header{margin-bottom:var(--sp-5);justify-content:space-between;align-items:center;display:flex}.report-header-title{font-size:var(--text-lg);margin:0}.report-close-btn{color:var(--text-dim);cursor:pointer;background:0 0;border:none;font-size:1.5rem}.report-done{text-align:center;padding:var(--sp-5) 0}.report-done-text{color:#c0c0e0;font-size:var(--text-base);line-height:1.6}.report-done-btn{margin-top:var(--sp-5)}.report-tabs{gap:var(--sp-2);margin-bottom:var(--sp-5);display:flex}.report-tab{border:1px solid var(--border-light);color:var(--text-dim);cursor:pointer;background:0 0;border-radius:10px;flex:1;padding:10px 0;font-family:inherit;font-weight:600;transition:all .2s}.report-tab--report-active{border-color:var(--color-warning);background:var(--color-warning-bg);color:var(--color-warning)}.report-tab--block-active{border-color:var(--color-danger);background:var(--color-danger-bg);color:var(--color-danger)}.report-hint{color:var(--text-dim);font-size:var(--text-sm);margin-bottom:var(--sp-3)}.report-reason-list{gap:var(--sp-2);margin-bottom:var(--sp-4);flex-direction:column;display:flex}.report-reason-btn{border:1px solid var(--border-light);background:var(--bg-primary);color:#c0c0e0;cursor:pointer;text-align:left;font-family:inherit;font-size:var(--text-sm);border-radius:10px;padding:10px 14px;transition:all .2s}.report-reason-btn--selected{border-color:var(--color-warning);color:var(--color-warning);background:#f59e0b14}.report-textarea{width:100%;padding:var(--sp-3);border:1px solid var(--border-light);background:var(--bg-primary);color:var(--text-primary);font-family:inherit;font-size:var(--text-sm);resize:vertical;min-height:60px;margin-bottom:var(--sp-4);box-sizing:border-box;border-radius:10px}.report-submit-btn{opacity:1;transition:opacity .2s}.report-submit-btn:disabled{opacity:.5}.report-block-and-report{margin-top:var(--sp-2);background:var(--color-danger);justify-content:center;align-items:center;gap:6px;display:flex}.report-block-and-report:disabled{opacity:.5}.report-block-tab-content{text-align:center}.report-block-icon{margin-bottom:var(--sp-3);font-size:3rem}.report-block-desc{color:#c0c0e0;font-size:var(--text-sm);margin-bottom:var(--sp-2);line-height:1.6}.report-block-info{background:var(--bg-primary);padding:var(--sp-3);margin-bottom:var(--sp-5);border-radius:10px}.report-block-info-list{font-size:var(--text-xs);color:var(--text-dim);text-align:left;padding-left:var(--sp-4);line-height:1.8}.report-block-confirm-btn{background:var(--color-danger)}.onboard-dots{gap:var(--sp-2);margin-top:var(--sp-8);z-index:var(--z-sticky);display:flex;position:relative}.onboard-dot{cursor:pointer;background:#ffffff26;border:none;border-radius:4px;width:8px;height:8px;padding:0;transition:all .3s}.onboard-dot--active{background:var(--accent);width:28px}.onboard-next-btn{margin-top:var(--sp-6);background:var(--gradient-main);color:#fff;padding:var(--sp-3) var(--sp-12);border-radius:var(--radius-lg);font-size:var(--text-base);cursor:pointer;z-index:var(--z-sticky);border:none;font-weight:600;transition:all .3s;position:relative;box-shadow:0 4px 20px #667eea66}.onboard-swipe-hint{color:var(--text-dim);font-size:var(--text-xs);margin-top:var(--sp-4);z-index:var(--z-sticky);position:relative}.page-shell{background:var(--bg-primary);min-height:100dvh;color:var(--text-primary);padding-bottom:88px}.page-header{z-index:var(--z-header);background:var(--bg-secondary);border-bottom:1px solid var(--border-light);padding:var(--sp-3) var(--sp-4);align-items:center;gap:var(--sp-3);-webkit-backdrop-filter:blur(16px);display:flex;position:sticky;top:0}.page-header-title{text-align:center;font-size:var(--text-lg);color:var(--text-primary);flex:1;margin:0;font-weight:600}.page-header-title span{background:var(--gradient-main);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.back-btn{background:var(--bg-surface);border:1px solid var(--border-default);color:var(--text-secondary);border-radius:var(--radius-full);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;transition:all .2s;display:flex}.back-btn:hover{background:var(--bg-hover);border-color:var(--border-medium)}.empty-state{padding:var(--sp-12) var(--sp-6);text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:360px;display:flex}.empty-state-icon{margin-bottom:var(--sp-4);opacity:.8;font-size:3.5rem}.empty-state-title{font-size:var(--text-lg);color:var(--text-primary);margin-bottom:var(--sp-2);font-weight:600}.empty-state-desc{font-size:var(--text-sm);color:var(--text-muted);max-width:300px;line-height:1.6}.btn{cursor:pointer;border-radius:var(--radius-md);padding:var(--sp-3) var(--sp-5);font-family:inherit;font-size:var(--text-sm);justify-content:center;align-items:center;gap:var(--sp-2);border:none;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{background:var(--gradient-main);color:#fff}.btn-primary:hover{opacity:.9;box-shadow:0 4px 20px var(--accent-glow);transform:translateY(-1px)}.btn-secondary{background:var(--bg-surface);color:var(--text-secondary);border:1px solid var(--border-default)}.btn-secondary:hover{background:var(--bg-hover);border-color:var(--border-medium)}.btn-danger{background:var(--color-danger-bg);color:var(--color-danger)}.btn-danger:hover{background:#ef444433}.btn-ghost{color:var(--text-muted);border:1px solid var(--border-default);background:0 0}.btn-ghost:hover{background:var(--bg-surface);color:var(--text-secondary)}.btn-full{width:100%}.btn-lg{padding:var(--sp-4) var(--sp-6);font-size:var(--text-base);border-radius:var(--radius-lg)}.btn-sm{padding:var(--sp-1) var(--sp-3);font-size:var(--text-xs)}.btn-icon{border-radius:var(--radius-full);background:var(--bg-surface);border:1px solid var(--border-default);width:40px;height:40px;color:var(--text-secondary);cursor:pointer;justify-content:center;align-items:center;padding:0;transition:all .2s;display:flex}.btn-icon:hover{background:var(--bg-hover);border-color:var(--border-medium)}.card{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:var(--sp-4);transition:all .2s}.card-interactive{cursor:pointer}.card-interactive:hover{border-color:var(--border-accent);transform:translateY(-2px);box-shadow:0 4px 16px #0000004d}.ds-modal-overlay{background:var(--bg-overlay);z-index:var(--z-modal);justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.ds-modal-content{background:var(--bg-secondary);border-radius:var(--radius-xl) var(--radius-xl) 0 0;border:1px solid var(--border-light);width:100%;max-width:500px;max-height:90vh;padding:var(--sp-5) var(--sp-5) var(--sp-8);border-bottom:none;overflow-y:auto}.ds-modal-bar{background:var(--border-medium);width:40px;height:4px;margin:0 auto var(--sp-4);border-radius:4px}.ds-modal-header{margin-bottom:var(--sp-5);justify-content:space-between;align-items:center;display:flex}.ds-modal-title{font-size:var(--text-lg);color:var(--text-primary);font-weight:700}.ds-modal-close{background:var(--bg-surface);border:1px solid var(--border-default);color:var(--text-muted);border-radius:var(--radius-full);cursor:pointer;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;transition:all .2s;display:flex}.ds-modal-close:hover{background:var(--bg-hover);color:var(--text-primary)}@media (min-width:768px){.ds-modal-overlay{align-items:center}.ds-modal-content{border-radius:var(--radius-xl);border-bottom:1px solid var(--border-light);max-height:85vh}.ds-modal-bar{display:none}}.form-label{color:var(--text-muted);font-size:var(--text-sm);margin-bottom:var(--sp-1);font-weight:500;display:block}.form-input,.form-textarea,.form-select{background:var(--bg-primary);border:1px solid var(--border-default);width:100%;color:var(--text-secondary);border-radius:var(--radius-md);padding:var(--sp-3) var(--sp-4);font-family:inherit;font-size:var(--text-sm);transition:border-color .2s}.form-input:focus,.form-textarea:focus,.form-select:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-bg);outline:none}.form-textarea{resize:none;min-height:80px}.section-title{font-size:var(--text-base);color:var(--text-primary);margin-bottom:var(--sp-3);align-items:center;gap:var(--sp-2);font-weight:700;display:flex}.badge{align-items:center;gap:var(--sp-1);font-size:var(--text-xs);border-radius:20px;padding:3px 10px;font-weight:600;display:inline-flex}.badge-accent{background:var(--accent-bg);color:var(--accent)}.badge-success{background:var(--color-success-bg);color:var(--color-success)}.badge-danger{background:var(--color-danger-bg);color:var(--color-danger)}.badge-warning{background:var(--color-warning-bg);color:var(--color-warning)}.divider{border:none;border-top:1px solid var(--border-light);margin:var(--sp-4) 0}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}:focus:not(:focus-visible){outline:none}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (min-width:768px){.page-shell{max-width:720px;margin:0 auto}}@media (min-width:1024px){.page-shell{max-width:800px}}@media (min-width:1440px){.page-shell{max-width:900px}}:root{--bg-primary:#11131a;--bg-secondary:#171a23;--bg-tertiary:#13161fdb;--bg-card:#1c202b;--bg-input:#232735;--bg-surface:#242938;--bg-hover:#2b3142;--bg-overlay:#090a0ead;--text-primary:#f8f4ed;--text-secondary:#e8e0d5;--text-muted:#a9a393;--text-dim:#817c72;--text-faint:#625f59;--text-stats:#fff8ec;--border-subtle:#fff6e50d;--border-light:#fff6e517;--border-default:#fff6e524;--border-medium:#fff6e533;--border-strong:#fff6e54d;--accent:#ff5c4d;--accent-hover:#ff796c;--accent-bg:#ff5c4d24;--accent-border:#ff5c4d57;--accent-glow:#ff5c4d52;--accent-2:#f4c95d;--gradient-main:linear-gradient(135deg, #ff5c4d, #ff8269);--gradient-avatar:linear-gradient(135deg, #f4c95d, #ff5c4d);--chip-bg:#fff6e513;--chip-border:#fff6e51a;--chip-text:#d4cab8;--toast-bg:#242938;--toast-text:#fff8ec;--leaflet-zoom-bg:#1c202beb;--leaflet-popup-bg:#1c202b;--leaflet-popup-text:#fff8ec}body{background:radial-gradient(circle at top left, #ff5c4d1f, transparent 34vw), radial-gradient(circle at bottom right, #f4c95d14, transparent 42vw), var(--bg-primary)}.map-fullscreen{background:#11131a}.map-fullscreen:after{content:"";pointer-events:none;z-index:401;mix-blend-mode:normal;background:radial-gradient(circle at 50% 43%,#0000 0 160px,#ff5c4d1f 161px,#0000 162px 260px,#ff5c4d14 261px,#0000 262px),linear-gradient(#11131aad 0%,#0000 22% 68%,#11131a73 100%);position:absolute;inset:0}.hdr{margin:max(10px, env(safe-area-inset-top)) 12px 0;border:1px solid var(--border-light);background:#171a23d1;border-radius:22px;box-shadow:0 18px 45px #00000047}.hdr-brand{min-width:0}.hdr-logo{letter-spacing:0;font-size:1.08rem;line-height:1.05}.hdr-logo-accent{background:linear-gradient(135deg,#ff5c4d,#f4c95d);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hdr-location{min-height:24px;color:var(--text-dim);background:0 0;border:0;align-items:center;gap:4px;margin-top:3px;padding:0;font-size:.72rem;font-weight:600;display:inline-flex}.hdr-actions{gap:7px}.hdr-icon-btn{width:38px;height:38px;color:var(--text-secondary);border-color:var(--border-light);background:#fff6e514;border-radius:15px}.hdr-filter-btn{background:var(--gradient-main);color:#fff;border-color:#0000;box-shadow:0 10px 24px #ff5c4d47}.stories-map-overlay{padding:0 12px;top:82px}.stories-bar{background:0 0;gap:12px;padding:10px 2px 12px}.story-circle{width:58px;color:var(--text-muted)}.story-avatar{background:linear-gradient(135deg,#31384a,#1b1f2a);border:2px solid #ff5c4d8c;outline:3px solid #ff5c4d1f;width:52px;height:52px;box-shadow:0 12px 24px #0000004d}.story-avatar-add{background:#316bff;border-color:#ffffffb3;outline-color:#316bff40}.story-name{color:#d7cec0;max-width:58px}.map-overlay-mode{border:1px solid var(--border-light);background:#14171fd1;border-radius:18px;margin:0 12px;padding:5px;box-shadow:0 15px 35px #00000042}.map-overlay-mode button{border-radius:14px;min-height:40px;font-size:.83rem;color:var(--text-muted)!important;background:0 0!important}.map-overlay-mode button[style*="79, 209, 197"],.map-overlay-mode button[style*="251, 191, 36"]{box-shadow:0 9px 18px #ff5c4d3d;background:var(--gradient-main)!important;color:#fff!important}.map-overlay-filters{background:linear-gradient(#11131ac2,#0000);margin-top:8px;padding:8px 12px 20px}.chip{border-color:var(--border-light);color:#d8cfbf;background:#1c202bd1;border-radius:999px;min-height:38px;padding:8px 15px;box-shadow:0 10px 24px #00000029}.chip.active{color:#181b24;background:#f8f4ed}.hl-map-person{cursor:pointer;filter:drop-shadow(0 12px 18px #00000059);width:58px;height:70px;position:relative}.hl-map-person-avatar{background:linear-gradient(135deg, color-mix(in srgb, var(--pin-color) 85%, #fff), var(--pin-color));color:#fff;letter-spacing:0;border:3px solid #fff8ec;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto;font-size:.78rem;font-weight:900;display:flex}.hl-map-person-club .hl-map-person-avatar{color:#1a1510;background:linear-gradient(135deg,#f4c95d,#ff9d4d)}.hl-map-person-badge{color:#fff;background:#ff5c4d;border:2px solid #14171f;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.66rem;font-weight:800;display:flex;position:absolute;top:-2px;right:4px}.hl-map-person-name{color:#fff8ec;white-space:nowrap;text-overflow:ellipsis;background:#14171feb;border:1px solid #ffffff1a;border-radius:999px;max-width:76px;padding:3px 8px;font-size:.62rem;font-weight:800;position:absolute;bottom:3px;left:50%;overflow:hidden;transform:translate(-50%)}.leaflet-tile-pane{filter:saturate(.72)brightness(.78)contrast(1.08)}.bottom-sheet{left:10px;right:10px;bottom:calc(78px + env(safe-area-inset-bottom,0px));border:1px solid var(--border-light);background:#171a23f0;border-radius:26px;max-height:calc(92vh - 88px);overflow:hidden;box-shadow:0 -12px 44px #0000006b}.bottom-sheet-handle{padding-top:12px}.bottom-sheet-handle-bar{background:#fff6e542}.bottom-sheet-peek{padding:0 18px 14px}.bottom-sheet-peek-title{color:#fff8ec;font-size:1rem}.bottom-sheet-peek-count{color:#d4cab8}.bottom-sheet-peek-subtitle{color:#817c72}.bottom-sheet-content{padding:2px 6px 18px}.post-card{border-color:var(--border-light);background:linear-gradient(#fff6e514,#fff6e50a);border-radius:22px;padding:16px;box-shadow:0 12px 30px #00000038}.post-card:hover{border-color:var(--accent-border);transform:translateY(-1px)}.pc-avatar{background:var(--gradient-avatar);border:2px solid #fffc;width:44px;height:44px;box-shadow:0 9px 18px #00000047}.pc-name{color:#fff8ec;font-weight:800}.pc-rating{color:#f4c95d}.pc-tag{color:#ffb0a8;background:#ff5c4d21;border-radius:999px;align-items:center;gap:5px;display:inline-flex}.pc-desc{color:#d6ccba}.pc-meta{color:#a59d8f;flex-wrap:wrap;row-gap:8px}.pc-join,.btn-main{background:var(--gradient-main);border-radius:999px;min-height:46px;box-shadow:0 14px 28px #ff5c4d38}.share-btn{border-radius:999px!important}.fab-maps{background:var(--gradient-main);border-radius:21px;width:58px;height:58px;right:20px;box-shadow:0 20px 36px #ff5c4d57}.bnav{left:12px;right:12px;bottom:max(10px, env(safe-area-inset-bottom));border:1px solid var(--border-light);background:#171a23f0;border-radius:28px;padding:8px 10px;box-shadow:0 20px 52px #00000061}.bnav-item{color:#8d877d;min-height:52px;font-size:.68rem}.bnav-item svg{width:22px;height:22px}.bnav-item-active{color:#fff8ec}.bnav-center{margin-top:-28px}.bnav-plus{color:#171a23;background:#f8f4ed;border-radius:21px;width:58px;height:58px;box-shadow:0 18px 36px #00000059}.modal{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#090a0eb8;align-items:center;padding:18px}.modal-sheet{color:#201d19;background:#f8f4ed;border:1px solid #ffffff80;border-radius:30px;max-width:520px;box-shadow:0 30px 80px #00000070}.modal-bar{background:#201d192e}.modal-hdr h3,.modal-body label{color:#201d19}.modal-hdr button{color:#696158}.modal-body label{font-weight:800}.modal-body p,.opt{color:#7a7168!important}.tag-sel{gap:10px}.tg{color:#5e574f;background:#fff;border-color:#201d191a;border-radius:999px;min-height:42px}.tg.active{color:#fff8ec;background:#201d19;border-color:#201d19}.venue-select,.modal-body textarea,.modal-body select{color:#201d19;background:#fff;border-color:#201d191a;border-radius:16px;min-height:48px;font-size:1rem}.modal-body textarea{min-height:92px}.meetup-type-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.meetup-type-card{color:#5e574f;cursor:pointer;background:#fff;border:1px solid #201d191a;border-radius:18px;min-height:70px;font-size:.82rem;font-weight:800;transition:all .2s}.meetup-type-card.active{color:#db3e32;background:#ff5c4d1a;border-color:#ff5c4d;box-shadow:inset 0 0 0 1px #ff5c4d40}.chk{color:#5e574f}.messages-page,.page-shell,.panel{background:radial-gradient(circle at top, #ff5c4d1a, transparent 360px), var(--bg-primary)}.page-header,.messages-header,.panel-hdr{border-color:var(--border-light);background:#171a23eb}@media (min-width:768px){.bottom-sheet{width:min(420px,100vw - 44px);max-height:calc(100vh - 180px);bottom:108px;left:auto;right:22px}.bnav{width:min(560px,100vw - 48px);left:50%;right:auto;transform:translate(-50%)}.fab-maps{right:34px}.map-overlay-top{width:min(680px,100vw - 460px);max-width:680px;left:20px;right:auto}.stories-map-overlay{padding:0;position:relative;top:auto}}@media (max-width:430px){.hdr{margin-left:10px;margin-right:10px;padding:10px 12px}.hdr-filter-btn{display:none}.map-overlay-mode{margin-left:10px;margin-right:10px}.bottom-sheet{left:8px;right:8px}.meetup-type-grid{grid-template-columns:1fr}}.login-redesign{min-height:100dvh;padding:max(20px, env(safe-area-inset-top)) 18px max(20px, env(safe-area-inset-bottom));background:radial-gradient(circle at 30% 10%,#ff5c4d2e,#0000 34vw),radial-gradient(circle at 80% 80%,#f4c95d1c,#0000 36vw),#10131a;justify-content:center;align-items:center;display:flex}.login-card{grid-template-columns:minmax(0,1.04fr) minmax(340px,.96fr);align-items:stretch;gap:28px;width:min(1040px,100%);min-height:min(720px,100vh - 40px);display:grid}.login-preview,.login-copy{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#171a23c7;border:1px solid #fff6e517;box-shadow:0 30px 90px #00000057}.login-preview{border-radius:38px;min-height:620px;padding:24px;position:relative;overflow:hidden}.login-preview:before{content:"";opacity:.65;background:linear-gradient(120deg,#0000 0 24%,#ffffff0f 24.2% 24.6%,#0000 24.8% 48%,#ffffff0d 48.2% 48.6%,#0000 48.8%),linear-gradient(40deg,#0000 0 30%,#ffffff0a 30.2% 30.6%,#0000 30.8% 64%,#ffffff0d 64.2% 64.6%,#0000 64.8%);position:absolute;inset:0}.login-preview-top,.login-preview-tabs{z-index:2;position:relative}.login-preview-top{color:#fff8ec;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.login-preview-top strong{margin-top:4px;font-size:1.15rem;display:block}.login-preview-kicker{color:#9d9588;font-size:.78rem;font-weight:700;display:block}.login-preview-filter{background:var(--gradient-main);color:#fff;border-radius:999px;padding:10px 14px;font-size:.78rem;font-weight:900;box-shadow:0 16px 30px #ff5c4d47}.login-map-stage{z-index:1;position:absolute;inset:84px 24px 86px}.login-map-grid{background:linear-gradient(90deg,#ffffff0b 1px,#0000 1px) 0 0/54px 54px,linear-gradient(0deg,#ffffff0b 1px,#0000 1px) 0 0/54px 54px,radial-gradient(circle at 55% 48%,#ff5c4d1f,#0000 34%),#0f1219a3;border-radius:28px;position:absolute;inset:0;transform:perspective(600px)rotateX(10deg)}.login-map-radius{border:1px solid #ff5c4d5c;border-radius:50%;position:absolute;top:48%;left:50%;transform:translate(-50%,-50%)}.login-map-radius-one{background:#ff5c4d14;width:160px;height:160px}.login-map-radius-two{width:290px;height:290px}.login-person-pin{color:#fff;background:linear-gradient(135deg,#ff5c4d,#f4c95d);border:3px solid #fff8ec;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:.76rem;font-weight:900;display:flex;position:absolute;box-shadow:0 18px 32px #00000061}.login-person-pin:after{content:"";background:#ff5c4d;border:2px solid #151923;border-radius:50%;width:14px;height:14px;position:absolute;top:-2px;right:-2px}.login-person-pin-a{top:28%;left:18%}.login-person-pin-b{background:linear-gradient(135deg,#316bff,#53d6ff);top:34%;right:18%}.login-person-pin-c{background:linear-gradient(135deg,#34d399,#f4c95d);bottom:24%;left:25%}.login-person-pin-main{color:#171a23;background:linear-gradient(135deg,#f4c95d,#ff5c4d);width:78px;height:78px;font-size:.9rem;top:48%;left:50%;transform:translate(-50%,-50%)}.login-preview-tabs{background:#fff6e514;border:1px solid #fff6e514;border-radius:999px;gap:8px;padding:7px;display:flex;position:absolute;bottom:24px;left:24px;right:24px}.login-preview-tabs span{text-align:center;color:#a9a393;border-radius:999px;flex:1;padding:11px 10px;font-size:.84rem;font-weight:900}.login-preview-tabs .active{color:#171a23;background:#f8f4ed}.login-copy{border-radius:38px;flex-direction:column;justify-content:center;padding:clamp(28px,5vw,58px);display:flex}.login-logo-mark{background:var(--gradient-main);color:#fff;border-radius:24px;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:26px;display:flex;box-shadow:0 20px 40px #ff5c4d47}.login-title{margin-bottom:18px;font-size:clamp(2.8rem,7vw,5.2rem);line-height:.95}.login-tagline{color:#d4cab8;max-width:430px;margin-bottom:24px;font-size:clamp(1.08rem,2vw,1.36rem);line-height:1.45}.login-trust-row{flex-wrap:wrap;gap:9px;margin-bottom:30px;display:flex}.login-trust-row span{color:#e5dccb;background:#fff6e514;border:1px solid #fff6e517;border-radius:999px;align-items:center;gap:6px;min-height:36px;padding:8px 12px;font-size:.78rem;font-weight:800;display:inline-flex}.google-login-btn{color:#171a23;cursor:pointer;background:#f8f4ed;border:0;border-radius:20px;justify-content:center;align-items:center;gap:12px;width:100%;min-height:58px;font-size:1rem;font-weight:900;display:flex;box-shadow:0 18px 38px #0000003d}.google-login-btn:disabled{opacity:.7;cursor:wait}.login-error{max-width:none;margin-bottom:16px}.login-legal{color:#8b8479;margin-top:22px;font-size:.82rem;line-height:1.6}.login-legal a{color:#ff8c80;font-weight:800;text-decoration:none}@media (max-width:820px){.login-card{grid-template-columns:1fr;min-height:0}.login-preview{border-radius:30px;min-height:320px}.login-map-stage{inset:76px 18px}.login-copy{border-radius:30px}}@media (max-width:520px){.login-redesign{align-items:stretch;padding:12px}.login-card{gap:12px}.login-preview{min-height:290px;padding:18px}.login-preview-tabs{bottom:18px;left:18px;right:18px}.login-person-pin{width:44px;height:44px}.login-person-pin-main{width:64px;height:64px}.login-copy{padding:28px 22px}}.cpm-overlay{align-items:center;padding:18px}.cpm-sheet{color:#fff8ec;background:radial-gradient(circle at 100% 0,#ff5c4d24,#0000 220px),#171a23;border:1px solid #fff6e51a;border-radius:34px;width:min(560px,100%);max-height:calc(100dvh - 36px);padding:28px}.cpm-header{text-align:left;margin-bottom:22px}.cpm-kicker{color:#ffaaa1;background:#ff5c4d1f;border:1px solid #ff5c4d2e;border-radius:999px;align-items:center;min-height:30px;margin-bottom:14px;padding:6px 11px;font-size:.75rem;font-weight:900;display:inline-flex}.cpm-header h2{color:#fff8ec;margin:0 0 12px;font-size:clamp(1.8rem,5vw,2.5rem);line-height:1.05}.cpm-header-desc{color:#cfc5b4;max-width:440px;line-height:1.55}.cpm-progress-section{background:#fff6e512;border:1px solid #fff6e514;border-radius:22px;margin-bottom:16px;padding:16px}.cpm-progress-row{color:#fff8ec;justify-content:space-between;gap:12px;margin-bottom:12px;font-weight:900;display:flex}.cpm-progress-track{background:#fff6e51a;border-radius:999px;height:8px;overflow:hidden}.cpm-progress-fill{border-radius:inherit;background:var(--gradient-main);height:100%}.cpm-progress-hint{color:#ffb0a8;margin-top:10px;font-size:.86rem;font-weight:800}.cpm-rules-box{background:#0f1219d1;border:1px solid #fff6e517;border-radius:24px;margin-bottom:18px;padding:18px}.cpm-rules-title{color:#f4c95d;margin-bottom:10px;font-weight:900}.cpm-rules-list{color:#ded4c2;padding-left:20px;line-height:1.48}.cpm-gender-label{color:#fff8ec;margin-bottom:10px;font-weight:900;display:block}.cpm-gender-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.cpm-gender-btn{color:#d8cfbf;cursor:pointer;background:#fff6e514;border:1px solid #fff6e51a;border-radius:20px;min-height:58px;font-size:1rem;font-weight:900}.cpm-gender-btn--female,.cpm-gender-btn--male{color:#171a23;background:#f8f4ed;border-color:#0000}.cpm-submit-disabled{opacity:.45;box-shadow:none}.cpm-skip-btn{color:#a9a393;border:0;width:100%}@media (max-width:520px){.cpm-sheet{border-radius:28px;padding:22px}.cpm-gender-row{grid-template-columns:1fr}}.landing-redesign{color:#fff8ec;background:radial-gradient(circle at 18% 8%,#ff5c4d2e,#0000 32vw),radial-gradient(circle at 90% 26%,#f4c95d1a,#0000 30vw),#10131a;min-height:100vh;overflow-x:hidden}.landing-nav{z-index:40;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#14171fb8;border:1px solid #fff6e514;border-radius:999px;justify-content:space-between;align-items:center;gap:18px;width:min(1180px,100% - 32px);margin:0 auto;padding:10px 12px 10px 18px;display:flex;position:sticky;top:14px;transform:translateY(14px);box-shadow:0 20px 60px #0000003d}.landing-nav-scrolled{background:#14171feb}.landing-logo{color:#fff8ec;letter-spacing:0;font-size:1.08rem;font-weight:900;text-decoration:none}.landing-logo span{background:linear-gradient(135deg,#ff5c4d,#f4c95d);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.landing-nav-actions{align-items:center;gap:8px;display:flex}.landing-nav-actions a{color:#cfc5b4;border-radius:999px;align-items:center;min-height:40px;padding:0 12px;font-size:.86rem;font-weight:800;text-decoration:none;display:inline-flex}.landing-nav-actions a:hover{color:#fff8ec;background:#fff6e50f}.landing-nav-actions .landing-nav-cta{color:#171a23;background:#f8f4ed}.landing-hero{grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr);align-items:center;gap:clamp(28px,5vw,72px);width:min(1180px,100% - 32px);min-height:calc(100vh - 96px);margin:0 auto;padding:112px 0 56px;display:grid}.landing-hero-copy{max-width:620px}.landing-eyebrow{color:#ffb0a8;background:#ff5c4d1f;border:1px solid #ff5c4d38;border-radius:999px;align-items:center;gap:8px;min-height:34px;padding:7px 12px;font-size:.82rem;font-weight:900;display:inline-flex}.landing-hero h1{color:#fff8ec;letter-spacing:0;max-width:680px;margin:18px 0;font-size:clamp(3.2rem,8vw,7rem);line-height:.92}.landing-hero-copy>p{color:#d4cab8;max-width:590px;font-size:clamp(1.08rem,2vw,1.36rem);line-height:1.55}.landing-hero-actions{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.landing-primary-btn,.landing-secondary-btn{border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:54px;padding:0 22px;font-weight:900;text-decoration:none;display:inline-flex}.landing-primary-btn{color:#fff;background:var(--gradient-main);box-shadow:0 18px 40px #ff5c4d42}.landing-secondary-btn{color:#f8f4ed;background:#fff6e514;border:1px solid #fff6e51a}.landing-trust-row{flex-wrap:wrap;gap:9px;margin-top:24px;display:flex}.landing-trust-row span{color:#e5dccb;background:#fff6e512;border:1px solid #fff6e514;border-radius:999px;align-items:center;gap:7px;min-height:38px;padding:8px 12px;font-size:.82rem;font-weight:800;display:inline-flex}.landing-phone{background:radial-gradient(circle at 64% 38%,#ff5c4d33,#0000 220px),#171a23d6;border:1px solid #fff6e51a;border-radius:42px;min-height:670px;padding:24px;position:relative;overflow:hidden;box-shadow:0 38px 100px #0000006b}.landing-phone:before{content:"";opacity:.75;background:linear-gradient(128deg,#0000 0 22%,#ffffff0b 22.2% 22.6%,#0000 22.8% 48%,#ffffff0a 48.2% 48.6%,#0000 48.8%),linear-gradient(42deg,#0000 0 34%,#ffffff09 34.2% 34.6%,#0000 34.8% 68%,#ffffff0a 68.2% 68.6%,#0000 68.8%);position:absolute;inset:0}.landing-phone-top,.landing-map-preview,.landing-segment,.landing-sheet-preview{z-index:1;position:relative}.landing-phone-top{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.landing-phone-top span{color:#9d9588;font-size:.8rem;font-weight:800;display:block}.landing-phone-top strong{color:#fff8ec;margin-top:4px;font-size:1.1rem;display:block}.landing-phone-top button{color:#fff;background:var(--gradient-main);border:0;border-radius:999px;min-height:42px;padding:0 15px;font-weight:900}.landing-map-preview{background:#0f1219b8;border:1px solid #fff6e512;border-radius:30px;height:390px;margin:22px 0 14px;overflow:hidden}.landing-map-grid{background:linear-gradient(90deg,#ffffff0b 1px,#0000 1px) 0 0/58px 58px,linear-gradient(0deg,#ffffff0b 1px,#0000 1px) 0 0/58px 58px;position:absolute;inset:0}.landing-radius{border:1px solid #ff5c4d5c;border-radius:50%;position:absolute;top:51%;left:50%;transform:translate(-50%,-50%)}.landing-radius-sm{background:#ff5c4d14;width:166px;height:166px}.landing-radius-lg{width:320px;height:320px}.landing-person{color:#fff;background:linear-gradient(135deg,#ff5c4d,#f4c95d);border:3px solid #fff8ec;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:66px;height:66px;display:flex;position:absolute;transform:translate(-50%,-50%);box-shadow:0 18px 34px #0006}.landing-person:after{content:"";background:#ff5c4d;border:2px solid #151923;border-radius:50%;width:17px;height:17px;position:absolute;top:-2px;right:-2px}.landing-person strong{font-size:.86rem;line-height:1}.landing-person small{white-space:nowrap;text-overflow:ellipsis;max-width:58px;margin-top:4px;font-size:.56rem;font-weight:900;overflow:hidden}.landing-person-2{background:linear-gradient(135deg,#34d399,#f4c95d)}.landing-person-3{background:linear-gradient(135deg,#316bff,#53d6ff)}.landing-person-4{background:linear-gradient(135deg,#8b5cf6,#ff5c4d)}.landing-person-me{color:#171a23;background:linear-gradient(135deg,#f4c95d,#ff8269);width:92px;height:92px;top:51%;left:50%}.landing-segment{background:#fff6e514;border:1px solid #fff6e514;border-radius:999px;gap:8px;padding:7px;display:flex}.landing-segment span{color:#a9a393;border-radius:999px;flex:1;justify-content:center;align-items:center;min-height:44px;font-weight:900;display:flex}.landing-segment .active{color:#171a23;background:#f8f4ed}.landing-sheet-preview{background:#fff6e514;border:1px solid #fff6e517;border-radius:24px;justify-content:space-between;align-items:center;gap:14px;margin-top:14px;padding:16px;display:flex}.landing-sheet-preview strong,.landing-sheet-preview span{display:block}.landing-sheet-preview strong{color:#fff8ec}.landing-sheet-preview span{color:#a9a393;margin-top:4px;font-size:.86rem}.landing-sheet-preview button{color:#fff;background:var(--gradient-main);border:0;border-radius:999px;min-height:40px;padding:0 16px;font-weight:900}.landing-stats,.landing-section,.landing-safety-band,.landing-footer{width:min(1180px,100% - 32px);margin-left:auto;margin-right:auto}.landing-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:0 0 54px;display:grid}.landing-stats div{background:#fff6e512;border:1px solid #fff6e514;border-radius:24px;padding:20px}.landing-stats strong,.landing-stats span{display:block}.landing-stats strong{color:#fff8ec;font-size:clamp(1.55rem,4vw,2.4rem)}.landing-stats span{color:#a9a393;margin-top:6px;font-size:.88rem;font-weight:800}.landing-section{padding:54px 0}.landing-section-head{max-width:760px;margin-bottom:24px}.landing-section-head span{color:#ffaaa1;text-transform:uppercase;font-size:.82rem;font-weight:900}.landing-section-head h2,.landing-safety-band h2{color:#fff8ec;margin-top:10px;font-size:clamp(2rem,5vw,4.2rem);line-height:1}.landing-steps,.landing-feature-grid{gap:14px;display:grid}.landing-steps{grid-template-columns:repeat(3,minmax(0,1fr))}.landing-feature-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.landing-step-card,.landing-feature-card{background:#171a23cc;border:1px solid #fff6e514;border-radius:28px;min-height:230px;padding:22px}.landing-step-icon,.landing-feature-icon{color:#fff;background:var(--gradient-main);border-radius:18px;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 16px 34px #ff5c4d2e}.landing-step-card>span{color:#605a52;margin-top:34px;font-size:2.4rem;font-weight:900;line-height:1;display:block}.landing-step-card h3,.landing-feature-card h3{color:#fff8ec;margin:14px 0 8px;font-size:1.1rem}.landing-step-card p,.landing-feature-card p,.landing-safety-band p{color:#cfc5b4;line-height:1.58}.landing-safety-band{background:radial-gradient(circle at 80% 20%,#ff5c4d2e,#0000 280px),#171a23d9;border:1px solid #fff6e514;border-radius:34px;justify-content:space-between;align-items:flex-end;gap:28px;margin-top:34px;padding:clamp(28px,6vw,54px);display:flex}.landing-safety-band div{max-width:780px}.landing-safety-band p{max-width:700px;margin-top:16px;font-size:1rem}.landing-footer{color:#817c72;justify-content:space-between;align-items:center;gap:18px;padding:36px 0 44px;display:flex}.landing-footer div{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.landing-footer a{color:#a9a393;border-radius:999px;padding:8px 10px;font-weight:800;text-decoration:none}@media (max-width:980px){.landing-hero{grid-template-columns:1fr;padding-top:100px}.landing-hero-copy{max-width:760px}.landing-phone{min-height:590px}.landing-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.landing-nav{width:calc(100% - 20px);padding-left:14px;top:10px}.landing-nav-actions a:not(.landing-nav-cta){display:none}.landing-hero,.landing-stats,.landing-section,.landing-safety-band,.landing-footer{width:calc(100% - 20px)}.landing-hero{min-height:auto;padding-top:92px;padding-bottom:32px}.landing-hero h1{font-size:clamp(3rem,16vw,4.8rem)}.landing-phone{border-radius:32px;min-height:520px;padding:18px}.landing-map-preview{height:290px}.landing-person{width:52px;height:52px}.landing-person-me{width:74px;height:74px}.landing-stats,.landing-steps,.landing-feature-grid{grid-template-columns:1fr}.landing-stats{padding-bottom:28px}.landing-section{padding:34px 0}.landing-step-card,.landing-feature-card{min-height:0}.landing-safety-band,.landing-footer{flex-direction:column;align-items:flex-start}.landing-footer div{justify-content:flex-start}}@media (max-width:420px){.landing-hero-actions,.landing-primary-btn,.landing-secondary-btn{width:100%}.landing-sheet-preview{flex-direction:column;align-items:flex-start}}.page-shell,.messages-page,.profile-panel{color:#fff8ec;background:radial-gradient(circle at 18% 0,#ff5c4d1f,#0000 320px),#10131a}.page-shell{max-width:none;padding-bottom:32px}.page-header,.messages-header,.messages-chat-header,.panel-hdr{z-index:20;min-height:74px;padding:max(14px, env(safe-area-inset-top)) 18px 14px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#10131ae6;border-bottom:1px solid #fff6e514;position:sticky;top:0}.page-header-title,.messages-title,.panel-hdr h3{color:#fff8ec;font-size:1.08rem;font-weight:900}.back-btn,.messages-back-btn,.panel-hdr button{color:#fff8ec;background:#fff6e514;border:1px solid #fff6e51a;border-radius:16px;width:42px;height:42px}.empty-state,.messages-empty,.messages-chat-empty{background:radial-gradient(circle at 100% 0,#ff5c4d1f,#0000 190px),#171a23d1;border:1px solid #fff6e514;border-radius:34px;width:min(520px,100% - 32px);min-height:360px;margin:56px auto 0;padding:34px 24px;box-shadow:0 28px 70px #00000047}.empty-state-icon,.messages-empty-icon,.messages-chat-empty-icon{background:var(--gradient-main);border-radius:28px;justify-content:center;align-items:center;width:78px;height:78px;margin-bottom:20px;font-size:2.1rem;display:flex;box-shadow:0 20px 40px #ff5c4d38}.empty-state-title,.messages-empty-title,.messages-chat-empty-title{color:#fff8ec;font-size:1.35rem;font-weight:900}.empty-state-desc,.messages-empty-text,.messages-chat-empty-desc{color:#cfc5b4;line-height:1.55}.myposts-content,.messages-list{width:min(760px,100% - 28px);margin:0 auto;padding:22px 0 34px}.myposts-count{color:#a9a393;margin:2px 4px 16px}.myposts-count strong{color:#ffaaa1}.myposts-card,.messages-conv-card{background:linear-gradient(#fff6e514,#fff6e50b);border:1px solid #fff6e514;border-radius:28px;box-shadow:0 20px 55px #00000038}.myposts-card{padding:20px}.myposts-tag,.messages-conv-post-tag{color:#ffb0a8;background:#ff5c4d1f;border:1px solid #ff5c4d2e;border-radius:999px}.myposts-desc,.messages-conv-name{color:#fff8ec;font-weight:900}.myposts-meta,.messages-conv-preview,.messages-conv-time{color:#a9a393}.myposts-delete-btn{color:#ffaaa1;background:#ef44441f;border:1px solid #ef444438;border-radius:999px;min-height:44px}.messages-page{min-height:100dvh}.messages-conv-card{margin-bottom:12px;padding:16px}.messages-avatar{background:var(--gradient-avatar);color:#171a23;border:3px solid #fff8ec;font-weight:900;box-shadow:0 14px 26px #00000047}.messages-unread-dot{background:#ff5c4d;border-color:#10131a}.messages-conv-badge,.messages-conv-time--unread{color:#ff8c80}.messages-chat-container{background:0 0}.messages-chat-msg-list{padding:18px}.messages-chat-bubble{border-radius:22px;padding:12px 14px}.messages-chat-bubble--in{color:#fff8ec;background:#fff6e514}.messages-chat-bubble--out{background:var(--gradient-main);color:#fff}.messages-chat-input-bar{left:12px;right:12px;bottom:max(12px, env(safe-area-inset-bottom));background:#171a23f0;border:1px solid #fff6e514;border-radius:26px;width:auto;box-shadow:0 20px 50px #00000059}.messages-chat-input-field{color:#fff8ec;background:#fff6e514;border-color:#fff6e514;border-radius:18px;min-height:46px;font-size:1rem}.messages-chat-send-btn{background:var(--gradient-main);border-radius:18px;width:46px;height:46px}.profile-panel{min-height:100vh;animation:none;position:relative}.profile-logout-btn{color:#ffaaa1!important;width:auto!important;padding:0 14px!important}.prof-body{width:min(860px,100% - 28px);margin:0 auto;padding:24px 0 44px}.profile-theme-banner{border:1px solid #fff6e51a;border-radius:34px;height:168px;margin-bottom:-54px;box-shadow:0 28px 70px #0000004d}.prof-verified,.prof-badges span,.profile-instagram-link{border-radius:999px}.prof-bio{color:#cfc5b4;font-size:1rem}.profile-edit-btn,.profile-emergency-btn,.profile-confirm-cancel{color:#fff8ec;background:#fff6e514;border:1px solid #fff6e51a;border-radius:999px;min-height:44px}.prof-stats{background:#fff6e512;border:1px solid #fff6e514;border-radius:28px;width:min(520px,100%);margin:22px auto;padding:14px}.prof-stats strong{color:#fff8ec}.prof-stats small{color:#a9a393}.profile-emergency-card,.profile-delete-section,.profile-theme-selector,.language-selector,.safety-meter,.profile-notification-wrap{background:#171a23d1;border:1px solid #fff6e514;border-radius:28px;width:min(680px,100%);margin:16px auto;padding:18px}.profile-emergency-title,.profile-delete-title,.profile-theme-label,.language-selector-label,.safety-meter-label{color:#fff8ec;font-weight:900}.profile-emergency-empty,.profile-emergency-info,.profile-delete-desc{color:#cfc5b4}.profile-legal-row{width:min(680px,100%);margin-left:auto;margin-right:auto}.profile-legal-link{color:#fff8ec;background:#fff6e512;border:1px solid #fff6e514;border-radius:20px}.profile-delete-btn,.profile-confirm-delete{color:#ffaaa1;background:#ef44441f;border:1px solid #ef444438;border-radius:999px}@media (min-width:768px){.page-shell{max-width:none}.messages-chat-input-bar{width:min(720px,100% - 32px);left:50%;right:auto;transform:translate(-50%)}}@media (max-width:520px){.myposts-content,.messages-list,.prof-body{width:calc(100% - 20px)}.prof-stats{gap:8px}.profile-theme-banner{border-radius:28px;height:132px}}.map-overlay-top{flex-direction:column;gap:8px;display:flex}.stories-map-overlay{padding:0 12px!important;position:relative!important;inset:auto!important}.map-overlay-mode,.map-overlay-filters{flex-shrink:0}@media (max-width:767px){.cpm-overlay{padding:max(10px, env(safe-area-inset-top)) 10px max(10px, env(safe-area-inset-bottom));align-items:flex-start;overflow-y:auto}.cpm-sheet{width:100%;min-height:auto;max-height:none;border-radius:28px!important;padding:18px!important}.cpm-header{margin-bottom:14px}.cpm-kicker{min-height:26px;margin-bottom:10px;padding:5px 10px;font-size:12px}.cpm-header h2{margin-bottom:10px;font-size:30px!important;line-height:1.02!important}.cpm-header-desc{font-size:15px;line-height:1.45}.cpm-progress-section,.cpm-rules-box{border-radius:20px;margin-bottom:12px;padding:14px}.cpm-progress-row{margin-bottom:9px;font-size:14px}.cpm-progress-hint,.cpm-rules-title,.cpm-gender-label{font-size:14px}.cpm-rules-list{padding-left:18px;font-size:14px;line-height:1.38}.cpm-gender-section{margin-bottom:12px}.cpm-gender-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.cpm-gender-btn{border-radius:18px;min-height:48px;font-size:15px}.cpm-sheet .btn-main.full{min-height:52px;padding:0 14px;font-size:15px}.cpm-skip-btn{min-height:42px;font-size:14px}.map-overlay-top{top:max(8px, env(safe-area-inset-top));gap:5px;left:0;right:0}.map-overlay-top .hdr{border-radius:22px;width:calc(100% - 20px);min-height:72px;margin:0 auto;padding:12px}.hdr-brand{font-size:1rem}.hdr-logo{font-size:1.2rem;line-height:1.05}.hdr-location{font-size:.72rem}.hdr-actions{gap:7px}.icon-btn{width:42px;height:42px}.stories-map-overlay{padding:0 10px!important}.stories-bar{gap:8px;width:100%;padding:2px 0 0;overflow-x:auto}.story-circle{width:54px;min-width:54px}.story-avatar,.story-add{width:50px;height:50px;font-size:.86rem}.story-name{max-width:54px;font-size:.64rem}.map-overlay-mode{border-radius:18px;margin:0 10px;padding:6px}.map-overlay-mode button{white-space:nowrap;min-height:38px;font-size:.78rem}.map-overlay-filters{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(#10131a57 0%,#10131a1f 58%,#10131a00 100%);padding:4px 10px 12px}.chip-row{gap:7px}.chip{min-height:36px;padding:0 14px;font-size:.78rem}.bottom-sheet{left:10px;right:10px;bottom:calc(86px + env(safe-area-inset-bottom));border-radius:24px;min-height:142px;max-height:min(54vh,460px)}.bottom-sheet-peek{padding:18px 20px 16px}.bottom-sheet-peek-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding-right:88px;display:grid}.bottom-sheet-peek-title,.bottom-sheet-peek-count{min-width:0}.bottom-sheet-peek-count{text-overflow:ellipsis;white-space:nowrap;justify-self:end;max-width:132px;overflow:hidden}.fab-maps{width:64px;height:64px;right:22px;bottom:calc(150px + env(safe-area-inset-bottom))}.bnav{width:calc(100% - 20px);bottom:max(8px, env(safe-area-inset-bottom));border-radius:24px}.map-fullscreen .leaflet-control-zoom{display:none!important}}@media (min-width:1024px){.map-overlay-top{gap:10px;width:min(620px,100vw - 56px);max-width:none;padding:0;top:18px;left:auto;right:28px}.map-overlay-top .hdr{border-radius:26px;width:100%;min-height:86px;margin:0}.stories-map-overlay{width:100%;padding:0!important}.stories-bar{gap:12px;width:100%;padding:2px 2px 0}.map-overlay-mode{width:100%;box-shadow:var(--shadow-card);border-radius:24px;margin:0}.map-overlay-filters{width:100%;box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#171a23c7;border:1px solid #fff6e514;border-radius:24px;margin:0;padding:10px}.chip-row{padding:0}.bottom-sheet{width:min(480px,100vw - 720px);min-width:380px;max-height:min(62vh,620px);bottom:112px;right:28px}.fab-maps{bottom:138px;right:48px}.bnav{width:min(620px,100vw - 48px);bottom:26px}.map-fullscreen .leaflet-top.leaflet-left{top:116px!important;left:auto!important;right:calc(min(620px,100vw - 56px) + 48px)!important}.cpm-sheet{width:min(720px,100vw - 56px);max-height:min(780px,100dvh - 48px)}.page-shell{background:radial-gradient(circle at 18% 14%,#ff5c4d14,#0000 28vw),#10131a;width:100%;max-width:none;margin-left:0;margin-right:0}.myposts-content,.messages-list,.prof-body{max-width:860px;margin-left:auto;margin-right:auto}}@media (min-width:1440px){.map-overlay-top{width:620px}.bottom-sheet{width:480px}.map-fullscreen .leaflet-top.leaflet-left{left:auto!important;right:696px!important}}.map-fullscreen:after{content:"";z-index:401;pointer-events:none;background:radial-gradient(circle at 50% 43%,#0000 0 160px,#ff5c4d14 161px,#0000 162px 260px,#ff5c4d0b 261px,#0000 262px),linear-gradient(#11131a73 0%,#0000 18% 74%,#11131a52 100%);width:auto;height:auto;position:absolute;inset:0}@media (min-width:1024px){.map-fullscreen:after{background:radial-gradient(circle at 92% 16%,#ff5c4d26,#0000 28%),radial-gradient(circle at 86% 88%,#7c5cff29,#0000 30%),linear-gradient(270deg,#10131aad 0%,#10131a6b 34%,#10131a2e 58%,#10131a00 82%);position:fixed}.messages-page,.profile-panel,.profile-panel.panel{background:radial-gradient(circle at 16% 4%,#ff5c4d1a,#0000 340px),radial-gradient(circle at 86% 18%,#7c5cff1f,#0000 360px),#10131a;width:100%;min-height:100vh;margin:0;max-width:none!important}.messages-header,.messages-chat-header,.panel-hdr{background:0 0;width:min(1180px,100% - 64px);margin:0 auto;padding-left:0;padding-right:0}.messages-page:before,.profile-panel:before{content:"";pointer-events:none;background:linear-gradient(90deg,#fff6e50b,#0000 18% 82%,#fff6e509),radial-gradient(circle at 50% 100%,#f4c95d12,#0000 44%);position:fixed;inset:0}.messages-list{width:min(980px,100% - 64px);max-width:none;padding-top:36px}.messages-empty,.messages-chat-empty,.empty-state{border-radius:38px;width:min(760px,100%);min-height:420px;margin-top:72px;padding:54px 48px}.messages-empty-title,.messages-chat-empty-title,.empty-state-title{font-size:1.65rem}.messages-empty-text,.messages-chat-empty-desc,.empty-state-desc{font-size:1rem}.messages-conv-card{padding:20px}.messages-chat-container{border-left:1px solid #fff6e512;border-right:1px solid #fff6e512;width:min(980px,100% - 64px);height:calc(100vh - 90px);margin:0 auto}.messages-chat-msg-list{padding:32px}.messages-chat-input-bar{width:min(920px,100% - 96px);left:50%;transform:translate(-50%)}.prof-body{width:min(1120px,100% - 64px);max-width:none;padding-top:34px}.profile-theme-banner{border-radius:38px;height:220px;margin-bottom:-62px}.prof-stats{width:min(720px,100%);padding:18px}.profile-theme-selector,.language-selector,.safety-meter,.profile-notification-wrap,.profile-emergency-card,.profile-delete-section{width:min(940px,100%);padding:24px}.language-selector-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.profile-theme-grid,.badges-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.profile-theme-btn{min-height:148px}.profile-legal-row{width:min(940px,100%)}}.system-state,.reset-redesign{color:#fff8ec;background:radial-gradient(circle at 18% 10%,#ff5c4d26,#0000 320px),radial-gradient(circle at 88% 80%,#7c5cff29,#0000 360px),#10131a;justify-content:center;align-items:center;min-height:100dvh;padding:24px;display:flex}.system-state-card,.reset-card{text-align:center;background:radial-gradient(circle at 100% 0,#ff5c4d1f,#0000 190px),#171a23e0;border:1px solid #fff6e517;border-radius:32px;width:min(440px,100%);padding:34px;box-shadow:0 28px 70px #00000057}.system-state-icon,.reset-icon{background:var(--gradient-main);border-radius:30px;justify-content:center;align-items:center;width:82px;height:82px;margin-bottom:18px;font-size:2.2rem;display:inline-flex;box-shadow:0 20px 42px #ff5c4d38}.system-state-icon--warn{background:linear-gradient(135deg,#f4c95d,#ff5c4d)}.system-state h2,.reset-state h2{color:#fff8ec;margin:0 0 10px;font-size:1.45rem;font-weight:900}.system-state p,.reset-state p,.system-state--loading p{color:#cfc5b4;margin:0 0 24px;line-height:1.55}.system-state-action,.reset-secondary{background:var(--gradient-main);color:#fff;cursor:pointer;border:0;border-radius:999px;width:100%;min-height:50px;font-family:inherit;font-size:1rem;font-weight:900;box-shadow:0 18px 38px #ff5c4d2e}.system-state--loading{flex-direction:column;gap:14px}.system-state--loading p{margin:0}.system-state-loader{border:3px solid #fff6e51f;border-top-color:#ff8269;border-radius:50%;width:42px;height:42px;animation:.8s linear infinite spin}.reset-card{text-align:left}.reset-brand{color:#ff8269;margin-bottom:22px;font-size:1.35rem;font-weight:950}.reset-brand span{color:#fff8ec}.reset-state{text-align:center}.reset-state--compact{margin-bottom:18px}.reset-form{flex-direction:column;gap:14px;display:flex}.reset-input{color:#fff8ec;background:#fff6e512;border:1px solid #fff6e51a;border-radius:18px;min-height:52px;padding:0 16px;font-family:inherit;font-size:1rem}.reset-input:focus{border-color:#ff82699e;outline:none;box-shadow:0 0 0 4px #ff5c4d1c}.reset-strength{font-size:.84rem}.reset-strength-bars{gap:5px;margin-bottom:6px;display:flex}.reset-strength-bar{background:#fff6e51f;border-radius:999px;flex:1;height:5px;transition:background .2s}.reset-strength-bar--active{background:var(--gradient-main)}.reset-strength .is-weak{color:#ffaaa1}.reset-strength .is-medium{color:#f4c95d}.reset-strength .is-strong{color:#4fd1c5}@media (max-width:520px){.system-state-card,.reset-card{border-radius:28px;padding:26px}}.landing-nav-actions button,.landing-primary-btn{cursor:pointer;font-family:inherit}.landing-nav-actions button{appearance:none;border:0;margin:0}.landing-nav-actions button.landing-nav-cta{color:#171a23;white-space:nowrap;min-height:40px;box-shadow:none;background:#f8f4ed;border-radius:999px;justify-content:center;align-items:center;padding:0 16px;font-size:.86rem;font-weight:900;line-height:1;display:inline-flex}.landing-nav-actions button.landing-nav-cta:hover{color:#171a23;background:#fff8ec}.landing-primary-btn{appearance:none;border:0}@media (min-width:1024px){.landing-hero{grid-template-columns:minmax(0,.96fr) minmax(380px,.9fr);gap:clamp(26px,4vw,58px);min-height:calc(100vh - 78px);padding-top:94px;padding-bottom:42px}.landing-hero h1{max-width:620px;margin:16px 0;font-size:clamp(4.4rem,6.2vw,6.9rem)}.landing-hero-copy>p{max-width:560px;font-size:clamp(1.06rem,1.55vw,1.24rem)}.landing-hero-actions{margin-top:24px}.landing-trust-row{margin-top:18px}.landing-phone{min-height:min(620px,100vh - 230px)}}@media (min-width:1440px){.landing-hero{width:min(1200px,100% - 48px)}.landing-hero h1{font-size:clamp(5rem,5.7vw,7.1rem)}}.cpm-overlay{padding-bottom:max(28px, env(safe-area-inset-bottom));overflow-y:auto}.cpm-sheet{margin-block:18px}.gps-permission-overlay{padding:max(18px, env(safe-area-inset-top)) 18px max(28px, env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:radial-gradient(circle at 22% 14%,#ff5c4d24,#0000 34vw),radial-gradient(circle at 88% 82%,#7c5cff2e,#0000 36vw),#080a10b8;align-items:center}.gps-permission-sheet{background:radial-gradient(circle at 100% 0,#ff5c4d14,#0000 210px),linear-gradient(#fff8ecfa,#f8f4edfa);border:1px solid #fff6e56b;border-radius:34px;width:min(520px,100%);max-height:min(74vh,620px);margin:0;overflow-y:auto;box-shadow:0 34px 90px #00000061}.gps-permission-body{text-align:center;padding:24px 28px 28px}.gps-permission-icon{margin-bottom:14px;font-size:3rem}.gps-permission-body h2{color:#171a23;margin:0 0 10px;font-size:1.35rem;font-weight:950}.gps-permission-body p{color:#5e574d;margin:0 0 22px;font-size:.94rem;line-height:1.65}.gps-permission-body p strong{color:#6b5fe5;font-weight:950}.gps-permission-body .btn-main.full{margin-bottom:12px}.gps-permission-body .btn-ghost{color:#2c3140;background:#171a230f;border:1px solid #171a2314;width:100%;padding:13px 20px}.gps-instructions{text-align:left;background:#171a23;border:1px solid #7c5cff3d;border-radius:18px;margin-bottom:16px;padding:16px}.gps-instructions p{color:#d8cfbd;margin:0 0 8px;font-size:.86rem;line-height:1.7}.gps-instructions p:first-child{color:#fff8ec;font-weight:900}.stories-map-overlay,.stories-bar,.story-circle{box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0!important}.story-circle{border:0}.notifications-page{color:#fff8ec;background:radial-gradient(circle at 18% 0,#ff5c4d1f,#0000 340px),radial-gradient(circle at 88% 16%,#7c5cff1f,#0000 360px),#10131a;min-height:100dvh}.notifications-shell{width:min(920px,100% - 32px);margin:0 auto;padding-bottom:48px}.notifications-header{z-index:20;min-height:78px;padding:max(14px, env(safe-area-inset-top)) 0 14px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#10131abd;border-bottom:1px solid #fff6e514;justify-content:space-between;align-items:center;display:flex;position:sticky;top:0}.notifications-header button{color:#fff8ec;cursor:pointer;background:#fff6e514;border:1px solid #fff6e51a;border-radius:16px;width:44px;height:44px;font-family:inherit;font-size:1.15rem}.notifications-header h3{margin:0;font-size:1.15rem;font-weight:900}.notif-list{width:min(720px,100%);margin:0 auto;padding:28px 0}.notif-loading{color:#cfc5b4;min-height:340px}.notif-empty{text-align:center;background:radial-gradient(circle at 100% 0,#ff5c4d1f,#0000 190px),#171a23d6;border:1px solid #fff6e514;border-radius:34px;flex-direction:column;justify-content:center;align-items:center;gap:12px;width:min(560px,100%);min-height:360px;margin:54px auto 0;padding:42px 30px;display:flex;box-shadow:0 28px 70px #00000047}.notif-empty span{background:var(--gradient-main);border-radius:28px;justify-content:center;align-items:center;width:78px;height:78px;font-size:2rem;display:inline-flex}.notif-empty strong{color:#fff8ec;font-size:1.35rem}.notif-empty p{color:#cfc5b4;max-width:360px;margin:0;line-height:1.55}.notif-item{background:linear-gradient(#fff6e514,#fff6e50b);border:1px solid #fff6e514;border-radius:26px;margin-bottom:12px;padding:18px;box-shadow:0 20px 55px #00000038}.notif-item.new{background:radial-gradient(circle at 100% 0,#ff5c4d1c,#0000 180px),#171a23d6}@media (max-width:767px){.map-overlay-filters{-webkit-backdrop-filter:none;backdrop-filter:none;margin-top:4px;padding:6px 10px 10px;position:relative;background:0 0!important}.map-overlay-filters:before{content:"";pointer-events:none;background:linear-gradient(#10131a2e,#10131a00),radial-gradient(circle at 14% 14%,#ff5c4d1f,#0000 52%);border-radius:0 0 24px 24px;height:62px;position:absolute;inset:0 0 auto;-webkit-mask-image:linear-gradient(#000 0%,#0000 100%);mask-image:linear-gradient(#000 0%,#0000 100%)}.chip-row,.map-overlay-filters .chip{z-index:1;position:relative}.bnav{bottom:max(14px, env(safe-area-inset-bottom))!important;padding-bottom:calc(8px + env(safe-area-inset-bottom))!important}}@media (min-width:1024px){.bottom-sheet--half,.bottom-sheet--full{z-index:18}.profile-panel .prof-body{grid-template-columns:minmax(320px,.9fr) minmax(520px,1.35fr);align-items:start;gap:22px;display:grid}.profile-panel .profile-theme-banner,.profile-panel .prof-verified,.profile-panel .prof-bio,.profile-panel .profile-edit-btn,.profile-panel .prof-stats,.profile-panel .prof-badges{grid-column:1}.profile-panel .profile-theme-banner{width:100%;height:280px;margin-bottom:-54px}.profile-panel .badges-section,.profile-panel .invite-section,.profile-panel .safety-meter,.profile-panel .profile-notification-wrap,.profile-panel .language-selector,.profile-panel .profile-theme-selector,.profile-panel .profile-emergency-card,.profile-panel .profile-delete-section,.profile-panel .profile-legal-row{grid-column:2;width:100%;margin-top:0}}.cpm-overlay{padding:max(24px, env(safe-area-inset-top)) 16px max(24px, env(safe-area-inset-bottom));align-items:flex-start}.cpm-sheet{width:min(480px,100vw - 32px);max-height:none;padding-bottom:max(24px, env(safe-area-inset-bottom));overscroll-behavior:contain;margin-top:max(12px, env(safe-area-inset-top));overflow-y:visible}@media (max-width:720px){.cpm-overlay{padding:max(12px, env(safe-area-inset-top)) 10px max(16px, env(safe-area-inset-bottom));align-items:flex-start;overflow-y:auto}.cpm-sheet{width:calc(100vw - 20px);max-height:none;margin-top:max(8px, env(safe-area-inset-top));padding-bottom:max(20px, env(safe-area-inset-bottom));border-radius:24px}}.create-post-overlay{padding:max(18px, env(safe-area-inset-top)) 18px max(28px, env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:radial-gradient(circle at 18% 12%,#ff5c4d29,#0000 34vw),radial-gradient(circle at 88% 78%,#7c5cff33,#0000 36vw),#080a10c7;align-items:center}.create-post-sheet{width:min(620px,100vw - 32px);max-height:calc(100dvh - max(52px, env(safe-area-inset-top)) - max(52px, env(safe-area-inset-bottom)));color:#fff8ec;background:radial-gradient(circle at 100% 0,#ff5c4d21,#0000 260px),radial-gradient(circle at 0 100%,#7c5cff1f,#0000 260px),#12151efa;border:1px solid #fff6e51a;border-radius:34px;overflow-y:auto;box-shadow:0 34px 95px #0000007a}.create-post-sheet .modal-bar{background:#fff6e53d}.create-post-sheet .modal-hdr{padding:0 28px 14px}.create-post-sheet .modal-hdr h3,.create-post-sheet .modal-body label{color:#fff8ec}.create-post-sheet .modal-hdr button{color:#cfc5b4}.create-post-body{padding:0 28px max(28px, env(safe-area-inset-bottom))}.create-post-help,.create-post-disclaimer{color:#a9a393!important}.create-post-help{margin:-4px 0 10px;font-size:.82rem;line-height:1.45}.create-post-alert{margin:8px 0 0;font-size:.76rem;color:#f4c95d!important}.create-post-disclaimer{text-align:center;margin:10px 0 0;font-size:.76rem}.create-post-sheet .tg,.create-post-sheet .venue-select,.create-post-sheet textarea,.create-post-sheet select,.create-post-sheet .meetup-type-card{color:#fff8ec;background:#fff6e514;border-color:#fff6e51a}.create-post-sheet .tg{box-shadow:inset 0 1px #ffffff0a}.create-post-sheet .tg.active,.create-post-sheet .meetup-type-card.active{color:#ffb0a8;background:#ff5c4d29;border-color:#ff5c4d70}.create-post-sheet textarea::placeholder{color:#fff8ec75}.create-post-sheet option{color:#171a23}.create-post-sheet .chk{color:#d8cfbd}@media (max-width:720px){.create-post-overlay{padding:10px 10px max(18px, env(safe-area-inset-bottom));align-items:flex-end}.create-post-sheet{width:100%;max-height:calc(100dvh - max(18px, env(safe-area-inset-top)));border-radius:32px 32px 22px 22px}.create-post-sheet .modal-hdr,.create-post-body{padding-left:18px;padding-right:18px}.meetup-type-grid{grid-template-columns:repeat(3,minmax(82px,1fr));overflow-x:auto}}.notifications-shell{width:min(1120px,100% - 40px)}.notifications-header{width:100%;padding-left:0;padding-right:0}@media (min-width:1024px){.notifications-page{background:radial-gradient(circle at 18% 0,#ff5c4d1f,#0000 390px),radial-gradient(circle at 88% 18%,#7c5cff26,#0000 420px),#10131a}.notifications-shell{width:min(1180px,100% - 64px)}.notifications-header{min-height:90px}.notif-list{width:min(760px,100%);padding-top:74px}}.profile-panel .prof-body{text-align:left;width:min(1160px,100% - 32px);max-width:none;padding:28px 0 72px;display:block}.profile-identity-card,.profile-main-column>*,.profile-side-column>*{background:linear-gradient(#fff6e513,#fff6e509);border:1px solid #fff6e514;box-shadow:0 24px 70px #00000038}.profile-identity-card{border-radius:34px;grid-template-columns:minmax(260px,.72fr) minmax(360px,1fr) minmax(260px,.62fr);align-items:center;gap:28px;min-height:300px;padding:28px;display:grid;position:relative;overflow:hidden}.profile-identity-card:before{content:"";pointer-events:none;background:radial-gradient(circle at 18% 10%,#ff5c4d21,#0000 260px),radial-gradient(circle at 84% 92%,#7c5cff29,#0000 300px);position:absolute;inset:0}.profile-identity-card>*{z-index:1;position:relative}.profile-identity-card .profile-theme-banner{border-radius:28px;grid-area:1/1/span 7;width:100%;height:100%;min-height:238px;margin:0}.profile-identity-card .avatar-upload,.profile-identity-card>[class*=avatar]{grid-column:2;justify-self:center}.profile-identity-card .prof-verified{grid-column:2;justify-self:center;margin:-6px 0 0}.profile-identity-card>h3{text-align:center;color:#fff8ec;grid-column:2;margin:0;font-size:clamp(1.55rem,2.2vw,2.35rem)}.profile-identity-card .prof-bio,.profile-identity-card .profile-instagram-link{text-align:center;grid-column:2;justify-self:center;max-width:520px}.profile-identity-card .photo-gallery,.profile-identity-card .gallery,.profile-identity-card [class*=photo-gallery],.profile-identity-card [class*=PhotoGallery]{grid-area:1/3/span 5;align-self:stretch}.profile-identity-card .profile-edit-btn{grid-column:2;justify-self:center;min-width:220px}.profile-identity-card .prof-stats{grid-column:3;align-self:end;width:100%;margin:0}.profile-identity-card .prof-badges{grid-column:2/span 2;justify-content:center;margin-top:4px}.profile-main-grid{grid-template-columns:minmax(0,1.38fr) minmax(320px,.72fr);align-items:start;gap:22px;margin-top:22px;display:grid}.profile-main-column,.profile-side-column{gap:18px;display:grid}.profile-main-column>*,.profile-side-column>*{border-radius:28px!important;width:100%!important;margin:0!important;padding:22px!important}.profile-main-column .badges-section,.profile-main-column .invite-section,.profile-main-column .safety-meter{min-height:180px}.profile-side-column .profile-theme-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.profile-side-column .profile-theme-btn{min-height:78px}.profile-side-column .language-selector-options{grid-template-columns:1fr 1fr;display:grid}.profile-side-column .profile-legal-row{grid-template-columns:1fr;display:grid}.profile-edit-form{grid-column:2/span 2;width:100%;max-width:640px}@media (max-width:1023px){.profile-identity-card,.profile-main-grid{grid-template-columns:1fr;display:grid}.profile-identity-card{text-align:center;padding:18px}.profile-identity-card .profile-theme-banner,.profile-identity-card .avatar-upload,.profile-identity-card>[class*=avatar],.profile-identity-card .prof-verified,.profile-identity-card>h3,.profile-identity-card .prof-bio,.profile-identity-card .profile-instagram-link,.profile-identity-card .photo-gallery,.profile-identity-card .gallery,.profile-identity-card [class*=photo-gallery],.profile-identity-card [class*=PhotoGallery],.profile-identity-card .profile-edit-btn,.profile-identity-card .prof-stats,.profile-identity-card .prof-badges,.profile-edit-form{grid-area:auto/1}.profile-identity-card .profile-theme-banner{height:150px;min-height:150px;margin-bottom:-58px}.profile-main-grid{gap:16px}.profile-main-column>*,.profile-side-column>*{padding:18px!important}}.notifications-shell{max-width:none;width:100%!important}.notifications-header{background:linear-gradient(90deg,#ff5c4d0b,#0000 18% 82%,#7c5cff0e),#10131adb;min-height:88px;padding-left:max(20px,50vw - 590px);padding-right:max(20px,50vw - 590px)}.notif-list{width:min(760px,100% - 40px)}.cpm-sheet{padding:22px 24px max(20px, env(safe-area-inset-bottom));flex-direction:column;gap:10px;display:flex}.cpm-header,.cpm-progress-section,.cpm-rules-box,.cpm-gender-section{flex:none}.cpm-header{margin-bottom:0}.cpm-header h2{margin-bottom:6px;font-size:clamp(1.5rem,2.8vw,2rem);line-height:1.1}.cpm-header-desc{font-size:.88rem;line-height:1.4}.cpm-progress-section{margin-bottom:0}.cpm-rules-box{margin-bottom:0;padding:12px 14px}.cpm-rules-list{margin-bottom:0;font-size:.82rem;line-height:1.5}.cpm-rules-title{margin-bottom:6px;font-size:.82rem}.cpm-gender-section{margin-bottom:0}.cpm-sheet>.btn-main.full,.cpm-sheet>.cpm-skip-btn{flex:none;margin-top:0}.cpm-kicker{padding:4px 10px;font-size:.72rem}@media (min-width:1024px){.cpm-sheet{max-height:none;margin-top:5vh}}.profile-panel .prof-body,.profile-panel .panel-hdr{width:min(1180px,100% - 64px)}.profile-identity-card{grid-template-columns:minmax(300px,.78fr) minmax(360px,1fr) minmax(270px,.72fr);min-height:330px}.profile-identity-card .profile-theme-banner{min-height:270px;box-shadow:inset 0 -80px 120px #0000002e}.profile-identity-card .avatar-upload{grid-column:2;justify-self:center;margin-bottom:6px;transform:scale(1.2)}.profile-identity-card .photo-gallery{align-self:stretch;width:100%}.profile-identity-card .photo-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;height:100%;min-height:206px;display:grid}.profile-identity-card .photo-gallery-add,.profile-identity-card .photo-gallery-item{background:#fff6e50e;border:1px dashed #fff6e52b;border-radius:22px;width:100%;min-height:96px}.profile-identity-card .prof-stats{background:#10131a85;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.profile-identity-card .prof-stats div{background:#fff6e50e;border-radius:18px;padding:12px 8px}.profile-main-column>*,.profile-side-column>*{background:radial-gradient(circle at 100% 0,#7c5cff14,#0000 220px),linear-gradient(#fff6e513,#fff6e509)}.profile-side-column{position:sticky;top:104px}.profile-redesign{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;min-height:100dvh;padding-bottom:calc(80px + env(safe-area-inset-bottom));color:#f8f4ed!important;background:#11131a!important}.prof-header{z-index:100;-webkit-backdrop-filter:blur(24px);padding:max(12px, env(safe-area-inset-top)) 0 12px;border-bottom:1px solid #fff6e50f;position:sticky;top:0;background:#11131ad1!important}.prof-header-inner{justify-content:space-between;align-items:center;max-width:1100px;margin:0 auto;padding:0 24px;display:flex}.prof-header-back{cursor:pointer;border:1px solid #fff6e51a;border-radius:12px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;color:#c4bfb3!important;background:#fff6e50a!important}.prof-header-back:hover{background:#fff6e514!important}.prof-header-brand{align-items:center;gap:8px;display:flex}.prof-header-logo{letter-spacing:-.02em;font-size:1.1rem;font-weight:800;color:#f8f4ed!important}.prof-header-logo span{background:linear-gradient(135deg,#ff5c4d,#f4c95d);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.prof-header-divider{font-size:1.2rem;font-weight:300;color:#fff6e526!important}.prof-header-page{font-size:.92rem;font-weight:600;color:#807b70!important}.prof-header-logout{cursor:pointer;border-radius:12px;padding:8px 16px;font-family:inherit;font-size:.82rem;font-weight:600;transition:all .2s;color:#ff8269!important;background:#ff5c4d0f!important;border:1px solid #ff5c4d26!important}.prof-header-logout:hover{background:#ff5c4d1f!important}.prof-layout{grid-template-columns:1fr 380px;align-items:start;gap:24px;max-width:1100px;margin:0 auto;padding:24px 24px 40px;display:grid}.prof-col-right{position:sticky;top:80px}.p-hero{border:1px solid #fff6e514;border-radius:20px;overflow:hidden;box-shadow:0 8px 32px #0003;background:#1c202b!important}.p-hero-banner{height:160px;position:relative}.p-hero-banner:after{content:"";position:absolute;inset:0;background:linear-gradient(#0000 30%,#1c202b 100%)!important}.p-hero-body{text-align:center;margin-top:-50px;padding:0 28px 28px;position:relative}.p-hero-avatar-wrap{z-index:2;display:inline-block;position:relative}.p-hero-avatar-wrap .avatar-upload{border:4px solid #1c202b;border-radius:50%;width:96px;height:96px;box-shadow:0 4px 20px #0000004d}.p-hero-name{letter-spacing:-.02em;margin:10px 0 2px;font-size:1.4rem;font-weight:800;color:#f8f4ed!important}.p-hero-bio{margin:0 0 6px;font-size:.88rem;line-height:1.45;color:#a9a393!important}.p-hero-instagram{align-items:center;gap:4px;margin-bottom:10px;font-size:.82rem;font-weight:600;text-decoration:none;display:inline-flex;color:#ff5c4d!important}.p-hero-instagram:hover{opacity:.8}.p-hero-badges{flex-wrap:wrap;justify-content:center;gap:6px;margin-bottom:14px;display:flex}.p-hero-badge{border:1px solid #fff6e51a;border-radius:20px;padding:4px 10px;font-size:.72rem;font-weight:600;color:#c4bfb3!important;background:#fff6e50f!important}.p-hero-badge--verified{border-color:#4fd1c540;color:#4fd1c5!important;background:#4fd1c51f!important}.p-verify-prompt{cursor:pointer;border:1px solid #f4c95d33;border-radius:20px;align-items:center;gap:4px;margin-top:6px;margin-bottom:10px;padding:6px 16px;font-family:inherit;font-size:.78rem;font-weight:600;transition:all .2s;display:inline-flex;color:#f4c95d!important;background:#f4c95d1a!important}.p-verify-prompt:hover{background:#f4c95d29!important}.p-stats{background:#fff6e50f;border-radius:14px;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:14px;display:grid;overflow:hidden}.p-stat{text-align:center;padding:14px 8px;background:#1c202b!important}.p-stat-value{font-size:1.25rem;font-weight:800;line-height:1.2;display:block;color:#f8f4ed!important}.p-stat-label{text-transform:uppercase;letter-spacing:.05em;margin-top:2px;font-size:.65rem;font-weight:600;display:block;color:#807b70!important}.p-edit-btn{cursor:pointer;border:1px solid #fff6e51f;border-radius:12px;align-items:center;gap:6px;margin-top:16px;padding:10px 28px;font-family:inherit;font-size:.88rem;font-weight:600;transition:all .2s;display:inline-flex;color:#c4bfb3!important;background:#fff6e50f!important}.p-edit-btn:hover{background:#fff6e51a!important}.p-section{margin-top:20px}.p-section-title{text-transform:uppercase;letter-spacing:.06em;margin:0;padding:0 4px 8px;font-size:.72rem;font-weight:700;color:#807b70!important}.p-card{border:1px solid #fff6e514;border-radius:16px;overflow:hidden;color:#f8f4ed!important;background:#1c202b!important}.p-row{border-bottom:1px solid #fff6e50a;justify-content:space-between;align-items:center;min-height:48px;padding:13px 18px;display:flex}.p-row:last-child{border-bottom:none}.p-row-label{align-items:center;gap:10px;font-size:.88rem;font-weight:500;display:flex;color:#c4bfb3!important}.p-row-label-icon{text-align:center;width:22px;font-size:1.1em}.p-row-action{align-items:center;gap:6px;font-size:.82rem;display:flex;color:#807b70!important}.p-row-action-btn{cursor:pointer;border:1px solid #fff6e51a;border-radius:10px;padding:6px 14px;font-family:inherit;font-size:.78rem;font-weight:600;transition:all .2s;color:#a9a393!important;background:0 0!important}.p-row-action-btn:hover{background:#fff6e50f!important}.p-lang-row{gap:8px;padding:8px 18px 14px;display:flex}.p-lang-btn{cursor:pointer;text-align:center;border:1px solid #fff6e51a;border-radius:10px;flex:1;padding:8px;font-family:inherit;font-size:.82rem;font-weight:600;transition:all .2s;color:#807b70!important;background:0 0!important}.p-lang-btn--active{color:#ff5c4d!important;background:#ff5c4d1a!important;border-color:#ff5c4d40!important}.p-theme-grid{-webkit-overflow-scrolling:touch;gap:8px;padding:8px 18px 14px;display:flex;overflow-x:auto}.p-theme-btn{cursor:pointer;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1em;transition:all .2s;display:flex;border:2px solid #0000!important}.p-theme-btn:hover{transform:scale(1.08)}.p-theme-btn--active{transform:scale(1.08);box-shadow:0 0 12px #ffffff2e;border-color:#fff!important}.p-safety{padding:18px}.p-safety-header{justify-content:space-between;align-items:center;margin-bottom:10px;font-size:.82rem;font-weight:600;display:flex;color:#c4bfb3!important}.p-safety-pct{font-weight:700;color:#4fd1c5!important}.p-safety-bar{border-radius:3px;height:6px;margin-bottom:14px;overflow:hidden;background:#fff6e50f!important}.p-safety-fill{border-radius:3px;height:100%;transition:width .8s cubic-bezier(.25,.46,.45,.94);background:linear-gradient(90deg,#ff5c4d,#f4c95d)!important}.p-safety-checks{flex-direction:column;gap:6px;display:flex}.p-safety-check{align-items:center;gap:8px;font-size:.82rem;display:flex;color:#807b70!important}.p-safety-check--done{color:#c4bfb3!important}.p-safety-check-icon{border:1px solid #fff6e51a;border-radius:5px;justify-content:center;align-items:center;width:18px;height:18px;font-size:.65em;display:flex;color:#807b70!important;background:#fff6e50f!important}.p-safety-check--done .p-safety-check-icon{border-color:#4fd1c54d;color:#4fd1c5!important;background:#4fd1c526!important}.p-edit-form{padding:0 28px 28px}.p-edit-field{margin-bottom:12px}.p-edit-label{margin-bottom:4px;font-size:.76rem;font-weight:600;display:block;color:#807b70!important}.p-edit-input{box-sizing:border-box;border:1px solid #fff6e51a;border-radius:10px;width:100%;padding:10px 14px;font-family:inherit;font-size:.88rem;transition:border-color .2s;color:#f8f4ed!important;background:#fff6e50a!important}.p-edit-input:focus{outline:none;border-color:#ff5c4d!important}.p-edit-textarea{box-sizing:border-box;resize:vertical;border:1px solid #fff6e51a;border-radius:10px;width:100%;min-height:68px;padding:10px 14px;font-family:inherit;font-size:.88rem;transition:border-color .2s;color:#f8f4ed!important;background:#fff6e50a!important}.p-edit-textarea:focus{outline:none;border-color:#ff5c4d!important}.p-edit-actions{gap:8px;margin-top:14px;display:flex}.p-edit-save{cursor:pointer;border:none;border-radius:12px;flex:2;padding:11px;font-family:inherit;font-size:.88rem;font-weight:700;color:#fff!important;background:linear-gradient(135deg,#ff5c4d,#ff8269)!important}.p-edit-save:disabled{opacity:.5}.p-edit-cancel{cursor:pointer;border:1px solid #fff6e51a;border-radius:12px;flex:1;padding:11px;font-family:inherit;font-weight:600;color:#a9a393!important;background:0 0!important}.p-legal-row{gap:8px;margin-top:20px;display:flex}.p-legal-link{text-align:center;border:1px solid #fff6e514;border-radius:12px;flex:1;padding:12px;font-size:.76rem;font-weight:500;text-decoration:none;transition:all .2s;color:#807b70!important;background:#1c202b!important}.p-legal-link:hover{border-color:#fff6e524;color:#a9a393!important}.p-danger{border:1px solid #dc26261f;border-radius:16px;margin-top:20px;padding:18px;background:#dc26260d!important}.p-danger-title{margin:0 0 6px;font-size:.82rem;font-weight:700;color:#f87171!important}.p-danger-desc{margin:0 0 14px;font-size:.76rem;line-height:1.5;color:#807b70!important}.p-danger-btn{cursor:pointer;border:1px solid #dc262633;border-radius:10px;width:100%;padding:10px;font-family:inherit;font-size:.82rem;font-weight:600;transition:all .2s;color:#f87171!important;background:0 0!important}.p-danger-btn:hover{background:#dc262614!important}.p-danger-confirm{gap:8px;margin-top:10px;display:flex}.p-danger-confirm-yes{cursor:pointer;border:none;border-radius:10px;flex:1;padding:10px;font-family:inherit;font-weight:600;color:#fff!important;background:#dc2626!important}.p-danger-confirm-yes:disabled{opacity:.5}.p-danger-confirm-no{cursor:pointer;border:1px solid #fff6e51a;border-radius:10px;flex:1;padding:10px;font-family:inherit;color:#a9a393!important;background:0 0!important}.profile-redesign .badges-section{color:#f8f4ed!important}.profile-redesign .badges-title{font-size:.88rem;color:#ff5c4d!important}.profile-redesign .badges-title span{color:#807b70!important}.profile-redesign .badges-grid{grid-template-columns:repeat(4,1fr)!important;gap:8px!important}.profile-redesign .badge-item{text-align:center;background:#fff6e50a!important;border:1px solid #fff6e514!important;border-radius:12px!important;padding:10px 6px!important}.profile-redesign .badge-item.earned{background:#ff5c4d14!important;border-color:#ff5c4d2e!important}.profile-redesign .badge-name{color:#a9a393!important;font-size:.68rem!important}.profile-redesign .badge-emoji{font-size:1.3rem!important}.profile-redesign .photo-gallery-grid{grid-template-columns:repeat(3,1fr)!important;gap:8px!important;display:grid!important}.profile-redesign .photo-gallery-add,.profile-redesign .photo-gallery-item{min-height:80px;color:#807b70!important;background:#fff6e50a!important;border:1px dashed #fff6e51f!important;border-radius:12px!important}.profile-redesign .invite-section{color:#f8f4ed!important;background:#ff5c4d0d!important;border:1px solid #ff5c4d1a!important;border-radius:16px!important;padding:18px!important}.profile-redesign .invite-title{color:#ff5c4d!important;font-weight:700!important}.profile-redesign .invite-desc{color:#a9a393!important;font-size:.82rem!important}.profile-redesign .invite-link-input{color:#f8f4ed!important;background:#fff6e50a!important;border:1px solid #fff6e51a!important;border-radius:10px!important}.profile-redesign .invite-copy-btn{color:#fff!important;background:linear-gradient(135deg,#ff5c4d,#ff8269)!important;border:none!important;border-radius:10px!important}.profile-redesign .push-notif-setup,.profile-redesign .notif-setup{color:#c4bfb3!important;background:0 0!important;border:none!important}.profile-redesign .push-notif-setup button,.profile-redesign .notif-setup button{color:#ff5c4d!important;background:#ff5c4d1a!important;border:1px solid #ff5c4d33!important;border-radius:10px!important;padding:6px 14px!important;font-size:.78rem!important;font-weight:600!important}@media (max-width:860px){.prof-layout{grid-template-columns:1fr;gap:0;padding:16px 16px 40px}.prof-col-right{position:static}.prof-header-inner{padding:0 16px}.p-hero-banner{height:120px}.p-hero-body{margin-top:-40px;padding:0 20px 20px}.p-hero-avatar-wrap .avatar-upload{width:80px;height:80px}}@media (max-width:480px){.prof-header-logout{padding:6px 12px;font-size:.76rem}.prof-header-divider,.prof-header-page{display:none}.p-hero-name{font-size:1.2rem}.profile-redesign .badges-grid{grid-template-columns:repeat(4,1fr)!important}}.cpm-skip-btn{color:#a9a393!important;background:#fff6e50f!important;border:1px solid #fff6e51a!important;border-radius:14px!important;padding:12px 24px!important;font-size:.88rem!important;font-weight:600!important}.cpm-skip-btn:hover{color:#c4bfb3!important;background:#fff6e51a!important}.landing-phone{position:relative}.landing-phone:before{content:"";z-index:-1;filter:blur(30px);background:radial-gradient(circle,#ff5c4d2e,#0000 70%);border-radius:32px;animation:4s ease-in-out infinite alternate phone-glow;position:absolute;inset:-20px}@keyframes phone-glow{0%{opacity:.5;transform:scale(.96)}to{opacity:1;transform:scale(1.04)}}.landing-eyebrow{position:relative}.landing-eyebrow:before{content:"";border-radius:inherit;background:inherit;opacity:0;z-index:-1;animation:3s ease-in-out infinite eyebrow-pulse;position:absolute;inset:-4px}@keyframes eyebrow-pulse{0%,to{opacity:0;transform:scale(1)}50%{opacity:.4;transform:scale(1.06)}}.landing-step-card{transition:transform .35s cubic-bezier(.25,.46,.45,.94),box-shadow .35s}.landing-step-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #00000040,0 0 0 1px #ff5c4d1f}.landing-step-card span{background:linear-gradient(135deg,#ff5c4d,#f4c95d);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.landing-feature-card{transition:transform .35s cubic-bezier(.25,.46,.45,.94),box-shadow .35s,border-color .35s}.landing-feature-card:hover{border-color:#ff5c4d33;transform:translateY(-4px);box-shadow:0 16px 35px #0003,0 0 20px #ff5c4d14}.landing-feature-icon{position:relative}.landing-feature-icon:after{content:"";z-index:-1;background:radial-gradient(circle,#ff5c4d1a,#0000 70%);border-radius:50%;position:absolute;inset:-6px}.landing-safety-band .landing-primary-btn{position:relative;overflow:hidden}.landing-safety-band .landing-primary-btn:after{content:"";background:linear-gradient(90deg,#0000,#ffffff26,#0000);width:50%;height:200%;animation:4s ease-in-out infinite shimmer;position:absolute;top:-50%;left:-200%;transform:rotate(25deg)}@keyframes shimmer{0%{left:-200%}50%,to{left:200%}}.landing-footer{border-top:1px solid #fff6e50f}.landing-stats strong{background:linear-gradient(135deg,#f8f4ed,#ff5c4d);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.landing-stats>div{transition:transform .3s}.landing-stats>div:hover{transform:scale(1.06)}.landing-primary-btn{position:relative;overflow:hidden}.landing-primary-btn:before{content:"";background:linear-gradient(90deg,#0000,#ffffff1f,#0000);width:60%;height:100%;animation:5s ease-in-out infinite btn-shine;position:absolute;top:0;left:-100%;transform:skew(-20deg)}@keyframes btn-shine{0%{left:-100%}30%,to{left:150%}}.landing-section-head span{background:linear-gradient(135deg,#ff5c4d,#f4c95d);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.pns-container{background:0 0;border:none;border-radius:12px;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.pns-title{color:#c4bfb3;font-size:.9rem;font-weight:600}.pns-subtitle{color:#807b70;margin-top:2px;font-size:.75rem}.pns-badge{border-radius:10px;padding:6px 14px;font-size:.8rem;font-weight:600}.pns-badge-active{color:#4fd1c5;background:#4fd1c51f}.pns-badge-blocked{color:#ff5c4d;background:#ff5c4d1f}.pns-enable-btn{color:#ff5c4d;cursor:pointer;background:#ff5c4d14;border:1px solid #ff5c4d;border-radius:10px;padding:6px 14px;font-family:inherit;font-size:.8rem;font-weight:600;transition:background .2s,transform .15s}.pns-enable-btn:hover{background:#ff5c4d29}.pns-enable-btn:active{transform:scale(.97)}@keyframes avu-spin{to{transform:rotate(360deg)}}.avu-wrapper{display:inline-block;position:relative}.avu-circle{cursor:pointer;border:3px solid #fff6e51f;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;transition:all .3s;display:flex;position:relative;overflow:hidden}.avu-circle:hover{border-color:#ff5c4d4d;box-shadow:0 0 16px #ff5c4d26}.avu-initials{color:#fff;text-shadow:0 1px 3px #0000004d;font-size:1.5rem;font-weight:700}.avu-hover-overlay{opacity:0;background:#00000061;border-radius:50%;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.avu-circle:hover .avu-hover-overlay{opacity:1}.avu-camera-emoji{font-size:1.5rem}.avu-uploading-overlay{background:#00000080;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.avu-spinner{border:3px solid #ffffff40;border-top-color:#fff;border-radius:50%;width:24px;height:24px;animation:1s linear infinite avu-spin}.avu-camera-badge{cursor:pointer;background:#ff5c4d;border:2px solid #11131a;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.8rem;transition:transform .2s,background .2s;display:flex;position:absolute;bottom:0;right:0}.avu-camera-badge:hover{background:#e64d3f;transform:scale(1.1)}.avu-file-input{display:none}@media (max-width:360px){.avu-circle{width:64px;height:64px}.avu-initials{font-size:1.2rem}.avu-camera-badge{width:24px;height:24px;font-size:.7rem}}.ems-overlay{z-index:10000}.ems-card{background:#1c202b;border:1px solid #fff6e514;border-radius:24px;max-width:400px;height:auto;margin:auto;padding:24px;position:relative;top:10%;transform:none}.ems-header{text-align:center;margin-bottom:20px}.ems-icon{margin-bottom:12px;font-size:3rem}.ems-header h2{margin-bottom:8px}.ems-description{color:#807b70;font-size:.9rem}.ems-field{margin-bottom:16px}.ems-field:last-of-type{margin-bottom:24px}.ems-label{color:#807b70;margin-bottom:6px;font-size:.85rem;display:block}.ems-input{color:#f8f4ed;box-sizing:border-box;background:#fff6e50a;border:1px solid #fff6e514;border-radius:12px;width:100%;padding:12px;font-family:inherit;font-size:.95rem;transition:border-color .2s}.ems-input:focus{border-color:#ff5c4d;outline:none}.ems-input::placeholder{color:#807b70}.ems-save-btn{transition:opacity .2s}.ems-save-btn:disabled{opacity:.5}.ems-skip-btn{width:100%;margin-top:8px}.ntm-overlay{z-index:10000}.ntm-card{background:#1c202b;border:1px solid #fff6e514;border-radius:20px;max-width:400px;height:auto;margin:auto;position:relative;top:30%;transform:none}.ntm-header{border-bottom:none;padding-bottom:0}.ntm-header h3{margin:0 auto}.ntm-body{text-align:center;padding:20px}.ntm-message{margin-bottom:24px;font-size:1.1rem}.ntm-actions{gap:12px;display:flex}.ntm-accept-btn{color:#000;background:#4fd1c5}.ntm-reject-btn{color:#f8f4ed;background:#fff6e514}.prm-card{max-height:65vh}.prm-body{text-align:center;padding:24px 20px}.prm-icon{margin-bottom:12px;font-size:3rem}.prm-title{margin:0 0 8px;font-size:1.3em}.prm-description{color:#807b70;margin-bottom:24px;font-size:.9em;line-height:1.5}.prm-accent{color:#667eea}.prm-region-list{flex-direction:column;gap:12px;display:flex}.prm-region-btn{justify-content:center;align-items:center;gap:8px;padding:14px 20px;font-size:1em;display:flex}.prm-close-btn{color:#807b70;cursor:pointer;background:0 0;border:1px solid #fff6e514;border-radius:12px;margin-top:20px;padding:10px 24px;font-family:inherit;font-size:.85em;transition:border-color .2s,color .2s}.prm-close-btn:hover{color:#a9a393;border-color:#fff6e529}.cfm-overlay{z-index:99998;-webkit-backdrop-filter:blur(10px);background:#000000b3;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.cfm-card{text-align:center;background:#1c202b;border:1px solid #fff6e51a;border-radius:20px;width:100%;max-width:340px;padding:28px 24px}.cfm-icon{margin-bottom:12px;font-size:2.5rem}.cfm-title{color:#f8f4ed;margin-bottom:8px;font-size:1.15rem;font-weight:700}.cfm-message{color:#a9a393;margin-bottom:24px;font-size:.9rem;line-height:1.5}.cfm-actions{gap:10px;display:flex}.cfm-btn{cursor:pointer;border-radius:14px;flex:1;padding:12px 0;font-family:inherit;font-size:.9rem;font-weight:600;transition:all .2s}.cfm-btn-cancel{color:#a9a393;background:0 0;border:1px solid #fff6e51f}.cfm-btn-cancel:hover{color:#f8f4ed;background:#fff6e50a;border-color:#fff6e533}.cfm-btn-confirm{color:#fff;border:none}.cfm-btn-danger{background:linear-gradient(135deg,#ff5c4d,#dc2626);box-shadow:0 4px 16px #ff5c4d4d}.cfm-btn-danger:hover{transform:translateY(-1px);box-shadow:0 6px 24px #ff5c4d73}.cfm-btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 16px #667eea4d}.cfm-btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 24px #667eea73}@media (max-width:480px){.cfm-overlay{padding:16px}.cfm-card{border-radius:16px;max-width:100%;padding:24px 18px}.cfm-icon{font-size:2rem}.cfm-title{font-size:1.05rem}.cfm-btn{border-radius:12px;padding:11px 0;font-size:.85rem}}@keyframes fcs-pulse{0%{box-shadow:0 0 #667eea99}70%{box-shadow:0 0 0 24px #667eea00}to{box-shadow:0 0 #667eea00}}.fcs-overlay{z-index:99999;color:#fff;background:linear-gradient(#1a1a2e 0%,#0a0a1a 100%);flex-direction:column;justify-content:center;align-items:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex;position:fixed;inset:0}.fcs-avatar{width:96px;height:96px;box-shadow:none;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;justify-content:center;align-items:center;margin-bottom:16px;font-size:2.4rem;animation:none;display:flex}.fcs-avatar--ringing{animation:1.5s infinite fcs-pulse;box-shadow:0 0 #667eea66}.fcs-caller-name{margin-bottom:4px;font-size:1.6rem;font-weight:700}.fcs-status{color:#a0a0c0;margin-bottom:40px;font-size:.95rem}.fcs-buttons{align-items:center;gap:48px;display:flex}.fcs-btn{color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.6rem;transition:transform .15s,box-shadow .15s;display:flex}.fcs-btn:active{transform:scale(.93)}.fcs-btn--decline{background:#ef4444;box-shadow:0 4px 16px #ef444466}.fcs-btn--decline:hover{box-shadow:0 6px 24px #ef44448c}.fcs-btn--answer{background:#22c55e;box-shadow:0 4px 16px #22c55e66}.fcs-btn--answer:hover{box-shadow:0 6px 24px #22c55e8c}@media (max-width:480px){.fcs-avatar{width:80px;height:80px;font-size:2rem}.fcs-caller-name{font-size:1.3rem}.fcs-status{margin-bottom:32px;font-size:.85rem}.fcs-buttons{gap:36px}.fcs-btn{width:56px;height:56px;font-size:1.4rem}}.messages-header{min-height:78px!important;padding:max(14px, env(safe-area-inset-top)) 0 14px!important;-webkit-backdrop-filter:blur(18px)!important;background:#10131abd!important;border-bottom:1px solid #fff6e514!important}.messages-back-btn{color:#fff8ec!important;background:#fff6e514!important;border:1px solid #fff6e51a!important;border-radius:16px!important;width:44px!important;height:44px!important;font-size:1.15rem!important}.messages-title{-webkit-text-fill-color:unset!important;color:#f8f4ed!important;background:0 0!important;font-size:1.15rem!important;font-weight:900!important}.messages-header-spacer{width:44px!important}.page-header{min-height:78px!important;padding:max(14px, env(safe-area-inset-top)) 16px 14px!important;-webkit-backdrop-filter:blur(18px)!important;background:#10131abd!important;border-bottom:1px solid #fff6e514!important;justify-content:space-between!important}.back-btn{color:#fff8ec!important;background:#fff6e514!important;border:1px solid #fff6e51a!important;border-radius:16px!important;width:44px!important;height:44px!important;font-size:1.15rem!important}.page-header-title{font-size:1.15rem!important;font-weight:900!important}.page-header-title span{-webkit-text-fill-color:unset!important;background:0 0!important}.myposts-header-spacer{width:44px}.prof-header{min-height:78px!important;padding:max(14px, env(safe-area-inset-top)) 0 14px!important;-webkit-backdrop-filter:blur(18px)!important;background:#10131abd!important;border-bottom:1px solid #fff6e514!important}.prof-header-inner{min-height:44px!important}.prof-header-back{color:#fff8ec!important;background:#fff6e514!important;border:1px solid #fff6e51a!important;border-radius:16px!important;width:44px!important;height:44px!important;font-size:1.15rem!important}.prof-header-logo{font-size:1.15rem!important;font-weight:900!important}.prof-header-logout{border-radius:16px!important;min-height:44px!important}.notifications-page,.messages-page,.page-shell{padding-bottom:calc(90px + env(safe-area-inset-bottom,0px))!important}.map-overlay-filters{background:0 0!important;padding-bottom:10px!important}.map-overlay-mode{-webkit-backdrop-filter:blur(16px)!important;background:#11131ae0!important;border:1px solid #fff6e50f!important;border-radius:16px!important;margin:0 12px!important;overflow:hidden!important}.map-overlay-mode button{font-size:.82rem!important;font-weight:600!important;transition:all .25s!important}.chip{-webkit-backdrop-filter:blur(12px)!important;border:1px solid #fff6e514!important;transition:all .2s!important}.chip:hover{transform:translateY(-1px);border-color:#fff6e524!important}.chip.active{box-shadow:0 4px 16px #f8f4ed1f!important}@media (max-width:860px){.profile-redesign{overflow-x:hidden!important}.prof-layout{box-sizing:border-box!important;max-width:100vw!important;padding:12px 14px 40px!important}.p-hero{border-radius:16px!important}.p-hero-banner{height:110px!important}.p-hero-body{margin-top:-36px!important;padding:0 16px 20px!important}.p-hero-name{font-size:1.15rem!important}.p-hero-bio{font-size:.82rem!important}.p-stats{border-radius:12px!important}.p-stat-value{font-size:1.1rem!important}.p-stat-label{font-size:.6rem!important}.p-edit-btn{width:auto!important;padding:9px 22px!important;font-size:.82rem!important}.p-card{border-radius:14px!important}.p-row{padding:11px 14px!important;font-size:.84rem!important}.p-section{margin-top:16px!important}.profile-redesign .photo-gallery-grid{grid-template-columns:repeat(3,1fr)!important;gap:6px!important}.profile-redesign .photo-gallery-add,.profile-redesign .photo-gallery-item{border-radius:10px!important;min-height:70px!important}.profile-redesign .badges-grid{grid-template-columns:repeat(4,1fr)!important;gap:6px!important}.profile-redesign .badge-item{border-radius:10px!important;padding:8px 4px!important}.profile-redesign .badge-emoji{font-size:1.1rem!important}.profile-redesign .badge-name{font-size:.6rem!important}.profile-redesign .invite-section{border-radius:14px!important;padding:14px!important}.profile-redesign .invite-link-input{font-size:.72rem!important}.p-safety{padding:14px!important}.p-safety-check{font-size:.78rem!important}.p-legal-row{flex-wrap:wrap!important}.p-legal-link{padding:10px!important;font-size:.7rem!important}.p-danger{border-radius:14px!important;padding:14px!important}.p-theme-grid{padding:8px 14px 12px!important}.p-theme-btn{width:38px!important;height:38px!important}.p-lang-row{padding:8px 14px 12px!important}.p-edit-form{padding:0 16px 20px!important}}@media (max-width:380px){.prof-layout{padding:8px 10px 32px!important}.profile-redesign .badges-grid{grid-template-columns:repeat(3,1fr)!important}.p-stat-value{font-size:1rem!important}.p-hero-name{font-size:1.05rem!important}}.bottom-sheet{bottom:calc(96px + env(safe-area-inset-bottom,0px))!important}.create-fab,.fab-btn{bottom:calc(92px + env(safe-area-inset-bottom,0px))!important}.mekanlar-page{background:var(--bg-primary);min-height:100vh;padding-bottom:100px}.mekanlar-header{text-align:center;padding:24px 16px 12px}.mekanlar-title{color:var(--text-primary);margin:0;font-size:1.6em;font-weight:800}.mekanlar-subtitle{color:var(--text-muted);margin:4px 0 0;font-size:.9em}.mekanlar-search{margin:12px 16px;position:relative}.mekanlar-search-icon{color:var(--text-faint);position:absolute;top:50%;left:14px;transform:translateY(-50%)}.mekanlar-search-input{background:var(--bg-secondary);border:1px solid var(--border-subtle);width:100%;color:var(--text-primary);border-radius:14px;outline:none;padding:12px 16px 12px 42px;font-family:inherit;font-size:.95em;transition:border-color .2s}.mekanlar-search-input:focus{border-color:#667eea}.mekanlar-filters{scrollbar-width:none;gap:8px;padding:0 16px 12px;display:flex;overflow-x:auto}.mekanlar-filters::-webkit-scrollbar{display:none}.mekanlar-filter-chip{border:1px solid var(--border-medium);background:var(--bg-secondary);color:var(--text-secondary);cursor:pointer;white-space:nowrap;border-radius:20px;flex-shrink:0;align-items:center;gap:4px;padding:8px 14px;font-family:inherit;font-size:.8em;transition:all .2s;display:flex}.mekanlar-filter-chip.active{color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border-color:#0000}.mekanlar-list{flex-direction:column;gap:12px;padding:0 16px;display:flex}.venue-card{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:16px;padding:16px;transition:transform .2s,box-shadow .2s}.venue-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.venue-card-header{align-items:flex-start;gap:12px;display:flex}.venue-card-emoji{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.3em;display:flex}.venue-card-info{flex:1;min-width:0}.venue-card-name{color:var(--text-primary);align-items:center;gap:6px;margin:0;font-size:1em;font-weight:700;display:flex}.venue-verified{color:#667eea;flex-shrink:0}.venue-card-addr{color:var(--text-muted);align-items:center;gap:4px;margin:2px 0 0;font-size:.82em;display:flex}.venue-card-dist{color:#667eea;background:#667eea18;border-radius:20px;flex-shrink:0;align-items:center;gap:3px;padding:4px 10px;font-size:.78em;font-weight:600;display:flex}.venue-card-desc{color:var(--text-secondary);margin:10px 0 0;font-size:.85em;line-height:1.4}.venue-card-meta{flex-wrap:wrap;align-items:center;gap:10px;margin-top:10px;display:flex}.venue-card-type{border-radius:8px;padding:4px 10px;font-size:.75em;font-weight:600}.venue-card-hours{color:var(--text-muted);align-items:center;gap:4px;font-size:.8em;display:flex}.venue-card-actions{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.venue-action-btn{color:var(--text-secondary);background:var(--bg-tertiary);border:1px solid var(--border-subtle);cursor:pointer;border-radius:10px;align-items:center;gap:4px;padding:7px 12px;font-family:inherit;font-size:.78em;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.venue-action-btn:hover{background:var(--bg-primary);color:#667eea;border-color:#667eea}.venue-action-primary{background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff!important}.venue-action-primary:hover{opacity:.9;transform:translateY(-1px)}.mekanlar-disclaimer{text-align:center;color:var(--text-faint);padding:20px 16px;font-size:.78em;line-height:1.5}.mekanlar-disclaimer a{color:#667eea;text-decoration:none}
