:root{--brand: #eaf5f4;--ink: #eaf5f4;--ink-soft: #d5e8e6;--muted: #9fc2c0;--green: #f06030;--green-600: #ff764a;--green-ink: #ff9a6e;--accent: #f06030;--accent-ink: #0b2b2b;--violet: #9b93e8;--bg: #0b2b2b;--panel: #123c3b;--field: #061e1e;--surface: #0f3534;--surface-2: #174a48;--border: rgba(255, 255, 255, .14);--border-strong: rgba(255, 255, 255, .26);--field-border: #6f918f;--success: #64d39a;--danger: #ff9090;--radius: 12px;--radius-sm: 8px;--shadow: 0 1px 2px rgba(0, 0, 0, .3), 0 10px 28px rgba(0, 0, 0, .34);--maxw: 1080px;--deep: #061f1f;--deep-2: #041515;--deep-card: #113635;--deep-card-2: #174a48;--deep-line: rgba(255, 255, 255, .14);--deep-ink: #eaf5f4;--deep-muted: #9fc2c0;--font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{font-family:var(--font);color:var(--ink);background:var(--bg);line-height:1.55;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}h1,h2,h3{line-height:1.15;letter-spacing:-.02em;margin:0 0 .4em}p{margin:0 0 1em}.container{max-width:var(--maxw);margin:0 auto;padding:0 24px}.nav{position:sticky;top:0;z-index:20;background:#ffffffd9;-webkit-backdrop-filter:saturate(180%) blur(10px);backdrop-filter:saturate(180%) blur(10px);border-bottom:1px solid var(--border)}.nav-inner{display:flex;align-items:center;justify-content:space-between;height:64px}.brand{display:inline-flex;align-items:center}.brand-logo{height:34px;width:auto;display:block}.footer .brand-logo{height:28px}main a:not(.btn){color:var(--green-ink);font-weight:600}main a:not(.btn):hover{text-decoration:underline}.nav-links{display:flex;align-items:center;gap:22px;font-size:15px;color:var(--muted)}.nav-links a:hover{color:var(--ink)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font:inherit;font-weight:600;font-size:15px;padding:11px 18px;border-radius:var(--radius-sm);border:1px solid transparent;cursor:pointer;transition:transform .04s ease,background .15s ease,box-shadow .15s ease}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--green);color:var(--accent-ink)}.btn-ghost{background:transparent;border-color:var(--border);color:var(--ink)}.btn-ghost:hover{background:var(--surface)}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-lg{padding:14px 24px;font-size:16px}.hero{padding:92px 0 72px;text-align:center;background:radial-gradient(900px 420px at 50% -12%,rgba(250,129,54,.22),transparent 62%),var(--bg)}.hero h1{font-size:60px;max-width:20ch;margin:0 auto;letter-spacing:-.02em}.hero .lede{font-size:20px;color:var(--muted);max-width:58ch;margin:18px auto 0}.hero-cta{display:flex;gap:12px;margin-top:30px;flex-wrap:wrap;justify-content:center}.eyebrow{display:inline-block;font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--green-ink);background:#fa81362e;padding:6px 12px;border-radius:999px;margin-bottom:20px}.section{padding:64px 0}.section h2{font-size:32px}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px;margin-top:32px}.card{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:22px;box-shadow:var(--shadow)}.card h3{font-size:18px}.card p{color:var(--muted);font-size:15px;margin:0}.card .ico{width:40px;height:40px;border-radius:10px;background:var(--surface-2);display:grid;place-items:center;font-size:20px;margin-bottom:14px}.panel{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:26px;box-shadow:var(--shadow)}.field{margin-bottom:16px}.field label{display:block;font-size:14px;font-weight:600;margin-bottom:6px}.input,.select,textarea.input{width:100%;font:inherit;font-size:15px;padding:11px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2);color:var(--ink)}.input:focus,.select:focus,textarea.input:focus{outline:none;border-color:var(--green-600);box-shadow:0 0 0 3px #fa81364d}.row2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.auth-wrap{max-width:420px;margin:56px auto}.names{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px}.name-card{border:1px solid var(--border);border-radius:var(--radius);padding:16px;background:var(--panel)}.name-card .nm{font-weight:700;font-size:17px}.name-card .tag{color:var(--muted);font-size:14px;margin:4px 0 10px}.pill{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;padding:4px 10px;border-radius:999px}.pill.ok{color:var(--success);background:#0f9d581a}.pill.no{color:var(--danger);background:#d645451a}.pill.unk{color:var(--muted);background:var(--surface-2)}.plan h3.plan-title{font-size:24px;margin-bottom:2px}.plan .oneliner{color:var(--muted);font-style:italic;margin-bottom:18px}.plan-section{padding:16px 0;border-top:1px solid var(--border)}.plan-section h4{font-size:16px;margin:0 0 6px}.plan-section p{color:#26303f;font-size:15px;white-space:pre-wrap;margin:0 0 8px}.stack{display:flex;flex-direction:column;gap:10px}.hstack{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.muted{color:var(--muted)}.small{font-size:14px}.error{color:var(--danger);font-size:14px;background:#d6454514;padding:10px 12px;border-radius:var(--radius-sm)}.spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.5);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}.spinner.dark{border-color:#2f6bff40;border-top-color:var(--accent)}@keyframes spin{to{transform:rotate(360deg)}}.footer{border-top:1px solid var(--border);padding:28px 0;color:var(--muted);font-size:14px;margin-top:40px}.tabs{display:inline-flex;background:var(--surface-2);border-radius:999px;padding:4px;gap:4px}.tab{border:none;background:transparent;font:inherit;font-weight:600;font-size:14px;padding:7px 16px;border-radius:999px;cursor:pointer;color:var(--muted)}.tab.active{background:var(--panel);color:var(--ink);box-shadow:var(--shadow)}.hero-grid{max-width:900px;margin:0 auto}.strip{border-block:1px solid var(--border);background:var(--surface)}.strip-inner{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:18px;padding:22px 24px;text-align:center}.strip-inner strong{display:block;font-size:22px;letter-spacing:-.02em}.strip-inner span{font-size:14px;color:var(--muted)}.section-head{max-width:640px;margin-bottom:8px}.section-head h2{font-size:34px}.step-card{position:relative}.step-n{width:34px;height:34px;border-radius:10px;background:var(--green);color:#0a0a0a;font-weight:800;display:grid;place-items:center;margin-bottom:12px}.feature{padding:56px 0}.feature-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:48px;align-items:center}.feature-grid.flip .feature-art{order:2}.feature-art img{width:100%;max-width:420px;display:block;margin:0 auto;filter:drop-shadow(0 18px 36px rgba(16,24,40,.12))}.feature h2{font-size:30px;max-width:18ch}.ticks{list-style:none;padding:0;margin:18px 0 0;display:grid;gap:10px}.ticks li{position:relative;padding-left:28px;color:var(--ink)}.ticks li:before{content:"✓";position:absolute;left:0;top:0;width:19px;height:19px;border-radius:50%;background:var(--green);color:#0a0a0a;font-size:12px;font-weight:800;display:grid;place-items:center}.faq{border-top:1px solid var(--border);padding:20px 0}.faq h3{font-size:17px;margin-bottom:6px}.faq p{margin:0}.cta{background:var(--surface);border-top:1px solid var(--border);padding:72px 0}.cta h2{font-size:36px}.row3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}h3.step{display:flex;align-items:center;gap:10px;font-size:18px;margin-top:0}h3.step span{width:26px;height:26px;border-radius:8px;background:var(--green);color:#0a0a0a;font-size:14px;font-weight:800;display:grid;place-items:center}.pick-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:12px}.pick{position:relative;text-align:left;font:inherit;cursor:pointer;background:var(--panel);border:1.5px solid var(--border);border-radius:var(--radius);padding:14px 14px 14px 16px;display:grid;gap:2px;transition:border-color .15s,background .15s,box-shadow .15s}.pick:hover{border-color:var(--green-600)}.pick.on{border-color:var(--green-600);background:#fa813617;box-shadow:0 0 0 3px #fa813626}.pick.soon{opacity:.85}.pick-check{position:absolute;top:10px;right:12px;width:20px;height:20px;border-radius:6px;background:var(--green);color:#0a0a0a;font-size:13px;font-weight:800;display:grid;place-items:center;opacity:0}.pick.on .pick-check{opacity:1}.pick-ico{font-size:20px;color:var(--green-ink)}.pick-title{font-weight:700}.pick-desc{font-size:13px;color:var(--muted)}.badge{font-style:normal;font-size:11px;font-weight:700;background:var(--surface-2);color:var(--muted);padding:2px 7px;border-radius:999px;margin-left:4px}.generate-bar{position:sticky;bottom:14px;margin-top:20px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:16px 20px;box-shadow:0 8px 30px #1018281f}.color-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:8px}.color-chip{display:flex;align-items:center;gap:9px;font:inherit;font-size:14px;text-align:left;padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--panel);cursor:pointer}.color-chip:hover{border-color:var(--green-600)}.color-chip.on{border-color:var(--green-600);box-shadow:0 0 0 3px #fa81362e;font-weight:600}.color-dot{width:18px;height:18px;border-radius:50%;flex:0 0 18px;border:1px solid rgba(0,0,0,.12)}.order-layout{display:grid;grid-template-columns:260px 1fr;gap:26px;align-items:start}@media (max-width: 820px){.order-layout{grid-template-columns:1fr}}.step-rail{border:1px solid var(--border);border-radius:var(--radius);padding:18px;position:sticky;top:90px}.step-rail ol{list-style:none;margin:0;padding:0}.rail-step{display:flex;gap:10px;padding:8px 0;align-items:flex-start}.rail-mark{width:18px;flex:0 0 18px;text-align:center;font-weight:700;color:var(--muted)}.rail-body{display:flex;flex-direction:column;line-height:1.3}.rail-label{font-size:14px}.rail-step.done .rail-mark{color:var(--green-ink)}.rail-step.failed .rail-mark{color:#d33}.rail-step.locked,.rail-step.unavailable{opacity:.45}.rail-step.current .rail-label{font-weight:700}.rail-step.current{background:#fa81361a;border-radius:8px;padding-left:8px;margin-left:-8px}.action-alert{border:1px solid #f0c36d;background:#fff8e6;color:#6b4e00;border-radius:var(--radius);padding:14px 16px;margin-bottom:14px;display:flex;gap:14px;align-items:center;justify-content:space-between;flex-wrap:wrap}.action-alert.urgent{border-color:#e08585;background:#fdeaea;color:#7a1f1f}@media (prefers-color-scheme: dark){.action-alert{background:#3a2f10;color:#ffe9b0}.action-alert.urgent{background:#40201f;color:#ffd4d4}}.choice-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:12px;margin-top:14px}.choice-card{border:1px solid var(--border);border-radius:var(--radius);padding:14px;display:flex;flex-direction:column;gap:8px}.choice-card h4{margin:0}.choice-card .btn{margin-top:auto}.logo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin-top:14px}.logo-option{border:1px solid var(--border);border-radius:var(--radius);background:#fff;padding:12px;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:8px}.logo-option:hover:not(:disabled){border-color:var(--green-600);box-shadow:0 0 0 3px #fa81362e}.logo-option img{width:100%;max-width:140px}.gate-actions{margin-top:14px}.order-card{border:1px solid var(--border);border-radius:var(--radius);padding:14px;display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px}.progress-panel{border-color:var(--green-600)}.progress-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.progress-track{height:6px;border-radius:999px;background:var(--border);overflow:hidden;margin:14px 0 4px}.progress-fill{height:100%;border-radius:999px;background:var(--green);transition:width .4s ease}.progress-list{list-style:none;margin:10px 0 0;padding:0}.progress-row{display:flex;align-items:center;gap:10px;padding:9px 0;border-bottom:1px solid var(--border)}.progress-row:last-child{border-bottom:0}.progress-mark{width:20px;flex:0 0 20px;display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--muted)}.progress-name{flex:1}.progress-row.pending{color:var(--muted)}.progress-row.done .progress-mark{color:var(--green-ink)}.progress-row.failed .progress-mark{color:#d33}.progress-row.running .progress-name{font-weight:600}.progress-row .spinner{width:14px;height:14px;border-color:#fa81364d;border-top-color:var(--green-ink)}.results{border-color:var(--green-600);box-shadow:0 0 0 3px #fa81362e}.result-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:14px;margin-top:16px}.result-card{border:1px solid var(--border);border-radius:var(--radius);padding:16px;display:grid;gap:10px;align-content:start;text-align:center}.result-card h4{margin:0;font-size:15px}@media (max-width: 860px){.feature-grid{grid-template-columns:1fr}.feature-grid.flip .feature-art{order:0}}@media (max-width: 640px){.hero{padding:56px 0 40px}.hero h1{font-size:38px}.row2,.row3{grid-template-columns:1fr}.section-head h2,.cta h2{font-size:28px}.generate-bar{position:static}}.state-fee-note{margin-top:10px;padding:12px 14px;border:1px dashed var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--muted)}.lang-toggle{display:inline-flex;border:1px solid var(--border);border-radius:999px;overflow:hidden}.lang-toggle button{font:inherit;font-size:12px;font-weight:700;letter-spacing:.04em;padding:5px 11px;border:0;background:transparent;color:var(--muted);cursor:pointer}.lang-toggle button.on{background:var(--accent);color:var(--accent-ink)}.lang-toggle button:not(.on):hover{color:var(--ink)}.steps-path{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:0;margin-top:36px;counter-reset:step}.step-node{position:relative;padding:30px 26px 30px 0}.step-node+.step-node{padding-left:26px}.step-node+.step-node:before{content:"";position:absolute;left:0;top:46px;bottom:30px;width:1px;background:var(--border)}.step-num{font-size:46px;font-weight:800;line-height:1;letter-spacing:-.03em;color:var(--accent);display:block;margin-bottom:14px}.step-node h3{font-size:19px;margin:0 0 6px}.step-node p{margin:0;color:var(--muted);font-size:15.5px;line-height:1.55}.step-node .step-aside{display:block;margin-top:10px;font-size:13.5px;font-weight:600;color:var(--green-ink)}@media (max-width: 720px){.step-node+.step-node:before{display:none}.step-node,.step-node+.step-node{padding:20px 0;border-top:1px solid var(--border)}}.deck-section{background:linear-gradient(180deg,var(--deep) 0%,var(--deep-2) 100%);color:var(--deep-ink)}.deck-section h2{color:var(--deep-ink)}.eyebrow-on-dark{color:#ffd6bf;background:#fa81363d}.deck-lede{color:var(--deep-muted);font-size:17px;margin:10px 0 0;max-width:62ch}.deck{list-style:none;margin:30px 0 0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(168px,1fr));gap:12px}.deck-box{all:unset;box-sizing:border-box;display:flex;flex-direction:column;gap:8px;width:100%;height:100%;min-height:118px;padding:16px;cursor:pointer;border:1px solid var(--deep-line);border-radius:var(--radius);background:var(--deep-card);position:relative;transition:border-color .15s,transform .15s,background .15s}.deck-box:hover{border-color:#fa813699;background:var(--deep-card-2);transform:translateY(-2px)}.deck-box:focus-visible{outline:3px solid var(--accent);outline-offset:3px}.deck-icon{font-size:17px;line-height:1;width:32px;height:32px;display:grid;place-items:center;border-radius:9px;background:#fa81362e;color:var(--accent)}.deck-title{font-size:15px;font-weight:700;color:var(--deep-ink);line-height:1.3}.deck-flag{font-size:11.5px;font-weight:600;color:#ffd6bf;line-height:1.35}.deck-more{position:absolute;right:12px;top:12px;font-size:15px;font-weight:700;color:var(--deep-muted)}.deck-box:hover .deck-more{color:var(--accent)}.deck-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#14060bb8;display:grid;place-items:center;padding:20px;animation:deck-fade .14s ease-out}.deck-dialog{position:relative;width:min(520px,100%);max-height:86vh;overflow-y:auto;background:var(--deep-card);border:1px solid var(--deep-line);border-radius:16px;padding:28px;color:var(--deep-ink);box-shadow:0 24px 64px #00000073}.deck-dialog:focus-visible{outline:3px solid var(--accent);outline-offset:2px}.deck-dialog h3{font-size:22px;margin:14px 0 4px}.deck-dialog-icon{font-size:22px;width:46px;height:46px;display:grid;place-items:center;border-radius:12px;background:#fa813633;color:var(--accent)}.deck-dialog-blurb{margin:0;color:var(--deep-muted);font-size:15.5px}.deck-close{position:absolute;top:14px;right:14px;all:unset;cursor:pointer;width:32px;height:32px;display:grid;place-items:center;border-radius:8px;color:var(--deep-muted);font-size:14px}.deck-close:hover{background:#ffffff1a;color:var(--deep-ink)}.deck-close:focus-visible{outline:2px solid var(--accent)}.deck-list{list-style:none;margin:16px 0 0;padding:0}.deck-list li{position:relative;padding-left:18px;margin-bottom:9px;font-size:15px;line-height:1.5}.deck-list li:before{content:"";position:absolute;left:0;top:8px;width:6px;height:6px;border-radius:50%;background:var(--accent)}.deck-note{display:block;margin-top:14px;padding-top:12px;border-top:1px solid var(--deep-line);font-size:13px;font-weight:600;color:#ffd6bf}@keyframes deck-fade{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion: reduce){.deck-overlay{animation:none}.deck-box{transition:none}.deck-box:hover{transform:none}}.nav{position:sticky;top:0;z-index:50;background:#0b2b2b;border-top:4px solid var(--accent);border-bottom:1px solid var(--border-strong);box-shadow:0 2px 14px #00000059}.nav-inner{min-height:66px}.brand-logo{height:34px;width:auto}.nav-links a:not(.btn){color:var(--ink);font-weight:600}.nav-links a:not(.btn):hover{color:var(--green-ink)}.feature-art img{filter:drop-shadow(0 18px 34px rgba(0,0,0,.42))}.eyebrow,.eyebrow-on-dark{color:var(--accent-ink);background:var(--accent)}.btn-primary{background:var(--accent);color:var(--accent-ink)}.btn-primary:hover{background:var(--green-600)}.btn-ghost{color:var(--ink);border-color:var(--border-strong);background:transparent}.btn-ghost:hover{background:#ffffff14}.strip{background:var(--surface);border-block:1px solid var(--border)}.cta{background:var(--surface);border-top:1px solid var(--border)}.footer{background:var(--deep);border-top:4px solid var(--accent);color:var(--muted)}.footer a{color:var(--ink)}.faq{border-bottom:1px solid var(--border)}.step-num{color:var(--accent)}.step>span,.step-n{background:var(--accent);color:var(--accent-ink)}.step-node .step-aside{color:var(--green-ink)}.input,.select,textarea.input{background:var(--field);color:var(--ink);border:1px solid var(--field-border)}.input::placeholder,textarea.input::placeholder{color:#7fa19f}.input:focus,.select:focus,textarea.input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #f060304d}.input:disabled,.select:disabled{background:#ffffff0d;color:var(--muted)}.select option{background:#0f3534;color:#eaf5f4}.action-alert{border:1px solid rgba(240,96,48,.42);background:#f0603021;color:#ffcbb4}.error{border:1px solid rgba(255,144,144,.45);background:#ff90901f;color:#fcc}.pill.ok{background:#64d39a2b;color:#a6e8c6}.pill.no{background:#ff90902b;color:#fcc}.pill.unk{background:#ffffff17;color:var(--muted)}.logo-option{background:#fff;border:1px solid var(--border-strong)}.hero{background:radial-gradient(880px 430px at 78% 6%,rgba(240,96,48,.22),transparent 62%),var(--bg)}.deck-icon{background:#f0603024;color:#ffb695}.deck-flag,.deck-note{color:#ffb695}.deck-box:hover{border-color:#f0603099}:root{--nav-ink: #0d675c;--nav-ink-strong: #0a5148}.nav{background:#fff;border-top:4px solid var(--nav-ink);border-bottom:1px solid #d4e5e2;box-shadow:0 2px 12px #0b2b2b1a}.nav-links a:not(.btn),.nav-links button:not(.btn){color:var(--nav-ink);font-weight:600}.nav-links a:not(.btn):hover{color:var(--nav-ink-strong)}.nav .btn-primary{background:var(--nav-ink);color:#fff}.nav .btn-primary:hover{background:var(--nav-ink-strong)}.nav .btn-ghost{color:var(--nav-ink);border-color:#bcd8d3}.nav .lang-toggle{border-color:#bcd8d3}.nav .lang-toggle button{color:var(--nav-ink)}.nav .lang-toggle button.on{background:var(--nav-ink);color:#fff}.nav .lang-toggle button:not(.on):hover{color:var(--nav-ink-strong);background:#eef6f5}#services{scroll-margin-top:84px}.hero{text-align:left;padding:52px 0 60px}.hero-grid{max-width:var(--maxw);margin-inline:auto;display:grid;grid-template-columns:1.04fr .96fr;gap:40px;align-items:center}.hero h1{max-width:17ch;margin:0;font-size:50px}.hero .lede{margin:16px 0 0;max-width:44ch}.hero-cta{justify-content:flex-start}@media (max-width: 860px){.hero{text-align:center}.hero-grid{grid-template-columns:1fr;gap:24px}.hero h1,.hero .lede{margin-inline:auto}.hero-cta{justify-content:center}.journey{order:-1}}.journey{position:relative;height:360px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.journey-glow{position:absolute;top:8%;right:12%;bottom:24%;left:12%;border-radius:50%;background:radial-gradient(circle at 50% 50%,rgba(240,96,48,.42),rgba(240,96,48,.1) 45%,transparent 68%);filter:blur(26px);animation:journey-pulse 6s ease-in-out infinite;pointer-events:none}.journey-scene{position:relative;width:100%;height:280px;perspective:820px;perspective-origin:50% 45%}.journey-ring{position:absolute;top:0;right:0;bottom:0;left:0;transform-style:preserve-3d;transition:transform 1.15s cubic-bezier(.4,.02,.2,1)}.journey-card{position:absolute;top:50%;left:50%;width:244px;margin:-74px 0 0 -122px;padding:18px 20px;display:flex;flex-direction:column;gap:6px;border:1px solid rgba(255,255,255,.16);border-radius:16px;background:linear-gradient(155deg,#1e5854f5,#0b2b2bfa);box-shadow:0 22px 46px #00000080;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transition:filter .9s ease,opacity .9s ease,box-shadow .6s ease,border-color .6s ease;will-change:transform,filter,opacity}.journey-card.is-active{border-color:#f06030b3;box-shadow:0 26px 60px #0009,0 0 34px #f0603057,inset 0 1px #ffffff1f}.journey-card.is-active:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:16px;background:linear-gradient(115deg,transparent 30%,rgba(255,255,255,.12) 46%,transparent 62%);animation:journey-sheen 3.4s ease-in-out infinite;pointer-events:none}.journey-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:#f0603033;color:#ffc3a6;font-size:18px}.journey-label{font-size:17px;font-weight:700;color:#f2fbfa;line-height:1.25}.journey-sub{font-size:13px;color:#a8ccc9;line-height:1.4}.journey-rail{display:flex;gap:8px;position:relative;z-index:2}.journey-dot{width:7px;height:7px;border-radius:50%;background:#ffffff3d;transition:background .4s,transform .4s,box-shadow .4s}.journey-dot.on{background:var(--accent);transform:scale(1.4);box-shadow:0 0 12px #f06030cc}@keyframes journey-pulse{0%,to{opacity:.75;transform:scale(1)}50%{opacity:1;transform:scale(1.07)}}@keyframes journey-sheen{0%,to{transform:translate(-16%);opacity:0}50%{transform:translate(16%);opacity:1}}@media (prefers-reduced-motion: reduce){.journey{height:auto}.journey-glow{display:none}.journey-scene{perspective:none;height:auto}.journey-ring{transform:none!important;transition:none}.journey-card{position:relative;top:auto;left:auto;margin:0 0 8px;transform:none!important;filter:none!important;opacity:1!important;width:100%}.journey-card.is-active:after{animation:none;display:none}}@media (max-width: 860px){.journey{height:320px}.journey-scene{height:250px;perspective:700px}.journey-card{width:214px;margin-left:-107px}}.formation-person{border:1px solid var(--border);border-radius:var(--radius);padding:14px 16px;margin:12px 0;background:var(--surface)}.formation-person+.formation-person{margin-top:14px}.formation-total-bad{color:var(--danger);font-weight:700}
