:root{--bg:#0c0c10;--surface:#14141a;--surface-2:#1c1c24;--surface-3:#25252e;--line:#26262f;--line-soft:#1d1d25;--text:#ececef;--text-muted:#9a9aa6;--text-dim:#6b6b76;--accent:#ff3d6e;--accent-soft:rgba(255,61,110,0.12);--live:#ff3d6e;--online:#28d17c;--gold:#f0b73f;--vr:#6a8cff;--radius-sm:6px;--radius:10px;--radius-lg:14px;--shadow-card:0 1px 0 rgba(255,255,255,0.03) inset,0 8px 24px rgba(0,0,0,0.35);--grid-gap:10px;--font-sans:"Geist","Inter",system-ui,-apple-system,"Segoe UI",sans-serif;--font-mono:"Geist Mono","JetBrains Mono",ui-monospace,monospace}[data-theme=light]{--bg:#f5f4f1;--surface:#ffffff;--surface-2:#f0eeea;--surface-3:#e6e3dd;--line:#dcd8d2;--line-soft:#ebe8e3;--text:#15151a;--text-muted:#6a6a72;--text-dim:#92929a;--accent:#e93362;--accent-soft:rgba(233,51,98,0.10);--shadow-card:0 1px 0 rgba(0,0,0,0.02) inset,0 4px 14px rgba(0,0,0,0.06)}*{box-sizing:border-box}body,html{margin:0;padding:0;font-family:var(--font-sans);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-feature-settings:"ss01","cv11";max-width:100%;overflow-x:clip}body{font-size:13px;line-height:1.4;letter-spacing:-.005em}.main,.shell{min-width:0;max-width:100%}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}::selection{background:var(--accent);color:#fff}.domain-not-configured-page{min-height:100vh;display:grid;place-items:center;padding:32px;background:var(--bg)}.domain-not-configured-card{width:min(100%,520px);padding:32px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-card)}.domain-not-configured-card h1{margin:0;font-size:30px}.domain-not-configured-card p:last-child{margin-bottom:0;color:var(--text-muted)}.domain-not-configured-eyebrow{margin:0 0 10px;color:var(--accent);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--surface-3);border-radius:999px}::-webkit-scrollbar-thumb:hover{background:var(--line)}.app{min-height:100vh;display:flex;flex-direction:column}.app,.hdr{max-width:100%;overflow-x:clip}.hdr{position:sticky;top:0;z-index:50;background:rgba(12,12,16,.85);backdrop-filter:saturate(140%) blur(12px);border-bottom:1px solid var(--line)}[data-theme=light] .hdr{background:rgba(245,244,241,.9)}.hdr-inner{gap:24px;padding:0 20px;min-height:56px;max-width:1680px;margin:0 auto;width:100%;box-sizing:border-box;overflow-x:clip}.brand,.hdr-inner{display:flex;align-items:center;min-width:0}.brand{gap:8px;font-weight:700;font-size:16px;letter-spacing:-.02em}.brand-mark{width:22px;height:22px;border-radius:6px;background:var(--accent);display:grid;place-items:center;color:#fff;font-size:13px;font-weight:800}.brand-logo{display:block;width:140px;height:35px;max-width:140px;object-fit:contain;flex:0 0 auto}.nav{display:flex;gap:2px}.nav a,.nav button{padding:8px 12px;border-radius:8px;font-size:13px;font-weight:500;color:var(--text-muted);background:transparent;border:0;display:inline-flex;align-items:center;gap:6px;transition:color .15s,background .15s}.nav a.active,.nav a:hover,.nav button.active,.nav button:hover{color:var(--text);background:var(--surface-2)}.live-pip{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-family:var(--font-mono);font-size:11px;font-weight:600;letter-spacing:.02em}.live-pip:before{content:"";width:6px;height:6px;border-radius:999px;background:var(--accent);box-shadow:0 0 0 0 var(--accent);animation:livePulse 1.6s ease-out infinite}@keyframes livePulse{0%{box-shadow:0 0 0 0 rgba(255,61,110,.6)}to{box-shadow:0 0 0 8px rgba(255,61,110,0)}}.search{flex:1;max-width:480px;position:relative;overflow:hidden}.search,.search input{width:100%;min-width:0}.search input{max-width:100%;height:36px;padding:0 12px 0 36px;border-radius:8px;background:var(--surface-2);border:1px solid var(--line);color:var(--text);font-family:inherit;font-size:13px;outline:none;transition:border .15s,background .15s;appearance:none;-webkit-appearance:none}.search input::-webkit-search-cancel-button,.search input::-webkit-search-decoration,.search input::-webkit-search-results-button,.search input::-webkit-search-results-decoration{-webkit-appearance:none}.search input:focus{border-color:var(--accent)}.search input::placeholder{color:var(--text-dim)}.search-icon{position:absolute;left:11px;top:50%;transform:translateY(-50%);color:var(--text-dim);pointer-events:none}.hdr-right{display:flex;align-items:center;gap:8px;margin-left:auto}@media (min-width:901px){.hdr-inner{flex-wrap:nowrap;padding:0 20px;min-height:56px}.brand,.hdr-right,.nav,.search{order:unset}.search{flex:1;max-width:480px}.nav,.search{flex-basis:auto}.nav{width:auto;margin:0;flex-wrap:nowrap}}@media (min-width:901px) and (max-width:1100px){.hdr-inner{row-gap:10px;column-gap:16px}.hdr-inner,.nav{flex-wrap:wrap}}.iconbtn{width:36px;height:36px;display:grid;place-items:center;border-radius:8px;border:1px solid var(--line);background:var(--surface);color:var(--text-muted);position:relative}.iconbtn:hover{color:var(--text);border-color:var(--surface-3)}.iconbtn .dot{position:absolute;top:7px;right:7px;width:7px;height:7px;border-radius:999px;background:var(--accent);border:2px solid var(--surface)}.tokens-pill{display:inline-flex;align-items:center;gap:6px;height:36px;padding:0 12px;border-radius:8px;border:1px solid var(--line);background:var(--surface);font-family:var(--font-mono);font-size:12px;font-weight:600;letter-spacing:.02em}.tokens-pill .gold{color:var(--gold)}.btn{display:inline-flex;align-items:center;gap:6px;height:36px;padding:0 14px;border-radius:8px;font-size:13px;font-weight:600;border:1px solid var(--line);background:var(--surface);color:var(--text);transition:all .15s}.btn:hover{background:var(--surface-2)}.btn-primary{background:var(--accent);color:#fff;border-color:var(--accent)}.btn-primary:hover{filter:brightness(1.08);background:var(--accent)}.btn-ghost{background:transparent;border-color:transparent;color:var(--text-muted)}.btn-ghost:hover{color:var(--text);background:var(--surface-2)}.btn-sm{height:28px;padding:0 10px;font-size:12px;border-radius:6px}.shell{display:grid;grid-template-columns:220px 1fr;max-width:1680px;margin:0 auto;width:100%;flex:1}.shell.no-side{grid-template-columns:1fr}.side{border-right:1px solid var(--line);padding:16px 12px;position:sticky;top:56px;height:calc(100vh - 56px);overflow-y:auto}.side-section{margin-bottom:18px}.side-section+.side-section{padding-top:14px;border-top:1px solid var(--line-soft)}.side-h{font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--text-dim);padding:0 10px;margin-bottom:6px}.side-link{display:flex;align-items:center;gap:10px;padding:7px 10px;border-radius:7px;font-size:13px;color:var(--text-muted);font-weight:500;transition:all .15s;width:100%;border:0;background:transparent;text-align:left}.side-link.active,.side-link:hover{color:var(--text);background:var(--surface-2)}.side-tag-link{padding-top:6px;padding-bottom:6px;color:var(--text);font-weight:650}.side-link .count{margin-left:auto;font-family:var(--font-mono);font-size:11px;color:var(--text-dim)}.side-tag-link .count{color:var(--text);font-size:12px;font-weight:700}.side-link.active .count{color:var(--accent)}.side-cta{display:block;padding:12px;border-radius:10px;background:linear-gradient(135deg,var(--accent),#c4275a);color:#fff;font-weight:600;font-size:13px;margin-bottom:14px;text-align:center;border:0;width:100%}.side-cta[aria-disabled=true]{cursor:default;opacity:.65}.side-cta .small{display:block;font-size:10px;opacity:.85;font-weight:500;margin-top:2px;letter-spacing:.05em;text-transform:uppercase}.main{padding:18px 20px 60px;min-width:0}.crumbs{font-size:12px;color:var(--text-dim);margin-bottom:14px;display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;max-width:100%}.crumbs a{color:var(--text-muted);word-break:break-word}.crumbs a:hover{color:var(--text)}.crumbs .sep{opacity:.4}.page-h{align-items:baseline;justify-content:space-between;gap:20px;margin-bottom:14px}.page-h,.page-title{display:flex;flex-wrap:wrap;min-width:0}.page-title{font-size:22px;font-weight:700;letter-spacing:-.02em;margin:0;align-items:center;gap:10px;word-break:break-word}.page-title .verified{color:var(--accent);font-size:16px}.page-sub{color:var(--text-dim);font-size:12px;font-family:var(--font-mono);flex-shrink:0}.chips{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px}.chip{display:inline-flex;align-items:center;gap:6px;height:30px;padding:0 11px;border-radius:7px;border:1px solid var(--line);background:var(--surface);font-size:12px;font-weight:500;color:var(--text-muted);white-space:nowrap;transition:all .15s}.chip:hover{color:var(--text);border-color:var(--surface-3)}.chip.active{color:#fff;background:var(--accent);border-color:var(--accent)}.chip.active:hover{color:#fff}.chip .x{font-size:14px;line-height:1;margin-left:2px;opacity:.8}.chip-sm{height:24px;padding:0 8px;font-size:11px}.chip .count{font-family:var(--font-mono);font-size:10px;opacity:.7;margin-left:2px}.listing-intro{max-width:760px;color:var(--text-muted);margin:-4px 0 16px;word-wrap:break-word;overflow-wrap:anywhere}.listing-bottom p,.listing-intro p,.model-profile-stream-bio p{margin:0 0 12px}.listing-bottom p:last-child,.listing-intro p:last-child,.model-profile-stream-bio p:last-child{margin-bottom:0}.listing-bottom strong,.listing-intro strong,.model-profile-stream-bio strong{color:var(--text)}.listing-bottom ol,.listing-bottom ul,.listing-intro ol,.listing-intro ul,.model-profile-stream-bio ol,.model-profile-stream-bio ul{margin:10px 0 12px 20px}.listing-bottom a,.listing-intro a,.model-profile-stream-bio a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}.listing-bottom{max-width:100%;margin-top:12px;word-wrap:break-word;overflow-wrap:anywhere;color:var(--text-muted)}.grid{display:grid;gap:var(--grid-gap);grid-template-columns:1fr;width:100%;min-width:0}@media (min-width:360px){.grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:600px){.grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:768px){.grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:1024px){.grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (min-width:1280px){.grid{grid-template-columns:repeat(6,minmax(0,1fr))}}.avatar-fallback{width:74px;height:74px;border-radius:14px;overflow:hidden;border:1px solid var(--line);background:var(--surface-2)}.avatar-fallback svg{width:100%;height:100%;display:block}.card{background:var(--surface);border-radius:10px;overflow:hidden;border:1px solid var(--line-soft);cursor:pointer;transition:transform .18s ease,border-color .15s;position:relative;display:flex;flex-direction:column;min-width:0;max-width:100%}.card:hover{border-color:var(--surface-3);transform:translateY(-2px)}.card-media{position:relative;aspect-ratio:4/3;overflow:hidden;background:var(--surface-2)}.card-media img,.card-media svg{width:100%;height:100%;display:block}.card-media img{object-fit:cover}.public-image{position:relative;display:block;width:100%;height:100%;overflow:hidden;background:var(--surface-2)}.public-image-fallback,.public-image-fallback>svg,.public-image>img{position:absolute;inset:0;width:100%;height:100%}.public-image>img{display:block;object-fit:cover;z-index:1}.public-image-fallback{z-index:0}.public-image-fallback>svg{display:block}.card-overlay{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;justify-content:space-between;padding:8px;pointer-events:none}.row-bl,.row-br,.row-tl,.row-tr{display:flex;gap:4px;flex-wrap:wrap;max-width:100%}.row-tr{margin-left:auto;justify-content:flex-end}.row-bl,.row-br{align-items:flex-end}.row-br{margin-left:auto;justify-content:flex-end}.badge{display:inline-flex;align-items:center;gap:4px;height:20px;padding:0 6px;border-radius:4px;font-size:10px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;font-family:var(--font-mono);backdrop-filter:blur(6px)}.badge-live{background:var(--accent);color:#fff}.badge-live:before{content:"";width:5px;height:5px;border-radius:999px;background:#fff;animation:blink 1.4s ease-in-out infinite}@keyframes blink{50%{opacity:.3}}.badge-private{background:rgba(0,0,0,.6);color:var(--gold)}.badge-group{color:var(--vr)}.badge-group,.badge-hd{background:rgba(0,0,0,.6)}.badge-hd{color:#fff}.badge-vr{background:rgba(0,0,0,.6);color:var(--vr)}.badge-new{background:var(--gold);color:#1a1a1a}.badge-flag,.badge-viewers{background:rgba(0,0,0,.6);color:#fff}.badge-viewers{text-transform:none;letter-spacing:0}.badge-offline{background:rgba(0,0,0,.6);color:var(--text-muted)}.card .card-overlay .badge-live,.card .card-overlay .badge-offline{height:10px;padding:0 3px;gap:2px;border-radius:2px;font-size:5px;letter-spacing:.02em}.card .card-overlay .badge-live:before{width:3px;height:3px}.card-info{padding:8px 10px 10px;display:flex;align-items:center;gap:6px;min-width:0}.card-name{font-size:13px;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0}.card-status-dot{width:7px;height:7px;border-radius:999px;flex-shrink:0}.card-status-dot.online{background:var(--online)}.card-status-dot.private{background:var(--gold)}.card-status-dot.group{background:var(--vr)}.card-status-dot.offline{background:var(--text-dim)}.card-country{font-size:14px;flex-shrink:0}.card-tags{padding:0 10px 10px;display:flex;gap:4px;flex-wrap:wrap;min-height:24px}.card-tag{font-size:10px;font-weight:500;color:var(--text-dim);background:var(--surface-2);padding:2px 6px;border-radius:4px}.section{margin-bottom:28px}.section-h{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:12px;gap:10px;flex-wrap:wrap}.section-h h2{font-size:15px;font-weight:600;margin:0;letter-spacing:-.01em}.section-h .more{font-size:12px;color:var(--text-dim)}.section-h .more:hover{color:var(--accent)}.pager{display:flex;flex-wrap:wrap;gap:4px;margin-top:24px}.pager,.pager a{justify-content:center}.pager a{display:inline-flex;align-items:center;min-width:32px;height:32px;padding:0 8px;border-radius:6px;border:1px solid var(--line);background:var(--surface);color:var(--text-muted);font-size:12px;font-family:var(--font-mono);font-weight:500}.pager a:hover{color:var(--text);border-color:var(--surface-3)}.pager a.active{background:var(--accent);border-color:var(--accent);color:#fff}.disclosure-bar{border-bottom:1px solid var(--line);background:rgba(255,255,255,.035);color:var(--text-muted);padding:8px 20px;text-align:center;font-size:12px;line-height:1.4}.disclosure-bar a{color:var(--text);text-decoration:underline;text-underline-offset:2px}.footer{border-top:1px solid var(--line);padding:24px 20px;font-size:12px;color:var(--text-dim);display:flex;justify-content:space-between;max-width:1680px;margin:0 auto;width:100%;gap:30px;flex-wrap:wrap}.footer p{margin:0 0 6px}.footer .legal{display:flex;gap:14px;flex-wrap:wrap;align-items:flex-start}.footer a:hover{color:var(--text)}.age-gate-open{overflow:hidden}.age-gate{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(0,0,0,.88)}.age-gate-card{width:min(460px,100%);border:1px solid var(--line);border-radius:12px;background:#fff;color:#111827;padding:28px;box-shadow:0 28px 80px rgba(0,0,0,.42)}.age-gate-card h2{margin:0 0 12px;font-size:26px;letter-spacing:0}.age-gate-card p{color:#4b5563;line-height:1.55}.age-gate-eyebrow{margin:0 0 8px!important;color:var(--accent)!important;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.08em;font-weight:700}.age-gate-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.age-gate-actions .btn{min-height:42px}.legal-page{max-width:980px;padding:22px 20px 48px}.legal-page-header{margin:22px 0}.legal-page-header h1{margin:0 0 10px;font-size:clamp(32px,4vw,54px);letter-spacing:0}.legal-page-header p{margin:0;max-width:720px;color:var(--text-muted);font-size:16px;line-height:1.55}.legal-content{color:var(--text-muted);font-size:15px;line-height:1.7}.legal-content h2{margin:28px 0 8px;color:var(--text);font-size:20px;letter-spacing:0}.legal-content p{margin:0 0 14px}.legal-content a{color:var(--text);text-decoration:underline;text-underline-offset:2px}.legal-content code{border-radius:5px;background:var(--surface-2);color:var(--text);padding:2px 5px}.stream-layout{display:grid;grid-template-columns:1fr 360px;gap:16px;padding:16px 20px 0;max-width:1680px;margin:0 auto;width:100%}@media (max-width:1100px){.stream-layout{grid-template-columns:1fr}.model-profile-main-content,.model-profile-stream-layout>.ai-chat,.model-profile-stream-layout>.player-wrap{grid-column:1;grid-row:auto}.model-profile-stream-layout>.ai-chat{position:static}}.player-wrap{display:flex;flex-direction:column;gap:12px;min-width:0}.player{position:relative;aspect-ratio:16/9;border-radius:12px;overflow:hidden;background:#000;border:1px solid var(--line)}.stream-player-img{object-fit:cover;display:block}.stream-player-img,.stream-player-img.public-image,.stripchat-live-frame{width:100%;height:100%}.stripchat-live-frame{display:block;min-height:inherit;border:0;background:#000}.player .placeholder{width:100%;height:100%}.player-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:space-between;padding:14px;pointer-events:none}.player-overlay a,.player-overlay button{pointer-events:auto}.player-stats{display:flex;gap:6px;flex-wrap:wrap}.player-stat{background:rgba(0,0,0,.55);backdrop-filter:blur(8px);padding:5px 9px;border-radius:6px;font-family:var(--font-mono);font-size:11px;color:#fff;letter-spacing:.02em}.player-stat .lbl{color:rgba(255,255,255,.6);margin-right:5px;font-size:10px}.player-controls{display:flex;align-items:center;gap:8px;pointer-events:auto}.player-controls button{width:36px;height:36px;display:grid;place-items:center;border-radius:8px;background:rgba(0,0,0,.55);backdrop-filter:blur(8px);border:0;color:#fff}.player-controls button:hover{background:rgba(0,0,0,.75)}.player-time{font-family:var(--font-mono);font-size:11px;color:rgba(255,255,255,.85);background:rgba(0,0,0,.55);padding:8px 10px;border-radius:8px}.goal{display:flex;align-items:center;gap:12px;padding:10px 14px;background:var(--surface);border-radius:10px}.goal-info{flex:1;min-width:0}.goal-msg{font-size:13px;font-weight:500;color:var(--text);margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.goal-bar{height:6px;background:var(--surface-3);border-radius:999px;overflow:hidden}.goal-fill{height:100%;background:linear-gradient(90deg,var(--accent),#ff7aa0);border-radius:999px}.goal-nums{font-family:var(--font-mono);font-size:11px;color:var(--text-dim);margin-top:4px;display:flex;justify-content:space-between}.goal-tip{height:36px;padding:0 14px;border-radius:8px;background:var(--accent);color:#fff;border:0;font-weight:600;font-size:12px;display:inline-flex;align-items:center;gap:6px}.goal-tip:hover{filter:brightness(1.1)}.model-bar{display:flex;align-items:center;gap:12px;padding:12px;background:var(--surface);border:1px solid var(--line);border-radius:10px}.avatar{width:44px;height:44px;border-radius:999px;background:var(--surface-3);flex-shrink:0;position:relative;overflow:hidden}.avatar svg{width:100%;height:100%}.avatar.live:after{content:"";position:absolute;bottom:1px;right:1px;width:11px;height:11px;border-radius:999px;background:var(--online);border:2px solid var(--surface)}.model-id{flex:1;min-width:0}.model-name{font-size:15px;font-weight:700;letter-spacing:-.01em;gap:6px}.model-meta,.model-name{display:flex;align-items:center}.model-meta{font-size:12px;color:var(--text-muted);gap:8px;margin-top:2px}.model-meta .sep{opacity:.4}.model-actions{display:flex;gap:6px}.chat{border:1px solid var(--line);border-radius:12px;background:var(--surface);display:flex;flex-direction:column;height:calc(100vh - 56px - 32px);position:sticky;top:72px}.chat-tabs{display:flex;border-bottom:1px solid var(--line-soft);padding:6px;gap:2px}.chat-tab{flex:1;height:32px;border-radius:7px;background:transparent;border:0;color:var(--text-muted);font-size:12px;font-weight:500;display:inline-flex;align-items:center;justify-content:center;gap:5px}.chat-tab.active{background:var(--surface-2);color:var(--text)}.chat-tab .badge-mini{background:var(--accent);color:#fff;font-size:9px;font-family:var(--font-mono);padding:1px 5px;border-radius:999px;min-width:16px;text-align:center}.chat-tipmenu{padding:10px 12px;border-bottom:1px solid var(--line-soft);background:var(--surface-2)}.tipmenu-h{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--text-dim);margin-bottom:6px}.tipmenu-h,.tipmenu-row{display:flex;justify-content:space-between}.tipmenu-row{font-size:12px;padding:4px 0}.tipmenu-row .price{font-family:var(--font-mono);color:var(--gold);font-weight:600}.chat-stream{flex:1;overflow-y:auto;padding:8px 12px;display:flex;flex-direction:column;gap:6px}.chat-msg{font-size:12px;line-height:1.45;padding:4px 0}.chat-msg .who{font-weight:600;margin-right:6px}.chat-msg.system{background:var(--accent-soft);border-radius:6px;padding:6px 10px;color:var(--accent);font-size:11px;display:flex;align-items:center;gap:6px}.chat-msg.tip,.chat-msg.tip .who{color:var(--gold)}.chat-msg.tip .amount{font-family:var(--font-mono);font-weight:700;margin:0 4px}.chat-compose{padding:10px 12px;border-top:1px solid var(--line-soft);display:flex;gap:6px;align-items:center}.chat-compose input{flex:1;height:36px;padding:0 12px;border-radius:8px;background:var(--surface-2);border:1px solid var(--line);color:var(--text);font-family:inherit;font-size:13px;outline:none}.chat-compose input:focus{border-color:var(--accent)}.chat-send{width:36px;height:36px;border-radius:8px;background:var(--accent);border:0;color:#fff;display:grid;place-items:center}.chat-send:hover{filter:brightness(1.1)}.ai-chat{border:1px solid var(--line);border-radius:12px;background:var(--surface);flex-direction:column;width:100%;max-width:100%;height:calc(100vh - 56px - 32px);position:sticky;top:72px;overflow:hidden}.ai-chat,.ai-chat-head{display:flex;min-width:0}.ai-chat-head{align-items:center;gap:10px;padding:12px;border-bottom:1px solid var(--line-soft);background:var(--surface-2)}.ai-chat-avatar,.ai-chat-mini-avatar{flex:0 0 auto;border-radius:999px;overflow:hidden;background:var(--surface-3);display:grid;place-items:center;color:var(--text);font-weight:800}.ai-chat-avatar{width:42px;height:42px}.ai-chat-mini-avatar{width:28px;height:28px;margin-top:17px}.ai-chat-avatar img,.ai-chat-mini-avatar img{width:100%;height:100%;object-fit:cover;display:block}.ai-chat-title{color:var(--text);font-size:15px;font-weight:800;line-height:1.2;overflow-wrap:anywhere}.ai-chat-subtitle{color:var(--text-muted);font-size:11px;margin-top:3px}.ai-chat-log{flex:1;min-height:0;min-width:0;max-width:100%;overflow-y:auto;overflow-x:hidden;padding:14px 12px;display:flex;flex-direction:column;gap:10px}.ai-chat-row{display:flex;gap:8px;min-width:0}.ai-chat-row.is-user{justify-content:flex-end}.ai-chat-bubble-wrap{min-width:0;max-width:82%}.ai-chat-name{color:var(--text-muted);font-size:10px;font-weight:700;margin:0 0 4px 2px;overflow-wrap:anywhere}.ai-chat-bubble{background:var(--surface-2);border:1px solid var(--line-soft);border-radius:12px;border-top-left-radius:4px;color:var(--text);font-size:13px;line-height:1.45;padding:9px 11px;overflow-wrap:anywhere}.ai-chat-row.is-user .ai-chat-bubble{background:var(--accent);border-color:transparent;border-top-left-radius:12px;border-top-right-radius:4px;color:#fff}.ai-chat-typing{width:56px;min-height:36px;display:flex;align-items:center}.ai-chat-dots{display:inline-flex;align-items:center;gap:4px}.ai-chat-dots span{width:6px;height:6px;border-radius:999px;background:currentColor;opacity:.35;animation:ai-chat-dot 1.1s ease-in-out infinite}.ai-chat-dots span:nth-child(2){animation-delay:.14s}.ai-chat-dots span:nth-child(3){animation-delay:.28s}@keyframes ai-chat-dot{0%,80%,to{transform:translateY(0);opacity:.35}40%{transform:translateY(-3px);opacity:1}}.ai-chat-lock{border:1px solid rgba(255,51,114,.35);border-radius:10px;background:var(--accent-soft);color:var(--text);display:grid;gap:7px;padding:12px}.ai-chat-lock strong{color:var(--accent);font-size:13px}.ai-chat-lock span{color:var(--text-muted);font-size:12px;line-height:1.45}.ai-chat-lock a{min-height:34px;border-radius:8px;background:var(--accent);color:#fff;display:inline-flex;align-items:center;justify-content:center;padding:0 12px;font-size:12px;font-weight:800;text-decoration:none}.ai-chat-compose{padding:10px 12px;border-top:1px solid var(--line-soft);display:flex;gap:8px;align-items:center;min-width:0;max-width:100%;overflow:hidden}.ai-chat-compose input{flex:1;width:100%;min-width:0;height:40px;padding:0 12px;border-radius:9px;background:var(--surface-2);border:1px solid var(--line);color:var(--text);font-family:inherit;font-size:13px;outline:none}.ai-chat-compose input:focus{border-color:var(--accent)}.ai-chat-compose input:disabled{opacity:.65;cursor:not-allowed}.ai-chat-compose button{width:40px;height:40px;min-width:40px;flex:0 0 auto;border:0;border-radius:9px;background:var(--accent);color:#fff;display:grid;place-items:center;cursor:pointer}.ai-chat-compose button:disabled{opacity:.5;cursor:not-allowed}.ai-chat-compose button:not(:disabled):hover{filter:brightness(1.1)}.cat-page{padding:28px 32px 60px;max-width:min(1280px,100%);margin:0 auto;overflow-x:clip;box-sizing:border-box}.cat-page .chips{max-width:100%}.model-profile-public{max-width:100%;min-width:0}.cat-group{margin-bottom:36px}.cat-group-h{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:700;letter-spacing:-.01em;margin:0 0 14px}.cat-group-h .icon{font-size:18px;opacity:.85}.cat-cols{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0 24px}@media (max-width:1100px){.cat-cols{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:700px){.cat-cols{grid-template-columns:repeat(2,minmax(0,1fr))}}.cat-col-h{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-dim);padding-bottom:8px;margin-bottom:6px;border-bottom:1px solid var(--line-soft)}.cat-item{display:flex;justify-content:space-between;align-items:baseline;padding:5px 0;font-size:13px;color:var(--text-muted)}.cat-item:hover{color:var(--text)}.cat-item .count{font-family:var(--font-mono);font-size:11px;color:var(--text-dim)}.cat-item .new-pip{display:inline-block;width:6px;height:6px;border-radius:999px;background:var(--accent);margin-right:4px}.cat-item>span:first-child{min-width:0;overflow-wrap:anywhere}.model-profile-layout{display:grid;grid-template-columns:1fr 360px;gap:16px;padding:16px 20px 0;max-width:1680px;margin:0 auto;width:100%;box-sizing:border-box}@media (max-width:1100px){.model-profile-layout{grid-template-columns:1fr}}.profile-crumbs-wrap{padding:12px 20px 0;max-width:1680px;margin:0 auto}.model-chat-wrap{padding:16px 20px 32px;max-width:1680px;margin:0 auto;width:100%;box-sizing:border-box}.model-chat-wrap .chat{position:relative;top:auto;height:auto;max-height:min(520px,72vh);min-height:280px;width:100%}.profile-meta-avatar{width:56px;height:56px;border-radius:10px}.profile-meta-avatar .profile-avatar-img{width:100%;height:100%;object-fit:cover;display:block}.model-profile-head h1{margin:0;font-size:1.5rem;letter-spacing:-.02em}.model-profile-dek{font-size:14px;color:var(--text-muted);margin-top:6px}.model-profile-overlay-top{display:flex;justify-content:flex-end;align-items:flex-start}.model-profile-overlay-bottom{display:flex;justify-content:space-between;align-items:flex-end;margin-top:auto;gap:12px;flex-wrap:wrap}.model-profile-player-chat-row{justify-content:flex-end;align-self:flex-end;width:auto;max-width:100%}.model-player-start-chat{font-weight:800;letter-spacing:.06em;text-transform:uppercase}.model-profile-overlay-title{color:#fff;min-width:0}.model-profile-overlay-name{font-size:28px;font-weight:700;letter-spacing:-.02em;line-height:1.15;overflow-wrap:anywhere;word-break:break-word}.model-profile-overlay-flag{font-size:22px}.model-profile-overlay-sub{font-size:13px;opacity:.85;margin-top:4px;overflow-wrap:anywhere}.model-profile-feed-nav{display:flex;gap:8px;font-size:12px;color:var(--text-muted);align-items:center;justify-content:space-between;padding:0 4px;flex-wrap:wrap}.model-profile-feed-meta{font-family:var(--font-mono);text-align:center;flex:1;min-width:0}.model-profile-card-head{display:flex;align-items:center;gap:12px}.model-profile-card-avatar{width:56px;height:56px;border-radius:999px;flex-shrink:0}.model-profile-card-head-text{flex:1;min-width:0}.model-profile-card-h1{font-size:18px;margin:0;line-height:1.25}.model-profile-card-h1 .verified{color:var(--accent);font-size:14px;font-weight:700}.model-profile-handle{font-size:12px;color:var(--text-muted);margin-top:2px}.model-profile-card-actions{display:flex;gap:6px}.model-profile-card-actions .btn{flex:1;justify-content:center}.model-profile-canonical-note{font-size:11px;color:var(--text-dim);border-top:1px solid var(--line-soft);padding-top:10px;line-height:1.5}.model-profile-canonical-note strong{color:var(--text-muted)}.model-profile-canonical-path{font-family:var(--font-mono)}.model-profile-seo-block{margin-top:0}.model-profile-related,.model-profile-seo-section{margin-bottom:20px}.model-profile-side-h{padding:0!important;margin-bottom:8px}.model-profile-stream-layout{align-items:start}.model-profile-stream-layout>.player-wrap{grid-column:1;grid-row:1}.model-profile-main-content{grid-column:1;grid-row:2;display:flex;flex-direction:column;gap:12px;min-width:0}.model-profile-stream-layout>.ai-chat,.model-profile-stream-layout>.chat{grid-column:2;grid-row:1/span 2;height:max(420px,min(calc((100vw - 40px - 16px - 360px) * .5625),calc(100vh - 170px)));max-height:none;overflow:hidden}.model-profile-model-bar .model-name{margin:0;min-width:0}.model-name-row{display:flex;align-items:center;gap:6px;min-width:0}.model-name-row .model-name{min-width:0}.model-profile-country-flag{flex:0 0 auto;font-size:13px;line-height:1}.model-profile-mini-live{height:16px;padding:0 5px;font-size:9px}.model-profile-stream-bio{border:1px solid var(--line);border-radius:10px;padding:14px;background:var(--surface);color:var(--text-muted);font-size:13px;line-height:1.5}.model-profile-stream-bio strong{color:var(--text)}.model-profile-tags-panel{border:1px solid var(--line);border-radius:10px;padding:14px;background:var(--surface)}.model-profile-tags-panel h2{margin:0 0 12px;font-size:16px;font-weight:700;letter-spacing:0;color:var(--text-muted)}.model-profile-tags-panel h2 span{color:var(--text)}.model-profile-tags-list{display:flex;flex-wrap:wrap;gap:8px}.model-profile-tags-list .tag-pill{min-height:32px;align-items:center;display:inline-flex;border-radius:8px;padding:0 12px;font-size:13px;font-weight:700}.chat-tipmenu a{color:var(--accent);font-size:11px}.profile-meta-card{background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:18px;display:flex;flex-direction:column;gap:14px}.profile-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.profile-stat{background:var(--surface-2);border-radius:8px;padding:10px;text-align:center}.profile-stat .num{font-family:var(--font-mono);font-size:16px;font-weight:700;letter-spacing:-.02em}.profile-stat .lbl{font-size:10px;color:var(--text-dim);text-transform:uppercase;letter-spacing:.1em;margin-top:2px}.profile-bio{font-size:13px;line-height:1.5;color:var(--text-muted);padding:12px 14px;background:var(--surface-2);border-radius:8px;border-left:2px solid var(--accent)}.tag-grid{display:flex;flex-wrap:wrap;gap:4px}.tag-pill{font-size:11px;padding:4px 8px;border-radius:5px;background:var(--surface-2);color:var(--text-muted);font-weight:500}.tag-pill:hover{color:var(--text);background:var(--surface-3)}.tag-pill.accent{background:var(--accent-soft);color:var(--accent)}.kv-list{display:flex;flex-direction:column;gap:6px;font-size:12px}.kv{display:flex;justify-content:space-between;padding:5px 0;border-bottom:1px solid var(--line-soft)}.kv:last-child{border-bottom:0}.kv .k{color:var(--text-dim)}.kv .v{color:var(--text);font-weight:500}.tweaks-handle{background:var(--accent)!important}.page-fade{animation:pageFade .25s ease-out}@keyframes pageFade{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.card-media.live:before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 30%,rgba(255,61,110,.1) 50%,transparent 70%);background-size:200% 100%;background-position:100% 0;pointer-events:none;z-index:1;opacity:0;transition:opacity .2s}.card:hover .card-media.live:before{opacity:1;animation:shimmer 1.6s ease-in-out infinite}@keyframes shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.empty{text-align:center;padding:60px 20px;color:var(--text-dim)}.empty h3{color:var(--text);font-weight:600;margin:0 0 6px}.empty p{font-size:13px;margin:0 0 14px}[data-density=cozy]{--grid-gap:14px}[data-density=compact]{--grid-gap:8px}[data-density=dense]{--grid-gap:6px}@media (max-width:900px){.hdr-inner{align-items:center;flex-wrap:wrap;row-gap:10px;column-gap:10px;padding:10px 12px;min-height:0}.brand{order:1}.hdr-right{order:2;margin-left:auto;flex-shrink:0}.search{order:3;flex:0 0 100%;min-width:0}.nav,.search{width:100%;max-width:100%;overflow:hidden}.nav{order:4;display:flex;flex-wrap:wrap;flex-basis:100%;gap:4px 6px;margin:0}.nav a,.nav button{padding:7px 10px;font-size:12px;flex:0 1 auto;min-width:0}.live-pip{max-width:100%}.brand span:last-child,.live-pip{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.brand span:last-child{display:inline;max-width:120px}.search input{font-size:16px}.shell{grid-template-columns:1fr}.side{display:none}.main{padding:12px 12px max(80px,calc(12px + env(safe-area-inset-bottom)))}.grid{gap:8px}.page-h{flex-direction:column;align-items:flex-start;gap:8px}.page-h h1{font-size:20px}.page-sub{font-size:12px}.section-h h2{font-size:15px}.stream-layout{grid-template-columns:1fr;gap:10px;padding:0;max-width:100%}.player-wrap{gap:10px}.player{border-radius:10px}.player-overlay{padding:10px}.player-stat{font-size:11px;padding:4px 8px}.player-stat .lbl{font-size:8px}.goal{flex-direction:column;align-items:stretch;padding:10px;gap:10px}.goal-tip{width:100%;justify-content:center}.goal-msg{font-size:12px}.model-bar{flex-wrap:wrap;padding:10px;gap:10px}.model-bar .avatar{width:44px;height:44px}.model-name{font-size:15px}.model-meta{font-size:11px;flex-wrap:wrap;overflow-x:visible;white-space:normal}.model-actions{width:100%;justify-content:stretch}.model-actions .btn{flex:1}.ai-chat,.chat{width:100%;height:480px;min-width:0;max-width:100%;position:static;overflow:hidden}.model-profile-stream-layout>.ai-chat,.model-profile-stream-layout>.chat{grid-column:1;grid-row:auto;height:480px;max-height:none}.model-profile-main-content{grid-column:1;grid-row:auto;min-width:0;max-width:100%}.chat-stream,.chat-tipmenu{padding:8px 10px}.ai-chat-log{padding:10px}.model-profile-layout{grid-template-columns:1fr;gap:10px;padding:0 12px;max-width:100%;min-height:220px}.model-profile-layout .player,.model-profile-layout .player .stream-player-img{min-height:220px}.profile-meta-card{padding:14px;gap:12px}.profile-stats{gap:6px}.profile-stat{padding:8px 4px}.profile-stat .num{font-size:16px}.profile-stat .lbl{font-size:9px}.footer{padding:18px 14px 100px;gap:18px;flex-direction:column}.footer>div:nth-child(2){gap:24px!important}.cat-cols{grid-template-columns:1fr;gap:0 16px}.cat-col{margin-bottom:14px}.cat-page{padding:16px 12px 48px}[data-tweaks-panel]{right:8px!important;bottom:80px!important;max-width:calc(100vw - 16px)!important}}@media (max-width:640px){.hdr-inner{max-width:100vw}.search{max-width:calc(100vw - 24px)}.model-profile-stream-layout>.ai-chat{height:460px;min-height:460px;max-height:460px}.ai-chat-head{padding:10px}.ai-chat-avatar{width:36px;height:36px}.ai-chat-compose{padding:8px;gap:6px}.ai-chat-compose input{height:38px;font-size:16px}.ai-chat-compose button{width:38px;min-width:38px;height:38px}.card-info{padding:6px 6px 0}.card-info,.card-name{font-size:12px}.badge{font-size:9px;padding:2px 5px;height:16px}.badge-flag{font-size:11px}.row-bl,.row-br,.row-tl,.row-tr{gap:3px}.player-stats{gap:4px;flex-wrap:wrap}.player-stat{font-size:10px;padding:3px 6px}.player-controls button{width:26px;height:26px}.model-meta{overflow-x:visible;flex-wrap:wrap;white-space:normal;padding-bottom:0}.page-fade>div:first-child{padding:8px 12px 0!important}.model-profile-layout .model-profile-overlay-bottom{flex-direction:column;align-items:flex-start;gap:10px}.model-profile-layout .model-profile-overlay-bottom .btn{width:100%;justify-content:center}.model-profile-stream-layout .model-profile-player-chat-row{align-self:flex-end;width:auto;max-width:calc(100% - 8px);justify-content:flex-end}.model-profile-stream-layout .model-profile-player-chat-row .model-player-start-chat{width:auto;justify-content:center}.model-profile-layout .model-profile-overlay-name{font-size:22px!important}.model-profile-layout .model-profile-feed-nav{flex-wrap:wrap;gap:6px}.model-profile-layout .model-profile-feed-nav .model-profile-feed-meta{order:-1;flex:1 1 100%;width:100%;text-align:center}.model-profile-layout .model-profile-feed-nav .btn{flex:1;min-width:130px}.cat-cols{grid-template-columns:1fr}.profile-bio{font-size:12px}.kv .k,.kv .v,.tag-pill{font-size:11px}.tag-pill{padding:3px 8px}.chat-tabs{flex-wrap:wrap;overflow-x:visible}.chat-tabs button{flex:1 1 auto;min-width:72px}.profile-actions,.stream-actions{width:100%;flex-wrap:wrap}.profile-actions .btn,.stream-actions .btn{flex:1 1 auto;min-width:0;justify-content:center}}@media (max-width:430px){.hdr-inner{gap:8px;padding:8px 10px}.brand-mark{width:24px;height:24px;font-size:13px}.brand-logo{width:120px;height:30px;max-width:120px}.hdr-right .btn{padding:0 10px;font-size:11px;height:30px}.grid{gap:6px}.card-info{padding:4px 4px 0;gap:4px}.badge{font-size:8px;padding:1px 4px;height:14px}.live-pip{display:none}}.mnav{display:none;position:fixed;bottom:0;left:0;right:0;z-index:50;background:var(--bg);border-top:1px solid var(--line);padding:6px 0 max(6px,env(safe-area-inset-bottom));justify-content:space-around;align-items:stretch}[data-theme=light] .mnav{background:rgba(255,255,255,.96);backdrop-filter:blur(14px)}.mnav-btn{flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;padding:6px 4px;background:transparent;border:0;color:var(--text-dim);font-size:10px;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:color .15s}.mnav-btn svg{width:20px;height:20px}.mnav-btn.active{color:var(--accent)}.mnav-btn:hover{color:var(--text)}@media (max-width:900px){.mnav{display:flex}}@media (pointer:coarse){.btn,.chat-tab,.mnav-btn,.nav button,.side-link,button{min-height:36px}}.player>svg,.profile-hero>svg{width:100%;height:100%;display:block}.player-overlay{align-items:flex-start;gap:6px}.goal{margin:10px 0;border:1px solid var(--line)}.goal-top{min-width:0;flex:1;display:flex;flex-direction:column;gap:2px}.goal-top span{color:var(--text-dim);font-family:var(--font-mono);font-size:11px}.goal-track{flex:1;height:8px;border-radius:999px;background:var(--surface-3);overflow:hidden}.goal-track span{display:block;height:100%;border-radius:inherit;background:var(--accent)}.chat-tabs button{flex:1;height:36px;border:0;background:transparent;color:var(--text-muted);font-weight:600}.chat-tabs button.active{background:var(--surface-2);color:var(--text)}.tip-menu{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding:10px;border-bottom:1px solid var(--line)}.tip-menu button{min-width:0;border:1px solid var(--line);border-radius:7px;background:var(--surface-2);color:var(--text);padding:8px;display:flex;justify-content:space-between;gap:8px}.chat-log{flex:1;overflow:auto;padding:10px}.chat-line{padding:6px 0;color:var(--text-muted);font-size:12px;border-bottom:1px solid var(--line-soft)}.chat-line b{color:var(--text)}.chat-line.tip,.chat-line.tip strong{color:var(--gold)}.chat-compose button{height:36px;padding:0 12px;border:0;border-radius:7px;background:var(--accent);color:#fff;font-weight:700}.stream-info{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:12px 0 20px}.stream-info h1{margin:0;font-size:22px;word-wrap:break-word;overflow-wrap:anywhere}.stream-info p{margin:4px 0 0;color:var(--text-dim)}.profile-actions,.stream-actions{display:flex;gap:8px}.profile-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:18px;max-width:100%}.profile-layout .profile-hero{display:block;padding:0;max-width:100%;margin:0 0 18px}.profile-hero{position:relative;border-radius:12px;overflow:hidden;background:var(--surface-2);border:1px solid var(--line);margin-bottom:18px}.profile-hero,.profile-hero>svg{min-height:430px}.profile-hero-img{width:100%;min-height:430px;object-fit:cover;display:block}.profile-hero-overlay{position:absolute;inset:0;display:flex;align-items:flex-end;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:16px;background:linear-gradient(0deg,rgba(0,0,0,.55),transparent 45%);pointer-events:none}.profile-hero-overlay a,.profile-hero-overlay button{pointer-events:auto}.profile-card{position:sticky;top:76px;border:1px solid var(--line);border-radius:12px;background:var(--surface);padding:16px}.profile-avatar{width:120px;height:120px;border-radius:50%;overflow:hidden;margin:0 auto 8px;border:1px solid var(--line)}.profile-avatar-img{width:100%;height:100%;object-fit:cover;display:block}.profile-avatar-img.public-image{border-radius:inherit}.profile-card h1{margin:12px 0 4px;font-size:22px;word-wrap:break-word;overflow-wrap:anywhere}.profile-card p{color:var(--text-muted);margin:0 0 14px}.profile-kv{margin:14px 0}.profile-kv div{display:flex;justify-content:space-between;gap:12px;padding:7px 0;border-bottom:1px solid var(--line-soft)}.profile-kv dt{color:var(--text-dim)}.profile-kv dd{margin:0;color:var(--text);text-align:right}@media (max-width:900px){.profile-layout{grid-template-columns:1fr}.profile-card{position:static}.stream-info{flex-direction:column;align-items:flex-start}}