*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #fafaf8;--bg2: #f4f3ef;--bg3: #eceae4;--surface: #ffffff;--border: #e2e0da;--border2: #d0cec8;--text: #1a1916;--text2: #4a4843;--text3: #8a8880;--gold: #b8841a;--gold-light: #f5e9d0;--gold-mid: #e8c97a;--green: #1a7a4a;--green-light: #d4edd9;--red: #c0392b;--red-light: #fde8e6;--blue: #1a5fa8;--blue-light: #ddeaf8;--purple: #6b3fa0;--purple-light: #ede5f5;--teal: #0e7490;--teal-light: #d4f0f5;--font-display: "Bebas Neue", sans-serif;--font-serif: "DM Serif Display", serif;--font-mono: "Space Mono", monospace;--font-body: "Syne", sans-serif;--shadow-sm: 0 1px 3px rgba(0,0,0,.07), 0 1px 2px rgba(0,0,0,.04);--shadow: 0 4px 12px rgba(0,0,0,.08), 0 2px 4px rgba(0,0,0,.04);--shadow-lg: 0 12px 32px rgba(0,0,0,.1), 0 4px 8px rgba(0,0,0,.05)}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-body);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}#root{min-height:100vh}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--bg2)}::-webkit-scrollbar-thumb{background:var(--gold-mid);border-radius:3px}::selection{background:var(--gold-mid);color:var(--text)}.app{min-height:100vh;background:var(--bg)}.container{max-width:1120px;margin:0 auto;padding:0 1.5rem}.nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:.9rem 1.5rem;transition:background .25s,box-shadow .25s}.nav--scrolled{background:#fafaf8f2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 1px 0 var(--border)}.nav-inner{max-width:1120px;margin:0 auto;display:flex;align-items:center;gap:2rem}.nav-brand{font-family:var(--font-body);font-size:.9rem;font-weight:700;color:var(--text);text-decoration:none;display:flex;align-items:center;gap:.5rem;white-space:nowrap}.nav-brand-icon{color:var(--gold);font-size:.7rem}.nav-year{color:var(--text3);font-weight:400}.nav-links{display:flex;gap:.25rem;flex:1;padding-left:1rem}.nav-links a{font-family:var(--font-body);font-size:.85rem;color:var(--text2);text-decoration:none;padding:.35rem .75rem;border-radius:6px;transition:background .15s,color .15s}.nav-links a:hover{background:var(--bg2);color:var(--text)}.nav-cta{margin-left:auto;font-family:var(--font-body);font-size:.82rem;font-weight:600;color:var(--text2);text-decoration:none;padding:.4rem 1rem;border:1px solid var(--border2);border-radius:6px;white-space:nowrap;transition:all .15s}.nav-cta:hover{background:var(--text);color:var(--bg);border-color:var(--text)}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:7rem 0 3rem;position:relative;overflow:hidden;border-bottom:1px solid var(--border)}.hero-pattern{position:absolute;inset:0;background-image:radial-gradient(circle at 1px 1px,var(--border) 1px,transparent 0);background-size:28px 28px;opacity:.7}.hero .container{position:relative;z-index:1;display:grid;grid-template-columns:1fr 420px;gap:4rem;align-items:center}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-mono);font-size:.65rem;letter-spacing:.12em;color:var(--text3);background:var(--bg2);border:1px solid var(--border);padding:.35rem .8rem;border-radius:100px;margin-bottom:1.5rem;text-transform:uppercase}.badge-dot{width:6px;height:6px;border-radius:50%;background:var(--green);animation:blink 2s ease-in-out infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.hero-title{font-family:var(--font-display);font-size:clamp(4rem,8vw,7.5rem);line-height:.88;letter-spacing:-.02em;color:var(--text);margin-bottom:1.5rem;text-transform:uppercase}.hero-create{font-family:var(--font-serif);font-style:italic;text-transform:none;color:var(--green);letter-spacing:0}.hero-destroy{font-family:var(--font-serif);font-style:italic;text-transform:none;color:var(--red);letter-spacing:0}.hero-desc{font-size:1.05rem;color:var(--text2);max-width:520px;line-height:1.7;margin-bottom:2.5rem}.hero-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.hero-stat{padding:1rem;border-radius:10px;text-align:center}.hs-num{font-family:var(--font-display);font-size:2rem;letter-spacing:-.02em;line-height:1;margin-bottom:.25rem}.hs-label{font-size:.7rem;color:var(--text2);line-height:1.3}.hero-scroll-cue{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.4rem;font-family:var(--font-mono);font-size:.62rem;letter-spacing:.15em;color:var(--text3);text-transform:uppercase}.scroll-arrow{animation:bob 1.8s ease-in-out infinite}@keyframes bob{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}.hero-donut-card{padding:1.25rem 1rem}.hdc-title{font-weight:700;font-size:.92rem;color:var(--text);margin-bottom:.2rem}.hdc-subtitle{font-size:.75rem;color:var(--text3);margin-bottom:.5rem}.section{padding:5rem 0;border-bottom:1px solid var(--border)}.section--alt{background:var(--bg2)}.section-label{font-family:var(--font-mono);font-size:.62rem;letter-spacing:.2em;color:var(--gold);text-transform:uppercase;margin-bottom:.75rem}.section-title{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);line-height:1;letter-spacing:-.01em;color:var(--text);text-transform:uppercase;margin-bottom:1rem}.section-desc{font-size:1rem;color:var(--text2);max-width:660px;line-height:1.7;margin-bottom:3rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem;box-shadow:var(--shadow-sm)}.chart-tooltip{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.6rem .9rem;box-shadow:var(--shadow);font-size:.82rem}.ct-label{font-weight:600;color:var(--text);margin-bottom:.3rem}.ct-row{display:flex;align-items:center;gap:.5rem;color:var(--text2)}.ct-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.ct-val{font-family:var(--font-mono);font-weight:700}.verdict-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.verdict-card{padding:0;border-top:3px solid var(--card-color, #888);overflow:hidden}.vc-header{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem}.vc-icon{font-size:1.5rem;font-weight:700;line-height:1}.vc-title{font-family:var(--font-display);font-size:1.1rem;letter-spacing:.05em;text-transform:uppercase}.vc-list{list-style:none;padding:1rem 1.25rem 1.25rem;display:flex;flex-direction:column;gap:.6rem}.vc-list li{font-size:.875rem;color:var(--text2);line-height:1.4;display:flex;align-items:flex-start;gap:.6rem}.vc-bullet{flex-shrink:0;width:6px;height:6px;border-radius:50%;margin-top:.45rem}.trends-layout{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:3rem}.trends-bars{display:flex;flex-direction:column;gap:.75rem}.trend-item{padding:0}.ti-top{display:flex;align-items:center;gap:.75rem;margin-bottom:.4rem}.ti-rank{font-family:var(--font-mono);font-size:.65rem;color:var(--text3);min-width:1.5rem}.ti-name{flex:1;font-size:.9rem;font-weight:600;color:var(--text)}.ti-pct{font-family:var(--font-mono);font-size:.85rem;font-weight:700}.ti-track{height:8px;background:var(--bg3);border-radius:4px;overflow:hidden}.ti-fill{height:100%;border-radius:4px}.trends-chart-card{padding:1.25rem}.tcc-title{font-weight:700;font-size:.92rem;color:var(--text);margin-bottom:.2rem}.tcc-sub{font-size:.75rem;color:var(--text3);margin-bottom:.75rem}.frontier-section-inner{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:2rem;box-shadow:var(--shadow-sm)}.frontier-header{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;margin-bottom:1.5rem;flex-wrap:wrap}.sub-title{font-family:var(--font-display);font-size:1.4rem;text-transform:uppercase;color:var(--text);margin-top:.25rem}.frontier-callout-stats{display:flex;gap:1.5rem;flex-wrap:wrap}.fcs-item{text-align:right}.fcs-num{font-family:var(--font-display);font-size:1.8rem;letter-spacing:-.02em;line-height:1}.fcs-desc{font-size:.72rem;color:var(--text3);line-height:1.3}.frontier-charts{display:grid;grid-template-columns:1.3fr 1fr;gap:1.5rem}.frontier-chart-card{padding:1rem}.fcc-title{font-weight:700;font-size:.88rem;margin-bottom:.75rem}.frontier-insight-card{display:flex;flex-direction:column;gap:1rem}.fi-icon{font-size:1.75rem}.frontier-insight-card h4{font-family:var(--font-display);font-size:1.1rem;text-transform:uppercase;color:var(--text)}.frontier-insight-card p{font-size:.88rem;color:var(--text2);line-height:1.65}.fi-stats{display:flex;flex-direction:column;gap:.5rem;margin-top:auto}.fi-stat{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:var(--text2)}.chart-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem;flex-wrap:wrap;gap:.5rem}.chart-note{font-family:var(--font-mono);font-size:.65rem;letter-spacing:.08em;color:var(--text3)}.net-callouts{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.5rem}.net-callout{padding:1.25rem 1.5rem;border-radius:10px;border-left:3px solid}.nc-stat{font-family:var(--font-display);font-size:2rem;letter-spacing:-.02em;line-height:1;margin-bottom:.25rem}.nc-label{font-weight:700;font-size:.88rem;margin-bottom:.2rem}.nc-detail{font-size:.78rem;color:var(--text2)}.jobs-layout{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.jobs-card{padding:1.25rem}.jobs-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;gap:1rem;flex-wrap:wrap}.jch-title{font-family:var(--font-display);font-size:1.1rem;letter-spacing:.03em;text-transform:uppercase}.jch-sub{font-size:.75rem;color:var(--text3)}.view-switch{display:flex;border:1px solid var(--border);border-radius:6px;overflow:hidden}.vs-btn{font-family:var(--font-body);font-size:.72rem;font-weight:600;padding:.35rem .75rem;background:transparent;border:none;color:var(--text3);cursor:pointer;transition:all .15s}.vs-btn:hover{background:var(--bg2);color:var(--text2)}.vs-btn.active{background:var(--text);color:var(--bg)}.shock-callout{background:#fff9f0;border:1px solid #e8c97a;border-radius:10px;padding:1.25rem 1.5rem;display:flex;align-items:flex-start;gap:.75rem;font-size:.88rem;color:var(--text2);line-height:1.6}.shock-icon{color:var(--gold);font-size:1.1rem;flex-shrink:0;margin-top:.1rem}.shock-callout strong{color:var(--text)}.skills-layout{display:grid;grid-template-columns:1fr 380px;gap:1.5rem}.skills-stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin-bottom:1.25rem}.skill-stat-card{padding:1rem;border-radius:10px}.ssc-num{font-family:var(--font-display);font-size:2rem;letter-spacing:-.02em;line-height:1;margin-bottom:.25rem}.ssc-label{font-size:.72rem;color:var(--text2);line-height:1.3}.cth-label{font-weight:700;font-size:.88rem}.skills-filter{display:flex;gap:.35rem;flex-wrap:wrap;margin:.75rem 0}.sf-btn{font-size:.72rem;padding:.3rem .65rem;border:1px solid var(--border);border-radius:100px;background:transparent;color:var(--text3);cursor:pointer;transition:all .15s}.sf-btn:hover{border-color:var(--border2);color:var(--text2)}.sf-btn--active{background:var(--text);border-color:var(--text);color:var(--bg)}.radar-card{padding:1.25rem;margin-bottom:1rem}.rc-title{font-weight:700;font-size:.92rem;margin-bottom:.15rem}.rc-sub{font-size:.72rem;color:var(--text3);margin-bottom:.5rem}.skills-insight-card{padding:1.5rem}.sic-title{font-family:var(--font-display);font-size:1.1rem;text-transform:uppercase;margin-bottom:.75rem}.skills-insight-card p{font-size:.88rem;color:var(--text2);line-height:1.65;margin-bottom:1rem}.sic-declining{font-size:.82rem;color:var(--text2);line-height:1.5;background:var(--red-light);padding:.75rem 1rem;border-radius:8px;border-left:2px solid var(--red)}.sic-d-label{font-weight:700;color:var(--red);margin-right:.35rem}.strategy-layout{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.strategy-chart-card{padding:1.25rem}.strategy-cards{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;align-content:start}.strat-mini-card{padding:1.25rem;border-radius:10px}.smc-pct{font-family:var(--font-display);font-size:2.2rem;letter-spacing:-.02em;line-height:1;margin-bottom:.35rem}.smc-label{font-size:.8rem;color:var(--text2);line-height:1.4}.action-list{display:flex;flex-direction:column;gap:.75rem}.action-item{display:grid;grid-template-columns:3.5rem 1fr;gap:1.5rem;align-items:start;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem;border-left:4px solid var(--ac);transition:box-shadow .15s}.action-item:hover{box-shadow:var(--shadow)}.ai-num{font-family:var(--font-display);font-size:1.5rem;letter-spacing:-.01em;border-radius:8px;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ai-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem;flex-wrap:wrap}.ai-title{font-family:var(--font-body);font-size:1rem;font-weight:700;color:var(--text)}.ai-tag{font-family:var(--font-mono);font-size:.58rem;letter-spacing:.15em;padding:.2rem .6rem;border-radius:100px;text-transform:uppercase;font-weight:700}.ai-text{font-size:.9rem;color:var(--text2);line-height:1.65}.footer{background:var(--text);color:#fafaf899;padding:2.5rem 0}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.footer-title{font-family:var(--font-body);font-weight:700;font-size:.95rem;color:#fafaf8e6;margin-bottom:.35rem}.footer-sub{font-family:var(--font-mono);font-size:.65rem;letter-spacing:.08em;line-height:1.7}.footer-link{font-size:.85rem;font-weight:600;color:var(--gold-mid);text-decoration:none;white-space:nowrap;transition:color .15s}.footer-link:hover{color:#fff}@media(max-width:960px){.hero .container{grid-template-columns:1fr}.hero-visual{display:none}.hero-stats{grid-template-columns:repeat(2,1fr)}.trends-layout,.frontier-charts{grid-template-columns:1fr}.frontier-header{flex-direction:column}.jobs-layout,.skills-layout,.strategy-layout,.net-callouts,.verdict-grid{grid-template-columns:1fr}.nav-links{display:none}}@media(max-width:600px){.hero-title{font-size:clamp(3.2rem,14vw,5rem)}.hero-stats,.skills-stats-row{grid-template-columns:1fr 1fr}.strategy-cards,.action-item{grid-template-columns:1fr}.ai-num{display:none}.section-title{font-size:clamp(1.8rem,7vw,2.5rem)}}
