:root{--bg:#08111d;--panel:#0a121dd1;--panel-soft:#ffffff0f;--line:#ffffff1f;--text:#f7f4ef;--muted:#a9b5c7;--accent:#ff9d52;--accent-strong:#ff7a47;--success:#95d5a2;--shadow:0 20px 60px #00000047;color-scheme:dark}*{box-sizing:border-box}html{background:#08111d;background:var(--bg)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:radial-gradient(circle at top,#ff9d522e,#0000 26%),linear-gradient(180deg,#0a1421,#050913);color:#f7f4ef;color:var(--text);font-family:Segoe UI,Inter,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}button,input{font:inherit}button{border:0}#root,.app-shell{min-height:100vh}.app-shell{align-items:center;display:flex;justify-content:center;padding:2rem}.home-shell{position:relative}.dashboard,.hero-panel,.lobby-board,.lobby-stage{position:relative;width:min(1120px,100%);z-index:1}.lobby-stage{grid-gap:1.5rem;align-items:stretch;display:grid;gap:1.5rem;grid-template-columns:1.15fr .85fr}.hero-panel{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:1.2fr .8fr}.dashboard-header h1,.empty-state h3,.hero-copy h1,.panel h2{line-height:1.02;margin:0}.hero-copy h1{font-size:clamp(2.8rem,7vw,5.4rem);letter-spacing:-.04em;max-width:10ch}.call-card-meta,.dashboard-header p,.empty-state p,.hero-copy p,.panel p{color:var(--muted);line-height:1.65}.hero-copy p{font-size:1.02rem;margin:1.35rem 0 0;max-width:34rem}.eyebrow,.panel-kicker{align-items:center;color:var(--accent);display:inline-flex;font-size:.78rem;gap:.5rem;letter-spacing:.16em;margin-bottom:1rem;text-transform:uppercase}.join-card,.panel{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:var(--panel);border:1px solid var(--line);border-radius:1.75rem;box-shadow:var(--shadow)}.lobby-copy{display:flex;flex-direction:column;justify-content:space-between;min-height:440px;padding:2rem}.lobby-copy h1{font-size:clamp(2.6rem,6vw,4.8rem);letter-spacing:-.045em;line-height:.98;margin:0;max-width:10ch}.lobby-copy p{color:var(--muted);line-height:1.7;margin:1.15rem 0 0;max-width:32rem}.lobby-highlights{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.6rem}.highlight-chip{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:999px;color:var(--text);font-size:.9rem;padding:.7rem .95rem}.join-card{grid-gap:.9rem;display:grid;gap:.9rem;padding:1.6rem}.join-card-alt{align-content:center}.join-card-heading h2{font-size:2rem;letter-spacing:-.04em;margin:0}.field-label{color:var(--text);font-size:.92rem;font-weight:600}.name-input{background:#ffffff0d;border:1px solid #ffffff24;border-radius:1rem;color:var(--text);outline:none;padding:1rem 1.05rem;width:100%}.name-input::placeholder{color:#a9b5c7ad}.name-input:focus{border-color:#ff9d528c;box-shadow:0 0 0 4px #ff9d521f}.field-note{color:var(--muted);font-size:.9rem;line-height:1.5;margin:-.2rem 0 .25rem}.primary-button,.secondary-button{align-items:center;border-radius:999px;cursor:pointer;display:inline-flex;font-weight:700;gap:.5rem;justify-content:center;letter-spacing:.01em;min-height:3.3rem;padding:.9rem 1.25rem;transition:transform .18s ease,filter .18s ease,background-color .18s ease}.primary-button{background:linear-gradient(135deg,var(--accent),var(--accent-strong));color:#1b0e04}.secondary-button{background:#ffffff0f;border:1px solid #ffffff1f;color:var(--text)}.primary-button:hover,.secondary-button:hover{filter:brightness(1.02);transform:translateY(-2px)}.primary-button:disabled{cursor:not-allowed;opacity:.55;transform:none}.dashboard,.lobby-board{grid-gap:1.5rem;display:grid;gap:1.5rem}.lobby-board-header{align-items:center;display:flex;gap:1rem;justify-content:space-between;padding:1.35rem 1.45rem}.identity-block h1,.launch-panel h2,.queue-header h2{letter-spacing:-.04em;margin:0}.identity-block h1{font-size:clamp(2.15rem,5vw,3.8rem)}.identity-block p{color:var(--muted);margin:.6rem 0 0}.identity-meta{align-items:center;display:flex;gap:1rem}.meta-card{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:1.25rem;min-width:108px;padding:.9rem 1rem;text-align:center}.meta-label{color:var(--muted);display:block;font-size:.78rem;letter-spacing:.13em;margin-bottom:.25rem;text-transform:uppercase}.meta-card strong{font-size:1.8rem}.lobby-columns{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:.9fr 1.1fr}.launch-panel,.queue-panel{padding:1.5rem}.launch-panel{grid-gap:2rem;align-content:space-between;display:grid;gap:2rem}.launch-panel h2{font-size:clamp(1.9rem,4vw,3rem);max-width:12ch}.launch-note,.launch-panel p{color:var(--muted);line-height:1.65}.launch-panel-actions{grid-gap:.9rem;display:grid;gap:.9rem}.launch-note{font-size:.92rem}.queue-header{align-items:start;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1.2rem}.queue-list{grid-gap:.9rem;display:grid;gap:.9rem}.queue-item{grid-gap:.95rem;align-items:center;background:#ffffff0d;border:1px solid #0000;border-radius:1.3rem;color:var(--text);cursor:pointer;display:grid;gap:.95rem;grid-template-columns:auto 1fr auto;padding:1rem;text-align:left;transition:transform .18s ease,border-color .18s ease,background-color .18s ease;width:100%}.queue-item:hover{background:#ffffff14;border-color:#ff9d524d;transform:translateY(-2px)}.queue-avatar{background:linear-gradient(135deg,#ff9d5238,#ff7a474d);border:1px solid #ff9d5247;border-radius:50%;color:var(--text);display:grid;font-weight:700;height:3rem;place-items:center;width:3rem}.queue-copy{min-width:0}.queue-action{background:#ffffff14;border-radius:999px;color:var(--text);font-size:.85rem;padding:.7rem .95rem}.empty-state-alt{padding-top:3rem}.dashboard-header{align-items:end;display:flex;gap:1rem;justify-content:space-between}.dashboard-header h1{font-size:clamp(2.1rem,5vw,3.6rem);letter-spacing:-.04em}.dashboard-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:.88fr 1.12fr}.panel{padding:1.5rem}.feature-panel{flex-direction:column;min-height:320px}.feature-panel,.panel-heading{display:flex;justify-content:space-between}.panel-heading{align-items:start;gap:1rem;margin-bottom:1.25rem}.calls-count{background:#95d5a21f;border-radius:999px;color:var(--success);display:inline-flex;font-size:.85rem;padding:.5rem .8rem;white-space:nowrap}.call-list{grid-gap:.9rem;display:grid;gap:.9rem}.call-card{background:var(--panel-soft);border:1px solid #0000;border-radius:1.15rem;color:var(--text);cursor:pointer;padding:1rem 1.1rem;text-align:left;transition:transform .18s ease,border-color .18s ease,background-color .18s ease;width:100%}.call-card:hover{background:#ffffff14;border-color:#ff9d5259;transform:translateY(-2px)}.call-card strong,.call-card-label,.call-card-meta{display:block}.call-card-label{color:var(--accent);font-size:.75rem;letter-spacing:.14em;margin-bottom:.3rem;text-transform:uppercase}.call-card strong{font-size:1.02rem;margin-bottom:.35rem}.empty-state{padding:2.2rem .3rem .6rem}@media (max-width:900px){.dashboard-grid,.hero-panel,.lobby-columns,.lobby-stage{grid-template-columns:1fr}.dashboard-header,.lobby-board-header{align-items:start;flex-direction:column}.identity-meta{justify-content:space-between;width:100%}}@media (max-width:640px){.app-shell{padding:1.15rem}.hero-copy h1{max-width:none}.join-card,.panel{border-radius:1.35rem}.lobby-copy{min-height:auto;padding:1.4rem}.identity-meta,.queue-item{grid-template-columns:1fr}.queue-item{text-align:left}.queue-action{justify-self:start}}.call-page{background:radial-gradient(circle at top,#ff9d523d,#0000 28%),linear-gradient(180deg,#09111d,#050913);color:#f7f4ef;min-height:100vh}.videos{min-height:100vh;overflow:hidden;position:relative}#local-feed,#remote-feed{background:#060b12eb;border:0;object-fit:cover}#remote-feed{display:block;height:100vh;width:100vw}#local-feed{aspect-ratio:3/4;border:1px solid #ffffff2e;border-radius:1.25rem;bottom:7.5rem;box-shadow:0 20px 45px #00000059;position:absolute;right:1.5rem;width:min(24vw,220px);z-index:2}.call-info{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#080e16b8;border:1px solid #ffffff24;border-radius:999px;left:50%;padding:.95rem 1.15rem;position:absolute;text-align:center;top:2rem;transform:translateX(-50%);width:min(90vw,420px);z-index:5}.call-info p{color:#f7f4ef;font-size:.96rem;letter-spacing:.01em;margin:0}.call-footer{align-items:center;bottom:1.5rem;display:flex;gap:1rem;justify-content:space-between;left:50%;position:fixed;transform:translateX(-50%);width:min(92vw,720px);z-index:6}.call-status-pill{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0a121dbf;border:1px solid #ffffff1f;border-radius:999px;color:#d7dfeb;font-size:.82rem;letter-spacing:.12em;padding:.7rem 1rem;text-transform:uppercase}#menu-buttons{flex:1 1}.control-dock{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0a121dc7;border:1px solid #ffffff1f;border-radius:1.4rem;box-shadow:0 20px 60px #00000047;gap:.85rem;justify-content:space-between;padding:.75rem}.control-dock,.control-group{align-items:center;display:flex}.control-group{gap:.75rem}.button-wrapper{width:auto}.control-button{align-items:center;background:#ffffff0d;border:1px solid #0000;border-radius:1.1rem;display:flex;flex-direction:column;gap:.5rem;justify-content:center;min-height:74px;min-width:126px;padding:.8rem 1rem;transition:transform .18s ease,background-color .18s ease,border-color .18s ease}.control-button:hover{background:#ffffff1a;border-color:#ffffff24;cursor:pointer;transform:translateY(-2px)}.control-button i{color:#f7f4ef;font-size:1.35rem}.btn-text{color:#f7f4ef;font-size:.9rem;line-height:1.2;text-align:center}.hangup-button{background:linear-gradient(135deg,#ff6b57,#d94a3a);border:0;border-radius:1.1rem;box-shadow:0 16px 35px #d94a3a40;color:#fff8f5;font-size:.95rem;font-weight:700;letter-spacing:.01em;min-height:74px;min-width:126px;padding:.9rem 1.2rem;transition:transform .18s ease,filter .18s ease}.hangup-button:hover{cursor:pointer;filter:brightness(1.04);transform:translateY(-2px)}@media (max-width:900px){.call-footer{align-items:stretch;flex-direction:column;width:min(94vw,680px)}.call-status-pill{align-self:center}#local-feed{bottom:10.5rem;width:min(32vw,180px)}}@media (max-width:640px){#remote-feed{height:100dvh}#local-feed{border-radius:1rem;bottom:auto;right:1rem;top:1rem;width:min(34vw,132px)}.call-info{border-radius:1.1rem;bottom:8.5rem;top:auto}.control-dock{flex-direction:column;padding:.7rem}.control-group{flex-wrap:wrap;justify-content:center;width:100%}.control-button,.hangup-button{min-width:122px;width:calc(50% - .5rem)}}
/*# sourceMappingURL=main.4b23d0c1.css.map*/