@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#e2e8f0;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0a0f1e;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}body{background:#0a0f1e;min-width:320px;min-height:100vh;margin:0;overflow-x:hidden}.landing-page{z-index:1;min-height:100vh;position:relative}.checkout-bg{pointer-events:none;z-index:0;position:fixed;inset:0}.bg-orb{filter:blur(80px);opacity:.1;border-radius:50%;animation:12s ease-in-out infinite orbFloat;position:absolute}.orb-1{background:#3b82f6;width:600px;height:600px;animation-delay:0s;top:-150px;left:-150px}.orb-2{background:#8b5cf6;width:500px;height:500px;animation-delay:4s;top:35%;right:-100px}.orb-3{background:#06b6d4;width:400px;height:400px;animation-delay:8s;bottom:-50px;left:20%}@keyframes orbFloat{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-30px)scale(1.05)}}.checkout-header{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0a0f1ebf;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:1.25rem 5%;display:flex;position:sticky;top:0}.logo-lockup{align-items:center;gap:.75rem;display:flex}.logo-icon{color:#fff;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.2rem;display:flex}.logo-text{color:#fff;font-size:1.15rem;font-weight:700}.logo-badge{text-transform:uppercase;color:#fff;vertical-align:middle;background:linear-gradient(90deg,#3b82f6,#8b5cf6);border-radius:20px;margin-left:4px;padding:1px 6px;font-size:.6rem;font-weight:700}.header-cta-btn{color:#fff;cursor:pointer;background:#ffffff08;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:.4rem;padding:.6rem 1.25rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.header-cta-btn:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-1px)}.app-container{z-index:10;max-width:1200px;margin:0 auto;padding:4rem 1.5rem;position:relative}.hero{text-align:center;margin-bottom:5rem;animation:.6s both fadeUp}.hero-badge{color:#3b82f6;background:#3b82f614;border:1px solid #3b82f62e;border-radius:20px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.78rem;font-weight:600;display:inline-flex}.hero-badge i{color:#22c55e}.hero-title{letter-spacing:-.03em;background:linear-gradient(135deg,#fff,#94a3b8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0 0 1.25rem;font-size:2.6rem;font-weight:800;line-height:1.15}@media (width<=768px){.hero-title{font-size:1.85rem}}.hero-subtitle{color:#94a3b8;max-width:640px;margin:0 auto 2.5rem;font-size:.95rem;line-height:1.6}.hero-actions{justify-content:center;align-items:center;gap:1rem;display:flex}.btn-primary,.btn-secondary{cursor:pointer;box-sizing:border-box;border-radius:12px;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:700;transition:all .2s;display:inline-flex}.btn-primary{color:#fff;background:linear-gradient(135deg,#3b82f6,#6366f1);border:none;box-shadow:0 4px 20px #3b82f659}.btn-primary:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 6px 24px #3b82f673}.btn-secondary{color:#e2e8f0;background:#ffffff0d;border:1px solid #ffffff1a}.btn-secondary:hover{background:#ffffff1a;border-color:#fff3;transform:translateY(-2px)}.demo-section{margin-bottom:6rem;animation:.6s both fadeUp}.demo-window{background:#0f172a;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 30px 60px -15px #000c}.demo-window-header{background:#0f172acc;border-bottom:1px solid #ffffff0f;align-items:center;padding:.85rem 1.25rem;display:flex;position:relative}.window-dots{gap:6px;display:flex}.dot{border-radius:50%;width:11px;height:11px}.dot-red{background:#ef4444}.dot-yellow{background:#f59e0b}.dot-green{background:#10b981}.window-address{color:#64748b;background:#0000004d;border:1px solid #ffffff0a;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;max-width:420px;margin:0 auto;padding:.35rem 2rem;font-family:monospace;font-size:.78rem;display:flex}.window-address i{color:#22c55e}.demo-workspace{min-height:380px;display:flex}@media (width<=768px){.demo-workspace{flex-direction:column}}.demo-sidebar{background:#0003;border-right:1px solid #ffffff0f;width:220px;padding:1.5rem 1rem}@media (width<=768px){.demo-sidebar{border-bottom:1px solid #ffffff0f;border-right:none;width:100%}}.sidebar-group{flex-direction:column;gap:.5rem;display:flex}@media (width<=768px){.sidebar-group{flex-flow:wrap}}.sidebar-item{color:#94a3b8;cursor:pointer;border-radius:8px;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.88rem;font-weight:500;transition:all .2s;display:flex}.sidebar-item:hover{color:#fff;background:#ffffff08}.sidebar-item.active{color:#3b82f6;background:#3b82f614;border:1px solid #3b82f626}.demo-content{background:#0f172a33;flex:1;padding:2rem}.demo-tab-pane{animation:.3s both fadeUp}.demo-grid-3{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:2rem;display:grid}@media (width<=580px){.demo-grid-3{grid-template-columns:1fr}}.demo-card-stat{background:#ffffff05;border:1px solid #ffffff0f;border-radius:12px;padding:1.25rem}.stat-label{color:#64748b;text-transform:uppercase;font-size:.78rem;font-weight:600}.stat-value-group{justify-content:space-between;align-items:center;margin-top:.5rem;display:flex}.stat-value{color:#f1f5f9;font-size:1.75rem;font-weight:800}.stat-pulse{background:#10b981;border-radius:50%;width:10px;height:10px;animation:2s infinite blinkPulse;box-shadow:0 0 0 4px #10b98140}.stat-trend{color:#10b981;background:#10b9811a;border-radius:20px;padding:2px 8px;font-size:.78rem;font-weight:700}.stat-badge-warning{color:#f97316;text-transform:uppercase;background:#f973161a;border-radius:20px;padding:2px 8px;font-size:.72rem;font-weight:700}@keyframes blinkPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.1)}}.demo-table-wrapper{background:#ffffff03;border:1px solid #ffffff0a;border-radius:12px;padding:1.25rem}.demo-table-wrapper h4{margin:0 0 1rem;font-size:1rem;font-weight:700}.demo-table{border-collapse:collapse;text-align:left;width:100%}.demo-table th,.demo-table td{border-bottom:1px solid #ffffff0a;padding:.75rem 1rem;font-size:.85rem}.demo-table th{color:#64748b;font-weight:600}.demo-table td{color:#94a3b8}.badge{border-radius:20px;padding:2px 8px;font-size:.72rem;font-weight:700}.badge-success{color:#10b981;background:#10b9811f}.badge-warning{color:#f59e0b;background:#f59e0b1f}.badge-error{color:#ef4444;background:#ef44441f}.text-success{color:#10b981}.text-warning{color:#f59e0b}.text-danger{color:#ef4444}.text-orange{color:#f97316}.proctor-split{gap:1.5rem;display:flex}@media (width<=768px){.proctor-split{flex-direction:column}}.proctor-feed{background:#020617;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;flex:1;height:250px;display:flex;position:relative;overflow:hidden}.feed-overlay{letter-spacing:.5px;background:#0009;border-radius:20px;align-items:center;gap:6px;padding:4px 10px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:12px;left:12px}.feed-status-light{background:#ef4444;border-radius:50%;width:8px;height:8px;animation:1.5s infinite blinkPulse}.feed-scanner{flex:1;justify-content:center;align-items:center;display:flex;position:relative}.feed-scanner:before{content:"";border-top:2px solid #3b82f6;border-left:2px solid #3b82f6;width:100px;height:100px;position:absolute;top:40px;left:30%}.feed-scanner:after{content:"";border-bottom:2px solid #3b82f6;border-right:2px solid #3b82f6;width:100px;height:100px;position:absolute;bottom:40px;right:30%}.face-boundary{background:#3b82f60a;border:1px dashed #3b82f699;border-radius:8px;padding:.5rem 1rem}.boundary-text{color:#60a5fa;font-family:monospace;font-size:.72rem;font-weight:700}.feed-footer{color:#64748b;background:#0006;justify-content:space-between;padding:8px 16px;font-size:.75rem;display:flex}.proctor-logs{background:#020617;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;width:280px;height:250px;padding:1rem;display:flex}@media (width<=768px){.proctor-logs{width:100%}}.logs-header{color:#64748b;text-transform:uppercase;border-bottom:1px solid #ffffff0f;margin-bottom:.5rem;padding-bottom:.5rem;font-size:.78rem;font-weight:700}.logs-body{flex-direction:column;flex:1;gap:6px;display:flex;overflow-y:auto}.log-line{color:#38bdf8;font-family:monospace;font-size:.72rem;line-height:1.4;animation:.3s both logFadeIn}@keyframes logFadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.demo-settings-form{max-width:480px;margin:0 auto}.demo-settings-form h4{margin:0 0 1.5rem;font-size:1.1rem}.demo-form-group{flex-direction:column;gap:.5rem;margin-bottom:1.5rem;display:flex}.demo-form-group label{color:#94a3b8;font-size:.82rem;font-weight:600}.demo-input-group{align-items:center;display:flex}.demo-input{color:#fff;background:#0003;border:1px solid #ffffff1a;border-right:none;border-radius:8px 0 0 8px;outline:none;flex:1;padding:.6rem .85rem;font-size:.88rem;transition:all .2s}.demo-input:focus{border-color:#3b82f6}.demo-addon{color:#475569;white-space:nowrap;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:0 8px 8px 0;padding:.6rem .85rem;font-size:.82rem}.demo-hint{color:#475569;margin:0;font-size:.72rem}.demo-select{color:#64748b;cursor:not-allowed;background:#0003;border:1px solid #ffffff1a;border-radius:8px;outline:none;padding:.6rem .85rem;font-size:.88rem}.features-section{margin-bottom:6rem}.features-header{text-align:center;margin-bottom:3.5rem}.features-title{color:#f1f5f9;margin:0 0 .5rem;font-size:1.6rem;font-weight:800}.features-subtitle{color:#64748b;margin:0;font-size:.95rem}.features-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (width<=900px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.features-grid{grid-template-columns:1fr}}.feature-card{background:#ffffff08;border:1px solid #ffffff0f;border-radius:20px;padding:2.25rem 2rem;transition:all .25s;position:relative;overflow:hidden}.feature-card:hover{background:#ffffff0d;border-color:#3b82f64d;transform:translateY(-5px);box-shadow:0 20px 40px #00000040}.card-icon{border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:1.5rem;font-size:1.4rem;display:flex}.icon-blue{color:#3b82f6;background:#3b82f61f}.icon-purple{color:#8b5cf6;background:#8b5cf61f}.icon-cyan{color:#06b6d4;background:#06b6d41f}.icon-emerald{color:#10b981;background:#10b9811f}.icon-pink{color:#ec4899;background:#ec48991f}.icon-orange{color:#f97316;background:#f973161f}.card-title{color:#f1f5f9;margin:0 0 .75rem;font-size:1.02rem;font-weight:700}.card-description{color:#94a3b8;margin:0;font-size:.8rem;line-height:1.5}.billing-toggle-wrap{background:#ffffff08;border:1px solid #ffffff0f;border-radius:30px;align-items:center;gap:1rem;margin-top:1.5rem;padding:.5rem 1.25rem;display:inline-flex}.toggle-label{color:#64748b;font-size:.85rem;font-weight:600;transition:all .2s}.toggle-label.active{color:#fff}.billing-toggle-btn{cursor:pointer;background:#ffffff1a;border:none;border-radius:20px;width:44px;height:24px;transition:background .3s;position:relative}.billing-toggle-btn.toggled{background:#3b82f6}.toggle-slider{background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .3s cubic-bezier(.16,1,.3,1);position:absolute;top:3px;left:3px;box-shadow:0 2px 4px #0003}.billing-toggle-btn.toggled .toggle-slider{transform:translate(20px)}.discount-pill{color:#10b981;text-transform:uppercase;background:#10b98126;border-radius:20px;margin-left:4px;padding:2px 8px;font-size:.68rem;font-weight:700}.plans-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem;display:grid}@media (width<=900px){.plans-grid{grid-template-columns:1fr;max-width:480px;margin:2rem auto 0}}.plan-card{cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;padding:2rem 1.75rem;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;position:relative;overflow:hidden}.plan-card:hover{transform:translateY(-6px);box-shadow:0 20px 60px #00000059}.plan-card--pro{background:#3b82f60f;border-color:#3b82f666;box-shadow:0 0 0 1px #3b82f633,0 8px 32px #3b82f61a}.plan-card--pro:hover{border-color:#3b82f6b3}.plan-card--enterprise{background:#8b5cf60d;border-color:#8b5cf659}.plan-card--enterprise:hover{border-color:#8b5cf699}.plan-badge-wrap{position:absolute;top:1rem;right:1rem}.plan-badge-pill{text-transform:uppercase;color:#fff;background:linear-gradient(90deg,#3b82f6,#8b5cf6);border-radius:20px;padding:3px 10px;font-size:.65rem;font-weight:700}.plan-header{align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.plan-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.3rem;display:flex}.plan-icon--starter{color:#22c55e;background:#22c55e1f}.plan-icon--pro{color:#3b82f6;background:#3b82f61f}.plan-icon--enterprise{color:#8b5cf6;background:#8b5cf61f}.plan-name{color:#f1f5f9;margin:0 0 .2rem;font-size:1.15rem;font-weight:700}.plan-description{color:#64748b;margin:0;font-size:.78rem;line-height:1.4}.plan-price{flex-direction:column;margin-bottom:1.5rem;display:flex}.price-amount{color:#f1f5f9;font-size:1.55rem;font-weight:800}.annual-billed{color:#10b981;margin-top:2px;font-size:.72rem;font-weight:600}.plan-features{flex:1;margin:0 0 2rem;padding:0;list-style:none}.plan-features li{color:#94a3b8;align-items:center;gap:.5rem;padding:.35rem 0;font-size:.83rem;display:flex}.feature-check{color:#22c55e;font-size:.8rem}.plan-select-btn{cursor:pointer;color:#e2e8f0;background:#ffffff12;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.plan-card:hover .plan-select-btn{background:#ffffff1f}.plan-select-btn--pro{color:#fff;background:linear-gradient(135deg,#3b82f6,#6366f1);box-shadow:0 4px 14px #3b82f659}.plan-card:hover .plan-select-btn--pro{filter:brightness(1.15)}.plan-select-btn--enterprise{color:#fff;background:linear-gradient(135deg,#8b5cf6,#a855f7);box-shadow:0 4px 14px #8b5cf659}.plan-card:hover .plan-select-btn--enterprise{filter:brightness(1.15)}.faq-section{margin-bottom:6rem}.faq-wrapper{flex-direction:column;gap:1rem;max-width:760px;margin:0 auto;display:flex}.faq-item{cursor:pointer;background:#ffffff05;border:1px solid #ffffff0f;border-radius:12px;transition:all .3s;overflow:hidden}.faq-item:hover{background:#ffffff0a;border-color:#3b82f633}.faq-question{align-items:center;justify-content:justify;color:#f1f5f9;justify-content:space-between;padding:1.25rem 1.5rem;font-size:.95rem;font-weight:600;display:flex}.faq-arrow{color:#64748b;font-size:.8rem;transition:transform .3s cubic-bezier(.16,1,.3,1)}.faq-item.open .faq-arrow{color:#3b82f6;transform:rotate(180deg)}.faq-answer{max-height:0;transition:max-height .3s cubic-bezier(.16,1,.3,1);overflow:hidden}.faq-item.open .faq-answer{max-height:200px}.faq-answer p{color:#94a3b8;margin:0;padding:0 1.5rem 1.25rem;font-size:.88rem;line-height:1.6}.cta-banner{text-align:center;background:linear-gradient(135deg,#3b82f61a,#8b5cf60d);border:1px solid #3b82f633;border-radius:20px;margin-bottom:5rem;padding:3.5rem 2.5rem;position:relative;overflow:hidden;box-shadow:0 20px 50px #0003}.banner-content{z-index:5;flex-direction:column;align-items:center;gap:1rem;max-width:600px;margin:0 auto;display:flex;position:relative}.banner-title{color:#fff;margin:0;font-size:1.75rem;font-weight:800}.banner-text{color:#94a3b8;margin:0 0 1.25rem;font-size:.9rem;line-height:1.5}.testimonials-section{margin-bottom:5rem}.testimonials-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}@media (width<=992px){.testimonials-grid{grid-template-columns:1fr;max-width:540px;margin:0 auto}}.testimonial-card-item{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(135deg,#ffffff0a,#ffffff05);border:1px solid #ffffff14;border-radius:20px;flex-direction:column;padding:2.25rem 1.75rem;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 15px 35px #00000040}.testimonial-card-item:hover{background:linear-gradient(135deg,#ffffff0f,#ffffff08);border-color:#3b82f640;transform:translateY(-2px);box-shadow:0 20px 40px #00000059}.testimonial-card-item:before{content:"\"";color:#3b82f608;pointer-events:none;font-family:Georgia,serif;font-size:6rem;line-height:1;position:absolute;top:.5rem;left:1.5rem}.testimonial-content{text-align:left;align-items:center;gap:1.5rem;height:100%;display:flex}@media (width<=576px){.testimonial-content{text-align:center;flex-direction:column-reverse;gap:1.5rem}}.testimonial-left{flex-direction:column;flex:2;justify-content:space-between;height:100%;display:flex}.testimonial-right{flex:.8;justify-content:center;align-items:center;display:flex}.author-photo-wrapper{background:#0003;border:2px solid #ffffff14;border-radius:16px;flex-shrink:0;width:96px;height:96px;overflow:hidden;box-shadow:0 10px 20px #0000004d}.author-photo{object-fit:cover;width:100%;height:100%;display:block}.quote-icon{color:#3b82f6;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.75rem;font-family:Georgia,serif;font-size:3rem;line-height:1;display:inline-block}.quote-text{color:#cbd5e1;flex:1;margin:0 0 1.25rem;font-size:.85rem;font-weight:400;line-height:1.6}.author-meta{flex-direction:column;display:flex}.quote-author{color:#f1f5f9;letter-spacing:.5px;text-transform:uppercase;margin-bottom:.15rem;font-size:.82rem;font-weight:700}.quote-title{color:#64748b;text-transform:uppercase;letter-spacing:1px;font-size:.68rem;font-weight:600}.footer{text-align:center;color:#475569;border-top:1px solid #ffffff0d;padding:3rem 0;font-size:.85rem}.footer-links{justify-content:center;align-items:center;gap:1.5rem;margin-bottom:1.5rem;display:flex}.footer-link{color:#64748b;text-decoration:none;transition:color .2s}.footer-link:hover{color:#cbd5e1}.footer-link-divider{color:#ffffff0d}.footer-copyright{margin:0}.pane-overview-split{align-items:flex-start;gap:2rem;display:flex}@media (width<=992px){.pane-overview-split{flex-direction:column}}.overview-text{flex:1.5;width:100%}.overview-visual{flex:1;justify-content:center;width:100%;display:flex}.visual-card{text-align:center;background:#ffffff05;border:1px solid #ffffff0f;border-radius:12px;padding:.75rem;transition:all .3s}.visual-card:hover{border-color:#3b82f640;transform:scale(1.02);box-shadow:0 15px 30px #00000080}.visual-image{border:1px solid #ffffff0f;border-radius:8px;max-width:100%;height:auto}.visual-caption{color:#64748b;margin-top:.5rem;font-size:.72rem;font-weight:500;display:block}.proctor-feed-visual{background:#020617;border:1px solid #ffffff14;border-radius:12px;flex:1.2;height:250px;position:relative;overflow:hidden}.proctor-visual-image{object-fit:cover;opacity:.85;width:100%;height:100%;transition:transform .5s}.proctor-feed-visual:hover .proctor-visual-image{transform:scale(1.05)}.carousel-section{margin-bottom:6rem;animation:.6s both fadeUp}.carousel-container{justify-content:center;align-items:center;gap:1.5rem;max-width:1100px;margin:0 auto;display:flex;position:relative}@media (width<=768px){.carousel-container{gap:.5rem}}.carousel-frame{aspect-ratio:16/11.5;background:#0f172a;border:1px solid #ffffff14;border-radius:16px;flex:1;position:relative;overflow:hidden;box-shadow:0 30px 60px -15px #000000b3}.carousel-image{object-fit:cover;width:100%;height:100%;display:block}.carousel-control{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;transition:all .2s;display:flex}.carousel-control:hover{background:#3b82f626;border-color:#3b82f666;transform:scale(1.05)}.carousel-caption-outside{text-align:center;margin-top:1.5rem;padding:0 1rem}.carousel-caption-outside h3{color:#fff;margin:0 0 .4rem;font-size:1.15rem;font-weight:700}.carousel-caption-outside p{color:#94a3b8;max-width:680px;margin:0 auto;font-size:.8rem;line-height:1.4}.carousel-indicators{justify-content:center;gap:8px;margin-top:1.5rem;display:flex}.indicator-dot{cursor:pointer;background:#fff3;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .3s cubic-bezier(.16,1,.3,1)}.indicator-dot.active{background:#3b82f6;border-radius:10px;width:24px}
