:root{--bg: #0a0a0a;--surface: #141414;--surface-2: #1e1e1e;--border: #2a2a2a;--border-light: #363636;--accent: #ff6b35;--accent-light: #ff8c5a;--accent-dim: rgba(255, 107, 53, .14);--neon: #a1ff19;--text: #ffffff;--text-2: #aaaaaa;--text-muted: #666666;--error: #ff4d4d;--success: #4caf50;--radius-sm: 8px;--radius: 12px;--radius-lg: 16px;--radius-full: 9999px;--sidebar-w: 245px;--sidebar-w-collapsed: 76px;--feed-w: 620px;--font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{background:var(--bg);color:var(--text);font-family:var(--font);font-size:14px;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}input,textarea,select{font-family:inherit;font-size:14px;color:var(--text);background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:11px 14px;width:100%;outline:none}input:focus,textarea:focus,select:focus{border-color:var(--border-light)}input::placeholder,textarea::placeholder{color:var(--text-muted)}img{display:block;max-width:100%}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 18px;border-radius:var(--radius-sm);font-weight:600;font-size:14px;transition:filter .15s,background .15s,opacity .15s;white-space:nowrap}.btn:disabled{opacity:.5;cursor:default}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover:not(:disabled){filter:brightness(1.08)}.btn-ghost{background:var(--surface-2);color:var(--text)}.btn-ghost:hover:not(:disabled){background:var(--border)}.btn-outline{background:transparent;border:1px solid var(--border-light);color:var(--text)}.btn-block{width:100%}.muted{color:var(--text-2)}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.center-screen{display:flex;align-items:center;justify-content:center;min-height:100vh}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--border);border-radius:999px}::-webkit-scrollbar-track{background:transparent}.layout{display:flex;min-height:100vh}.sidebar{position:fixed;top:0;left:0;bottom:0;width:var(--sidebar-w);background:var(--bg);border-right:1px solid var(--border);display:flex;flex-direction:column;padding:12px 12px 20px;z-index:40}.sidebar-brand{display:flex;align-items:center;justify-content:center;padding:14px 12px 24px}.sidebar-brand img{width:160px;max-width:100%;height:auto;display:block}.nav{display:flex;flex-direction:column;gap:4px;flex:1}.nav-item{display:flex;align-items:center;gap:16px;padding:12px;border-radius:var(--radius);color:var(--text);font-size:15px;font-weight:500;position:relative;transition:background .12s;width:100%}.nav-item:hover{background:var(--surface)}.nav-item.active{font-weight:700}.nav-item .icon{position:relative;display:flex}.nav-create .icon{color:var(--accent)}.nav-badge{position:absolute;top:-5px;right:-7px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:var(--accent);color:#fff;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;border:2px solid var(--bg)}.sidebar-footer{display:flex;flex-direction:column;gap:4px;margin-top:auto}.main{flex:1;margin-left:var(--sidebar-w);display:flex;justify-content:center;padding:0 20px}.main-inner{width:100%;max-width:935px;display:flex;gap:28px;padding:28px 0 80px}.main-col{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center}@media(max-width:1100px){.sidebar{width:var(--sidebar-w-collapsed);align-items:center}.nav-item .label{display:none}.sidebar-brand{padding:14px 0 24px}.sidebar-brand img{width:38px}.nav-item{justify-content:center}.main{margin-left:var(--sidebar-w-collapsed)}}@media(max-width:720px){.sidebar{top:auto;width:100%;height:56px;flex-direction:row;border-right:none;border-top:1px solid var(--border);padding:0}.sidebar-brand,.sidebar-footer{display:none}.nav{flex-direction:row;align-items:center;justify-content:space-around;width:100%;gap:0}.nav-item{width:auto;padding:10px}.main{margin-left:0;padding:0 8px}.main-inner{padding:12px 0 72px}}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:100;padding:20px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal{width:100%;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);max-height:88vh;overflow-y:auto}.modal-head{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border);position:sticky;top:0;background:var(--surface)}.modal-head h3{font-size:17px;font-weight:700}.modal-close{display:flex;color:var(--text-2)}.modal-body{padding:20px}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;position:relative;overflow:hidden}.login-glow{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;background:radial-gradient(55% 45% at 25% 20%,rgba(255,107,53,.22),transparent 60%),radial-gradient(50% 50% at 80% 75%,rgba(120,75,160,.2),transparent 60%);animation:drift 20s ease-in-out infinite alternate}@keyframes drift{0%{transform:translate(0) scale(1)}to{transform:translate(-3%,2%) scale(1.06)}}.login-card{position:relative;z-index:1;width:100%;max-width:380px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:36px 30px}.login-logo{display:flex;align-items:center;justify-content:center;margin-bottom:8px}.login-logo img{width:240px;max-width:100%;height:auto;display:block}.login-tagline{text-align:center;font-size:11px;letter-spacing:1.5px;font-weight:700;margin:0 0 26px}.login-tagline .t-green{color:#a1ff19}.login-tagline .t-white{color:#fff}.login-tagline .t-pink{color:#ff2bff}.login-form{display:flex;flex-direction:column;gap:12px}.login-error{color:var(--error);font-size:13px;margin:-2px 2px 0}.login-divider{display:flex;align-items:center;text-align:center;color:var(--text-muted);font-size:12px;margin:18px 0}.login-divider:before,.login-divider:after{content:"";flex:1;height:1px;background:var(--border)}.login-divider span{padding:0 12px}.social-btn{margin-bottom:10px}.login-toggle{text-align:center;color:var(--text-2);font-size:14px;margin-top:18px}.login-toggle button{color:var(--accent);font-weight:600}.login-terms{display:flex;align-items:flex-start;gap:10px;font-size:12px;line-height:1.45;color:var(--text-2);padding:4px 2px 2px;cursor:pointer;-webkit-user-select:none;user-select:none}.login-terms-error{border:1px solid var(--error);background:#ff4d4d14;border-radius:var(--radius);margin:0 -8px;padding:8px}.login-terms-error input[type=checkbox]{border-color:var(--error)!important}.login-terms input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:16px;height:16px;flex-shrink:0;margin:2px 0 0;border:1.5px solid var(--border);border-radius:4px;background:var(--surface);cursor:pointer;position:relative;transition:border-color .15s,background .15s}.login-terms input[type=checkbox]:hover{border-color:var(--accent)}.login-terms input[type=checkbox]:checked{background:var(--accent);border-color:var(--accent)}.login-terms input[type=checkbox]:checked:after{content:"";position:absolute;left:50%;top:46%;width:4px;height:8px;border:solid #fff;border-width:0 2px 2px 0;transform:translate(-50%,-50%) rotate(45deg)}.login-terms a{color:var(--accent);font-weight:600;text-decoration:none}.login-terms a:hover{text-decoration:underline}.login-forgot{display:block;width:100%;text-align:center;margin-top:12px;background:none;border:none;font-size:13px;color:var(--accent);font-weight:600;cursor:pointer;padding:4px}.login-forgot:hover{text-decoration:underline}.reset-form{display:flex;flex-direction:column;gap:12px}.reset-form input{padding:12px 14px;border-radius:var(--radius);background:var(--bg);border:1px solid var(--border);color:var(--text);font-size:14px}.reset-sent{display:flex;flex-direction:column;gap:12px;font-size:14px}.onb-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.onb-card{width:100%;max-width:460px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px 28px;display:flex;flex-direction:column;gap:14px}.onb-title{font-size:24px;font-weight:800;letter-spacing:-.02em}.onb-sub{color:var(--text-2);margin-bottom:8px;margin-top:-6px}.onb-options{display:flex;flex-direction:column;gap:10px;margin-bottom:8px}.onb-option{display:flex;align-items:center;gap:14px;text-align:left;padding:16px;border-radius:var(--radius);border:1.5px solid var(--border);background:var(--surface-2);transition:border-color .15s,background .15s}.onb-option:hover{border-color:var(--border-light)}.onb-option.selected{border-color:var(--accent);background:var(--accent-dim)}.onb-option-icon{color:var(--accent);display:flex}.onb-option-text{display:flex;flex-direction:column;gap:3px}.onb-option-title{font-weight:700;font-size:15px}.onb-option-desc{color:var(--text-2);font-size:13px;line-height:1.4}.onb-field{display:flex;flex-direction:column;gap:6px;font-size:13px;color:var(--text-2)}.onb-row{display:flex;gap:12px}.onb-row .onb-field{flex:1}.onfest-bar{width:100%;max-width:var(--feed-w);display:flex;gap:14px;padding:14px 4px;margin-bottom:12px;overflow-x:auto;scrollbar-width:none;border-bottom:1px solid var(--border)}.onfest-bar::-webkit-scrollbar{display:none}.onfest-item{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:6px;color:var(--text);text-align:center;width:76px}.onfest-item:hover{opacity:.85}.onfest-name{font-size:11px;color:var(--text-2);max-width:70px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.onfest-item.self.active .onfest-name{color:var(--neon);font-weight:600}.onfest-avatar{display:inline-block;border-radius:50%}.onfest-avatar.ring{padding:2.5px;background:conic-gradient(from 0deg,#a1ff19,#6c5ce7,#ff3cac,#a1ff19);animation:spin-ring 6s linear infinite}.onfest-avatar.ring>*{display:block;padding:2px;border-radius:50%;background:var(--bg)}@keyframes spin-ring{to{transform:rotate(360deg)}}.self-empty{width:56px;height:56px;border-radius:50%;background:var(--surface-2);border:1.5px dashed var(--border-light);display:flex;align-items:center;justify-content:center;color:var(--accent)}.onfest-durations{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.onfest-durations button{padding:14px 0;font-size:16px;font-weight:700}.as-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:110;padding:20px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.as-sheet{width:100%;max-width:360px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;display:flex;flex-direction:column}.as-head{padding:16px 18px 14px;text-align:center;border-bottom:1px solid var(--border)}.as-head h3{font-size:15px;font-weight:700;margin:0 0 4px}.as-head p{font-size:13px;color:var(--text-2);margin:0}.as-list{display:flex;flex-direction:column}.as-item{padding:14px 18px;font-size:15px;font-weight:500;color:var(--text);text-align:center;background:transparent;border:none;border-bottom:1px solid var(--border);cursor:pointer;transition:background .12s}.as-item:last-child{border-bottom:none}.as-item:hover{background:var(--surface-2, rgba(255, 255, 255, .04))}.as-item.danger{color:var(--error, #ef4444);font-weight:600}.as-item:disabled{opacity:.5;cursor:not-allowed}.as-cancel{padding:14px 18px;font-size:15px;font-weight:700;color:var(--text);background:var(--surface-2, rgba(255, 255, 255, .04));border:none;border-top:1px solid var(--border);cursor:pointer}.as-cancel:hover{background:#ffffff0f}.post-card{width:100%;max-width:var(--feed-w);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:22px;overflow:hidden}.post-head{display:flex;align-items:center;gap:10px;padding:12px 14px}.post-author{display:flex;align-items:center;gap:10px;min-width:0}.post-author-meta{display:flex;flex-direction:column;min-width:0}.post-username{font-weight:700;font-size:14px;display:flex;align-items:center;gap:6px}.post-badge{font-size:10px;font-weight:700;color:var(--accent);background:var(--accent-dim);padding:1px 6px;border-radius:999px;text-transform:uppercase}.post-sub{font-size:12px;color:var(--text-2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.post-live{margin-left:auto;color:var(--neon);font-size:11px;font-weight:800;letter-spacing:.04em}.post-cancelled{margin-left:auto;color:var(--error);font-size:11px;font-weight:700}.post-more{margin-left:auto;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:999px;background:transparent;color:var(--text-2);border:none;cursor:pointer;flex-shrink:0}.post-more:hover{background:#ffffff0f;color:var(--text)}.post-live+.post-more,.post-cancelled+.post-more{margin-left:6px}.post-media{position:relative;width:100%;background:#000;aspect-ratio:4 / 5;display:flex;align-items:center;justify-content:center;overflow:hidden}.post-media-el{width:100%;height:100%;object-fit:cover;cursor:pointer}.post-media-empty{font-size:80px;cursor:pointer}.post-nav{position:absolute;top:50%;transform:translateY(-50%);width:30px;height:30px;border-radius:50%;background:#00000080;color:#fff;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.post-nav.left{left:10px}.post-nav.right{right:10px}.post-dots{position:absolute;bottom:10px;left:0;right:0;display:flex;justify-content:center;gap:5px}.post-dots span{width:6px;height:6px;border-radius:50%;background:#fff6}.post-dots span.on{background:#fff}.post-price{position:absolute;top:12px;right:12px;background:#000000a6;color:#fff;font-weight:700;font-size:13px;padding:4px 10px;border-radius:999px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.post-actions{display:flex;align-items:center;gap:12px;padding:12px 14px 6px}.post-attend{display:inline-flex;align-items:center;gap:7px;padding:8px 16px;border-radius:999px;font-weight:700;font-size:14px;background:var(--accent);color:#fff;transition:filter .15s}.post-attend:hover{filter:brightness(1.08)}.post-attend.on{background:var(--surface-2);color:var(--neon);border:1px solid var(--neon)}.post-action{color:var(--text);display:flex}.post-action:hover{color:var(--text-2)}.post-action.save.on{color:var(--accent)}.post-body{padding:4px 14px 16px;display:flex;flex-direction:column;gap:6px}.post-attendees{font-weight:700;font-size:14px}.post-event{display:flex;align-items:center;gap:6px;color:var(--text-2);font-size:13px}.post-caption{font-size:14px;line-height:1.45}.post-caption-user{font-weight:700}.post-loc{display:flex;align-items:center;gap:4px;color:var(--text-2);font-size:12px}.post-comments-link{color:var(--text-2);font-size:13px;text-align:left}.pd{width:100%;max-width:920px}.pd-topbar{display:flex;align-items:center;gap:12px;font-weight:700;margin-bottom:16px}.pd-back{display:flex;color:var(--text)}.pd-more{margin-left:auto;display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;background:transparent;color:var(--text-2);border:none;cursor:pointer}.pd-more:hover{background:#ffffff0f;color:var(--text)}.pd-missing{margin-top:80px;text-align:center;color:var(--text-2);display:flex;flex-direction:column;align-items:center;gap:16px}.pd-grid{display:flex;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;min-height:540px}.pd-media{position:relative;flex:1.1;background:#000;display:flex;align-items:center;justify-content:center;min-width:0}.pd-media-el{width:100%;height:100%;max-height:78vh;object-fit:contain}.pd-media-empty{font-size:120px}.pd-nav{position:absolute;top:50%;transform:translateY(-50%);width:34px;height:34px;border-radius:50%;background:#00000080;color:#fff;display:flex;align-items:center;justify-content:center}.pd-nav.left{left:10px}.pd-nav.right{right:10px}.pd-side{flex:.9;display:flex;flex-direction:column;min-width:320px;max-width:400px}.pd-author{display:flex;align-items:center;padding:14px;border-bottom:1px solid var(--border)}.pd-info{padding:14px;border-bottom:1px solid var(--border);display:flex;flex-direction:column;gap:12px}.pd-caption{font-size:14px;line-height:1.5}.pd-meta{display:flex;flex-direction:column;gap:7px}.pd-meta-row{display:flex;align-items:center;gap:8px;color:var(--text-2);font-size:13px}.pd-meta-row strong{color:var(--text);font-size:15px}.pd-actions{display:flex;align-items:center;gap:14px}.pd-attendees{font-weight:700;font-size:14px}.pd-organizer{display:flex;gap:8px}.pd-rate{display:flex;flex-direction:column;gap:6px;padding:12px;background:var(--surface-2);border-radius:var(--radius);font-size:13px;color:var(--text-2)}.pd-stars{display:flex;gap:6px}.pd-stars button{display:flex}.pd-comments{flex:1;overflow-y:auto;padding:14px;display:flex;flex-direction:column;gap:14px;max-height:320px}.pd-no-comments{color:var(--text-muted);font-size:13px}.pd-comment{display:flex;gap:10px}.pd-comment-body{display:flex;flex-direction:column;gap:3px;min-width:0}.pd-comment-text{font-size:14px;line-height:1.4}.pd-comment-user{font-weight:700}.pd-comment-time{font-size:11px;color:var(--text-muted)}.pd-add-comment{display:flex;align-items:center;gap:8px;padding:12px 14px;border-top:1px solid var(--border)}.pd-add-comment input{border:none;background:transparent;padding:6px 0}.pd-add-comment button{color:var(--accent);display:flex}.pd-add-comment button:disabled{color:var(--text-muted)}.poll{display:flex;flex-direction:column;gap:6px;margin-top:6px}.poll-q{font-weight:600;font-size:13px}.poll-opt{position:relative;text-align:left;padding:9px 12px;border-radius:var(--radius-sm);background:var(--surface-2);border:1px solid var(--border);overflow:hidden;display:flex;align-items:center;font-size:13px}.poll-opt.mine{border-color:var(--accent)}.poll-bar{position:absolute;left:0;top:0;bottom:0;background:var(--accent-dim);transition:width .3s}.poll-opt-label{position:relative;flex:1}.poll-pct{position:relative;color:var(--text-2);font-weight:600}.poll-total{font-size:11px;color:var(--text-muted)}@media(max-width:800px){.pd-grid{flex-direction:column}.pd-side{max-width:none}.pd-media-el{max-height:60vh}}.prof{width:100%;max-width:820px}.prof-head{display:flex;gap:48px;align-items:center;padding:12px 0 32px}.prof-meta{flex:1;display:flex;flex-direction:column;gap:14px;min-width:0}.prof-top{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.prof-username{font-size:22px;font-weight:700;display:flex;align-items:center;gap:10px}.prof-type{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:700;color:var(--accent);background:var(--accent-dim);padding:2px 8px;border-radius:999px;text-transform:uppercase}.prof-actions{display:flex;gap:8px}.icon-only{padding:9px 11px}.prof-stats{display:flex;gap:26px;font-size:15px;flex-wrap:wrap}.prof-stats strong{font-weight:700}.prof-rating{display:inline-flex;align-items:center;gap:5px}.prof-name{font-weight:700}.prof-bio{font-size:14px;line-height:1.5;white-space:pre-wrap}.prof-tab{display:flex;align-items:center;justify-content:center;gap:7px;border-top:1px solid var(--border);padding:14px;font-size:12px;font-weight:700;letter-spacing:.08em;color:var(--text-2)}.prof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4px}.prof-cell{position:relative;aspect-ratio:1;background:var(--surface-2);overflow:hidden;display:flex;align-items:center;justify-content:center}.prof-cell img{width:100%;height:100%;object-fit:cover}.prof-cell-empty{font-size:40px}.prof-cell-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;opacity:0;transition:opacity .15s}.prof-cell:hover .prof-cell-overlay{opacity:1}@media(max-width:720px){.prof-head{gap:20px;flex-direction:column;align-items:flex-start}}.np{width:100%;max-width:560px;display:flex;flex-direction:column;gap:14px}.np-title{font-size:22px;font-weight:800;letter-spacing:-.02em;margin-bottom:4px}.np-media-area{display:flex;flex-wrap:wrap;gap:10px}.np-thumb{position:relative;width:96px;height:96px;border-radius:var(--radius);overflow:hidden;border:2px solid var(--border)}.np-thumb.cover{border-color:var(--accent)}.np-thumb img,.np-thumb video{width:100%;height:100%;object-fit:cover}.np-thumb-remove{position:absolute;top:4px;right:4px;background:#0009;color:#fff;border-radius:50%;width:22px;height:22px;display:flex;align-items:center;justify-content:center}.np-thumb-cover{position:absolute;bottom:4px;left:4px;background:#0009;color:var(--accent);border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.np-add{width:96px;height:96px;border-radius:var(--radius);border:2px dashed var(--border-light);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;color:var(--text-2);font-size:12px}.np-add:hover{border-color:var(--accent);color:var(--accent)}.loc-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:20;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;max-height:240px;overflow-y:auto}.np-team{margin-top:10px;border:1px solid var(--border);border-radius:var(--radius);padding:12px;background:var(--surface);display:flex;flex-direction:column;gap:10px}.np-team-head{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--text-2)}.np-team-search{width:100%;padding:10px 12px;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-size:14px}.np-team-loading,.np-team-empty{padding:14px;text-align:center;color:var(--text-muted);font-size:13px}.np-team-list{display:flex;flex-direction:column;max-height:240px;overflow-y:auto;border:1px solid var(--border);border-radius:var(--radius)}.np-team-row{display:flex;align-items:center;gap:10px;padding:8px 12px;background:transparent;border:none;border-bottom:1px solid var(--border);cursor:pointer;text-align:left;color:var(--text)}.np-team-row:last-child{border-bottom:none}.np-team-row:hover{background:#ffffff0a}.np-team-row.on{background:#ff6b3514}.np-team-row-meta{flex:1;min-width:0;display:flex;flex-direction:column}.np-team-row-name{font-weight:600;font-size:14px}.np-team-row-handle{font-size:12px;color:var(--text-muted)}.np-team-check{width:22px;height:22px;border-radius:6px;border:1.5px solid var(--border);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;color:transparent}.np-team-check.on{background:var(--accent);border-color:var(--accent);color:#fff}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.radar-page{width:100%;max-width:880px;display:flex;flex-direction:column;height:calc(100vh - 110px)}.radar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;gap:12px;flex-wrap:wrap}.radar-title{font-size:22px;font-weight:800;letter-spacing:-.02em}.radar-controls{display:flex;align-items:center;gap:8px}.radar-filter{position:relative;display:flex;align-items:center}.radar-filter svg{position:absolute;left:10px;color:var(--text-muted);pointer-events:none}.radar-filter select{padding-left:32px;width:auto;min-width:170px}.radar-toggle{padding:10px 14px;border-radius:var(--radius-sm);background:var(--surface-2);border:1px solid var(--border);font-weight:600;font-size:13px;color:var(--text-2)}.radar-toggle.on{background:var(--accent-dim);border-color:var(--accent);color:var(--accent)}.radar-locate{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--radius-sm);background:var(--surface-2);border:1px solid var(--border);color:var(--text)}.radar-search{position:relative;margin-bottom:12px;z-index:1100}.loc-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:30;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;max-height:240px;overflow-y:auto}.loc-item{display:flex;align-items:center;gap:10px;width:100%;text-align:left;padding:11px 14px;font-size:13px;color:var(--text);border-bottom:1px solid var(--border)}.loc-item:last-child{border-bottom:none}.loc-item:hover{background:var(--border)}.loc-item svg{color:var(--text-muted);flex-shrink:0}.radar-map{position:relative;flex:1;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border);min-height:400px}.radar-empty{position:absolute;bottom:16px;left:50%;transform:translate(-50%);z-index:500;background:var(--surface);border:1px solid var(--border);padding:10px 16px;border-radius:999px;font-size:13px;color:var(--text-2)}.rm-marker{width:46px;height:46px;border-radius:50%;border:3px solid #ff6b35;overflow:hidden;background:var(--surface-2);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000080}.rm-marker img{width:100%;height:100%;object-fit:cover}.rm-marker.onfest-pulse{animation:onfest-pulse 1.6s ease-in-out infinite}@keyframes onfest-pulse{0%,to{box-shadow:0 0 #a1ff19b3}50%{box-shadow:0 0 0 10px #a1ff1900}}.rm-emoji{font-size:22px}.leaflet-popup-content-wrapper{background:var(--surface);color:var(--text);border-radius:var(--radius)}.leaflet-popup-tip{background:var(--surface)}.leaflet-popup-content{margin:0;width:220px!important}.rm-popup img{width:100%;height:120px;object-fit:cover;border-radius:var(--radius) var(--radius) 0 0}.rm-popup-body{padding:10px 12px;display:flex;flex-direction:column;gap:5px}.rm-popup-body p{font-size:13px;color:var(--text-2);margin:0}.rm-popup-date{font-size:12px;color:var(--text-muted)}.rm-popup-body button{margin-top:4px;background:var(--accent);color:#fff;font-weight:600;padding:7px;border-radius:var(--radius-sm);font-size:13px}.notif-page{width:100%;max-width:600px}.notif-title{font-size:22px;font-weight:800;letter-spacing:-.02em;margin-bottom:18px}.notif-empty{margin-top:70px;text-align:center;color:var(--text-2);display:flex;flex-direction:column;align-items:center;gap:12px}.notif-list{display:flex;flex-direction:column}.notif-item{display:flex;align-items:center;gap:12px;padding:12px;border-radius:var(--radius)}.notif-item.clickable{cursor:pointer}.notif-item.clickable:hover{background:var(--surface)}.notif-item.unread{background:var(--accent-dim)}.notif-text{flex:1;display:flex;flex-direction:column;gap:2px;font-size:14px;min-width:0}.notif-time{color:var(--text-muted);font-size:12px}.notif-actions{display:flex;gap:8px}.notif-accept{display:inline-flex;align-items:center;gap:5px;background:var(--accent);color:#fff;font-weight:600;font-size:13px;padding:7px 12px;border-radius:var(--radius-sm)}.notif-reject{display:inline-flex;align-items:center;justify-content:center;background:var(--surface-2);color:var(--text-2);width:32px;border-radius:var(--radius-sm)}.notif-post-img{width:46px;height:46px;border-radius:var(--radius-sm);object-fit:cover}.chatlist-page{width:100%;max-width:560px}.chatlist-title{font-size:22px;font-weight:800;letter-spacing:-.02em;margin-bottom:16px}.chat-empty{margin-top:70px;text-align:center;color:var(--text-2);display:flex;flex-direction:column;align-items:center;gap:10px}.chatlist{display:flex;flex-direction:column}.chatlist-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:var(--radius);text-align:left}.chatlist-item:hover{background:var(--surface)}.chatlist-meta{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.chatlist-name{font-weight:700;font-size:14px}.chatlist-last{color:var(--text-2);font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chatlist-item.unread .chatlist-last{color:var(--text);font-weight:600}.chatlist-right{display:flex;flex-direction:column;align-items:flex-end;gap:5px}.chatlist-time{font-size:12px;color:var(--text-muted)}.chatlist-badge{min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--accent);color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center}.chat-page{width:100%;max-width:640px;display:flex;flex-direction:column;height:calc(100vh - 110px);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.chat-head{display:flex;align-items:center;gap:12px;padding:12px 14px;border-bottom:1px solid var(--border)}.chat-head-user{display:flex;align-items:center;gap:10px;font-weight:700}.chat-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:8px}.chat-start{text-align:center;margin:auto}.chat-bubble-row{display:flex;justify-content:flex-start}.chat-bubble-row.mine{justify-content:flex-end}.chat-bubble{max-width:75%;background:var(--surface-2);border-radius:16px 16px 16px 4px;padding:9px 13px;display:flex;flex-direction:column;gap:4px}.chat-bubble.mine{background:var(--accent);color:#fff;border-radius:16px 16px 4px}.chat-text{font-size:14px;line-height:1.4;word-break:break-word}.chat-img{border-radius:10px;max-width:240px;max-height:280px;object-fit:cover}.chat-audio{width:240px;max-width:100%;height:40px}.chat-loc{display:inline-flex;align-items:center;gap:5px;font-size:13px;font-weight:600;text-decoration:underline}.chat-time{font-size:10px;opacity:.7;align-self:flex-end}.chat-typing{font-size:12px;font-style:italic;padding-left:4px}.chat-input{display:flex;align-items:center;gap:8px;padding:10px 12px;border-top:1px solid var(--border)}.chat-img-btn{color:var(--text-2);display:flex}.chat-text-input{flex:1;border-radius:999px;background:var(--surface-2)}.chat-send{color:var(--accent);display:flex}.chat-send:disabled{color:var(--text-muted)}.set-page{width:100%;max-width:560px;display:flex;flex-direction:column;gap:16px}.set-title{font-size:22px;font-weight:800;letter-spacing:-.02em}.set-profile{display:flex;align-items:center;gap:14px;padding:14px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg)}.set-profile-name{font-weight:700;font-size:16px}.set-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.set-row{display:flex;align-items:center;gap:14px;width:100%;padding:15px 16px;text-align:left;border-bottom:1px solid var(--border)}.set-section .set-row:last-child{border-bottom:none}.set-row:hover{background:var(--surface-2)}.set-row-icon{display:flex;color:var(--text-2)}.set-row-label{flex:1;font-size:15px}.set-row-value{color:var(--text-muted);font-size:13px}.set-row-arrow{color:var(--text-muted)}.set-row.danger .set-row-label,.set-row.danger .set-row-icon{color:var(--error)}.set-toggle-row{display:flex;align-items:center;justify-content:space-between;padding:15px 16px}.set-blocked{display:flex;align-items:center;gap:12px;padding:10px 14px;border-bottom:1px solid var(--border)}.set-blocked:last-child{border-bottom:none}.btn-sm{padding:6px 12px;font-size:13px}.switch{position:relative;display:inline-block;width:46px;height:26px;flex-shrink:0}.switch input{display:none}.slider{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--surface-2);border:1px solid var(--border-light);border-radius:999px;transition:.2s}.slider:before{content:"";position:absolute;height:18px;width:18px;left:3px;top:3px;background:var(--text-2);border-radius:50%;transition:.2s}.switch input:checked+.slider{background:var(--accent);border-color:var(--accent)}.switch input:checked+.slider:before{transform:translate(20px);background:#fff}
