:root{--black:#000;--z950:#09090b;--z900:#18181b;--z800:#27272a;--z700:#3f3f46;--z600:#52525b;--z500:#71717a;--z400:#a1a1aa;--z300:#d4d4d8;--white:#fff;--ok:#4ade80;--bg:var(--black);--bg-alt:var(--z950);--bg-loud:var(--z900);--text:var(--z300);--text-2:var(--z400);--text-muted:var(--z500);--text-faint:var(--z600);--text-strong:var(--white);--line:var(--z800);--line-hover:var(--z600);--line-strong:rgba(255,255,255,.25);--surface:rgba(24,24,27,.3);--surface-strong:rgba(24,24,27,.55);--surface-off:rgba(24,24,27,.15);--font-sans:-apple-system,"PingFang TC","Noto Sans TC",system-ui,sans-serif;--font-mono:ui-monospace,SFMono-Regular,Menlo,monospace;--dur-slow:.3s;--dur-base:.25s;--dur-enter:.7s;--ease:ease}body.solo-system *{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body.solo-system{background:var(--bg);color:var(--text);font-family:var(--font-sans);line-height:1.7;font-size:16px;-webkit-font-smoothing:antialiased;overflow-x:hidden}body.solo-system strong{color:var(--text-strong);font-weight:700}body.solo-system a{color:inherit;text-decoration:none}body.solo-system a:hover{color:var(--text-strong)}body.solo-system :focus-visible{outline:2px solid var(--white);outline-offset:2px}body.solo-system ul{list-style:none}body.solo-system button{font-family:inherit;background:none;border:none;color:inherit;cursor:pointer}body.solo-system .bg-grid{position:fixed;inset:0;z-index:-2;pointer-events:none;background-image:linear-gradient(rgba(63,63,70,.14) 1px,transparent 1px),linear-gradient(90deg,rgba(63,63,70,.14) 1px,transparent 1px);background-size:64px 64px}body.solo-system .glow{position:absolute;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(ellipse 60% 45% at 50% 38%,rgba(255,255,255,.06),transparent 70%)}body.solo-system .container{max-width:1120px;margin:0 auto;padding:0 24px}body.solo-system .prose{max-width:880px}body.solo-system .label{font-family:var(--font-mono);font-size:12px;font-weight:700;letter-spacing:.3em;text-transform:uppercase;color:var(--text-muted)}body.solo-system .label--tight{letter-spacing:.2em}body.solo-system .sec{padding:96px 0;border-top:1px solid var(--z900);position:relative}body.solo-system .sec--alt{background:var(--bg-alt)}body.solo-system .sec--loud{background:var(--bg-loud)}@media(min-width:768px){body.solo-system .sec{padding:128px 0}}body.solo-system .sec-head{margin-bottom:56px}body.solo-system .sec-head .label{display:block;margin-bottom:20px}body.solo-system .sec-title{font-size:clamp(28px,4.5vw,44px);font-weight:800;color:var(--text-strong);line-height:1.25;text-wrap:balance}body.solo-system .sec-lede{margin-top:20px;font-size:18px;color:var(--text-2);max-width:640px}body.solo-system .surface{border:1px solid var(--line);background:var(--surface);transition:border-color var(--dur-slow)}body.solo-system .surface:hover{border-color:var(--line-hover)}body.solo-system .btn{display:inline-flex;align-items:center;gap:12px;padding:16px 32px;font-size:16px;font-weight:700;border:1px solid var(--z700);color:var(--text-strong);transition:border-color var(--dur-base),background var(--dur-base),color var(--dur-base)}body.solo-system .btn:hover{border-color:var(--white);background:var(--z900);color:var(--white)}body.solo-system .btn svg{width:18px;height:18px;flex:none}body.solo-system .btn--invert{background:var(--white);color:var(--black);border-color:var(--white)}body.solo-system .btn--invert:hover{background:var(--z300);border-color:var(--z300);color:var(--black)}body.solo-system .reveal{transition:opacity var(--dur-enter) var(--ease),transform var(--dur-enter) var(--ease);transition-delay:var(--d,0ms)}html.js body.solo-system .reveal{opacity:0;transform:translateY(24px)}html.js body.solo-system .reveal.on{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){html.js body.solo-system .reveal{opacity:1;transform:none;transition:none}}body.solo-system .nav{position:fixed;top:0;left:0;right:0;z-index:50;border-bottom:1px solid var(--z900);background:#000000b8;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}body.solo-system .nav-in{max-width:1120px;margin:0 auto;padding:0 24px;height:64px;display:flex;align-items:center;justify-content:space-between;gap:24px}body.solo-system .nav-brand{font-family:var(--font-mono);font-size:12px;font-weight:800;letter-spacing:.25em;color:var(--text-strong)}body.solo-system .nav-links{display:none;gap:32px}body.solo-system .nav-links a{font-size:14px;color:var(--text-2);transition:color var(--dur-base)}body.solo-system .nav-links a:hover{color:var(--white)}body.solo-system .nav-cta{font-family:var(--font-mono);font-size:12px;font-weight:800;letter-spacing:.15em;padding:10px 20px;background:var(--white);color:var(--black);transition:background var(--dur-base)}body.solo-system .nav-cta:hover{background:var(--z300);color:var(--black)}@media(min-width:768px){body.solo-system .nav-links{display:flex}}body.solo-system .hero{padding:160px 0 96px;position:relative}@media(min-width:768px){body.solo-system .hero{padding:192px 0 128px}}body.solo-system .hero-intro{position:relative}body.solo-system .hero-copy{position:relative;z-index:1}body.solo-system .hero-tag{display:inline-flex;align-items:center;gap:12px;margin-bottom:28px}body.solo-system .hero-tag .dot{width:7px;height:7px;border-radius:50%;background:var(--ok);flex:none}body.solo-system .hero-h1{font-size:clamp(40px,7.4vw,84px);font-weight:900;letter-spacing:-.02em;line-height:1.12;color:var(--text-strong);text-wrap:balance;max-width:900px}body.solo-system .hero-sub{margin-top:28px;font-size:18px;color:var(--text-2);max-width:620px}body.solo-system .hero-sub strong{font-weight:700}body.solo-system .hero-ctas{margin-top:44px;display:flex;flex-wrap:wrap;gap:16px;align-items:center}body.solo-system .hero-note{margin-top:20px;font-family:var(--font-mono);font-size:12px;letter-spacing:.15em;color:var(--text-muted)}body.solo-system .hero-visual{width:min(100%,440px);margin:48px auto 0;position:relative;isolation:isolate}body.solo-system .hero-visual:before{content:"";position:absolute;inset:18% 12%;z-index:-1;pointer-events:none;background:radial-gradient(circle,rgba(255,255,255,.1),transparent 68%);filter:blur(36px)}body.solo-system .hero-visual img{display:block;width:100%;height:auto;filter:saturate(.92) contrast(1.04) drop-shadow(0 28px 56px rgba(0,0,0,.7))}body.solo-system .hero-stats{margin-top:64px;display:grid;grid-template-columns:1fr;border:1px solid var(--line)}body.solo-system .hero-stat{padding:24px 28px;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:6px;background:var(--surface-off)}body.solo-system .hero-stat:first-child{border-top:none}body.solo-system .hero-stat .k{font-family:var(--font-mono);font-size:11px;letter-spacing:.25em;text-transform:uppercase;color:var(--text-muted)}body.solo-system .hero-stat .v{font-size:20px;font-weight:700;color:var(--text-strong)}@media(min-width:768px){body.solo-system .hero-stats{grid-template-columns:repeat(3,1fr)}body.solo-system .hero-stat{border-top:none;border-left:1px solid var(--line)}body.solo-system .hero-stat:first-child{border-left:none}}@media(min-width:960px){body.solo-system .hero-intro{display:grid;grid-template-columns:minmax(0,1.16fr) minmax(350px,.84fr);align-items:center;gap:clamp(28px,4vw,64px)}body.solo-system .hero-h1{font-size:clamp(58px,6.2vw,76px);max-width:660px}body.solo-system .hero-visual{width:min(40vw,440px);margin:-34px -20px -42px 0;justify-self:end}body.solo-system .hero-stats{margin-top:76px}}@media(max-width:520px){body.solo-system .hero-visual{width:min(94%,390px);margin-top:40px}}body.solo-system .chaos{position:relative;padding:8px 0 0}body.solo-system .chaos-wall{display:flex;flex-wrap:wrap;gap:10px;max-width:1000px;position:relative}body.solo-system .chip{font-family:var(--font-mono);font-size:11px;letter-spacing:.1em;padding:8px 14px;border:1px dashed var(--z800);color:var(--text-faint);white-space:nowrap}body.solo-system .chip.c2{opacity:.75}body.solo-system .chip.c3{opacity:.5}body.solo-system .chip.c4{opacity:.35}body.solo-system .chip.dead{text-decoration:line-through;opacity:.3}body.solo-system .chaos-big{font-size:clamp(60px,12vw,140px);font-weight:900;letter-spacing:-.02em;color:var(--z700);line-height:1;margin:56px 0 0;-webkit-user-select:none;-moz-user-select:none;user-select:none}body.solo-system .chaos-punch{margin-top:40px;max-width:720px}body.solo-system .chaos-punch p{margin-top:16px;color:var(--text-2)}body.solo-system .chaos-punch .big{font-size:clamp(22px,3.6vw,34px);font-weight:800;line-height:1.5;color:var(--text-strong);text-wrap:balance}body.solo-system .org{display:flex;flex-direction:column;align-items:center;margin-top:24px}body.solo-system .org-node{border:1px solid var(--line);background:var(--surface);padding:20px 28px;text-align:center;min-width:220px;max-width:360px}body.solo-system .org-node .t{font-family:var(--font-mono);font-size:11px;letter-spacing:.25em;text-transform:uppercase;color:var(--text-muted);display:block;margin-bottom:6px}body.solo-system .org-node .n{font-size:18px;font-weight:700;color:var(--text-strong)}body.solo-system .org-node .d{font-size:13px;color:var(--text-muted);margin-top:6px}body.solo-system .org-node--you{border-color:var(--line)}body.solo-system .org-node--staff{border-color:var(--line-strong);background:var(--surface-strong)}body.solo-system .org-wire{width:1px;height:40px;background:var(--z800)}body.solo-system .org-say{font-family:var(--font-mono);font-size:12px;letter-spacing:.1em;color:var(--text-2);border:1px solid var(--line);background:var(--surface-off);padding:10px 18px;margin:0 0 40px;max-width:92vw}body.solo-system .org-say:before{content:"> ";color:var(--text-muted)}body.solo-system .org-fan{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin:0;max-width:820px}body.solo-system .org-emp{border:1px solid var(--line);background:var(--surface);padding:14px 18px;text-align:center}body.solo-system .org-emp .n{font-size:15px;font-weight:700;color:var(--text-strong);display:block}body.solo-system .org-emp .r{font-family:var(--font-mono);font-size:10px;letter-spacing:.2em;color:var(--text-muted)}body.solo-system .org-emp .d{font-size:12px;color:var(--text-muted);margin-top:5px;display:block;line-height:1.5}body.solo-system .org-depts{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;max-width:960px;margin:0}body.solo-system .org-dept{display:flex;flex-direction:column;gap:10px;flex:1;min-width:230px;max-width:290px}body.solo-system .dept-label{font-family:var(--font-mono);font-size:11px;letter-spacing:.25em;text-transform:uppercase;color:var(--text-muted);text-align:center;padding-bottom:6px;border-bottom:1px solid var(--line)}body.solo-system .pipeline-list{display:flex;flex-direction:column;gap:clamp(56px,8vw,92px)}body.solo-system .pipeline-card{overflow:visible}body.solo-system .pipeline-name{margin-bottom:clamp(22px,3vw,34px);color:var(--z600);font-size:clamp(34px,5.5vw,56px);font-weight:900;letter-spacing:-.035em;line-height:1;text-wrap:balance}body.solo-system .pipeline-scroll{overflow-x:auto;overflow-y:hidden;overscroll-behavior-inline:contain;scrollbar-width:thin;scrollbar-color:var(--z700) transparent}body.solo-system .pipeline-scroll:focus-visible{outline-offset:-3px}body.solo-system .pipeline-scroll::-webkit-scrollbar{height:7px}body.solo-system .pipeline-scroll::-webkit-scrollbar-thumb{background:var(--z700);border-radius:999px}body.solo-system .pipeline-grid{position:relative;display:grid;width:-moz-max-content;width:max-content;align-content:center;padding:26px;isolation:isolate}body.solo-system .pipeline-grid--content{--content-quality-col:8;--content-review-col:9;--content-publish-col:10;width:1562px;min-height:554px;grid-template-columns:repeat(10,124px);grid-template-rows:repeat(8,54px);-moz-column-gap:30px;column-gap:30px;row-gap:10px}body.solo-system .pipeline-grid--content[data-expanded-subflow]{--content-quality-col:10;--content-review-col:11;--content-publish-col:12;width:1870px;grid-template-columns:repeat(12,124px)}body.solo-system .pipeline-grid--knowledge{width:780px;min-height:246px;justify-content:center;grid-template-columns:repeat(3,152px);grid-template-rows:repeat(3,58px);-moz-column-gap:72px;column-gap:72px;row-gap:14px}body.solo-system .pipeline-grid--deck{width:1080px;min-height:166px;justify-content:center;grid-template-columns:repeat(6,142px);grid-template-rows:70px;-moz-column-gap:36px;column-gap:36px}body.solo-system .pipeline-grid--editing{width:1408px;min-height:268px;grid-template-columns:repeat(9,124px);grid-template-rows:repeat(3,54px);-moz-column-gap:30px;column-gap:30px;row-gap:12px}body.solo-system .pipeline-edges{position:absolute;inset:0;z-index:0;width:100%;height:100%;overflow:visible;pointer-events:none;color:var(--text-muted)}body.solo-system .pipeline-edge{fill:none;stroke:var(--line-strong);stroke-width:1.4}body.solo-system .pipeline-node{position:relative;z-index:1;align-self:center;width:100%;min-width:0;display:flex;flex-direction:column;gap:3px;padding:9px 11px;border:1px solid var(--line-strong);border-radius:8px;background:#27272ae0;box-shadow:0 4px 16px #00000052;transition:border-color var(--dur-base),transform var(--dur-base),box-shadow var(--dur-base)}body.solo-system .pipeline-node:hover{border-color:#ffffff7a;transform:translateY(-1px);box-shadow:0 7px 20px #0006}body.solo-system .pipeline-node-title{display:flex;align-items:center;gap:6px;min-width:0;color:var(--text-strong)}body.solo-system .pipeline-node-title svg{width:14px;height:14px;flex:none}body.solo-system .pipeline-node-title b{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12.5px;line-height:1.35;font-weight:650}body.solo-system .pipeline-node-meta{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:var(--font-mono);font-size:9.5px;line-height:1.4;color:var(--text-muted)}body.solo-system .pipeline-node--subflow{cursor:pointer;color:inherit;font:inherit;text-align:left;border-style:dashed;border-color:#ffffff57;background:#27272a9e}body.solo-system .pipeline-node--subflow:hover{border-color:#ffffff9e}body.solo-system .pipeline-node--subflow[aria-expanded=true]{border-color:#818cf8a8;background:#6366f11c}body.solo-system .pipeline-node-toggle{margin-left:auto;transition:transform var(--dur-base);color:var(--text-muted)}body.solo-system .pipeline-node--subflow[aria-expanded=true] .pipeline-node-toggle{transform:rotate(90deg);color:#bdc3ff}body.solo-system .pipeline-node[data-subflow-detail]{display:none}body.solo-system .pipeline-grid[data-expanded-subflow=threads] [data-subflow-detail=threads],body.solo-system .pipeline-grid[data-expanded-subflow=carousel] [data-subflow-detail=carousel],body.solo-system .pipeline-grid[data-expanded-subflow=blog] [data-subflow-detail=blog],body.solo-system .pipeline-grid[data-expanded-subflow=youtube] [data-subflow-detail=youtube]{display:flex;animation:pipeline-detail-in .32s cubic-bezier(.22,1,.36,1) both}@keyframes pipeline-detail-in{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}body.solo-system .pipeline-node--system{border-style:dashed;background:#27272a85}body.solo-system .pipeline-node--knowledge{border-color:#d2a44a6b;background:#d2a44a14}body.solo-system .pipeline-node--knowledge .pipeline-node-title{color:#e5c879}body.solo-system .pipeline-node--tool{border-color:#818cf86b;background:#6366f117}body.solo-system .pipeline-node--tool .pipeline-node-title{color:#bdc3ff}body.solo-system .pipeline-node--publish{border-color:#4ade8073;background:#4ade8017}body.solo-system .pipeline-node--publish .pipeline-node-title{color:#91e3ad}@media(max-width:640px){body.solo-system .pipeline-name{margin-bottom:18px}body.solo-system .pipeline-grid{padding:20px}}@media(prefers-reduced-motion:reduce){body.solo-system .pipeline-node,body.solo-system .pipeline-node-toggle{transition:none}body.solo-system .pipeline-grid [data-subflow-detail]{animation:none}}body.solo-system .org-qc{display:flex;align-items:center;gap:14px;border:1px solid var(--line);background:var(--surface);padding:16px 24px;margin:0}body.solo-system .org-qc svg{width:26px;height:26px;color:var(--text-muted);flex:none}body.solo-system .org-qc .x{font-size:14px;color:var(--text-2)}body.solo-system .org-out{border:1px solid var(--line-strong);background:var(--surface-strong);padding:18px 32px;display:flex;align-items:center;gap:12px}body.solo-system .org-out svg{width:20px;height:20px;color:var(--ok)}body.solo-system .org-out span{font-weight:700;color:var(--text-strong)}body.solo-system .org-cap{margin-top:48px;text-align:center;font-family:var(--font-mono);font-size:12px;letter-spacing:.2em;color:var(--text-muted)}body.solo-system .term{border:1px solid var(--line);background:#18181b80;max-width:880px}body.solo-system .term-bar{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:1px solid var(--line)}body.solo-system .term-bar .t{font-family:var(--font-mono);font-size:11px;letter-spacing:.25em;color:var(--text-muted)}body.solo-system .term-bar .dots{display:flex;gap:8px}body.solo-system .term-bar .dots i{width:9px;height:9px;border-radius:50%;border:1px solid var(--z700)}body.solo-system .term-body{padding:24px 20px 28px;font-family:var(--font-mono);font-size:13px;line-height:2.1;overflow-x:auto}body.solo-system .term-body .row{white-space:nowrap}body.solo-system .term-body .who{color:var(--text-muted);display:inline-block;min-width:74px}body.solo-system .term-body .cmd{color:var(--text-strong);font-weight:700}body.solo-system .term-body .ok{color:var(--ok)}body.solo-system .term-body .warn{color:var(--text-2)}body.solo-system .term-body .dim{color:var(--text-faint)}body.solo-system .video-hold{margin-top:24px;border:1px dashed var(--z700);background:var(--surface-off);padding:56px 24px;text-align:center;max-width:880px}body.solo-system .video-hold .label{display:block;margin-bottom:12px;color:var(--text-muted)}body.solo-system .video-hold p{font-size:14px;color:var(--text-muted)}body.solo-system .ledger{display:grid;grid-template-columns:1fr;gap:24px;align-items:stretch}@media(min-width:768px){body.solo-system .ledger{grid-template-columns:1fr 1fr}}body.solo-system .bill{border:1px solid var(--line);background:var(--surface);display:flex;flex-direction:column}body.solo-system .bill--ai{border-color:var(--line-strong);background:var(--surface-strong)}body.solo-system .bill-head{padding:20px 28px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:baseline;gap:12px}body.solo-system .bill-head .t{font-family:var(--font-mono);font-size:12px;letter-spacing:.25em;text-transform:uppercase;color:var(--text-muted)}body.solo-system .bill-head .s{font-size:13px;color:var(--text-faint)}body.solo-system .bill-rows{padding:8px 28px;flex:1}body.solo-system .bill-row{display:flex;justify-content:space-between;align-items:baseline;gap:16px;padding:16px 0;border-bottom:1px solid rgba(39,39,42,.6);font-size:15px}body.solo-system .bill-row:last-child{border-bottom:none}body.solo-system .bill-row .i{color:var(--text-2)}body.solo-system .bill-row .i small{display:block;font-size:12px;color:var(--text-faint)}body.solo-system .bill-row .p{font-family:var(--font-mono);font-variant-numeric:tabular-nums;color:var(--text);white-space:nowrap}body.solo-system .bill-total{border-top:1px solid var(--line);padding:24px 28px;display:flex;justify-content:space-between;align-items:baseline;gap:16px}body.solo-system .bill-total .k{font-family:var(--font-mono);font-size:11px;letter-spacing:.25em;text-transform:uppercase;color:var(--text-muted)}body.solo-system .bill-total .v{font-size:clamp(34px,5vw,52px);font-weight:900;color:var(--text-strong);font-variant-numeric:tabular-nums;line-height:1}body.solo-system .bill-total .v small{font-size:15px;font-weight:400;color:var(--text-muted);letter-spacing:0}body.solo-system .bill-foot{padding:0 28px 24px;font-size:13px;color:var(--text-muted)}body.solo-system .bill-foot .ok-tag{color:var(--ok);font-family:var(--font-mono);font-size:11px;letter-spacing:.15em}body.solo-system .ledger-cap{margin-top:28px;font-size:14px;color:var(--text-muted);max-width:720px}body.solo-system .duel{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:768px){body.solo-system .duel{grid-template-columns:1fr 1fr}}body.solo-system .duel-side{padding:36px 32px 32px}body.solo-system .duel-side .h{font-size:clamp(20px,3vw,28px);font-weight:700;margin-bottom:24px}body.solo-system .duel-side ul li{padding:14px 0;border-top:1px solid rgba(39,39,42,.6);font-size:15px;display:flex;gap:12px;align-items:flex-start}body.solo-system .duel-side ul li svg{width:18px;height:18px;flex:none;margin-top:5px}body.solo-system .duel-side .ft{margin-top:24px;font-family:var(--font-mono);font-size:11px;letter-spacing:.2em;color:var(--text-muted)}body.solo-system .duel--learn{border:1px dashed var(--z700);background:var(--surface-off);color:var(--text-muted)}body.solo-system .duel--learn .h{color:var(--text-2)}body.solo-system .duel--learn li svg{color:var(--z700)}body.solo-system .duel--hire{border:1px solid var(--line-strong);background:var(--surface-strong)}body.solo-system .duel--hire .h{color:var(--text-strong)}body.solo-system .duel--hire li{color:var(--text)}body.solo-system .duel--hire li svg{color:var(--white)}body.solo-system .pull{margin:64px auto 0;max-width:820px;border-left:2px solid var(--white);padding:8px 0 8px 28px}body.solo-system .pull p{font-size:clamp(20px,3vw,26px);font-weight:700;color:var(--text-strong);line-height:1.6;text-wrap:balance}body.solo-system .roster{border:1px solid var(--line);background:var(--surface);overflow-x:auto}body.solo-system .roster table{width:100%;border-collapse:collapse;min-width:640px}body.solo-system .roster th{font-family:var(--font-mono);font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);text-align:left;padding:16px 24px;border-bottom:1px solid var(--line);background:#18181b80}body.solo-system .roster td{padding:18px 24px;border-bottom:1px solid rgba(39,39,42,.6);font-size:15px;vertical-align:middle}body.solo-system .roster tr:last-child td{border-bottom:none}body.solo-system .roster .id{font-family:var(--font-mono);font-size:12px;letter-spacing:.15em;color:var(--text-muted);white-space:nowrap}body.solo-system .roster .nm{font-weight:700;color:var(--text-strong);white-space:nowrap}body.solo-system .roster .rl{color:var(--text-2);font-size:14px}body.solo-system .roster .st{font-family:var(--font-mono);font-size:11px;letter-spacing:.15em;white-space:nowrap;display:flex;align-items:center;gap:8px}body.solo-system .roster .st i{width:7px;height:7px;border-radius:50%;flex:none}body.solo-system .st--on{color:var(--ok)}body.solo-system .st--on i{background:var(--ok)}body.solo-system .st--staff{color:var(--white)}body.solo-system .st--staff i{background:var(--white)}body.solo-system .st--soon{color:var(--text-muted)}body.solo-system .st--soon i{border:1px dashed var(--z600)}body.solo-system .roster tr.is-staff td{background:#ffffff0a}body.solo-system .roster tr.is-soon td{color:var(--text-faint)}body.solo-system .st--next{color:var(--text-2)}body.solo-system .st--next i{border:1px solid var(--z500);background:#ffffff2e}body.solo-system .mach{display:grid;grid-template-columns:1fr;gap:1px;background:var(--line);border:1px solid var(--line)}@media(min-width:640px){body.solo-system .mach{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){body.solo-system .mach{grid-template-columns:repeat(3,1fr)}}body.solo-system .mach-cell{background:var(--bg);padding:28px 24px 32px;transition:background var(--dur-base)}body.solo-system .mach-cell:hover{background:var(--z950)}body.solo-system .mach-cell .lb{font-family:var(--font-mono);font-size:10px;font-weight:700;letter-spacing:.25em;text-transform:uppercase;color:var(--text-faint);display:block;margin-bottom:14px}body.solo-system .mach-cell .nm{font-size:17px;font-weight:800;color:var(--text-strong);display:block;margin-bottom:10px}body.solo-system .mach-cell p{font-size:13.5px;color:var(--text-muted);line-height:1.75}body.solo-system .mach-cap{margin-top:32px;font-size:15px;color:var(--text-2);text-align:center}body.solo-system .bench{margin-top:56px;border:1px solid var(--line);background:var(--surface)}body.solo-system .bench-head{padding:28px 28px 22px;border-bottom:1px solid var(--line)}body.solo-system .bench-head .h{font-size:20px;font-weight:800;color:var(--text-strong);display:block;margin-bottom:10px}body.solo-system .bench-head p{font-size:14px;color:var(--text-muted);max-width:760px}body.solo-system .bench-body{padding:22px 28px 8px;display:flex;flex-direction:column;gap:16px}body.solo-system .bench-row{display:flex;flex-wrap:wrap;gap:8px;align-items:baseline}body.solo-system .bench-row .k{font-family:var(--font-mono);font-size:10px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--text-faint);flex:none;min-width:110px}body.solo-system .chip2{font-size:12.5px;color:var(--text-2);border:1px solid var(--z800);padding:5px 12px;white-space:nowrap}body.solo-system .chip2 small{color:var(--text-faint)}body.solo-system .bench-note{font-size:12px;color:var(--text-faint);padding:16px 28px 24px}body.solo-system .roster tr.is-soon .nm{color:var(--text-muted)}body.solo-system .roster tr.is-soon td:first-child{border-left:1px dashed var(--z700)}body.solo-system .roster-cap{margin-top:24px;font-size:14px;color:var(--text-muted);max-width:760px}body.solo-system .roster-cap strong{color:var(--text-2);font-weight:700}body.solo-system .honest{padding:64px 0}body.solo-system .honest-in{max-width:880px}body.solo-system .honest .label{display:block;margin-bottom:16px}body.solo-system .honest p{font-size:clamp(18px,2.6vw,22px);line-height:1.8;color:var(--text)}body.solo-system .honest p strong{color:var(--text-strong)}body.solo-system .honest .fine{margin-top:16px;font-size:14px;color:var(--text-muted)}body.solo-system .tiers{display:flex;flex-direction:column;gap:24px}body.solo-system .tier{border:1px solid var(--line);background:var(--surface);display:grid;grid-template-columns:1fr;gap:0;transition:border-color var(--dur-slow)}body.solo-system .tier:hover{border-color:var(--line-hover)}body.solo-system .tier--hot{border-color:var(--line-strong);background:var(--surface-strong)}body.solo-system .tier--hot:hover{border-color:var(--line-strong)}@media(min-width:900px){body.solo-system .tier{grid-template-columns:300px 1fr 300px}}body.solo-system .tier-meta{padding:32px;border-bottom:1px solid rgba(39,39,42,.6)}body.solo-system .tier-meta .no{font-family:var(--font-mono);font-size:11px;letter-spacing:.25em;color:var(--text-muted);display:block;margin-bottom:14px}body.solo-system .tier-meta .nm{font-size:clamp(22px,3vw,28px);font-weight:800;color:var(--text-strong);line-height:1.3}body.solo-system .tier-meta .tg{margin-top:10px;font-size:14px;color:var(--text-muted)}body.solo-system .tier-badge{display:inline-block;margin-bottom:14px;background:var(--white);color:var(--black);font-family:var(--font-mono);font-size:10px;font-weight:800;letter-spacing:.25em;padding:6px 12px}body.solo-system .tier-body{padding:32px;border-bottom:1px solid rgba(39,39,42,.6)}body.solo-system .tier-body li{padding:11px 0;font-size:15px;color:var(--text);display:flex;gap:12px;align-items:flex-start;border-top:1px solid rgba(39,39,42,.45)}body.solo-system .tier-body li:first-child{border-top:none}body.solo-system .tier-body li svg{width:16px;height:16px;flex:none;margin-top:6px;color:var(--text-muted)}body.solo-system .tier--hot .tier-body li svg{color:var(--white)}body.solo-system .tier-body li small{color:var(--text-muted)}body.solo-system .tier-buy{padding:32px;display:flex;flex-direction:column;justify-content:center;gap:16px}body.solo-system .tier-price .was{font-family:var(--font-mono);font-size:13px;color:var(--text-faint);text-decoration:line-through;display:block;margin-bottom:6px}body.solo-system .tier-price .now{font-size:clamp(38px,5vw,52px);font-weight:900;color:var(--text-strong);font-variant-numeric:tabular-nums;line-height:1}body.solo-system .tier-price .now small{font-size:14px;font-weight:400;color:var(--text-muted)}body.solo-system .tier-note{font-family:var(--font-mono);font-size:11px;letter-spacing:.12em;color:var(--text-muted);line-height:1.9}@media(min-width:900px){body.solo-system .tier-meta,body.solo-system .tier-body{border-bottom:none;border-right:1px solid rgba(39,39,42,.6)}}body.solo-system .decoy{margin:0 0 8px;font-size:13px;color:var(--text-muted)}body.solo-system .decoy s{color:var(--text-faint)}body.solo-system .wave{border:1px solid var(--line);background:var(--surface-off);padding:28px 32px;margin-top:24px}body.solo-system .wave .label{display:block;margin-bottom:24px}body.solo-system .wave-line{display:flex;align-items:flex-start}body.solo-system .wave-node{flex:1;position:relative;padding-top:20px}body.solo-system .wave-node:before{content:"";position:absolute;top:5px;left:0;right:0;height:1px;background:var(--z800)}body.solo-system .wave-node:last-child:before{right:50%}body.solo-system .wave-node:first-child:before{left:0}body.solo-system .wave-node i{position:absolute;top:0;left:0;width:11px;height:11px;border-radius:50%;background:var(--black);border:1px solid var(--z600);z-index:1}body.solo-system .wave-node.now i{background:var(--white);border-color:var(--white)}body.solo-system .wave-node.next i{border-style:dashed}body.solo-system .wave-node .p{font-family:var(--font-mono);font-size:14px;font-weight:700;color:var(--text-muted);font-variant-numeric:tabular-nums}body.solo-system .wave-node.now .p{color:var(--text-strong)}body.solo-system .wave-node .w{font-family:var(--font-mono);font-size:10px;letter-spacing:.2em;color:var(--text-faint);display:block;margin-top:4px}body.solo-system .wave-cap{margin-top:20px;font-family:var(--font-mono);font-size:11px;letter-spacing:.12em;color:var(--text-muted)}body.solo-system .tier-sub{border:1px dashed var(--z700);background:var(--surface-off);padding:24px 32px;display:flex;flex-wrap:wrap;gap:16px;align-items:center;justify-content:space-between}body.solo-system .tier-sub .l .n{font-weight:700;color:var(--text-2)}body.solo-system .tier-sub .l .d{font-size:13px;color:var(--text-muted);margin-top:4px}body.solo-system .tier-sub .p{font-family:var(--font-mono);font-weight:700;color:var(--text-2);font-variant-numeric:tabular-nums;white-space:nowrap}body.solo-system .tier-sub a{font-family:var(--font-mono);font-size:11px;letter-spacing:.2em;border:1px solid var(--z700);padding:10px 18px;color:var(--text-2);transition:border-color var(--dur-base),color var(--dur-base);white-space:nowrap}body.solo-system .tier-sub a:hover{border-color:var(--white);color:var(--white)}body.solo-system .contract{border:1px solid var(--line);background:var(--surface);max-width:880px}body.solo-system .contract-head{padding:24px 32px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:baseline;gap:12px}body.solo-system .contract-head .t{font-family:var(--font-mono);font-size:12px;letter-spacing:.25em;text-transform:uppercase;color:var(--text-2);font-weight:700}body.solo-system .contract-head .s{font-family:var(--font-mono);font-size:11px;color:var(--text-faint);letter-spacing:.1em}body.solo-system .clause{padding:28px 32px;border-bottom:1px solid rgba(39,39,42,.6);display:flex;gap:24px}body.solo-system .clause:last-child{border-bottom:none}body.solo-system .clause .no{font-family:var(--font-mono);font-size:13px;font-weight:700;color:var(--text-muted);min-width:44px;letter-spacing:.05em}body.solo-system .clause .bd .h{font-weight:700;color:var(--text-strong);margin-bottom:6px}body.solo-system .clause .bd p{font-size:14px;color:var(--text-2)}body.solo-system .fit{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:768px){body.solo-system .fit{grid-template-columns:1fr 1fr}}body.solo-system .fit-col{padding:36px 32px}body.solo-system .fit-col .h{font-family:var(--font-mono);font-size:12px;font-weight:700;letter-spacing:.25em;text-transform:uppercase;margin-bottom:24px;display:block}body.solo-system .fit-col li{padding:14px 0;border-top:1px solid rgba(39,39,42,.6);display:flex;gap:12px;font-size:15px}body.solo-system .fit-col li svg{width:18px;height:18px;flex:none;margin-top:5px}body.solo-system .fit--yes{border:1px solid var(--line);background:var(--surface)}body.solo-system .fit--yes .h{color:var(--white)}body.solo-system .fit--yes li{color:var(--text)}body.solo-system .fit--yes li svg{color:var(--ok)}body.solo-system .fit--no{border:1px dashed var(--z700);background:var(--surface-off)}body.solo-system .fit--no .h,body.solo-system .fit--no li{color:var(--text-muted)}body.solo-system .fit--no li svg{color:var(--z600)}body.solo-system .fit-cap{margin-top:24px;font-size:14px;color:var(--text-muted);max-width:720px}body.solo-system .faq{max-width:880px}body.solo-system .faq-item{border:1px solid var(--line);border-top:none;background:var(--surface)}body.solo-system .faq-item:first-child{border-top:1px solid var(--line)}body.solo-system .faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:22px 28px;text-align:left;font-size:16px;font-weight:700;color:var(--text);transition:color var(--dur-base)}body.solo-system .faq-q:hover{color:var(--white)}body.solo-system .faq-q svg{width:20px;height:20px;flex:none;color:var(--text-muted);transition:transform var(--dur-base) var(--ease),color var(--dur-base)}body.solo-system .faq-item.open .faq-q{color:var(--white)}body.solo-system .faq-item.open .faq-q svg{transform:rotate(45deg);color:var(--white)}body.solo-system .faq-a{display:none;padding:0 28px 26px;font-size:15px;color:var(--text-2);max-width:760px}body.solo-system .faq-item.open .faq-a{display:block}body.solo-system .faq-a strong{color:var(--text)}body.solo-system .proof-hold{border:1px dashed var(--z700);background:var(--surface-off);padding:48px 32px;text-align:center;max-width:880px;margin:0 auto}body.solo-system .proof-hold .label{display:block;margin-bottom:14px}body.solo-system .proof-hold p{color:var(--text-muted);font-size:15px;max-width:560px;margin:0 auto}body.solo-system .final{padding:128px 0;text-align:center;position:relative}body.solo-system .final .glow{background:radial-gradient(ellipse 55% 50% at 50% 45%,rgba(255,255,255,.07),transparent 70%)}body.solo-system .final-h{font-size:clamp(36px,6.4vw,72px);font-weight:900;letter-spacing:-.02em;color:var(--text-strong);line-height:1.15;text-wrap:balance}body.solo-system .final-sub{margin:24px auto 0;font-size:17px;color:var(--text-2);max-width:520px}body.solo-system .final-ctas{margin-top:44px;display:flex;flex-wrap:wrap;gap:16px;justify-content:center}body.solo-system .final-fine{margin-top:28px;font-family:var(--font-mono);font-size:11px;letter-spacing:.15em;color:var(--text-muted);line-height:2.2}body.solo-system .footer{border-top:1px solid var(--z900);padding:40px 0}body.solo-system .footer-in{max-width:1120px;margin:0 auto;padding:0 24px;display:flex;flex-wrap:wrap;gap:16px 32px;justify-content:space-between;align-items:center}body.solo-system .footer .label{font-size:11px;letter-spacing:.2em}body.solo-system .footer-links{display:flex;gap:24px}body.solo-system .footer-links a{font-family:var(--font-mono);font-size:11px;letter-spacing:.15em;color:var(--text-faint)}body.solo-system .footer-links a:hover{color:var(--text-2)}body.solo-system .tvs-lims{display:grid;grid-template-columns:1fr;gap:12px;margin-top:8px}@media(min-width:640px){body.solo-system .tvs-lims{grid-template-columns:repeat(3,1fr)}}body.solo-system .tvs-lim{border:1px solid var(--line);background:var(--surface-off);padding:18px 16px;text-align:center}body.solo-system .tvs-lim .t{font-weight:700;color:var(--text-strong);display:block;margin-bottom:4px}body.solo-system .tvs-lim .d{font-size:12px;color:var(--text-muted)}body.solo-system .tvs-table{border:1px solid var(--line);background:var(--surface);overflow-x:auto;margin-top:32px}body.solo-system .tvs-table table{width:100%;border-collapse:collapse;min-width:640px}body.solo-system .tvs-table th{font-family:var(--font-mono);font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);text-align:left;padding:16px 24px;border-bottom:1px solid var(--line);background:#18181b80}body.solo-system .tvs-table th.hi{color:var(--text-strong)}body.solo-system .tvs-table td{padding:18px 24px;border-bottom:1px solid rgba(39,39,42,.6);font-size:14px;vertical-align:top}body.solo-system .tvs-table tr:last-child td{border-bottom:none}body.solo-system .tvs-table .k{font-weight:700;color:var(--text-strong);white-space:nowrap}body.solo-system .tvs-table .before{color:var(--text-muted)}body.solo-system .tvs-table .after{color:var(--text)}body.solo-system .tvs-quote{margin-top:32px;border-left:2px solid var(--white);padding:8px 0 8px 24px}body.solo-system .tvs-quote p{font-size:clamp(18px,2.6vw,24px);font-weight:700;color:var(--text-strong);line-height:1.6;text-wrap:balance}body.solo-system .team-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:8px}@media(min-width:768px){body.solo-system .team-grid{grid-template-columns:repeat(3,1fr)}}body.solo-system .team-cell{border:1px solid var(--line);background:var(--surface);padding:20px 16px;text-align:center;transition:border-color var(--dur-base)}body.solo-system .team-cell:hover{border-color:var(--line-hover)}body.solo-system .team-cell .n{font-size:15px;font-weight:700;color:var(--text-strong);display:block;margin-bottom:4px}body.solo-system .team-cell .d{font-size:12px;color:var(--text-muted);line-height:1.6}body.solo-system .team-hub{border:1px solid var(--line-strong);background:var(--surface-strong);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px 16px}body.solo-system .team-hub .n{font-size:18px;font-weight:800;color:var(--text-strong);margin-bottom:6px}body.solo-system .team-hub .d{font-size:12px;color:var(--text-muted)}body.solo-system .team-cap{margin-top:24px;font-size:14px;color:var(--text-muted);max-width:720px}body.solo-system .why-top{display:grid;grid-template-columns:1fr;gap:32px;align-items:center}@media(min-width:768px){body.solo-system .why-top{grid-template-columns:300px 1fr}}body.solo-system .why-photo{aspect-ratio:1;border:1px solid var(--line-strong);background:var(--surface-strong);display:flex;align-items:center;justify-content:center;position:relative}body.solo-system .why-photo .ph{font-family:var(--font-mono);font-size:11px;letter-spacing:.2em;color:var(--text-faint);text-align:center;padding:0 16px;line-height:2}body.solo-system .why-intro p{color:var(--text-2);font-size:17px;line-height:1.85}body.solo-system .why-intro p+p{margin-top:16px}body.solo-system .why-grid{display:grid;grid-template-columns:1fr;gap:16px;margin-top:32px}@media(min-width:768px){body.solo-system .why-grid{grid-template-columns:repeat(2,1fr)}}body.solo-system .why-card{border:1px solid var(--line);background:var(--surface);padding:24px}body.solo-system .why-card .h{font-weight:700;color:var(--text-strong);display:block;margin-bottom:8px}body.solo-system .why-card p{font-size:13.5px;color:var(--text-muted);line-height:1.75}body.solo-system .why-close{margin-top:32px;border-left:2px solid var(--white);padding:8px 0 8px 24px}body.solo-system .why-close .b{font-size:clamp(18px,2.6vw,22px);font-weight:700;color:var(--text-strong);line-height:1.5}body.solo-system .why-close .s{margin-top:6px;font-size:14px;color:var(--text-muted)}html.gsap body.solo-system .reveal{opacity:1;transform:none;transition:none}html.gsap body.solo-system .hero-h1,html.gsap body.solo-system .final-h{text-wrap:initial}body.solo-system .nav-progress{position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--white);transform:scaleX(0);transform-origin:0 50%;pointer-events:none}body.solo-system .btn svg{transition:transform var(--dur-base) var(--ease)}body.solo-system .btn:hover svg{transform:translate(4px)}body.solo-system .say-caret,body.solo-system .term-caret{display:inline-block;width:.55em;height:1.05em;margin-left:3px;background:var(--white);vertical-align:-.12em;animation:solo-caret 1.1s linear infinite}@keyframes solo-caret{0%,50%{opacity:1}50.01%,to{opacity:0}}@media(prefers-reduced-motion:reduce){body.solo-system .say-caret,body.solo-system .term-caret{animation:none}}body.solo-system #mech.pin-mode{padding:56px 0 40px}body.solo-system #mech.pin-mode .sec-head{margin-bottom:28px}body.solo-system #mech.pin-mode .sec-lede{margin-top:12px}body.solo-system #mech.pin-mode .org-wire{height:26px}body.solo-system #mech.pin-mode .org-say{margin-bottom:24px}body.solo-system #mech.pin-mode .org-node{padding:14px 24px}body.solo-system #mech.pin-mode .org-cap{margin-top:26px}
