@import"https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,700&family=Nunito+Sans:wght@400;500;600;700;800;900&display=swap";:root{--color-purple-light: #ab57ab;--color-purple: #894c95;--color-purple-dark: #6b3a76;--color-purple-deeper: #512d5a;--color-purple-tint: #f3e8f7;--color-teal: #29cbbc;--color-teal-light: #5dd9cc;--color-teal-dark: #1da898;--color-teal-tint: #e4f9f7;--color-terracotta: #cb7246;--color-terracotta-light: #e09168;--color-terracotta-dark: #a55a32;--color-terracotta-tint: #fdf0e8;--color-yellow: #f5d285;--color-yellow-light: #fae8b0;--color-yellow-dark: #e6b84e;--color-yellow-tint: #fefaf0;--color-white: #ffffff;--color-off-white: #fafaf8;--color-bg: #f7f4fc;--color-neutral-100: #f2eff8;--color-neutral-200: #e8e3f2;--color-neutral-300: #cec6e0;--color-neutral-400: #a899c4;--color-neutral-500: #7d6ea0;--color-neutral-600: #5a4e74;--color-neutral-700: #3d3452;--color-neutral-800: #28223a;--color-neutral-900: #16112a;--bg-page: var(--color-bg);--bg-surface: var(--color-white);--bg-surface-alt: var(--color-neutral-100);--bg-brand: var(--color-purple);--fg-1: var(--color-neutral-800);--fg-2: var(--color-neutral-600);--fg-3: var(--color-neutral-500);--fg-on-brand: var(--color-white);--ui-primary: var(--color-purple);--ui-primary-hover: var(--color-purple-dark);--ui-secondary: var(--color-teal);--ui-accent: var(--color-terracotta);--ui-yellow: var(--color-yellow);--font-display: "Nunito", sans-serif;--font-body: "Nunito Sans", sans-serif;--radius-sm: 8px;--radius-md: 16px;--radius-lg: 24px;--radius-full: 9999px;--shadow-seed: 0 8px 32px rgba(137, 76, 149, .14);--shadow-seed-lg: 0 16px 48px rgba(137, 76, 149, .22);--transition: all .25s ease;--transition-bounce: .3s cubic-bezier(.34, 1.56, .64, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);background-color:var(--bg-page);color:var(--fg-1);line-height:1.6;min-height:100vh;min-height:100dvh;overflow-x:hidden;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent}#app{display:flex;flex-direction:column;min-height:100vh;min-height:100dvh}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 clamp(1rem,3vw,2rem)}.glass-card{background:var(--bg-surface);border:1px solid var(--color-neutral-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-seed);transition:var(--transition)}.glass-card:hover{box-shadow:var(--shadow-seed-lg);border-color:var(--color-purple-light)}h1,h2,h3,h4,.font-display{font-family:var(--font-display);font-weight:800;color:var(--color-purple-dark);line-height:1.25}.gradient-text{background:linear-gradient(135deg,var(--color-purple) 0%,var(--color-purple-light) 50%,var(--color-teal-dark) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:.85rem 1.8rem;min-height:48px;font-family:var(--font-display);font-size:1rem;font-weight:800;border-radius:var(--radius-full);border:none;cursor:pointer;transition:var(--transition);text-decoration:none;touch-action:manipulation}.btn-primary{background:var(--color-purple);color:var(--color-white);box-shadow:0 6px 20px #894c954d}.btn-primary:hover,.btn-primary:focus-visible{background:var(--color-purple-dark);transform:translateY(-2px);box-shadow:0 8px 25px #894c9573}.btn-secondary{background:var(--color-white);color:var(--color-purple);border:2px solid var(--color-purple-light);box-shadow:var(--shadow-seed)}.btn-secondary:hover,.btn-secondary:focus-visible{background:var(--color-purple-tint);border-color:var(--color-purple);transform:translateY(-2px)}.btn-icon{width:48px;height:48px;padding:0;border-radius:50%}.main-header{position:sticky;top:0;z-index:100;background:#fffffff5;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:2px solid var(--color-purple-tint);padding:.8rem 0}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.brand-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none}.brand-logo img{height:42px;width:auto;object-fit:contain}.brand-title{font-family:var(--font-display);font-size:clamp(1rem,2.5vw,1.25rem);font-weight:900;color:var(--color-purple);display:flex;flex-direction:column;line-height:1.1}.brand-subtitle{font-size:clamp(.65rem,1.8vw,.75rem);font-weight:700;color:var(--color-teal-dark);letter-spacing:.06em;text-transform:uppercase}.route-badge{background:var(--color-purple-tint);border:1px solid var(--color-purple-light);color:var(--color-purple-dark);padding:.35rem .85rem;border-radius:var(--radius-full);font-size:.8rem;font-weight:800;display:inline-flex;align-items:center;gap:.4rem}.user-identity-bar{background:var(--color-teal-tint);border:1px solid var(--color-teal-light);padding:.35rem .85rem;border-radius:var(--radius-full);font-size:.8rem;display:flex;align-items:center;gap:.5rem;color:var(--color-teal-dark);font-weight:700;max-width:220px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-identity-avatar{width:24px;height:24px;border-radius:50%;background:var(--color-teal);color:var(--color-white);display:flex;align-items:center;justify-content:center;font-weight:900;font-size:.75rem;flex-shrink:0}.hero-section{padding:clamp(2.5rem,6vw,4.5rem) 0 clamp(2rem,4vw,3.5rem);text-align:center}.hero-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1.2rem;border-radius:var(--radius-full);background:var(--color-yellow-tint);border:1px solid var(--color-yellow-dark);color:var(--color-neutral-800);font-size:clamp(.78rem,2vw,.88rem);font-weight:800;margin-bottom:1.5rem}.hero-title{font-size:clamp(1.8rem,5vw,3.2rem);line-height:1.15;margin-bottom:1.2rem}.hero-subtitle{font-size:clamp(.95rem,2.5vw,1.2rem);color:var(--fg-2);max-width:750px;margin:0 auto 2.5rem}.riasec-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin:2.5rem 0}.riasec-card{padding:1.25rem .8rem;text-align:center;border-radius:var(--radius-md);border:1px solid var(--color-neutral-200);background:var(--bg-surface);box-shadow:var(--shadow-seed);transition:var(--transition)}.riasec-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-seed-lg)}.riasec-card-code{font-size:clamp(1.8rem,4vw,2.2rem);font-weight:900;margin-bottom:.2rem}.riasec-card-title{font-size:clamp(.92rem,2vw,1.05rem);font-weight:800;color:var(--fg-1)}.riasec-card-desc{font-size:.8rem;color:var(--fg-3);margin-top:.4rem}.quiz-container{max-width:820px;margin:clamp(1rem,3vw,2rem) auto clamp(2rem,5vw,4rem)}.quiz-header{margin-bottom:1.5rem}.quiz-progress-bar-bg{width:100%;height:12px;background:var(--color-neutral-200);border-radius:var(--radius-full);overflow:hidden;margin-bottom:.8rem}.quiz-progress-bar-fill{height:100%;background:linear-gradient(90deg,var(--color-purple) 0%,var(--color-teal) 100%);width:0%;transition:width .4s ease}.quiz-meta{display:flex;align-items:center;justify-content:space-between;font-size:clamp(.82rem,2vw,.92rem);font-weight:700;color:var(--fg-2)}.quiz-card{padding:clamp(1.2rem,4vw,2.5rem);position:relative}.question-tag{display:inline-block;padding:.35rem .9rem;border-radius:var(--radius-full);font-size:.8rem;font-weight:800;margin-bottom:1rem;background:var(--color-purple-tint);color:var(--color-purple);border:1px solid var(--color-purple-light)}.question-text{font-size:clamp(1.2rem,3.5vw,1.6rem);font-weight:900;color:var(--color-purple-dark);line-height:1.35;margin-bottom:.8rem}.question-context{font-size:clamp(.88rem,2.2vw,.98rem);color:var(--fg-2);margin-bottom:2rem;padding-left:.8rem;border-left:3px solid var(--color-teal)}.likert-options{display:grid;grid-template-columns:repeat(5,1fr);gap:.6rem;margin-bottom:2.2rem}.likert-option{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1rem .4rem;min-height:64px;border-radius:var(--radius-md);border:2px solid var(--color-neutral-200);background:var(--color-white);cursor:pointer;transition:var(--transition);text-align:center;-webkit-user-select:none;user-select:none;touch-action:manipulation}.likert-option:hover{border-color:var(--color-purple-light);background:var(--color-purple-tint)}.likert-option.selected{border-color:var(--color-purple);background:var(--color-purple-tint);box-shadow:0 0 16px #894c9540}.likert-value{width:38px;height:38px;border-radius:50%;background:var(--color-neutral-200);display:flex;align-items:center;justify-content:center;font-weight:900;font-size:1.1rem;color:var(--fg-1);flex-shrink:0}.likert-option.selected .likert-value{background:var(--color-purple);color:var(--color-white)}.likert-label{font-size:clamp(.7rem,1.8vw,.78rem);font-weight:700;color:var(--fg-2);line-height:1.2}.quiz-actions{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.report-header{text-align:center;margin:clamp(1.5rem,4vw,2.5rem) 0 clamp(2rem,4vw,3rem)}.holland-badge-lg{display:inline-flex;align-items:center;gap:1rem;padding:.85rem 2rem;border-radius:var(--radius-full);background:linear-gradient(135deg,var(--color-purple-tint) 0%,var(--color-teal-tint) 100%);border:2px solid var(--color-purple-light);box-shadow:var(--shadow-seed-lg);margin-bottom:1.2rem}.holland-code-text{font-size:clamp(2rem,5vw,2.8rem);font-weight:900;letter-spacing:.08em;color:var(--color-purple)}.report-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:3rem}.chart-card{padding:clamp(1.2rem,3vw,2rem);display:flex;flex-direction:column;align-items:center;justify-content:center}.chart-wrapper{position:relative;width:100%;max-width:420px;height:clamp(280px,45vh,380px)}.analysis-card{padding:clamp(1.2rem,3vw,2rem)}.analysis-title{font-size:clamp(1.2rem,3vw,1.4rem);margin-bottom:1rem;color:var(--color-purple)}.analysis-summary{font-size:clamp(.95rem,2.2vw,1.05rem);color:var(--fg-1);margin-bottom:1.5rem}.trait-highlight-box{padding:.85rem 1rem;margin-bottom:.8rem;border-radius:var(--radius-md);background:var(--color-purple-tint);border-left:4px solid var(--color-purple);font-size:.9rem;color:var(--fg-1)}.filter-tabs{display:flex;gap:.6rem;margin:1.8rem 0 1.5rem;overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;padding-bottom:.5rem;scrollbar-width:none}.filter-tabs::-webkit-scrollbar{display:none}.filter-btn{padding:.55rem 1.2rem;min-height:42px;white-space:nowrap;border-radius:var(--radius-full);background:var(--color-white);border:2px solid var(--color-neutral-200);color:var(--fg-2);font-size:.85rem;font-weight:800;cursor:pointer;transition:var(--transition);flex-shrink:0;touch-action:manipulation}.filter-btn:hover{background:var(--color-purple-tint);border-color:var(--color-purple-light);color:var(--color-purple)}.filter-btn.active{background:var(--color-purple);color:var(--color-white);border-color:var(--color-purple)}.careers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-bottom:3rem}.career-card{padding:clamp(1.2rem,3vw,1.8rem);display:flex;flex-direction:column;justify-content:space-between}.career-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.match-badge{padding:.4rem .9rem;border-radius:var(--radius-full);font-weight:900;font-size:.85rem;background:var(--color-teal);color:var(--color-white);box-shadow:0 4px 12px #29cbbc59}.career-title{font-size:clamp(1.1rem,2.5vw,1.25rem);margin-bottom:.5rem;color:var(--color-purple-dark)}.career-desc{font-size:.88rem;color:var(--fg-2);margin-bottom:1.2rem;line-height:1.5}.career-skills{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1.2rem}.skill-tag{padding:.3rem .7rem;border-radius:var(--radius-sm);background:var(--color-yellow-tint);border:1px solid var(--color-yellow-dark);font-size:.78rem;font-weight:700;color:var(--color-neutral-800)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;background:#0f172ad9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;padding:clamp(.75rem,3vw,1.5rem);overflow-y:auto}.modal-content-seed{width:min(94vw,680px);max-height:90dvh;overflow-y:auto;background:#091121;border:1px solid #1E2E4A;border-radius:clamp(16px,4vw,24px);padding:clamp(1.2rem,4vw,2.2rem);box-shadow:0 25px 50px -12px #000000d9;position:relative;color:#f8fafc}.modal-content-seed::-webkit-scrollbar{width:6px}.modal-content-seed::-webkit-scrollbar-track{background:#091121}.modal-content-seed::-webkit-scrollbar-thumb{background:#1e293b;border-radius:4px}.seed-modal-close{position:absolute;top:1rem;right:1rem;width:38px;height:38px;border-radius:50%;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);color:#94a3b8;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.2rem;transition:all .2s ease;z-index:10}.seed-modal-close:hover{background:#fff3;color:#fff}.main-footer{margin-top:auto;border-top:2px solid var(--color-purple-tint);padding:2rem 0;text-align:center;color:var(--fg-3);font-size:.88rem}@media (max-width: 992px){.report-grid{grid-template-columns:1fr}}@media (max-width: 768px){.header-inner{flex-direction:column;align-items:flex-start;gap:.6rem}.route-badge{display:none}.likert-options{grid-template-columns:1fr;gap:.6rem}.likert-option{flex-direction:row;justify-content:flex-start;padding:.8rem 1rem;min-height:52px}.likert-label{font-size:.88rem;text-align:left}.quiz-actions{flex-direction:column-reverse;gap:.8rem}.quiz-actions .btn{width:100%}.careers-grid{grid-template-columns:1fr}.report-header h1{font-size:1.6rem}}@media (max-width: 480px){.riasec-grid{grid-template-columns:repeat(2,1fr)}.holland-badge-lg{padding:.75rem 1.2rem}.holland-code-text{font-size:2.2rem}}
