@tailwind base;@tailwind components;@tailwind utilities;body{background:#e5e7eb;color:#111827;font-family:Inter,Arial,sans-serif;margin:0;min-height:100vh}.main-container{min-height:100vh}.hero-section,.main-container{display:flex;flex-direction:column}.hero-section{gap:2rem;margin:0 auto;max-width:1200px;padding:1rem 1.5rem}.hero-content{display:flex;flex:1 1;flex-direction:column;justify-content:center;max-width:600px}.hero-title{color:#111827;font-size:2.5rem;font-weight:800;line-height:1.1;margin-bottom:1.2rem}.hero-desc{color:#4b5563;font-size:1.15rem;font-weight:400;margin-bottom:2rem}.cta-buttons{display:flex;gap:1rem;margin-bottom:.75rem}.btn-primary,.cta-btn{background:#111827;border:none;border-radius:.75rem;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.85rem 2.1rem;transition:background .15s}.btn-primary:hover,.cta-btn:hover{background:#374151}.btn-secondary{background:#fff;border:1.5px solid #d1d5db;border-radius:.75rem;color:#111827;cursor:pointer;font-size:1rem;font-weight:600;padding:.85rem 2.1rem;transition:background .15s,border .15s}.btn-secondary:hover{background:#f3f4f6;border-color:#9ca3af}.hero-badges{color:#6b7280;font-size:.95rem;gap:2rem}.hero-badges,.hero-placeholder{align-items:center;display:flex}.hero-placeholder{flex:1 1;justify-content:center;margin-top:1.5rem}.placeholder-box{height:220px;margin:0 auto;width:90vw}.hero-image,.placeholder-box{background:#fff;border-radius:1.5rem;box-shadow:0 2px 12px #0000000a;max-width:440px}.hero-image{display:block;height:100%;max-height:340px;object-fit:cover;width:100%}.features-section{background:#fff;border-top:1px solid #e5e7eb;margin:0 calc(50% - 50vw);max-width:100%;padding:2rem 1.5rem 2.5rem;width:100vw}.features-title{color:#111827;font-size:2rem;font-weight:700;margin-bottom:1rem;text-align:center}.features-desc{color:#4b5563;font-size:1.15rem;margin:0 auto;max-width:700px;text-align:center}.feature-cards-row{display:flex;flex-direction:column;gap:1.25rem;margin:2.5rem auto 0;max-width:1200px}.feature-card{align-items:flex-start;background:#f3f4f6;border-radius:1rem;box-shadow:0 2px 8px #00000005;display:flex;flex:1 1;flex-direction:column;min-width:0;padding:2rem 1.5rem 1.5rem}.feature-icon{align-items:center;background:#fff;border-radius:.75rem;display:flex;font-size:1.6rem;height:40px;justify-content:center;margin-bottom:1rem;width:40px}.feature-card h3{color:#222;font-size:1.25rem;font-weight:700;margin:0 0 .65rem}.feature-card p{color:#555;font-size:1rem;font-weight:400;margin:0}.bottom-cta-section{background:#373737;color:#fff;padding:3.5rem 1.5rem 2.5rem;text-align:center}.bottom-cta-title{color:#fff;font-size:2rem;font-weight:700;margin-bottom:1.1rem}.bottom-cta-desc{color:#e5e7eb;font-size:1.15rem;font-weight:400;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:700px}.cta-btn{background:#fff;border:none;border-radius:.75rem;color:#373737;cursor:pointer;font-size:1rem;font-weight:600;margin-top:16px;padding:.85rem 2.1rem;transition:background .15s,color .15s}.cta-new-features{color:#22223b;font-size:1.25rem;font-weight:700;letter-spacing:-.5px;line-height:1.1;margin-top:1.5rem;text-align:left}.student-tile{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;cursor:pointer;margin-bottom:8px;padding:6px;transition:all .2s ease}.student-tile:hover{box-shadow:0 2px 6px #00000026;transform:translateY(-1px)}.student-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:4px}.student-header h3{color:#1f2937;font-size:14px;font-weight:600;margin:0}.brain-icon{font-size:16px}.scores-container{color:#374151;font-size:14px}.score-line{font-weight:500;margin-bottom:2px}.score-line,.tier-line{display:flex;justify-content:space-between}.tier-line{color:#060606;font-size:12px}.demo-modal{align-items:center;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#000c;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.demo-modal-content{animation:slideIn .3s ease;background:#fff;border-radius:12px;box-shadow:0 25px 50px #0000004d;max-height:90vh;max-width:90vw;overflow:hidden}.demo-modal-header{align-items:center;background:#2c3e50;color:#fff;display:flex;justify-content:space-between;padding:1.5rem 2rem}.demo-modal-title{font-size:1.5rem;font-weight:600;margin:0}.demo-modal-close{align-items:center;background:none;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:2rem;height:40px;justify-content:center;padding:0;transition:background .3s ease;width:40px}.demo-modal-close:hover{background:#ffffff1a}.demo-video-container{height:0;padding-bottom:56.25%;position:relative;width:100%}.demo-video-container iframe{height:100%;left:0;position:absolute;top:0;width:100%}.demo-modal-footer{background:#f8f9fa;padding:1.5rem 2rem;text-align:center}.demo-modal-footer p{color:#5a6c7d;margin-bottom:1rem}.demo-modal-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.interest-modal-overlay{align-items:center;background-color:#0009;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.interest-modal-content{animation:modalSlideIn .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-height:90vh;max-width:500px;overflow-y:auto;width:100%}.interest-modal-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding:1.5rem 1.5rem 1rem}.interest-modal-title{color:#111827;font-size:1.5rem;font-weight:600;margin:0}.interest-modal-close{align-items:center;background:none;border:none;border-radius:4px;color:#6b7280;cursor:pointer;display:flex;font-size:1.5rem;height:32px;justify-content:center;padding:.25rem;transition:all .2s;width:32px}.interest-modal-close:hover:not(:disabled){background-color:#f3f4f6;color:#374151}.interest-modal-close:disabled{cursor:not-allowed;opacity:.5}.interest-form{padding:0 1.5rem 1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#374151;display:block;font-size:.9rem;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{border:2px solid #d1d5db;border-radius:6px;box-sizing:border-box;font-family:inherit;font-size:1rem;padding:.75rem;transition:all .2s;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.form-group input.error,.form-group select.error,.form-group textarea.error{border-color:#ef4444}.form-group input:disabled,.form-group select:disabled,.form-group textarea:disabled{background-color:#f9fafb;cursor:not-allowed;opacity:.7}.form-note{color:#6b7280;font-style:italic}.error-message,.form-note{display:block;font-size:.8rem;margin-top:.25rem}.error-message{color:#ef4444;font-weight:500}.form-group textarea{min-height:80px;resize:vertical}.form-actions{border-top:1px solid #e5e7eb;display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1rem}.form-actions .btn-primary,.form-actions .btn-secondary{border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;min-width:120px;padding:.75rem 1.5rem;transition:all .2s}.form-actions .btn-secondary{background-color:#f9fafb;border:1px solid #d1d5db;color:#374151}.form-actions .btn-secondary:hover:not(:disabled){background-color:#f3f4f6}.form-actions .btn-primary{background-color:#3b82f6;color:#fff}.form-actions .btn-primary:hover:not(:disabled){background-color:#2563eb}.form-actions .btn-primary:disabled,.form-actions .btn-secondary:disabled{cursor:not-allowed;opacity:.6}.password-strength{border-radius:4px;font-size:.85em;font-weight:500;margin:5px 0;padding:4px 8px;text-align:center;transition:all .3s ease}.password-weak{background-color:#fef2f2;border:1px solid #fecaca;color:#dc2626}.password-medium{background-color:#fffbeb;border:1px solid #fed7aa;color:#d97706}.password-strong{background-color:#f0fdf4;border:1px solid #bbf7d0;color:#16a34a}.login-box input:disabled{background-color:#f9fafb;color:#6b7280;cursor:not-allowed;opacity:.7}.login-box button:disabled{color:#9ca3af;cursor:not-allowed}.login-box button:disabled,.login-box button:disabled:hover{background-color:#e5e7eb;transform:none}.security-warning{background-color:#fffbeb;border:1px solid #fed7aa;border-radius:6px;color:#92400e}.security-error,.security-warning{font-size:.9em;margin:10px 0;padding:8px 12px;text-align:center}.security-error{background-color:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#dc2626}.security-info{background-color:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;color:#1d4ed8;font-size:.9em;margin:10px 0;padding:8px 12px;text-align:center}.login-attempts-warning{background-color:#fffbeb;border:1px solid #fed7aa;border-radius:4px;color:#d97706;font-size:.85em;margin:8px 0;padding:6px 10px;text-align:center}.login-locked{opacity:.6;pointer-events:none}.lockout-timer{background-color:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#dc2626;font-size:.9em;font-weight:600;margin:10px 0;padding:8px;text-align:center}.login-box button{overflow:hidden;position:relative;transition:all .2s ease}.login-box button:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.login-box button:hover:not(:disabled):before{left:100%}.login-box button.loading{cursor:wait}.login-box button.loading:after{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:currentcolor;content:"";display:inline-block;height:16px;margin-left:8px;width:16px}.login-box input:focus{border-color:#3b82f6;outline:2px solid #3b82f6;outline-offset:2px}.login-box button:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (min-width:900px){.hero-section{align-items:center;flex-direction:row;gap:3rem;min-height:auto}.hero-content{margin-right:2rem}.hero-placeholder{align-items:flex-start;margin-top:0}.placeholder-box{height:300px}.feature-cards-row{flex-direction:row;gap:2rem;margin-top:3rem}}@media (max-width:768px){.welcome-content{flex-direction:column!important;gap:1.5rem!important;text-align:center!important}.welcome-content img{align-self:center!important;height:80px!important}.welcome-content>div{order:2}.welcome-content img:first-child{order:1}.welcome-content img:last-child{display:none!important}.welcome-content h2{font-size:1.5rem!important;margin-bottom:.75rem!important}.welcome-content p{font-size:1rem!important;line-height:1.5!important;padding:0 1rem}.demo-modal-content{margin:1rem;max-width:95vw}.demo-modal-header{padding:1rem}.demo-modal-title{font-size:1.2rem}.demo-modal-buttons{align-items:center;flex-direction:column}.password-strength{font-size:.8em;padding:3px 6px}.security-error,.security-info,.security-warning{font-size:.85em;padding:6px 10px}.lockout-timer{font-size:.85em;padding:6px}}@media (max-width:1024px) and (min-width:769px){.welcome-content{gap:1.5rem!important}.welcome-content img{height:100px!important}.welcome-content h2{font-size:1.6rem!important}.welcome-content p{font-size:1.05rem!important}}@media (max-width:640px){.interest-modal-overlay{padding:.5rem}.interest-modal-content{max-height:95vh}.interest-modal-header{margin-bottom:1rem;padding:1rem 1rem 0}.interest-modal-title{font-size:1.25rem}.interest-form{padding:0 1rem 1rem}.form-actions{flex-direction:column}.form-actions .btn-primary,.form-actions .btn-secondary{width:100%}}@media (prefers-color-scheme:dark){.password-weak{background-color:#450a0a;border-color:#7f1d1d;color:#f87171}.password-medium{background-color:#451a03;border-color:#92400e;color:#fbbf24}.password-strong{background-color:#052e16;border-color:#166534;color:#4ade80}.cta-buttons .btn-primary,.cta-buttons .btn-secondary{align-items:center;display:flex;justify-content:center;min-height:48px}}
/*# sourceMappingURL=main.5bf5518d.css.map*/