@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&family=Inter:wght@400;500;600;700&display=swap";:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg-dark:#020617;--bg-deep:#0a1020;--panel:#0a1123eb;--panel-bg:#0f172a99;--border:#ffffff1a;--border-light:#ffffff14;--text-main:#f8fafc;--text-muted:#94a3b8;--primary:#3b82f6;--primary-hover:#2563eb;--accent:#10b981;--radius-xl:28px;--shadow:0 30px 80px #00000073;--free:#10b981;--occ:#ff2040;--away:#f59e0b;--abd:#8b5cf6;--alert:#ff2040}*{box-sizing:border-box;margin:0;padding:0}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{border:2px solid var(--bg-dark);background:#3b82f640;border-radius:99px;transition:all .3s}::-webkit-scrollbar-thumb:hover{background:#3b82f673}@supports (scrollbar-color:auto){*{scrollbar-width:thin;scrollbar-color:#3b82f640 var(--bg-dark)}}body{background-color:var(--bg-dark);color:var(--text-main);font-family:Inter,sans-serif;line-height:1.6}h1,h2,h3,h4,.brand{letter-spacing:-.02em;font-family:Space Grotesk,sans-serif}.brand{letter-spacing:-.5px;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;display:flex}.ambient-glow{z-index:-1;filter:blur(40px);pointer-events:none;background:radial-gradient(circle at 15% 0,#3b82f61f 0%,#0000 40%),radial-gradient(circle at 85% 100%,#10b98114 0%,#0000 40%);width:100vw;height:100vh;position:fixed;top:0;left:0}.animate-fade-up{opacity:0;animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeUp;transform:translateY(20px)}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}.btn-primary,.btn-outline{cursor:pointer;border-radius:999px;align-items:center;font-weight:500;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1);display:inline-flex}.btn-primary{background:var(--primary);color:#fff;border:1px solid #0000;gap:12px;padding:5px 5px 5px 18px;font-size:.85rem}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 8px 25px #3b82f659}.btn-icon{background:#fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;transition:all .3s;display:flex}.btn-primary:hover .btn-icon{color:var(--primary);background:#fff;transform:scale(1.05)translate(2px)}.btn-icon svg{width:14px;height:14px}.btn-outline{color:var(--text-main);border:1px solid var(--border-light);background:#ffffff08;justify-content:center;padding:5px 24px;font-size:.95rem}.btn-outline:hover{background:#ffffff14;border-color:#ffffff40;transform:translateY(-2px)}.hero-btn{min-width:220px;height:50px;font-size:1rem}.btn-primary.hero-btn{justify-content:space-between;padding:6px 8px 6px 24px}.btn-outline.hero-btn{justify-content:center}.hero-btn .btn-icon{width:36px;height:36px}.hero-btn .btn-icon svg{width:16px;height:16px}.auth-hidden{display:none!important}nav{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border-light);z-index:100;background:#020617b3;justify-content:space-between;align-items:center;width:100%;padding:1.2rem 5%;display:flex;position:fixed;top:0}.nav-links{align-items:center;gap:1.5rem;display:flex}.nav-link-text{color:var(--text-muted);cursor:pointer;font-size:.85rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-link-text:hover{color:#fff}.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:80px 5% 0;display:flex}.hero-badge{color:#60a5fa;letter-spacing:.5px;background:#3b82f61a;border:1px solid #3b82f633;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1.2rem;font-size:.8rem;font-weight:600;display:inline-flex}.hero h1{letter-spacing:-1.5px;max-width:900px;margin-bottom:1.5rem;font-size:clamp(2.8rem,6vw,5rem);font-weight:700;line-height:1.1}.hero p{color:var(--text-muted);max-width:600px;margin-bottom:3rem;font-size:1.1rem}.hero-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.2rem;display:flex}.section{border-top:1px solid var(--border-light);background:#0003;padding:6rem 5%}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{letter-spacing:-1px;margin-bottom:1rem;font-size:2.5rem}.section-header p{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.1rem}.diagram-shell{border:1px solid var(--border-light);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(#0f172a8c,#020617b3);border-radius:20px;max-width:1200px;margin:0 auto 2.5rem;padding:1rem;box-shadow:0 24px 50px #00000040}.diagram-shell img{border-radius:14px;width:100%;height:auto;display:block}.diagram-caption{text-align:center;color:var(--text-muted);margin-top:.9rem;font-size:.9rem}.grid-3{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.glass-card{background:var(--panel-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-light);border-radius:16px;padding:2.5rem;transition:transform .3s,border-color .3s}.glass-card:hover{border-color:#fff3;transform:translateY(-5px)}.icon-wrapper{width:44px;height:44px;color:var(--primary);background:#3b82f61a;border:1px solid #3b82f633;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.icon-wrapper svg{width:20px;height:20px}.glass-card h3{color:#fff;margin-bottom:.8rem;font-size:1.2rem}.glass-card p{color:var(--text-muted);font-size:.9rem;line-height:1.6}.grid-4{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.step-card{border-left:1px solid var(--border-light);background:0 0;padding:2rem;transition:all .3s;position:relative}.step-card:hover{border-left-color:var(--primary);background:linear-gradient(90deg,#3b82f60d 0%,#0000 100%)}.step-number{color:#ffffff0d;pointer-events:none;font-family:Space Grotesk;font-size:2.5rem;font-weight:700;line-height:1;transition:color .3s;position:absolute;top:1rem;right:1rem}.step-card:hover .step-number{color:#3b82f626}.step-icon{width:28px;height:28px;color:var(--text-main);margin-bottom:1.5rem}.step-card h4{color:#fff;margin-bottom:.75rem;font-size:1.1rem}.step-card p{color:var(--text-muted);font-size:.85rem;line-height:1.6}footer{text-align:center;border-top:1px solid var(--border-light);color:var(--text-muted);padding:3rem 5%;font-size:.85rem}.scene{pointer-events:none;z-index:0;position:fixed;inset:0;overflow:hidden}.grid-bg{opacity:.38;background-image:linear-gradient(#ffffff0a 1px,#0000 1px),linear-gradient(90deg,#ffffff0a 1px,#0000 1px);background-size:72px 72px;position:absolute;inset:-20%;transform:perspective(1200px)rotateX(65deg)translateY(10vh);-webkit-mask-image:radial-gradient(circle,#000 35%,#0000 82%);mask-image:radial-gradient(circle,#000 35%,#0000 82%)}.orb{filter:blur(4px);border-radius:50%;position:absolute}.orb.one{background:#3b82f62e;width:440px;height:440px;top:-120px;left:-120px}.orb.two{background:#10b9811f;width:360px;height:360px;top:6vh;right:-100px}.noise{pointer-events:none;opacity:.04;mix-blend-mode:soft-light;z-index:1;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");position:fixed;inset:0}.shell{z-index:2;grid-template-columns:minmax(0,1.05fr) minmax(360px,440px);align-items:center;gap:40px;max-width:1400px;min-height:100vh;margin:0 auto;padding:40px;display:grid;position:relative}.signin-hero{text-align:left;flex-direction:column;justify-content:center;align-items:flex-start;gap:28px;max-width:760px;padding:28px 10px 28px 20px;display:flex}.signin-hero .brand{color:var(--text-main);border:1px solid var(--border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#02061773;border-radius:999px;align-items:center;gap:12px;width:fit-content;padding:10px 16px;font-size:1.05rem;font-weight:700;text-decoration:none;display:inline-flex;box-shadow:0 10px 30px #0000002e}.signin-hero h1{max-width:14ch;margin:0;font-size:clamp(3rem,5.5vw,5.4rem);line-height:1.05}.signin-hero p{color:#cbd5e1;max-width:56ch;margin:0;font-size:1.1rem;line-height:1.7}.auth-panel{flex-direction:column;justify-self:end;gap:20px;width:100%;max-width:440px;display:flex}.auth-card{z-index:1;border-radius:var(--radius-xl);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);text-align:left;background:linear-gradient(#0f172ad9,#020617f2);border:1px solid #ffffff1f;flex-direction:column;padding:32px 28px;display:flex;position:relative;overflow:hidden}.auth-card:before{content:"";pointer-events:none;border-radius:inherit;background:linear-gradient(135deg,#3b82f629,#0000 32%,#10b98114 100%);position:absolute;inset:-1px}.card-head h2{margin:0 0 8px;font-size:1.75rem;line-height:1.1}.card-head p{color:var(--text-muted);margin:0 0 24px;font-size:.9rem;line-height:1.6}.btn-google{border:1px solid var(--border-light);color:#fff;width:100%;font:inherit;cursor:pointer;background:#ffffff08;border-radius:12px;justify-content:flex-start;align-items:center;gap:16px;padding:14px 24px;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.btn-google:hover:not(:disabled){background:#ffffff14;border-color:#ffffff4d;transform:translateY(-2px);box-shadow:0 10px 20px #0003}.btn-google:disabled{opacity:.7;cursor:not-allowed}.btn-google img{width:22px;height:22px}.auth-input{color:#f8fafc;background-color:#0006;border:1px solid #ffffff14;border-radius:12px;width:100%;height:48px;padding:0 1rem;font-family:Inter,sans-serif;font-size:.95rem;transition:all .2s}.auth-input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 2px #3b82f633}.auth-btn-submit{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;height:50px;margin-top:.5rem;font-size:.95rem;font-weight:600;transition:all .3s;display:flex}.auth-btn-submit:hover:not(:disabled){background:#2563eb;transform:translateY(-2px);box-shadow:0 10px 20px #3b82f633}.auth-btn-submit:disabled{opacity:.7;cursor:not-allowed}.demo-creds-box{cursor:pointer;-webkit-user-select:none;user-select:none;text-align:left;background:#3b82f614;border:1px solid #3b82f62e;border-radius:12px;align-items:flex-start;gap:10px;margin:1.2rem 0;padding:.8rem 1rem;font-size:.8rem;line-height:1.5;transition:all .2s;display:flex}.demo-creds-box:hover{background:#3b82f624;border-color:#3b82f659;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f61a}.demo-creds-box:active{transform:translateY(0)}.footnote{color:var(--text-muted);margin-top:32px;font-size:.85rem;line-height:1.5}.spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin;display:inline-block}#canvas-container{z-index:1;position:absolute;inset:0}#ui{z-index:10;pointer-events:none;flex-direction:column;display:flex;position:absolute;inset:0}.topbar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);pointer-events:auto;z-index:110;background:#020617d1;flex-shrink:0;justify-content:space-between;align-items:center;padding:.85rem 1.75rem;display:flex;position:relative}.topbar .brand span{color:#3b82f6}.right-controls{align-items:center;gap:1.5rem;display:flex}#app-loader,#loader{z-index:9999;background:var(--bg-dark);flex-direction:column;justify-content:center;align-items:center;transition:opacity .5s,visibility .5s;display:flex;position:fixed;inset:0}#app-loader.hidden,#loader.hidden{opacity:0;visibility:hidden;pointer-events:none}.spinner-ring{border:3px solid #3b82f626;border-top-color:#3b82f6;border-radius:50%;width:48px;height:48px;margin-bottom:1.2rem;animation:1s linear infinite spin}.loader-text{color:#94a3b8;letter-spacing:2px;font-family:Space Grotesk;font-size:.9rem;font-weight:600}.help-chip{color:#60a5fa;cursor:pointer;pointer-events:auto;background:#3b82f626;border:1px solid #3b82f64d;border-radius:999px;align-items:center;gap:.4rem;padding:.45rem 1rem;font-size:.8rem;font-weight:600;transition:all .2s;display:inline-flex}.help-chip:hover{color:#93c5fd;background:#3b82f640;border-color:#3b82f680;transform:translateY(-1px)}.help-chip svg{width:15px;height:15px}.logout-chip{color:#ff99a8;cursor:pointer;pointer-events:auto;background:#ff20401f;border:1px solid #ff20403d;border-radius:999px;padding:.45rem .85rem;font-size:.78rem;font-weight:700;transition:all .2s}.logout-chip:hover{color:#ffccd5;background:#ff204033}.panels{pointer-events:none;z-index:105;flex:1;justify-content:space-between;align-items:flex-start;padding:1.25rem;display:flex}.panel{background:var(--panel);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid var(--border);pointer-events:auto;border-radius:16px;width:300px;padding:1.4rem;transition:opacity .3s,transform .3s;box-shadow:0 24px 48px -10px #0009}.ph{border-bottom:1px solid var(--border);color:#3b82f6;margin-bottom:.9rem;padding-bottom:.5rem;font-family:Space Grotesk;font-size:1.1rem;font-weight:700}.info{color:#94a3b8;margin-bottom:.9rem;font-size:.82rem;line-height:1.6}.btn{cursor:pointer;color:#fff;border:none;border-radius:8px;justify-content:center;align-items:center;gap:6px;width:100%;margin-top:.45rem;padding:.7rem;font-size:.85rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-blue{background:#3b82f6}.btn-blue:hover{background:#2563eb}.btn-yellow{background:#f59e0b}.btn-yellow:hover{background:#d97706}.btn-red{background:var(--occ)}.btn-red:hover{background:#cc1a33}.btn-ghost{border:1px solid var(--border);color:#cbd5e1;background:0 0}.btn-ghost:hover{background:#ffffff14}.btn-alert{background:linear-gradient(135deg, var(--occ), #b91c1c);box-shadow:0 0 12px #ff204066}.btn-alert:hover{box-shadow:0 0 20px #ff2040b3}.chip{border-radius:99px;align-items:center;gap:.35rem;margin-bottom:.75rem;padding:.25rem .65rem;font-size:.75rem;font-weight:600;display:inline-flex}.chip-green{color:#10b981;background:#10b98126;border:1px solid #10b9814d}.chip-yellow{color:#f59e0b;background:#f59e0b26;border:1px solid #f59e0b4d}.legend{border:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);pointer-events:auto;z-index:105;background:#020617d9;border-radius:99px;gap:.9rem;padding:.6rem 1.4rem;display:flex;position:absolute;bottom:1.2rem;left:50%;transform:translate(-50%)}.li{align-items:center;gap:.4rem;font-size:.75rem;font-weight:500;display:flex}.dot{border-radius:50%;width:9px;height:9px}.modal-overlay{z-index:500;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);pointer-events:auto;background:#020617f2;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-overlay-translucent{z-index:200;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:auto;background:#000000d9;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.profile-card{background:linear-gradient(#0f172afa,#020617f5);border:1px solid #3b82f64d;border-radius:24px;width:min(100%,450px);max-height:95vh;padding:2rem;overflow-y:auto;box-shadow:0 25px 50px -12px #00000080}.profile-card::-webkit-scrollbar{width:0}.form-group{text-align:left;margin-bottom:1.2rem}.form-group label{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.4rem;font-size:.8rem;font-weight:600;display:block}.form-group input{border:1px solid var(--border);color:#f8fafc;background-color:#0006;border-radius:8px;width:100%;padding:.85rem 1rem;font-family:Inter,sans-serif;font-size:.95rem;transition:all .2s}.form-group input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 2px #3b82f633}.year-btn-group{gap:.4rem;width:100%;display:flex}.year-btn{border:1px solid var(--border);color:#94a3b8;cursor:pointer;background-color:#0006;border-radius:8px;flex:1;padding:.85rem 0;font-family:Space Grotesk,sans-serif;font-size:.95rem;font-weight:700;transition:all .2s}.year-btn:hover{color:#f8fafc;background:#3b82f61a;border-color:#3b82f680}.year-btn.selected{color:#fff;background:#3b82f6;border-color:#3b82f6;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.onboarding-card{text-align:left;background:linear-gradient(#0f172afa,#020617f5);border:1px solid #3b82f640;border-radius:24px;width:min(100%,520px);padding:1.5rem;box-shadow:0 40px 90px #0000008c}.onboard-top{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.onboard-kicker{letter-spacing:.02em;color:#93c5fd;background:#3b82f61f;border:1px solid #3b82f62e;border-radius:999px;align-items:center;gap:.4rem;margin-bottom:.8rem;padding:.28rem .7rem;font-size:.72rem;font-weight:800;display:inline-flex}.onboard-title{color:#fff;margin-bottom:.35rem;font-family:Space Grotesk;font-size:1.35rem;font-weight:700;line-height:1.1}.onboard-copy{color:#94a3b8;max-width:44ch;font-size:.92rem;line-height:1.6}.onboard-steps{gap:.75rem;margin:1.2rem 0 1.3rem;display:grid}.onboard-step{background:#ffffff08;border:1px solid #ffffff0f;border-radius:16px;align-items:flex-start;gap:.8rem;padding:.95rem;display:flex}.onboard-num{color:#bfdbfe;background:#3b82f629;border:1px solid #3b82f638;border-radius:999px;flex:0 0 32px;justify-content:center;align-items:center;width:32px;height:32px;font-size:.82rem;font-weight:800;display:flex}.onboard-step h4{color:#fff;text-align:left;margin-bottom:.2rem;font-size:.92rem}.onboard-step p{color:#94a3b8;text-align:left;font-size:.82rem;line-height:1.55}.onboard-actions{flex-wrap:wrap;justify-content:flex-end;gap:.7rem;display:flex}.onboard-actions .btn{width:auto;min-width:140px;margin-top:0}.btn-plain{color:#cbd5e1;cursor:pointer;background:0 0;border:1px solid #94a3b842;transition:all .2s}.btn-plain:hover{background:#ffffff0f}.close-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-top:-.25rem;margin-right:-.25rem;transition:all .2s;display:flex}.close-btn:hover{color:#f8fafc;background:#ffffff14}.btn-blue-small{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;padding:.6rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s}.btn-blue-small:hover{background:#2563eb}.qr-card{text-align:center;background:#0f172a;border:1px solid #ffffff1f;border-radius:24px;width:340px;padding:2.5rem 2.2rem;animation:.35s cubic-bezier(.22,1,.36,1) slideUp;box-shadow:0 40px 80px #000000b3}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.qr-title{color:#fff;margin-bottom:.35rem;font-family:Space Grotesk;font-size:1.1rem;font-weight:700}.qr-sub{color:#64748b;margin-bottom:1.5rem;font-size:.8rem}.qr-wrap{background:#fff;border-radius:12px;justify-content:center;align-items:center;width:160px;height:160px;margin:0 auto 1.5rem;padding:12px;display:flex;position:relative}.qr-svg{width:100%;height:100%}#reader{border:1px solid #ffffff1a;border-radius:12px;width:100%;margin-bottom:1rem;overflow:hidden}.scan-tip-box{color:#94a3b8;text-align:left;background:#3b82f61a;border:1px solid #3b82f633;border-radius:8px;align-items:flex-start;gap:8px;margin-bottom:1rem;padding:.75rem;font-size:.8rem;display:flex}.scan-success{flex-direction:column;align-items:center;gap:.5rem;animation:.4s fadeIn;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.check-circle{background:#10b98126;border:2px solid #10b981;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.session-info{text-align:left;background:#10b98114;border:1px solid #10b98133;border-radius:12px;width:100%;margin-top:.5rem;padding:1rem}.session-row{justify-content:space-between;margin-bottom:.3rem;font-size:.8rem;display:flex}.session-row .k{color:#64748b}.session-row .v{color:#f8fafc;font-weight:600}.sh-card{border:1px solid var(--occ);text-align:center;background:#0f172a;border-radius:20px;width:320px;padding:2.2rem;animation:.3s slideUp;box-shadow:0 0 60px #ff204033}.sh-timer{color:var(--occ);margin:1rem 0;font-family:Space Grotesk;font-size:2.5rem;font-weight:700}.sh-ring{width:80px;height:80px;margin:0 auto .5rem;position:relative}.sh-ring svg{transform:rotate(-90deg)}.sh-ring circle{fill:none;stroke-width:5px}.sh-ring .track{stroke:#ff204026}.sh-ring .prog{stroke:var(--occ);stroke-linecap:round;stroke-dasharray:220;stroke-dashoffset:0;transition:stroke-dashoffset 1s linear}.alert-card{text-align:center;background:#0f172a;border:1px solid #ff204080;border-radius:20px;width:320px;padding:2rem;animation:.3s slideUp;box-shadow:0 0 60px #ff20404d,0 0 120px #ff20401a}.alert-icon{color:var(--occ);justify-content:center;margin-bottom:.75rem;font-size:2.5rem;animation:1s infinite pulse;display:flex}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.12)}}.alert-title{color:var(--occ);margin-bottom:.5rem;font-family:Space Grotesk;font-size:1.2rem;font-weight:700}.alert-input{border:1px solid var(--border);color:#f8fafc;resize:none;background:#ffffff0f;border-radius:8px;width:100%;height:80px;margin-top:.75rem;padding:.65rem;font-family:inherit;font-size:.85rem}.alert-input:focus{border-color:var(--occ);outline:none}#toast{border:1px solid var(--border);opacity:0;visibility:hidden;z-index:9999;pointer-events:none;background:#1e293b;border-radius:10px;padding:.75rem 1.4rem;font-size:.85rem;font-weight:500;transition:all .3s cubic-bezier(.2,.8,.2,1);position:fixed;bottom:2rem;right:2rem;transform:translateY(20px);box-shadow:0 10px 40px #00000080}#toast.show{opacity:1;visibility:visible;transform:translateY(0)}#toast.alert{border-color:var(--occ);color:#fff;background:#1e0a0ff5;box-shadow:0 15px 50px #ff204040}.panel.left{flex-direction:column;width:360px;max-height:calc(100vh - 120px);display:flex}.panel.right{width:340px}.vtab{color:#f8fafc;padding:.2rem 0;font-size:.9rem;font-weight:600;position:absolute;left:50%;transform:translate(-50%)}.vtab:after{content:"";background:#3b82f6;border-radius:2px;width:100%;height:2px;position:absolute;bottom:-6px;left:0}.stat-grid{grid-template-columns:1fr 1fr;gap:.65rem;margin-bottom:.9rem;display:grid}.stat-box{text-align:center;background:#0000004d;border:1px solid #ffffff0d;border-radius:8px;padding:.7rem}.stat-v{font-family:Space Grotesk;font-size:1.4rem;font-weight:700;transition:color .3s}.stat-l{color:#94a3b8;margin-top:.1rem;font-size:.68rem}.slog{border:1px solid var(--border);color:#a5b4fc;scroll-behavior:smooth;text-align:left;background:#020617;border-radius:8px;height:180px;padding:.65rem;font-family:monospace;font-size:.72rem;overflow-y:auto}.le{word-break:break-all;border-bottom:1px dashed #ffffff14;margin-bottom:.45rem;padding-bottom:.25rem}.le span.desk{color:#f8fafc;font-weight:700}.le span.state{color:#10b981;font-weight:700}.session-list{flex-direction:column;flex:1;gap:.6rem;padding-right:.4rem;display:flex;overflow-y:auto}.session-list::-webkit-scrollbar{width:6px}.session-list::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}.session-item{border:1px solid var(--border);border-left:4px solid var(--free);text-align:left;background:#0006;border-radius:8px;padding:.8rem}.si-header{justify-content:space-between;align-items:center;margin-bottom:.4rem;display:flex}.si-desk{font-family:Space Grotesk;font-size:1.1rem;font-weight:700}.si-state{text-transform:uppercase;border-radius:4px;padding:.2rem .5rem;font-size:.75rem;font-weight:700}.si-email{color:#f8fafc;white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:6px;margin-bottom:.3rem;font-size:.8rem;display:flex;overflow:hidden}.si-time{color:#94a3b8;border-top:1px dashed #ffffff1a;justify-content:space-between;margin-top:.5rem;padding-top:.5rem;font-size:.75rem;display:flex}.si-countdown{font-weight:600}.empty-state{text-align:center;color:#64748b;padding:2rem 0;font-size:.85rem;font-style:italic}@media (width<=1080px){.shell{grid-template-columns:1fr;gap:40px;padding:32px 24px}.signin-hero{text-align:left;align-items:flex-start;max-width:100%;padding:0}.auth-panel{justify-self:center;max-width:500px}}@media (width<=768px){.nav-link-text{display:none}.hero-actions{flex-direction:column;align-items:center;width:100%}.btn-primary,.btn-outline{width:100%;max-width:320px}.step-card{border-left:none;border-top:1px solid var(--border-light);padding:2rem 0}.step-card:hover{border-top-color:var(--primary);background:linear-gradient(#3b82f60d 0%,#0000 100%);border-left-color:#0000}.panels{pointer-events:auto;flex-direction:column;align-items:center;gap:1rem;padding-bottom:90px;overflow-y:auto}.panel{flex-shrink:0;width:100%;max-width:360px}.panel.left,.panel.right{width:100%;max-width:360px;max-height:none}.legend{border-radius:16px;flex-wrap:wrap;justify-content:center;width:90%}}.signin-shell{gap:36px;min-height:100vh;margin:0 auto;padding:60px 24px;flex-direction:column!important;grid-template-columns:none!important;max-width:960px!important;display:flex!important}.signin-shell .signin-hero{text-align:left;align-items:flex-start;max-width:100%;padding:0}.auth-cards-grid{grid-template-columns:repeat(2,1fr);align-items:stretch;gap:24px;width:100%;display:grid}@media (width<=768px){.auth-cards-grid{grid-template-columns:1fr;gap:20px}.signin-shell{gap:28px;padding:40px 16px}}.tab-switcher{z-index:2;background:#00000059;border:1px solid #ffffff0f;border-radius:10px;margin-bottom:24px;padding:4px;display:flex;position:relative}.tab-indicator{z-index:0;background:#3b82f6;border-radius:8px;width:calc(50% - 4px);transition:transform .28s cubic-bezier(.4,0,.2,1);position:absolute;top:4px;bottom:4px;left:4px;box-shadow:0 4px 12px #3b82f640}.tab-btn{color:#94a3b8;cursor:pointer;z-index:1;background:0 0;border:none;border-radius:8px;flex:1;padding:10px;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;transition:color .25s;position:relative}.tab-btn:hover,.tab-btn.active{color:#fff}.tab-content{animation:.3s forwards fadeIn}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero-container{text-align:left;grid-template-columns:1.2fr 1fr;align-items:center;gap:3.5rem;width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem;display:grid}.hero-left{flex-direction:column;align-items:flex-start;gap:1.5rem;display:flex}.hero-left h1{letter-spacing:-1.5px;margin-bottom:.5rem;font-size:clamp(2.4rem,4.5vw,4.2rem);font-weight:700;line-height:1.1}.hero-left p{color:var(--text-muted);text-align:left;max-width:580px;margin-bottom:1.5rem;font-size:1.05rem}.hero-left .hero-actions{justify-content:flex-start}.hero-right{perspective:1000px;width:100%}.hero-dashboard{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#0f172abf,#020617d9);border:1px solid #ffffff1a;border-radius:20px;flex-direction:column;gap:1.2rem;padding:1.5rem;transition:transform .4s,border-color .4s,box-shadow .4s;animation:6s ease-in-out infinite floatDashboard;display:flex;box-shadow:0 30px 60px #0006,0 0 40px #3b82f60d}@keyframes floatDashboard{0%,to{transform:translateY(0)rotateX(1deg)rotateY(-1deg)}50%{transform:translateY(-10px)rotateX(2deg)rotateY(1deg)}}.metrics-row{grid-template-columns:repeat(3,1fr);gap:.85rem;display:grid}.metric-panel{background:#0000004d;border:1px solid #ffffff0f;border-radius:12px;flex-direction:column;gap:.35rem;padding:.85rem 1rem;transition:all .3s;display:flex}.metric-panel:hover{background:#ffffff05;border-color:#3b82f633}.metric-panel .metric-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-size:.72rem;font-weight:600}.metric-panel .metric-value{color:#fff;align-items:center;gap:.5rem;font-family:Space Grotesk,sans-serif;font-size:1.35rem;font-weight:700;display:flex}.status-dot-glowing{background-color:var(--accent);width:8px;height:8px;box-shadow:0 0 10px var(--accent);border-radius:50%;display:inline-block;position:relative}.status-dot-glowing:after{content:"";border:1px solid var(--accent);opacity:0;border-radius:50%;animation:2s ease-out infinite pulseDot;position:absolute;inset:-4px}@keyframes pulseDot{0%{opacity:.5;transform:scale(.8)}to{opacity:0;transform:scale(2.2)}}.mock-terminal{background:#030712e6;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;display:flex;overflow:hidden;box-shadow:inset 0 0 20px #0009}.terminal-header{background:#0f172ab3;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:.6rem 1rem;display:flex}.terminal-buttons{gap:6px;display:flex}.terminal-btn{border-radius:50%;width:10px;height:10px}.terminal-btn.close{background-color:#ef4444}.terminal-btn.minimize{background-color:#eab308}.terminal-btn.maximize{background-color:#22c55e}.terminal-title{color:var(--text-muted);font-family:monospace;font-size:.72rem}.terminal-badge{color:#60a5fa;background:#3b82f626;border:1px solid #3b82f64d;border-radius:4px;padding:2px 8px;font-size:.65rem;font-weight:600}.terminal-body{color:#a7f3d0;scroll-behavior:smooth;height:220px;padding:1rem;font-family:Fira Code,Consolas,monospace;font-size:.78rem;line-height:1.45;overflow-y:auto}.terminal-body::-webkit-scrollbar{width:5px}.terminal-body::-webkit-scrollbar-track{background:0 0}.terminal-body::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}.terminal-line{word-break:break-all;white-space:pre-wrap;margin-bottom:4px}.terminal-line.info{color:#38bdf8}.terminal-line.success{color:#34d399}.terminal-line.warn{color:#fbbf24}.terminal-line.system{color:#c084fc}.terminal-cursor{background-color:#a7f3d0;width:6px;height:12px;margin-left:3px;animation:1s steps(2,start) infinite blinkCursor;display:inline-block}@keyframes blinkCursor{to{visibility:hidden}}@media (width<=1024px){.hero-container{text-align:center;grid-template-columns:1fr;gap:3rem}.hero-left{align-items:center}.hero-left p{text-align:center;margin:0 auto 1.5rem}.hero-left .hero-actions{justify-content:center}.hero-right{max-width:620px;margin:0 auto}.hero-dashboard{animation:none}}@media (width<=640px){.metrics-row{grid-template-columns:1fr;gap:.6rem}.hero h1{font-size:2.3rem}.terminal-body{height:180px}}@media (width<=1024px){body{zoom:.8}}@media (width<=480px){.user-name-text{display:none}.right-controls{gap:.75rem}.topbar{padding:.75rem 1rem}.auth-card{padding:24px 20px}.shell{gap:24px;padding:24px 16px}.signin-hero h1{font-size:2.2rem}.section{padding:3.5rem 1.25rem}.section-header{margin-bottom:2rem}.section-header h2{font-size:1.8rem}.grid-3{grid-template-columns:1fr;gap:1.2rem}.glass-card{padding:1.5rem}.diagram-shell{margin-bottom:1.5rem;padding:.5rem}.metrics-row{grid-template-columns:repeat(3,1fr)!important;gap:.4rem!important}.metric-panel{padding:.5rem .4rem!important}.metric-panel .metric-label{font-size:.58rem!important}.metric-panel .metric-value{gap:.2rem!important;font-size:.9rem!important}}@media (width<=1024px){.hero{height:auto;min-height:auto;padding-top:110px;padding-bottom:3.5rem}}.mobile-browser-warning{display:none}@media (width<=768px){.mobile-browser-warning{color:#fca5a5;pointer-events:auto;z-index:150;text-align:left;background:#ef444426;border:1px solid #ef44444d;border-radius:12px;align-items:flex-start;gap:12px;margin:1.25rem 1.25rem .25rem;padding:.85rem 1.1rem;font-size:.8rem;line-height:1.4;display:flex;box-shadow:0 10px 25px #0003}}
