@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/8a480f0b521d4e75-s.8e0177b5.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/7178b3e590c64307-s.b97b3418.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/caa3a2e1cccd8315-s.p.853070df.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Geist Fallback;src:local(Arial);ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.0%;size-adjust:104.76%}.geist_a71539c9-module__T19VSG__className{font-family:Geist,Geist Fallback;font-style:normal}.geist_a71539c9-module__T19VSG__variable{--font-geist-sans:"Geist","Geist Fallback"}
@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/4fa387ec64143e14-s.c1fdd6c2.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/bbc41e54d2fcbd21-s.799d8ef8.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/797e433ab948586e-s.p.dbea232f.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Geist Mono Fallback;src:local(Arial);ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.0%;size-adjust:134.59%}.geist_mono_8d43a2aa-module__8Li5zG__className{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.geist_mono_8d43a2aa-module__8Li5zG__variable{--font-geist-mono:"Geist Mono","Geist Mono Fallback"}
:root{--background:#031124;--foreground:#f8fafc;--panel-bg:#091c37b3;--panel-border:#ffffff14;--primary:#f59e0b;--primary-hover:#fbbf24;--danger:#ef4444;--danger-hover:#dc2626;--success:#10b981;--warning:#fde047;--glow:#f59e0b33}body{color:var(--foreground);background:var(--background);font-family:var(--font-geist-sans),Arial,Helvetica,sans-serif;background-image:radial-gradient(circle,#123f6999 0%,#0000 70%);justify-content:center;align-items:center;min-height:100vh;margin:0;padding:0;display:flex}.app-container{grid-template-columns:1fr;gap:2rem;width:100%;max-width:1200px;min-height:85vh;margin:0 auto;padding:2rem;display:grid}@media (min-width:1024px){.app-container{grid-template-columns:4fr 8fr}}.panel-left{flex-direction:column;gap:1.5rem;display:flex}.panel-right{flex-direction:column;min-height:500px;display:flex}.glass-panel{background:var(--panel-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--panel-border);box-shadow:0 25px 50px -12px #00000080,0 0 0 1px var(--panel-border)inset;box-sizing:border-box;border-radius:16px;width:100%;padding:2rem}.header{align-items:center;gap:.75rem;margin-bottom:2rem;display:flex}.logo-icon{background:linear-gradient(to top right,var(--warning),var(--primary));width:40px;height:40px;box-shadow:0 4px 14px 0 var(--glow);border-radius:12px;justify-content:center;align-items:center;display:flex}.logo-icon svg{color:#111827;width:24px;height:24px}.title{color:#fff;letter-spacing:-.025em;margin:0;font-size:1.75rem;font-weight:800}.title-highlight{color:var(--warning)}.button-group{gap:1rem;margin-bottom:2rem;display:flex}.button-primary{background:var(--primary);color:#111827;cursor:pointer;z-index:1;border:none;border-radius:8px;flex:1;padding:.75rem 1rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.button-primary:after{content:"";z-index:-1;background:linear-gradient(90deg,#0000,#fff6,#0000);width:100%;height:100%;transition:transform .6s ease-in-out;position:absolute;top:0;left:0;transform:translate(-100%)}.button-primary:hover:not(:disabled){background:var(--primary-hover);box-shadow:0 8px 25px -8px var(--primary);transform:translateY(-2px)}.button-primary:hover:not(:disabled):after{transform:translate(100%)}.button-primary:disabled{opacity:.5;cursor:not-allowed;background:#374151}.button-danger{color:#fff;cursor:pointer;z-index:1;background:linear-gradient(135deg,#ef4444e6,#991b1be6);border:1px solid #ef444466;border-radius:8px;flex:1;padding:.75rem 1rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.button-danger:after{content:"";z-index:-1;background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:transform .6s ease-in-out;position:absolute;top:0;left:0;transform:translate(-100%)}.button-danger:hover:not(:disabled){background:linear-gradient(135deg,#ef4444,#b91c1c);border-color:#ef4444cc;transform:translateY(-2px);box-shadow:0 8px 25px -8px #ef4444cc,inset 0 0 10px #ef44444d}.button-danger:hover:not(:disabled):after{transform:translate(100%)}.button-danger:disabled{opacity:.5;cursor:not-allowed;background:#374151;border-color:#4b5563}.form-group{margin-bottom:1.5rem}.form-label{color:#9ca3af;margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.input-field{color:#fff;box-sizing:border-box;background:#0003;border:1px solid #ffffff1a;border-radius:8px;width:100%;padding:.75rem 1rem;font-size:1rem;transition:all .3s}.input-field:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #6366f133}.status-badge{text-align:center;border-radius:8px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;animation:.4s ease-out fadeIn}.status-info{color:#60a5fa;background:#3b82f61a;border:1px solid #3b82f633}.status-success{color:#34d399;background:#10b9811a;border:1px solid #10b98133}.status-error{color:#f87171;background:#ef44441a;border:1px solid #ef444433}.session-details{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;margin-bottom:1.5rem;padding:1.25rem;animation:.4s ease-out fadeIn}.session-header{color:#818cf8;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #ffffff1a;margin-bottom:1rem;padding-bottom:.5rem;font-size:.75rem;font-weight:700}.session-row{margin-bottom:.75rem}.session-label{color:#6b7280;font-size:.75rem;display:block}.session-value{color:#e5e7eb;font-family:monospace}.timer-value{letter-spacing:.05em;text-align:center;font-family:monospace;font-size:2.5rem;font-weight:800;display:block}.timer-safe{color:var(--success);text-shadow:0 0 15px #10b98166}.timer-danger{color:var(--danger);text-shadow:0 0 15px #ef444480;animation:1.5s infinite pulseSlow}.dominant-timer{text-align:center;background:#0000004d;border:1px solid #ffffff0d;border-radius:12px;margin-bottom:2rem;padding:1rem;animation:.4s ease-out fadeIn;box-shadow:inset 0 0 20px #00000080}.dominant-timer-label{text-transform:uppercase;letter-spacing:.1em;color:#9ca3af;margin-bottom:.5rem;font-size:.75rem;display:block}.challenge-box{background:linear-gradient(135deg,#fb923c26,#ea580c26);border:2px solid #f9731666;border-radius:12px;margin-top:1rem;margin-bottom:1rem;padding:1.5rem;animation:.4s ease-out fadeIn;position:relative;overflow:hidden;box-shadow:0 0 25px #f9731626,inset 0 0 15px #f973161a}.challenge-box:before{content:"";background:var(--primary);width:6px;height:100%;box-shadow:0 0 10px var(--primary);position:absolute;top:0;left:0}.challenge-title{color:var(--primary-hover);letter-spacing:-.01em;align-items:center;gap:.5rem;margin:0 0 .75rem;font-size:1.25rem;font-weight:900;display:flex}.challenge-desc{color:#cbd5e1;margin-bottom:1.25rem;font-size:.85rem;line-height:1.6}.challenge-code{color:var(--warning);background:#0009;border:1px solid #fde04733;border-radius:4px;padding:.2rem .4rem;font-family:monospace;font-weight:600}.challenge-input-group{flex-direction:column;gap:.75rem;display:flex}.challenge-input{color:#fff;box-sizing:border-box;background:#0006;border:1px solid #f59e0b66;border-radius:8px;width:100%;padding:.75rem;font-family:monospace;font-size:1rem;transition:all .3s}.challenge-input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #f59e0b40}.challenge-btn{background:var(--primary);color:#111827;cursor:pointer;text-transform:uppercase;letter-spacing:.05em;border:none;border-radius:8px;padding:.75rem 1rem;font-size:.875rem;font-weight:800;transition:all .2s cubic-bezier(.4,0,.2,1)}.challenge-btn:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 4px 12px #f59e0b4d}.challenge-btn:disabled{opacity:.5;cursor:not-allowed}.iframe-container{background:#000;border:1px solid #ffffff0d;border-radius:12px;flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden;box-shadow:0 0 30px #00000080}.iframe-header{letter-spacing:.05em;color:#a0aec0;background:linear-gradient(#2d3748,#1a202c);border-bottom:1px solid #000;align-items:center;gap:8px;padding:10px 16px;font-size:.75rem;font-weight:600;display:flex}.header-title{color:#666;margin:0 auto;font-family:monospace}.mac-dots{gap:6px;display:flex}.mac-dot{border-radius:50%;width:10px;height:10px}.dot-red{background:#ff5f56}.dot-yellow{background:#ffbd2e}.dot-green{background:#27c93f}.iframe-window{background:#1a1b26;border:none;flex:1;width:100%;height:100%}.iframe-empty{color:#6b7280;text-align:center;background:#1a1b26;flex-direction:column;flex:1;justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;font-family:monospace;font-size:.875rem;display:flex}.empty-icon{width:64px;height:64px;margin-bottom:1rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseSlow{0%,to{opacity:1}50%{opacity:.5}}.loading-overlay{-webkit-backdrop-filter:blur(8px);z-index:9999;opacity:0;pointer-events:none;background:#031124d9;justify-content:center;align-items:center;width:100vw;height:100vh;transition:opacity .5s;display:flex;position:fixed;top:0;left:0}.loading-overlay.visible{opacity:1;pointer-events:auto}.blurred{filter:blur(4px)grayscale(50%);pointer-events:none;transition:all .5s}.loading-content{text-align:center;border:1px solid var(--panel-border);box-shadow:0 25px 50px -12px #00000080,0 0 0 1px var(--panel-border)inset;background:#091c37e6;border-radius:20px;flex-direction:column;align-items:center;max-width:500px;padding:3rem;display:flex}.loading-spinner{border:4px solid #fde04733;border-left-color:var(--warning);border-radius:50%;width:60px;height:60px;margin-bottom:2rem;animation:1s linear infinite spin}.loading-title{color:#fff;letter-spacing:-.025em;margin:0 0 1rem;font-size:1.5rem;font-weight:800}.loading-quote{color:var(--warning);min-height:40px;font-family:monospace;font-size:.9rem;animation:2s infinite pulseSlow}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.active-lab-container{box-sizing:border-box;flex-direction:column;gap:1.5rem;width:100%;max-width:1800px;height:100vh;margin:0 auto;padding:1.5rem;animation:.5s ease-out fadeIn;display:flex}.lab-top{justify-content:space-between;align-items:stretch;gap:1.5rem;display:flex}.lab-top-left{flex:1;display:flex}.lab-top-right{flex-direction:row;justify-content:flex-end;align-items:stretch;gap:1rem;display:flex}.active-challenge{-webkit-backdrop-filter:blur(16px);border:1px solid var(--panel-border);border-left:6px solid var(--primary);box-sizing:border-box;background:#091c37d9;border-radius:16px;flex-direction:column;justify-content:center;width:100%;height:100%;margin:0;padding:1.5rem 2rem;display:flex;box-shadow:0 25px 50px -12px #00000080,inset 0 0 20px #f59e0b14}.active-timer-wrapper{flex-direction:row;align-items:stretch;gap:1rem;display:flex}.active-timer{flex-direction:column;justify-content:center;min-width:250px;height:100%;margin:0;display:flex}.active-timer .timer-value{font-size:2.75rem}.stop-button{letter-spacing:.05em;text-transform:uppercase;border-radius:12px;margin:0;padding:0 2rem;font-size:1rem;font-weight:800}.inline-header{border-bottom:1px solid #ffffff0d;align-items:center;gap:.75rem;margin-bottom:1rem;padding-bottom:1rem;display:flex}.inline-header .logo-icon{border-radius:8px;width:32px;height:32px}.inline-header .logo-icon svg{width:18px;height:18px}.inline-header .title{font-size:1.25rem}.challenge-input-row{align-items:stretch;gap:1rem;margin-top:.5rem;display:flex}.challenge-input-row .challenge-input{flex:1}.challenge-input-row .challenge-btn{padding:0 2.5rem;font-size:1rem}.lab-terminal{border:1px solid #ffffff0d;border-radius:12px;flex-direction:column;flex:1;min-height:400px;display:flex;overflow:hidden;box-shadow:0 0 40px #0009}.lab-terminal .iframe-container{box-shadow:none;border:none;border-radius:0;height:100%}@media (max-width:1024px){.lab-top{flex-direction:column}}.portal-container{flex-direction:column;width:100%;min-height:100vh;display:flex}.portal-header{box-sizing:border-box;-webkit-backdrop-filter:blur(8px);background:#03112499;border-bottom:1px solid #ffffff0d;width:100%;padding:1.5rem 2rem;display:flex}.portal-logo{object-fit:contain;height:32px}.portal-main{flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.portal-content-box{width:100%;max-width:1200px}.confirm-modal-overlay{-webkit-backdrop-filter:blur(8px);z-index:9999;background:#031124d9;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.3s ease-out fadeIn;display:flex;position:fixed;top:0;left:0}.confirm-modal-content{border-top:4px solid var(--danger);width:90%;max-width:500px;animation:.4s ease-out fadeIn}.button-secondary{color:#cbd5e1;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;transition:all .2s}.button-secondary:hover{color:#fff;background:#ffffff1a;border-color:#fff6}
