.layout{min-height:100vh;display:flex;flex-direction:column;background:#f5f7fa}.layout-body{display:flex;flex:1;overflow:hidden}.sidebar{width:280px;background:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;position:relative;z-index:10}.sidebar-header,.main-header{height:64px;box-sizing:border-box}.sidebar-header{padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb;display:flex;align-items:center}.logo-container{display:flex;align-items:center;gap:.875rem;width:100%}.logo-image{width:48px;height:48px;object-fit:contain;flex-shrink:0;display:block}.company-name-header{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:600;color:#1a202c;letter-spacing:-.01em}.sidebar-nav{padding:1.5rem 1.25rem;display:flex;flex-direction:column;gap:1.5rem;flex:1;overflow-y:auto}.nav-section{display:flex;flex-direction:column;gap:.5rem}.nav-section-title{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;padding:0 .75rem}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;border:none;background:transparent;border-radius:12px;cursor:pointer;transition:all .2s ease;text-align:left;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.9375rem;font-weight:500;color:#4b5563;width:100%}.nav-item:hover{background:#f9fafb;color:#1a202c}.nav-item.active{background:#5f6ac4;color:#fff;font-weight:600}.nav-icon{font-size:1.25rem;width:20px;height:20px;flex-shrink:0;color:#6b7280}.nav-item.active .nav-icon{color:#fff}.nav-label{flex:1}.sidebar-footer{padding:1.5rem 1.25rem;border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:1rem}.sidebar-avatar-container{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem;position:relative;min-height:120px}.sidebar-avatar-image{width:120px;height:auto;object-fit:contain;border-radius:8px;display:block}.sidebar-avatar-fallback{width:120px;height:120px;background:#f3f4f6;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#9ca3af;position:absolute;top:0;left:50%;transform:translate(-50%)}.sidebar-avatar-fallback svg{width:60px;height:60px}.sidebar-new-button{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;background:#5f6ac4;color:#fff;border:none;border-radius:12px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease;width:100%}.sidebar-new-button:hover{background:#4d58a0;transform:translateY(-1px);box-shadow:0 4px 12px #5f6ac44d}.sidebar-new-icon{width:18px;height:18px}.main-layout{flex:1;display:flex;flex-direction:column;overflow:hidden;background:#f5f7fa}.main-header{background:#fff;border-bottom:1px solid #e5e7eb;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;position:sticky;top:0;z-index:50;box-sizing:border-box}.header-search{flex:1;max-width:400px;position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:1rem;width:20px;height:20px;color:#9ca3af;pointer-events:none}.search-input{width:100%;padding:.625rem 1rem .625rem 2.75rem;border:1px solid #e5e7eb;border-radius:12px;font-size:.9375rem;color:#1a202c;background:#f9fafb;transition:all .2s ease}.search-input:focus{outline:none;border-color:#5f6ac4;background:#fff;box-shadow:0 0 0 3px #5f6ac41a}.search-input::placeholder{color:#9ca3af}.header-actions{display:flex;align-items:center;gap:.75rem}.header-logout-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:transparent;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit}.header-logout-button:hover{background:#fee2e2;border-color:#dc2626;color:#dc2626}.header-logout-icon{width:18px;height:18px}.header-logout-text{display:none}@media (min-width: 769px){.header-logout-text{display:inline}}.header-avatar{width:40px;height:40px;border-radius:50%;background:#f3f4f6;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.header-avatar:hover{background:#e5e7eb}.header-avatar-icon{width:24px;height:24px;color:#6b7280}.header-add-button{width:40px;height:40px;border-radius:50%;background:#5f6ac4;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.header-add-button:hover{background:#4d58a0;transform:scale(1.05)}.header-add-button svg{width:20px;height:20px}.main-content{flex:1;overflow-y:auto;padding:2rem}.content-wrapper{max-width:1400px;margin:0 auto;width:100%}.mobile-menu-toggle{display:none;position:fixed;bottom:1.5rem;right:1.5rem;width:56px;height:56px;border-radius:50%;background:#5f6ac4;color:#fff;border:none;box-shadow:0 4px 12px #00000026;cursor:pointer;z-index:1000;align-items:center;justify-content:center;transition:all .2s ease}.mobile-menu-toggle:hover{background:#4d58a0;transform:scale(1.05)}.mobile-menu-toggle svg{width:24px;height:24px}@media (max-width: 768px){.sidebar{position:fixed;left:0;top:0;bottom:0;width:280px;transform:translate(-100%);transition:transform .3s ease;z-index:200;box-shadow:4px 0 16px #0000001a}.sidebar.open{transform:translate(0)}.sidebar-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:150;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.main-header{padding:1rem 1.5rem}.header-search{max-width:none}.main-content{padding:1.5rem 1rem}.mobile-menu-toggle{display:flex}}@media (max-width: 480px){.main-header{padding:.875rem 1rem;flex-wrap:wrap}.header-search{order:2;width:100%;margin-top:.5rem}.header-actions{order:1}.main-content{padding:1rem}.sidebar{width:260px}}.upload-page{width:100%}.upload-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb}.upload-area{margin-bottom:1.5rem}.file-input{display:none}.upload-dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;border:2px dashed #d1d5db;border-radius:16px;background:#f9fafb;cursor:pointer;transition:all .3s ease;min-height:200px}.upload-dropzone:hover{border-color:#5f6ac4;background:#f0f1f8}.upload-icon{font-size:3.5rem;width:3.5rem;height:3.5rem;margin-bottom:1rem;opacity:.7;color:#6b7280}.upload-text{display:flex;flex-direction:column;align-items:center;gap:.25rem;margin-bottom:.5rem}.upload-primary{font-size:1.125rem;font-weight:600;color:#1a202c}.upload-secondary{font-size:.9375rem;color:#6b7280}.upload-hint{font-size:.875rem;color:#9ca3af;margin-top:.5rem}.file-preview{padding:1rem;border:1px solid #e5e7eb;border-radius:12px;background:#f9fafb}.file-info{display:flex;align-items:center;gap:1rem}.file-icon{font-size:2rem;width:2rem;height:2rem;flex-shrink:0;color:#5f6ac4}.file-details{flex:1;min-width:0}.file-name{font-weight:600;color:#1a202c;font-size:.9375rem;margin-bottom:.25rem;word-break:break-all}.file-meta{font-size:.875rem;color:#6b7280}.remove-file{background:#fee2e2;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#dc2626;transition:all .2s ease;flex-shrink:0}.remove-file:hover{background:#fecaca;transform:scale(1.1)}.remove-file svg{width:1.2rem;height:1.2rem}.error-message,.status-message{display:flex;align-items:center;gap:.75rem;padding:1rem;border-radius:12px;margin-bottom:1rem;font-size:.9375rem}.error-message{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.status-message{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.error-icon,.status-icon{font-size:1.25rem;width:1.25rem;height:1.25rem;flex-shrink:0}.error-icon{color:#dc2626}.status-icon{color:#16a34a}.action-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn{flex:1;min-width:140px;padding:.875rem 1.5rem;border:none;border-radius:12px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:#5f6ac4;color:#fff}.btn-primary:hover:not(:disabled){background:#4d58a0;transform:translateY(-1px);box-shadow:0 4px 12px #5f6ac44d}.btn-secondary{background:#5f6ac4;color:#fff}.btn-secondary:hover:not(:disabled){background:#4d58a0;transform:translateY(-1px);box-shadow:0 4px 12px #5f6ac44d}.btn-outline{background:#fff;color:#5f6ac4;border:1px solid #5f6ac4}.btn-outline:hover:not(:disabled){background:#e8eaf5;transform:translateY(-1px)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:#fff;border-radius:20px;width:100%;max-width:800px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb}.modal-header h3{font-size:1.25rem;font-weight:700;color:#1a202c;margin:0;letter-spacing:-.01em}.modal-close{background:#f3f4f6;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6b7280;transition:all .2s ease;flex-shrink:0}.modal-close:hover:not(:disabled){background:#e5e7eb;color:#1a202c;transform:scale(1.1)}.modal-close:disabled{opacity:.5;cursor:not-allowed}.modal-close svg{width:1.25rem;height:1.25rem}.modal-body{padding:2rem;overflow-y:auto;flex:1}.modal-footer{display:flex;gap:1rem;padding:1.5rem 2rem;border-top:1px solid #e5e7eb;justify-content:flex-end}.modal-footer .btn{min-width:140px}.data-preview{background:#f9fafb;border-radius:12px;padding:1.5rem;border:1px solid #e5e7eb}.data-stats{display:flex;gap:2rem;margin-bottom:1.5rem;flex-wrap:wrap}.stat{display:flex;flex-direction:column;gap:.25rem}.stat-value{font-size:1.25rem;font-weight:700;color:#1a202c}.text-preview{background:#fff;border-radius:8px;padding:1rem;border:1px solid #e5e7eb;max-height:400px;overflow-y:auto}.text-preview pre{font-size:.875rem;line-height:1.6;color:#374151;white-space:pre-wrap;word-wrap:break-word;margin:0}.modal-tabs{display:flex;gap:.5rem;padding:0 2rem;border-bottom:1px solid #e5e7eb;background:#f9fafb}.tab-button{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:transparent;border:none;border-bottom:2px solid transparent;color:#6b7280;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s ease}.tab-button:hover:not(:disabled){color:#5f6ac4;background:#f0f1f8}.tab-button.active{color:#5f6ac4;border-bottom-color:#5f6ac4;background:#fff}.tab-button:disabled{opacity:.5;cursor:not-allowed}.tab-button svg{width:1.125rem;height:1.125rem}.modal-content-large{max-width:1000px}.modal-body-scrollable{max-height:calc(90vh - 200px);overflow-y:auto}.structured-form{display:flex;flex-direction:column;gap:2rem}.form-section{background:#f9fafb;border-radius:12px;padding:1.5rem;border:1px solid #e5e7eb}.section-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:2px solid #e5e7eb}.section-icon{width:1.5rem;height:1.5rem;color:#5f6ac4}.section-header h4{font-size:1.125rem;font-weight:700;color:#1a202c;margin:0}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.form-field{display:flex;flex-direction:column;gap:.5rem}.form-field-full{grid-column:1 / -1}.form-field label{font-size:.875rem;font-weight:600;color:#374151}.form-field input,.form-field textarea,.form-field select{padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:.9375rem;color:#1a202c;background:#fff;transition:all .2s ease;font-family:inherit}.form-field input:focus,.form-field textarea:focus,.form-field select:focus{outline:none;border-color:#5f6ac4;box-shadow:0 0 0 3px #5f6ac41a}.form-field textarea{resize:vertical;min-height:60px}.test-results-list{display:flex;flex-direction:column;gap:1rem}.test-result-item{position:relative;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem}.remove-test-btn{position:absolute;top:.5rem;right:.5rem;background:#fee2e2;border:none;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#dc2626;transition:all .2s ease}.remove-test-btn:hover{background:#fecaca;transform:scale(1.1)}.remove-test-btn svg{width:1rem;height:1rem}.btn-add-test{padding:.75rem 1rem;background:#e8eaf5;border:1px dashed #5f6ac4;border-radius:8px;color:#5f6ac4;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit}.btn-add-test:hover{background:#d8dbf0;border-color:#4d58a0}@media (max-width: 768px){.upload-card{padding:1.5rem}.page-header h1{font-size:1.5rem}.modal-content{max-height:95vh}.modal-header,.modal-body,.modal-footer{padding:1.25rem 1.5rem}.modal-tabs{padding:0 1.5rem}.tab-button{padding:.75rem 1rem;font-size:.875rem}.form-grid{grid-template-columns:1fr}.modal-footer{flex-direction:column-reverse}.modal-footer .btn{width:100%}.form-section{padding:1rem}}.records-page{width:100%}.loading-state,.error-state,.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.spinner{width:48px;height:48px;border:4px solid #e5e7eb;border-top-color:#5f6ac4;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(360deg)}}.error-state{color:#dc2626}.error-icon{font-size:3rem;margin-bottom:1rem;color:#dc2626;width:3rem;height:3rem}.btn-retry{margin-top:1rem;padding:.75rem 1.5rem;background:#5f6ac4;color:#fff;border:none;border-radius:12px;font-weight:600;font-size:.9375rem;cursor:pointer;transition:all .2s ease}.btn-retry:hover{background:#4d58a0;transform:translateY(-1px)}.empty-state{color:#6b7280}.empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.5;width:4rem;height:4rem;color:#9ca3af}.empty-state h3{font-size:1.25rem;color:#1a202c;margin:.5rem 0;font-weight:600}.records-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.record-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb;transition:all .2s ease}.record-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a;border-color:#d1d5db}.record-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.record-icon{font-size:2rem;width:2rem;height:2rem;flex-shrink:0;color:#5f6ac4}.record-info{flex:1;min-width:0}.record-title{font-size:1.0625rem;font-weight:600;color:#1a202c;margin:0 0 .25rem;word-break:break-word;letter-spacing:-.01em}.record-date{font-size:.875rem;color:#6b7280;margin:0}.record-preview{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.preview-text{font-size:.875rem;color:#4b5563;line-height:1.6;margin:0}.record-meta{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.confidence-badge{display:inline-block;padding:.375rem .75rem;background:#e8eaf5;color:#5f6ac4;border-radius:8px;font-size:.75rem;font-weight:600}@media (max-width: 768px){.records-grid{grid-template-columns:1fr}.page-header h1{font-size:1.5rem}}.profile-page{width:100%}.page-header{margin-bottom:2rem}.page-header h1{font-size:1.875rem;font-weight:700;color:#1a202c;margin:0 0 .5rem;letter-spacing:-.02em}.page-header p{color:#6b7280;font-size:.9375rem;margin:0}.profile-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb}.profile-header{display:flex;align-items:center;gap:1.5rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb;margin-bottom:2rem}.profile-avatar-large{width:100px;height:100px;border-radius:50%;background:#f3f4f6;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:3px solid #e5e7eb}.avatar-icon-large{font-size:3rem;width:3rem;height:3rem;color:#6b7280}.profile-info h2{font-size:1.5rem;font-weight:700;color:#1a202c;margin:0 0 .5rem;letter-spacing:-.01em}.profile-role{font-size:.9375rem;color:#6b7280;margin:0 0 .25rem;font-weight:500}.profile-email{font-size:.875rem;color:#9ca3af;margin:0}.profile-details{display:flex;flex-direction:column;gap:2rem}.detail-section h3{font-size:1.125rem;font-weight:600;color:#1a202c;margin:0 0 1rem;letter-spacing:-.01em}.detail-item{display:flex;justify-content:space-between;align-items:center;padding:.875rem 0;border-bottom:1px solid #f3f4f6}.detail-item:last-child{border-bottom:none}.detail-label{font-size:.875rem;color:#6b7280;font-weight:500}.detail-value{font-size:.875rem;color:#1a202c;font-weight:600}.status-active{color:#059669;background:#d1fae5;padding:.25rem .75rem;border-radius:8px;font-size:.75rem;font-weight:600}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.stat-card{background:#f9fafb;border-radius:12px;padding:1.5rem;text-align:center;border:1px solid #e5e7eb}.stat-value{font-size:2rem;font-weight:700;color:#5f6ac4;margin-bottom:.5rem;letter-spacing:-.02em}.stat-label{font-size:.875rem;color:#6b7280;font-weight:500}@media (max-width: 768px){.profile-header{flex-direction:column;text-align:center}.profile-info h2{font-size:1.25rem}.stats-grid{grid-template-columns:1fr}.page-header h1{font-size:1.5rem}}.otp-input-container{width:100%;max-width:400px;margin:0 auto}.otp-inputs{display:flex;gap:.75rem;justify-content:center;margin-bottom:1rem}.otp-input{width:56px;height:56px;border:1.5px solid #e5e7eb;border-radius:12px;text-align:center;font-size:1.5rem;font-weight:600;color:#1a202c;background:#f9fafb;transition:all .2s ease;font-family:inherit}.otp-input:focus{outline:none;border-color:#5f6ac4;background:#fff;box-shadow:0 0 0 3px #5f6ac41a}.otp-input:disabled{background:#f9fafb;cursor:not-allowed}@media (max-width: 480px){.otp-input{width:48px;height:48px;font-size:1.25rem}.otp-inputs{gap:.5rem}}.registration-form{display:flex;flex-direction:column;gap:1.25rem;max-width:350px;margin:0 auto;width:100%}.form-input.error{border-color:#dc2626}.form-input.error:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.field-error{font-size:.75rem;color:#dc2626;font-weight:500;margin-top:-.25rem}.field-hint{font-size:.75rem;color:#6b7280;margin:0;margin-top:-.25rem}.btn-primary{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;background:#5f6ac4;color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;width:100%;margin-top:.5rem}.toast{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000026;border-left:4px solid #5f6ac4;min-width:300px;max-width:500px;animation:slideIn .3s ease-out;position:relative;z-index:1000}.toast-info{border-left-color:#5f6ac4}.toast-success{border-left-color:#059669}.toast-error{border-left-color:#dc2626}.toast-warning{border-left-color:#d97706}.toast-content{display:flex;align-items:center;gap:.75rem;flex:1}.toast-icon{width:20px;height:20px;color:#5f6ac4;flex-shrink:0}.toast-success .toast-icon{color:#059669}.toast-error .toast-icon{color:#dc2626}.toast-warning .toast-icon{color:#d97706}.toast-message{font-size:.9375rem;color:#1a202c;font-weight:500;line-height:1.5}.toast-close{background:transparent;border:none;padding:.25rem;cursor:pointer;color:#6b7280;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease;flex-shrink:0}.toast-close:hover{background:#f3f4f6;color:#1a202c}.toast-close-icon{width:18px;height:18px}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@media (max-width: 480px){.toast{min-width:280px;max-width:calc(100vw - 2rem);padding:.875rem 1rem}.toast-message{font-size:.875rem}}.login-page{min-height:100vh;display:flex;position:relative}.login-wrapper{display:flex;width:100%;min-height:100vh}.login-image-section{display:none;flex:0 0 60%;width:60%;background:linear-gradient(135deg,#5f6ac4,#4d58a0,#5f6ac4);padding:3rem;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden}.login-image-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='grid' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Cpath d='M 100 0 L 0 0 0 100' fill='none' stroke='rgba(255,255,255,0.05)' stroke-width='1'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100' height='100' fill='url(%23grid)'/%3E%3C/svg%3E");opacity:.3}.health-illustration{width:100%;max-width:500px;margin-bottom:3rem;z-index:1;display:flex;align-items:center;justify-content:center}.icon-background{background:#ffffff80;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;padding:3rem;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 32px #00000026;border:1px solid rgba(255,255,255,.6)}.icon-background svg{width:200px;height:200px;filter:drop-shadow(0 4px 12px rgba(95,106,196,.3));color:#5f6ac4}.image-section-content{text-align:center;color:#fff;z-index:1}.image-section-content h1{font-size:2.5rem;font-weight:700;margin:0 0 1rem;letter-spacing:-.02em;text-shadow:0 2px 10px rgba(0,0,0,.1)}.image-section-content p{font-size:1.125rem;margin:0;opacity:.95;line-height:1.6}.toast-container{position:fixed;top:2rem;right:2rem;display:flex;flex-direction:column;gap:.75rem;z-index:9999;pointer-events:none}.toast-container>*{pointer-events:auto}.login-container{flex:0 0 40%;width:40%;display:flex;align-items:center;justify-content:center;min-height:100vh;background:#fff}.login-card{background:transparent;border:none;border-radius:0;padding:3rem 2.5rem;box-shadow:none;position:relative;width:100%;max-width:100%}.company-name{display:flex;justify-content:center;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.company-name-text{font-size:.875rem;font-weight:600;color:#5f6ac4;letter-spacing:.05em;text-transform:uppercase}.login-logo{display:flex;justify-content:center;margin-bottom:2rem}.logo-icon{width:72px;height:72px;color:#5f6ac4}.login-step{width:100%}.step-header{margin-bottom:2rem;position:relative;text-align:center}.step-header-content{display:flex;align-items:flex-start;gap:.75rem;text-align:left}.step-header-text{flex:1}.step-header:has(.back-button){text-align:left;padding-left:0}.step-header:has(.back-button) h2,.step-header:has(.back-button) p{text-align:left}@media (min-width: 769px){.step-header:has(.back-button){padding-left:0;max-width:400px;margin-left:auto;margin-right:auto;text-align:left}.step-header-content{max-width:100%}}.back-button{position:relative;background:transparent;border:none;color:#6b7280;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s ease;flex-shrink:0}.back-button:hover{background:#f3f4f6;color:#5f6ac4}.back-icon{width:20px;height:20px}.step-header h2{font-size:1.75rem;font-weight:700;color:#1a202c;margin:0 0 .5rem;letter-spacing:-.02em}.step-header p{font-size:.9375rem;color:#6b7280;margin:0 0 2rem}.login-form{display:flex;flex-direction:column;gap:1.25rem;max-width:400px;margin:0 auto;width:100%}.form-group{display:flex;flex-direction:column;gap:.5rem}.input-wrapper{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:1rem;width:20px;height:20px;color:#5f6ac4;z-index:1;pointer-events:none}.form-input{width:100%;padding:1rem 1rem 1rem 3rem;border:1.5px solid #e5e7eb;border-radius:12px;font-size:1rem;color:#1a202c;background:#f9fafb;transition:all .2s ease;font-family:inherit}.form-input:focus{outline:none;border-color:#5f6ac4;background:#fff;box-shadow:0 0 0 3px #5f6ac41a}.form-input::placeholder{color:#9ca3af}.form-input.disabled{background:#f9fafb;color:#6b7280;cursor:not-allowed}.error-message{padding:.75rem 1rem;background:#fee2e2;color:#dc2626;border-radius:8px;font-size:.875rem;font-weight:500;border-left:3px solid #dc2626}.btn-primary{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;background:#5f6ac4;color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;width:100%;max-width:400px;margin:.5rem auto 0}.btn-primary:hover{background:#4d58a0;transform:translateY(-1px);box-shadow:0 4px 12px #5f6ac44d}.btn-primary:active{transform:translateY(0)}.btn-icon{width:20px;height:20px}.btn-secondary{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;background:#fff;color:#5f6ac4;border:1.5px solid #5f6ac4;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;width:100%;max-width:400px;margin:0 auto}.btn-secondary:hover{background:#f3f4f6;border-color:#4d58a0;color:#4d58a0}.btn-secondary:hover .btn-icon{color:#4d58a0}.skip-link{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;gap:.5rem;padding:0;background:transparent;border:none;color:#5f6ac4;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s ease;margin:.5rem auto 0;width:100%;max-width:400px}.skip-link:hover{color:#4d58a0}.skip-link-icon{width:18px;height:18px;color:inherit}.divider{display:flex;align-items:center;text-align:center;margin:.5rem 0}.divider:before,.divider:after{content:"";flex:1;border-bottom:1px solid #e5e7eb}.divider span{padding:0 1rem;color:#9ca3af;font-size:.875rem}.otp-timer-section{display:flex;justify-content:center;align-items:center;margin-top:1rem;max-width:400px;margin-left:auto;margin-right:auto}.otp-timer{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#f3f4f6;border-radius:8px;font-size:.875rem}.timer-label{color:#6b7280;font-weight:500}.timer-value{color:#5f6ac4;font-weight:700;font-family:Courier New,monospace;font-size:.9375rem}.resend-otp-button{padding:.75rem 1.5rem;background:transparent;border:1.5px solid #5f6ac4;border-radius:8px;color:#5f6ac4;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit}.resend-otp-button:hover{background:#5f6ac4;color:#fff}.resend-otp-button:active{transform:scale(.98)}.otp-hint{text-align:center;padding:1rem;background:#f3f4f6;border-radius:8px;margin-top:1rem;max-width:400px;margin-left:auto;margin-right:auto}.otp-hint p{font-size:.875rem;color:#6b7280;margin:0}.otp-hint strong{font-weight:600;color:#5f6ac4}@media (max-width: 768px){.login-page{background:#f5f7fa}.login-wrapper{flex-direction:column}.login-image-section{display:none}.login-container{padding:0;background:#f5f7fa;min-height:100vh;display:flex;align-items:center;justify-content:center;flex:1;width:100%}.login-card{padding:2.5rem 2rem;border-radius:0;box-shadow:none;max-width:100%;min-height:100vh;display:flex;flex-direction:column;justify-content:center}.login-form,.btn-primary,.btn-secondary{max-width:100%}.toast-container{top:1rem;right:1rem;left:1rem}.toast-container .toast{max-width:100%}.logo-icon{width:64px;height:64px}.step-header h2{font-size:1.5rem}.step-header:has(.back-button){padding-left:0}.step-header-content{gap:.5rem}}@media (max-width: 480px){.login-card{padding:2rem 1.5rem;border-radius:0}.logo-icon{width:56px;height:56px}.step-header h2{font-size:1.25rem}.step-header p{font-size:.875rem}.form-input{padding:.875rem .875rem .875rem 2.75rem;font-size:.9375rem}.input-icon{left:.875rem;width:18px;height:18px}.btn-primary,.btn-secondary{padding:.875rem 1.25rem;font-size:.9375rem}}@media (min-width: 769px){.login-image-section{display:flex}}.app{min-height:100vh;width:100%}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f7fa;min-height:100vh;color:#1a202c}#root{min-height:100vh}
