.header{position:sticky;top:0;z-index:100;background-color:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--color-slate-100)}.header-container{max-width:1140px;margin:0 auto;padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:center}.logo-container{display:flex;align-items:center}.logo{height:28px;width:auto;object-fit:contain;opacity:.9}@media(max-width:768px){.header-container{padding:.625rem 1rem}.logo{height:24px}}@media(max-width:480px){.logo{height:22px}}.test-card{background:#fff;border-radius:.5rem;padding:1.25rem;box-shadow:0 1px 3px #0000000f;transition:all .2s ease;display:flex;flex-direction:column;gap:.75rem;border:1px solid #E5E7EB;position:relative}.test-card:hover:not(.locked){transform:translateY(-1px);box-shadow:0 4px 12px #00000014;border-color:var(--color-primary)}.test-card.locked{opacity:.5;cursor:not-allowed}.test-card-header{display:flex;justify-content:space-between;align-items:flex-start}.test-icon{font-size:1.75rem;line-height:1}.status-badge{font-size:.625rem;font-weight:600;padding:.25rem .5rem;border-radius:999px;text-transform:uppercase;letter-spacing:.03em}.status-badge.completed{background-color:#10b9811a;color:#059669}.status-badge.in-progress{background-color:#f59e0b1a;color:#d97706}.status-badge.locked{background-color:#64748b14;color:#64748b}.test-title{font-size:.9375rem;font-weight:600;color:var(--color-slate-900);margin:0 0 .375rem;letter-spacing:-.01em}.test-description{font-size:.75rem;color:var(--color-slate-600);line-height:1.5;margin:0;flex-grow:1}.test-meta{display:flex;gap:1rem;padding-top:.625rem;border-top:1px solid #F1F5F9}.test-meta-item{display:flex;align-items:center;gap:.375rem;font-size:.6875rem;color:var(--color-slate-500)}.meta-icon{font-size:.8125rem}.test-button{width:100%;padding:.625rem 1rem;background:var(--color-primary);color:#fff;font-weight:500;font-size:.8125rem;border-radius:.375rem;border:none;cursor:pointer;transition:background .2s ease}.test-button:hover:not(:disabled){background:var(--color-primary-dark)}.test-button:disabled{background:var(--color-slate-300);cursor:not-allowed}.test-button.completed-button{background:#0f172a;font-weight:600}.test-button.completed-button:hover:not(:disabled){background:#1e293b}.locked-message{font-size:.6875rem;color:var(--color-slate-500);text-align:center;margin:0;font-style:italic}.completion-info{font-size:.6875rem;color:#059669;text-align:center;margin:0;font-weight:500;padding-top:.5rem;border-top:1px solid #F1F5F9}@media(max-width:768px){.test-card{padding:1rem}.test-icon{font-size:1.5rem}.test-title{font-size:.875rem}.test-description{font-size:.6875rem}}.progress-indicator{background:linear-gradient(135deg,#1e3a8a05,#3b82f605);border-radius:.5rem;padding:1rem;border:1px solid #E5E7EB;margin-bottom:1.5rem}.progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.625rem}.progress-title{font-size:.8125rem;font-weight:600;color:var(--color-slate-700);margin:0}.progress-count{font-size:.8125rem;font-weight:500;color:var(--color-slate-600)}.progress-bar-container{width:100%;height:4px;background-color:#e5e7eb;border-radius:999px;overflow:hidden;margin-bottom:.625rem;position:relative}.progress-bar-fill{height:100%;background:linear-gradient(90deg,var(--color-primary),var(--color-primary-light));border-radius:999px;transition:width .4s ease}.progress-description{font-size:.6875rem;color:var(--color-slate-600);line-height:1.4;margin:0;text-align:center}@media(max-width:768px){.progress-indicator{padding:.875rem}.progress-header{margin-bottom:.5rem}.progress-title,.progress-count{font-size:.75rem}.progress-description{font-size:.625rem}}.registration-modal-overlay{position:fixed;inset:0;background:linear-gradient(135deg,#1e3a8af2,#0f172aeb);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1.5rem;overflow-y:auto;animation:overlayFadeIn .4s ease-out}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}.registration-modal-content{background:var(--color-white);border-radius:1.5rem;padding:3rem 2.5rem;max-width:520px;width:100%;box-shadow:0 20px 60px #0000004d,0 0 1px #0000000d;animation:modalSlideUp .5s cubic-bezier(.34,1.56,.64,1);position:relative}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(40px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.registration-header{text-align:center;margin-bottom:2.5rem}.registration-icon-wrapper{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(135deg,var(--color-primary-light) 0%,var(--color-accent) 100%);border-radius:50%;margin-bottom:1.5rem;animation:iconPulse 2s ease-in-out infinite}@keyframes iconPulse{0%,to{transform:scale(1);box-shadow:0 0 #3b82f666}50%{transform:scale(1.05);box-shadow:0 0 0 10px #3b82f600}}.registration-icon{color:var(--color-white);width:40px;height:40px}.registration-title{font-size:2rem;font-weight:700;color:var(--color-slate-900);margin-bottom:.75rem;line-height:1.2;letter-spacing:-.02em}.registration-subtitle{font-size:1rem;color:var(--color-slate-600);line-height:1.6;max-width:420px;margin:0 auto}.registration-form{display:flex;flex-direction:column;gap:1.25rem}.form-label{font-size:.875rem;font-weight:600;color:var(--color-slate-700);letter-spacing:-.01em}.form-input{width:100%;padding:.875rem 1rem;font-size:.9375rem;font-weight:400;color:var(--color-slate-900);border:2px solid var(--color-slate-200);border-radius:.75rem;transition:all .2s cubic-bezier(.4,0,.2,1);background-color:var(--color-white);outline:none}.form-input::placeholder{color:var(--color-slate-400)}.form-input:hover:not(:disabled){border-color:var(--color-slate-300)}.form-input:focus{border-color:var(--color-primary-light);box-shadow:0 0 0 4px #3b82f61a;background-color:var(--color-white)}.form-input.input-error{border-color:var(--color-error);background-color:#ef444405}.form-input.input-error:focus{box-shadow:0 0 0 4px #ef44441a}.form-input:disabled{background-color:var(--color-slate-50);cursor:not-allowed;opacity:.6}.phone-input-container{display:flex;gap:.75rem}.country-code-input{width:90px;flex-shrink:0;text-align:center;font-weight:500}.phone-number-input{flex:1}.error-message{font-size:.8125rem;color:var(--color-error);font-weight:500;display:flex;align-items:center;gap:.25rem}.registration-cta-button{width:100%;padding:1rem 1.5rem;margin-top:.5rem;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-light) 100%);color:#fff;font-weight:600;font-size:1rem;border-radius:.75rem;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;gap:.625rem;box-shadow:0 4px 12px #1e3a8a4d;position:relative;overflow:hidden}.registration-cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}.registration-cta-button:hover:not(:disabled):before{left:100%}.registration-cta-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #1e3a8a66}.registration-cta-button:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #1e3a8a4d}.registration-cta-button:disabled{background:var(--color-slate-300);cursor:not-allowed;box-shadow:none;transform:none}.registration-cta-button svg{transition:transform .3s ease}.registration-cta-button:hover:not(:disabled) svg{transform:translate(4px)}.button-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.registration-privacy{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;background-color:var(--color-slate-50);border-radius:.75rem;margin-top:.5rem}.registration-privacy svg{color:var(--color-primary-light);flex-shrink:0}.registration-privacy span{font-size:.8125rem;color:var(--color-slate-600);line-height:1.5;text-align:center}@media(max-width:768px){.registration-modal-content{padding:2.5rem 2rem}.registration-title{font-size:1.75rem}.registration-subtitle{font-size:.9375rem}}@media(max-width:480px){.registration-modal-overlay{padding:1rem}.registration-modal-content{padding:2rem 1.5rem;border-radius:1.25rem}.registration-icon-wrapper{width:70px;height:70px;margin-bottom:1.25rem}.registration-icon{width:36px;height:36px}.registration-title{font-size:1.5rem}.registration-subtitle{font-size:.875rem}.registration-header{margin-bottom:2rem}.form-input{padding:.75rem .875rem;font-size:.875rem}.registration-cta-button{padding:.875rem 1.25rem;font-size:.9375rem}.phone-input-container{flex-direction:column;gap:.75rem}.country-code-input,.phone-number-input{width:100%}.registration-privacy{padding:.875rem;flex-direction:column;text-align:center;gap:.375rem}.registration-privacy span{font-size:.75rem}}.form-input:focus-visible,.registration-cta-button:focus-visible{outline:3px solid var(--color-primary-light);outline-offset:2px}.home-page{min-height:100vh;background:#fafbfc}.main-content{max-width:1140px;margin:0 auto;padding:1.5rem 1.5rem 3rem}.hero-section{text-align:center;margin-bottom:1.5rem;padding:.5rem 0 1rem}.hero-title{font-size:1.25rem;font-weight:600;color:var(--color-slate-900);margin-bottom:.5rem;line-height:1.3;letter-spacing:-.01em}.hero-description{font-size:.875rem;color:var(--color-slate-600);line-height:1.5;max-width:580px;margin:0 auto}.tests-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:1.5rem}.loading-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.loading-container p{font-size:.875rem;color:var(--color-slate-600);margin:0}.career-recommendations-section{margin:2rem 0;text-align:center}.career-recommendations-button{background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-size:1.125rem;font-weight:600;padding:1.25rem 2.5rem;border:none;border-radius:.75rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #10b9814d;animation:pulse-glow 2s ease-in-out infinite}.career-recommendations-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #10b98166}.career-recommendations-button:active{transform:translateY(0)}@keyframes pulse-glow{0%,to{box-shadow:0 4px 12px #10b9814d}50%{box-shadow:0 6px 20px #10b98180}}@media(max-width:1024px){.tests-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.main-content{padding:1rem 1rem 2rem}.hero-section{margin-bottom:1rem;padding:.25rem 0 .75rem}.hero-title{font-size:1.125rem}.hero-description{font-size:.8125rem}.tests-grid{gap:.75rem;margin-top:1rem}}@media(max-width:480px){.main-content{padding:.75rem .75rem 1.5rem}.tests-grid{grid-template-columns:1fr;gap:.75rem}.hero-title{font-size:1rem}.hero-description{font-size:.75rem}.career-recommendations-button{font-size:1rem;padding:1rem 2rem}}.likert-scale{display:flex;gap:8px;width:100%;max-width:600px;margin:0 auto;padding:0 16px}.likert-button{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:16px 8px;border:2px solid transparent;border-radius:12px;background:#f5f5f5;cursor:pointer;transition:all .2s ease;font-family:inherit;min-height:80px}.likert-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.likert-button:active:not(:disabled){transform:translateY(0)}.likert-button:disabled{cursor:not-allowed;opacity:.6}.likert-value{font-size:20px;font-weight:600;line-height:1}.likert-label{font-size:11px;font-weight:500;text-align:center;line-height:1.2}.likert-1{background:#ffe5e5;color:#c41e3a}.likert-1:hover:not(:disabled){background:#ffd0d0;border-color:#c41e3a}.likert-1.selected{background:#c41e3a;color:#fff;border-color:#a01830}.likert-2{background:#fff0e5;color:#d97706}.likert-2:hover:not(:disabled){background:#ffe5d0;border-color:#d97706}.likert-2.selected{background:#d97706;color:#fff;border-color:#b35f05}.likert-3{background:#f0f0f0;color:#666}.likert-3:hover:not(:disabled){background:#e5e5e5;border-color:#999}.likert-3.selected{background:#666;color:#fff;border-color:#555}.likert-4{background:#e5f5e5;color:#059669}.likert-4:hover:not(:disabled){background:#d0ead0;border-color:#059669}.likert-4.selected{background:#059669;color:#fff;border-color:#047857}.likert-5{background:#d0f0d0;color:#047857}.likert-5:hover:not(:disabled){background:#b8e5b8;border-color:#047857}.likert-5.selected{background:#047857;color:#fff;border-color:#036145}@media(max-width:640px){.likert-scale{flex-direction:column;gap:10px;padding:0 16px;max-width:100%}.likert-button{padding:16px 20px;min-height:unset;height:56px;border-radius:12px;flex-direction:row;justify-content:flex-start;gap:16px}.likert-value{font-size:20px;min-width:32px}.likert-label{font-size:15px;text-align:left}}@media(max-width:380px){.likert-scale{gap:8px;padding:0 12px}.likert-button{padding:14px 16px;height:52px;gap:12px}.likert-value{font-size:18px;min-width:28px}.likert-label{font-size:14px}}.test-question-container{width:100%;max-width:900px;margin:0 auto;padding:24px 16px}.question-header{margin-bottom:32px}.question-progress{display:flex;align-items:center;justify-content:center;gap:4px;margin-bottom:12px;font-size:14px;color:#666;font-weight:500}.question-number{color:#333;font-weight:600}.question-divider{color:#999}.question-total{color:#666}.progress-bar-container{width:100%;height:4px;background:#e5e5e5;border-radius:2px;overflow:hidden}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#10b981);transition:width .3s ease}.question-content{display:flex;flex-direction:column;align-items:center;gap:0}.question-text-container{min-height:150px;display:flex;align-items:center;justify-content:center;padding:0 16px;margin-bottom:32px;width:100%}.question-text{font-size:22px;font-weight:600;line-height:1.5;color:#1a1a1a;text-align:center;margin:0;max-width:700px}.question-response-section{width:100%;display:flex;justify-content:center;margin-bottom:32px}.previous-button{padding:12px 24px;background:transparent;border:1px solid #d1d5db;border-radius:8px;color:#666;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit}.previous-button:hover{background:#f9fafb;border-color:#9ca3af;color:#333}.previous-button:active{background:#f3f4f6}@media(max-width:640px){.test-question-container{padding:16px 12px}.question-header{margin-bottom:24px}.question-text-container{min-height:120px;margin-bottom:24px;padding:0 8px}.question-text{font-size:18px}.question-response-section{margin-bottom:24px}.previous-button{padding:10px 20px;font-size:13px}}@media(min-width:641px)and (max-width:1024px){.question-text-container{min-height:140px}.question-text{font-size:20px}}.test-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:16px;position:relative}.save-exit-button{position:fixed;top:16px;right:16px;padding:10px 20px;background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#666;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;z-index:100;box-shadow:0 2px 8px #0000001a}.save-exit-button:hover{background:#f9fafb;border-color:#9ca3af;color:#333}.test-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:80vh;gap:16px}.loading-spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.modal-content{background:#fff;border-radius:16px;padding:32px;max-width:400px;width:100%;box-shadow:0 20px 60px #0000004d}.modal-content h3{margin:0 0 12px;font-size:20px;font-weight:600;color:#1a1a1a}.modal-content p{margin:0 0 24px;font-size:14px;color:#666;line-height:1.6}.modal-actions{display:flex;gap:12px}.modal-button{flex:1;padding:12px 16px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;font-family:inherit}.modal-button.primary{background:#3b82f6;color:#fff}.modal-button.primary:hover{background:#2563eb}.modal-button.secondary{background:#f3f4f6;color:#374151}.modal-button.secondary:hover{background:#e5e7eb}@media(max-width:640px){.test-page{padding:12px}.save-exit-button{top:12px;right:12px;padding:8px 16px;font-size:13px}.modal-content{padding:24px}.modal-content h3{font-size:18px}.modal-actions{flex-direction:column}.modal-button{width:100%}}.results-page{min-height:100vh;background:#fafbfc}.results-container{max-width:1140px;margin:0 auto;padding:1.5rem 1.5rem 3rem}.results-header{text-align:center;margin-bottom:1rem;padding-bottom:.75rem}.results-title{font-size:1.125rem;font-weight:600;color:var(--color-slate-900);margin:0 0 1rem;letter-spacing:-.01em}.personality-type-badge{display:inline-flex;align-items:center;justify-content:center;background:var(--color-primary);padding:.5rem 1rem;border-radius:.5rem;margin-bottom:.625rem}.personality-code{font-size:1.25rem;font-weight:700;color:#fff;letter-spacing:.125rem}.personality-description{font-size:.8125rem;color:var(--color-slate-600);line-height:1.5;max-width:600px;margin:0 auto}@media(min-width:1024px){.results-main-content{display:grid;grid-template-columns:400px 1fr;gap:1rem;align-items:start}.results-header{grid-column:1 / -1;margin-bottom:.75rem}.personality-type-section{background:#fff;border-radius:.5rem;padding:1rem;box-shadow:0 1px 3px #0000000f;border:1px solid #E5E7EB;text-align:center;position:sticky;top:1rem}.personality-type-section .section-title{font-size:.875rem;font-weight:600;color:var(--color-slate-900);margin:0 0 .75rem}.dimension-scores-section{margin-bottom:0}.dimension-list{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}}.dimension-scores-section{background:#fff;border-radius:.5rem;padding:1rem;margin-bottom:1rem;box-shadow:0 1px 3px #0000000f;border:1px solid #E5E7EB}.section-title{font-size:.9375rem;font-weight:600;color:var(--color-slate-900);margin:0 0 1rem;letter-spacing:-.01em}.dimension-list{display:flex;flex-direction:column;gap:.75rem}.dimension-item{display:flex;flex-direction:column;gap:.375rem}.dimension-header{display:flex;justify-content:space-between;align-items:center}.dimension-name{font-size:.8125rem;font-weight:600;color:var(--color-slate-700)}.dimension-value{font-size:.75rem;font-weight:600;color:var(--color-primary)}.dimension-bar-container{position:relative}.dimension-bar-track{position:relative;height:5px;background:#e5e7eb;border-radius:2.5px;overflow:visible}.dimension-bar-fill{height:100%;border-radius:3px;transition:width .6s ease}.dimension-bar-fill.dominant{background:var(--color-primary)}.dimension-bar-fill.recessive{background:var(--color-secondary)}.dimension-bar-midpoint{position:absolute;left:50%;top:0;bottom:0;width:1px;background:var(--color-slate-400);transform:translate(-.5px)}.dimension-clarity{display:flex;justify-content:flex-end}.clarity-badge{display:inline-block;padding:.25rem .5rem;border-radius:.25rem;font-size:.6875rem;font-weight:500;background:#f1f5f9;color:var(--color-slate-600)}.clarity-badge.slight{background:#fef3c7;color:#92400e}.clarity-badge.moderate{background:#dbeafe;color:#1e40af}.clarity-badge.clear{background:#d1fae5;color:#065f46}.clarity-badge.very{background:#dcfce7;color:#14532d}@media(min-width:1024px){.detailed-results-section{grid-column:1 / -1}}.toggle-details-button{width:100%;padding:.625rem 1rem;background:var(--color-slate-50);border:1px solid var(--color-slate-200);border-radius:.375rem;color:var(--color-slate-700);font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit}.toggle-details-button:hover{background:var(--color-slate-100);border-color:var(--color-slate-300)}.preferences-list{margin-top:1rem;display:flex;flex-direction:column;gap:.75rem}.preference-item{padding:.75rem;background:#f8fafc;border-radius:.375rem;border-left:2px solid var(--color-primary)}.preference-dimension{font-size:.8125rem;font-weight:600;color:var(--color-slate-900);margin:0 0 .375rem}.preference-score{font-size:.75rem;font-weight:600;color:var(--color-primary);margin:0 0 .375rem}.preference-meaning{font-size:.75rem;color:var(--color-slate-600);line-height:1.5;margin:0}.results-actions{display:flex;justify-content:center;padding:1rem 0}@media(min-width:1024px){.results-actions{grid-column:1 / -1}}.continue-button{padding:.625rem 1.5rem;background:var(--color-primary);border:none;border-radius:.375rem;color:#fff;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit}@media(max-width:768px){.results-container{padding:1rem 1rem 2rem}.results-header{margin-bottom:1rem}.results-title{font-size:1rem}.personality-code{font-size:1.125rem;letter-spacing:.0625rem}.personality-description{font-size:.75rem}.dimension-scores-section,.detailed-results-section{padding:1rem;border-radius:.375rem}.section-title{font-size:.875rem}.dimension-name{font-size:.75rem}.dimension-value{font-size:.6875rem}.continue-button{width:100%;max-width:300px}}@media(max-width:480px){.results-container{padding:.75rem .75rem 1.5rem}.dimension-list{gap:.875rem}}.high5-results{min-height:100vh;background:#fafbfc}.high5-results .results-container{max-width:1140px;margin:0 auto;padding:1.5rem 1.5rem 3rem}.high5-results .results-header{text-align:center;margin-bottom:1rem;padding-bottom:.75rem}.high5-results .results-title{font-size:1.125rem;font-weight:600;color:var(--color-slate-900);margin:0 0 .5rem;letter-spacing:-.01em}.high5-results .results-subtitle{font-size:.8125rem;color:var(--color-slate-600);line-height:1.5;max-width:600px;margin:0 auto}.top-five-section{margin-bottom:1rem}.section-title{font-size:.9375rem;font-weight:600;color:var(--color-slate-900);margin:0 0 1rem;text-align:center;letter-spacing:-.01em}.section-description{font-size:.75rem;color:var(--color-slate-600);text-align:center;margin:0 0 1rem}.top-five-grid{display:grid;gap:.75rem}@media(min-width:768px){.top-five-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1200px){.top-five-grid{grid-template-columns:repeat(2,1fr)}}.strength-card{background:#fff;border-radius:.5rem;border-left:3px solid;padding:.875rem;box-shadow:0 1px 3px #0000000f;border-right:1px solid #E5E7EB;border-top:1px solid #E5E7EB;border-bottom:1px solid #E5E7EB;transition:transform .2s,box-shadow .2s}.strength-card:hover{transform:translateY(-1px);box-shadow:0 2px 8px #00000014}.strength-card-header{display:flex;align-items:center;gap:.625rem;margin-bottom:.625rem}.strength-rank-badge{width:24px;height:24px;border-radius:.25rem;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.75rem;flex-shrink:0}.strength-name-section{flex:1;min-width:0}.strength-name{font-size:.9375rem;font-weight:600;color:var(--color-slate-900);margin:0 0 .25rem}.strength-domain{font-size:.6875rem;font-weight:500}.strength-score{font-size:1rem;font-weight:700;color:var(--color-slate-700);flex-shrink:0}.strength-description{font-size:.8125rem;color:var(--color-slate-600);margin-bottom:.625rem;line-height:1.5}.strength-details{display:flex;flex-direction:column;gap:.5rem}@media(min-width:1024px){.strength-details{display:none}.strength-card:hover .strength-details{display:flex}}.strength-detail-item{font-size:.75rem;line-height:1.5;color:var(--color-slate-600);padding:.5rem .625rem;background:#f8fafc;border-radius:.25rem}.strength-detail-item strong{color:var(--color-slate-900);display:block;margin-bottom:.25rem;font-size:.6875rem;font-weight:600}.strength-detail-item.energized{background:#f0fdf4;border-left:2px solid #22C55E}.strength-detail-item.drained{background:#fef2f2;border-left:2px solid #EF4444}.domain-breakdown-section{margin-bottom:1rem}.domain-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-top:1rem}@media(min-width:768px){.domain-grid{grid-template-columns:repeat(4,1fr)}}.domain-card{background:#fff;border-radius:.5rem;padding:.875rem;box-shadow:0 1px 3px #0000000f;border:1px solid #E5E7EB;text-align:center;transition:transform .2s,box-shadow .2s}.domain-card:hover{transform:translateY(-1px);box-shadow:0 2px 8px #00000014}.domain-header{display:flex;flex-direction:column;align-items:center;margin-bottom:.75rem}.domain-icon{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.875rem;font-weight:700;margin-bottom:.5rem}.domain-name{font-size:.8125rem;font-weight:600;color:var(--color-slate-900);margin:0}.domain-percentage{font-size:1.25rem;font-weight:700;color:var(--color-slate-700);margin-bottom:.75rem}.domain-strengths{display:flex;flex-wrap:wrap;gap:.375rem;justify-content:center}.domain-strength-tag{display:inline-block;padding:.25rem .5rem;background:#f1f5f9;border-radius:.25rem;font-size:.6875rem;font-weight:500;color:var(--color-slate-600)}.all-strengths-section{margin-bottom:1rem}.toggle-all-button{display:block;margin:0 auto 1rem;padding:.625rem 1.5rem;background:var(--color-primary);color:#fff;border:none;border-radius:.375rem;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit}.toggle-all-button:hover{background:var(--color-primary-dark);transform:translateY(-1px);box-shadow:0 2px 8px #1e3a8a33}.all-strengths-container{display:flex;flex-direction:column;gap:1rem}.strength-category-section{background:#fff;border-radius:.5rem;padding:1rem;box-shadow:0 1px 3px #0000000f;border:1px solid #E5E7EB}.category-header{margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:2px solid}.category-header h3{font-size:.875rem;font-weight:600;margin:0 0 .25rem;text-transform:uppercase;letter-spacing:.03em}.category-header p{font-size:.6875rem;margin:0;opacity:.8}.focus-header{border-color:#22c55e;color:#22c55e}.leverage-header{border-color:#3b82f6;color:#3b82f6}.navigate-header{border-color:#6b7280;color:#6b7280}.avoid-header{border-color:#ef4444;color:#ef4444}.strength-list{display:flex;flex-direction:column;gap:.5rem}.strength-list-item{display:flex;align-items:center;gap:.75rem;padding:.5rem .625rem;background:#f8fafc;border-radius:.25rem;transition:background .2s}.strength-list-item:hover{background:#f1f5f9}.rank-number{font-size:.6875rem;font-weight:700;color:var(--color-slate-500);min-width:24px}.strength-list-name{flex:1;font-size:.8125rem;font-weight:500;color:var(--color-slate-900)}.strength-list-domain{font-size:.6875rem;font-weight:500}.strength-list-score{font-size:.8125rem;font-weight:600;color:var(--color-slate-700);min-width:40px;text-align:right}.results-actions{text-align:center;padding:1rem 0}.continue-button{padding:.625rem 1.5rem;background:var(--color-primary);color:#fff;border:none;border-radius:.375rem;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit}.continue-button:hover{background:var(--color-primary-dark);transform:translateY(-1px);box-shadow:0 2px 8px #1e3a8a33}.continue-button:active{transform:translateY(0)}@media(max-width:768px){.high5-results .results-container{padding:1rem 1rem 2rem}.high5-results .results-header{margin-bottom:1rem}.high5-results .results-title{font-size:1rem}.high5-results .results-subtitle{font-size:.75rem}.strength-card{padding:.875rem}.strength-details{gap:.5rem}.domain-grid{grid-template-columns:repeat(2,1fr);gap:.625rem}.continue-button{width:100%;max-width:300px}}@media(max-width:480px){.high5-results .results-container{padding:.75rem .75rem 1.5rem}.top-five-grid{gap:.875rem}.domain-grid{grid-template-columns:1fr}}.results-page-big5{min-height:100vh;background:#fafbfc}.results-container-big5{max-width:1140px;margin:0 auto;padding:1.5rem 1.5rem 3rem}.results-header-big5{text-align:center;margin-bottom:1rem;padding-bottom:.75rem}.results-title-big5{font-size:1.125rem;font-weight:600;color:var(--color-slate-900);margin:0 0 .5rem;letter-spacing:-.01em}.results-subtitle-big5{font-size:.8125rem;color:var(--color-slate-600);line-height:1.5;max-width:600px;margin:0 auto}.section-title-big5{font-size:.9375rem;font-weight:600;color:var(--color-slate-900);margin:0 0 1rem;text-align:center;letter-spacing:-.01em}.trait-scores-section{margin-bottom:1.5rem}.trait-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;margin-top:1rem}@media(min-width:768px){.trait-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.trait-grid{grid-template-columns:repeat(3,1fr)}}.trait-card{background:#fff;border:1px solid #E5E7EB;border-radius:.5rem;padding:.875rem;transition:all .2s ease;box-shadow:0 1px 3px #0000000f}.trait-card:hover{transform:translateY(-1px);box-shadow:0 2px 8px #00000014;border-color:var(--color-primary)}.trait-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.625rem}.trait-name{font-size:.8125rem;font-weight:600;color:var(--color-slate-900);margin:0;flex:1}.trait-level-badge{padding:.25rem .5rem;border-radius:.25rem;font-size:.6875rem;font-weight:500;text-transform:uppercase;letter-spacing:.03em}.trait-level-badge.very-high{background:#d4edda;color:#155724}.trait-level-badge.high{background:#d1ecf1;color:#0c5460}.trait-level-badge.moderate{background:#fff3cd;color:#856404}.trait-level-badge.low{background:#f8d7da;color:#721c24}.trait-level-badge.very-low{background:#e2e3e5;color:#383d41}.trait-score-display{text-align:center;margin:.625rem 0}.percentile-score{font-size:1.375rem;font-weight:700;color:var(--color-primary);line-height:1}.percentile-label{font-size:.6875rem;color:var(--color-slate-500);margin-top:.25rem;text-transform:uppercase;letter-spacing:.03em}.trait-bar-container{margin:.625rem 0}.trait-bar-track{width:100%;height:5px;background:#e5e7eb;border-radius:2.5px;overflow:hidden;position:relative}.trait-bar-fill{height:100%;border-radius:3px;transition:width 1s ease-out}.trait-bar-labels{display:flex;justify-content:space-between;margin-top:.375rem;font-size:.6875rem;color:var(--color-slate-400)}.trait-description-preview{font-size:.75rem;color:var(--color-slate-600);line-height:1.5;margin:.625rem 0 0}.comparison-section{display:none}.detailed-results-section{background:#fff;border-radius:.5rem;padding:1rem;margin-bottom:1rem;box-shadow:0 1px 3px #0000000f;border:1px solid #E5E7EB}.toggle-details-button-big5{width:100%;padding:.625rem 1rem;background:var(--color-slate-50);border:1px solid var(--color-slate-200);border-radius:.375rem;color:var(--color-slate-700);font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit}.toggle-details-button-big5:hover{background:var(--color-slate-100);border-color:var(--color-slate-300)}.detailed-traits-list{margin-top:1rem;display:flex;flex-direction:column;gap:.75rem}.detailed-trait-item{background:#f8fafc;border:1px solid #E5E7EB;border-radius:.375rem;padding:.75rem}.detailed-trait-header{margin-bottom:.625rem;padding-bottom:.625rem;border-bottom:1px solid #E5E7EB}.detailed-trait-name{font-size:.8125rem;font-weight:600;color:var(--color-slate-900);margin:0 0 .5rem}.detailed-trait-scores{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.detailed-score{font-size:.6875rem;color:var(--color-slate-600)}.detailed-score strong{color:var(--color-slate-900);font-weight:600}.detailed-level{padding:.25rem .5rem;border-radius:.25rem;font-size:.6875rem;font-weight:500;text-transform:uppercase;letter-spacing:.03em}.detailed-level.very-high{background:#d4edda;color:#155724}.detailed-level.high{background:#d1ecf1;color:#0c5460}.detailed-level.moderate{background:#fff3cd;color:#856404}.detailed-level.low{background:#f8d7da;color:#721c24}.detailed-level.very-low{background:#e2e3e5;color:#383d41}.detailed-trait-description{font-size:.75rem;color:var(--color-slate-600);line-height:1.5;margin:0}.results-actions-big5{text-align:center;padding:1rem 0}.continue-button-big5{padding:.625rem 1.5rem;background:var(--color-primary);border:none;border-radius:.375rem;color:#fff;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit}.continue-button-big5:hover{background:var(--color-primary-dark);transform:translateY(-1px);box-shadow:0 2px 8px #1e3a8a33}.continue-button-big5:active{transform:translateY(0)}.results-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:1rem}.loading-spinner{width:32px;height:32px;border:2px solid var(--color-slate-200);border-top-color:var(--color-primary);border-radius:50%;animation:spin .8s linear infinite}.results-loading p{font-size:.875rem;color:var(--color-slate-600);margin:0}@media(max-width:768px){.results-container-big5{padding:1rem 1rem 2rem}.results-header-big5{margin-bottom:1rem}.results-title-big5{font-size:1rem}.results-subtitle-big5{font-size:.75rem}.trait-grid{grid-template-columns:1fr;gap:.625rem}.comparison-label{min-width:70px;font-size:.6875rem}.comparison-bar-container{height:20px}.percentile-score{font-size:1.25rem}.continue-button-big5{width:100%;max-width:300px}}@media(max-width:480px){.results-container-big5{padding:.75rem .75rem 1.5rem}.trait-name,.detailed-trait-name{font-size:.75rem}.comparison-row{flex-direction:column;align-items:stretch;gap:.375rem}.comparison-label{min-width:auto}}.results-page-riasec{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#e8ecf1);padding:24px 20px}.results-container-riasec{max-width:1200px;margin:0 auto}.results-header-riasec{text-align:center;margin-bottom:20px;padding:20px;background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000014}.results-title-riasec{font-size:28px;font-weight:700;color:#1a202c;margin:0 0 16px}.holland-code-display{display:inline-flex;align-items:center;gap:12px;padding:12px 24px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;margin-bottom:12px}.holland-code-label{font-size:15px;font-weight:500;color:#ffffffe6}.holland-code-value{font-size:26px;font-weight:700;color:#fff;letter-spacing:3px}.results-subtitle-riasec{font-size:15px;color:#64748b;margin:0;line-height:1.6}@media(min-width:1024px){.hexagon-and-themes-container{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.hexagon-section,.top-themes-section{margin-bottom:0}}.hexagon-section{margin-bottom:20px;padding:20px;background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000014}.section-title-riasec{font-size:18px;font-weight:600;color:#1a202c;margin:0 0 16px;text-align:center}.hexagon-container{max-width:400px;margin:0 auto 12px;padding:12px}.hexagon-svg{width:100%;height:auto}.hexagon-outline{fill:none;stroke:#cbd5e1;stroke-width:.5}.hexagon-grid-line{stroke:#e2e8f0;stroke-width:.3}.hexagon-score-fill{fill:#667eea4d;stroke:#667eea;stroke-width:.8}.hexagon-label{font-size:5px;font-weight:700;fill:#1a202c}.hexagon-score{font-size:3px;font-weight:600;fill:#667eea}.hexagon-legend{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px}.legend-item{display:flex;align-items:center;gap:6px}.legend-letter{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#667eea;color:#fff;border-radius:50%;font-weight:700;font-size:13px}.legend-name{font-size:13px;color:#475569;font-weight:500}.top-themes-section{margin-bottom:20px;padding:20px;background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000014}.top-themes-grid{display:grid;grid-template-columns:1fr;gap:12px}.top-theme-card{position:relative;padding:14px;background:#f8fafc;border-radius:10px;box-shadow:0 2px 6px #0000000f;border-left:4px solid #667eea}.theme-rank-badge{position:absolute;top:10px;right:10px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;font-weight:700;font-size:14px}.theme-name{font-size:16px;font-weight:600;color:#1a202c;margin:0 0 6px;padding-right:36px}.theme-score-display{font-size:20px;font-weight:700;color:#667eea;margin-bottom:6px}.theme-description{font-size:13px;line-height:1.6;color:#64748b;margin:0}.all-scores-section{margin-bottom:20px;padding:20px;background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000014}.scores-list{display:flex;flex-direction:column;gap:12px}.score-item{padding:14px;background:#f8fafc;border-radius:10px;border-left:4px solid #667eea}.score-header{display:flex;align-items:center;gap:10px;margin-bottom:8px}.score-rank{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#667eea;color:#fff;border-radius:50%;font-weight:700;font-size:13px;flex-shrink:0}.score-theme-name{font-size:15px;font-weight:600;color:#1a202c;margin:0;flex:1}.score-value{font-size:15px;font-weight:700;color:#667eea;flex-shrink:0}.score-bar-container{width:100%;height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden;margin-bottom:8px}.score-bar-fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:3px;transition:width .6s ease}.score-interpretation{font-size:13px;line-height:1.6;color:#64748b;margin:0}.results-actions-riasec{text-align:center;padding:16px}.continue-button-riasec{padding:12px 32px;font-size:15px;font-weight:600;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #667eea4d}.continue-button-riasec:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea66}.results-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;gap:16px}.loading-spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite}@media(max-width:768px){.results-page-riasec{padding:20px 16px}.results-header-riasec{padding:16px;margin-bottom:16px}.results-title-riasec{font-size:24px}.holland-code-display{padding:10px 20px}.holland-code-value{font-size:22px;letter-spacing:2px}.results-subtitle-riasec{font-size:14px}.hexagon-section,.all-scores-section,.top-themes-section{padding:16px;margin-bottom:16px}.section-title-riasec{font-size:16px;margin-bottom:12px}.hexagon-legend{grid-template-columns:repeat(2,1fr);gap:8px}.top-themes-grid{grid-template-columns:1fr}.top-theme-card{padding:12px}.theme-name{font-size:15px}.theme-score-display{font-size:18px}.score-header{flex-wrap:wrap}.score-theme-name,.score-value{font-size:14px}.continue-button-riasec{width:100%;padding:12px 24px;font-size:14px}}@media(max-width:480px){.results-title-riasec{font-size:22px}.holland-code-value{font-size:20px}.hexagon-legend{grid-template-columns:1fr}.theme-rank-badge{width:24px;height:24px;font-size:12px}}.admin-login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:1.5rem}.login-container{background:#fff;border-radius:1rem;box-shadow:0 20px 60px #0000004d;padding:2.5rem;width:100%;max-width:420px}.login-header{text-align:center;margin-bottom:2rem}.login-title{font-size:1.75rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.login-subtitle{font-size:.9375rem;color:#6b7280;margin:0}.login-form{display:flex;flex-direction:column;gap:1.25rem}.error-banner{background:#fee2e2;border:1px solid #FCA5A5;border-radius:.5rem;padding:.875rem;color:#991b1b;font-size:.875rem;line-height:1.4}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.875rem;font-weight:600;color:#374151}.form-input{padding:.75rem 1rem;font-size:.9375rem;border:1px solid #D1D5DB;border-radius:.5rem;transition:all .2s ease;background:#fff;color:#1f2937}.form-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-input:disabled{background:#f3f4f6;cursor:not-allowed}.form-input::placeholder{color:#9ca3af}.login-button{padding:.875rem 1.5rem;font-size:1rem;font-weight:600;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:.5rem;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.login-button:active:not(:disabled){transform:translateY(0)}.login-button:disabled{background:#9ca3af;cursor:not-allowed;transform:none}.login-toggle{padding:.5rem;font-size:.875rem;font-weight:500;background:transparent;color:#4b5563;border:none;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.login-toggle:disabled{cursor:not-allowed;opacity:.6}.loading-spinner{width:32px;height:32px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 1rem}@media(max-width:480px){.login-container{padding:2rem 1.5rem}.login-title{font-size:1.5rem}.login-subtitle{font-size:.875rem}}.avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#10b981);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0;box-shadow:0 2px 4px #0000001a}.avatar:hover{transform:scale(1.05);box-shadow:0 4px 8px #00000026}.avatar:active{transform:scale(.98)}.avatar:focus{outline:2px solid #3B82F6;outline-offset:2px}.avatar-initials{color:#fff;font-size:.9375rem;font-weight:700;letter-spacing:.025em;-webkit-user-select:none;user-select:none}@media(max-width:768px){.avatar{width:36px;height:36px}.avatar-initials{font-size:.875rem}}.profile-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:240px;background:#fff;border:1px solid #E5E7EB;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;z-index:110;animation:dropdown-fade-in .2s ease;overflow:hidden}@keyframes dropdown-fade-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.dropdown-header{padding:1rem 1.25rem}.dropdown-user-info{display:flex;flex-direction:column;gap:.25rem}.dropdown-label{font-size:.75rem;color:#6b7280;margin:0;font-weight:500;text-transform:uppercase;letter-spacing:.025em}.dropdown-email{font-size:.875rem;color:#111827;margin:0;font-weight:600;word-break:break-word}.dropdown-divider{height:1px;background:#e5e7eb;margin:0}.dropdown-actions{padding:.5rem}.dropdown-action-button{width:100%;display:flex;align-items:center;gap:.75rem;padding:.625rem .875rem;background:transparent;border:none;border-radius:.375rem;cursor:pointer;transition:all .15s ease;font-size:.875rem;font-weight:500;color:#374151;text-align:left}.dropdown-action-button:hover{background:#f3f4f6;color:#111827}.dropdown-action-button:active{background:#e5e7eb}.dropdown-action-button svg{flex-shrink:0;color:#6b7280}.dropdown-action-button:hover svg{color:#111827}@media(max-width:768px){.profile-dropdown{min-width:220px;right:-8px}.dropdown-header{padding:.875rem 1rem}.dropdown-email{font-size:.8125rem}}.admin-dashboard{min-height:100vh;background:#f9fafb}.dashboard-loading{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.loading-spinner{width:40px;height:40px;border:3px solid #E5E7EB;border-top-color:#667eea;border-radius:50%;animation:spin .8s linear infinite}.dashboard-loading p{font-size:.9375rem;color:#6b7280;margin:0}.dashboard-header{position:sticky;top:0;z-index:100;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #E5E7EB;padding:.875rem 2rem;box-shadow:0 1px 3px #0000000d}.header-logo{height:40px;width:auto;object-fit:contain;flex-shrink:0}.dashboard-title{font-size:1.25rem;font-weight:700;color:#111827;margin:0;white-space:nowrap}.header-right{display:flex;align-items:center;position:relative}.dashboard-subtitle-section{margin-bottom:1.5rem}.dashboard-subtitle{font-size:.9375rem;color:#6b7280;margin:0;font-weight:500}.dashboard-main{max-width:1400px;margin:0 auto;padding:2rem}.error-banner{background:#fee2e2;border:1px solid #FCA5A5;border-radius:.5rem;padding:1rem 1.25rem;margin-bottom:1.5rem;color:#991b1b;font-size:.875rem;display:flex;justify-content:space-between;align-items:center}.retry-button{padding:.375rem .875rem;font-size:.8125rem;font-weight:600;background:#dc2626;color:#fff;border:none;border-radius:.375rem;cursor:pointer;transition:all .2s ease}.retry-button:hover{background:#b91c1c}.students-count{background:#fff;border-radius:.5rem;padding:1rem 1.5rem;margin-bottom:1.5rem;box-shadow:0 1px 3px #0000000d;display:flex;align-items:center;gap:.75rem;font-size:.9375rem}.count-label{color:#6b7280;font-weight:500}.count-value{color:#111827;font-weight:700;font-size:1.125rem}.count-separator{color:#d1d5db;font-weight:300}.table-container{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000000d;overflow:auto;max-height:calc(100vh - 300px)}.students-table{width:100%;border-collapse:collapse;position:relative}.students-table thead{background:#f9fafb;position:sticky;top:0;z-index:20;box-shadow:0 2px 4px #0000000d}.students-table th{padding:1rem .75rem;text-align:left;font-size:.75rem;font-weight:700;color:#374151;text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid #E5E7EB;background:#f9fafb;white-space:nowrap}.col-student-name{min-width:180px;width:180px;position:sticky;left:0;z-index:30;background:#f9fafb;box-shadow:2px 0 4px #0000000d}.col-uuid{min-width:120px;width:120px}.col-test{min-width:50px;width:50px;text-align:center}.col-email{min-width:180px;max-width:220px;width:200px}.col-whatsapp{min-width:130px;max-width:150px;width:140px}.col-report-status{min-width:160px;width:160px}.col-generated-by{min-width:180px;max-width:200px;width:190px}.col-actions{min-width:100px;width:100px;text-align:center}.students-table tbody tr{border-bottom:1px solid #F3F4F6;transition:background .15s ease}.students-table tbody tr:hover{background:#f9fafb}.students-table td{padding:.875rem .75rem;font-size:.875rem;color:#1f2937;vertical-align:middle}.students-table tbody .col-student-name{position:sticky;left:0;z-index:10;background:#fff;box-shadow:2px 0 4px #0000000d}.students-table tbody tr:hover .col-student-name{background:#f9fafb}.student-name{font-weight:600;color:#111827}.student-uuid{font-family:Courier New,monospace;font-size:.8125rem;color:#6b7280}.test-status{text-align:center}.status-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;font-weight:700;font-size:.875rem}.status-completed{background:#d1fae5;color:#065f46}.status-in-progress{background:#fef3c7;color:#92400e}.status-not-started{background:#f3f4f6;color:#9ca3af}.contact-info{font-size:.8125rem;color:#4b5563;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;line-height:1.5}.not-submitted{color:#9ca3af;font-style:italic;font-size:.8125rem}.action-cell{text-align:center}.action-buttons{display:flex;align-items:center;justify-content:center;gap:.5rem}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:.375rem;cursor:pointer;transition:all .2s ease;flex-shrink:0}.icon-button.active{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.icon-button.active:hover{transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}.icon-button.inactive{background:#e5e7eb;color:#9ca3af;cursor:not-allowed}.icon-button:disabled{cursor:not-allowed;opacity:.6}.status-badge{display:inline-block;padding:.375rem .75rem;font-size:.75rem;font-weight:600;border-radius:.375rem;white-space:nowrap;line-height:1.2}.status-badge.status-grey{background:#f3f4f6;color:#6b7280}.status-badge.status-blue{background:#dbeafe;color:#1e40af}.status-badge.status-yellow{background:#fef3c7;color:#92400e}.status-badge.status-green{background:#d1fae5;color:#065f46}.status-badge.status-red{background:#fee2e2;color:#991b1b}.generated-by-info{font-size:.8125rem;color:#4b5563;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;line-height:1.5}.icon-button.view-btn.active{background:linear-gradient(135deg,#3b82f6,#2563eb)}.no-data{text-align:center;padding:3rem 1.5rem;color:#9ca3af;font-style:italic}@media(max-width:1024px){.dashboard-main{padding:1.5rem 1rem}.table-container{overflow-x:auto}.students-table{min-width:1300px}}@media(max-width:768px){.dashboard-header{padding:.75rem 1rem}.header-logo{height:36px}.dashboard-title{font-size:1.125rem}.dashboard-subtitle{font-size:.875rem}.students-count{flex-direction:column;align-items:flex-start;gap:.5rem}.count-separator{display:none}}@media(max-width:480px){.dashboard-header{padding:.625rem 1rem}.header-left{gap:.75rem}.header-logo{height:32px}.dashboard-title{font-size:1rem}}.regeneration-loading-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.regeneration-loading-content{background:#fff;border-radius:16px;box-shadow:0 8px 32px #0003;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;animation:slideUp .4s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.loading-header{padding:32px 32px 24px;text-align:center;border-bottom:1px solid #e5e7eb}.loading-header h2{margin:0 0 8px;font-size:24px;font-weight:600;color:#111827}.sections-count{margin:0;font-size:14px;color:#6b7280}.loading-body{padding:32px}.stage-indicator{text-align:center;margin-bottom:32px;animation:stageTransition .6s ease}@keyframes stageTransition{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.stage-icon{font-size:64px;margin-bottom:16px;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.stage-title{margin:0 0 8px;font-size:20px;font-weight:600;color:#111827}.stage-description{margin:0;font-size:14px;color:#6b7280;line-height:1.6}.progress-container{margin-bottom:24px}.progress-bar{width:100%;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden;margin-bottom:8px}.progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#2563eb);border-radius:4px;transition:width .6s ease;animation:shimmer 2s infinite}@keyframes shimmer{0%{background-position:-100% 0}to{background-position:100% 0}}.progress-info{display:flex;justify-content:space-between;align-items:center;font-size:13px}.stage-counter{color:#6b7280;font-weight:500}.progress-percentage{color:#3b82f6;font-weight:600}.stage-timeline{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;padding:0 8px}.timeline-dot{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;transition:all .3s ease;border:2px solid #e5e7eb;background:#fff}.timeline-dot.completed{background:#10b981;border-color:#10b981;color:#fff;font-size:16px}.timeline-dot.active{background:#3b82f6;border-color:#3b82f6;color:#fff;animation:bounce 1s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.timeline-dot.pending{background:#fff;border-color:#e5e7eb;opacity:.5}.time-info{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px;padding:16px;background:#f9fafb;border-radius:8px}.time-stat{text-align:center}.time-label{display:block;font-size:12px;color:#6b7280;margin-bottom:4px;text-transform:uppercase;letter-spacing:.5px}.time-value{display:block;font-size:20px;font-weight:600;color:#111827;font-variant-numeric:tabular-nums}.info-tips{margin-bottom:24px}.tip-card{display:flex;gap:12px;padding:16px;background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:8px;border-left:4px solid #3b82f6}.tip-icon{font-size:24px;flex-shrink:0}.tip-content{flex:1}.tip-title{margin:0 0 4px;font-size:14px;font-weight:600;color:#1e40af}.tip-text{margin:0;font-size:13px;color:#1e40af;line-height:1.5}.loading-spinner{display:flex;justify-content:center;align-items:center;height:60px}.spinner-circle{width:40px;height:40px;border:4px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite}.loading-footer{padding:16px 32px 32px;text-align:center}.footer-note{margin:0;font-size:13px;color:#6b7280;line-height:1.5}@media(max-width:640px){.regeneration-loading-content{max-width:95%}.loading-header,.loading-body,.loading-footer{padding-left:20px;padding-right:20px}.stage-icon{font-size:48px}.stage-title{font-size:18px}.stage-description{font-size:13px}.timeline-dot{width:32px;height:32px;font-size:14px}.time-info{grid-template-columns:1fr;gap:12px}}.report-viewer{min-height:100vh;background:#f9fafb}.report-loading,.report-error{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.loading-spinner{width:48px;height:48px;border:4px solid #E5E7EB;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.report-loading p,.report-error p{font-size:1rem;color:#6b7280}.report-error h2{font-size:1.5rem;color:#111827;margin:0 0 .5rem}.report-header{background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #E5E7EB;padding:.75rem 2rem;position:sticky;top:0;z-index:100}.header-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:1rem}.header-left{display:flex;align-items:center;gap:1rem;flex:1;min-width:0}.header-center{display:flex;align-items:center;justify-content:center;flex:2;min-width:0}.header-spacer{flex:1;min-width:0}.header-student-name{font-size:1rem;font-weight:600;color:#111827;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}.header-logo{height:36px;width:auto;object-fit:contain}.back-button-icon{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;background:#fff;color:#374151;border:1px solid #E5E7EB;border-radius:.5rem;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px #0000000d}.back-button-icon:hover{background:#f9fafb;border-color:#d1d5db;color:#111827;box-shadow:0 2px 4px #0000001a}.back-button{padding:.625rem 1.5rem;font-size:.9375rem;font-weight:600;background:#3b82f6;color:#fff;border:none;border-radius:.375rem;cursor:pointer;transition:all .2s ease}.back-button:hover{background:#2563eb}.report-container{max-width:1400px;margin:0 auto;display:flex;gap:2rem;padding:2rem}.report-toc{position:sticky;top:5.5rem;width:240px;height:fit-content;max-height:calc(100vh - 7rem);overflow-y:auto;background:#fff;border-radius:.5rem;padding:1rem;box-shadow:0 1px 2px #0000000d}.report-toc h3{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .75rem}.report-toc nav{display:flex;flex-direction:column;gap:.125rem}.report-toc a{font-size:.875rem;color:#6b7280;text-decoration:none;padding:.375rem .5rem;border-radius:.25rem;transition:all .15s ease;display:block}.report-toc a:hover{background:#f3f4f6;color:#111827}.report-toc a.active{background:#f3f4f6;color:#111827;font-weight:500}.toc-subsections{display:flex;flex-direction:column;gap:.125rem;margin-left:.75rem;margin-bottom:.25rem;margin-top:.125rem}.toc-subsection{font-size:.8125rem;color:#9ca3af;padding:.25rem .5rem .25rem .75rem}.toc-subsection:hover{background:#f9fafb;color:#6b7280}.toc-subsection.active{background:#f3f4f6;color:#111827;font-weight:500}.report-content{flex:1;max-width:900px}.report-hero{margin-bottom:3rem;padding:0;position:relative}.report-student-name{font-size:2.5rem;font-weight:700;color:#111827;margin:0 0 .5rem;line-height:1.2;display:none}.report-subtitle{font-size:1.125rem;color:#6b7280;margin:0 0 .5rem;font-weight:400}.report-date{font-size:.875rem;color:#9ca3af;margin:0;font-weight:400}.floating-actions{position:fixed;bottom:2rem;right:2rem;display:flex;flex-direction:column;gap:.75rem;z-index:100}.floating-button{width:56px;height:56px;border-radius:50%;border:none;background:#fffffff2;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026,0 2px 4px #0000001a;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.floating-button:hover{transform:scale(1.1);box-shadow:0 8px 20px #0003,0 4px 8px #00000026}.floating-button svg{width:24px;height:24px;transition:all .3s ease}.floating-button.regenerate-floating:hover{background:#10b981;color:#fff}.floating-button.print-floating:hover{background:#3b82f6;color:#fff}.category-header{margin:3rem 0 1rem;padding:0}.category-header h2{font-size:1.5rem;font-weight:600;color:#111827;margin:0;line-height:1.3}.report-section{background:#fff;border-radius:.375rem;padding:1.5rem;margin-bottom:1rem;border:1px solid #E5E7EB}.section-title{font-size:1.125rem;font-weight:600;color:#111827;margin:0 0 1.25rem;padding:.5rem .75rem;background:#f9fafb;border-radius:.25rem}.student-type-content{display:flex;flex-direction:column;gap:1rem}.classification-box{background:#f9fafb;padding:1.25rem;border-radius:.375rem}.classification-text{font-size:1rem;line-height:1.7;color:#374151;margin:0}.characteristics-box,.orientation-box{padding:.75rem 0}.characteristics-box h4,.orientation-box h4{font-size:.875rem;font-weight:600;color:#6b7280;margin:0 0 .75rem;text-transform:uppercase;letter-spacing:.05em}.characteristics-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.characteristics-list li{padding-left:1.25rem;position:relative;font-size:.9375rem;line-height:1.6;color:#4b5563}.characteristics-list li:before{content:"•";position:absolute;left:0;color:#9ca3af;font-weight:400}.orientation-text{font-size:.9375rem;font-weight:400;color:#374151;margin:0}.test-summary-content{display:flex;flex-direction:column;gap:1.5rem}.test-section h4{font-size:.875rem;font-weight:600;color:#6b7280;margin:0 0 .75rem;text-transform:uppercase;letter-spacing:.05em}.test-section p{font-size:.9375rem;line-height:1.7;color:#4b5563;margin:0}.results-display{background:#f9fafb;padding:1.5rem;border-radius:.5rem}.personality-type,.holland-code{font-size:1rem;color:#1f2937;margin:0 0 1rem}.results-table{width:100%;border-collapse:collapse;margin:1rem 0}.results-table th{background:#f3f4f6;padding:.75rem 1rem;text-align:left;font-size:.875rem;font-weight:700;color:#374151;border-bottom:2px solid #E5E7EB}.results-table td{padding:.75rem 1rem;font-size:.9375rem;color:#4b5563;border-bottom:1px solid #F3F4F6}.top-five-list,.themes-list{display:flex;flex-direction:column;gap:1rem;margin:1rem 0}.strength-item,.theme-item{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#fff;border-radius:.5rem;border:1px solid #E5E7EB}.strength-rank,.theme-rank{font-size:1.25rem;font-weight:700;color:#3b82f6;min-width:24px}.strength-name,.theme-name{font-size:.9375rem;font-weight:600;color:#111827}.strength-domain{font-size:.8125rem;color:#6b7280}.theme-score{font-size:.875rem;color:#6b7280;margin-left:auto}.strength-description{flex-basis:100%;font-size:.875rem;color:#6b7280;margin:.5rem 0 0;line-height:1.6}.insights-text{font-size:.9375rem;line-height:1.7;color:#4b5563;white-space:pre-wrap}.domain-content{display:flex;flex-direction:column;gap:1.5rem}.domain-section{padding:1rem;border-radius:.375rem}.relatively-stronger-areas,.explore-with-caution-areas{background-color:#f9fafb}.domain-section h4{font-size:.875rem;font-weight:600;color:#6b7280;margin:0 0 .75rem;text-transform:uppercase;letter-spacing:.05em}.domain-section>p{font-size:.9375rem;line-height:1.7;color:#4b5563;margin:0}.areas-list{display:flex;flex-direction:column;gap:1rem}.area-item{padding:.75rem;background:#fff;border-radius:.25rem;border:1px solid #E5E7EB}.area-item h5{font-size:.9375rem;font-weight:600;color:#111827;margin:0 0 .375rem}.area-item p{font-size:.875rem;line-height:1.6;color:#6b7280;margin:0}.summary-content{display:flex;flex-direction:column;gap:1.5rem}.summary-section h4{font-size:.875rem;font-weight:600;color:#6b7280;margin:0 0 .75rem;text-transform:uppercase;letter-spacing:.05em}.narrative-text{font-size:.9375rem;line-height:1.8;color:#4b5563;margin:0;white-space:pre-wrap}.next-steps-list{display:flex;flex-direction:column;gap:1.5rem}.next-step-item{display:flex;gap:1rem;align-items:flex-start}.step-number{flex-shrink:0;width:36px;height:36px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700}.step-content h5{font-size:.9375rem;font-weight:700;color:#111827;margin:0 0 .5rem}.step-content p{font-size:.875rem;line-height:1.6;color:#6b7280;margin:0}@media print{@page{margin:1.5cm;size:A4}body{margin:0;padding:0}.report-viewer{background:#fff}.report-header{position:static;border-bottom:2px solid #E5E7EB;padding:1rem 0;margin-bottom:1.5rem;page-break-after:avoid}.header-content{justify-content:center;max-width:100%}.header-left{gap:1rem;justify-content:center}.header-logo{height:40px}.header-center,.header-spacer,.back-button-icon,.floating-actions{display:none}.student-name-card{position:static;display:block;margin-bottom:.75rem;text-align:center;font-size:1.5rem;padding:.75rem 0}.report-toc{display:none}.report-container{padding:0;max-width:100%;display:block}.report-content{max-width:100%}.report-hero{text-align:center;padding:1rem 0 1.5rem;border-bottom:2px solid #E5E7EB;margin-bottom:1.5rem;page-break-after:avoid}.report-subtitle{font-size:1rem;margin-bottom:.375rem}.report-date{font-size:.8125rem}.report-student-name{font-size:1.75rem}.category-header{page-break-after:avoid;margin-top:1.5rem;margin-bottom:.75rem}.category-header h2{font-size:1.25rem}.report-section{page-break-inside:avoid;box-shadow:none;border:1px solid #E5E7EB;margin-bottom:.75rem;padding:1rem}.section-title{font-size:1rem;margin-bottom:.75rem;padding:.375rem .5rem}.results-table,.core-identity-table{page-break-inside:avoid;font-size:.875rem}.results-table th,.results-table td,.core-identity-table th,.core-identity-table td{padding:.5rem .75rem}.handpicked-majors-section{page-break-inside:avoid}.handpicked-domains-grid{grid-template-columns:repeat(5,1fr);gap:.75rem;page-break-inside:avoid}.handpicked-domain{padding:.75rem;box-shadow:none;border:1px solid #BFDBFE}.handpicked-domain-title{font-size:.75rem;margin-bottom:.5rem;padding-bottom:.375rem}.handpicked-list li{padding:.25rem 0 .25rem 1rem;font-size:.75rem;line-height:1.4}.test-summary-content,.domain-content,.summary-content{gap:1rem}.test-section h4,.domain-section h4,.summary-section h4{font-size:.8125rem;margin-bottom:.5rem}.test-section p,.domain-section p,.narrative-text{font-size:.875rem;line-height:1.6}.recommendation-checkbox,.add-custom-button,.custom-major-input-container{display:none}.recommendation-label{padding:.25rem 0}.recommendation-text{font-size:.875rem;padding-left:1rem;position:relative}.recommendation-text:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:600}.classification-box,.results-display,.domain-section{background:#fff;border:1px solid #E5E7EB}}@media(max-width:1024px){.report-toc{display:none}.report-container{padding:1.5rem 1rem}.report-section{padding:1.5rem}.report-hero{padding:1.5rem 0}}@media(max-width:768px){.report-header{padding:.75rem 1rem}.header-content{gap:.5rem}.header-logo{height:28px}.back-button-icon{padding:.375rem .625rem;font-size:.8125rem}.header-student-name{font-size:.875rem}.header-spacer{display:none}.action-button{padding:.5rem 1rem;font-size:.8125rem}.report-student-name{font-size:2rem}.report-subtitle{font-size:1rem}.category-header h2{font-size:1.5rem}.section-title{font-size:1.125rem}}.modal-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:.75rem;max-width:600px;width:100%;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #E5E7EB}.modal-header h2{font-size:1.25rem;font-weight:700;color:#111827;margin:0}.modal-close{background:none;border:none;font-size:2rem;line-height:1;color:#9ca3af;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:.375rem;transition:all .2s ease}.modal-close:hover:not(:disabled){background:#f3f4f6;color:#111827}.modal-close:disabled{opacity:.5;cursor:not-allowed}.modal-body{padding:1.5rem;overflow-y:auto;flex:1}.modal-description{font-size:.9375rem;line-height:1.6;color:#6b7280;margin:0 0 1.5rem}.select-all-row{padding:1rem;background:#f9fafb;border-radius:.5rem;margin-bottom:1.5rem;border:2px solid #E5E7EB}.select-all-row label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:.9375rem;color:#111827}.section-category{margin-bottom:1.5rem}.category-header-modal{padding:.75rem 1rem;background:#f3f4f6;border-radius:.5rem;margin-bottom:.75rem}.category-header-modal label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:.9375rem;color:#111827}.category-sections{display:flex;flex-direction:column;gap:.5rem;padding-left:2rem}.section-checkbox{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;cursor:pointer;font-size:.875rem;color:#4b5563;border-radius:.375rem;transition:all .2s ease}.section-checkbox:hover{background:#f9fafb}.modal-body input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#3B82F6}.regeneration-progress{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;padding:2rem}.regeneration-progress p{font-size:.9375rem;color:#6b7280;text-align:center;margin:0}.modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1.5rem;border-top:1px solid #E5E7EB}.modal-button{padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;border:none;border-radius:.375rem;cursor:pointer;transition:all .2s ease}.cancel-button{background:#f3f4f6;color:#374151}.cancel-button:hover{background:#e5e7eb}.confirm-button{background:#10b981;color:#fff}.confirm-button:hover:not(:disabled){background:#059669}.confirm-button:disabled{background:#d1d5db;cursor:not-allowed}@media(max-width:768px){.modal-content{max-width:100%;max-height:90vh}.modal-header,.modal-body{padding:1rem}.modal-footer{padding:1rem;flex-direction:column}.modal-button{width:100%}}.core-identity-content{padding:1.5rem 0}.core-identity-table{width:100%;border-collapse:collapse;margin-bottom:2rem;background:#fff;border-radius:.5rem;overflow:hidden;box-shadow:0 1px 3px #0000001a}.core-identity-table thead{background:#f9fafb}.core-identity-table th{padding:.875rem 1rem;text-align:left;font-weight:600;font-size:.875rem;color:#374151;text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid #E5E7EB}.core-identity-table td{padding:1rem;border-bottom:1px solid #F3F4F6;color:#111827;line-height:1.6}.core-identity-table tbody tr:last-child td{border-bottom:none}.core-identity-table td:first-child{font-weight:600;color:#1f2937;width:200px}.strengths-pathways-section{margin-top:2rem}.strengths-pathways-section h4{font-size:.875rem;font-weight:600;color:#6b7280;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}.pathways-list{list-style:none;padding:0;margin:0}.pathways-list li{padding:.5rem .75rem;margin-bottom:.375rem;background:#f9fafb;border-radius:.25rem;font-size:.9375rem;line-height:1.6;color:#374151}.holland-code-display{margin:1rem 0;padding:.75rem 1rem;background:#f9fafb;border-radius:.25rem;font-size:.9375rem}.holland-code-display strong{color:#111827;margin-right:.5rem}.all-themes-section{margin-top:1rem}.areas-list-bullets{list-style:none;padding:0;margin:0}.areas-list-bullets li{padding:.625rem 0;margin-bottom:.5rem;font-size:.9375rem;line-height:1.6;color:#374151;border-bottom:1px solid #F3F4F6}.areas-list-bullets li:last-child{border-bottom:none}.areas-list-bullets strong{color:#111827;font-weight:600}.majors-list{list-style:disc;padding-left:1.5rem;margin:1rem 0}.majors-list li{padding:.375rem 0;font-size:.9375rem;line-height:1.6;color:#374151}.narrative-text{font-size:.9375rem;line-height:1.8;color:#374151;margin:0;text-align:justify}.results-table th:nth-child(1),.results-table td:nth-child(1){width:auto}.results-table th:nth-child(4),.results-table td:nth-child(4){min-width:250px}.recommendation-item{list-style:none;padding:.5rem 0;margin:0}.recommendation-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;padding:.5rem;border-radius:4px;transition:background-color .15s ease}.recommendation-label:hover{background-color:#f3f4f6}.recommendation-checkbox{margin-top:.125rem;width:18px;height:18px;cursor:pointer;flex-shrink:0;accent-color:#3B82F6}.recommendation-checkbox:disabled{cursor:not-allowed;opacity:.5}.recommendation-text{flex:1;font-size:.9375rem;line-height:1.6;color:#374151}.custom-recommendation .recommendation-text{display:flex;align-items:baseline;gap:.375rem}.custom-badge{color:#3b82f6;font-weight:600;font-size:1rem}.saving-indicator{color:#10b981;font-size:.875rem;font-style:italic}.add-custom-major{margin-top:1rem;padding-top:.75rem;border-top:1px solid #E5E7EB}.add-custom-button{background:transparent;border:1px dashed #D1D5DB;color:#6b7280;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease;width:100%;text-align:left}.add-custom-button:hover:not(:disabled){border-color:#3b82f6;color:#3b82f6;background:#eff6ff}.add-custom-button:disabled{cursor:not-allowed;opacity:.5}.custom-major-input-container{display:flex;gap:.5rem;align-items:center}.custom-major-input{flex:1;padding:.5rem .75rem;border:1px solid #D1D5DB;border-radius:6px;font-size:.9375rem;color:#111827;transition:border-color .15s ease}.custom-major-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.custom-major-input:disabled{background:#f3f4f6;cursor:not-allowed}.save-custom-button,.cancel-custom-button{width:32px;height:32px;border:none;border-radius:6px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .15s ease;flex-shrink:0;display:flex;align-items:center;justify-content:center}.save-custom-button{background:#10b981;color:#fff}.save-custom-button:hover:not(:disabled){background:#059669}.save-custom-button:disabled{cursor:not-allowed;opacity:.5}.cancel-custom-button{background:#ef4444;color:#fff}.cancel-custom-button:hover:not(:disabled){background:#dc2626}.cancel-custom-button:disabled{cursor:not-allowed;opacity:.5}.handpicked-majors-section{background:linear-gradient(135deg,#eff6ff,#f0fdf4);border:2px solid #BFDBFE;border-radius:8px;padding:1.5rem;margin-bottom:2rem}.handpicked-majors-section h4{font-size:1.25rem;font-weight:600;color:#1e40af;margin:0 0 1rem}.handpicked-intro{font-size:.9375rem;line-height:1.6;color:#374151;margin:0 0 1.5rem}.handpicked-placeholder{font-size:.9375rem;line-height:1.6;color:#6b7280;font-style:italic;margin:0}.handpicked-domains-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem;margin-top:1.5rem}.handpicked-domain{background:#fff;border-radius:6px;padding:1rem;box-shadow:0 1px 3px #0000001a}.handpicked-domain-title{font-size:.875rem;font-weight:600;color:#1e40af;margin:0 0 .75rem;padding-bottom:.5rem;border-bottom:2px solid #BFDBFE}.handpicked-list{list-style:none;padding-left:0;margin:0}.handpicked-list li{padding:.375rem 0 .375rem 1.25rem;font-size:.875rem;line-height:1.5;color:#374151;position:relative}.handpicked-list li:before{content:"•";position:absolute;left:.25rem;color:#3b82f6;font-weight:600}.custom-indicator{color:#3b82f6;font-weight:600;margin-left:.25rem}.handpicked-footnote{font-size:.8125rem;color:#6b7280;font-style:italic;margin:1rem 0 0;padding-top:1rem;border-top:1px solid #BFDBFE}@media(max-width:1024px)and (min-width:641px){.handpicked-domains-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}.handpicked-domain-title,.handpicked-list li{font-size:.8125rem}}@media(max-width:640px){.recommendation-label{padding:.375rem}.recommendation-checkbox{width:16px;height:16px}.add-custom-button{font-size:.8125rem;padding:.5rem .75rem}.custom-major-input{font-size:.875rem;padding:.5rem}.save-custom-button,.cancel-custom-button{width:28px;height:28px;font-size:1rem}.handpicked-majors-section{padding:1rem}.handpicked-majors-section h4{font-size:1.125rem}.handpicked-domains-grid{grid-template-columns:1fr;gap:1rem}.handpicked-domain{padding:.875rem}.handpicked-domain-title{font-size:.875rem}.handpicked-list li{font-size:.8125rem}}:root{--color-primary: #1E3A8A;--color-primary-light: #3B82F6;--color-primary-dark: #1E40AF;--color-secondary: #F59E0B;--color-secondary-light: #FCD34D;--color-accent: #10B981;--color-accent-light: #34D399;--color-slate-50: #F8FAFC;--color-slate-100: #F1F5F9;--color-slate-200: #E2E8F0;--color-slate-300: #CBD5E1;--color-slate-400: #94A3B8;--color-slate-500: #64748B;--color-slate-600: #475569;--color-slate-700: #334155;--color-slate-800: #1E293B;--color-slate-900: #0F172A;--color-white: #FFFFFF;--color-black: #000000;--color-success: #10B981;--color-warning: #F59E0B;--color-error: #EF4444;--color-info: #3B82F6;--space-1: .5rem;--space-2: 1rem;--space-3: 1.5rem;--space-4: 2rem;--space-5: 2.5rem;--space-6: 3rem;--space-8: 4rem;--space-10: 5rem;--space-12: 6rem;--space-16: 8rem;--radius-sm: .25rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-2xl: 1.5rem;--radius-full: 9999px;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, .25);--transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--transition-base: .3s cubic-bezier(.4, 0, .2, 1);--transition-slow: .5s cubic-bezier(.4, 0, .2, 1);--text-xs: .6875rem;--text-sm: .8125rem;--text-base: .9375rem;--text-lg: 1rem;--text-xl: 1.125rem;--text-2xl: 1.25rem;--text-3xl: 1.5rem;--text-4xl: 1.875rem;--text-5xl: 2.25rem;--text-6xl: 3rem;--leading-tight: 1.2;--leading-normal: 1.5;--leading-relaxed: 1.75;--font-light: 300;--font-normal: 400;--font-medium: 500;--font-semibold: 600;--font-bold: 700}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:var(--font-normal);font-size:var(--text-base);line-height:var(--leading-normal);color:var(--color-slate-900);background-color:var(--color-slate-50);overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:var(--font-semibold);line-height:var(--leading-tight);color:var(--color-slate-900)}h1{font-size:var(--text-3xl);margin-bottom:var(--space-3);font-weight:var(--font-semibold)}h2{font-size:var(--text-2xl);margin-bottom:var(--space-2);font-weight:var(--font-semibold)}h3{font-size:var(--text-lg);margin-bottom:var(--space-2);font-weight:var(--font-semibold)}h4{font-size:var(--text-base);margin-bottom:var(--space-2);font-weight:var(--font-semibold)}p{margin-bottom:var(--space-3);color:var(--color-slate-700);line-height:var(--leading-relaxed)}a{color:var(--color-primary);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--color-primary-light)}button{font-family:inherit;cursor:pointer;border:none;outline:none;background:none;transition:all var(--transition-base)}button:disabled{cursor:not-allowed;opacity:.5}input,textarea,select{font-family:inherit;font-size:var(--text-base);outline:none;border:1px solid var(--color-slate-300);border-radius:var(--radius-md);padding:var(--space-2) var(--space-3);transition:all var(--transition-fast);background-color:var(--color-white)}input:focus,textarea:focus,select:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #1e3a8a1a}input::placeholder,textarea::placeholder{color:var(--color-slate-400)}.container{max-width:1280px;margin:0 auto;padding:0 var(--space-4)}.text-center{text-align:center}.text-primary{color:var(--color-primary)}.text-secondary{color:var(--color-secondary)}.bg-white{background-color:var(--color-white)}.rounded{border-radius:var(--radius-md)}.shadow{box-shadow:var(--shadow-md)}html{scroll-behavior:smooth}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}::selection{background-color:var(--color-primary-light);color:var(--color-white)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--color-slate-100)}::-webkit-scrollbar-thumb{background:var(--color-slate-400);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-slate-500)}@media(max-width:768px){html{font-size:14px}.container{padding:0 var(--space-3)}h1{font-size:var(--text-3xl)}h2{font-size:var(--text-2xl)}}@media(max-width:480px){.container{padding:0 var(--space-2)}}.next-steps-page{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#e8ecf1)}.next-steps-content{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 80px);padding:40px 20px}.next-steps-container{max-width:600px;text-align:center;padding:48px 32px;background:#fff;border-radius:16px;box-shadow:0 4px 12px #00000014}.success-icon{width:80px;height:80px;margin:0 auto 24px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-radius:50%;font-size:48px;font-weight:700}.next-steps-title{font-size:32px;font-weight:700;color:#1a202c;margin-bottom:16px}.next-steps-message{font-size:18px;color:#64748b;margin-bottom:24px}.next-steps-detail{font-size:16px;color:#475569;margin-bottom:24px;line-height:1.6}.next-steps-detail strong{color:#1a202c;font-weight:600}.next-steps-info{font-size:15px;color:#64748b;line-height:1.6;margin-bottom:0}@media(max-width:768px){.next-steps-container{padding:32px 24px}.success-icon{width:64px;height:64px;font-size:36px}.next-steps-title{font-size:28px}.next-steps-message{font-size:16px}}@media(max-width:480px){.next-steps-content,.next-steps-container{padding:24px 16px}.next-steps-title{font-size:24px}}
