:root{
  --navy-900:#061527; --navy-800:#0A2540; --navy-700:#10345A; --navy-600:#1B4A78; --navy-tint:#EEF3F9;
  --gold-700:#8C6D1F; --gold-600:#A07D24; --gold-500:#C9A227; --gold-400:#D8B656; --gold-300:#E8D3A0; --gold-soft:#F7F0DE;
  --bg:#FBFBFD; --card:#FFFFFF; --ink:#1D1D1F; --ink-2:#3A3A3C; --gray:#6E6E73; --gray-2:#8E8E93;
  --line:rgba(10,37,64,.10); --line-soft:rgba(10,37,64,.06);
  --path-a:#C0873C; --path-b:#35718F; --path-c:#8A6BA6;
  --r-lg:20px; --r-md:16px; --r-sm:12px; --r-pill:999px;
  --sh-sm:0 1px 2px rgba(10,37,64,.05), 0 2px 8px rgba(10,37,64,.04);
  --sh-md:0 2px 6px rgba(10,37,64,.05), 0 16px 44px rgba(10,37,64,.08);
  --sh-lg:0 4px 12px rgba(10,37,64,.06), 0 30px 80px rgba(10,37,64,.12);
  --ease:cubic-bezier(.22,.61,.36,1);
  --serif:"Songti SC","STSong","Source Han Serif SC","Noto Serif SC",Georgia,"Times New Roman",serif;
  --sans:-apple-system,BlinkMacSystemFont,"SF Pro Text","PingFang SC","Helvetica Neue","Microsoft YaHei",sans-serif;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:var(--sans);background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;line-height:1.65}
