:root{
  --bg:#070910;--surface:#0e111a;--surface-2:#151927;--surface-3:#1d2233;
  --text:#f7f8fc;--muted:#9aa3b7;--border:rgba(255,255,255,.10);
  --violet:#8b5cf6;--violet-2:#6d28d9;--cyan:#22d3ee;--green:#34d399;
  --amber:#f59e0b;--red:#fb7185;--blue:#60a5fa;--shadow:0 24px 80px rgba(0,0,0,.45);
  --radius:20px;--nav-h:72px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
*{box-sizing:border-box}html{background:var(--bg);color:var(--text);scroll-behavior:smooth}body{margin:0;min-height:100vh;background:radial-gradient(circle at 85% -10%,rgba(139,92,246,.18),transparent 34%),radial-gradient(circle at -10% 80%,rgba(34,211,238,.08),transparent 30%),var(--bg)}button,input,textarea,select{font:inherit}button{color:inherit}a{color:inherit}.hidden{display:none!important}.muted{color:var(--muted)}.small{font-size:.86rem}.tiny{font-size:.74rem}.success{color:var(--green)}.danger{color:var(--red)}.warning{color:var(--amber)}
button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,a:focus-visible{outline:3px solid rgba(34,211,238,.7);outline-offset:2px}
.boot-screen,.fatal-card{min-height:100vh;display:grid;place-items:center;align-content:center;text-align:center;gap:12px;padding:24px}.boot-screen h1{margin:0;font-size:clamp(2.6rem,9vw,5rem)}.boot-screen p{color:var(--muted)}
.brand-mark{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:linear-gradient(135deg,var(--violet),var(--cyan));font-weight:900;box-shadow:0 15px 40px rgba(124,58,237,.35)}
.app-shell{min-height:100vh}.topbar{position:sticky;top:0;z-index:50;height:var(--nav-h);display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 clamp(16px,4vw,42px);background:rgba(7,9,16,.82);border-bottom:1px solid var(--border);backdrop-filter:blur(18px)}.brand{display:flex;align-items:center;gap:11px;font-weight:900;font-size:1.2rem;cursor:pointer}.brand .brand-mark{width:38px;height:38px;border-radius:12px}.desktop-nav{display:flex;align-items:center;gap:4px}.nav-btn,.icon-btn,.pill,.ghost-btn,.primary-btn,.danger-btn{border:0;cursor:pointer}.nav-btn{padding:10px 13px;border-radius:12px;background:transparent;color:var(--muted);font-weight:700}.nav-btn:hover,.nav-btn.active{background:var(--surface-2);color:white}.top-actions{display:flex;align-items:center;gap:9px}.avatar-btn{width:38px;height:38px;border-radius:50%;overflow:hidden;border:1px solid var(--border);background:var(--surface-2);display:grid;place-items:center;cursor:pointer}.avatar-btn img,.avatar{width:100%;height:100%;object-fit:cover}.icon-btn{display:grid;place-items:center;width:40px;height:40px;border-radius:13px;background:var(--surface-2);border:1px solid var(--border)}.icon-btn:hover{background:var(--surface-3)}.badge{min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--red);font-size:.67rem;display:inline-grid;place-items:center;font-weight:900}
.main{width:min(1280px,100%);margin:auto;padding:24px clamp(14px,3vw,32px) 110px}.page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin:12px 0 24px}.page-head h1{font-size:clamp(2rem,6vw,4.4rem);line-height:.95;margin:0}.page-head p{max-width:640px;color:var(--muted);line-height:1.6}.eyebrow{letter-spacing:.16em;text-transform:uppercase;font-size:.75rem;color:var(--cyan);font-weight:900}.section-title{font-size:1.35rem;margin:28px 0 14px}.card{background:linear-gradient(180deg,rgba(21,25,39,.95),rgba(14,17,26,.95));border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 8px 30px rgba(0,0,0,.15)}
.hero{display:grid;grid-template-columns:1.15fr .85fr;gap:22px;align-items:stretch}.hero-copy{padding:clamp(26px,5vw,62px)}.hero-copy h1{font-size:clamp(3rem,8vw,7rem);line-height:.88;margin:12px 0 22px;letter-spacing:-.065em}.gradient-text{background:linear-gradient(90deg,#fff 0%,#67e8f9 46%,#a78bfa 100%);-webkit-background-clip:text;color:transparent}.hero-copy p{font-size:1.1rem;line-height:1.7;color:#b9c0d1;max-width:720px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.primary-btn,.ghost-btn,.danger-btn{padding:13px 18px;border-radius:14px;font-weight:900}.primary-btn{background:linear-gradient(135deg,var(--violet-2),#0e7490);box-shadow:0 12px 32px rgba(124,58,237,.25)}.primary-btn:hover{filter:brightness(1.12)}.ghost-btn{background:var(--surface-2);border:1px solid var(--border)}.danger-btn{background:#7f1d2d;border:1px solid #fb718566}.hero-panel{padding:22px;display:grid;gap:12px;align-content:center}.metric-row{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.metric{padding:19px;background:#ffffff08;border:1px solid var(--border);border-radius:16px}.metric strong{display:block;font-size:1.6rem}.metric span{color:var(--muted);font-size:.82rem}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:18px}.feature-card{padding:22px}.feature-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:#8b5cf622;color:#c4b5fd;font-size:1.2rem}.feature-card h3{margin:16px 0 8px}.feature-card p{margin:0;color:var(--muted);line-height:1.55}
.feed-layout{display:grid;grid-template-columns:minmax(0,720px) 300px;gap:22px;justify-content:center}.feed-tabs{display:flex;gap:8px;overflow:auto;padding:4px 0 14px;scrollbar-width:none}.pill{white-space:nowrap;padding:10px 14px;border-radius:999px;background:var(--surface-2);border:1px solid var(--border);font-weight:800;color:var(--muted)}.pill.active,.pill:hover{color:white;background:#7c3aed33;border-color:#8b5cf688}.feed{display:grid;gap:22px}.video-card{overflow:hidden;position:relative}.video-wrap{position:relative;background:#020305;aspect-ratio:9/13;max-height:78vh;min-height:440px}.video-wrap video{width:100%;height:100%;object-fit:cover;background:black}.video-gradient{position:absolute;inset:auto 0 0;height:48%;background:linear-gradient(transparent,rgba(0,0,0,.88));pointer-events:none}.video-info{position:absolute;left:18px;right:78px;bottom:18px;z-index:3}.creator-line{display:flex;align-items:center;gap:10px}.mini-avatar{width:38px;height:38px;border-radius:50%;overflow:hidden;background:#312e81;display:grid;place-items:center;font-weight:900}.mini-avatar img{width:100%;height:100%;object-fit:cover}.creator-name{font-weight:900}.caption{margin:12px 0 8px;line-height:1.5;text-shadow:0 1px 4px #000}.meta-line{display:flex;gap:9px;flex-wrap:wrap;color:#c5cad7;font-size:.78rem}.reason-chip{background:#0008;border:1px solid #ffffff1f;padding:6px 9px;border-radius:999px;cursor:pointer}.video-actions{position:absolute;right:14px;bottom:18px;z-index:4;display:grid;gap:11px}.action-btn{display:grid;justify-items:center;gap:4px;background:transparent;border:0;cursor:pointer}.action-circle{width:47px;height:47px;border-radius:50%;display:grid;place-items:center;background:rgba(8,10,17,.78);border:1px solid #ffffff25;backdrop-filter:blur(9px);font-size:1.15rem}.action-btn.active .action-circle{background:#7c3aed}.action-count{font-size:.7rem;font-weight:900}.video-top{position:absolute;left:14px;right:14px;top:14px;z-index:4;display:flex;justify-content:space-between}.category-tag{padding:7px 10px;border-radius:999px;background:#0009;border:1px solid #ffffff24;font-size:.72rem;font-weight:900;text-transform:capitalize}.more-btn{width:38px;height:38px;border-radius:50%;background:#0009;border:1px solid #ffffff24;cursor:pointer}.sidebar{position:sticky;top:calc(var(--nav-h) + 20px);height:max-content;display:grid;gap:14px}.side-card{padding:18px}.side-card h3{margin:0 0 12px}.trend{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid var(--border)}.trend:last-child{border:0}.trend span{color:var(--muted)}
.empty{padding:48px 22px;text-align:center}.empty-icon{font-size:2.8rem}.empty h2{margin:12px 0 6px}.empty p{color:var(--muted);max-width:520px;margin:0 auto 20px;line-height:1.6}.skeleton{min-height:420px;background:linear-gradient(90deg,#121521,#1b2030,#121521);background-size:220% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{to{background-position:-220% 0}}
.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.post-tile{position:relative;aspect-ratio:9/12;overflow:hidden;border-radius:18px;background:#050609;border:1px solid var(--border);cursor:pointer}.post-tile video{width:100%;height:100%;object-fit:cover}.post-tile .tile-meta{position:absolute;inset:auto 0 0;padding:14px;background:linear-gradient(transparent,#000d)}.post-tile strong{display:block}.post-tile span{font-size:.75rem;color:#d0d4df}.search-row{display:flex;gap:10px;margin:18px 0}.input,.textarea,.select{width:100%;background:#090b13;border:1px solid var(--border);color:white;border-radius:14px;padding:13px 14px}.textarea{min-height:120px;resize:vertical}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.form-field{display:grid;gap:7px}.form-field.full{grid-column:1/-1}.form-field label{font-weight:800;font-size:.88rem}.upload-drop{border:2px dashed #8b5cf666;border-radius:22px;padding:42px 20px;text-align:center;background:#8b5cf60b}.upload-drop input{max-width:100%}.progress{height:10px;background:#ffffff0b;border-radius:999px;overflow:hidden}.progress>span{display:block;height:100%;background:linear-gradient(90deg,var(--violet),var(--cyan));width:0;transition:width .2s}.notice{padding:13px 15px;border-radius:14px;background:#60a5fa12;border:1px solid #60a5fa3a;color:#bfdbfe}.notice.warn{background:#f59e0b11;border-color:#f59e0b44;color:#fde68a}.notice.error{background:#fb718511;border-color:#fb718544;color:#fecdd3}
.profile-head{display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center;padding:24px}.profile-avatar{width:104px;height:104px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,#312e81,#155e75);display:grid;place-items:center;font-size:2rem;font-weight:900}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-head h1{margin:0}.profile-stats{display:flex;gap:22px;margin-top:12px}.profile-stats strong{display:block;font-size:1.2rem}.profile-stats span{font-size:.78rem;color:var(--muted)}.profile-bio{color:#c5cad7;line-height:1.55}.studio-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.studio-metric{padding:20px}.studio-metric strong{font-size:1.9rem;display:block}.studio-metric span{color:var(--muted)}.bars{height:190px;display:flex;align-items:end;gap:10px;padding:20px}.bar{flex:1;min-width:18px;background:linear-gradient(var(--cyan),var(--violet));border-radius:8px 8px 2px 2px;position:relative}.bar span{position:absolute;bottom:-26px;left:50%;transform:translateX(-50%);font-size:.7rem;color:var(--muted)}
.list{display:grid}.list-item{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;padding:14px;border-bottom:1px solid var(--border)}.list-item:last-child{border:0}.list-item:hover{background:#ffffff04}.list-copy strong{display:block}.list-copy p{margin:4px 0 0;color:var(--muted);font-size:.82rem;line-height:1.4}.status{padding:6px 9px;border-radius:999px;font-size:.7rem;font-weight:900;text-transform:uppercase}.status.open{background:#fb718522;color:#fecdd3}.status.reviewing{background:#f59e0b22;color:#fde68a}.status.actioned{background:#34d39922;color:#a7f3d0}.status.dismissed{background:#60a5fa22;color:#bfdbfe}
.chat-layout{display:grid;grid-template-columns:300px 1fr;min-height:620px;overflow:hidden}.conversation-list{border-right:1px solid var(--border);background:#0b0e16}.conversation-item{padding:14px;border-bottom:1px solid var(--border);cursor:pointer}.conversation-item.active,.conversation-item:hover{background:#ffffff08}.message-pane{display:grid;grid-template-rows:auto 1fr auto;min-width:0}.message-head{padding:16px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between}.messages{padding:18px;display:flex;flex-direction:column;gap:10px;overflow:auto;max-height:540px}.message{max-width:72%;padding:11px 13px;border-radius:16px;background:var(--surface-3);line-height:1.45}.message.me{align-self:flex-end;background:#6d28d9}.message small{display:block;margin-top:5px;color:#d5d8e2aa}.message-form{display:flex;gap:9px;padding:14px;border-top:1px solid var(--border)}
.settings-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.settings-card{padding:22px}.settings-card h3{margin-top:0}.settings-card p{color:var(--muted);line-height:1.55}.toggle-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid var(--border)}.switch{width:48px;height:28px;border-radius:999px;background:#303445;padding:3px;cursor:pointer}.switch span{display:block;width:22px;height:22px;border-radius:50%;background:white;transition:.2s}.switch.on{background:#7c3aed}.switch.on span{transform:translateX(20px)}
.guide{display:grid;grid-template-rows:auto 1fr auto;min-height:600px}.guide-log{padding:20px;display:flex;flex-direction:column;gap:13px;overflow:auto;max-height:500px}.guide-msg{padding:14px 16px;border-radius:17px;max-width:82%;line-height:1.6}.guide-msg.user{align-self:flex-end;background:#6d28d9}.guide-msg.bot{background:var(--surface-3)}.source-list{margin-top:10px;padding-top:10px;border-top:1px solid #ffffff17;font-size:.75rem;color:#c4b5fd}.guide-form{display:flex;gap:9px;padding:15px;border-top:1px solid var(--border)}.quick-questions{display:flex;gap:8px;flex-wrap:wrap;padding:0 15px 15px}
.modal-backdrop{position:fixed;inset:0;z-index:100;background:#000b;display:grid;place-items:center;padding:18px;backdrop-filter:blur(8px)}.modal{width:min(650px,100%);max-height:90vh;overflow:auto;padding:22px;background:var(--surface);border:1px solid var(--border);border-radius:24px;box-shadow:var(--shadow)}.modal-head{display:flex;justify-content:space-between;align-items:center;gap:12px}.modal-head h2{margin:0}.close-btn{width:38px;height:38px;border-radius:50%;background:var(--surface-2);border:1px solid var(--border);cursor:pointer}.auth-tabs{display:flex;gap:8px;margin:18px 0}.auth-tabs button{flex:1}.divider{height:1px;background:var(--border);margin:18px 0}.toast-stack{position:fixed;right:18px;bottom:92px;z-index:200;display:grid;gap:10px}.toast{width:min(360px,calc(100vw - 36px));padding:14px 16px;background:#151927;border:1px solid var(--border);border-radius:15px;box-shadow:var(--shadow);animation:toastIn .2s ease}.toast.good{border-color:#34d39966}.toast.bad{border-color:#fb718566}@keyframes toastIn{from{transform:translateY(8px);opacity:0}}
.bottom-nav{display:none;position:fixed;left:10px;right:10px;bottom:10px;z-index:60;height:68px;background:rgba(14,17,26,.93);border:1px solid var(--border);border-radius:22px;backdrop-filter:blur(20px);box-shadow:var(--shadow);padding:6px}.bottom-nav button{flex:1;border:0;background:transparent;color:var(--muted);border-radius:15px;display:grid;place-items:center;align-content:center;gap:2px;font-size:.68rem}.bottom-nav button span:first-child{font-size:1.15rem}.bottom-nav button.active{color:white;background:#ffffff0c}.setup-required{min-height:100vh;display:grid;place-items:center;padding:24px}.setup-card{width:min(760px,100%);padding:32px}.setup-card h1{font-size:clamp(2.3rem,7vw,5rem);margin:10px 0}.code-box{background:#05060a;border:1px solid var(--border);padding:14px;border-radius:14px;overflow:auto;color:#a5f3fc}.legal{max-width:850px;margin:auto}.legal h1{font-size:3rem}.legal h2{margin-top:34px}.legal p,.legal li{color:#c4cad8;line-height:1.7}.legal a{color:var(--cyan)}
@media(max-width:980px){.desktop-nav{display:none}.hero,.feed-layout,.chat-layout{grid-template-columns:1fr}.sidebar{display:none}.feature-grid{grid-template-columns:1fr 1fr}.studio-grid{grid-template-columns:repeat(2,1fr)}.bottom-nav{display:flex}.main{padding-bottom:105px}.top-actions .text-action{display:none}.conversation-list{border-right:0;border-bottom:1px solid var(--border);max-height:220px;overflow:auto}.message-pane{min-height:500px}}
@media(max-width:680px){:root{--nav-h:62px}.topbar{padding:0 13px}.main{padding-left:10px;padding-right:10px;padding-top:12px}.hero-copy{padding:28px 20px}.hero-panel{display:none}.feature-grid,.grid,.form-grid,.settings-grid{grid-template-columns:1fr}.video-card{border-radius:18px}.video-wrap{min-height:68vh;aspect-ratio:9/14}.page-head{display:block}.page-head h1{font-size:2.55rem}.profile-head{grid-template-columns:auto 1fr}.profile-head>.primary-btn,.profile-head>.ghost-btn{grid-column:1/-1}.profile-avatar{width:78px;height:78px}.profile-stats{gap:14px}.studio-grid{grid-template-columns:1fr 1fr}.chat-layout{min-height:540px}.message{max-width:88%}.toast-stack{bottom:90px;left:12px;right:12px}.toast{width:100%}}
.link-button{appearance:none;border:0;background:transparent;color:inherit;padding:0;margin:0;text-align:left;cursor:pointer;font:inherit}.link-button:hover{color:var(--cyan)}
.brand{border:0;background:transparent;color:inherit}.brand:focus-visible{outline:3px solid rgba(34,211,238,.7);outline-offset:3px}

.site-footer{width:min(1280px,100%);margin:0 auto 82px;padding:24px clamp(14px,3vw,32px);border-top:1px solid var(--border);display:flex;justify-content:space-between;gap:18px;color:var(--muted);font-size:.82rem}.site-footer>div{display:grid;gap:4px}.site-footer strong{color:white}.site-footer nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:13px}.site-footer .link-button{color:#c7cde0}.site-footer .link-button:hover{color:var(--cyan)}
.consent-row{display:flex;align-items:flex-start;gap:10px;color:#c7cde0;line-height:1.5;font-size:.88rem;margin:15px 0}.consent-row input{margin-top:4px;accent-color:var(--violet);width:18px;height:18px;flex:none}.consent-row a,.inline-legal{color:var(--cyan);text-decoration:underline}.legal-request-form{padding:22px;margin:22px 0}.legal-disclaimer{border-top:1px solid var(--border);padding-top:18px;margin-top:40px}.honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.admin-section-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:22px;border-bottom:1px solid var(--border)}.admin-section-head h2{margin:0}.admin-section-head p{margin:5px 0 0}.legal code{word-break:break-all}.legal .card{color:var(--text)}
@media(max-width:680px){.site-footer{display:grid;margin-bottom:86px}.site-footer nav{justify-content:flex-start}.legal h1{font-size:2.35rem}.legal-request-form{padding:16px}}
