:root{--ink:#f6f7fa;--muted:#9da3af;--soft:#c8ccd4;--bg:#080b12;--panel:#11151e;--panel-2:#171c27;--line:#ffffff1a;--orange:#f47738;--orange-bright:#ff8b4b;--green:#39c786;--red:#ee6d72;--shadow:0 30px 80px #00000057}*{box-sizing:border-box}html{background:var(--bg);scroll-behavior:smooth}body{color:var(--ink);background:radial-gradient(circle at 8% 5%, #f477381a, transparent 27rem), radial-gradient(circle at 88% 95%, #5a6d911f, transparent 32rem), var(--bg);min-height:100vh;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline-offset:3px;outline:3px solid #f477386b}.site-shell{flex-direction:column;width:min(1440px,100%);min-height:100vh;margin:auto;padding:0 5.5vw;display:flex}.compact-shell{min-height:100vh}.site-header,.meeting-header{justify-content:space-between;align-items:center;gap:24px;min-height:104px;display:flex}.brand{align-items:center;display:inline-flex}.brand-lockup{flex-direction:column;align-items:flex-start;gap:5px;display:flex}.brand-logo{width:clamp(150px,14vw,190px);height:auto;display:block}.brand-compact .brand-logo{width:148px}.brand small{color:var(--muted);letter-spacing:.19em;text-transform:uppercase;margin-left:1px;font-size:9px}.status-badge{border:1px solid var(--line);color:var(--soft);white-space:nowrap;background:#ffffff06;border-radius:999px;align-items:center;gap:8px;padding:8px 11px;font-size:12px;display:inline-flex}.status-badge svg{fill:none;width:14px;height:14px;stroke:var(--green);stroke-width:1.8px}.header-actions{align-items:center;gap:22px;display:flex}.host-link{color:var(--soft);font-size:13px;font-weight:650;transition:color .2s}.host-link:hover{color:var(--orange-bright)}.home-grid{flex:1;grid-template-columns:minmax(0,1.12fr) minmax(390px,.72fr);align-items:center;gap:clamp(58px,8vw,130px);padding:42px 0 78px;display:grid}.hero-copy{min-width:0}.eyebrow{color:var(--orange-bright);letter-spacing:.21em;text-transform:uppercase;margin:0 0 13px;font-size:11px;font-weight:800}.eyebrow>span{background:var(--orange);width:24px;height:1px;margin:0 8px 3px 0;display:inline-block}.hero-copy h1{letter-spacing:-.055em;max-width:720px;margin:0;font-size:clamp(48px,5.7vw,82px);font-weight:650;line-height:.98}.hero-lead{max-width:620px;color:var(--muted);margin:26px 0 0;font-size:clamp(17px,1.5vw,20px);line-height:1.65}.trust-row{color:var(--soft);flex-wrap:wrap;gap:12px 22px;margin-top:28px;font-size:12px;display:flex}.trust-row span{align-items:center;gap:7px;display:flex}.trust-row i{width:18px;height:18px;color:var(--green);background:#39c7861a;border-radius:50%;place-items:center;font-size:10px;font-style:normal;display:grid}.room-visual{border:1px solid var(--line);max-width:640px;height:210px;box-shadow:var(--shadow);background:linear-gradient(135deg,#10151f,#0c1018);border-radius:23px;margin-top:54px;position:relative;overflow:hidden}.visual-grid{opacity:.13;background-image:linear-gradient(#ffffff26 1px,#0000 1px),linear-gradient(90deg,#ffffff26 1px,#0000 1px);background-size:34px 34px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#000,#0000);mask-image:linear-gradient(90deg,#000,#0000)}.visual-card{color:var(--soft);background:linear-gradient(145deg,#242b38,#141923);border:1px solid #ffffff17;border-radius:16px;flex-direction:column;justify-content:flex-end;padding:14px;font-size:11px;display:flex;position:absolute;box-shadow:0 12px 40px #00000047}.visual-card i{background:var(--green);border-radius:50%;width:5px;height:5px;margin-top:6px}.card-one{width:27%;height:122px;color:var(--orange-bright);font-weight:800;top:34px;left:9%}.card-two{width:27%;height:136px;top:20px;left:39%}.card-three{width:27%;height:112px;top:44px;right:4%}.visual-status{border:1px solid var(--line);color:var(--muted);white-space:nowrap;background:#05070bbf;border-radius:99px;align-items:center;gap:8px;padding:7px 11px;font-size:10px;display:flex;position:absolute;bottom:15px;left:50%;transform:translate(-50%)}.visual-status b{background:var(--green);width:6px;height:6px;box-shadow:0 0 12px var(--green);border-radius:50%}.join-column{border:1px solid var(--line);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#11151ed4;border-radius:26px;padding:clamp(26px,3vw,40px)}.join-intro h2,.auth-card h1{letter-spacing:-.035em;margin:0;font-size:31px;line-height:1.1}.join-intro>p:last-child,.auth-card>div:first-child>p:last-child{color:var(--muted);margin:10px 0 0;font-size:14px;line-height:1.55}.join-card{margin-top:28px}.form-section{flex-direction:column;gap:9px;margin-top:17px;display:flex}.form-section label,.label-row label{color:var(--soft);font-size:12px;font-weight:700}.label-row{justify-content:space-between;display:flex}.label-row span{color:#737986;text-transform:uppercase;letter-spacing:.1em;font-size:10px}input,textarea,select{border:1px solid var(--line);width:100%;color:var(--ink);background:#0b0f17;border-radius:11px;transition:border-color .2s,box-shadow .2s}input,textarea{padding:13px 14px}textarea{resize:vertical;min-height:82px}input::placeholder,textarea::placeholder{color:#666d79}input:hover,textarea:hover,select:hover{border-color:#fff3}input:focus,textarea:focus,select:focus{border-color:var(--orange);outline:none;box-shadow:0 0 0 3px #f477381a}.device-panel{border:1px solid var(--line);background:#ffffff05;border-radius:15px;margin-top:22px;padding:15px}.section-heading{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:7px;display:flex}.section-heading .eyebrow{margin-bottom:5px;font-size:8px}.section-heading h2{letter-spacing:-.01em;margin:0;font-size:13px}.camera-off{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;background:#ffffff0b;border-radius:6px;padding:5px 7px;font-size:9px}.device-row{border-top:1px solid #ffffff0f;grid-template-columns:minmax(0,1fr) 60px auto;align-items:center;gap:10px;padding:11px 0;display:grid}.device-copy{align-items:center;gap:10px;min-width:0;display:flex}.device-copy strong{font-size:11px;display:block}.device-copy p{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin:3px 0 0;font-size:9px;line-height:1.35;overflow:hidden}.device-icon{color:#737986;background:#ffffff0d;border-radius:50%;flex:0 0 25px;place-items:center;width:25px;height:25px;font-size:8px;display:grid}.device-icon.ready{color:var(--green);background:#39c7861a}.device-icon.error{color:var(--red)}.meter{background:#ffffff17;border-radius:99px;height:3px;overflow:hidden}.meter span{border-radius:inherit;background:var(--green);height:100%;transition:width .1s;display:block}.button{cursor:pointer;color:var(--ink);border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:10px;font-weight:750;transition:transform .16s,background .16s,border-color .16s,opacity .16s;display:inline-flex}.button:hover:not(:disabled){transform:translateY(-1px)}.button:disabled{cursor:wait;opacity:.55}.button-primary{background:var(--orange);color:#170a03;box-shadow:0 10px 28px #f477382e}.button-primary:hover:not(:disabled){background:var(--orange-bright)}.button-secondary{border-color:var(--line);background:#ffffff09}.button-secondary:hover:not(:disabled),.button-ghost:hover:not(:disabled){background:#ffffff12;border-color:#ffffff2e}.button-large{width:100%;min-height:49px;margin-top:20px;padding:12px 18px}.button-small{white-space:nowrap;border-radius:7px;padding:6px 8px;font-size:9px}.button-compact{white-space:nowrap;border-radius:8px;min-height:35px;padding:8px 13px;font-size:11px}.button-ghost{border-color:var(--line);background:0 0}.button-decline{color:#ff9da1;background:#ee6d7212;border-color:#ee6d7245}.button-decline:hover:not(:disabled){background:#ee6d7224}.button-approve{background:var(--orange);color:#1e0c03}.button-approve:hover:not(:disabled){background:var(--orange-bright)}.privacy-note,.host-footnote{color:#737986;text-align:center;justify-content:center;align-items:center;gap:7px;margin:12px 0 0;font-size:9px;display:flex}.privacy-note span,.host-footnote span{color:var(--green)}.form-error{color:#ffafb2;background:#ee6d7212;border:1px solid #ee6d7240;border-radius:9px;margin:14px 0 0;padding:10px 12px;font-size:12px;line-height:1.45}.site-footer{color:#666d79;letter-spacing:.04em;border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;min-height:60px;font-size:10px;display:flex}.site-footer a:hover{color:var(--orange-bright)}.lobby-layout{flex:1;grid-template-columns:minmax(0,1.05fr) minmax(360px,.7fr);align-items:center;gap:clamp(38px,7vw,100px);padding:45px 7vw 75px;display:grid}.waiting-card,.result-card{text-align:center}.waiting-card h1,.result-card h1{letter-spacing:-.05em;margin:10px 0 0;font-size:clamp(38px,5vw,64px)}.waiting-card .lead{max-width:520px;color:var(--muted);margin:16px auto 0;line-height:1.7}.signal-orbit{width:104px;height:104px;margin:0 auto 28px;position:relative}.signal-orbit span{border:1px solid #f4773833;border-radius:50%;animation:2.2s ease-out infinite pulse;position:absolute;inset:0}.signal-orbit span:nth-child(2){animation-delay:.25s;inset:18px}.signal-orbit i{background:var(--orange);border-radius:50%;position:absolute;inset:37px;box-shadow:0 0 32px #f4773875}@keyframes pulse{0%{opacity:.3;transform:scale(.8)}60%{opacity:.85}to{opacity:0;transform:scale(1.12)}}.request-summary{border:1px solid var(--line);background:var(--panel);border-radius:12px;flex-direction:column;gap:6px;max-width:440px;margin:28px auto 20px;padding:15px 18px;display:flex}.request-summary strong{font-size:13px}.request-summary span{color:var(--muted);font-size:11px}.waiting-card>.button{margin-top:18px;padding:10px 17px}.status-warning{color:#eab980;font-size:12px}.lobby-layout>.device-panel{background:var(--panel);max-width:520px;box-shadow:var(--shadow);margin:0;padding:24px}.result-card{border:1px solid var(--line);background:var(--panel);border-radius:22px;align-self:center;width:min(520px,100%);margin:auto;padding:45px}.result-card p{color:var(--muted);line-height:1.6}.result-card .button{margin-top:16px;padding:10px 18px}.result-icon{width:52px;height:52px;color:var(--red);background:#ee6d7214;border:1px solid #ee6d724d;border-radius:50%;place-items:center;margin:auto;font-size:22px;font-weight:800;display:grid}.auth-page{min-height:100vh;padding:0 5.5vw}.auth-layout{grid-template-columns:1fr minmax(360px,460px);align-items:center;gap:clamp(50px,10vw,150px);max-width:1200px;min-height:calc(100vh - 104px);margin:auto;padding-bottom:70px;display:grid}.auth-aside h2{letter-spacing:-.05em;margin:0;font-size:clamp(43px,5vw,70px);font-weight:650;line-height:1.02}.auth-aside>p:last-of-type{max-width:560px;color:var(--muted);margin-top:22px;font-size:17px;line-height:1.65}.security-list{color:var(--soft);flex-direction:column;gap:12px;margin-top:30px;font-size:12px;display:flex}.security-list span:first-letter{color:var(--green)}.auth-card{border:1px solid var(--line);box-shadow:var(--shadow);background:#11151ee6;border-radius:24px;padding:38px}.auth-card>.form-section:first-of-type{margin-top:28px}.password-field{position:relative}.password-field input{padding-right:66px}.password-field button{color:var(--orange-bright);cursor:pointer;background:0 0;border:0;padding:5px 7px;font-size:10px;font-weight:750;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.host-page{max-width:1320px}.host-shell{flex:1;width:min(1080px,100%);margin:0 auto;padding:42px 0 70px}.host-topbar{justify-content:space-between;align-items:flex-end;gap:34px;display:flex}.host-topbar h1{letter-spacing:-.05em;margin:0;font-size:clamp(38px,5vw,58px)}.host-topbar>div:first-child>p:last-child{color:var(--muted);margin:10px 0 0;font-size:14px}.host-top-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:9px;display:flex}.capacity-pill{border:1px solid var(--line);min-height:35px;color:var(--soft);white-space:nowrap;border-radius:8px;align-items:center;gap:7px;padding:8px 11px;font-size:10px;display:inline-flex}.capacity-pill i{background:var(--green);border-radius:50%;width:6px;height:6px}.dashboard-error{margin:22px 0 -8px}.queue-panel{border:1px solid var(--line);box-shadow:var(--shadow);background:#11151ebf;border-radius:20px;margin-top:34px;overflow:hidden}.queue-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:20px 22px;display:flex}.queue-heading h2{margin:0;font-size:17px}.queue-heading p{color:var(--muted);margin:5px 0 0;font-size:10px}.icon-button{border:1px solid var(--line);width:33px;height:33px;color:var(--soft);cursor:pointer;background:0 0;border-radius:8px;place-items:center;display:grid}.empty-queue{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:270px;padding:30px;display:flex}.empty-queue strong{font-size:15px}.empty-queue p{color:var(--muted);margin:0;font-size:11px}.empty-icon{width:48px;height:48px;color:var(--green);background:#39c78617;border-radius:50%;place-items:center;margin-bottom:7px;display:grid}.loading-ring{border:2px solid #ffffff1a;border-top-color:var(--orange);border-radius:50%;width:42px;height:42px;margin-bottom:10px;animation:.85s linear infinite spin;display:block}@keyframes spin{to{transform:rotate(360deg)}}.request-list{padding:11px}.request-card{border:1px solid #0000;border-radius:13px;grid-template-columns:38px minmax(0,1fr);gap:13px;padding:15px;display:grid}.request-card+.request-card{border-top-color:#ffffff0f;border-radius:0}.request-card:hover{background:#ffffff05}.avatar{width:38px;height:38px;color:var(--orange-bright);background:linear-gradient(145deg,#2a313e,#171c25);border-radius:10px;place-items:center;font-size:14px;font-weight:800;display:grid}.request-content{min-width:0}.request-title{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.request-title h3{margin:0;font-size:14px}.request-title time{color:#6f7581;margin-top:4px;font-size:9px;display:block}.waiting-pill{color:#eab980;text-transform:uppercase;letter-spacing:.08em;background:#eab98017;border-radius:99px;padding:4px 7px;font-size:8px}.request-message{color:var(--muted);background:#ffffff05;border-left:2px solid #f4773866;margin:12px 0;padding:10px 12px;font-size:11px;line-height:1.5}.request-controls{justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.request-controls label{color:var(--muted);align-items:center;gap:9px;font-size:9px;display:flex}.request-controls select{border-radius:7px;width:126px;padding:7px 28px 7px 9px;font-size:10px}.decision-actions{gap:7px;display:flex}.host-footnote{margin-top:18px}.meeting-page{background:#05070b;height:100dvh;min-height:540px;padding:0 24px 24px;overflow:hidden}.meeting-header{min-height:72px}.meeting-stage{border:1px solid var(--line);background:#0b0f16;border-radius:23px;width:100%;height:calc(100dvh - 96px);min-height:440px;position:relative;overflow:hidden}.meeting-frame{position:absolute;inset:0}.meeting-frame iframe{display:block}.meeting-loader{z-index:3;text-align:center;background:radial-gradient(circle,#151b27,#090c12 65%);flex-direction:column;justify-content:center;align-items:center;padding:30px;display:flex;position:absolute;inset:0}.meeting-loader h1{margin:8px 0 0;font-size:30px}.meeting-loader p{max-width:500px;color:var(--muted);margin:12px 0 0;line-height:1.55}.meeting-loader.has-error .button{margin-top:22px;padding:10px 17px}@media (max-width:1000px){.home-grid{grid-template-columns:1fr;max-width:750px;margin:auto;padding-top:70px}.hero-copy{text-align:center}.hero-copy h1,.hero-lead,.room-visual{margin-left:auto;margin-right:auto}.trust-row{justify-content:center}.join-column{width:min(560px,100%);margin:auto}.lobby-layout{grid-template-columns:1fr;max-width:720px;margin:auto}.lobby-layout>.device-panel{width:100%;margin:auto}.auth-layout{grid-template-columns:1fr;max-width:600px;padding-top:60px}.auth-aside{text-align:center}.security-list{align-items:center}}@media (max-width:720px){.site-shell,.auth-page{padding-left:20px;padding-right:20px}.site-header{min-height:82px}.header-actions .status-badge{display:none}.home-grid{gap:45px;padding:42px 0 60px}.hero-copy h1{font-size:clamp(44px,14vw,66px)}.room-visual{height:170px;margin-top:38px}.join-column,.auth-card{border-radius:20px;padding:24px 20px}.device-row{grid-template-columns:1fr auto}.meter{display:none}.lobby-layout{padding:60px 0}.waiting-card h1{font-size:42px}.auth-layout{gap:40px;padding-top:40px}.auth-aside h2{font-size:44px}.host-shell{padding-top:24px}.host-topbar{flex-direction:column;align-items:flex-start}.host-top-actions{justify-content:flex-start}.request-controls{flex-direction:column;align-items:stretch}.request-controls label{justify-content:space-between}.decision-actions{justify-content:flex-end}.meeting-page{padding:0 10px 10px}.meeting-header{min-height:60px}.meeting-header .status-badge{padding:6px 8px;font-size:9px}.meeting-stage{border-radius:16px;height:calc(100dvh - 70px)}}@media (max-width:440px){.brand small{display:none}.trust-row{flex-direction:column;align-items:center}.room-visual{display:none}.home-grid{padding-top:32px}.hero-copy h1{font-size:45px}.auth-layout{gap:30px;padding-top:24px}.auth-aside h2{font-size:35px}.auth-aside>p:last-of-type{margin-top:14px;font-size:14px}.security-list{display:none}.device-panel{margin-left:-6px;margin-right:-6px}.decision-actions .button{flex:1}.site-footer{flex-direction:column;justify-content:center;align-items:flex-start;gap:6px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}