::selection{background:var(--gold-300);color:var(--navy-800)}
.proto-bar{position:sticky;top:0;z-index:100;display:flex;align-items:center;gap:22px;padding:0 26px;height:60px;background:rgba(251,251,253,.78);backdrop-filter:saturate(180%) blur(22px);-webkit-backdrop-filter:saturate(180%) blur(22px);border-bottom:1px solid var(--line-soft)}
.brand{display:flex;align-items:center;gap:11px;flex-shrink:0;cursor:pointer}
.brand .mark{width:30px;height:30px;display:block}
.brand .wm{font-family:var(--serif);font-size:19px;font-weight:600;letter-spacing:.5px;color:var(--navy-800);line-height:1}
.brand .wm small{display:block;font-family:var(--sans);font-size:9.5px;letter-spacing:2.6px;color:var(--gold-600);font-weight:600;margin-top:3px}
.proto-tag{font-size:10.5px;letter-spacing:1px;color:var(--gray-2);border:1px solid var(--line);padding:3px 9px;border-radius:var(--r-pill);flex-shrink:0}
.tabs{display:flex;gap:5px;margin-left:auto;overflow-x:auto;scrollbar-width:none;padding:4px}
.tabs::-webkit-scrollbar{display:none}
.tab{white-space:nowrap;font-size:13.5px;color:var(--gray);padding:7px 15px;border-radius:var(--r-pill);cursor:pointer;border:1px solid transparent;transition:all .25s var(--ease);font-weight:500}
.tab:hover{color:var(--navy-800);background:rgba(10,37,64,.05)}
.tab.active{color:#fff;background:var(--navy-800);font-weight:600;box-shadow:0 2px 10px rgba(10,37,64,.24)}
.screen{display:none;animation:fade .45s var(--ease)}
.screen.active{display:block}
@keyframes fade{from{opacity:0;transform:translateY(8px) scale(.995)}to{opacity:1;transform:none}}
.wrap{max-width:1120px;margin:0 auto;padding:0 32px}
.app-head{display:flex;align-items:center;justify-content:space-between;padding:16px 34px;border-bottom:1px solid var(--line-soft);background:rgba(255,255,255,.7);backdrop-filter:blur(18px);position:sticky;top:60px;z-index:40}
.app-head .brand .wm{font-size:17px}
.stepline{display:flex;align-items:center;gap:9px}
.stepline .dot{width:8px;height:8px;border-radius:50%;background:var(--line);transition:all .3s var(--ease)}
.stepline .dot.done{background:var(--gold-400)}
.stepline .dot.now{width:26px;border-radius:var(--r-pill);background:var(--navy-800)}
.app-head .save{font-size:13px;color:var(--gray);cursor:pointer;display:flex;align-items:center;gap:6px}
.app-head .save:hover{color:var(--navy-800)}
.eyebrow{font-size:12px;letter-spacing:1.8px;font-weight:600;color:var(--gold-700);text-transform:uppercase;margin-bottom:16px;display:inline-flex;align-items:center;gap:8px}
.eyebrow::before{content:"";width:5px;height:5px;border-radius:50%;background:var(--gold-500);flex-shrink:0}
.btn{display:inline-flex;align-items:center;gap:9px;justify-content:center;font-family:var(--sans);font-size:15.5px;font-weight:600;letter-spacing:.2px;padding:15px 32px;border-radius:var(--r-pill);cursor:pointer;border:1px solid transparent;transition:all .3s var(--ease)}
.btn-primary{background:var(--navy-800);color:#fff;box-shadow:0 6px 20px rgba(10,37,64,.22)}
.btn-primary:hover{background:var(--navy-700);transform:translateY(-3px);box-shadow:0 12px 30px rgba(10,37,64,.28)}
.btn-primary .arw{transition:transform .3s var(--ease)}
.btn-primary:hover .arw{transform:translateX(4px)}
.btn-gold{background:linear-gradient(135deg,var(--gold-400),var(--gold-600));color:#fff;box-shadow:0 6px 20px rgba(184,145,42,.3)}
.btn-gold:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(184,145,42,.38)}
.btn-ghost{background:#fff;color:var(--navy-800);border-color:var(--line)}
.btn-ghost:hover{border-color:var(--navy-600);background:var(--navy-tint);transform:translateY(-3px)}
.btn-sm{padding:11px 22px;font-size:14px}
.hero{position:relative;overflow:hidden;padding:96px 0 70px;text-align:center}
.hero-bg{position:absolute;inset:0;pointer-events:none;background:radial-gradient(900px 460px at 50% -12%, rgba(16,52,90,.13), transparent 66%),radial-gradient(600px 340px at 78% 6%, rgba(201,162,39,.10), transparent 62%)}
.hero .wrap{position:relative;z-index:2}
.hero .eyebrow{margin-bottom:22px}
.hero h1{font-family:var(--serif);font-size:58px;font-weight:600;line-height:1.18;color:var(--navy-800);letter-spacing:1px;margin-bottom:26px}
.hero h1 em{font-style:normal;color:var(--gold-700)}
.hero .sub{font-size:18px;color:var(--gray);max-width:620px;margin:0 auto 40px;line-height:1.8}
.hero-cta{display:flex;gap:16px;justify-content:center;align-items:center;flex-wrap:wrap}
.hero .time-note{font-size:13.5px;color:var(--gray-2);margin-top:22px}
.hero-graphic{margin:64px auto 0;max-width:660px}
.hero-graphic svg{width:100%;height:auto;display:block}
.section{padding:88px 0}
.section-head{text-align:center;max-width:640px;margin:0 auto 56px}
.section-head h2{font-family:var(--serif);font-size:38px;font-weight:600;color:var(--navy-800);letter-spacing:.5px;line-height:1.3;margin-bottom:16px}
.section-head p{color:var(--gray);font-size:16.5px;line-height:1.75}
.journey{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}
.jstep{background:var(--card);border:1px solid var(--line-soft);border-radius:var(--r-md);padding:26px 18px;text-align:center;transition:all .35s var(--ease);cursor:pointer}
.jstep:hover{transform:translateY(-3px);box-shadow:var(--sh-md);border-color:var(--gold-300)}
.jstep .num{width:34px;height:34px;margin:0 auto 14px;border-radius:50%;background:var(--navy-tint);color:var(--navy-700);display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-size:16px;font-weight:600}
.jstep .jt{font-size:15.5px;font-weight:600;color:var(--ink);margin-bottom:7px}
.jstep .jd{font-size:12.5px;color:var(--gray-2);line-height:1.6}
.promise{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.pcard{padding:34px 30px;border-radius:var(--r-lg);background:var(--card);border:1px solid var(--line-soft);box-shadow:var(--sh-sm)}
.pcard .ic{width:46px;height:46px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;background:var(--gold-soft)}
.pcard h3{font-size:17px;font-weight:600;color:var(--navy-800);margin-bottom:11px}
.pcard p{font-size:14.5px;color:var(--gray);line-height:1.72}
.footer{border-top:1px solid var(--line-soft);padding:44px 0;text-align:center;background:#fff}
.footer .sig{font-family:var(--serif);font-size:15px;color:var(--navy-800);margin-bottom:8px}
.footer .sig a{color:var(--gold-600);text-decoration:none}
.footer .fsub{font-size:13px;color:var(--gray-2)}
.split{display:grid;grid-template-columns:1fr 372px;gap:0;min-height:calc(100vh - 117px)}
.chat-col{padding:34px 44px;display:flex;flex-direction:column;border-right:1px solid var(--line-soft)}
.phase-title{margin-bottom:26px}
.phase-title h2{font-family:var(--serif);font-size:27px;color:var(--navy-800);font-weight:600;margin-bottom:8px}
.phase-title p{font-size:14.5px;color:var(--gray)}
.chat-stream{flex:1;display:flex;flex-direction:column;gap:20px;padding-bottom:20px}
.msg{display:flex;gap:13px;max-width:82%;animation:rise .45s var(--ease) both}
@keyframes rise{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
.msg .av{width:36px;height:36px;border-radius:11px;flex-shrink:0;display:flex;align-items:center;justify-content:center}
.msg.ai .av{background:linear-gradient(135deg,var(--navy-700),var(--navy-800))}
.msg.ai .av svg{width:19px;height:19px}
.msg.me{align-self:flex-end;flex-direction:row-reverse}
.msg.me .av{background:var(--gold-soft);color:var(--gold-600);font-size:13px;font-weight:600;font-family:var(--serif)}
.bubble{padding:15px 19px;border-radius:20px;font-size:15px;line-height:1.72}
.msg.ai .bubble{background:#fff;border:1px solid var(--line-soft);border-top-left-radius:6px;color:var(--ink-2);box-shadow:var(--sh-sm)}
.msg.me .bubble{background:var(--navy-800);color:#fff;border-top-right-radius:6px}
.typing{display:flex;gap:5px;padding:17px 19px}
.typing span{width:7px;height:7px;border-radius:50%;background:var(--gold-400);animation:blink 1.3s infinite}
.typing span:nth-child(2){animation-delay:.2s}.typing span:nth-child(3){animation-delay:.4s}
@keyframes blink{0%,60%,100%{opacity:.28;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}
.quick-replies{display:flex;gap:9px;flex-wrap:wrap;margin:6px 0 16px 49px}
.chip{font-size:13.5px;color:var(--navy-700);background:var(--navy-tint);border:1px solid transparent;padding:8px 15px;border-radius:var(--r-pill);cursor:pointer;transition:all .25s var(--ease)}
.chip:hover{background:#fff;border-color:var(--gold-300);box-shadow:var(--sh-sm)}
.chat-input{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--line);border-radius:var(--r-pill);padding:8px 8px 8px 22px;box-shadow:var(--sh-sm)}
.chat-input input{flex:1;border:none;outline:none;font-size:15px;font-family:var(--sans);color:var(--ink);background:transparent}
.chat-input input::placeholder{color:var(--gray-2)}
.send-btn{width:40px;height:40px;border-radius:50%;background:var(--navy-800);display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:all .25s var(--ease)}
.send-btn:hover{background:var(--gold-600)}
.voice-btn{width:40px;height:40px;border-radius:50%;background:var(--navy-tint);display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:all .25s var(--ease);color:var(--navy-700)}
.voice-btn:hover{background:var(--gold-soft);color:var(--gold-700)}
.voice-btn svg{width:18px;height:18px}
.chat-input.recording{background:var(--gold-soft);border-color:var(--gold-300);padding:14px 22px;gap:16px}
.chat-input.recording input{display:none}
.chat-input.recording .send-btn,.chat-input.recording .voice-btn{display:none}
.voice-panel{display:none;align-items:center;gap:16px;flex:1}
.chat-input.recording .voice-panel{display:flex}
.voice-wave{display:flex;align-items:center;gap:3px;height:28px}
.voice-wave i{width:3px;border-radius:2px;background:var(--gold-600);animation:wave 1.1s ease-in-out infinite}
.voice-wave i:nth-child(1){height:10px;animation-delay:0s}
.voice-wave i:nth-child(2){height:18px;animation-delay:.12s}
.voice-wave i:nth-child(3){height:26px;animation-delay:.24s}
.voice-wave i:nth-child(4){height:18px;animation-delay:.36s}
.voice-wave i:nth-child(5){height:10px;animation-delay:.48s}
@keyframes wave{0%,100%{transform:scaleY(.5);opacity:.55}50%{transform:scaleY(1);opacity:1}}
.voice-status{font-size:14.5px;color:var(--gold-700);font-weight:500;flex:1}
.voice-status .dot-pulse{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--gold-600);margin-right:8px;animation:pulse 1.4s infinite}
@keyframes pulse{0%,100%{opacity:.3;transform:scale(.85)}50%{opacity:1;transform:scale(1.15)}}
.voice-controls{display:flex;gap:9px}
.vc-btn{font-size:13.5px;font-weight:600;padding:9px 18px;border-radius:var(--r-pill);cursor:pointer;border:1px solid transparent;transition:all .25s var(--ease)}
.vc-cancel{background:#fff;color:var(--gray);border-color:var(--line)}
.vc-cancel:hover{color:var(--ink-2);border-color:var(--gray-2)}
.vc-done{background:var(--navy-800);color:#fff}
.vc-done:hover{background:var(--navy-700)}
.chat-foot{display:flex;justify-content:space-between;align-items:center;margin-top:14px;font-size:12.5px;color:var(--gray-2)}
.skip{cursor:pointer;color:var(--gray);text-decoration:underline;text-underline-offset:3px}
.skip:hover{color:var(--navy-700)}
.side-col{padding:34px 30px;background:linear-gradient(180deg,#FAFBFD,#F4F7FB);display:flex;flex-direction:column;gap:22px}
.side-block h4{font-size:14px;font-weight:600;color:var(--navy-800);margin-bottom:5px;display:flex;align-items:center;gap:8px}
.side-block .hint{font-size:12.5px;color:var(--gray-2);margin-bottom:15px;line-height:1.6}
.dropzone{border:1.6px dashed var(--line);border-radius:var(--r-md);padding:30px 20px;text-align:center;background:rgba(255,255,255,.6);cursor:pointer;transition:all .3s var(--ease)}
.dropzone:hover{border-color:var(--gold-400);background:#fff;box-shadow:var(--sh-sm)}
.dropzone svg{width:34px;height:34px;margin-bottom:11px;opacity:.75}
.dropzone .dz-t{font-size:14px;color:var(--navy-700);font-weight:500;margin-bottom:4px}
.dropzone .dz-s{font-size:12px;color:var(--gray-2)}
.filelist{display:flex;flex-direction:column;gap:9px;margin-top:15px}
.fileitem{display:flex;align-items:center;gap:11px;background:#fff;border:1px solid var(--line-soft);border-radius:var(--r-sm);padding:11px 14px;box-shadow:var(--sh-sm)}
.fileitem .fi-ic{width:30px;height:30px;border-radius:8px;background:var(--navy-tint);display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:700;color:var(--navy-700);flex-shrink:0}
.fileitem .fi-n{flex:1;font-size:13px;color:var(--ink-2);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.fileitem .fi-s{font-size:11.5px;color:#2E7D5B;display:flex;align-items:center;gap:4px}
.connect-row{display:flex;gap:9px;flex-wrap:wrap}
.connect{font-size:13px;color:var(--navy-700);background:#fff;border:1px solid var(--line);padding:9px 15px;border-radius:var(--r-pill);cursor:pointer;transition:all .25s var(--ease);display:flex;align-items:center;gap:7px}
.connect:hover{border-color:var(--navy-600);box-shadow:var(--sh-sm)}
.connect .cdot{width:6px;height:6px;border-radius:50%;background:var(--gold-400)}
.side-note{font-size:12.5px;color:var(--gray);line-height:1.65;background:var(--gold-soft);border-radius:var(--r-sm);padding:14px 16px;border-left:3px solid var(--gold-400)}
.coverage{margin-top:auto}
.coverage .cv-top{display:flex;justify-content:space-between;font-size:12.5px;color:var(--gray);margin-bottom:9px}
.coverage .bar{height:6px;background:var(--line);border-radius:var(--r-pill);overflow:hidden}
.coverage .fill{height:100%;width:57%;background:linear-gradient(90deg,var(--gold-400),var(--gold-600));border-radius:var(--r-pill)}
.cv-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:14px}
.cv-tag{font-size:11.5px;padding:5px 11px;border-radius:var(--r-pill);background:#fff;border:1px solid var(--line-soft);color:var(--gray-2)}
.cv-tag.on{background:var(--navy-tint);color:var(--navy-700);border-color:transparent;font-weight:500}
.mirror-screen{background:radial-gradient(1000px 500px at 50% -8%, rgba(16,52,90,.09), transparent 62%),radial-gradient(560px 300px at 12% 20%, rgba(201,162,39,.07), transparent 60%);padding:60px 0 84px;min-height:calc(100vh - 117px)}
.mirror-head{text-align:center;max-width:660px;margin:0 auto 48px}
.mirror-head h2{font-family:var(--serif);font-size:40px;color:var(--navy-800);font-weight:600;margin-bottom:18px;letter-spacing:.5px}
.mirror-head p{font-size:16.5px;color:var(--gray);line-height:1.8}
.mirror-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;max-width:960px;margin:0 auto}
.mcard{background:var(--card);border:1px solid var(--line-soft);border-radius:var(--r-lg);padding:32px 30px;box-shadow:var(--sh-sm);transition:all .35s var(--ease)}
.mcard:hover{box-shadow:var(--sh-md);transform:translateY(-3px)}
.mcard.wide{grid-column:1 / -1}
.mcard .mlabel{display:flex;align-items:center;gap:9px;font-size:12px;letter-spacing:1.6px;font-weight:600;color:var(--gold-600);text-transform:uppercase;margin-bottom:16px}
.mcard .mlabel .ln{width:22px;height:1.5px;background:var(--gold-400)}
.mcard h3{font-family:var(--serif);font-size:21px;color:var(--navy-800);font-weight:600;margin-bottom:14px;line-height:1.4}
.mcard p{font-size:15px;color:var(--ink-2);line-height:1.85}
.pattern{display:flex;gap:14px;padding:15px 0;border-top:1px solid var(--line-soft)}
.pattern:first-of-type{border-top:none}
.pattern .pn{width:26px;height:26px;border-radius:8px;background:var(--navy-tint);color:var(--navy-700);font-size:12.5px;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-family:var(--serif)}
.pattern p{font-size:14.5px;color:var(--ink-2);line-height:1.72}
.tension{display:grid;grid-template-columns:1fr auto 1fr;gap:20px;align-items:center}
.tension .pole{background:var(--navy-tint);border-radius:var(--r-md);padding:22px 20px;text-align:center}
.tension .pole.b{background:var(--gold-soft)}
.tension .pole .pt{font-family:var(--serif);font-size:17px;color:var(--navy-800);font-weight:600;line-height:1.5}
.tension .pole .pd{font-size:12.5px;color:var(--gray);margin-top:8px;line-height:1.6}
.tension .vs{width:44px;height:44px;border-radius:50%;background:#fff;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-size:13px;color:var(--gold-600);box-shadow:var(--sh-sm);font-weight:600}
.assets{display:flex;gap:12px;flex-wrap:wrap}
.asset{display:flex;align-items:center;gap:9px;background:linear-gradient(135deg,#fff,var(--gold-soft));border:1px solid var(--gold-300);border-radius:var(--r-pill);padding:11px 20px 11px 14px;font-size:14.5px;color:var(--navy-800);font-weight:500;box-shadow:var(--sh-sm)}
.asset svg{width:17px;height:17px;flex-shrink:0}
.mirror-feedback{max-width:940px;margin:36px auto 0;text-align:center}
.mirror-feedback .fq{font-size:15px;color:var(--gray);margin-bottom:18px}
.fb-row{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.fb-btn{font-size:14.5px;font-weight:500;padding:11px 22px;border-radius:var(--r-pill);border:1px solid var(--line);background:#fff;color:var(--ink-2);cursor:pointer;transition:all .25s var(--ease)}
.fb-btn:hover{border-color:var(--navy-600);box-shadow:var(--sh-sm)}
.fb-btn.sel{background:var(--navy-800);color:#fff;border-color:var(--navy-800)}
.center-continue{text-align:center;margin-top:40px}
.paths-screen{padding:60px 0 84px;min-height:calc(100vh - 117px)}
.paths-head{text-align:center;max-width:680px;margin:0 auto 46px}
.paths-head h2{font-family:var(--serif);font-size:38px;color:var(--navy-800);font-weight:600;margin-bottom:16px;letter-spacing:.5px}
.paths-head p{font-size:16.5px;color:var(--gray);line-height:1.75}
.paths-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;align-items:start}
.pcol{background:var(--card);border-radius:var(--r-lg);border:1px solid var(--line-soft);overflow:hidden;box-shadow:var(--sh-sm);transition:all .35s var(--ease);display:flex;flex-direction:column}
.pcol:hover{box-shadow:var(--sh-lg);transform:translateY(-3px)}
.pcol .ptop{padding:26px 26px 22px;color:#fff}
.pcol.a .ptop{background:linear-gradient(140deg,#C0873C,#A87433)}
.pcol.b .ptop{background:linear-gradient(140deg,#35718F,#2D6079)}
.pcol.c .ptop{background:linear-gradient(140deg,#8A6BA6,#775C90)}
.ptop .q{font-size:12px;letter-spacing:.6px;opacity:.85;margin-bottom:14px;line-height:1.5;min-height:34px}
.ptop .name{font-family:var(--serif);font-size:24px;font-weight:600;line-height:1.3;margin-bottom:6px}
.ptop .edit{font-size:11.5px;opacity:.7;display:flex;align-items:center;gap:5px}
.pcol .pbody{padding:24px 26px 26px;flex:1;display:flex;flex-direction:column;gap:20px}
.pstate{font-size:14px;color:var(--ink-2);line-height:1.7}
.pstate .lbl{font-size:11.5px;letter-spacing:1px;color:var(--gray-2);text-transform:uppercase;font-weight:600;display:block;margin-bottom:6px}
.timeline{position:relative;padding-left:20px}
.timeline::before{content:"";position:absolute;left:4px;top:5px;bottom:5px;width:1.5px;background:var(--line)}
.tl{position:relative;padding-bottom:15px}
.tl:last-child{padding-bottom:0}
.tl::before{content:"";position:absolute;left:-19px;top:5px;width:9px;height:9px;border-radius:50%;background:#fff;border:2px solid var(--gray-2)}
.pcol.a .tl::before{border-color:var(--path-a)}
.pcol.b .tl::before{border-color:var(--path-b)}
.pcol.c .tl::before{border-color:var(--path-c)}
.tl .yr{font-size:11.5px;font-weight:600;color:var(--gray-2);letter-spacing:.5px}
.tl .tx{font-size:13.5px;color:var(--ink-2);line-height:1.55;margin-top:2px}
.gutcheck{margin-top:auto}
.gutcheck .gc-top{margin-bottom:12px}
.gutcheck .gc-t{font-size:11.5px;letter-spacing:1px;color:var(--gray-2);text-transform:uppercase;font-weight:600}
.radar-box{display:flex;align-items:center;gap:16px}
.gc-legend{display:flex;flex-direction:column;gap:6px}
.gc-legend .gl{display:flex;align-items:center;gap:7px;font-size:12.5px;color:var(--gray)}
.gc-legend .gl b{color:var(--ink);font-weight:600;font-size:13px}
.ai-inline{margin:22px 0 0;background:var(--gold-soft);border:1px solid var(--gold-300);border-radius:var(--r-md);padding:18px 20px;display:flex;gap:14px;align-items:flex-start}
.ai-inline .ai-av{width:32px;height:32px;border-radius:10px;background:linear-gradient(135deg,var(--navy-700),var(--navy-800));display:flex;align-items:center;justify-content:center;flex-shrink:0}
.ai-inline .ai-av svg{width:17px;height:17px}
.ai-inline p{font-size:14px;color:var(--navy-800);line-height:1.7}
.ai-inline .ask{margin-top:11px;display:flex;gap:9px}
.ai-inline .ask span{font-size:13px;color:var(--gold-600);font-weight:600;cursor:pointer;padding:5px 13px;border:1px solid var(--gold-300);border-radius:var(--r-pill);background:#fff}
.calib-screen{padding:60px 0 84px;min-height:calc(100vh - 117px)}
.calib-head{text-align:center;max-width:660px;margin:0 auto 40px}
.calib-head h2{font-family:var(--serif);font-size:38px;color:var(--navy-800);font-weight:600;margin-bottom:16px}
.calib-head p{font-size:16.5px;color:var(--gray);line-height:1.75}
.calib-tabs{display:flex;gap:10px;justify-content:center;margin-bottom:34px;flex-wrap:wrap}
.ctab{font-size:14.5px;font-weight:500;padding:11px 22px;border-radius:var(--r-pill);border:1px solid var(--line);background:#fff;color:var(--gray);cursor:pointer;transition:all .25s var(--ease);display:flex;align-items:center;gap:9px}
.ctab .cdot{width:8px;height:8px;border-radius:50%}
.ctab.a .cdot{background:var(--path-a)}.ctab.b .cdot{background:var(--path-b)}.ctab.c .cdot{background:var(--path-c)}
.ctab:hover{box-shadow:var(--sh-sm)}
.ctab.active{background:var(--navy-800);color:#fff;border-color:var(--navy-800)}
.calib-panel{max-width:920px;margin:0 auto;display:none}
.calib-panel.active{display:block;animation:fade .45s var(--ease)}
.cp-head{display:flex;align-items:center;gap:16px;margin-bottom:26px}
.cp-head .cp-badge{padding:6px 15px;border-radius:var(--r-pill);font-size:12.5px;font-weight:600;color:#fff}
.cp-head h3{font-family:var(--serif);font-size:26px;color:var(--navy-800);font-weight:600}
.cp-head .kb{font-size:12.5px;color:var(--gray-2);margin-top:3px}
.calib-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.cbox{background:var(--card);border:1px solid var(--line-soft);border-radius:var(--r-md);padding:24px;box-shadow:var(--sh-sm)}
.cbox.wide{grid-column:1/-1}
.cbox .cb-t{font-size:12px;letter-spacing:1.4px;color:var(--gray-2);text-transform:uppercase;font-weight:600;margin-bottom:16px;display:flex;align-items:center;gap:8px}
.cbox .cb-t .ln{width:18px;height:1.5px;background:var(--gold-400)}
.prereq{display:flex;flex-direction:column;gap:11px}
.pr{display:flex;align-items:flex-start;gap:11px;font-size:14.5px;color:var(--ink-2);line-height:1.55}
.pr .st{width:20px;height:20px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:11px;margin-top:1px}
.pr.have .st{background:#E4F3EB;color:#2E7D5B}
.pr.need .st{background:var(--gold-soft);color:var(--gold-600)}
.stat-row{display:flex;gap:26px}
.stat .sv{font-family:var(--serif);font-size:24px;color:var(--navy-800);font-weight:600;line-height:1.2}
.stat .sl{font-size:12.5px;color:var(--gray);margin-top:5px}
.risk{display:flex;gap:11px;padding:11px 0;font-size:14.5px;color:var(--ink-2);line-height:1.6;border-top:1px solid var(--line-soft)}
.risk:first-of-type{border-top:none}
.risk .rn{color:var(--path-a);font-weight:700;flex-shrink:0}
.calib-ask{max-width:920px;margin:36px auto 0;background:var(--navy-tint);border-radius:var(--r-lg);padding:28px 32px;text-align:center}
.calib-ask p{font-size:16px;color:var(--navy-800);line-height:1.7;margin-bottom:18px;font-family:var(--serif)}
.calib-ask .row{display:flex;gap:11px;justify-content:center;flex-wrap:wrap}
.exp-screen{padding:60px 0 84px;min-height:calc(100vh - 117px)}
.exp-head{text-align:center;max-width:660px;margin:0 auto 30px}
.exp-head h2{font-family:var(--serif);font-size:38px;color:var(--navy-800);font-weight:600;margin-bottom:16px}
.exp-head p{font-size:16.5px;color:var(--gray);line-height:1.75}
.principle-row{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:44px}
.principle{display:flex;align-items:center;gap:8px;font-size:13.5px;color:var(--navy-700);background:#fff;border:1px solid var(--line);padding:9px 17px;border-radius:var(--r-pill);box-shadow:var(--sh-sm)}
.principle::before{content:"";width:5px;height:5px;border-radius:50%;background:var(--gold-500);flex-shrink:0}
.principle svg{width:15px;height:15px;color:var(--gold-600)}
.exp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;align-items:start}
.ecard{background:var(--card);border-radius:var(--r-lg);border:1px solid var(--line-soft);overflow:hidden;box-shadow:var(--sh-sm);transition:all .35s var(--ease)}
.ecard:hover{box-shadow:var(--sh-md);transform:translateY(-3px)}
.ecard .etag{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:600;padding:6px 14px;margin:22px 0 0 24px;border-radius:var(--r-pill);color:#fff}
.ecard.a .etag{background:var(--path-a)}.ecard.b .etag{background:var(--path-b)}.ecard.c .etag{background:var(--path-c)}
.ecard .ebody{padding:16px 26px 26px}
.ecard .edo{font-family:var(--serif);font-size:19px;color:var(--navy-800);font-weight:600;line-height:1.5;margin-bottom:20px}
.efields{display:flex;flex-direction:column;gap:14px;margin-bottom:20px}
.efield{display:flex;gap:12px}
.efield .ek{font-size:12.5px;color:var(--gray-2);width:64px;flex-shrink:0;padding-top:1px}
.efield .ev{font-size:14px;color:var(--ink-2);line-height:1.6}
.judge{background:var(--navy-tint);border-radius:var(--r-sm);padding:14px 16px;font-size:13px;color:var(--navy-700);line-height:1.65;margin-bottom:20px}
.judge b{color:var(--navy-800)}
.willing{display:flex;align-items:center;justify-content:space-between;gap:12px}
.willing .wt{font-size:14px;color:var(--ink-2);font-weight:500}
.toggle{width:52px;height:31px;border-radius:var(--r-pill);background:var(--line);position:relative;cursor:pointer;transition:background .3s var(--ease);flex-shrink:0}
.toggle::after{content:"";position:absolute;top:3px;left:3px;width:25px;height:25px;border-radius:50%;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.2);transition:transform .3s var(--ease)}
.toggle.on{background:var(--navy-800)}
.toggle.on::after{transform:translateX(21px)}
.exp-foot{text-align:center;margin-top:44px}
.exp-foot .cnt{font-size:14px;color:var(--gray);margin-bottom:18px}
.exp-foot .cnt b{color:var(--gold-600)}
.report-screen{background:var(--bg)}
.rep-cover{position:relative;overflow:hidden;background:var(--navy-900);color:#fff;padding:100px 0 90px;text-align:center}
.rep-cover .rcbg{position:absolute;inset:0;background:radial-gradient(900px 500px at 50% 8%, rgba(27,74,120,.65), transparent 62%),radial-gradient(600px 400px at 82% 88%, rgba(201,162,39,.22), transparent 60%),radial-gradient(500px 400px at 12% 80%, rgba(53,113,143,.3), transparent 62%)}
.rep-cover .stars{position:absolute;inset:0;opacity:.5;width:100%;height:100%}
.rep-cover .wrap{position:relative;z-index:2}
.rc-mark{display:flex;justify-content:center;margin-bottom:30px}
.rc-mark svg{width:56px;height:56px}
.rep-cover .rc-eyebrow{font-size:12.5px;letter-spacing:3.4px;color:var(--gold-400);text-transform:uppercase;font-weight:600;margin-bottom:26px}
.rep-cover h1{font-family:var(--serif);font-size:52px;font-weight:500;line-height:1.3;margin-bottom:18px;letter-spacing:1px}
.rep-cover .rc-name{font-size:17px;color:rgba(255,255,255,.72);margin-bottom:8px}
.rep-cover .rc-date{font-size:13.5px;color:rgba(255,255,255,.44);letter-spacing:1px;margin-bottom:44px}
.rep-cover .rc-pos{font-family:var(--serif);font-size:21px;color:var(--gold-300);max-width:620px;margin:0 auto 50px;line-height:1.7;font-weight:500}
.rc-paths{display:flex;justify-content:center;max-width:600px;margin:0 auto}
.rc-paths svg{width:100%;height:auto}
.rep-sec{padding:80px 0;border-bottom:1px solid var(--line-soft)}
.rep-sec:last-child{border-bottom:none}
.rep-sec-head{max-width:880px;margin:0 auto 42px;padding:0 32px}
.rep-sec-head .eyebrow{margin-bottom:12px}
.rep-sec-head h2{font-family:var(--serif);font-size:32px;color:var(--navy-800);font-weight:600;letter-spacing:.5px}
.portrait{max-width:880px;margin:0 auto;padding:0 32px}
.portrait .pquote{font-family:var(--serif);font-size:21px;color:var(--ink);line-height:1.85;margin-bottom:36px;position:relative;padding-left:26px;border-left:3px solid var(--gold-400)}
.mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:26px}
.mini{background:var(--card);border:1px solid var(--line-soft);border-radius:var(--r-md);padding:24px;box-shadow:var(--sh-sm)}
.mini .mt{font-size:12px;letter-spacing:1px;color:var(--gold-700);text-transform:uppercase;font-weight:600;margin-bottom:11px}
.mini p{font-size:14.5px;color:var(--ink-2);line-height:1.7}
.tension-mini{display:grid;grid-template-columns:1fr auto 1fr;gap:16px;align-items:center;background:var(--navy-tint);border-radius:var(--r-md);padding:26px}
.tension-mini .pole{text-align:center}
.tension-mini .pole .pt{font-family:var(--serif);font-size:18px;color:var(--navy-800);font-weight:600;line-height:1.5}
.tension-mini .arrow{color:var(--gold-700);font-size:20px}
.overview{max-width:1040px;margin:0 auto;padding:0 32px;display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.ov-card{background:var(--card);border:1px solid var(--line-soft);border-radius:var(--r-lg);padding:28px;box-shadow:var(--sh-sm);cursor:pointer;transition:all .35s var(--ease)}
.ov-card:hover{box-shadow:var(--sh-md);transform:translateY(-3px)}
.ov-card .ov-c{width:100%;height:5px;border-radius:var(--r-pill);margin-bottom:20px}
.ov-card .ov-name{font-family:var(--serif);font-size:22px;color:var(--navy-800);font-weight:600;margin-bottom:10px}
.ov-card .ov-one{font-size:14px;color:var(--gray);line-height:1.65;margin-bottom:20px;min-height:46px}
.ov-card .ov-radar{display:flex;justify-content:center}
.detail-wrap{max-width:880px;margin:0 auto;padding:0 32px;display:flex;flex-direction:column;gap:16px}
.acc{background:var(--card);border:1px solid var(--line-soft);border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--sh-sm)}
.acc-head{display:flex;align-items:center;gap:16px;padding:24px 28px;cursor:pointer}
.acc-head .ac{width:12px;height:12px;border-radius:50%;flex-shrink:0}
.acc-head .an{font-family:var(--serif);font-size:21px;color:var(--navy-800);font-weight:600;flex:1}
.acc-head .akb{font-size:12px;color:var(--gray-2);background:var(--bg);padding:5px 12px;border-radius:var(--r-pill);border:1px solid var(--line-soft)}
.acc-head .achev{width:22px;height:22px;color:var(--gray-2);transition:transform .35s var(--ease)}
.acc.open .achev{transform:rotate(180deg)}
.acc-body{max-height:0;overflow:hidden;transition:max-height .45s var(--ease)}
.acc-inner{padding:0 28px 30px;border-top:1px solid var(--line-soft)}
.acc-inner .state-line{font-family:var(--serif);font-size:19px;color:var(--ink);line-height:1.7;margin:24px 0 28px}
.det-cols{display:grid;grid-template-columns:1.1fr 1fr;gap:28px}
.det-block .db-t{font-size:12px;letter-spacing:1.2px;color:var(--gray-2);text-transform:uppercase;font-weight:600;margin-bottom:15px}
.gc-full{display:flex;gap:26px;align-items:center;background:var(--bg);border-radius:var(--r-md);padding:22px;margin-top:26px}
.gc-full .gcf-legend{flex:1;display:flex;flex-direction:column;gap:11px}
.gc-full .gl{display:flex;align-items:center;gap:11px;font-size:14px;color:var(--ink-2)}
.gc-full .gl .gl-name{width:52px;color:var(--gray)}
.gc-full .gl .gl-bar{flex:1;height:7px;background:var(--line);border-radius:var(--r-pill);overflow:hidden}
.gc-full .gl .gl-bar i{display:block;height:100%;border-radius:var(--r-pill)}
.gc-full .gl .gl-v{width:34px;text-align:right;font-weight:600;color:var(--navy-800)}
.action-list{max-width:900px;margin:0 auto;padding:0 32px;display:flex;flex-direction:column;gap:16px}
.acard{background:var(--card);border:1px solid var(--line-soft);border-radius:var(--r-lg);padding:26px 28px;box-shadow:var(--sh-sm);display:flex;gap:20px;align-items:flex-start}
.acard .cbx{width:28px;height:28px;border-radius:10px;border:2px solid var(--line);flex-shrink:0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .25s var(--ease);margin-top:2px}
.acard .cbx.checked{background:var(--navy-800);border-color:var(--navy-800)}
.acard .cbx svg{width:15px;height:15px;color:#fff;opacity:0;transition:opacity .2s}
.acard .cbx.checked svg{opacity:1}
.acard .abody{flex:1}
.acard .atag{display:inline-block;font-size:11.5px;font-weight:600;padding:4px 12px;border-radius:var(--r-pill);color:#fff;margin-bottom:12px}
.acard .ado{font-family:var(--serif);font-size:19px;color:var(--navy-800);font-weight:600;line-height:1.5;margin-bottom:12px}
.acard .ameta{display:flex;gap:20px;flex-wrap:wrap;font-size:13px;color:var(--gray)}
.closing{background:linear-gradient(180deg,var(--navy-900),var(--navy-800));color:#fff;text-align:center;padding:88px 0;position:relative;overflow:hidden}
.closing .clbg{position:absolute;inset:0;background:radial-gradient(700px 400px at 50% 0%, rgba(201,162,39,.16), transparent 60%)}
.closing .wrap{position:relative;z-index:2}
.closing .cl-mark{margin-bottom:26px}
.closing .cl-mark svg{width:38px;height:38px}
.closing blockquote{font-family:var(--serif);font-size:26px;line-height:1.75;max-width:680px;margin:0 auto 44px;color:#fff;font-weight:500}
.closing .cl-sub{font-size:15px;color:rgba(255,255,255,.6);max-width:520px;margin:0 auto 46px;line-height:1.8}
.res-row{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-bottom:44px}
.res{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14);border-radius:var(--r-md);padding:16px 22px;font-size:14px;color:rgba(255,255,255,.85);backdrop-filter:blur(10px);cursor:pointer;transition:all .3s var(--ease);text-align:left}
.res:hover{background:rgba(255,255,255,.13);transform:translateY(-2px)}
.res .rt{font-weight:600;color:#fff;margin-bottom:3px}
.res .rd{font-size:12px;color:rgba(255,255,255,.5)}
.closing .cl-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.btn-light{background:#fff;color:var(--navy-800)}
.btn-light:hover{background:var(--gold-soft);transform:translateY(-2px)}
.btn-outline-light{background:transparent;color:#fff;border-color:rgba(255,255,255,.3)}
.btn-outline-light:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.5)}
.share-screen{padding:70px 0 90px;min-height:calc(100vh - 117px);background:radial-gradient(800px 460px at 50% -6%, rgba(16,52,90,.07), transparent 60%)}
.share-head{text-align:center;max-width:600px;margin:0 auto 46px}
.share-head h2{font-family:var(--serif);font-size:36px;color:var(--navy-800);font-weight:600;margin-bottom:14px}
.share-head p{font-size:16px;color:var(--gray);line-height:1.75}
.share-layout{display:flex;gap:56px;justify-content:center;align-items:center;flex-wrap:wrap}
.share-card{width:340px;border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--sh-lg);background:var(--navy-900);color:#fff;position:relative}
.sc-bg{position:absolute;inset:0;background:radial-gradient(400px 300px at 50% 0%, rgba(27,74,120,.7), transparent 60%),radial-gradient(280px 240px at 88% 96%, rgba(201,162,39,.2), transparent 60%)}
.sc-inner{position:relative;z-index:2;padding:34px 30px 30px}
.sc-top{display:flex;align-items:center;gap:10px;margin-bottom:26px}
.sc-top svg{width:24px;height:24px}
.sc-top .wm{font-family:var(--serif);font-size:15px;font-weight:600;letter-spacing:.5px}
.sc-pos{font-family:var(--serif);font-size:19px;line-height:1.6;color:var(--gold-300);margin-bottom:26px;font-weight:500}
.sc-paths{display:flex;flex-direction:column;gap:12px;margin-bottom:26px}
.sc-path{display:flex;align-items:center;gap:12px;font-size:14.5px}
.sc-path .sdot{width:9px;height:9px;border-radius:50%;flex-shrink:0}
.sc-path .snm{color:rgba(255,255,255,.9)}
.sc-radar{display:flex;justify-content:center;margin-bottom:26px;background:rgba(255,255,255,.04);border-radius:var(--r-md);padding:18px}
.sc-foot{display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(255,255,255,.12);padding-top:20px}
.sc-foot .qr{width:64px;height:64px;border-radius:8px;background:#fff;display:grid;grid-template-columns:repeat(7,1fr);grid-template-rows:repeat(7,1fr);gap:1.5px;padding:6px}
.sc-foot .qr i{background:var(--navy-800);border-radius:1px}
.sc-foot .qr i.o{background:transparent}
.sc-foot .sft-t{font-size:11.5px;color:rgba(255,255,255,.55);text-align:right;line-height:1.6}
.share-side{max-width:320px}
.share-side h3{font-family:var(--serif);font-size:22px;color:var(--navy-800);font-weight:600;margin-bottom:16px}
.privacy-list{display:flex;flex-direction:column;gap:13px;margin-bottom:28px}
.pl{display:flex;gap:11px;font-size:14px;color:var(--ink-2);line-height:1.55;align-items:flex-start}
.pl svg{width:18px;height:18px;flex-shrink:0;margin-top:1px}
.pl.yes svg{color:#2E7D5B}
.pl.no svg{color:var(--gray-2)}
.pl.no{color:var(--gray)}
.share-side .btn{width:100%;margin-bottom:11px}
@media(max-width:1080px){
  .journey{grid-template-columns:repeat(3,1fr)}
  .split{grid-template-columns:1fr}
  .side-col{border-top:1px solid var(--line-soft)}
  .chat-col{border-right:none}
  .paths-grid,.exp-grid,.overview,.promise{grid-template-columns:1fr}
  .mirror-grid,.calib-grid,.det-cols,.mini-grid{grid-template-columns:1fr}
  .hero h1{font-size:42px}
  .gc-full{flex-direction:column;align-items:flex-start}
}
