:root{--teal: #0ea5a4;--indigo: #4f46e5;--orange: #f97316;--ink: #0f172a;--muted: #64748b;--surface: #f8fafc;--border: #e2e8f0}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;color:var(--ink);background:var(--surface)}a{color:var(--indigo);text-decoration:none}.site-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;background:#fff;border-bottom:1px solid var(--border)}.logo{font-weight:700;font-size:18px;color:var(--ink)}.logo span{color:var(--teal)}.site-header nav{display:flex;align-items:center;gap:16px}.link-button{background:none;border:none;color:var(--indigo);font:inherit;cursor:pointer;padding:0}.cta{display:inline-block;background:var(--indigo);color:#fff;border:none;border-radius:10px;padding:10px 20px;font:inherit;font-weight:600;cursor:pointer}.cta:disabled{background:var(--muted);cursor:not-allowed}.cta.big{padding:14px 28px;font-size:18px}.landing{max-width:960px;margin:0 auto;padding:64px 24px}.hero h1{font-size:clamp(28px,5vw,44px);line-height:1.15;margin:0 0 16px}.hero p{font-size:18px;color:var(--muted);max-width:560px;margin:0 0 24px}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;margin-top:64px}.steps>div{background:#fff;border:1px solid var(--border);border-radius:14px;padding:20px}.steps h3{margin:0 0 8px;font-size:16px}.steps p{margin:0;color:var(--muted);font-size:14px}.auth-page{display:flex;justify-content:center;padding:64px 24px}.auth-card{background:#fff;border:1px solid var(--border);border-radius:14px;padding:32px;width:100%;max-width:400px;display:flex;flex-direction:column;gap:16px}.auth-card h1{margin:0;font-size:24px}.auth-card label{display:flex;flex-direction:column;gap:6px;font-size:14px;font-weight:500}.auth-card input{border:1px solid var(--border);border-radius:8px;padding:10px 12px;font:inherit}.auth-card input:focus{outline:2px solid var(--teal);border-color:transparent}.auth-switch{margin:0;font-size:14px;color:var(--muted);text-align:center}.form-error{margin:0;color:#dc2626;font-size:14px}.page-status{padding:64px 24px;text-align:center;color:var(--muted)}.cabinet{max-width:720px;margin:0 auto;padding:48px 24px}.cabinet h1{margin:0 0 32px}.cabinet-block{margin-bottom:40px}.cabinet-block h2{font-size:18px;margin:0 0 16px}.test-card{display:flex;align-items:center;justify-content:space-between;gap:16px;background:#fff;border:1px solid var(--border);border-radius:14px;padding:20px}.test-card h3{margin:0 0 6px}.test-card p{margin:0;color:var(--muted);font-size:14px}.results-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.results-list li{display:flex;justify-content:space-between;background:#fff;border:1px solid var(--border);border-radius:10px;padding:14px 16px}.muted{color:var(--muted)}.test-page{max-width:680px;margin:0 auto;padding:48px 24px}.age-title{font-size:18px;margin:32px 0 16px}.age-options{display:flex;gap:12px;flex-wrap:wrap}.chat{background:#fff;border:1px solid var(--border);border-radius:14px;display:flex;flex-direction:column;min-height:60vh}.chat-messages{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:10px}.chat-bubble{max-width:85%;padding:10px 14px;border-radius:14px 14px 14px 4px;background:var(--surface);border:1px solid var(--border);white-space:pre-wrap;line-height:1.45}.chat-bubble--user{align-self:flex-end;background:var(--indigo);color:#fff;border:none;border-radius:14px 14px 4px}.chat-bubble--typing{color:var(--muted);font-style:italic}.chat-input{display:flex;gap:8px;padding:12px;border-top:1px solid var(--border)}.chat-input input{flex:1;border:1px solid var(--border);border-radius:10px;padding:10px 12px;font:inherit}.chat-input input:focus{outline:2px solid var(--teal);border-color:transparent}.chat-finish{padding:20px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:12px;align-items:flex-start}.test-hint{margin-top:16px;font-size:14px}.report{max-width:760px;margin:0 auto;padding:48px 24px;display:flex;flex-direction:column;gap:32px}.report-hero{background:linear-gradient(135deg,#eef2ff,#f0fdfa);border:1px solid var(--border);border-radius:18px;padding:32px}.report-hero__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.report-kicker{text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:600;color:var(--teal)}.report-confidence{font-size:13px;background:#fff;border:1px solid var(--border);border-radius:999px;padding:4px 12px;color:var(--muted)}.report-hero h1{margin:0 0 8px;font-size:clamp(26px,4vw,36px)}.report-secondary{color:var(--indigo);font-weight:500;margin:0 0 16px}.report-summary p{margin:0 0 10px;line-height:1.55}.report-section__head{display:flex;gap:14px;align-items:flex-start;margin-bottom:14px}.report-section__head h3{margin:0 0 4px}.report-section__head p{margin:0;font-size:14px}.report-section__index{font-weight:700;color:var(--orange);font-size:14px;padding-top:3px}.report-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.report-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:16px}.report-card p{margin:8px 0 0;font-size:14px;color:var(--muted)}.report-list{margin:0;padding-left:20px;display:flex;flex-direction:column;gap:6px;line-height:1.5}.report-section--parent{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:20px}.report-section--parent p{margin:0 0 10px;line-height:1.55}.report-cta{background:var(--indigo);color:#fff;border-radius:14px;padding:24px;font-size:17px;font-weight:500}.report-cta p{margin:0}.results-list li a{font-weight:500}.report-section--radar{background:#fff;border:1px solid var(--border);border-radius:18px;padding:24px 24px 8px}.skills-radar{position:relative;width:min(420px,100%);margin:0 auto;aspect-ratio:1}.skills-radar__svg{width:100%;height:100%;display:block;overflow:visible}.skills-radar__grid{fill:none;stroke:var(--border);stroke-width:1}.skills-radar__axis{stroke:var(--border);stroke-width:1;stroke-dasharray:3 3}.skills-radar__shape{stroke:var(--teal);stroke-width:2;stroke-linejoin:round;transform-origin:50% 50%;animation:radar-grow .9s cubic-bezier(.22,1,.36,1) both}.skills-radar__dot{fill:var(--teal);stroke:#fff;stroke-width:2;animation:radar-dot .4s ease-out both}.skills-radar__center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;pointer-events:none}.skills-radar__score{font-size:30px;font-weight:700;color:var(--ink);line-height:1}.skills-radar__score-label{font-size:11px;color:var(--muted);margin-top:4px}.skills-radar__labels{list-style:none;margin:0;padding:0}.skills-radar__label{position:absolute;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:2px;text-align:center}.skills-radar__label-text{font-size:12px;font-weight:600;color:var(--ink);white-space:pre-line;line-height:1.2}.skills-radar__label-value{font-size:12px;font-weight:700;color:var(--teal)}@keyframes radar-grow{0%{transform:scale(.4);opacity:0}to{transform:scale(1);opacity:1}}@keyframes radar-dot{0%{opacity:0}to{opacity:1}}.report-section,.report-hero,.report-cta{animation:fade-up .55s ease-out both}.report-section:nth-of-type(2){animation-delay:.05s}.report-section:nth-of-type(3){animation-delay:.1s}.report-section:nth-of-type(4){animation-delay:.15s}@keyframes fade-up{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.report-hero{box-shadow:0 12px 32px -18px #4f46e559}.report-card,.test-card,.steps>div,.results-list li{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.report-card:hover,.test-card:hover,.steps>div:hover,.results-list li:hover{transform:translateY(-2px);border-color:#0ea5a473;box-shadow:0 10px 24px -16px #0f172a59}.cta{transition:transform .15s ease,box-shadow .15s ease,background .15s ease;box-shadow:0 6px 16px -10px #4f46e5b3}.cta:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 22px -10px #4f46e5bf}.cta:active:not(:disabled){transform:translateY(0)}:focus-visible{outline:2px solid var(--teal);outline-offset:2px}.chat-bubble{animation:fade-up .3s ease-out both}@media (prefers-reduced-motion: reduce){.skills-radar__shape,.skills-radar__dot,.report-section,.report-hero,.report-cta,.chat-bubble{animation:none}.report-card,.test-card,.steps>div,.results-list li,.cta{transition:none}}@media (max-width: 480px){.skills-radar__label-text{font-size:10px}.report-hero,.report-section--radar{padding:20px 16px}}.breadcrumbs{margin:0 0 .5rem;font-size:.9rem;color:var(--muted, #64748b)}.breadcrumbs a{color:inherit}.muted{color:var(--muted, #64748b)}.org-switch{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.chip{border:1px solid rgba(15,23,42,.15);background:transparent;border-radius:999px;padding:.35rem .9rem;cursor:pointer;font:inherit}.chip-active{background:var(--accent, #0f766e);border-color:transparent;color:#fff}.list{list-style:none;margin:0 0 1rem;padding:0;display:grid;gap:.5rem}.list li{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;justify-content:space-between;padding:.6rem 0;border-bottom:1px solid rgba(15,23,42,.08)}.row-actions{display:flex;gap:1rem;align-items:center}.inline-form{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-top:.75rem}.inline-form input,.inline-form select{padding:.5rem .7rem;border:1px solid rgba(15,23,42,.2);border-radius:8px;font:inherit;min-width:12ch}.invite-block{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-top:.75rem}.invite-code{width:100%;margin:.5rem 0 0}.status{font-weight:600}.status-completed{color:#15803d}.status-draft{color:#b45309}.status-not_started{color:var(--muted, #64748b)}.items{list-style:none;margin:0;padding:0;display:grid;gap:1.25rem}.item-text{margin:0 0 .4rem}.item-hint{margin:0 0 .4rem;font-size:.9rem;color:var(--muted, #64748b)}.options{display:flex;flex-wrap:wrap;gap:.5rem}.option{border:1px solid rgba(15,23,42,.18);background:transparent;border-radius:10px;padding:.45rem .75rem;cursor:pointer;font:inherit;font-size:.92rem;text-align:left}.option-active{border-color:var(--accent, #0f766e);background:#0f766e1a}.option-value{font-weight:700}.field{display:grid;gap:.35rem;margin-bottom:.9rem}.field textarea{padding:.6rem .7rem;border:1px solid rgba(15,23,42,.2);border-radius:8px;font:inherit;resize:vertical}.form-actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;margin:1rem 0}.zone-map{display:grid;gap:1rem}.zone-head{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-between;align-items:baseline}.zone-title{font-weight:600}.zone-level{font-size:.9rem}.zone-bar{height:10px;border-radius:999px;background:#0f172a14;overflow:hidden;margin-top:.35rem}.zone-bar-fill{height:100%;border-radius:999px;transition:width .6s ease}.zone-attention{color:#b45309}.zone-emerging{color:#0369a1}.zone-stable{color:#15803d}.zone-bar-fill.zone-attention{background:#f59e0b}.zone-bar-fill.zone-emerging{background:#0ea5e9}.zone-bar-fill.zone-stable{background:#16a34a}.zone-sources{display:flex;gap:1rem;margin-top:.3rem;font-size:.85rem;color:var(--muted, #64748b)}.bullets{margin:0 0 1rem;padding-left:1.2rem;display:grid;gap:.4rem}.flag-high{color:#b91c1c}.report-section{margin-bottom:1.25rem}.report-section h3{margin:0 0 .4rem;font-size:1.05rem}
