:root{--brand:#3b82f6;--brand-2:#60a5fa;--accent:#fb923c;--bg:#0a0d13;--surface:#141a24;--surface-2:#10151d;--text:#e8edf6;--muted:#95a0b2;--border:#232c3a;--shadow:0 1px 2px rgba(0,0,0,.45),0 12px 34px rgba(0,0,0,.4);--shadow-lg:0 18px 50px rgba(0,0,0,.55);--radius:16px;--c-news:#60a5fa;--c-event:#fb923c;--c-forum:#34d399;--c-board:#a78bfa;--c-dating:#f472b6}:root.light{--brand:#2563eb;--brand-2:#1d4ed8;--accent:#f97316;--bg:#f4f6fb;--surface:#ffffff;--surface-2:#fbfcfe;--text:#0f1722;--muted:#5b6678;--border:#e6e9f0;--shadow:0 1px 2px rgba(16,24,40,.04),0 8px 24px rgba(16,24,40,.06);--shadow-lg:0 12px 40px rgba(16,24,40,.14);--c-news:#2563eb;--c-event:#f97316;--c-forum:#16a34a;--c-board:#7c3aed;--c-dating:#db2777}*{box-sizing:border-box}body,html{margin:0;padding:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--surface) 80%,transparent);-webkit-backdrop-filter:saturate(180%) blur(12px);backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid var(--border)}.header-inner{max-width:1100px;margin:0 auto;padding:10px 18px;gap:18px}.brand-link,.header-inner{display:flex;align-items:center}.brand-link{flex-shrink:0}.nav{display:flex;gap:4px;margin-left:8px;overflow-x:auto;scrollbar-width:none}.nav::-webkit-scrollbar{display:none}.nav a{padding:8px 12px;border-radius:10px;font-weight:600;font-size:14px;color:var(--muted);white-space:nowrap;transition:.15s}.nav a:hover{color:var(--text);background:var(--surface-2)}.nav a.active{color:var(--brand);background:color-mix(in srgb,var(--brand) 12%,transparent)}.header-spacer{flex:1 1}.btn{display:inline-flex;align-items:center;gap:8px;padding:9px 16px;border-radius:11px;font-weight:700;font-size:14px;background:var(--brand);color:#fff;border:0;cursor:pointer;transition:.15s}.btn:hover{background:var(--brand-2);transform:translateY(-1px)}.btn.ghost{background:var(--surface-2);color:var(--text);border:1px solid var(--border)}.btn.ghost:hover{background:var(--surface)}.icon-btn{display:inline-grid;place-items:center;width:38px;height:38px;flex-shrink:0;border-radius:11px;border:1px solid var(--border);background:var(--surface-2);cursor:pointer;font-size:17px;line-height:1;transition:.15s}.icon-btn:hover{background:var(--surface);transform:translateY(-1px)}.city-btn{display:inline-flex;align-items:center;gap:6px;flex-shrink:0;padding:8px 13px;border-radius:11px;border:1px solid var(--border);background:var(--surface-2);color:var(--text);font-weight:700;font-size:14px;cursor:pointer;transition:.15s;max-width:170px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.city-btn:hover{background:var(--surface);border-color:var(--brand)}.modal-overlay{position:fixed;inset:0;z-index:100;background:rgba(0,0,0,.55);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:flex-start;justify-content:center;padding:4vh 16px;overflow-y:auto}.modal{width:100%;max-width:540px;max-height:85vh;display:flex;flex-direction:column;overflow:hidden;background:var(--surface);border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow-lg)}.modal-top{padding:20px 20px 10px;flex-shrink:0;border-bottom:1px solid var(--border)}.city-groups{flex:1 1 auto;min-height:0;overflow-y:auto;padding:4px 20px 20px}.modal-head{display:flex;align-items:center;justify-content:space-between}.modal-head h2{margin:0;font-size:21px;font-weight:800}.city-search{width:100%;padding:12px 14px;border-radius:12px;border:1px solid var(--border);background:var(--surface-2);color:var(--text);font-size:15px;outline:none;margin-bottom:4px}.city-search:focus{border-color:var(--brand)}.city-group-title{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin:18px 0 8px}.city-list{display:grid;grid-template-columns:1fr 1fr;grid-gap:6px;gap:6px}.city-item{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:11px 12px;border-radius:10px;border:1px solid var(--border);background:var(--surface-2);color:var(--text);cursor:pointer;font-weight:600;font-size:14px;text-align:left;transition:.12s}.city-item:hover{background:color-mix(in srgb,var(--brand) 14%,var(--surface));border-color:var(--brand)}.city-country{color:var(--muted);font-size:11.5px;font-weight:600}@media (max-width:540px){.city-list{grid-template-columns:1fr}}.container{max-width:1100px;margin:0 auto;padding:22px 18px 64px}.hero{margin:8px 0 22px}.hero h1{font-size:clamp(26px,4vw,40px);font-weight:800;letter-spacing:-.02em;margin:0}.hero .date{color:var(--muted);font-weight:600;margin-top:6px;text-transform:capitalize}.grid{display:grid;grid-gap:18px;gap:18px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:transform .18s,box-shadow .18s;display:flex;flex-direction:column}.card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.card .thumb{aspect-ratio:16/9;overflow:hidden;background:var(--surface-2);position:relative}.card .thumb img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.card:hover .thumb img{transform:scale(1.05)}.card .thumb.placeholder{display:grid;place-items:center;background:linear-gradient(135deg,color-mix(in srgb,var(--brand) 18%,var(--surface)),var(--surface));font-size:40px}.card .body{padding:14px 16px 16px;display:flex;flex-direction:column;gap:8px;flex:1 1}.card h3{font-size:17px;font-weight:700;line-height:1.3;-webkit-line-clamp:3}.card .excerpt,.card h3{margin:0;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.card .excerpt{color:var(--muted);font-size:14px;line-height:1.45;-webkit-line-clamp:2}.card .meta{margin-top:auto;color:var(--muted);font-size:12.5px;font-weight:600}.badge{display:inline-flex;align-items:center;gap:6px;align-self:flex-start;padding:3px 10px;border-radius:999px;font-size:11.5px;font-weight:800;text-transform:uppercase;letter-spacing:.03em;color:var(--cat,var(--brand));background:color-mix(in srgb,var(--cat,var(--brand)) 13%,transparent)}.cat-news{--cat:var(--c-news)}.cat-event{--cat:var(--c-event)}.cat-forum{--cat:var(--c-forum)}.cat-board{--cat:var(--c-board)}.cat-dating{--cat:var(--c-dating)}.article{max-width:720px;margin:0 auto}.article .back{color:var(--muted);font-weight:600;font-size:14px;display:inline-block;margin-bottom:16px}.article h1{font-size:clamp(24px,4vw,36px);font-weight:800;line-height:1.2;letter-spacing:-.02em;margin:10px 0}.article .amETA,.article .ameta{color:var(--muted);font-weight:600;font-size:14px;margin-bottom:18px}.article .hero-img{width:100%;border-radius:var(--radius);margin:8px 0 20px;box-shadow:var(--shadow)}.prose{font-size:17.5px;line-height:1.7;color:var(--text)}.prose p{margin:0 0 16px}.prose img{max-width:100%;height:auto;border-radius:12px;margin:12px 0}.prose a{color:var(--brand);text-decoration:underline}.prose h2,.prose h3{line-height:1.3;margin:26px 0 10px}.source-link{margin-top:28px;padding-top:18px;border-top:1px solid var(--border);color:var(--muted);font-size:14px}.empty{color:var(--muted);padding:40px 0;text-align:center}.chat-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;gap:12px}.chat-online{font-size:13px;font-weight:700;padding:5px 12px;border-radius:999px;background:var(--surface-2);border:1px solid var(--border);color:var(--muted);white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;min-width:124px;box-sizing:border-box}.chat-online.online{color:#22c55e}.chat-box{display:flex;flex-direction:column;height:calc(100vh - 210px);min-height:420px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);position:relative}.chat-msgs{flex:1 1 auto;min-height:0;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px}.chat-msg{display:flex;gap:10px;align-items:flex-start}.chat-ava{width:40px;height:40px;border-radius:11px;flex-shrink:0;display:grid;place-items:center;color:#fff;font-weight:800;font-size:16px;background-size:cover;background-position:50%;position:relative;overflow:hidden}.chat-ava-status{position:absolute;left:5px;right:5px;bottom:0;height:3px;border-radius:3px 3px 0 0}.chat-ava-status.on{background:#22c55e}.chat-ava-status.off{background:var(--muted);opacity:.4}@keyframes msgIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.chat-msg{animation:msgIn .22s ease}.chat-msg.mine{flex-direction:row-reverse}.chat-msg.mine .chat-bubble{background:color-mix(in srgb,var(--brand) 20%,var(--surface));border-color:color-mix(in srgb,var(--brand) 32%,var(--border))}.chat-msg.mine .chat-meta{flex-direction:row-reverse}.chat-msg.mine .chat-react-row{justify-content:flex-end}.chat-series{display:flex;flex-direction:column;gap:10px}.chat-series-toggle{align-self:flex-start;margin-left:50px;padding:3px 12px;border-radius:999px;border:1px solid var(--border);background:var(--surface-2);color:var(--muted);font-size:12.5px;cursor:pointer;transition:background .15s,color .15s}.chat-series-toggle:hover{background:var(--surface);color:var(--text)}.chat-series.mine .chat-series-toggle{align-self:flex-end;margin-left:0;margin-right:50px}.chat-muted-bar{display:flex;flex-wrap:wrap;gap:6px;align-items:center;padding:8px 12px;border-bottom:1px solid var(--border);background:var(--surface-2)}.chat-muted-label{font-size:12.5px;color:var(--muted)}.chat-muted-chip{display:inline-flex;align-items:center;gap:5px;padding:2px 10px;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:12.5px;cursor:pointer;transition:background .15s}.chat-muted-chip:hover{background:color-mix(in srgb,var(--brand) 16%,var(--surface))}.chat-toast{position:absolute;top:12px;left:50%;transform:translateX(-50%);z-index:5;padding:8px 16px;border-radius:999px;background:var(--text);color:var(--bg);font-size:13px;font-weight:600;box-shadow:0 6px 20px rgba(0,0,0,.25);animation:msgIn .2s ease}.chat-video{margin-top:6px;max-width:240px;max-height:240px;width:100%;border-radius:16px;background:#000;display:block}.cab-avatar-row{display:flex;gap:16px;align-items:center;margin-bottom:4px}.cab-avatar{width:72px;height:72px;border-radius:18px;flex-shrink:0;display:grid;place-items:center;background:var(--surface-2);background-size:cover;background-position:50%;border:1px solid var(--border);color:var(--muted);font-weight:800;font-size:26px}.cab-avatar-side{display:flex;flex-direction:column;gap:6px;align-items:flex-start}.cab-upload{cursor:pointer}.cab-avatar-del{background:none;border:none;color:var(--c-dating);font-size:12.5px;cursor:pointer;padding:0}.cab-tg-creds{padding:12px;background:var(--surface-2)}.cab-tg-creds,.cab-tg-link{border:1px dashed var(--border);border-radius:12px}.cab-tg-link{padding:10px 12px}.cab-tg-ok{color:#22c55e;font-weight:700}.cropper-overlay{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;background:rgba(0,0,0,.6);padding:16px}.cropper-card{background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:20px;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;gap:12px;align-items:center}.cropper-box{position:relative;overflow:hidden;border-radius:18px;background:#000;cursor:-webkit-grab;cursor:grab;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.cropper-box:active{cursor:-webkit-grabbing;cursor:grabbing}.cropper-mask{position:absolute;inset:0;pointer-events:none;border-radius:18px;box-shadow:inset 0 0 0 2px rgba(255,255,255,.85),inset 0 0 0 9999px rgba(0,0,0,.18)}.cropper-zoom{width:100%;accent-color:var(--brand)}.cropper-actions{display:flex;gap:10px;align-self:stretch}.cropper-actions .btn{flex:1 1}.chat-uploading{display:flex;align-items:center;gap:10px;padding:8px 14px;border-top:1px solid var(--border);background:var(--surface-2);font-size:13px;color:var(--text)}.chat-uploading .bar{flex:1 1;height:6px;border-radius:999px;background:var(--border);overflow:hidden}.chat-uploading .bar>i{display:block;height:100%;background:var(--brand);transition:width .15s}.chat-bubble{background:var(--surface-2);border:1px solid var(--border);border-radius:14px;padding:8px 12px;max-width:78%}.chat-meta{display:flex;gap:8px;align-items:baseline;font-size:12.5px;color:var(--muted);margin-bottom:2px}.chat-meta b{color:var(--text);font-size:13.5px}.chat-text{font-size:15px;line-height:1.4;word-break:break-word}.chat-input{display:flex;gap:8px;padding:12px;border-top:1px solid var(--border);background:var(--surface-2);align-items:center}.chat-myava{width:40px;height:40px;border-radius:11px;flex-shrink:0;cursor:pointer;display:grid;place-items:center;color:#fff;font-weight:800;font-size:16px;background-size:cover;background-position:50%;border:2px solid var(--border);overflow:hidden}.chat-myava:hover{border-color:var(--brand)}.chat-guest{font-size:10px;font-weight:700;text-transform:uppercase;color:var(--muted);background:var(--surface);border:1px solid var(--border);border-radius:6px;padding:1px 5px}.chat-mute{background:none;border:0;cursor:pointer;font-size:13px;opacity:.4;padding:0 2px}.chat-mute:active,.chat-mute:hover{opacity:1}.chat-photo{display:inline-block;margin-top:4px}.chat-photo img{max-height:120px;max-width:220px;border-radius:10px;border:1px solid var(--border);display:block}.chat-react-row{display:flex;flex-wrap:wrap;gap:5px;margin-top:5px;align-items:center}.chat-react{font-size:12.5px;padding:2px 8px;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;line-height:1.5}.chat-react:active,.chat-react:hover{border-color:var(--brand)}.chat-react.add{color:var(--muted)}.chat-react-pick{display:inline-flex;gap:2px;background:var(--surface);border:1px solid var(--border);border-radius:999px;padding:2px 6px}.chat-react-pick button{background:none;border:0;cursor:pointer;font-size:17px;padding:1px 3px}.chat-photo-btn{display:grid;place-items:center;width:40px;height:40px;flex-shrink:0;border-radius:11px;border:1px solid var(--border);background:var(--surface);cursor:pointer;font-size:18px}.chat-photo-btn:hover{border-color:var(--brand)}.chat-rules{position:absolute;inset:0;z-index:5;background:color-mix(in srgb,var(--surface) 90%,transparent);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:grid;place-items:center;padding:18px}.chat-rules-card{max-width:440px;text-align:center;background:var(--surface-2);border:1px solid var(--border);border-radius:16px;padding:26px;box-shadow:var(--shadow-lg)}.chat-rules-card h2{margin:8px 0 12px}.chat-rules-card ul{text-align:left;color:var(--muted);font-size:14px;line-height:1.6;margin:0 0 18px;padding-left:18px}.chat-nick{width:120px;flex-shrink:0;padding:10px 12px;font-weight:600;font-size:14px}.chat-field,.chat-nick{border-radius:11px;border:1px solid var(--border);background:var(--surface);color:var(--text);outline:none}.chat-field{flex:1 1;padding:10px 14px;font-size:15px}.chat-field:focus,.chat-nick:focus{border-color:var(--brand)}.chat-input .btn{padding:10px 16px}@media (max-width:560px){.chat-nick{width:84px}}.auth-wrap{display:flex;justify-content:center;padding-top:30px}.auth-card{width:100%;max-width:420px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:26px;display:flex;flex-direction:column;gap:12px}.auth-card h1{margin:0 0 2px;font-size:24px}.auth-input{width:100%;padding:11px 14px;border-radius:11px;border:1px solid var(--border);background:var(--surface-2);color:var(--text);font-size:15px;outline:none;font-family:inherit}.auth-input:focus{border-color:var(--brand)}.auth-input:disabled{opacity:.55}.auth-err{color:#ef4444;font-size:14px}.auth-ok{color:#22c55e;font-size:14px;font-weight:600}.auth-alt{font-size:14px;color:var(--muted);text-align:center}.auth-alt a{color:var(--brand);font-weight:600}.auth-or{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:13px;margin:2px 0}.auth-or:after,.auth-or:before{content:"";flex:1 1;height:1px;background:var(--border)}.auth-social{display:flex;flex-direction:column;gap:10px}.social-btn{display:flex;align-items:center;justify-content:center;gap:9px;width:100%;padding:12px 16px;border-radius:11px;border:none;font-family:inherit;font-size:15px;font-weight:600;color:#fff;cursor:pointer;transition:filter .15s ease,transform .05s ease;text-decoration:none}.social-btn svg{flex:none}.social-btn:hover{filter:brightness(1.07)}.social-btn:active{transform:translateY(1px)}.social-btn.tg{background:#2aabee}.social-btn.vk{background:#0077ff}.vk-onetap{width:100%;min-height:44px}.vk-onetap>*{max-width:100%!important}.love-map{height:260px;width:100%;border-radius:14px;overflow:hidden;border:1px solid var(--border);margin-bottom:14px;background:var(--surface-2)}.love-map .leaflet-container{height:100%;width:100%;font-family:inherit}.auth-link-btn{background:none;border:none;padding:2px;font-family:inherit;font-size:13px;color:var(--muted);cursor:pointer;text-align:center;text-decoration:underline;text-underline-offset:2px}.auth-link-btn:hover{color:var(--text)}.cab-pw{border-top:1px solid var(--border);padding-top:14px;margin-top:4px}.cab-pw>summary{cursor:pointer;font-weight:600;font-size:14px;color:var(--brand);list-style:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:inline-flex;align-items:center;gap:6px}.cab-pw>summary::-webkit-details-marker{display:none}.cab-pw>summary:before{content:"🔑"}.cab-pw[open]>summary{margin-bottom:12px}.cab-pw .auth-input,.cab-pw input{margin-top:8px}.cab-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;gap:12px}.cab-form{max-width:560px}.cab-form label{display:flex;flex-direction:column;gap:5px;font-size:13px;font-weight:600;color:var(--muted)}.cab-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.cab-check{flex-direction:row!important;align-items:center;gap:8px;color:var(--text)!important;cursor:pointer}@media (max-width:520px){.cab-row{grid-template-columns:1fr}}.section-title{font-size:22px;font-weight:800;letter-spacing:-.01em;margin:8px 0 16px}.chat-widget{display:block;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:14px 16px;margin:0 0 22px;color:var(--text);text-decoration:none;transition:border-color .15s ease,transform .05s ease}.chat-widget:hover{border-color:var(--brand)}.chat-widget:active{transform:translateY(1px)}.cw-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.cw-title{font-weight:700;font-size:15px}.cw-online{font-size:12.5px;color:var(--muted);white-space:nowrap}.cw-msgs{display:flex;flex-direction:column;gap:7px}.cw-empty{color:var(--muted);font-size:14px;padding:4px 0}.cw-msg{display:flex;gap:8px;font-size:14px;line-height:1.3;min-width:0}.cw-ava,.cw-msg{align-items:center}.cw-ava{flex:none;width:22px;height:22px;border-radius:50%;color:#fff;font-size:11px;font-weight:700;display:inline-flex;justify-content:center}.cw-nick{flex:none;font-weight:600;color:var(--brand-2);max-width:130px}.cw-body,.cw-nick{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cw-body{flex:1 1;min-width:0}.cw-cta{margin-top:11px;font-size:13.5px;font-weight:600;color:var(--brand)}.forum-list{display:flex;flex-direction:column;gap:10px}.forum-row{display:flex;align-items:center;justify-content:space-between;gap:14px;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:13px 16px;color:var(--text);text-decoration:none;transition:border-color .15s ease}.forum-row:hover{border-color:var(--brand)}.forum-row-main{min-width:0}.forum-row-subj{font-weight:600;font-size:15.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.forum-row-meta{font-size:12.5px;color:var(--muted);margin-top:3px}.forum-row-stat{flex:none;display:flex;flex-direction:column;align-items:center;min-width:64px}.forum-row-count{font-weight:700;font-size:17px;color:var(--brand-2);line-height:1.1}.forum-row-clabel,.forum-row-last{font-size:11px;color:var(--muted)}.forum-row-last{margin-top:3px}.forum-form{flex-direction:column;margin-top:14px;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:14px}.forum-form,.forum-form-actions{display:flex;gap:10px}.forum-thread{max-width:760px}.forum-subj{font-size:24px;font-weight:800;letter-spacing:-.01em;margin:10px 0 16px}.forum-post{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:14px 16px;margin-bottom:10px}.forum-op{border-color:color-mix(in srgb,var(--brand) 40%,var(--border))}.forum-post-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:6px}.forum-author{font-weight:600;color:var(--brand-2)}.forum-date{font-size:12px;color:var(--muted);white-space:nowrap}.forum-body{white-space:pre-wrap;word-break:break-word;line-height:1.5}.forum-replies-title{font-weight:700;font-size:15px;margin:20px 0 12px}.forum-reply-box{margin-top:8px}.forum-sections{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:12px;gap:12px}.forum-sec{display:flex;align-items:center;gap:12px;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:14px 16px;color:var(--text);text-decoration:none;transition:border-color .15s ease}.forum-sec:hover{border-color:var(--brand)}.forum-sec-icon{font-size:24px;flex:none}.forum-sec-main{display:flex;flex-direction:column;min-width:0}.forum-sec-title{font-weight:600;font-size:15.5px}.forum-sec-count{font-size:12.5px;color:var(--muted);margin-top:2px}.forum-reply{border-left:2px solid var(--border)}.forum-post-actions{display:flex;gap:14px;margin-top:8px}.forum-act{background:none;border:none;padding:0;font-family:inherit;font-size:13px;font-weight:600;color:var(--brand);cursor:pointer}.forum-act:hover{text-decoration:underline}.forum-act.danger{color:#ef4444}.news-comments{margin-top:28px;padding-top:18px;border-top:1px solid var(--border);max-width:760px}.mobile-nav{display:none}@media (max-width:760px){.nav{display:none}.header-inner{gap:10px;padding:8px 12px}.container{padding:14px 12px calc(74px + env(safe-area-inset-bottom))}.mobile-nav{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:60;background:color-mix(in srgb,var(--surface) 92%,transparent);-webkit-backdrop-filter:saturate(180%) blur(14px);backdrop-filter:saturate(180%) blur(14px);border-top:1px solid var(--border);padding-bottom:env(safe-area-inset-bottom)}.mobile-nav-item{flex:1 1;display:flex;flex-direction:column;align-items:center;gap:2px;padding:9px 2px 7px;color:var(--muted);font-size:11px;font-weight:600;text-decoration:none;transition:color .15s}.mobile-nav-ic{font-size:21px;line-height:1}.mobile-nav-item.active{color:var(--brand)}.auth-input,.chat-field,.chat-nick{font-size:16px}html.route-chat,html.route-chat body{height:100%;overflow:hidden}html.route-chat .mobile-nav,html.route-chat .site-header{display:none}.chat-page{position:fixed;inset:0;max-width:none;margin:0;padding:0;height:100dvh;display:flex;flex-direction:column}.chat-head{margin:0;padding:calc(10px + env(safe-area-inset-top)) 14px 10px;border-bottom:1px solid var(--border);background:var(--surface);z-index:2}.chat-head .section-title{font-size:17px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-online{min-width:0;padding:5px 10px;font-size:12px}.chat-box{flex:1 1 auto;height:auto;min-height:0;border:none;border-radius:0;box-shadow:none}.chat-msgs{padding:12px 10px;gap:8px}.chat-ava{width:34px;height:34px;border-radius:10px;font-size:14px}.chat-bubble{max-width:84%;padding:7px 11px}.chat-series-toggle{margin-left:44px}.chat-series.mine .chat-series-toggle{margin-right:44px}.chat-input{padding:8px 10px calc(8px + env(safe-area-inset-bottom));gap:6px}.chat-myava{width:38px;height:38px}.chat-photo-btn{font-size:20px}.chat-input{position:absolute;left:0;right:0;bottom:0;z-index:3;border-top:1px solid var(--border);background:color-mix(in srgb,var(--surface) 82%,transparent);-webkit-backdrop-filter:saturate(180%) blur(16px);backdrop-filter:saturate(180%) blur(16px)}.chat-msgs{padding-bottom:70px}.chat-uploading{position:absolute;left:0;right:0;bottom:60px;z-index:3}.citypick{padding:calc(8px + env(safe-area-inset-top)) 14px calc(8px + env(safe-area-inset-bottom))}}.citypick{display:flex;flex-direction:column;height:100%;min-height:60vh}.citypick-head h1{font-size:22px;margin:4px 0}.citypick-search{width:100%;margin-top:12px;padding:12px 14px;border-radius:12px;border:1px solid var(--border);background:var(--surface-2);color:var(--text);font-size:16px}.citypick-list{flex:1 1 auto;overflow-y:auto;min-height:0;margin-top:8px}.citypick-group{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin:16px 2px 4px}.citypick-item{width:100%;display:flex;justify-content:space-between;align-items:center;gap:12px;padding:14px;border:none;border-bottom:1px solid var(--border);background:transparent;color:var(--text);font-size:16px;font-weight:600;cursor:pointer;text-align:left}.citypick-item:active,.citypick-item:hover{background:var(--surface-2)}.citypick-country{color:var(--muted);font-weight:400;font-size:13px}.love-cta{max-width:460px;margin:0 auto;text-align:center;display:flex;flex-direction:column;gap:12px;align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:28px 22px;box-shadow:var(--shadow)}.love-cta .auth-input{width:100%}.love-filters{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-bottom:14px;background:var(--surface-2);border:1px solid var(--border);border-radius:14px;padding:12px}.love-seg{display:inline-flex;background:var(--bg);border:1px solid var(--border);border-radius:999px;padding:2px}.love-seg-b{border:none;background:none;color:var(--muted);padding:6px 14px;border-radius:999px;font-weight:700;font-size:13px;cursor:pointer}.love-seg-b.on{background:var(--brand);color:#fff}.love-range{display:flex;flex-direction:column;gap:4px;font-size:13px;color:var(--muted);min-width:160px;flex:1 1}.love-range input{accent-color:var(--brand)}.love-ages{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--muted)}.love-ages input{width:56px;padding:6px 8px;border-radius:8px;border:1px solid var(--border);background:var(--bg);color:var(--text)}.love-count{font-size:13.5px;color:var(--muted);margin:2px 2px 10px}.love-hide{text-align:center;margin:20px 0 6px}.love-hide button{background:none;border:none;color:var(--muted);text-decoration:underline;font-size:13px;cursor:pointer}.in-telegram main.container{padding-bottom:calc(24px + env(safe-area-inset-bottom, 0px))}.in-telegram .love-seg-b{padding:8px 16px;font-size:14px}.in-telegram .btn,.in-telegram .social-btn{padding-top:12px;padding-bottom:12px}@media (max-width:560px){.love-filters{flex-direction:column;align-items:stretch}.love-seg{width:100%;justify-content:space-between}.love-seg-b{flex:1 1;text-align:center}.love-range{min-width:0}.love-ages{justify-content:space-between}.love-ages input{flex:1 1;width:auto}}.love-list{display:flex;flex-direction:column;gap:10px}.love-card{display:flex;align-items:center;gap:12px;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:12px;box-shadow:var(--shadow)}.love-ava{width:56px;height:56px;border-radius:14px;flex-shrink:0;display:grid;place-items:center;color:#fff;font-weight:800;font-size:20px;background-size:cover;background-position:50%}.love-info{flex:1 1;min-width:0}.love-name{font-weight:800;font-size:16px;display:flex;align-items:center;gap:8px}.love-age{color:var(--muted);font-weight:600;font-size:14px}.love-sex{font-size:12px;color:var(--brand-2);border:1px solid var(--border);border-radius:6px;padding:0 5px}.love-dist{font-size:12.5px;color:var(--muted);margin-top:2px}.love-about{font-size:13.5px;margin-top:4px;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.love-invite{flex-shrink:0;padding:9px 14px;font-size:13px}@media (max-width:760px){.love-off{margin-left:0}.love-invite{padding:8px 12px}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_fcbcbf{font-family:Inter,Inter Fallback;font-style:normal}.__variable_fcbcbf{--font-inter:"Inter","Inter Fallback"}