:root{--bg:#0A0A0F;--bg2:#0f0f1a;--bg3:#13131f;--bg4:#1a1a2e;--border:#1e1e30;--border2:#2a2a3e;--text:#f0f0ff;--text2:#9090b0;--text3:#5a5a7a;--accent:#8b5cf6;--accent2:#7c3aed;--glow:#8b5cf640;--green:#22c55e;--teal:#2dd4bf;--amber:#f59e0b;--red:#ef4444;--ff-d:"Space Grotesk",system-ui,sans-serif;--ff-m:"Space Mono",monospace;--ff-b:"Inter",system-ui,sans-serif}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--ff-b);background:var(--bg);color:var(--text);min-height:100vh;-webkit-font-smoothing:antialiased}button{font-family:inherit;cursor:pointer}a{text-decoration:none;color:inherit}.nav{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:var(--bg);border-bottom:1px solid var(--border)}.nav-inner{max-width:1100px;margin:0 auto;padding:0 1.5rem;height:60px;justify-content:space-between}.nav-inner,.nav-logo{display:flex;align-items:center}.nav-logo{gap:.5rem;font-family:var(--ff-d);font-weight:700;font-size:1rem;color:var(--text)}.nav-logo-mark{color:var(--accent);font-size:1.1rem}.nav-logo-name{color:var(--text)}.nav-links{display:flex;align-items:center;gap:.25rem}.nav-link{padding:.4rem .875rem;border-radius:6px;font-size:.85rem;font-weight:500;color:var(--text2);transition:color .2s,background .2s}.nav-link:hover{color:var(--text);background:var(--bg3)}.nav-link--active{color:var(--accent);background:var(--glow)}.nav-link--soon{display:flex;align-items:center;gap:.4rem;opacity:.45;cursor:default}.nav-soon-badge{background:var(--bg4);border:1px solid var(--border2);color:var(--text3);font-family:var(--ff-m);font-size:.6rem;padding:.1rem .4rem;border-radius:4px;text-transform:uppercase;letter-spacing:.06em}.nav-hamburger{display:none;flex-direction:column;justify-content:center;gap:4px;background:none;border:none;width:32px;height:32px;padding:4px}.ham-bar{display:block;height:2px;background:var(--text2);border-radius:1px;transition:transform .2s,opacity .2s}.ham-bar--top-open{transform:translateY(6px) rotate(45deg)}.ham-bar--mid-open{opacity:0}.ham-bar--bot-open{transform:translateY(-6px) rotate(-45deg)}.nav-mobile{display:flex;flex-direction:column;gap:.25rem;padding:.75rem 1.5rem 1rem;border-top:1px solid var(--border);background:var(--bg)}.nav-mobile-link{padding:.7rem .875rem;border-radius:8px;font-size:.9rem;font-weight:500;color:var(--text2);display:flex;align-items:center;gap:.5rem}.nav-mobile-link:hover{background:var(--bg3);color:var(--text)}.nav-mobile-link--soon{opacity:.45;cursor:default}@media (max-width:768px){.nav-links{display:none}.nav-hamburger{display:flex}}.footer{background:var(--bg2);border-top:1px solid var(--border);margin-top:auto}.footer-inner{max-width:1100px;margin:0 auto;padding:3rem 1.5rem 2rem}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr;grid-gap:2rem;gap:2rem;margin-bottom:2.5rem}.footer-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.footer-tagline{font-size:.8rem;color:var(--text3);line-height:1.65;max-width:260px}.footer-col-title{font-family:var(--ff-d);font-size:.72rem;font-weight:700;color:var(--text3);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.875rem}.footer-links-col{display:flex;flex-direction:column;gap:.45rem}.footer-link{font-size:.83rem;color:var(--text2);transition:color .2s}.footer-link:hover{color:var(--accent)}.footer-link--dim{color:var(--text3);cursor:default}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:1.5rem;border-top:1px solid var(--border)}.footer-copy,.footer-powered{font-size:.75rem;color:var(--text3);font-family:var(--ff-m)}.footer-link-inline{color:var(--accent)}.footer-link-inline:hover{text-decoration:underline}@media (max-width:768px){.footer-top{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column;gap:.5rem;text-align:center}}@media (max-width:480px){.footer-top{grid-template-columns:1fr}}.upload-screen{max-width:660px;margin:0 auto;padding:4rem 1.5rem 6rem}.upload-hero{text-align:center;margin-bottom:3.5rem}.hero-badge{display:inline-block;padding:.3rem .875rem;background:var(--glow);border:1px solid var(--accent);border-radius:100px;font-family:var(--ff-m);font-size:.68rem;font-weight:700;color:var(--accent);letter-spacing:.12em;text-transform:uppercase;margin-bottom:1.5rem}.hero-title{font-family:var(--ff-d);font-size:clamp(2.8rem,7vw,4rem);font-weight:700;line-height:1.08;margin-bottom:1.25rem}.hero-accent{background:linear-gradient(135deg,var(--accent) 0,var(--teal) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-sub{font-size:.975rem;color:var(--text2);line-height:1.75;max-width:480px;margin:0 auto}.upload-form{gap:1.5rem}.form-field,.upload-form{display:flex;flex-direction:column}.form-field{gap:.5rem}.form-label-row{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem}.form-label{font-family:var(--ff-d);font-size:.85rem;font-weight:600;color:var(--text)}.label-opt{font-size:.75rem;color:var(--text3)}.text-input{background:var(--bg3);border:1px solid var(--border2);border-radius:8px;padding:.75rem 1rem;color:var(--text);font-family:var(--ff-b);font-size:.9rem;outline:none;width:100%;transition:border-color .2s,box-shadow .2s}.text-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--glow)}.text-input::placeholder{color:var(--text3)}.jd-area{resize:vertical;line-height:1.65}.field-error{color:var(--red);font-size:.78rem}.jd-hint{font-size:.78rem;color:var(--green);font-family:var(--ff-m)}.dropzone{border:2px dashed var(--border2);border-radius:12px;padding:2.25rem 2rem;cursor:pointer;transition:border-color .2s,background .2s;background:var(--bg3)}.dropzone:hover,.dz-over{border-color:var(--accent);background:var(--bg4)}.dz-filled{border-style:solid;border-color:var(--accent);padding:1rem 1.25rem;cursor:default}.dz-empty{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center}.dz-up-icon{font-size:2rem;color:var(--accent);margin-bottom:.25rem;font-weight:300}.dz-text{font-size:.9rem;color:var(--text2)}.dz-browse{color:var(--accent);text-decoration:underline;cursor:pointer}.dz-formats{font-family:var(--ff-m);font-size:.72rem;color:var(--text3)}.dz-file{display:flex;align-items:center;gap:.875rem}.dz-file-icon{font-size:1.6rem;flex-shrink:0}.dz-file-name{font-weight:600;font-size:.88rem;color:var(--text)}.dz-file-size{font-family:var(--ff-m);font-size:.72rem;color:var(--text3);margin-top:.15rem}.dz-remove{margin-left:auto;background:none;border:1px solid var(--border2);color:var(--text2);width:28px;height:28px;border-radius:50%;display:grid;place-items:center;font-size:.85rem;flex-shrink:0;transition:all .2s}.dz-remove:hover{background:var(--red);border-color:var(--red);color:#fff}.analyze-btn{background:linear-gradient(135deg,var(--accent) 0,#6d28d9 100%);color:#fff;border:none;border-radius:10px;padding:1rem 2rem;font-family:var(--ff-d);font-size:1rem;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.6rem;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 24px var(--glow);margin-top:.5rem}.analyze-btn:hover:not(.analyze-btn--disabled){transform:translateY(-2px);box-shadow:0 8px 32px var(--glow)}.analyze-btn--disabled{opacity:.38;cursor:not-allowed;box-shadow:none}.btn-arrow{font-size:1.15rem;transition:transform .2s}.analyze-btn:hover:not(.analyze-btn--disabled) .btn-arrow{transform:translateX(5px)}.submit-hint{text-align:center;font-size:.78rem;color:var(--text3);font-family:var(--ff-m)}.loading-screen{min-height:calc(100vh - 60px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.75rem;padding:2rem;text-align:center}.loading-spinner{animation:spin 1.8s linear infinite}.spin-arc{stroke:var(--accent)}.loading-current{font-family:var(--ff-m);font-size:.92rem;color:var(--text);animation:fadeMsg .4s ease;min-height:1.4em}@keyframes fadeMsg{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}.loading-deep{font-size:.8rem;color:var(--accent);font-family:var(--ff-m);animation:fadeMsg .4s ease}.loading-note{font-size:.75rem;color:var(--text3);font-family:var(--ff-m)}.results-screen{max-width:920px;margin:0 auto;padding:0 1.5rem 5rem}.results-header{background:linear-gradient(180deg,var(--bg2) 0,var(--bg) 100%);padding:1.5rem 0 0;border-bottom:1px solid var(--border)}.rh-topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.back-btn{background:none;border:1px solid var(--border2);color:var(--text2);padding:.35rem .875rem;border-radius:6px;font-size:.8rem;transition:all .2s}.back-btn:hover{border-color:var(--accent);color:var(--accent)}.rh-brand{font-family:var(--ff-m);font-size:.68rem;color:var(--text3);text-transform:uppercase;letter-spacing:.1em}.rh-main{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;padding-bottom:1.5rem;flex-wrap:wrap}.rh-identity{flex:1 1;min-width:200px}.rh-name{font-family:var(--ff-d);font-size:clamp(1.5rem,4vw,2.1rem);font-weight:700;margin-bottom:.5rem}.rh-level{display:inline-block;padding:.3rem .875rem;background:var(--glow);border:1px solid var(--accent);color:var(--accent);border-radius:100px;font-family:var(--ff-m);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.rh-rings{gap:1.5rem}.rh-ring-item,.rh-rings{display:flex;align-items:center}.rh-ring-item{flex-direction:column;gap:.35rem}.rh-ring-label{font-family:var(--ff-m);font-size:.65rem;color:var(--text3);text-transform:uppercase;letter-spacing:.08em}.tabs-bar{display:flex;border-bottom:1px solid var(--border);position:-webkit-sticky;position:sticky;top:60px;background:var(--bg);z-index:20;padding-top:.25rem;overflow-x:auto;scrollbar-width:none}.tabs-bar::-webkit-scrollbar{display:none}.tab-btn{flex-shrink:0;background:none;border:none;color:var(--text3);padding:.9rem 1.4rem;font-size:.85rem;font-weight:500;white-space:nowrap;position:relative;transition:color .2s}.tab-btn:hover{color:var(--text2)}.tab-btn--active{color:var(--accent);font-weight:600}.tab-btn--active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:var(--accent);border-radius:2px 2px 0 0}.tab-content{padding-top:2rem}.tab-pane{display:flex;flex-direction:column;gap:2rem;animation:pane-in .28s ease both}@keyframes pane-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.section-eyebrow{font-family:var(--ff-d);font-size:.72rem;font-weight:700;color:var(--text3);text-transform:uppercase;letter-spacing:.1em}.score-ring{display:block;overflow:visible}.top-strength{background:linear-gradient(135deg,#1a0a2e,#0f1a2e);border:1px solid var(--accent);border-radius:12px;padding:1.25rem 1.5rem}.ts-label{display:block;font-family:var(--ff-m);font-size:.68rem;font-weight:700;color:var(--accent);text-transform:uppercase;letter-spacing:.12em;margin-bottom:.5rem}.ts-text{font-size:.975rem;color:var(--text);line-height:1.65;font-weight:500}.fit-row{display:flex;gap:2rem;align-items:flex-start;background:var(--bg3);border:1px solid var(--border2);border-radius:14px;padding:1.75rem;flex-wrap:wrap}.fit-ring-block{display:flex;flex-direction:column;align-items:center;gap:.35rem;flex-shrink:0}.fit-label-text{font-family:var(--ff-d);font-size:1.15rem;font-weight:700;margin-top:.25rem}.fit-sub{font-family:var(--ff-m);font-size:.65rem;color:var(--text3);text-transform:uppercase}.verdict-block{flex:1 1;min-width:200px}.verdict-block .section-eyebrow{margin-bottom:.75rem}.verdict-text{font-size:.9rem;color:var(--text2);line-height:1.75}.sg-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.sg-card{background:var(--bg3);border-radius:12px;padding:1.25rem;border:1px solid var(--border)}.sg-title{font-family:var(--ff-d);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.875rem}.sg-green .sg-title{color:var(--green)}.sg-red .sg-title{color:var(--red)}.sg-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.sg-item{font-size:.855rem;color:var(--text2);line-height:1.55;padding-left:1rem;position:relative}.sg-item:before{content:"▸";position:absolute;left:0;font-size:.75rem;top:.05em}.sg-item-green:before{color:var(--green)}.sg-item-red:before{color:var(--red)}.req-list{display:flex;flex-direction:column;gap:.875rem}.req-card{background:var(--bg3);border:1px solid var(--border);border-radius:10px;padding:1.125rem 1.25rem;animation:pane-in .4s ease both}.req-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.7rem;flex-wrap:wrap;gap:.5rem}.req-label{font-weight:600;font-size:.88rem;color:var(--text)}.req-right{display:flex;align-items:center;gap:.75rem}.req-badge{padding:.18rem .6rem;border-radius:100px;font-size:.68rem;border:1px solid}.req-badge,.req-score{font-family:var(--ff-m);font-weight:700}.req-score{font-size:.88rem;min-width:24px;text-align:right}.req-bar-track{height:4px;background:var(--bg);border-radius:2px;overflow:hidden;margin-bottom:.7rem}.req-desc{font-size:.8rem;color:var(--text3);line-height:1.6}.skills-hero{display:flex;align-items:center;gap:2.5rem;background:var(--bg3);border:1px solid var(--border);border-radius:16px;padding:2rem;flex-wrap:wrap}.skills-hero-info{flex:1 1;min-width:220px}.career-badge{display:inline-block;padding:.3rem .875rem;background:var(--glow);border:1px solid var(--accent);color:var(--accent);border-radius:100px;font-family:var(--ff-m);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.875rem}.skills-hero-desc{font-size:.83rem;color:var(--text3);line-height:1.65;margin-bottom:1rem}.score-legend{display:flex;flex-wrap:wrap;gap:.4rem}.leg{font-family:var(--ff-m);font-size:.68rem;padding:.2rem .5rem;border-radius:4px;background:var(--bg);border:1px solid var(--border)}.leg-g{color:var(--green)}.leg-t{color:var(--teal)}.leg-a{color:var(--amber)}.leg-r{color:var(--red)}.skills-bars{display:flex;flex-direction:column;gap:1.1rem}.skill-bar-item{background:var(--bg3);border:1px solid var(--border);border-radius:10px;padding:1rem 1.25rem}.skill-bar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.55rem}.skill-bar-label{font-family:var(--ff-d);font-weight:600;font-size:.88rem;color:var(--text)}.skill-bar-meta{display:flex;align-items:center;gap:.75rem}.skill-bar-level{font-size:.72rem;font-weight:600}.skill-bar-score{font-family:var(--ff-m);font-weight:700;font-size:.95rem;min-width:28px;text-align:right}.skill-bar-track{height:6px;background:var(--bg);border-radius:3px;overflow:hidden;margin-bottom:.45rem}.skill-bar-fill{height:100%;border-radius:3px}.skill-bar-hint{font-family:var(--ff-m);font-size:.7rem;color:var(--text3)}.rm-group{display:flex;flex-direction:column;gap:1rem}.rm-group-header{display:flex;align-items:baseline;gap:.75rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.rm-group-label{font-family:var(--ff-d);font-size:1.1rem;font-weight:700;color:var(--text)}.rm-group-sub{font-family:var(--ff-m);font-size:.72rem;color:var(--text3)}.rm-items{display:flex;flex-direction:column;gap:.75rem}.rm-card{background:var(--bg3);border:1px solid var(--border);border-radius:10px;padding:1.25rem;animation:pane-in .4s ease both}.rm-card-top{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.priority-badge{padding:.2rem .65rem;border-radius:100px;font-size:.68rem;font-weight:700;border:1px solid;text-transform:uppercase;letter-spacing:.05em}.priority-badge,.rm-tf{font-family:var(--ff-m)}.rm-tf{font-size:.72rem;color:var(--text3)}.rm-action{font-family:var(--ff-d);font-size:.95rem;font-weight:600;color:var(--text);margin-bottom:.55rem;line-height:1.45}.rm-why{font-size:.83rem;color:var(--text2);line-height:1.65;margin-bottom:.75rem}.rm-why-label{font-weight:700;color:var(--accent)}.rm-resource{display:inline-flex;align-items:center;gap:.4rem;background:var(--bg);border:1px solid var(--border2);border-radius:6px;padding:.35rem .75rem}.rm-resource-icon{font-size:.75rem;color:var(--teal)}.rm-resource-text{font-family:var(--ff-m);font-size:.74rem;color:var(--teal)}.error-screen{min-height:calc(100vh - 60px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem;padding:2rem;text-align:center;max-width:520px;margin:0 auto}.err-icon{font-size:2.5rem;color:var(--amber)}.err-title{font-family:var(--ff-d);font-size:1.5rem;font-weight:700}.err-msg{background:var(--bg3);border:1px solid var(--border2);border-radius:8px;padding:1rem 1.25rem;font-family:var(--ff-m);font-size:.8rem;color:var(--red);line-height:1.6;white-space:pre-wrap;word-break:break-word;width:100%;text-align:left}.err-hint{font-size:.82rem;color:var(--text3);line-height:1.6}.err-hint code{font-family:var(--ff-m);color:var(--amber)}.retry-btn{background:var(--accent);color:#fff;border:none;border-radius:8px;padding:.75rem 1.75rem;font-family:var(--ff-d);font-size:.9rem;font-weight:600;transition:background .2s,transform .2s;margin-top:.25rem}.retry-btn:hover{background:var(--accent2);transform:translateY(-1px)}.uses-badge{display:inline-flex;align-items:center;gap:.5rem;margin-top:1rem;padding:.35rem .85rem;background:var(--bg3);border:1px solid var(--border2);border-radius:99px;font-size:.78rem;color:var(--text3)}.uses-dot{width:6px;height:6px;border-radius:50%;background:var(--green);flex-shrink:0}.credits-page{min-height:calc(100vh - 60px);padding:3rem 1.5rem 4rem;gap:2.5rem}.credits-header,.credits-page{display:flex;flex-direction:column;align-items:center}.credits-header{text-align:center;gap:.75rem}.credits-icon{font-size:2.5rem;color:var(--accent)}.credits-title{font-family:var(--ff-d);font-size:1.7rem;font-weight:700}.credits-sub{font-size:.9rem;color:var(--text2);line-height:1.7;max-width:440px}.credits-error{color:var(--red);font-size:.85rem;background:color-mix(in srgb,var(--red) 10%,transparent);border:1px solid color-mix(in srgb,var(--red) 30%,transparent);border-radius:8px;padding:.6rem 1rem}.credits-footer{font-size:.78rem;color:var(--text3);margin-top:.5rem}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem;width:100%;max-width:860px}@media (max-width:700px){.pricing-grid{grid-template-columns:1fr;max-width:400px}}.pricing-card{position:relative;background:var(--bg2);border:1px solid var(--border2);border-radius:14px;padding:1.75rem 1.5rem;display:flex;flex-direction:column;gap:1.25rem}.pricing-card--popular{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent),0 8px 32px color-mix(in srgb,var(--accent) 15%,transparent)}.pricing-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--accent);color:#fff;font-size:.68rem;font-weight:700;font-family:var(--ff-d);letter-spacing:.06em;text-transform:uppercase;padding:.25rem .75rem;border-radius:99px;white-space:nowrap}.pricing-top{display:flex;flex-direction:column;gap:.35rem}.pricing-name{font-family:var(--ff-d);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text3)}.pricing-amount{display:flex;align-items:baseline;gap:.25rem}.pricing-price{font-family:var(--ff-d);font-size:2.2rem;font-weight:800;color:var(--text)}.pricing-period{font-size:.8rem;color:var(--text3)}.pricing-desc{font-size:.82rem;color:var(--text2);line-height:1.5;margin-top:.1rem}.pricing-features{list-style:none;display:flex;flex-direction:column;gap:.55rem;flex:1 1}.pricing-feature{font-size:.83rem;color:var(--text2);display:flex;align-items:flex-start;gap:.5rem;line-height:1.4}.feature-check{color:var(--green);font-size:.8rem;flex-shrink:0;margin-top:.1rem}.pricing-btn{width:100%;padding:.75rem;border:1px solid var(--border2);background:var(--bg3);color:var(--text);border-radius:8px;font-family:var(--ff-d);font-size:.88rem;font-weight:600;transition:background .2s,border-color .2s,transform .15s}.pricing-btn:hover:not(:disabled){background:var(--bg4);border-color:var(--text3);transform:translateY(-1px)}.pricing-btn--accent{background:var(--accent);border-color:var(--accent);color:#fff}.pricing-btn--accent:hover:not(:disabled){background:var(--accent2);border-color:var(--accent2)}.pricing-btn:disabled{opacity:.5}.success-screen{min-height:calc(100vh - 60px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem;padding:2rem;text-align:center}.success-icon{font-size:3rem;color:var(--green)}.success-title{font-family:var(--ff-d);font-size:1.6rem;font-weight:700}.success-msg{font-size:.95rem;color:var(--text2)}.success-redirect{font-size:.8rem;color:var(--text3)}.success-spinner{width:36px;height:36px;border:3px solid var(--border2);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.roadmap-page{display:flex;flex-direction:column}.roadmap-hero{background:linear-gradient(180deg,var(--bg2) 0,var(--bg) 100%);border-bottom:1px solid var(--border);padding:5rem 1.5rem 4rem}.roadmap-hero-inner{max-width:720px;margin:0 auto;text-align:center}.roadmap-hero-title{font-family:var(--ff-d);font-size:clamp(2.8rem,7vw,4.5rem);font-weight:700;line-height:1.06;margin-bottom:1.25rem}.roadmap-hero-sub{font-size:1rem;color:var(--text2);line-height:1.75;max-width:580px;margin:0 auto 2.5rem}.roadmap-hero-stats{justify-content:center;gap:1rem;margin-bottom:2.5rem;flex-wrap:wrap}.hero-stat,.roadmap-hero-stats{display:flex;align-items:center}.hero-stat{flex-direction:column;gap:.25rem}.hero-stat-num{font-family:var(--ff-m);font-size:2rem;font-weight:700;color:var(--accent)}.hero-stat-label{font-size:.72rem;color:var(--text3);text-transform:uppercase;letter-spacing:.08em;font-family:var(--ff-m)}.hero-stat-divider{width:1px;height:40px;background:var(--border2)}.roadmap-hero-cta{display:inline-flex;align-items:center;gap:.6rem;background:linear-gradient(135deg,var(--accent) 0,#6d28d9 100%);color:#fff;padding:.875rem 2rem;border-radius:10px;font-family:var(--ff-d);font-size:.95rem;font-weight:600;box-shadow:0 4px 24px var(--glow);transition:transform .2s,box-shadow .2s}.roadmap-hero-cta:hover{transform:translateY(-2px);box-shadow:0 8px 32px var(--glow)}.roadmap-hero-cta span{font-size:1.1rem;transition:transform .2s}.roadmap-hero-cta:hover span{transform:translateX(4px)}.roadmap-section{padding:4rem 1.5rem}.roadmap-section--dark{background:var(--bg2)}.roadmap-section-inner{max-width:900px;margin:0 auto}.section-header{margin-bottom:2.5rem}.section-title{font-family:var(--ff-d);font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--text);margin-bottom:.75rem}.section-sub{font-size:.9rem;color:var(--text2);line-height:1.7;max-width:620px}.entry-grid{display:flex;flex-direction:column;gap:.75rem}.entry-card{background:var(--bg3);border:1px solid var(--border);border-radius:12px;overflow:hidden}.entry-card--open{border-color:var(--border2)}.entry-header{width:100%;background:none;border:none;color:var(--text);display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;text-align:left}.entry-header:hover{background:var(--bg4)}.entry-icon{font-size:1.5rem;flex-shrink:0}.entry-header-info{flex:1 1}.entry-from{font-family:var(--ff-d);font-size:.95rem;font-weight:600;color:var(--text)}.entry-timeline{font-family:var(--ff-m);font-size:.72rem;color:var(--text3);margin-top:.2rem}.entry-chevron{font-size:1.2rem;color:var(--text3);transition:transform .25s}.entry-chevron--open{transform:rotate(90deg)}.entry-body{border-top:1px solid var(--border);padding:1.25rem 1.5rem 1.5rem}.entry-desc{font-size:.875rem;color:var(--text2);line-height:1.7;margin-bottom:1rem}.entry-bridge-label{font-family:var(--ff-m);font-size:.7rem;font-weight:700;color:var(--text3);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem}.entry-bridge-tags{display:flex;flex-wrap:wrap;gap:.4rem}.bridge-tag{background:var(--bg4);border:1px solid var(--border2);color:var(--text2);font-size:.78rem;font-family:var(--ff-m);padding:.25rem .6rem;border-radius:6px}.stages-timeline{display:flex;flex-direction:column}.stage-wrapper{position:relative}.stage-connector{position:absolute;left:20px;top:100%;width:0;height:24px;border-left:2px dashed;z-index:0}.stage-card{position:relative;background:var(--bg3);border:1px solid var(--border);border-radius:12px;overflow:hidden;margin-bottom:24px;transition:border-color .2s}.stage-card--open{border-color:var(--border2)}.stage-accent{position:absolute;top:0;left:0;width:3px;height:100%}.stage-header{width:100%;background:none;border:none;color:var(--text);display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;text-align:left;flex-wrap:wrap}.stage-header:hover{background:var(--bg4)}.stage-header-left{display:flex;align-items:center;gap:1rem}.stage-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.stage-level{font-family:var(--ff-d);font-size:1rem;font-weight:700}.stage-years{font-family:var(--ff-m);font-size:.72rem;color:var(--text3);margin-top:.15rem}.stage-header-right{display:flex;align-items:center;gap:1rem;flex:1 1;justify-content:flex-end}.stage-tagline{font-size:.85rem;color:var(--text2);font-style:italic}.stage-chevron{font-size:1.4rem;color:var(--text3);transition:transform .25s}.stage-chevron--open{transform:rotate(90deg)}.stage-body{padding:1.5rem;border-top:1px solid var(--border);animation:pane-in .25s ease}.stage-desc{font-size:.9rem;color:var(--text2);line-height:1.75;margin-bottom:1.75rem}.stage-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;margin-bottom:1.5rem}.stage-section-title{font-family:var(--ff-m);font-size:.68rem;font-weight:700;color:var(--text3);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.875rem}.stage-skills{display:flex;flex-direction:column;gap:.5rem}.stage-skill-row{display:flex;align-items:center;gap:.75rem}.stage-skill-name{font-size:.75rem;color:var(--text2);width:160px;flex-shrink:0}.stage-skill-right{display:flex;align-items:center;gap:.5rem;flex:1 1}.rm-mini-bar-track{flex:1 1;height:4px;background:var(--bg);border-radius:2px;overflow:hidden}.rm-mini-bar-fill{height:100%;border-radius:2px;transition:width .8s ease}.stage-skill-score{font-family:var(--ff-m);font-size:.72rem;font-weight:700;min-width:24px;text-align:right}.stage-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.stage-list-item{font-size:.83rem;color:var(--text2);line-height:1.55;padding-left:1rem;position:relative}.stage-list-item:before{content:"▸";position:absolute;left:0;color:var(--dot-color,var(--accent));font-size:.7rem;top:.1em}.stage-companies,.stage-list-item--dim{color:var(--text3)}.stage-companies{margin-top:1.25rem;padding:.75rem 1rem;background:var(--bg);border:1px solid var(--border);border-radius:8px;font-size:.78rem;line-height:1.55}.stage-companies-label{display:block;font-family:var(--ff-m);font-size:.65rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text3);margin-bottom:.3rem}.stage-cta{text-align:center;padding-top:1.25rem;border-top:1px solid var(--border)}.stage-cta-link{font-size:.83rem;color:var(--accent);font-family:var(--ff-m)}.stage-cta-link:hover{text-decoration:underline}.rf-section{padding:4rem 1.5rem 2rem;background:var(--bg)}.rf-section-inner{max-width:900px;margin:0 auto}.rf-header{margin-bottom:3rem}.rf-header-title{font-family:var(--ff-d);font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--text);margin-bottom:.75rem}.rf-header-sub{font-size:.9rem;color:var(--text2);line-height:1.7;max-width:660px;margin-bottom:1rem}.rf-header-stats{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.rf-stat{font-family:var(--ff-m);font-size:.78rem;color:var(--text3)}.rf-stat strong{color:var(--accent)}.rf-stat-sep{color:var(--border2)}.rf-connector,.rf-flow{display:flex;flex-direction:column}.rf-connector{align-items:center;gap:0;padding:.25rem 0}.rf-connector-line{width:0;height:28px;border-left:2px dashed}.rf-connector-arrow{font-size:.7rem;margin-top:-4px;line-height:1}.rf-phase{display:flex;flex-direction:column;gap:1rem}.rf-phase-header{display:flex;align-items:flex-start;gap:1.25rem;border:1px solid;border-radius:12px;padding:1.25rem 1.5rem}.rf-phase-num{font-family:var(--ff-m);font-size:.72rem;font-weight:700;border:1px solid;border-radius:6px;padding:.3rem .6rem;flex-shrink:0;letter-spacing:.08em;margin-top:.1rem}.rf-phase-meta{flex:1 1}.rf-phase-title{font-family:var(--ff-d);font-size:1.05rem;font-weight:700;margin-bottom:.4rem}.rf-phase-desc{font-size:.83rem;color:var(--text2);line-height:1.65}.rf-groups-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));grid-gap:.875rem;gap:.875rem}.rf-groups-single{display:flex;flex-direction:column;gap:.875rem}.rf-group{background:var(--bg3);border:1px solid var(--border);border-radius:10px;overflow:hidden;transition:border-color .2s}.rf-group--open,.rf-group:hover{border-color:var(--border2)}.rf-group-header{width:100%;background:none;border:none;color:var(--text);display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;text-align:left;cursor:pointer;transition:background .15s}.rf-group-header:hover{background:var(--bg4)}.rf-group-header-left{display:flex;align-items:center;gap:.875rem}.rf-group-icon{font-size:1.1rem;flex-shrink:0;line-height:1}.rf-group-title{font-family:var(--ff-d);font-size:.9rem;font-weight:600;color:var(--text);display:flex;align-items:center;gap:.5rem}.rf-group-count{font-family:var(--ff-m);font-size:.68rem;color:var(--text3);margin-top:.15rem}.rf-group-chevron{font-size:1.1rem;font-weight:700;flex-shrink:0;width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:var(--bg);border:1px solid var(--border);transition:all .2s;line-height:1}.rf-group-chevron--open{background:var(--phase-color,var(--accent));border-color:transparent;color:#fff!important}.rf-group-body{border-top:1px solid var(--border);padding:.5rem .75rem .75rem;display:flex;flex-direction:column;gap:0}.rf-topic{width:100%;background:none;border:none;text-align:left;padding:.55rem .5rem;border-radius:6px;cursor:pointer;transition:background .15s}.rf-topic:hover{background:var(--bg4)}.rf-topic-top{display:flex;align-items:center;gap:.6rem}.rf-topic-dot{width:5px;height:5px;border-radius:50%;background:var(--phase-color,var(--accent));flex-shrink:0;opacity:.7}.rf-topic-title{font-size:.83rem;font-weight:500;color:var(--text2);flex:1 1;text-align:left;display:flex;align-items:center;gap:.4rem;line-height:1.4}.rf-topic-arrow{font-size:.8rem;color:var(--text3);flex-shrink:0;transition:transform .2s}.rf-topic-arrow--open{transform:rotate(90deg)}.rf-topic-desc{font-size:.78rem;color:var(--text3);line-height:1.6;padding:.4rem .5rem .1rem 1.1rem;text-align:left}.rf-optional-tag{font-family:var(--ff-m);font-size:.6rem;font-weight:700;background:var(--bg4);border:1px solid var(--border2);color:var(--text3);padding:.1rem .4rem;border-radius:4px;text-transform:uppercase;letter-spacing:.06em;flex-shrink:0}@media (max-width:640px){.rf-groups-grid{grid-template-columns:1fr}.rf-phase-header{flex-direction:column;gap:.75rem}}.roadmap-cta-section{background:linear-gradient(135deg,#0f0a1e,#0a1020);border-top:1px solid var(--border);padding:5rem 1.5rem}.roadmap-cta-inner{max-width:540px;margin:0 auto;text-align:center}.roadmap-cta-title{font-family:var(--ff-d);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:var(--text);margin-bottom:1rem}.roadmap-cta-sub{font-size:.9rem;color:var(--text2);line-height:1.7;margin-bottom:2rem}.roadmap-cta-btn{display:inline-flex;align-items:center;gap:.6rem;background:linear-gradient(135deg,var(--accent) 0,#6d28d9 100%);color:#fff;padding:1rem 2.25rem;border-radius:10px;font-family:var(--ff-d);font-size:1rem;font-weight:600;box-shadow:0 4px 24px var(--glow);transition:transform .2s,box-shadow .2s}.roadmap-cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 32px var(--glow)}.roadmap-cta-btn span{font-size:1.1rem;transition:transform .2s}.roadmap-cta-btn:hover span{transform:translateX(4px)}@media (max-width:680px){.sg-grid{grid-template-columns:1fr}.rh-main{flex-direction:column;align-items:flex-start}.skills-hero{text-align:center}.fit-row,.skills-hero{flex-direction:column;align-items:center}.verdict-block{min-width:0;width:100%}.stage-grid{grid-template-columns:1fr}.stage-header-right{justify-content:flex-start;width:100%}.hero-stat-divider{display:none}.roadmap-hero-stats{gap:1.5rem}}