@charset "UTF-8";.auth-layout-container{display:flex;width:100%;min-height:100vh;margin:0;padding:0;background-color:#f3f4f6;overflow-x:hidden}.auth-layout-left{flex:1;background:linear-gradient(135deg,var(--auth-primary-color, #2563eb) 0%,var(--auth-secondary-color, #64748b) 100%);color:#fff;padding:60px;display:flex;flex-direction:column;position:relative;overflow:hidden}.auth-layout-content{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;flex:1;width:100%;max-width:500px;margin:0 auto}.auth-layout-left:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:pulse 8s ease-in-out infinite}.auth-layout-branding{margin-bottom:60px}.brand-logo-text h1{font-size:2rem;font-weight:700;margin:0 0 3rem;letter-spacing:-.5px;color:#fff}.brand-logo-image{margin-bottom:3rem}.brand-logo-image img{max-width:200px;max-height:80px;width:auto;height:auto;object-fit:contain}.brand-tagline{font-size:1.25rem;opacity:.95;margin:0;font-weight:400}.auth-layout-features{display:flex;flex-direction:column;gap:3rem}.auth-layout-footer{position:relative;z-index:1;margin-top:auto;padding-top:40px;font-size:1rem;opacity:.8;width:100%;max-width:500px;margin-left:auto;margin-right:auto}.auth-layout-footer p{margin:0}.auth-layout-right{flex:1;display:flex;align-items:center;justify-content:center;padding:40px;background-color:#fff;overflow-y:auto}.auth-layout-loading{display:flex;align-items:center;justify-content:center;min-height:100vh;background-color:#f3f4f6}.loading-spinner{width:48px;height:48px;border:4px solid #e5e7eb;border-top-color:#2563eb;border-radius:9999px;animation:spin 1s linear infinite}@media (max-width: 968px){.auth-layout-container{flex-direction:column}.auth-layout-left{padding:40px;min-height:300px}.auth-layout-branding{margin-bottom:40px}.brand-logo-text h1{font-size:1.875rem}.brand-tagline{font-size:1.125rem}.auth-layout-features{flex-direction:row;flex-wrap:wrap;gap:1.5rem}.feature-item{font-size:1rem}}@media (max-width: 640px){.auth-layout-left{padding:30px 20px}.auth-layout-right{padding:2rem}}.ui-button{padding:.5rem 1.5rem;border-radius:.375rem;font-size:1rem;font-weight:500;transition:all .15s cubic-bezier(.4,0,.2,1);cursor:pointer;border:none;font-family:inherit;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.ui-button--primary{padding:.5rem 1.5rem;border-radius:.375rem;font-size:1rem;font-weight:500;transition:all .15s cubic-bezier(.4,0,.2,1);cursor:pointer;border:none;font-family:inherit;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background-color:#2563eb;color:#fff}.ui-button--primary:hover:not(:disabled){background-color:#1555e2;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.ui-button--primary:active:not(:disabled){transform:translateY(0)}.ui-button--primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.ui-button--secondary{padding:.5rem 1.5rem;border-radius:.375rem;font-size:1rem;font-weight:500;transition:all .15s cubic-bezier(.4,0,.2,1);cursor:pointer;border:none;font-family:inherit;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background-color:#fff;color:#374151;border:1px solid #e5e7eb}.ui-button--secondary:hover:not(:disabled){background-color:#f9fafb;border-color:#d1d5db}.ui-button--secondary:disabled{opacity:.6;cursor:not-allowed}.ui-button--danger{padding:.5rem 1.5rem;border-radius:.375rem;font-size:1rem;font-weight:500;transition:all .15s cubic-bezier(.4,0,.2,1);cursor:pointer;border:none;font-family:inherit;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background-color:#ef4444;color:#fff}.ui-button--danger:hover:not(:disabled){background-color:#ed2d2d;transform:translateY(-1px);box-shadow:0 4px 8px #ef44441a}.ui-button--sm{padding:.5rem 1rem;font-size:.875rem}.ui-button--md{padding:1rem 2rem;font-size:1rem}.ui-button--lg{padding:1.5rem 3rem;font-size:1.125rem}.ui-button--disabled{opacity:.6;cursor:not-allowed;transform:none}.ui-button--full-width{width:100%}.ui-input-wrapper{display:flex;flex-direction:column}.ui-input{padding:1rem 1.5rem;border:1px solid #e5e7eb;border-radius:.375rem;font-size:1rem;transition:border-color .15s cubic-bezier(.4,0,.2,1),box-shadow .15s cubic-bezier(.4,0,.2,1);font-family:inherit;background-color:#fff;color:#111827}.ui-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.ui-input:disabled{background-color:#f9fafb;cursor:not-allowed;opacity:.6}.ui-input.input-error{border-color:#ef4444}.ui-input.input-error:focus{box-shadow:0 0 0 3px #ef44441a}.ui-input--error{border-color:#ef4444}.ui-input--error:focus{box-shadow:0 0 0 3px #ef44441a}.ui-input-error{font-size:.875rem;color:#ef4444;margin-top:.25rem}.ui-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:2rem;box-shadow:0 1px 2px #0000000d}.ui-card--hover{background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:2rem;box-shadow:0 1px 2px #0000000d;transition:all .15s cubic-bezier(.4,0,.2,1)}.ui-card--hover:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.ui-card--bordered{border:1px solid #e5e7eb;box-shadow:none}.ui-card--flat{box-shadow:none;background:#f9fafb}.ui-loading-spinner{border-radius:9999px;border:4px solid #f3f4f6;border-top-color:#2563eb;animation:spin 1s linear infinite}.ui-loading-spinner--sm{width:24px;height:24px;border-width:3px}.ui-loading-spinner--md{width:40px;height:40px;border-width:4px}.ui-loading-spinner--lg{width:56px;height:56px;border-width:5px}.organization-selector{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:2rem;background:#fff}.organization-selector .organization-selector-card{width:100%;max-width:600px;padding:2.5rem}.organization-selector .organization-selector-header{text-align:center;margin-bottom:2rem}.organization-selector .organization-selector-header h1{font-size:2rem;font-weight:600;color:#111827;margin-bottom:.5rem}.organization-selector .organization-selector-header p{color:#1f2937;font-size:1rem}.organization-selector .organization-selector-loading,.organization-selector .organization-selector-error,.organization-selector .organization-selector-empty{text-align:center;padding:3rem 1rem}.organization-selector .organization-selector-loading h2,.organization-selector .organization-selector-error h2,.organization-selector .organization-selector-empty h2{font-size:1.5rem;color:#111827;margin-bottom:1rem}.organization-selector .organization-selector-loading p,.organization-selector .organization-selector-error p,.organization-selector .organization-selector-empty p{color:#1f2937;margin-bottom:2rem}.organization-selector .organization-selector-loading .retry-button,.organization-selector .organization-selector-loading .cancel-button,.organization-selector .organization-selector-error .retry-button,.organization-selector .organization-selector-error .cancel-button,.organization-selector .organization-selector-empty .retry-button,.organization-selector .organization-selector-empty .cancel-button{margin:0 .5rem}.organization-selector .organization-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem;max-height:400px;overflow-y:auto;padding-right:.5rem}.organization-selector .organization-list::-webkit-scrollbar{width:6px}.organization-selector .organization-list::-webkit-scrollbar-track{background:#f3f4f6;border-radius:3px}.organization-selector .organization-list::-webkit-scrollbar-thumb{background:#374151;border-radius:3px}.organization-selector .organization-list::-webkit-scrollbar-thumb:hover{background:#1f2937}.organization-selector .organization-item{display:flex;align-items:center;padding:1.25rem;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s ease;background:#fff}.organization-selector .organization-item:hover{border-color:#2563eb;box-shadow:0 4px 12px #667eea1a;transform:translateY(-2px)}.organization-selector .organization-item.selected{border-color:#2563eb;background:#f0f4ff;box-shadow:0 4px 12px #667eea33}.organization-selector .organization-item .organization-logo{width:48px;height:48px;border-radius:8px;overflow:hidden;margin-right:1rem;flex-shrink:0;background:#f3f4f6;display:flex;align-items:center;justify-content:center}.organization-selector .organization-item .organization-logo img{width:100%;height:100%;object-fit:cover}.organization-selector .organization-item .organization-info{flex:1;min-width:0}.organization-selector .organization-item .organization-info h3{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.25rem}.organization-selector .organization-item .organization-info .organization-description{font-size:.875rem;color:#1f2937;margin-bottom:.5rem;line-height:1.4}.organization-selector .organization-item .organization-info .organization-role{display:inline-block;padding:.25rem .75rem;background:#f3f4f6;color:#1f2937;border-radius:12px;font-size:.75rem;font-weight:500;text-transform:capitalize}.organization-selector .organization-item .organization-info .organization-domain{display:inline-block;padding:.25rem .75rem;background:#f9fafb;color:#6b7280;border-radius:12px;font-size:.75rem;font-weight:400;margin-top:.25rem}.organization-selector .organization-item .organization-select-indicator{width:24px;height:24px;margin-left:1rem;flex-shrink:0;display:flex;align-items:center;justify-content:center}.organization-selector .organization-selector-actions{display:flex;gap:1rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.organization-selector .organization-selector-actions .cancel-button,.organization-selector .organization-selector-actions .select-button{flex:1}@media (max-width: 640px){.organization-selector{padding:1rem}.organization-selector .organization-selector-card{padding:1.5rem}.organization-selector .organization-selector-header h1{font-size:1.5rem}.organization-selector .organization-item{padding:1rem}.organization-selector .organization-item .organization-logo{width:40px;height:40px}.organization-selector .organization-item .organization-info h3{font-size:1rem}}.error-banner{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;background-color:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:.375rem;color:#ef4444;font-size:.875rem;margin-bottom:1.5rem}.error-banner svg{flex-shrink:0;width:20px;height:20px}.error-banner span{flex:1}.signin-form-wrapper{width:100%;max-width:440px}.signin-header{margin-bottom:4rem;text-align:center}.signin-header h1{font-size:2rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.signin-header p{font-size:1rem;color:#9ca3af;margin:0}.signin-form{display:flex;flex-direction:column;gap:2rem}.form-options{display:flex;justify-content:space-between;align-items:center;margin-top:-.5rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:1rem;color:#6b7280}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#2563eb}.forgot-password-link{font-size:1rem;color:#2563eb;text-decoration:none;font-weight:500;transition:color .15s}.forgot-password-link:hover{color:#64748b;text-decoration:underline}.signin-button{width:100%;padding:14px;background:linear-gradient(135deg,#2563eb,#64748b);color:#fff;border:none;border-radius:.375rem;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .15s;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.5rem}.signin-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #2563eb66}.signin-button:active:not(:disabled){transform:translateY(0)}.signin-button:disabled{opacity:.7;cursor:not-allowed}.signin-footer{margin-top:4rem;text-align:center;padding-top:3rem;border-top:1px solid #e5e7eb}.signin-footer p{font-size:1rem;color:#9ca3af;margin:0}.signup-link{color:#2563eb;text-decoration:none;font-weight:500;transition:color .15s}.signup-link:hover{color:#64748b;text-decoration:underline}@media (max-width: 640px){.signin-form-wrapper{max-width:100%}.signin-header h1{font-size:2.25rem}.form-options{flex-direction:column;align-items:flex-start;gap:1rem}}.signup-form-wrapper{width:100%;max-width:500px}.step-indicator{display:flex;align-items:center;justify-content:center;margin-bottom:2rem;gap:.5rem}.step-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;opacity:.5;transition:opacity .2s ease}.step-item.active{opacity:1}.step-item.current .step-number{background:#2563eb;color:#fff;border-color:#2563eb}.step-item.current .step-label{color:#2563eb;font-weight:600}.step-number{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;background:#f3f4f6;color:#1f2937;border:2px solid #e5e7eb;transition:all .2s ease}.step-label{font-size:.75rem;color:#1f2937;font-weight:500;text-align:center;white-space:nowrap}.step-connector{width:60px;height:2px;background:#e5e7eb;margin:0 .5rem;position:relative;top:-18px}.step-item.active~.step-connector{background:#2563eb}.form-step{display:flex;flex-direction:column;gap:2rem}.form-actions{display:flex;gap:1rem;padding-top:1rem;margin-top:1rem;border-top:1px solid #e5e7eb}.form-actions .back-button,.form-actions .next-button,.form-actions .submit-button{flex:1}.signup-header{margin-bottom:4rem;text-align:center}.signup-header h1{font-size:2rem;font-weight:700;color:#1f2937;margin:0 0 8px}.signup-header p{font-size:1rem;color:#9ca3af;margin:0}.signup-form{display:flex;flex-direction:column;gap:2rem}.form-section-divider{margin:2rem 0 1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.form-section-divider h3{font-size:1.125rem;font-weight:600;color:#111827;margin:0}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.checkbox-label{display:flex;align-items:flex-start;gap:.5rem;cursor:pointer;font-size:1rem;color:#6b7280;line-height:1.25}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#2563eb;margin-top:2px;flex-shrink:0}.link-inline{color:#2563eb;text-decoration:none;font-weight:500;transition:color .15s;background:none;border:none;padding:0;cursor:pointer;font-family:inherit;font-size:inherit;display:inline}.link-inline:hover{color:#64748b;text-decoration:underline}.link-inline:focus-visible{outline:2px solid #2563eb;outline-offset:2px;border-radius:.25rem}.signup-button{width:100%;padding:14px;background:linear-gradient(135deg,#2563eb,#64748b);color:#fff;border:none;border-radius:.375rem;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .15s;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:8px}.signup-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #2563eb66}.signup-button:active:not(:disabled){transform:translateY(0)}.signup-button:disabled{opacity:.7;cursor:not-allowed}.signup-footer{margin-top:32px;text-align:center;padding-top:24px;border-top:1px solid #e5e7eb}.signup-footer p{font-size:1rem;color:#9ca3af;margin:0}.signup-confirmation{text-align:center;animation:fadeInUp .4s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.confirmation-icon{margin-bottom:3rem;display:flex;justify-content:center;animation:scaleIn .5s ease-out}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.confirmation-content{text-align:left}.confirmation-content h1{font-size:2.25rem;font-weight:700;color:#111827;margin:0 0 12px;text-align:center}.confirmation-message{font-size:1.125rem;color:#6b7280;margin:0 0 32px;text-align:center;line-height:1.5}.confirmation-message strong{color:#111827;font-weight:600}.confirmation-instructions{background:#f9fafb;border-radius:.5rem;padding:3rem;margin-bottom:4rem}.confirmation-instructions h3{font-size:1.25rem;font-weight:600;color:#111827;margin:0 0 20px}.instructions-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:2rem}.instructions-list li{margin:0}.instruction-item{display:flex;gap:1.5rem;align-items:flex-start}.instruction-number{flex-shrink:0;width:32px;height:32px;background:linear-gradient(135deg,#2563eb,#64748b);color:#fff;border-radius:9999px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem}.instruction-text{flex:1;padding-top:4px}.instruction-text strong{display:block;font-size:.9375rem;font-weight:600;color:#111827;margin-bottom:4px}.instruction-text p{font-size:1rem;color:#6b7280;margin:0;line-height:1.25}.confirmation-actions{display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem}.resend-email-btn{width:100%;padding:12px;background:#fff;color:#2563eb;border:2px solid #2563eb;border-radius:.375rem;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .15s;display:flex;align-items:center;justify-content:center;gap:.5rem;font-family:inherit}.resend-email-btn:hover{background:#f3f4f6;transform:translateY(-1px);box-shadow:0 2px 8px #2563eb33}.resend-email-btn:active{transform:translateY(0)}.resend-email-btn:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.signin-button{width:100%;padding:14px;background:linear-gradient(135deg,#2563eb,#64748b);color:#fff;border:none;border-radius:.375rem;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .15s;display:flex;align-items:center;justify-content:center;text-decoration:none}.signin-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #2563eb66}.signin-button:active{transform:translateY(0)}.confirmation-help{text-align:center;padding-top:24px;border-top:1px solid #e5e7eb}.confirmation-help p{font-size:1rem;color:#6b7280;margin:0 0 8px;line-height:1.5}.confirmation-help .help-text{font-size:.875rem;color:#d1d5db}.confirmation-help a{color:#2563eb;text-decoration:none;font-weight:500}.confirmation-help a:hover{text-decoration:underline}@media (max-width: 640px){.signup-form-wrapper{max-width:100%}.signup-header h1{font-size:2.25rem}.form-row{grid-template-columns:1fr}.confirmation-content h1{font-size:1.875rem}.confirmation-instructions{padding:2rem}.confirmation-instructions h3{font-size:1.125rem}.instruction-item{gap:1rem}.instruction-number{width:28px;height:28px;font-size:.875rem}.instruction-text strong{font-size:1rem}.instruction-text p{font-size:.875rem}}.legal-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;animation:fadeIn .15s ease-out}.legal-modal-content{background:#fff;border-radius:.5rem;box-shadow:0 20px 25px -5px 0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f,0 10px 10px -5px 0 1px 2px 0 #0000000d;width:100%;max-width:800px;max-height:90vh;display:flex;flex-direction:column;animation:slideUp .25s ease-out;overflow:hidden}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.legal-modal-header{display:flex;align-items:center;justify-content:space-between;padding:3rem 28px;border-bottom:1px solid #e5e7eb;flex-shrink:0}.legal-modal-header h2{margin:0;font-size:1.875rem;font-weight:600;color:#111827}.legal-modal-close{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:#6b7280;border-radius:.25rem;transition:all .15s}.legal-modal-close:hover{background-color:#f3f4f6;color:#111827}.legal-modal-close:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.legal-modal-body{flex:1;overflow-y:auto;padding:28px}.legal-modal-meta{margin-bottom:3rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.last-updated{margin:0;font-size:1rem;color:#6b7280}.legal-modal-sections{margin-bottom:3rem}.legal-section{margin-bottom:4rem}.legal-section:last-child{margin-bottom:0}.section-title{font-size:1.5rem;font-weight:600;color:#111827;margin:0 0 1.5rem}.section-content{color:#4b5563;line-height:1.75}.section-content p{margin:0 0 1.5rem;font-size:.9375rem}.section-content p:last-child{margin-bottom:0}.bullet-list{margin:1.5rem 0;padding-left:3rem;list-style:none}.bullet-list li{position:relative;padding-left:2rem;margin-bottom:1rem;font-size:.9375rem;line-height:1.75}.bullet-list li:before{content:"•";position:absolute;left:0;color:#3b82f6;font-weight:700;font-size:1.25rem}.bullet-list li:last-child{margin-bottom:0}.legal-modal-footer{margin-top:4rem;padding-top:3rem;border-top:1px solid #e5e7eb;text-align:center}.legal-modal-footer p{margin:0;font-size:1rem;color:#6b7280}.legal-modal-footer a{color:#3b82f6;text-decoration:none;font-weight:500}.legal-modal-footer a:hover{text-decoration:underline}.legal-modal-loading,.legal-modal-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 2rem;text-align:center}.legal-modal-loading p,.legal-modal-error p{margin-top:1.5rem;color:#6b7280;font-size:.9375rem}.legal-modal-error h3{margin:1.5rem 0 .5rem;color:#111827;font-size:1.25rem;font-weight:600}.legal-modal-error p{color:#6b7280}.loading-spinner{width:48px;height:48px;border:4px solid #e5e7eb;border-top-color:#3b82f6;border-radius:9999px;animation:spin 1s linear infinite}.legal-modal-body::-webkit-scrollbar{width:.5rem}.legal-modal-body::-webkit-scrollbar-track{background:#f9fafb}.legal-modal-body::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.legal-modal-body::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media (max-width: 768px){.legal-modal-overlay{padding:0}.legal-modal-content{max-width:100%;max-height:100vh;border-radius:0}.legal-modal-header{padding:2rem}.legal-modal-header h2{font-size:1.5rem}.legal-modal-body{padding:2rem}.section-title{font-size:1.25rem}.section-content p{font-size:1rem}}.forgot-password-container{display:flex;min-height:100vh;background-color:#f3f4f6}.forgot-password-left{flex:1;background:linear-gradient(135deg,#2563eb,#64748b);color:#fff;padding:60px;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.forgot-password-left:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:pulse 8s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.1);opacity:.3}}.forgot-password-branding{position:relative;z-index:1;margin-bottom:60px}.brand-logo h1{font-size:2rem;font-weight:700;margin:0 0 3rem;letter-spacing:-.5px}.forgot-password-branding h2{font-size:2.25rem;font-weight:600;margin:0 0 1rem}.forgot-password-branding p{font-size:1.125rem;opacity:.9;margin:0}.forgot-password-features{position:relative;z-index:1;display:flex;flex-direction:column;gap:3rem}.feature-item{display:flex;align-items:center;gap:1.5rem;font-size:1.125rem;font-weight:500}.feature-item svg{flex-shrink:0;opacity:.9}.forgot-password-right{flex:1;display:flex;align-items:center;justify-content:center;padding:40px;background-color:#fff}.forgot-password-form-wrapper{width:100%;max-width:440px}.forgot-password-header{margin-bottom:4rem;text-align:center}.forgot-password-header h1{font-size:2rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.forgot-password-header p{font-size:1rem;color:#9ca3af;margin:0}.forgot-password-form{display:flex;flex-direction:column;gap:2rem}.error-banner{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background-color:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:.375rem;color:#dc2626;font-size:1rem}.error-banner svg{flex-shrink:0}.input-wrapper{position:relative;display:flex;align-items:center;width:100%}.input-wrapper input{width:100%;padding:1rem 14px;border:1px solid #e5e7eb;border-radius:.375rem;font-size:1rem;line-height:1.25;transition:all .15s;font-family:inherit;background-color:#f9fafb;box-sizing:border-box}.input-wrapper input:focus{outline:none;border-color:#2563eb;background-color:#fff;box-shadow:0 0 0 3px #2563eb1a}.input-wrapper input.input-error{border-color:#ef4444;background-color:#ef44440d}.input-wrapper input.input-error:focus{box-shadow:0 0 0 3px #ef44441a}.error-message{font-size:.75rem;color:#ef4444;margin-top:-4px}.reset-button{width:100%;padding:14px;background:linear-gradient(135deg,#2563eb,#64748b);color:#fff;border:none;border-radius:.375rem;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .15s;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.5rem}.reset-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #2563eb66}.reset-button:active:not(:disabled){transform:translateY(0)}.reset-button:disabled{opacity:.7;cursor:not-allowed}.spinner{animation:spin 1s linear infinite}.forgot-password-footer{margin-top:4rem;text-align:center;padding-top:3rem;border-top:1px solid #e5e7eb}.forgot-password-footer p{font-size:1rem;color:#9ca3af;margin:0}.signin-link{color:#2563eb;text-decoration:none;font-weight:500;transition:color .15s}.signin-link:hover{color:#64748b;text-decoration:underline}.success-message{text-align:center;padding:40px 2rem}.success-icon{margin-bottom:3rem;display:flex;justify-content:center}.success-message h2{font-size:2.25rem;font-weight:700;color:#1f2937;margin:0 0 1.5rem}.success-message p{font-size:1.125rem;color:#6b7280;margin:0 0 1rem;line-height:1.5}.success-message p strong{color:#1f2937;font-weight:600}.instruction-text{font-size:1rem;color:#9ca3af;margin-top:1.5rem!important}.action-buttons{display:flex;flex-direction:column;gap:1rem;margin-top:4rem}.btn{padding:1rem 3rem;border-radius:.375rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .15s;border:none;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.btn-primary{background:linear-gradient(135deg,#2563eb,#64748b);color:#fff}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #2563eb66}.btn-secondary{background-color:#fff;color:#2563eb;border:1px solid #2563eb}.btn-secondary:hover{background-color:#f9fafb}@media (max-width: 640px){.forgot-password-form-wrapper{width:100%;max-width:500px}.forgot-password-header h1{font-size:2.25rem}.action-buttons{flex-direction:column}}.reset-password-wrapper{width:100%;max-width:500px;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh}.reset-password-header{margin-bottom:4rem;text-align:center}.reset-password-header h1{font-size:1.5rem;font-weight:600;color:#111827;margin:0 0 .5rem}.reset-password-header p{font-size:1rem;color:#1f2937;margin:0}.reset-password-form{display:flex;flex-direction:column;gap:2rem;width:100%}.reset-password-success,.reset-password-no-token{width:100%;text-align:center;display:flex;flex-direction:column;align-items:center;gap:2rem}.success-icon,.no-token-icon{display:flex;align-items:center;justify-content:center}.success-content,.no-token-content{width:100%;display:flex;flex-direction:column;gap:1.5rem}.success-content h1,.no-token-content h1{font-size:1.5rem;font-weight:600;color:#111827;margin:0}.success-content p,.no-token-content p{font-size:1rem;color:#1f2937;margin:0;line-height:1.6}.reset-password-footer{margin-top:2rem;text-align:center}.reset-password-footer p{font-size:1rem;color:#1f2937;margin:0}@media (max-width: 768px){.reset-password-wrapper{max-width:100%}.reset-password-header h1,.success-content h1,.no-token-content h1{font-size:1.25rem}}.verify-email-wrapper{width:100%;max-width:500px;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh}.verify-email-loading,.verify-email-success,.verify-email-error,.verify-email-no-token{width:100%;text-align:center;display:flex;flex-direction:column;align-items:center;gap:2rem}.verify-email-loading h1{font-size:1.5rem;font-weight:600;color:#111827;margin:0}.verify-email-loading p{font-size:1rem;color:#1f2937;margin:0}.success-icon,.error-icon,.no-token-icon{display:flex;align-items:center;justify-content:center}.success-content,.error-content,.no-token-content{width:100%;display:flex;flex-direction:column;gap:1.5rem}.success-content h1,.error-content h1,.no-token-content h1{font-size:1.5rem;font-weight:600;color:#111827;margin:0}.success-content p,.error-content p,.no-token-content p{font-size:1rem;color:#1f2937;margin:0;line-height:1.6}.error-details{text-align:left;background:#f3f4f6;padding:1.5rem;border-radius:.375rem;border:1px solid #e5e7eb}.error-details p{margin-bottom:.5rem;font-weight:500}.error-details ul{margin:.5rem 0 0 1.5rem;padding:0;list-style-type:disc}.error-details ul li{margin-bottom:.25rem;color:#1f2937;line-height:1.6}.signup-link,.signin-link{text-decoration:none;width:100%;display:block}.signin-link{text-align:center;color:#2563eb;font-size:1rem;font-weight:500;margin-top:.5rem}.error-help{margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e7eb;font-size:.875rem;color:#6b7280}.error-help a{color:#2563eb;text-decoration:none}.error-help a:hover{text-decoration:underline}.no-token-actions{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}@media (max-width: 768px){.verify-email-wrapper{max-width:100%}.success-content h1,.error-content h1,.no-token-content h1{font-size:1.25rem}.error-details{padding:1rem}}.signout-wrapper{width:100%;max-width:500px;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh}.signout-loading,.signout-success,.signout-error{width:100%;text-align:center;display:flex;flex-direction:column;align-items:center;gap:2rem}.signout-loading h1{font-size:1.5rem;font-weight:600;color:#111827;margin:0}.signout-loading p{font-size:1rem;color:#1f2937;margin:0}.loading-actions{margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e7eb}.signin-link{text-decoration:none;display:inline-block}.success-icon,.error-icon{display:flex;align-items:center;justify-content:center}.success-content,.error-content{width:100%;display:flex;flex-direction:column;gap:1.5rem}.success-content h1,.error-content h1{font-size:1.5rem;font-weight:600;color:#111827;margin:0}.success-content p,.error-content p{font-size:1rem;color:#1f2937;margin:0;line-height:1.6}.redirect-message{font-size:.875rem;color:#6b7280;font-style:italic}.error-actions{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}@media (max-width: 768px){.signout-wrapper{max-width:100%}.success-content h1,.error-content h1{font-size:1.25rem}}.change-password-wrapper{width:100%;max-width:500px;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh}.change-password-header{margin-bottom:4rem;text-align:center}.change-password-header h1{font-size:1.5rem;font-weight:600;color:#111827;margin:0 0 .5rem}.change-password-header p{font-size:1rem;color:#1f2937;margin:0}.change-password-form{display:flex;flex-direction:column;gap:2rem;width:100%}.change-password-success{width:100%;text-align:center;display:flex;flex-direction:column;align-items:center;gap:2rem}.success-icon{display:flex;align-items:center;justify-content:center}.success-content{width:100%;display:flex;flex-direction:column;gap:1.5rem}.success-content h1{font-size:1.5rem;font-weight:600;color:#111827;margin:0}.success-content p{font-size:1rem;color:#1f2937;margin:0;line-height:1.6}.success-message{font-size:1.125rem;color:#111827;margin-bottom:1rem}.success-actions{display:flex;flex-direction:column;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e7eb}.signin-button{text-decoration:none;width:100%}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:1rem;font-weight:500;color:#374151}.required{color:#ef4444}.change-password-footer{margin-top:2rem;text-align:center}.change-password-footer p{font-size:1rem;color:#1f2937;margin:0}.signin-link{color:#2563eb;text-decoration:none;font-weight:500}.signin-link:hover{text-decoration:underline}@media (max-width: 768px){.change-password-wrapper{max-width:100%}.change-password-header h1,.success-content h1{font-size:1.25rem}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1rem;line-height:1.5;color:#111827;background-color:#fff}:focus-visible{outline:2px solid #2563eb;outline-offset:2px}button{font-family:inherit;font-size:inherit;line-height:inherit;color:inherit;background:none;border:none;cursor:pointer;padding:0}ul,ol{list-style:none}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:1040;animation:fadeIn .25s cubic-bezier(0,0,.2,1)}.centered-layout{display:flex;align-items:center;justify-content:center;width:100%}.stack{display:flex}.stack.stack-row{flex-direction:row}.stack.stack-column{flex-direction:column}.stack.stack-gap-xs{gap:.25rem}.stack.stack-gap-sm{gap:.5rem}.stack.stack-gap-md{gap:1rem}.stack.stack-gap-lg{gap:1.5rem}.stack.stack-gap-xl{gap:2rem}.stack.stack-align-start{align-items:flex-start}.stack.stack-align-center{align-items:center}.stack.stack-align-end{align-items:flex-end}.stack.stack-align-stretch{align-items:stretch}.stack.stack-justify-start{justify-content:flex-start}.stack.stack-justify-center{justify-content:center}.stack.stack-justify-end{justify-content:flex-end}.stack.stack-justify-space-between{justify-content:space-between}.stack.stack-justify-space-around{justify-content:space-around}.stack.stack-wrap{flex-wrap:wrap}.divider{border:none;background-color:#e5e7eb;margin:0}.divider.divider-horizontal{width:100%;height:1px}.divider.divider-vertical{width:1px;height:100%}.divider.divider-spacing-xs{margin:.25rem 0}.divider.divider-spacing-sm{margin:.5rem 0}.divider.divider-spacing-md{margin:1rem 0}.divider.divider-spacing-lg{margin:1.5rem 0}.divider.divider-spacing-xl{margin:2rem 0}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.page-container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (min-width: 768px){.page-container{padding:0 1.5rem}}.page-header{margin-bottom:4rem}.page-header h1{font-size:1.875rem;font-weight:600;color:#111827;margin-bottom:.5rem;line-height:1.25}.page-header p{color:#4b5563;font-size:1rem;line-height:1.75}.header-content{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.5rem}@media (min-width: 768px){.header-content{flex-direction:column;align-items:flex-start}}.page-content{margin-top:2rem}.content-card,.form-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:2rem;box-shadow:0 1px 2px #0000000d}.user-form,.form{width:100%}.form-section{margin-bottom:4rem;padding-bottom:4rem;border-bottom:1px solid #e5e7eb}.form-section:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.section-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #f3f4f6}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media (min-width: 768px){.form-grid{grid-template-columns:1fr}}.form-group{display:flex;flex-direction:column}.form-group label{font-size:1rem;font-weight:500;color:#374151;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{padding:1rem 1.5rem;border:1px solid #e5e7eb;border-radius:.375rem;font-size:1rem;transition:border-color .15s cubic-bezier(.4,0,.2,1),box-shadow .15s cubic-bezier(.4,0,.2,1);font-family:inherit;background-color:#fff;color:#111827}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-group input:disabled,.form-group select:disabled,.form-group textarea:disabled{background-color:#f9fafb;cursor:not-allowed;opacity:.6}.form-group input.input-error,.form-group select.input-error,.form-group textarea.input-error{border-color:#ef4444}.form-group input.input-error:focus,.form-group select.input-error:focus,.form-group textarea.input-error:focus{box-shadow:0 0 0 3px #ef44441a}.form-group .required{color:#ef4444}.form-group .error-message{font-size:.875rem;color:#ef4444;margin-top:.25rem}.form-group .help-text{font-size:.875rem;color:#6b7280;margin-top:.25rem}.form-actions{display:flex;align-items:center;justify-content:flex-start;gap:1rem;margin-top:3rem;padding-top:2rem;border-top:1px solid #e5e7eb}.btn{padding:.5rem 1.5rem;border-radius:.375rem;font-size:1rem;font-weight:500;transition:all .15s cubic-bezier(.4,0,.2,1);cursor:pointer;border:none;font-family:inherit;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.btn-primary{padding:.5rem 1.5rem;border-radius:.375rem;font-size:1rem;font-weight:500;transition:all .15s cubic-bezier(.4,0,.2,1);cursor:pointer;border:none;font-family:inherit;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background-color:#2563eb;color:#fff}.btn-primary:hover:not(:disabled){background-color:#1555e2;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-secondary{padding:.5rem 1.5rem;border-radius:.375rem;font-size:1rem;font-weight:500;transition:all .15s cubic-bezier(.4,0,.2,1);cursor:pointer;border:none;font-family:inherit;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background-color:#fff;color:#374151;border:1px solid #e5e7eb}.btn-secondary:hover:not(:disabled){background-color:#f9fafb;border-color:#d1d5db}.btn-secondary:disabled{opacity:.6;cursor:not-allowed}.btn-icon,.btn-disable,.btn-edit{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:.375rem;text-decoration:none;transition:all .15s cubic-bezier(.4,0,.2,1);cursor:pointer;border:1px solid transparent}.toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:3rem;gap:1.5rem;flex-wrap:wrap}@media (min-width: 768px){.toolbar{flex-direction:column;align-items:stretch}}.search-toolbar{display:flex;align-items:center;justify-content:flex-start;margin-bottom:0;gap:1.5rem;flex-wrap:nowrap;padding:1.5rem 2rem;background-color:#f9fafb;border-radius:.375rem;border:1px solid #e5e7eb;margin:0 2rem}@media (min-width: 768px){.search-toolbar{margin:0 1rem}}.search-toolbar .search-box{flex:1 1 0%;min-width:200px;position:relative}.search-toolbar .search-input{width:100%;padding:1rem 1.5rem;border:1px solid #e5e7eb;border-radius:.375rem;font-size:1rem;transition:border-color .15s cubic-bezier(.4,0,.2,1),box-shadow .15s cubic-bezier(.4,0,.2,1);font-family:inherit;background-color:#fff;color:#111827}.search-toolbar .search-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.search-toolbar .search-input:disabled{background-color:#f9fafb;cursor:not-allowed;opacity:.6}.search-toolbar .search-input.input-error{border-color:#ef4444}.search-toolbar .search-input.input-error:focus{box-shadow:0 0 0 3px #ef44441a}.search-toolbar .search-input{background-color:#fff;border-color:#d1d5db;transition:border-color .15s,box-shadow .15s}.search-toolbar .search-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}.search-toolbar .search-input::placeholder{color:#9ca3af}.search-toolbar .filter-group{flex-shrink:0;flex-grow:0;white-space:nowrap;display:flex;align-items:center;gap:1rem}.search-toolbar .filter-group label,.search-toolbar .filter-group .filter-label{font-size:.875rem;color:#374151;font-weight:600;white-space:nowrap}@media (max-width: 767px){.search-toolbar .filter-group label,.search-toolbar .filter-group .filter-label{display:block;font-size:.75rem;color:#4b5563;margin-bottom:.25rem}}.search-toolbar .filter-group .filter-select{padding:1rem 1.5rem;border:1px solid #e5e7eb;border-radius:.375rem;font-size:1rem;transition:border-color .15s cubic-bezier(.4,0,.2,1),box-shadow .15s cubic-bezier(.4,0,.2,1);font-family:inherit;background-color:#fff;color:#111827}.search-toolbar .filter-group .filter-select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.search-toolbar .filter-group .filter-select:disabled{background-color:#f9fafb;cursor:not-allowed;opacity:.6}.search-toolbar .filter-group .filter-select.input-error{border-color:#ef4444}.search-toolbar .filter-group .filter-select.input-error:focus{box-shadow:0 0 0 3px #ef44441a}.search-toolbar .filter-group .filter-select{cursor:pointer;min-width:140px;background-color:#fff;border-color:#d1d5db;transition:border-color .15s,box-shadow .15s}.search-toolbar .filter-group .filter-select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}@media (max-width: 767px){.search-toolbar .filter-group .filter-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%234B5563' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:12px;padding-right:4rem;border-radius:.375rem}}@media (max-width: 767px){.search-toolbar{flex-wrap:wrap;align-items:stretch;gap:.5rem;padding:1rem;margin:0 1rem}.search-toolbar .search-box{min-width:100%;width:100%}.search-toolbar .search-input{padding:1rem;font-size:1rem;min-height:44px}.search-toolbar .filter-group{width:100%;display:flex;flex-direction:column;gap:.25rem}.search-toolbar .filter-group label,.search-toolbar .filter-group .filter-label{font-size:.75rem;margin-bottom:.25rem;display:block}.search-toolbar .filter-group .filter-select{min-width:100%;width:100%;padding:1rem 4rem 1rem 1rem;font-size:1rem;min-height:44px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%234B5563' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:12px;border-radius:.375rem}}.search-box{position:relative;flex:1;min-width:250px}@media (min-width: 768px){.search-box{min-width:100%}}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);pointer-events:none;color:#6b7280}.search-input{width:100%;padding:1rem 1.5rem 1rem 40px;padding:1rem 1.5rem;border:1px solid #e5e7eb;border-radius:.375rem;font-size:1rem;transition:border-color .15s cubic-bezier(.4,0,.2,1),box-shadow .15s cubic-bezier(.4,0,.2,1);font-family:inherit;background-color:#fff;color:#111827}.search-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.search-input:disabled{background-color:#f9fafb;cursor:not-allowed;opacity:.6}.search-input.input-error{border-color:#ef4444}.search-input.input-error:focus{box-shadow:0 0 0 3px #ef44441a}.filter-group{display:flex;align-items:center;justify-content:flex-start;gap:.5rem}.filter-group label{font-size:1rem;color:#4b5563;font-weight:500}.filter-select{padding:1rem 1.5rem;border:1px solid #e5e7eb;border-radius:.375rem;font-size:1rem;transition:border-color .15s cubic-bezier(.4,0,.2,1),box-shadow .15s cubic-bezier(.4,0,.2,1);font-family:inherit;background-color:#fff;color:#111827}.filter-select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.filter-select:disabled{background-color:#f9fafb;cursor:not-allowed;opacity:.6}.filter-select.input-error{border-color:#ef4444}.filter-select.input-error:focus{box-shadow:0 0 0 3px #ef44441a}.filter-select{cursor:pointer}.table-container{overflow-x:auto;margin-bottom:0}.table-container::-webkit-scrollbar{width:8px;height:8px}.table-container::-webkit-scrollbar-track{background:#f3f4f6}.table-container::-webkit-scrollbar-thumb{background:#9ca3af;border-radius:9999px}.table-container::-webkit-scrollbar-thumb:hover{background:#6b7280}.table-container{scrollbar-width:thin;scrollbar-color:#9ca3af #f3f4f6;border:1px solid #e5e7eb;border-left:none;border-right:none;border-radius:.375rem;border-radius:0;width:100%;margin:0 2rem;max-width:calc(100% - 4rem)}@media (max-width: 640px){.table-container{margin:0 1rem;max-width:calc(100% - 2rem)}}.table,.search-result-table{width:100%;border-collapse:collapse;background-color:#fff;table-layout:fixed}.table thead,.search-result-table thead{background:linear-gradient(to bottom,#f9fafb,#f3f4f6);border-bottom:2px solid #e5e7eb}.table th,.search-result-table th{padding:1rem 1.5rem;text-align:left;font-size:.75rem;font-weight:700;color:#374151;text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid #e5e7eb;position:sticky;top:0;z-index:1;white-space:nowrap}.table th:last-child,.search-result-table th:last-child{text-align:center}.table td,.search-result-table td{padding:1rem 1.5rem;border-bottom:1px solid #f3f4f6;font-size:.875rem;color:#1f2937;vertical-align:middle;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table td:last-child,.search-result-table td:last-child{text-align:center;white-space:nowrap}.table tbody tr,.search-result-table tbody tr{transition:all .15s cubic-bezier(.4,0,.2,1);border-left:3px solid transparent}.table tbody tr:hover,.search-result-table tbody tr:hover{background-color:#f9fafb;border-left-color:#2563eb}.table tbody tr:last-child td,.search-result-table tbody tr:last-child td{border-bottom:none}.table-actions{display:flex;align-items:center;justify-content:center;gap:.25rem}.action-button{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:1px solid #d1d5db;background-color:#fff;color:#4b5563;border-radius:.375rem;cursor:pointer;transition:all .15s;text-decoration:none}.action-button svg{width:16px;height:16px}.action-button:hover{background-color:#2563eb;border-color:#2563eb;color:#fff;transform:translateY(-1px);box-shadow:0 2px 4px #2563eb33}.action-button:active{transform:translateY(0);box-shadow:0 1px 2px #2563eb33}.action-button:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.action-button--edit:hover{background-color:#2563eb;border-color:#2563eb}.action-button--delete:hover{background-color:#ef4444;border-color:#ef4444}.action-button--view:hover{background-color:#3b82f6;border-color:#3b82f6}.search-result-table th:nth-child(1),.search-result-table td:nth-child(1){width:16%}.search-result-table th:nth-child(2),.search-result-table td:nth-child(2){width:20%}.search-result-table th:nth-child(3),.search-result-table td:nth-child(3){width:10%}.search-result-table th:nth-child(4),.search-result-table td:nth-child(4){width:8%}.search-result-table th:nth-child(5),.search-result-table td:nth-child(5){width:10%}.search-result-table th:nth-child(6),.search-result-table td:nth-child(6){width:10%}.search-result-table th:nth-child(7),.search-result-table td:nth-child(7){width:9%}.search-result-table th:nth-child(8),.search-result-table td:nth-child(8){width:9%}.search-result-table th:nth-child(9),.search-result-table td:nth-child(9){width:8%}@media (max-width: 768px){.search-result-table{font-size:.875rem}.search-result-table th,.search-result-table td{padding:.5rem 1rem}}.badge,.role-badge,.status-badge{display:inline-flex;align-items:center;padding:.25rem 1rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:capitalize;letter-spacing:.02em;white-space:nowrap;box-shadow:0 1px 2px #0000000d}.status-badge.active{background-color:#10b9811a;color:#085b40}.status-badge.inactive{background-color:#f59e0b1a;color:#d97706}.status-badge.disabled{background-color:#ef44441a;color:#bd1010}.role-badge{background-color:#2563eb1a;color:#2563eb}.action-buttons{display:flex;align-items:center;justify-content:flex-start;gap:.5rem}.btn-edit{color:#2563eb;background-color:#2563eb1a}.btn-edit:hover{background-color:#2563eb;color:#fff;transform:translateY(-1px)}.btn-disable{color:#ef4444;background-color:#ef44441a}.btn-disable:hover{background-color:#ef4444;color:#fff;transform:translateY(-1px)}.empty-state,.no-data{text-align:center;padding:4rem 2rem;color:#6b7280;font-style:italic}.pagination{display:flex;align-items:center;justify-content:space-between;margin-top:0;padding:1.5rem 2rem;background-color:#f9fafb;border-radius:.375rem;border:1px solid #e5e7eb;border-left:none;border-right:none;border-radius:0;margin:0 2rem}@media (min-width: 768px){.pagination{flex-direction:column;gap:1rem;align-items:stretch;margin:0 1rem}}.pagination-btn{padding:.5rem 1.5rem;border:1px solid #e5e7eb;border-radius:.375rem;background:#fff;color:#4b5563;font-size:1rem;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1)}.pagination-btn:hover:not(:disabled){background-color:#f9fafb;border-color:#2563eb;color:#2563eb}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-info{font-size:1rem;color:#4b5563}.loading-container{flex-direction:column;display:flex;align-items:center;justify-content:center;min-height:400px;gap:1.5rem}.loading-container p{color:#6b7280;font-size:1rem}.error-container{flex-direction:column;display:flex;align-items:center;justify-content:center;min-height:400px;gap:1.5rem;padding:3rem}.loading-spinner{width:40px;height:40px;border:4px solid #f3f4f6;border-top-color:#2563eb;border-radius:9999px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.info-box{padding:1rem;background-color:#2563eb0d;border:1px solid rgba(37,99,235,.2);border-radius:.375rem;margin-top:.5rem}.info-box p{margin:0;font-size:1rem;color:#2563eb;line-height:1.75}.info-box p strong{font-weight:600}.results-count{padding:1rem 1.5rem;font-size:.875rem;color:#4b5563;text-align:center;border-top:1px solid #e5e7eb;background-color:#f9fafb;border-radius:.375rem;border-top-left-radius:0;border-top-right-radius:0}.page-list{width:100%;display:flex;flex-direction:column;gap:3rem;padding:2rem 0;background-color:#f9fafb;min-height:100vh}.page-list__header{display:flex!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;flex-wrap:nowrap!important;gap:1.5rem;margin-bottom:0;padding:0 2rem 2rem;border-bottom:1px solid #e5e7eb;width:100%;box-sizing:border-box;min-width:0}.page-list__header>h1{flex:1 1 0%;min-width:0}.page-list__header>div:last-child{flex:0 0 auto!important;flex-shrink:0!important;white-space:nowrap}@media (min-width: 768px){.page-list__header{align-items:flex-start;flex-wrap:wrap;padding:0 1rem 1.5rem}}.page-list__title{font-size:1.875rem;font-weight:700;color:#111827;margin:0;line-height:1.25;letter-spacing:-.02em;flex:1 1 0%!important;white-space:nowrap!important;overflow:hidden;text-overflow:ellipsis;min-width:0;max-width:calc(100% - 180px)}.page-list__content{display:flex;flex-direction:column;gap:2rem;width:100%;background-color:transparent;padding:0;box-shadow:none;border:none;border-radius:0}.page-list__empty{text-align:center;color:#6b7280;padding:4rem}.page-list__empty p{margin:.5rem 0 0;font-size:1rem}.entity-name{display:flex;align-items:center;gap:.5rem;font-weight:500;color:#111827;min-width:0;flex:1}.entity-name>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;flex:1}.entity-avatar{width:40px;height:40px;border-radius:9999px;background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;flex-shrink:0;box-shadow:0 2px 4px #2563eb33;border:2px solid #ffffff}.sidebar{position:fixed;left:0;top:64px;width:256px;height:calc(100vh - 64px);background-color:#fff;border-right:1px solid #e5e7eb;overflow-y:auto;z-index:1030;transition:transform .25s cubic-bezier(0,0,.2,1)}@media (max-width: 768px){.sidebar{transform:translate(-100%);z-index:1050}.sidebar.sidebar--open{transform:translate(0)}}.sidebar__nav{padding:1rem 0}.sidebar__list{display:flex;flex-direction:column;gap:.25rem;list-style:none;margin:0;padding:0}.sidebar__item{list-style:none}.sidebar__link{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;color:#4b5563;text-decoration:none;transition:all .15s cubic-bezier(0,0,.2,1);border-left:3px solid transparent}.sidebar__link:hover{background-color:#f9fafb;color:#2563eb}.sidebar__link--active{background-color:#2563eb1a;color:#2563eb;border-left-color:#2563eb;font-weight:600}.sidebar__icon{font-size:1.125rem;display:flex;align-items:center;justify-content:center}.sidebar__label{font-size:.875rem}.header{background-color:#fff;border-bottom:1px solid #e5e7eb;height:64px;position:sticky;top:0;z-index:1030;box-shadow:0 1px 2px #0000000d}.header__container{display:flex;align-items:center;justify-content:space-between;height:100%;padding:0 1.5rem}.header__left{display:flex;align-items:center;gap:1rem}.header__logo{display:flex;align-items:center}.header__title{font-size:1.25rem;font-weight:600;color:#111827;margin:0}.header__right,.header__nav{display:flex;align-items:center;gap:1rem}.header__user{display:flex;align-items:center;gap:.5rem;padding:.25rem .5rem;border-radius:.375rem;cursor:pointer;transition:background-color .15s cubic-bezier(0,0,.2,1);position:relative}.header__user:hover{background-color:#f9fafb}.header__user-simple{display:flex;align-items:center;gap:.5rem}.header__user-name{font-size:.875rem;color:#374151}.header__logout-button{padding:.25rem 1rem;background-color:transparent;color:#374151;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;cursor:pointer;transition:all .15s cubic-bezier(0,0,.2,1)}.header__logout-button:hover{background-color:#f3f4f6;color:#111827;border-color:#9ca3af}.header-icon-btn{display:flex;align-items:center;justify-content:center;color:#4b5563;transition:transform .15s cubic-bezier(0,0,.2,1)}.header-icon-btn.active{transform:rotate(180deg)}.menu-toggle-button{display:none}@media (max-width: 768px){.menu-toggle-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:transparent;color:#374151;border-radius:.375rem;cursor:pointer;transition:background-color .15s cubic-bezier(0,0,.2,1);padding:0}.menu-toggle-button:hover{background-color:#f9fafb}.menu-toggle-button svg{width:24px;height:24px}}.notification-dropdown{position:relative}.notification-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:transparent;color:#4b5563;border-radius:.375rem;cursor:pointer;transition:all .15s cubic-bezier(0,0,.2,1);position:relative}.notification-button:hover{background-color:#f9fafb;color:#111827}.notification-button svg{position:relative}.notification-badge{position:absolute;top:6px;right:6px;width:8px;height:8px;border-radius:50%;background-color:#ef4444;border:2px solid #ffffff}.user-avatar-header{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#1e40af);display:flex;align-items:center;justify-content:center;color:#fff;font-size:.875rem;font-weight:600;flex-shrink:0}.user-info-header{display:flex;flex-direction:column;align-items:flex-start;gap:2px;min-width:0}@media (max-width: 768px){.user-info-header{display:none}}.user-name-header{font-size:.875rem;font-weight:500;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.user-email-header{font-size:.75rem;color:#4b5563;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.user-role-header{font-size:.75rem;color:#6b7280;font-weight:400}.user-dropdown{position:absolute;top:calc(100% + .25rem);right:0;background:#fff;border:1px solid #e5e7eb;border-radius:.375rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;min-width:240px;z-index:1000;overflow:hidden}.dropdown-header{padding:1rem;background-color:#f9fafb}.dropdown-user-info{display:flex;align-items:center;gap:1rem}.dropdown-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#1e40af);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1rem;font-weight:600;flex-shrink:0}.dropdown-name{font-size:.875rem;font-weight:600;color:#111827;margin-bottom:2px}.dropdown-email{font-size:.75rem;color:#4b5563}.dropdown-divider{height:1px;background-color:#e5e7eb;margin:.25rem 0}.dropdown-menu{padding:.25rem 0}.dropdown-item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem 1rem;border:none;background:transparent;color:#111827;font-size:.875rem;text-decoration:none;cursor:pointer;transition:background-color .15s cubic-bezier(0,0,.2,1);text-align:left}.dropdown-item:hover{background-color:#f9fafb}.dropdown-item svg,.dropdown-item .dropdown-item-icon{color:#4b5563;flex-shrink:0}.dropdown-item.logout-item{color:#ef4444}.dropdown-item.logout-item svg{color:#ef4444}.dropdown-item.logout-item:hover{background-color:#ef44441a}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:inherit;font-weight:500;border-radius:.375rem;border:1px solid transparent;cursor:pointer;transition:all .15s cubic-bezier(0,0,.2,1);white-space:nowrap}.btn:disabled{opacity:.6;cursor:not-allowed}.btn.btn-sm{padding:.25rem .5rem;font-size:.875rem;min-height:32px}.btn.btn-md{padding:.5rem 1rem;font-size:1rem;min-height:40px}.btn.btn-lg{padding:1rem 1.5rem;font-size:1.125rem;min-height:48px}.btn.btn-primary{background-color:#2563eb;color:#fff}.btn.btn-primary:hover:not(:disabled){background-color:#1e40af}.btn.btn-secondary{background-color:#64748b;color:#fff}.btn.btn-secondary:hover:not(:disabled){background-color:#475569}.btn.btn-success{background-color:#10b981;color:#fff}.btn.btn-success:hover:not(:disabled){background-color:#059669}.btn.btn-warning{background-color:#f59e0b;color:#fff}.btn.btn-warning:hover:not(:disabled){background-color:#d97706}.btn.btn-error{background-color:#ef4444;color:#fff}.btn.btn-error:hover:not(:disabled){background-color:#dc2626}.btn.btn-info{background-color:#3b82f6;color:#fff}.btn.btn-info:hover:not(:disabled){background-color:#2563eb}.btn.btn-ghost{background-color:transparent;color:#374151}.btn.btn-ghost:hover:not(:disabled){background-color:#f3f4f6}.btn.btn-outline{background-color:transparent;border-color:#d1d5db;color:#374151}.btn.btn-outline:hover:not(:disabled){background-color:#f9fafb;border-color:#9ca3af}.btn.btn-full-width{width:100%}.btn.btn-loading{position:relative;color:transparent}.btn .btn-spinner{position:absolute;width:16px;height:16px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:spin .6s linear infinite}.btn .btn-icon-left,.btn .btn-icon-right{display:flex;align-items:center}.icon-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:.375rem;border:1px solid transparent;cursor:pointer;transition:all .15s cubic-bezier(0,0,.2,1);background:transparent}.icon-btn:disabled{opacity:.6;cursor:not-allowed}.icon-btn.icon-btn-sm{width:32px;height:32px;padding:.25rem}.icon-btn.icon-btn-md{width:40px;height:40px;padding:.5rem}.icon-btn.icon-btn-lg{width:48px;height:48px;padding:1rem}.icon-btn.icon-btn-default{color:#374151}.icon-btn.icon-btn-default:hover:not(:disabled){background-color:#f3f4f6}.icon-btn.icon-btn-ghost{color:#4b5563}.icon-btn.icon-btn-ghost:hover:not(:disabled){background-color:#f9fafb}.icon-btn.icon-btn-outline{border-color:#d1d5db;color:#374151}.icon-btn.icon-btn-outline:hover:not(:disabled){background-color:#f9fafb;border-color:#9ca3af}.switch-wrapper{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer}.switch{position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#d1d5db;border-radius:9999px;transition:background-color .15s cubic-bezier(0,0,.2,1);cursor:pointer;flex-shrink:0}.switch:before{content:"";position:absolute;background-color:#fff;border-radius:50%;transition:transform .15s cubic-bezier(0,0,.2,1);box-shadow:0 1px 2px #0000000d}.switch:checked{background-color:#2563eb}.switch:disabled{opacity:.6;cursor:not-allowed}.switch.switch-sm{width:36px;height:20px}.switch.switch-sm:before{width:16px;height:16px;top:2px;left:2px}.switch.switch-sm:checked:before{transform:translate(16px)}.switch.switch-md{width:44px;height:24px}.switch.switch-md:before{width:20px;height:20px;top:2px;left:2px}.switch.switch-md:checked:before{transform:translate(20px)}.switch.switch-lg{width:52px;height:28px}.switch.switch-lg:before{width:24px;height:24px;top:2px;left:2px}.switch.switch-lg:checked:before{transform:translate(24px)}.switch-label{font-size:.875rem;color:#374151;-webkit-user-select:none;user-select:none}.checkbox-wrapper{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer}.checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid #d1d5db;border-radius:.25rem;background-color:#fff;cursor:pointer;transition:all .15s cubic-bezier(0,0,.2,1);flex-shrink:0;position:relative}.checkbox:checked{background-color:#2563eb;border-color:#2563eb}.checkbox:checked:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(45deg);width:4px;height:8px;border:solid #ffffff;border-width:0 2px 2px 0}.checkbox:disabled{opacity:.6;cursor:not-allowed}.checkbox.checkbox-sm{width:16px;height:16px}.checkbox.checkbox-md{width:20px;height:20px}.checkbox.checkbox-lg{width:24px;height:24px}.checkbox-label{font-size:.875rem;color:#374151;-webkit-user-select:none;user-select:none}.badge{display:inline-flex;align-items:center;justify-content:center;font-weight:500;border-radius:9999px;white-space:nowrap}.badge.badge-sm{padding:.25rem .5rem;font-size:.75rem}.badge.badge-md{padding:.25rem .5rem;font-size:.875rem}.badge.badge-lg{padding:.5rem 1rem;font-size:1rem}.badge.badge-primary{background-color:#2563eb;color:#fff}.badge.badge-secondary{background-color:#64748b;color:#fff}.badge.badge-success{background-color:#10b981;color:#fff}.badge.badge-warning{background-color:#f59e0b;color:#fff}.badge.badge-error{background-color:#ef4444;color:#fff}.badge.badge-info{background-color:#3b82f6;color:#fff}.badge.badge-dot{width:8px;height:8px;padding:0;border-radius:50%}.text.text-xs{font-size:.75rem}.text.text-sm{font-size:.875rem}.text.text-base{font-size:1rem}.text.text-lg{font-size:1.125rem}.text.text-xl{font-size:1.25rem}.text.text-normal{font-weight:400}.text.text-medium{font-weight:500}.text.text-semibold{font-weight:600}.text.text-bold{font-weight:700}.text.text-default{color:#111827}.text.text-muted{color:#4b5563}.text.text-primary{color:#2563eb}.text.text-success{color:#10b981}.text.text-warning{color:#f59e0b}.text.text-error{color:#ef4444}.heading{font-weight:700;line-height:1.25;color:#111827;margin:0}.heading.heading-xs{font-size:.75rem}.heading.heading-sm{font-size:.875rem}.heading.heading-md{font-size:1rem}.heading.heading-lg{font-size:1.125rem}.heading.heading-xl{font-size:1.25rem}.heading.heading-2xl{font-size:1.5rem}.heading.heading-3xl{font-size:1.875rem}.heading.heading-4xl{font-size:2.25rem}.label{display:block;font-weight:500;color:#374151;margin-bottom:.25rem}.label.label-sm{font-size:.875rem}.label.label-md{font-size:1rem}.label.label-lg{font-size:1.125rem}.label-required{color:#ef4444;margin-left:.25rem}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;text-align:center}.empty-state-icon{margin-bottom:1.5rem;color:#9ca3af;font-size:48px}.empty-state-title{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:.5rem}.empty-state-description{font-size:1rem;color:#4b5563;margin-bottom:1.5rem;max-width:400px}.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;text-align:center}.error-state-icon{font-size:64px;margin-bottom:1.5rem}.error-state-title{font-size:1.25rem;font-weight:600;color:#ef4444;margin-bottom:.5rem}.error-state-message{font-size:1rem;color:#4b5563;margin-bottom:1.5rem;max-width:400px}.access-denied{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;text-align:center;min-height:400px}.access-denied-icon{font-size:64px;margin-bottom:1.5rem}.access-denied-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:1rem}.access-denied-message{font-size:1rem;color:#4b5563;margin-bottom:2rem;max-width:500px}.not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;text-align:center;min-height:400px}.not-found-icon{font-size:64px;margin-bottom:1.5rem}.not-found-title{font-size:2.25rem;font-weight:700;color:#111827;margin-bottom:1rem}.not-found-message{font-size:1.125rem;color:#4b5563;margin-bottom:2rem;max-width:500px}.modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:1040;display:flex;align-items:center;justify-content:center;padding:1rem;animation:fadeIn .25s cubic-bezier(0,0,.2,1)}.modal{background:#fff;border-radius:.5rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;z-index:1050;width:100%;max-width:500px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;animation:slideUp .25s cubic-bezier(0,0,.2,1)}.modal.modal-sm{max-width:400px}.modal.modal-md{max-width:500px}.modal.modal-lg{max-width:700px}.modal.modal-xl{max-width:900px}.modal.modal-full{max-width:100%;max-height:100vh;border-radius:0}.modal-header{padding:1.5rem;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.modal-title{font-size:1.25rem;font-weight:600;color:#111827}.modal-close{background:none;border:none;cursor:pointer;padding:.25rem;color:#6b7280;display:flex;align-items:center;justify-content:center;border-radius:.375rem;transition:background-color .15s cubic-bezier(0,0,.2,1)}.modal-close:hover{background-color:#f3f4f6;color:#374151}.modal-close:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.modal-body{padding:1.5rem;overflow-y:auto;flex:1}.modal-footer{padding:1.5rem;border-top:1px solid #e5e7eb;display:flex;align-items:center;justify-content:flex-end;gap:.5rem;flex-shrink:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.spinner{border:2px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;animation:spin .6s linear infinite}.spinner.spinner-sm{width:16px;height:16px;border-width:2px}.spinner.spinner-md{width:24px;height:24px;border-width:3px}.spinner.spinner-lg{width:32px;height:32px;border-width:4px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@keyframes spin{to{transform:rotate(360deg)}}.loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#ffffffe6;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;z-index:1050}.loading-overlay-message{font-size:1rem;color:#4b5563;margin:0}.progress-bar{position:relative;width:100%;height:8px;background-color:#e5e7eb;border-radius:9999px;overflow:hidden}.progress-bar-fill{height:100%;border-radius:9999px;transition:width .25s cubic-bezier(0,0,.2,1)}.progress-bar-fill.progress-bar-primary{background-color:#2563eb}.progress-bar-fill.progress-bar-success{background-color:#10b981}.progress-bar-fill.progress-bar-warning{background-color:#f59e0b}.progress-bar-fill.progress-bar-error{background-color:#ef4444}.progress-bar-fill.progress-bar-info{background-color:#3b82f6}.progress-bar-label{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:.75rem;font-weight:500;color:#374151}.toast-container{position:fixed;z-index:1080;pointer-events:none;padding:1rem}.toast-container.top-left{top:0;left:0}.toast-container.top-center{top:0;left:50%;transform:translate(-50%)}.toast-container.top-right{top:0;right:0}.toast-container.bottom-left{bottom:0;left:0}.toast-container.bottom-center{bottom:0;left:50%;transform:translate(-50%)}.toast-container.bottom-right{bottom:0;right:0}.toast{background:#fff;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;padding:1rem 1.5rem;margin-bottom:.5rem;min-width:300px;max-width:500px;pointer-events:auto;display:flex;align-items:center;gap:1rem;animation:slideIn .25s cubic-bezier(0,0,.2,1)}.toast.toast-primary{border-left:4px solid #2563eb}.toast.toast-success{border-left:4px solid #10b981}.toast.toast-warning{border-left:4px solid #f59e0b}.toast.toast-error{border-left:4px solid #ef4444}.toast.toast-info{border-left:4px solid #3b82f6}.toast-message{flex:1;font-size:.875rem;color:#111827}.toast-close{background:none;border:none;cursor:pointer;padding:.25rem;color:#6b7280;display:flex;align-items:center;justify-content:center;border-radius:.375rem;transition:background-color .15s cubic-bezier(0,0,.2,1)}.toast-close:hover{background-color:#f3f4f6;color:#374151}@keyframes slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.session-countdown{font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace;font-weight:600;color:#f59e0b}.session-warning-content{text-align:center;padding:1rem 0}.session-warning-content p{margin-bottom:1rem;color:#374151}
