@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}body{font-family:var(--font-body);background-color:var(--bg-page);color:var(--fg-1);line-height:1.6;min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased}#app{display:flex;flex-direction:column;min-height:100vh}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.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{transform:translateY(-3px);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;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}.btn-primary{background:var(--color-purple);color:var(--color-white);box-shadow:0 6px 20px #894c954d}.btn-primary:hover{background:var(--color-purple-dark);transform:scale(1.03);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{background:var(--color-purple-tint);border-color:var(--color-purple);transform:scale(1.03)}.btn-icon{width:44px;height:44px;padding:0;border-radius:50%}.main-header{position:sticky;top:0;z-index:100;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:2px solid var(--color-purple-tint);padding:1rem 0}.header-inner{display:flex;align-items:center;justify-content:space-between}.brand-logo{display:flex;align-items:center;gap:.9rem;text-decoration:none}.brand-logo img{height:44px;width:auto;object-fit:contain}.brand-title{font-family:var(--font-display);font-size:1.25rem;font-weight:900;color:var(--color-purple);display:flex;flex-direction:column;line-height:1.1}.brand-subtitle{font-size:.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:.82rem;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 .9rem;border-radius:var(--radius-full);font-size:.82rem;display:flex;align-items:center;gap:.5rem;color:var(--color-teal-dark);font-weight:700}.user-identity-avatar{width:26px;height:26px;border-radius:50%;background:var(--color-teal);color:var(--color-white);display:flex;align-items:center;justify-content:center;font-weight:900;font-size:.8rem}.hero-section{padding:4rem 0 3rem;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:.88rem;font-weight:800;margin-bottom:1.5rem}.hero-title{font-size:3.2rem;line-height:1.15;margin-bottom:1.2rem}.hero-subtitle{font-size: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(170px,1fr));gap:1.2rem;margin:3rem 0}.riasec-card{padding:1.5rem 1rem;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(-4px);box-shadow:var(--shadow-seed-lg)}.riasec-card-code{font-size:2.2rem;font-weight:900;margin-bottom:.2rem}.riasec-card-title{font-size:1.05rem;font-weight:800;color:var(--fg-1)}.riasec-card-desc{font-size:.82rem;color:var(--fg-3);margin-top:.4rem}.quiz-container{max-width:800px;margin:2rem auto 4rem}.quiz-header{margin-bottom:2rem}.quiz-progress-bar-bg{width:100%;height:12px;background:var(--color-neutral-200);border-radius:var(--radius-full);overflow:hidden;margin-bottom:1rem}.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:.92rem;font-weight:700;color:var(--fg-2)}.quiz-card{padding:2.5rem;position:relative}.question-tag{display:inline-block;padding:.35rem .9rem;border-radius:var(--radius-full);font-size:.82rem;font-weight:800;margin-bottom:1.2rem;background:var(--color-purple-tint);color:var(--color-purple);border:1px solid var(--color-purple-light)}.question-text{font-size:1.6rem;font-weight:900;color:var(--color-purple-dark);line-height:1.35;margin-bottom:.8rem}.question-context{font-size:.98rem;color:var(--fg-2);margin-bottom:2.2rem;padding-left:.8rem;border-left:3px solid var(--color-teal)}.likert-options{display:grid;grid-template-columns:repeat(5,1fr);gap:.8rem;margin-bottom:2.5rem}.likert-option{display:flex;flex-direction:column;align-items:center;gap:.6rem;padding:1.2rem .5rem;border-radius:var(--radius-md);border:2px solid var(--color-neutral-200);background:var(--color-white);cursor:pointer;transition:var(--transition);text-align:center}.likert-option:hover{border-color:var(--color-purple-light);background:var(--color-purple-tint);transform:translateY(-3px)}.likert-option.selected{border-color:var(--color-purple);background:var(--color-purple-tint);box-shadow:0 0 20px #894c9540}.likert-value{width:40px;height:40px;border-radius:50%;background:var(--color-neutral-200);display:flex;align-items:center;justify-content:center;font-weight:900;font-size:1.15rem;color:var(--fg-1)}.likert-option.selected .likert-value{background:var(--color-purple);color:var(--color-white)}.likert-label{font-size:.78rem;font-weight:700;color:var(--fg-2)}.quiz-actions{display:flex;justify-content:space-between;align-items:center}.report-header{text-align:center;margin:2.5rem 0 3rem}.holland-badge-lg{display:inline-flex;align-items:center;gap:1rem;padding:1rem 2.5rem;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.5rem}.holland-code-text{font-size: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:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.chart-wrapper{position:relative;width:100%;max-width:420px;height:380px}.analysis-card{padding:2rem}.analysis-title{font-size:1.4rem;margin-bottom:1rem;color:var(--color-purple)}.analysis-summary{font-size:1.05rem;color:var(--fg-1);margin-bottom:1.5rem}.trait-highlight-box{padding:1rem;margin-bottom:.8rem;border-radius:var(--radius-md);background:var(--color-purple-tint);border-left:4px solid var(--color-purple);font-size:.92rem;color:var(--fg-1)}.filter-tabs{display:flex;flex-wrap:wrap;gap:.6rem;margin:2rem 0 1.5rem}.filter-btn{padding:.55rem 1.3rem;border-radius:var(--radius-full);background:var(--color-white);border:2px solid var(--color-neutral-200);color:var(--fg-2);font-size:.88rem;font-weight:800;cursor:pointer;transition:var(--transition)}.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(340px,1fr));gap:1.5rem;margin-bottom:3rem}.career-card{padding: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 .95rem;border-radius:var(--radius-full);font-weight:900;font-size:.88rem;background:var(--color-teal);color:var(--color-white);box-shadow:0 4px 12px #29cbbc59}.career-title{font-size:1.25rem;margin-bottom:.5rem;color:var(--color-purple-dark)}.career-desc{font-size:.9rem;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:#16112ad9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;padding:1.5rem}.modal-content-seed{width:100%;max-width:680px;max-height:90vh;overflow-y:auto;background:#091121;border:1px solid #1E2E4A;border-radius:24px;padding:2.2rem;box-shadow:0 25px 50px -12px #000c;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:1.2rem;right:1.2rem;width:34px;height:34px;border-radius:50%;background:#ffffff14;border:1px solid rgba(255,255,255,.1);color:#94a3b8;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.1rem;transition:all .2s ease}.seed-modal-close:hover{background:#ffffff2e;color:#fff}.seed-badge-match{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem 1.1rem;border-radius:9999px;background:linear-gradient(135deg,#059669,#10b981);color:#fff;font-weight:800;font-size:.9rem;box-shadow:0 4px 14px #10b98159}.seed-category-tag{font-size:.78rem;font-weight:800;letter-spacing:.08em;color:#64748b;text-transform:uppercase}.seed-modal-title{font-family:var(--font-display);font-size:1.75rem;font-weight:800;color:#facc15;line-height:1.25;margin:1.2rem 0 .8rem}.seed-modal-desc{font-size:.98rem;color:#94a3b8;line-height:1.6;margin-bottom:1.8rem}.seed-stat-card{padding:1.2rem;border-radius:14px;background:#111c33;border:1px solid #1E2D4A}.seed-stat-title{font-size:.88rem;font-weight:600;display:flex;align-items:center;gap:.4rem;margin-bottom:.4rem}.seed-skill-pill{padding:.4rem .85rem;border-radius:10px;background:#172033;border:1px solid rgba(234,179,8,.3);color:#facc15;font-size:.82rem;font-weight:600}.seed-training-box{padding:1.2rem;border-radius:14px;background:#0a1c33;border-left:4px solid #FACC15;border-top:1px solid #1E2D4A;border-right:1px solid #1E2D4A;border-bottom:1px solid #1E2D4A}.linkedin-box{margin-top:1.8rem;padding:1.4rem;border-radius:16px;background:linear-gradient(135deg,#0a66c21f,#0e172a99);border:1px solid rgba(10,102,194,.35)}.linkedin-title{display:flex;align-items:center;gap:.6rem;font-size:1rem;font-weight:700;color:#38bdf8;margin-bottom:.4rem}.linkedin-links-grid{display:flex;flex-direction:column;gap:.6rem;margin-top:1rem}.linkedin-link-btn{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.1rem;border-radius:10px;background:#0a66c226;border:1px solid rgba(10,102,194,.3);color:#e0f2fe;text-decoration:none;font-size:.88rem;font-weight:600;transition:all .2s ease}.linkedin-link-btn:hover{background:#0a66c259;border-color:#38bdf8;transform:translate(3px);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: 768px){.hero-title{font-size:2.2rem}.report-grid,.likert-options{grid-template-columns:1fr}.likert-option{flex-direction:row;padding:.8rem 1rem}.holland-code-text{font-size:2rem}}
