:root{--bg:#09090b;--panel:#121216;--panel2:#17171c;--line:#29292f;--text:#f6f5f7;--muted:#92929d;--pink:#fe2c55;--cyan:#25f4ee;--purple:#865cff}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Manrope,sans-serif;min-height:100vh;overflow-x:hidden}.shell{width:min(1180px,calc(100% - 40px));margin:auto;position:relative}.glow{position:fixed;width:420px;height:420px;border-radius:50%;filter:blur(130px);opacity:.12;pointer-events:none}.glow-one{background:var(--pink);top:-180px;right:-80px}.glow-two{background:var(--cyan);bottom:-200px;left:-140px}header{height:92px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #1d1d21}.brand{color:#fff;text-decoration:none;font-weight:800;letter-spacing:-.03em;display:flex;gap:13px;align-items:center}.brand b{color:var(--pink)}.brand-mark{position:relative;width:25px;height:29px;display:block}.brand-mark i{position:absolute;width:11px;height:23px;border:3px solid;border-radius:8px;transform:rotate(-10deg);top:2px}.brand-mark i:first-child{border-color:var(--cyan);left:3px}.brand-mark i:last-child{border-color:var(--pink);left:10px;top:5px}.connection-pill{font:500 11px DM Mono,monospace;letter-spacing:.12em;border:1px solid var(--line);border-radius:99px;padding:9px 13px;display:flex;gap:8px;align-items:center;color:var(--muted)}.connection-pill span:first-child{width:7px;height:7px;border-radius:50%;background:#555;box-shadow:0 0 0 3px #5552}.connection-pill.online span:first-child{background:#32e59d;box-shadow:0 0 0 3px #32e59d22}.connection-pill.online{color:#b9f8df}.hero{text-align:center;padding:78px 0 45px}.eyebrow{font:500 11px DM Mono,monospace;letter-spacing:.2em;color:var(--cyan);margin:0 0 15px}.hero h1{font-size:clamp(48px,7vw,82px);line-height:.98;letter-spacing:-.065em;margin:0;font-weight:700}.hero h1 em{font-style:normal;background:linear-gradient(100deg,var(--pink),#ff657d);-webkit-background-clip:text;color:transparent}.lede{color:#a3a3ad;max-width:590px;margin:28px auto 0;font-size:17px;line-height:1.65}.card{background:linear-gradient(145deg,#151519dd,#101013ee);border:1px solid var(--line);border-radius:18px;box-shadow:0 24px 70px #0005}.connect-card{max-width:850px;margin:0 auto 90px;padding:22px;display:grid;grid-template-columns:1fr auto;gap:15px;position:relative}.connect-card label,.controls>label{font-size:11px;color:#aaaab3;text-transform:uppercase;letter-spacing:.09em;font-weight:700}.field-wrap>label{display:block;margin:0 0 8px 4px}.username-field{background:#09090c;border:1px solid #313137;border-radius:10px;padding:0 15px;display:flex;align-items:center;height:54px;transition:.2s}.username-field:focus-within{border-color:#666}.username-field span{font-size:18px;color:#696973}.username-field input,.test-box input{width:100%;background:none;border:0;outline:0;color:#fff;font:500 16px Manrope;padding:0 8px}.primary{align-self:end;height:54px;border:0;border-radius:10px;background:var(--pink);color:#fff;padding:0 25px;font-weight:800;font-family:Manrope;cursor:pointer;display:flex;gap:20px;align-items:center;box-shadow:0 8px 30px #fe2c5533;transition:.2s}.primary:hover{background:#ff4267;transform:translateY(-1px)}.primary.disconnect{background:#29292f;box-shadow:none}.primary:disabled{opacity:.55;cursor:wait}.primary svg,.icon-btn svg{width:19px;fill:none;stroke:currentColor;stroke-width:1.8}.status-message{position:absolute;top:calc(100% + 10px);left:8px;color:var(--muted);font-size:12px;margin:0}.dashboard{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(320px,.75fr);gap:28px;margin-bottom:70px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:18px}.section-heading .eyebrow{margin-bottom:6px}.section-heading h2{font-size:25px;letter-spacing:-.04em;margin:0}.viewer-count{color:#898993;font-size:12px}.viewer-count span{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--pink);margin-right:6px}.viewer-count b{color:#fff}.feed{height:550px;padding:8px;overflow:auto}.empty-state{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;color:var(--muted)}.empty-state h3{color:#ddd;font-size:16px;margin:18px 0 5px}.empty-state p{font-size:13px;margin:0}.wave,.mini-wave{display:flex;height:34px;align-items:center;gap:4px}.wave i,.mini-wave i{display:block;width:3px;border-radius:5px;background:linear-gradient(var(--cyan),var(--pink));animation:wave 1.1s ease-in-out infinite}.wave i:nth-child(1){height:12px}.wave i:nth-child(2){height:27px;animation-delay:.1s}.wave i:nth-child(3){height:18px;animation-delay:.2s}.wave i:nth-child(4){height:31px;animation-delay:.3s}.wave i:nth-child(5){height:14px;animation-delay:.4s}@keyframes wave{50%{transform:scaleY(.45)}}.feed-item{display:grid;grid-template-columns:42px 1fr auto;gap:12px;padding:15px 13px;border-bottom:1px solid #25252a;align-items:center;animation:arrive .25s ease-out}@keyframes arrive{from{opacity:0;transform:translateY(-5px)}}.avatar{width:42px;height:42px;border-radius:50%;background:#292930;display:grid;place-items:center;font-weight:800;color:#bbb;background-size:cover}.feed-item p{margin:3px 0 0;color:#b5b5bd;font-size:13px;line-height:1.4;word-break:break-word}.feed-item strong{font-size:13px}.feed-item time{font:10px DM Mono;color:#666}.feed-item .tag{font:500 9px DM Mono;padding:4px 7px;border-radius:4px;margin-left:7px;color:var(--cyan);background:#25f4ee12}.feed-item.gift .tag{color:#ffca5b;background:#ffca5b12}.controls{margin-top:0;padding:23px;height:max-content}.icon-btn{border:1px solid var(--line);background:#1b1b20;color:#a7a7b0;width:37px;height:37px;border-radius:9px;display:grid;place-items:center;cursor:pointer}.icon-btn.muted{color:var(--pink);border-color:#fe2c5555}.controls>label{display:flex;justify-content:space-between;margin:22px 0 9px}.controls select{appearance:none;width:100%;height:49px;background:#0d0d10;color:#eee;border:1px solid #303036;border-radius:9px;padding:0 14px;font:500 13px Manrope}.toggles{border:1px solid #2d2d32;border-radius:10px;overflow:hidden}.toggles label{height:51px;padding:0 13px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #29292e;font-size:13px}.toggles label:last-child{border:0}.toggles span{display:flex;align-items:center;gap:10px}.toggles input{display:none}.toggles b{width:33px;height:18px;border-radius:20px;background:#36363c;position:relative;transition:.2s}.toggles b:after{content:"";position:absolute;width:12px;height:12px;background:#aaa;border-radius:50%;left:3px;top:3px;transition:.2s}.toggles input:checked+b{background:var(--pink)}.toggles input:checked+b:after{left:18px;background:white}.event-icon{font-style:normal;width:23px;height:23px;border-radius:6px;display:grid;place-items:center;background:#25f4ee14;color:var(--cyan);font-size:11px}.event-icon.gift{background:#ffca5b14;color:#ffca5b}.event-icon.follow{background:#fe2c5514;color:#ff6682}.event-icon.join{background:#865cff14;color:#a98cff}input[type=range]{width:100%;accent-color:var(--pink)}output{color:#fff;font:500 11px DM Mono}.test-box{display:flex;margin-top:24px;border:1px solid #303036;background:#0d0d10;border-radius:9px;padding:5px}.test-box input{font-size:12px}.test-box button{border:0;border-radius:6px;background:#29292f;color:#fff;padding:0 15px;font-weight:700;cursor:pointer}.now-speaking{display:flex;gap:12px;align-items:center;margin-top:18px;background:#1a1418;border:1px solid #38232a;border-radius:10px;padding:13px}.mini-wave{height:25px;width:22px}.mini-wave i{width:2px;height:16px}.mini-wave i:nth-child(2){height:24px;animation-delay:.12s}.mini-wave i:nth-child(3){height:11px;animation-delay:.24s}.now-speaking small{font:500 8px DM Mono;color:var(--pink);letter-spacing:.12em}.now-speaking p{margin:3px 0 0;font-size:11px;color:#aaa;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:220px}footer{height:100px;border-top:1px solid #1f1f23;display:flex;align-items:center;justify-content:space-between;font:500 9px DM Mono;color:#555;letter-spacing:.1em}footer p{font-family:Manrope;text-transform:none;letter-spacing:0;color:#777}@media(max-width:800px){.dashboard{grid-template-columns:1fr}.hero{padding-top:55px}.connect-card{grid-template-columns:1fr;margin-bottom:75px}.primary{justify-content:center}.feed{height:470px}footer span:last-child{display:none}}@media(max-width:480px){.shell{width:min(100% - 24px,1180px)}header{height:72px}.hero h1{font-size:44px}.lede{font-size:15px}.connect-card{padding:14px}.dashboard{gap:35px}.controls{padding:17px}footer p{display:none}}
