.auth-form-wrapper{width:100%;max-width:28rem;margin:0 auto;padding:1.5rem}.auth-form-card{background:var(--color-background);box-shadow:var(--shadow-lg);border:1px solid var(--color-border-light);border-radius:12px;padding:2rem}@media (min-width:640px){.auth-form-card{padding:2.5rem}}.auth-form-header{text-align:center;margin-bottom:2rem}.auth-form-title{font-family:var(--font-family-heading);color:var(--color-text-dark);letter-spacing:-.02em;margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.auth-form-subtitle{font-family:var(--font-family-body);color:var(--color-text-medium);font-size:.9375rem;font-weight:400}.auth-error-alert{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;align-items:flex-start;gap:.75rem;margin-bottom:1.5rem;padding:.875rem 1rem;font-size:.875rem;line-height:1.5;display:flex}.auth-error-icon{flex-shrink:0;width:1.25rem;height:1.25rem;margin-top:.125rem}.auth-form{flex-direction:column;gap:1.25rem;display:flex}.auth-form-field{flex-direction:column;gap:.5rem;display:flex}.auth-form-label{font-family:var(--font-family-body);color:var(--color-text-dark);font-size:.875rem;font-weight:500;display:block}.auth-form-input-wrapper{align-items:center;display:flex;position:relative}.auth-form-input{width:100%;font-family:var(--font-family-body);color:var(--color-text-dark);background:var(--color-background);border:1px solid var(--color-border);transition:all var(--transition-fast);border-radius:8px;outline:none;padding:.625rem .875rem;font-size:.9375rem}.auth-form-input::placeholder{color:var(--color-text-light)}.auth-form-input:hover{border-color:var(--color-secondary)}.auth-form-input:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #2563eb1a}.auth-form-input-with-icon{padding-right:2.75rem}.auth-form-input-icon-button{color:var(--color-text-light);cursor:pointer;transition:color var(--transition-fast);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.25rem;display:flex;position:absolute;right:.75rem}.auth-form-input-icon-button:hover{color:var(--color-text-dark)}.auth-form-input-icon-button:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.auth-form-icon{width:1.25rem;height:1.25rem}.auth-form-help-text{background:var(--color-background-accent);color:var(--color-text-medium);border-radius:6px;margin-top:.5rem;padding:.75rem;font-size:.8125rem}.auth-form-help-title{color:var(--color-text-dark);margin-bottom:.5rem;font-weight:500}.auth-form-help-list{flex-direction:column;gap:.25rem;padding-left:0;list-style:none;display:flex}.auth-form-help-list li{transition:color var(--transition-fast);padding-left:1.25rem;position:relative}.auth-form-help-list li:before{content:"○";color:var(--color-text-light);transition:all var(--transition-fast);position:absolute;left:0}.auth-form-help-list-item-valid{color:#15803d}.auth-form-help-list-item-valid:before{content:"✓";color:#15803d;font-weight:700}.auth-password-strength{margin-top:.75rem}.auth-password-strength-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.8125rem;display:flex}.auth-password-strength-label{color:var(--color-text-medium)}.auth-password-strength-value{text-transform:capitalize;color:var(--color-text-dark);font-weight:500}.auth-password-strength-bar{background:var(--color-border-light);border-radius:4px;width:100%;height:.5rem;overflow:hidden}.auth-password-strength-fill{height:100%;transition:all var(--transition-slow);border-radius:4px}.auth-password-strength-none{background:var(--color-border);width:0}.auth-password-strength-weak{background:#dc2626;width:25%}.auth-password-strength-medium{background:#f59e0b;width:50%}.auth-password-strength-strong{background:#10b981;width:75%}.auth-password-strength-very-strong{background:#059669;width:100%}.auth-form-options{justify-content:space-between;align-items:center;gap:1rem;display:flex}.auth-form-checkbox-wrapper{align-items:center;gap:.5rem;display:flex}.auth-form-checkbox{border:1px solid var(--color-border);cursor:pointer;width:1rem;height:1rem;accent-color:var(--color-primary);border-radius:4px}.auth-form-checkbox:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.auth-form-checkbox-label{color:var(--color-text-dark);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:flex-start;gap:.625rem;font-size:.875rem;display:flex}.auth-form-checkbox-text{color:var(--color-text-medium);line-height:1.5}.auth-form-agreement{color:var(--color-text-medium);text-align:center;font-size:.875rem;line-height:1.5}.auth-form-link{color:var(--color-primary);transition:color var(--transition-fast);font-weight:500;text-decoration:none}.auth-form-link:hover{color:var(--color-primary-hover);text-decoration:underline}.auth-form-link:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px;border-radius:2px}.auth-form-button-primary{width:100%;font-family:var(--font-family-primary);color:#fff;background:var(--color-primary);cursor:pointer;transition:all var(--transition-base);box-shadow:var(--shadow-sm);border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;display:flex}.auth-form-button-primary:hover:not(:disabled){background:var(--color-primary-hover);box-shadow:var(--shadow-md);transform:translateY(-1px)}.auth-form-button-primary:active:not(:disabled){box-shadow:var(--shadow-sm);transform:translateY(0)}.auth-form-button-primary:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.auth-form-button-primary:disabled{background:var(--color-secondary);cursor:not-allowed;opacity:.6}.auth-form-button-spinner{width:1.25rem;height:1.25rem;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.auth-form-footer{border-top:1px solid var(--color-border-light);text-align:center;margin-top:1.5rem;padding-top:1.5rem}.auth-form-footer-text{color:var(--color-text-medium);font-size:.875rem}.auth-form-footer-link{color:var(--color-primary);transition:color var(--transition-fast);font-weight:600;text-decoration:none}.auth-form-footer-link:hover{color:var(--color-primary-hover)}.auth-form-footer-link:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px;border-radius:2px}.auth-success-alert{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;align-items:flex-start;gap:.75rem;margin-bottom:1.5rem;padding:.875rem 1rem;font-size:.875rem;line-height:1.5;display:flex}.auth-info-alert{color:#1e40af;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;align-items:flex-start;gap:.75rem;margin-bottom:1.5rem;padding:.875rem 1rem;font-size:.875rem;line-height:1.5;display:flex}.auth-warning-alert{color:#854d0e;background:#fefce8;border:1px solid #fde047;border-radius:8px;margin-bottom:1.5rem;padding:.875rem 1rem;font-size:.875rem;line-height:1.5}.auth-form-help-text-inline{color:var(--color-text-light);margin-top:.375rem;font-size:.75rem}.auth-form-input-code{text-align:center;letter-spacing:.25em;font-family:Courier New,monospace;font-size:1.5rem}.auth-form-link-disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.auth-modal-overlay{z-index:50;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.auth-modal-card{background:var(--color-background);box-shadow:var(--shadow-xl);border-radius:12px;width:100%;max-width:28rem;padding:1.5rem}.auth-modal-title{font-family:var(--font-family-heading);color:var(--color-text-dark);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.auth-modal-content,.auth-oauth-section{margin-bottom:1.5rem}.auth-oauth-divider{align-items:center;padding:1rem 0;display:flex;position:relative}.auth-oauth-divider-line{border-top:1px solid var(--color-border);flex-grow:1}.auth-oauth-divider-text{font-family:var(--font-family-primary);color:var(--color-text-medium);flex-shrink:0;margin:0 1rem;font-size:.875rem;font-weight:500}.auth-oauth-buttons{flex-direction:column;gap:.5rem;display:flex}.auth-oauth-button{width:100%;font-family:var(--font-family-primary);color:var(--color-text-dark);background:var(--color-background);border:1px solid var(--color-border);cursor:pointer;transition:all var(--transition-base);border-radius:8px;justify-content:center;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;display:flex}.auth-oauth-button:hover:not(:disabled){background:var(--color-background-accent);border-color:var(--color-border-dark);box-shadow:var(--shadow-sm)}.auth-oauth-button:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.auth-oauth-button:disabled{opacity:.5;cursor:not-allowed}.auth-oauth-button-icon{flex-shrink:0;width:1.25rem;height:1.25rem}.auth-oauth-button-spinner{border:2px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;width:1.25rem;height:1.25rem;animation:1s linear infinite spin}.auth-oauth-helper-text{text-align:center;color:var(--color-text-medium);margin-top:.5rem;font-size:.75rem;line-height:1.4}@media (max-width:640px){.auth-form-wrapper{padding:1rem}.auth-form-card{padding:1.5rem}.auth-form-title{font-size:1.5rem}}.specialist-signup-wrapper{width:100%;max-width:1200px;margin:0 auto;padding:2rem 1.5rem}@media (max-width:640px){.specialist-signup-wrapper{padding:1rem}}.specialist-value-prop{background:linear-gradient(135deg,#eef2ff 0%,#f0f9ff 100%);border:1px solid #c7d2fe;border-radius:10px;margin-bottom:1.5rem;padding:1.25rem}.specialist-value-prop-content{flex-direction:column;gap:.75rem;display:flex}.specialist-value-prop-title{font-family:var(--font-family-heading);color:var(--color-text-dark);margin:0 0 .5rem;font-size:1rem;font-weight:700}.specialist-value-prop-list{flex-direction:column;gap:.625rem;margin:0;padding:0;list-style:none;display:flex}.specialist-value-prop-list li{color:var(--color-text-medium);align-items:flex-start;gap:.5rem;font-size:.875rem;line-height:1.5;display:flex}.specialist-value-prop-icon{color:#3b82f6;flex-shrink:0;width:1.25rem;height:1.25rem;margin-top:.125rem}.specialist-value-prop-list li strong{color:var(--color-text-dark);font-weight:600}.specialist-next-steps{box-shadow:var(--shadow-md);background:#fff;border-radius:12px;margin-top:3rem;padding:2rem 1.5rem}.specialist-next-steps-title{font-family:var(--font-family-heading);color:var(--color-text-dark);text-align:center;margin:0 0 1.5rem;font-size:1.5rem;font-weight:700}.specialist-next-steps-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:640px){.specialist-next-steps-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.specialist-next-steps-grid{grid-template-columns:repeat(4,1fr)}}.specialist-next-step{border:1px solid var(--color-border-light);transition:all var(--transition-base);background:#fafbfc;border-radius:10px;flex-direction:column;gap:.75rem;padding:1.25rem;display:flex}.specialist-next-step:hover{border-color:var(--color-primary);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.specialist-next-step-number{background:linear-gradient(135deg,var(--color-primary)0%,#2563eb 100%);color:#fff;width:2.5rem;height:2.5rem;font-family:var(--font-family-heading);border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;font-weight:700;display:flex;box-shadow:0 4px 6px -1px #3b82f64d}.specialist-next-step-title{font-family:var(--font-family-heading);color:var(--color-text-dark);margin:0;font-size:1rem;font-weight:600;line-height:1.4}.specialist-next-step-description{color:var(--color-text-medium);margin:0;font-size:.875rem;line-height:1.5}@media (max-width:640px){.specialist-value-prop{padding:1rem}.specialist-next-steps{margin-top:2rem;padding:1.5rem 1rem}.specialist-next-steps-title{font-size:1.25rem}}.assessment-layout{min-height:100vh;font-family:var(--font-family-body);background:#f5f7fa}.assessment-header{z-index:40;background:var(--color-background);border-bottom:1px solid var(--color-border);box-shadow:var(--shadow-sm);position:sticky;top:0}.assessment-header-container{max-width:var(--container-max-width);padding:1rem var(--container-padding);margin:0 auto}.assessment-header-content{justify-content:space-between;align-items:center;display:flex}.assessment-header-title{font-family:var(--font-family-heading);color:var(--color-text-dark);letter-spacing:-.02em;font-size:1.5rem;font-weight:700}@media (min-width:640px){.assessment-header-title{font-size:1.875rem}}.assessment-back-link{color:var(--color-text-medium);transition:color var(--transition-fast);border-radius:6px;padding:.5rem .75rem;font-size:.875rem;font-weight:500;text-decoration:none}.assessment-back-link:hover{color:var(--color-primary);background:var(--color-background-accent)}.assessment-main{max-width:56rem;padding:3rem var(--container-padding);margin:0 auto}@media (max-width:640px){.assessment-main{padding:2rem var(--container-padding)}}.assessment-info-card{background:var(--color-background);border:1px solid var(--color-border-light);border-radius:16px;margin-bottom:2rem;padding:2rem;box-shadow:0 1px 3px #0000000d}@media (min-width:768px){.assessment-info-card{padding:2.5rem}}.assessment-info-header{align-items:flex-start;gap:1.5rem;margin-bottom:2rem;display:flex}.assessment-info-icon{width:3.5rem;height:3.5rem;color:var(--color-primary);background:#eff6ff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.assessment-info-icon svg{width:2rem;height:2rem}.assessment-info-content{flex:1}.assessment-info-title{font-family:var(--font-family-heading);color:var(--color-text-dark);letter-spacing:-.02em;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}@media (min-width:768px){.assessment-info-title{font-size:1.875rem}}.assessment-info-description{color:var(--color-text-medium);font-size:1rem;line-height:1.6}.assessment-stats-grid{background:var(--color-background-accent);border-radius:12px;grid-template-columns:1fr;gap:1.5rem;margin-top:2rem;padding:1.5rem;display:grid}@media (min-width:640px){.assessment-stats-grid{grid-template-columns:repeat(3,1fr)}}.assessment-stat-item{align-items:center;gap:.75rem;display:flex}.assessment-stat-icon{width:1.5rem;height:1.5rem;color:var(--color-primary);flex-shrink:0}.assessment-stat-value{color:var(--color-text-dark);font-size:1.5rem;font-weight:700;line-height:1}.assessment-stat-label{color:var(--color-text-medium);margin-top:.25rem;font-size:.875rem}.assessment-features-section{margin-top:2rem}.assessment-features-title{font-family:var(--font-family-heading);color:var(--color-text-dark);margin-bottom:1rem;font-size:1.125rem;font-weight:600}.assessment-features-list{flex-direction:column;gap:.875rem;margin:0;padding:0;list-style:none;display:flex}.assessment-feature-item{align-items:flex-start;gap:.75rem;display:flex}.assessment-feature-icon{color:#16a34a;flex-shrink:0;width:1.25rem;height:1.25rem;margin-top:.125rem}.assessment-feature-text{color:var(--color-text-dark);font-size:.9375rem;line-height:1.6}.assessment-form-card{background:var(--color-background);border:1px solid var(--color-border-light);border-radius:16px;padding:2rem;box-shadow:0 1px 3px #0000000d}@media (min-width:768px){.assessment-form-card{padding:2.5rem}}.assessment-form-title{font-family:var(--font-family-heading);color:var(--color-text-dark);letter-spacing:-.01em;margin-bottom:1.5rem;font-size:1.25rem;font-weight:700}.assessment-user-banner{background:linear-gradient(135deg,#5b63d3 0%,#4c51bf 100%);border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;padding:1.25rem 1.5rem;display:flex}.assessment-user-info{align-items:center;gap:1rem;display:flex}.assessment-user-avatar{color:#fff;background:#fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1rem;font-weight:600;display:flex}.assessment-user-details{flex-direction:column;gap:.125rem;display:flex}.assessment-user-name{color:#fff;font-size:.9375rem;font-weight:600;line-height:1.3}.assessment-user-level{color:#ffffffe6;font-size:.8125rem;line-height:1.3}.assessment-user-badge{color:#fff;text-transform:uppercase;letter-spacing:.025em;background:#fff3;border-radius:6px;align-items:center;padding:.375rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.assessment-form-section{margin-bottom:2rem}.assessment-form-label{color:var(--color-text-dark);margin-bottom:.75rem;font-size:.875rem;font-weight:600;display:block}.assessment-form-label-required{color:#dc2626;margin-left:.25rem}.assessment-form-description{color:var(--color-text-medium);margin-bottom:1rem;font-size:.875rem;line-height:1.5}.assessment-form-options{flex-direction:column;gap:.75rem;display:flex}.assessment-form-options-grid{grid-template-columns:1fr;gap:.75rem;display:grid}@media (min-width:768px){.assessment-form-options-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}.assessment-form-option{border:2px solid var(--color-border);cursor:pointer;transition:all var(--transition-base);border-radius:12px;align-items:flex-start;gap:1rem;padding:1rem;display:flex}.assessment-form-option:hover{border-color:var(--color-border-light);background:var(--color-background-accent)}.assessment-form-option-active{border-color:var(--color-primary);background:#eff6ff}.assessment-form-option-content{flex:1}.assessment-form-option-title{color:var(--color-text-dark);margin-bottom:.25rem;font-size:.9375rem;font-weight:600}.assessment-form-option-description{color:var(--color-text-medium);font-size:.875rem;line-height:1.5}.assessment-form-option input[type=radio]{flex-shrink:0;width:1.125rem;height:1.125rem;margin-top:.25rem}.assessment-alert{border:1px solid;border-radius:12px;align-items:flex-start;gap:.75rem;margin-bottom:1.5rem;padding:1rem;display:flex}.assessment-alert-icon{flex-shrink:0;width:1.25rem;height:1.25rem;margin-top:.125rem}.assessment-alert-content{flex:1}.assessment-alert-title{margin-bottom:.25rem;font-size:.875rem;font-weight:600}.assessment-alert-text{font-size:.875rem;line-height:1.5}.assessment-alert-link{transition:opacity var(--transition-fast);font-weight:600;text-decoration:underline}.assessment-alert-link:hover{opacity:.8}.assessment-alert-info{background:#eff6ff;border-color:#bfdbfe}.assessment-alert-info .assessment-alert-icon{color:var(--color-primary)}.assessment-alert-info .assessment-alert-title{color:#1e3a8a}.assessment-alert-info .assessment-alert-text,.assessment-alert-info .assessment-alert-link{color:#1e40af}.assessment-alert-error{background:#fef2f2;border-color:#fecaca}.assessment-alert-error .assessment-alert-icon{color:#dc2626}.assessment-alert-error .assessment-alert-title{color:#991b1b}.assessment-alert-error .assessment-alert-text{color:#b91c1c}.assessment-form-button{cursor:pointer;width:100%;transition:all var(--transition-base);font-size:1rem;font-weight:600;font-family:var(--font-family-primary);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.5rem;display:flex}.assessment-form-button-primary{background:var(--color-primary);color:#fff}.assessment-form-button-primary:hover:not(:disabled){background:var(--color-primary-hover);transform:translateY(-1px);box-shadow:0 4px 12px #2563eb33}.assessment-form-button:disabled{color:#6b7280;cursor:not-allowed;background:#d1d5db;transform:none}.assessment-form-button-icon{width:1.25rem;height:1.25rem}.assessment-form-disclaimer{text-align:center;color:var(--color-text-light);margin-top:1rem;font-size:.75rem;line-height:1.5}.assessment-form-disclaimer a{transition:color var(--transition-fast);text-decoration:underline}.assessment-form-disclaimer a:hover{color:var(--color-text-dark)}
