/* Zhige Studio UI — expressive at the entrance, quiet at the desk.
   This final cascade layer keeps the product fast: no remote fonts, images or animation libraries. */
:root{
  --canvas:#f4f5f7;
  --surface:#ffffff;
  --surface-soft:#eef1f5;
  --surface-2:#fafbfc;
  --ink:#101828;
  --body:#253247;
  --ink-soft:#46546a;
  --muted:#536176;
  --subtle:#667085;
  --line:#d5dbe5;
  --line-strong:#aeb8c8;
  --accent:#2459d6;
  --accent-deep:#183f9e;
  --accent-bright:#5b8cff;
  --accent-soft:#e9efff;
  --focus:#87aaff;
  --stage-canvas:#eef3fb;
  --stage-surface:#ffffff;
  --success:#087a52;
  --danger:#b42318;
  --shadow-sm:0 1px 2px rgba(16,24,40,.05),0 8px 22px rgba(16,24,40,.04);
  --shadow-md:0 18px 48px rgba(17,31,57,.12);
  --shadow-stage:0 34px 80px rgba(48,74,128,.16);
}

html{scroll-behavior:smooth;background:var(--canvas)}
body{background:var(--canvas)!important;color:var(--body)!important;font-family:Inter,"SF Pro Text","Segoe UI","PingFang SC","Microsoft YaHei",sans-serif!important;-webkit-font-smoothing:antialiased}
:where(button,a,input,select,textarea,summary){font:inherit}
:where(button,a,input,select,textarea,summary):focus-visible{outline:3px solid var(--focus)!important;outline-offset:3px!important}

/* Brand bar */
.topbar{height:64px!important;padding:0 clamp(20px,4vw,64px)!important;border-bottom:1px solid rgba(174,184,200,.72)!important;background:rgba(255,255,255,.94)!important;box-shadow:0 8px 30px rgba(17,31,57,.05)!important;backdrop-filter:saturate(150%) blur(18px)!important}
body:not(.authenticated-layout)>.topbar{position:relative!important;height:68px!important;padding:0 clamp(24px,5vw,80px)!important;border-bottom:0!important;background:var(--canvas)!important;box-shadow:none!important;backdrop-filter:none!important}
body:not(.authenticated-layout)>.topbar .brand-logo{height:38px!important}
.brand-copy .brand-line{display:block;padding:0!important;color:var(--ink)!important;font-size:14px!important;font-weight:720!important;line-height:1.22!important;white-space:nowrap}
.brand-home-link{text-decoration:none!important;border-radius:9px!important}
.brand-home-link:hover .brand-copy{border-left-color:var(--accent)!important}
.brand-home-link:focus-visible{outline:3px solid var(--focus)!important;outline-offset:5px!important}
body:not(.authenticated-layout)>.topbar .brand-copy .brand-line{font-size:13px!important}
body:not(.authenticated-layout)>.topbar .api-state{display:none!important}
body:not(.authenticated-layout)>.topbar .header-auth-button{min-width:126px!important;min-height:44px!important;padding:0 18px!important;box-shadow:0 7px 18px rgba(36,89,214,.17)!important}
.brand-logo{height:42px!important;width:auto!important}.brand-copy{border-left:1px solid var(--line)!important}.brand-copy strong{color:var(--ink)!important;font-weight:760!important}.brand-copy small{color:var(--ink-soft)!important;font-weight:580!important}
.header-auth-button{min-width:132px!important;border-radius:999px!important;box-shadow:0 8px 22px rgba(36,89,214,.2)!important;transition:transform .24s cubic-bezier(.2,.8,.2,1),box-shadow .24s ease,background .2s ease!important}
.header-auth-button:hover{transform:translateY(-2px)!important;box-shadow:0 13px 28px rgba(36,89,214,.28)!important}
.api-state{color:var(--ink-soft)!important}.state-dot.ready{box-shadow:0 0 0 4px rgba(8,122,82,.1)}

/* Logged-out product stage */
body:not(.authenticated-layout)>.account-nav,
body:not(.authenticated-layout)>#helpRail,
body:not(.authenticated-layout) .shell>.intro{display:none!important}
body:not(.authenticated-layout) .shell{max-width:1480px!important;margin:0 auto!important;padding:0 clamp(24px,5vw,80px) 96px!important}
body:not(.authenticated-layout) .public-showcase{display:block!important;padding:0!important;background:transparent!important}
.authenticated-layout .public-showcase{display:none!important}
.public-hero{display:grid;grid-template-columns:minmax(400px,.96fr) minmax(520px,1.04fr);gap:clamp(44px,5.5vw,80px);align-items:start;min-height:calc(100svh - 68px);padding:48px 0 60px}
.public-intro{max-width:610px!important;padding-top:28px}.public-kicker{margin:0 0 20px!important;color:var(--accent)!important;font:700 11px/1.4 "Cascadia Mono",Consolas,monospace!important;letter-spacing:.16em!important}
.public-context{display:flex;align-items:center;gap:9px;margin:0 0 18px!important;color:var(--ink-soft);font-size:12px!important;font-weight:680;letter-spacing:.055em}.public-context span{width:7px;height:7px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 4px rgba(36,89,214,.09)}
.brand-slogan{margin:0 0 15px!important;color:var(--ink)!important;font-size:15px!important;font-weight:720!important;letter-spacing:.08em!important}
.public-intro h2{margin:0!important;color:var(--ink)!important;font-size:clamp(46px,4.05vw,60px)!important;font-weight:750!important;line-height:1.08!important;letter-spacing:-.045em!important;text-wrap:balance}
.public-intro h2 em{color:var(--accent)!important;font-style:normal!important;white-space:nowrap}
.public-lede{max-width:560px;margin:22px 0 0!important;color:var(--ink-soft)!important;font-size:16px!important;line-height:1.72!important}
.public-actions{display:flex;align-items:center;gap:12px;margin-top:28px}.public-primary,.public-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border-radius:999px;text-decoration:none;font-size:14px;font-weight:720;transition:transform .24s cubic-bezier(.2,.8,.2,1),box-shadow .24s ease,border-color .2s ease,background .2s ease}
.public-primary{min-width:154px;border:1px solid var(--accent);background:var(--accent);color:#fff;box-shadow:0 12px 28px rgba(36,89,214,.24);cursor:pointer}.public-primary:hover{transform:translateY(-2px);background:#1d4cbe;box-shadow:0 17px 34px rgba(36,89,214,.3)}.public-primary:active{transform:translateY(0) scale(.98)}
.public-secondary{gap:9px;padding:0 18px;border:1px solid var(--line);background:#fff;color:var(--ink)}.public-secondary span{color:var(--accent);transition:transform .2s ease}.public-secondary:hover{border-color:var(--line-strong);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.public-secondary:hover span{transform:translate(2px,2px)}
.public-trust{display:flex;flex-wrap:wrap;gap:10px 18px;margin:20px 0 0;padding:18px 0 0;border-top:1px solid rgba(174,184,200,.55);list-style:none;color:var(--ink-soft);font-size:11px;font-weight:620}.public-trust li{display:flex;align-items:center;gap:7px}.public-trust span{display:grid;place-items:center;width:17px;height:17px;border:1px solid rgba(8,122,82,.25);border-radius:50%;background:#eaf8f2;color:var(--success);font-size:10px;font-weight:800}

.document-stage{position:relative;isolation:isolate;justify-self:end;width:100%;max-width:760px;min-height:510px;overflow:hidden;border:1px solid #cbd7eb;border-radius:30px;background:radial-gradient(circle at 82% 13%,rgba(109,143,255,.22),transparent 30%),radial-gradient(circle at 13% 88%,rgba(88,199,176,.13),transparent 32%),linear-gradient(145deg,#f8faff,var(--stage-canvas) 64%,#f7fafc);box-shadow:var(--shadow-stage)}
.document-stage::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(76,102,151,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(76,102,151,.045) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.72),transparent 94%);pointer-events:none}
.stage-window{position:absolute;inset:24px 24px 58px;overflow:hidden;border:1px solid rgba(157,174,205,.72);border-radius:23px;background:rgba(255,255,255,.94);box-shadow:0 22px 54px rgba(43,66,113,.13);backdrop-filter:blur(14px)}
.stage-window-bar{display:flex;align-items:center;justify-content:space-between;height:52px;padding:0 18px;border-bottom:1px solid var(--line);background:#fbfcfe;color:var(--ink-soft);font-size:11px;font-weight:650}.stage-window-title{display:flex;align-items:center;gap:6px}.stage-window-title i{display:block;width:7px;height:7px;border-radius:50%;background:#d4dae4}.stage-window-title i:first-child{background:#ffb5ac}.stage-window-title i:nth-child(2){background:#f2d48b}.stage-window-title i:nth-child(3){margin-right:7px;background:#8dd8bf}.stage-window-state{display:flex;align-items:center;gap:7px}.stage-window-state b{width:7px;height:7px;border-radius:50%;background:var(--success);box-shadow:0 0 0 4px rgba(8,122,82,.1)}
.stage-slides{position:relative;height:calc(100% - 72px)}.stage-slide{position:absolute;inset:0;display:flex;flex-direction:column;padding:clamp(30px,4.1vw,48px);opacity:0;transform:translateY(14px);animation:stage-slide-cycle 12s cubic-bezier(.2,.75,.2,1) infinite}.stage-slide-two{animation-delay:-8s}.stage-slide-three{animation-delay:-4s}.stage-step{margin:0 0 11px;color:var(--accent);font:700 10px/1.4 "Cascadia Mono",Consolas,monospace;letter-spacing:.1em}.stage-slide h3{max-width:520px;margin:0;color:var(--ink);font-size:clamp(25px,2.25vw,34px);line-height:1.2;letter-spacing:-.035em}.stage-copy{max-width:530px;margin:13px 0 24px;color:var(--ink-soft);font-size:13px;line-height:1.65}
.stage-rule-card,.stage-choice-card,.stage-compare{border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:var(--shadow-sm)}.stage-rule-card{display:grid;gap:6px;padding:18px 20px;border-left:4px solid var(--accent)}.stage-rule-card span,.stage-compare span{color:var(--subtle);font-size:10px;font-weight:650}.stage-rule-card strong,.stage-choice-card strong,.stage-compare strong{color:var(--ink);font-size:14px}.stage-rule-card small,.stage-compare small{color:var(--ink-soft);font-size:11px}.stage-result-line{display:flex;align-items:center;gap:8px;margin-top:12px;color:var(--ink-soft);font-size:10px}.stage-result-line>span{margin-right:auto}.stage-result-line b{padding:5px 8px;border-radius:999px;background:var(--accent-soft);color:var(--accent-deep);font-size:9px}
.stage-choice-card{padding:18px 20px}.stage-choice-label{display:block;margin-bottom:8px;color:var(--warning);font-size:10px;font-weight:700}.stage-choice-card>strong{display:block;margin-bottom:16px}.stage-choice-card>div{display:flex;align-items:center;gap:8px}.stage-choice-card>div span{min-width:76px;padding:9px 12px;border:1px solid var(--line);border-radius:9px;color:var(--body);text-align:center;font-size:11px}.stage-choice-card>div .selected{border-color:#a9bdec;background:#f0f4ff;color:var(--accent-deep);font-weight:700}.stage-choice-card em{margin-left:auto;color:var(--subtle);font-size:10px;font-style:normal}
.stage-compare{display:grid;grid-template-columns:1fr auto 1fr;gap:14px;align-items:center;padding:16px}.stage-compare>div{display:grid;gap:5px;min-width:0;padding:12px;border-radius:11px;background:var(--surface-2)}.stage-compare .stage-after{background:#f0f4ff}.stage-arrow{color:var(--accent);font-size:18px}.stage-verified{display:flex;align-items:center;gap:8px;margin-top:13px;color:var(--success);font-size:10px;font-weight:650}.stage-verified span{display:grid;place-items:center;width:17px;height:17px;border-radius:50%;background:#e9f8f1}
.stage-progress{position:absolute;right:24px;bottom:17px;left:24px;display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.stage-progress span{height:3px;overflow:hidden;border-radius:99px;background:#e1e6ef}.stage-progress span::after{content:"";display:block;width:100%;height:100%;border-radius:inherit;background:var(--accent);transform:scaleX(0);transform-origin:left;animation:stage-progress-cycle 12s linear infinite}.stage-progress span:nth-child(2)::after{animation-delay:-8s}.stage-progress span:nth-child(3)::after{animation-delay:-4s}
.stage-caption{position:absolute;z-index:8;right:24px;bottom:18px;display:flex;align-items:center;gap:8px;padding:8px 11px;border:1px solid rgba(157,174,205,.72);border-radius:999px;background:rgba(255,255,255,.86);color:var(--ink-soft);font-size:10px;font-weight:650;letter-spacing:.03em;backdrop-filter:blur(10px)}.live-dot{width:7px;height:7px;border-radius:50%;background:#20a778;box-shadow:0 0 0 4px rgba(32,167,120,.1)}

.public-section-head{max-width:1100px;margin:88px 0 32px}.public-section-head h3{max-width:1060px;margin:0;color:var(--ink);font-size:clamp(30px,3vw,46px);line-height:1.15;letter-spacing:-.035em;text-wrap:balance}
.capability-list{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important;perspective:1200px}.capability-row{position:relative!important;display:flex!important;flex-direction:column!important;min-height:370px!important;padding:24px!important;border:1px solid var(--line)!important;border-radius:20px!important;outline:2px solid transparent;outline-offset:-2px;background:#fff!important;box-shadow:var(--shadow-sm)!important;filter:none;overflow:hidden!important;animation:capability-card-focus 12s ease-in-out infinite;transition:transform .25s cubic-bezier(.2,.8,.2,1),box-shadow .25s ease,border-color .25s ease,filter .25s ease,outline-color .25s ease!important}.capability-row:nth-child(2){animation-delay:-8s}.capability-row:nth-child(3){animation-delay:-4s}.capability-row::before{content:"";position:absolute;top:0;right:0;left:0;height:4px;background:linear-gradient(90deg,transparent 4%,var(--accent) 48%,var(--accent-bright) 62%,transparent 96%);opacity:0;transform:translateX(-55%);animation:capability-signal 12s ease-in-out infinite}.capability-row:nth-child(2)::before{animation-delay:-8s}.capability-row:nth-child(3)::before{animation-delay:-4s}.capability-row::after{content:"";position:absolute;right:-38px;bottom:-46px;width:130px;height:130px;border:1px solid var(--line);border-radius:50%;opacity:.58;transition:transform .3s ease,border-color .3s ease}.capability-row:hover{animation-play-state:paused;transform:translateY(-7px)!important;border-color:#91abe2!important;outline-color:rgba(36,89,214,.22);box-shadow:0 22px 52px rgba(42,67,120,.17)!important;filter:drop-shadow(0 12px 22px rgba(36,89,214,.12))}.capability-row:hover::after{transform:scale(1.12);border-color:#8facf0}
.capability-index{display:block!important;margin-bottom:16px;color:var(--accent)!important;font:700 12px/1.2 "Cascadia Mono",Consolas,monospace!important}.capability-demo{position:relative;z-index:1;min-height:122px;margin-bottom:22px;padding:14px;border:1px solid #dce3ef;border-radius:14px;background:linear-gradient(145deg,#fbfcfe,#f2f6fc);transition:transform .25s ease,border-color .25s ease}.capability-row:hover .capability-demo{transform:translateY(-2px);border-color:#b7c7e8}.capability-row h3{margin:0 0 9px!important;color:var(--ink)!important;font-size:20px!important;letter-spacing:-.015em!important}.capability-row p{margin:0!important;color:var(--ink-soft)!important;font-size:13px!important;line-height:1.7!important}.capability-state{position:relative;z-index:1;display:inline-flex!important;align-self:flex-start;margin-top:auto!important;padding:5px 8px!important;border-radius:999px!important;background:var(--accent-soft)!important;color:var(--accent-deep)!important;font-size:10px!important;font-weight:720!important}
.demo-format{display:grid;gap:7px}.demo-format>span{position:relative;display:grid;grid-template-columns:48px minmax(0,1fr);gap:8px;align-items:center;overflow:hidden;padding:7px 9px;border-radius:8px;background:#fff;color:var(--ink-soft);font-size:10px}.demo-format>span::after{content:"";position:absolute;inset:0;border-left:3px solid var(--accent);background:linear-gradient(90deg,rgba(36,89,214,.09),transparent 72%);opacity:0;animation:rule-row-scan 6s ease-in-out infinite}.demo-format>span:nth-child(2)::after{animation-delay:-4s}.demo-format>span:nth-child(3)::after{animation-delay:-2s}.demo-format i{font-style:normal}.demo-format b{overflow:hidden;color:var(--ink);font-size:10px;text-overflow:ellipsis;white-space:nowrap}
.demo-review>span{color:var(--warning);font-size:9px;font-weight:700}.demo-review>strong{display:block;margin:7px 0 14px;color:var(--ink);font-size:13px}.demo-review>div{display:flex;align-items:center;gap:6px}.demo-review i{min-width:62px;padding:7px 8px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink-soft);font-size:10px;font-style:normal;text-align:center}.demo-review i.selected{border-color:#a9bdec;background:#edf2ff;color:var(--accent-deep);animation:choice-breathe 4s ease-in-out infinite}.demo-review b{margin-left:auto;color:var(--subtle);font-size:9px}
.demo-output{display:grid;gap:6px}.demo-output>span{display:grid;grid-template-columns:20px 1fr auto;gap:7px;align-items:center;padding:7px 9px;border-radius:8px;background:#fff}.demo-output i{display:grid;place-items:center;width:18px;height:18px;border-radius:50%;background:#e9f8f1;color:var(--success);font-size:9px;font-style:normal;animation:check-arrive 6s ease-in-out infinite}.demo-output>span:nth-child(2) i{animation-delay:-4s}.demo-output>span:nth-child(3) i{animation-delay:-2s}.demo-output b{color:var(--ink);font-size:10px}.demo-output small{color:var(--success);font-size:9px}
.public-process{margin-top:22px!important;padding:30px!important;border:1px solid var(--line)!important;border-radius:20px!important;background:#fff!important;box-shadow:var(--shadow-sm)!important}.public-process-head{color:var(--ink)!important}.public-process-head small{color:var(--ink-soft)!important}.process-track{position:relative;gap:0!important;margin-top:22px!important;border:1px solid #c1cce0!important;border-radius:14px!important;background:#f5f7fb!important;box-shadow:inset 0 1px 0 #fff;overflow:hidden!important}.process-track::before{content:"";position:absolute;right:0;bottom:0;left:0;height:5px;background:#dce4f3}.process-track::after{content:"";position:absolute;right:auto;bottom:0;left:0;width:25%;height:5px;border-radius:99px;background:linear-gradient(90deg,#1646bb,var(--accent-bright) 76%,#b6caff);box-shadow:0 -3px 12px rgba(36,89,214,.32);transform:translateX(-100%);animation:process-travel 8s cubic-bezier(.45,.05,.55,.95) infinite}.process-cell{position:relative;min-height:132px!important;padding:20px!important;border-right:1px solid #d2daea!important;animation:process-step-focus 8s ease-in-out infinite;transition:background .25s ease!important}.process-cell:nth-child(2){animation-delay:-6s}.process-cell:nth-child(3){animation-delay:-4s}.process-cell:nth-child(4){animation-delay:-2s}.process-cell:hover{animation-play-state:paused;background:#e8efff!important}.process-cell:last-child{border-right:0!important}.process-cell b{display:grid;place-items:center;width:30px;height:30px;margin-bottom:18px;border:1px solid #afc0e2;border-radius:9px;background:#fff;color:var(--accent)!important;box-shadow:0 4px 12px rgba(36,89,214,.1);font-size:10px;animation:process-number-focus 8s ease-in-out infinite;transition:transform .25s ease,background .25s ease,color .25s ease,box-shadow .25s ease}.process-cell:nth-child(2) b{animation-delay:-6s}.process-cell:nth-child(3) b{animation-delay:-4s}.process-cell:nth-child(4) b{animation-delay:-2s}.process-cell strong{color:var(--ink)!important}.process-cell span{color:var(--ink-soft)!important}

/* Premium account entry: focused, solid and readable. */
.auth-modal-backdrop{background:rgba(5,12,25,.66)!important;backdrop-filter:blur(14px) saturate(130%)!important}
.auth-dialog{overflow:hidden!important;width:min(520px,calc(100vw - 32px))!important;padding:34px!important;border:1px solid rgba(255,255,255,.76)!important;border-radius:24px!important;background:#fff!important;box-shadow:0 36px 100px rgba(4,14,35,.4)!important;animation:dialog-arrive .36s cubic-bezier(.2,.8,.2,1) both!important}
.auth-close{top:18px!important;right:18px!important;width:36px!important;height:36px!important;border-radius:50%!important;background:var(--surface-soft)!important;color:var(--ink-soft)!important;transition:transform .2s ease,background .2s ease!important}.auth-close:hover{transform:rotate(8deg);background:#e2e7ef!important;color:var(--ink)!important}
.auth-dialog-head{gap:15px!important}.auth-brand-mark{flex:0 0 auto;width:42px;height:42px;object-fit:contain}.auth-kicker{margin:0 0 5px!important;color:var(--ink-soft)!important;font:650 11px/1.3 "Segoe UI","Microsoft YaHei",sans-serif!important;letter-spacing:.03em!important}.auth-dialog-head h2{font-size:30px!important;letter-spacing:-.035em!important}.auth-dialog-head p:not(.auth-kicker){color:var(--ink-soft)!important;line-height:1.65!important}.auth-field{color:var(--body)!important;font-weight:680!important}.auth-dialog input{min-height:52px!important;border:1px solid var(--line-strong)!important;border-radius:12px!important;background:#fafbfc!important;color:var(--ink)!important;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease!important}.auth-dialog input:focus{border-color:var(--accent)!important;background:#fff!important;box-shadow:0 0 0 4px rgba(36,89,214,.1)!important;outline:0!important}.auth-dialog .auth-actions{display:block!important}.auth-dialog .auth-actions .secondary{width:100%!important;min-height:50px!important;border-radius:12px!important;box-shadow:0 12px 26px rgba(36,89,214,.19)!important}

/* Authenticated product desk: the task is visible in the first viewport. */
.authenticated-layout{
  background-color:#f5f8fc!important;
  background-image:
    radial-gradient(ellipse at 12% -10%,rgba(255,255,255,.98) 0,rgba(255,255,255,.72) 30%,transparent 58%),
    radial-gradient(ellipse at 92% 18%,rgba(181,207,246,.3) 0,transparent 38%),
    radial-gradient(ellipse at 68% 104%,rgba(218,232,250,.34) 0,transparent 42%),
    linear-gradient(165deg,#fbfcfe 0,#f3f7fc 52%,#f8fafd 100%),
    url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.11'/%3E%3C/svg%3E")!important;
  background-size:auto,auto,auto,auto,180px 180px!important;
  background-attachment:fixed!important;
  background-blend-mode:normal,normal,normal,normal,soft-light!important;
}
.authenticated-layout .topbar{position:sticky!important;box-shadow:0 1px 0 rgba(174,184,200,.55)!important;backdrop-filter:none!important}
.authenticated-layout.account-home-view .topbar{position:relative!important;height:68px!important;padding:0 clamp(24px,5vw,80px)!important;border-bottom:0!important;background:transparent!important;box-shadow:none!important}
.authenticated-layout.account-home-view .topbar .brand-logo{height:38px!important}
.authenticated-layout.account-home-view .topbar .api-state{display:none!important}
.authenticated-layout.account-home-view .account-nav{display:none!important}
.authenticated-layout.account-home-view .shell{max-width:1480px!important;margin:0 auto!important;padding:0 clamp(24px,5vw,80px) 96px!important}
.authenticated-layout.account-home-view .intro{display:none!important}
.authenticated-layout.account-home-view .public-showcase{display:block!important;padding:0!important;background:transparent!important}
.authenticated-layout .account-nav{top:64px!important;width:204px!important;padding:18px 14px!important;border-right:1px solid var(--line)!important;background:#fafbfc!important}.authenticated-layout .account-nav-link{min-height:40px!important;color:var(--ink-soft)!important}.authenticated-layout .account-nav-link.active{background:#e8edfa!important;color:var(--accent-deep)!important}.authenticated-layout .account-nav-link:hover{background:#edf0f5!important;color:var(--ink)!important}
.authenticated-layout #helpRail{display:none!important}
.authenticated-layout .shell{margin:0 0 0 204px!important;padding:20px clamp(22px,2.5vw,40px) 34px!important}
.authenticated-layout .intro{display:grid!important;grid-template-columns:minmax(320px,1fr) minmax(390px,500px)!important;gap:28px!important;align-items:center!important;min-height:auto!important;padding:0 0 18px!important;border-bottom:1px solid var(--line)!important}
.authenticated-layout .intro>div:first-child{max-width:760px!important}.authenticated-layout .eyebrow{margin:0 0 5px!important;color:var(--accent)!important;font-size:10px!important;letter-spacing:.15em!important}.authenticated-layout .intro h1{margin:0!important;color:var(--ink)!important;font-size:clamp(27px,2.4vw,34px)!important;font-weight:760!important;line-height:1.14!important;letter-spacing:-.04em!important;white-space:nowrap!important}.authenticated-layout .lede{max-width:760px!important;margin:7px 0 0!important;color:var(--ink-soft)!important;font-size:13px!important;line-height:1.55!important}
.authenticated-layout .progress{min-height:66px!important;padding:12px 14px!important;border:1px solid var(--line)!important;border-radius:14px!important;background:#fff!important;box-shadow:var(--shadow-sm)!important}.progress-step{gap:4px!important}.progress-step span{color:var(--ink-soft)!important;font-size:11px!important}.progress-step b{color:var(--subtle)!important}.progress-step.current span,.progress-step.current b,.progress-step.complete span,.progress-step.complete b{color:var(--accent-deep)!important}.progress-step.current b{position:relative}.progress-step.current b::after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:2px;border-radius:2px;background:var(--accent)}
.authenticated-layout .workspace-grid{display:grid!important;grid-template-columns:minmax(280px,340px) minmax(0,1fr)!important;gap:22px!important;min-height:calc(100dvh - 194px)!important;padding-top:18px!important}.authenticated-layout .upload-column{position:sticky!important;top:82px!important;align-self:start!important}.authenticated-layout .review-column{max-height:none!important;min-width:0!important;padding:0!important;overflow:visible!important}
.authenticated-layout .section-heading{min-height:34px!important;margin:0 0 9px!important;padding:0 0 8px!important;border-bottom:1px solid var(--line-strong)!important;color:var(--ink)!important;font-size:15px!important}.authenticated-layout .section-heading small{color:var(--ink-soft)!important;font-size:11px!important}
.authenticated-layout .file-card{min-height:62px!important;margin:8px 0!important;padding:12px 13px!important;border:1px solid var(--line)!important;border-radius:13px!important;background:#fff!important;box-shadow:var(--shadow-sm)!important;transition:transform .22s cubic-bezier(.2,.8,.2,1),border-color .2s ease,box-shadow .22s ease!important}.authenticated-layout .file-card:hover{transform:translateY(-2px)!important;border-color:#9eb4e7!important;box-shadow:0 12px 26px rgba(17,31,57,.09)!important}.authenticated-layout .file-index{width:29px!important;height:29px!important;border-radius:8px!important}.authenticated-layout .file-copy strong{color:var(--ink)!important;font-size:13px!important}.authenticated-layout .file-copy small{color:var(--ink-soft)!important;font-size:11px!important}.authenticated-layout .choose{color:var(--accent)!important;font-weight:720!important}.authenticated-layout .optional-file{margin-top:13px!important;padding-top:10px!important;border-color:var(--line)!important}.authenticated-layout .template-label{margin-bottom:4px!important;color:var(--ink-soft)!important;font-size:11px!important}.authenticated-layout .privacy-note{margin:12px 0!important;color:var(--ink-soft)!important;font-size:11px!important}.authenticated-layout .lock{border-color:#b9c7e6!important;background:#f3f6ff!important;color:var(--accent-deep)!important}.authenticated-layout #startButton{min-height:44px!important;border-radius:11px!important;box-shadow:0 10px 24px rgba(36,89,214,.16)!important;transition:transform .2s ease,box-shadow .2s ease!important}.authenticated-layout #startButton:not(:disabled):hover{transform:translateY(-2px)!important;box-shadow:0 14px 28px rgba(36,89,214,.23)!important}
.authenticated-layout .empty-state,.authenticated-layout .analysis-state,.authenticated-layout #resultState{border:1px solid var(--line)!important;border-radius:16px!important;background:#fff!important;box-shadow:var(--shadow-sm)!important}.authenticated-layout .empty-state{min-height:350px!important;padding:38px!important;background:linear-gradient(145deg,#fff 0%,#f8faff 100%)!important}.authenticated-layout .empty-state-meta{color:var(--accent-deep)!important}.authenticated-layout .empty-state h2{color:var(--ink)!important;font-size:clamp(23px,2.3vw,32px)!important;letter-spacing:-.035em!important}.authenticated-layout .empty-state p{max-width:560px;color:var(--ink-soft)!important;font-size:13px!important;line-height:1.65!important}.authenticated-layout .empty-rule{width:42px!important;height:3px!important;border-radius:99px!important;background:var(--accent)!important}
.authenticated-layout #resultState{padding:22px!important}.authenticated-layout .summary-row span,.authenticated-layout .feedback-meta,.authenticated-layout .anchor,.authenticated-layout .confirm-row span{color:var(--ink-soft)!important}

/* Admin console shares the calmer product desk language. */
.admin-shell{
  --admin-copy:#344054;
  --admin-meta:#3f4e66;
  max-width:1580px!important;
  padding:26px clamp(20px,3vw,46px) 64px!important;
}
.admin-layout{grid-template-columns:204px minmax(0,1fr)!important;gap:24px!important}
.admin-sidebar{top:82px!important}
.admin-nav-link{color:var(--admin-copy)!important;font-weight:600!important}
.admin-nav-link.active{background:#e8edfa!important;color:var(--accent-deep)!important}
.admin-heading{top:64px!important;padding:15px 18px!important;border:1px solid var(--line)!important;border-radius:14px!important;background:rgba(255,255,255,.97)!important;box-shadow:0 12px 30px rgba(17,31,57,.08)!important;backdrop-filter:blur(14px)!important}
.admin-heading h1{font-size:26px!important;font-weight:760!important}
.admin-heading .muted{color:var(--admin-copy)!important;font-weight:600!important}
.admin-account-card{border-color:var(--line)!important;border-radius:12px!important;box-shadow:var(--shadow-sm)!important}
.admin-account-label,.admin-account-popover-label{color:var(--admin-copy)!important;font-weight:700!important}
.admin-account-popover-role{color:var(--admin-meta)!important;font-weight:600!important}
.admin-account-popover{border-color:var(--line)!important;border-radius:16px!important;box-shadow:var(--shadow-md)!important}
.admin-card{border-color:var(--line)!important;border-radius:16px!important;box-shadow:var(--shadow-sm)!important}
.admin-card label{color:var(--admin-copy)!important;font-weight:650!important}
.login-card form>label{font-size:14px!important;line-height:1.45!important}
.admin-shell .login-card>.muted{color:var(--admin-copy)!important;font-weight:600!important}
.admin-card .muted,.admin-card .small,.card-title .status,.advanced-provider-fields,.sidebar-label,.sidebar-toggle,.quota-line>span,.user-pager,.users-card tbody td::before,.jobs-card .job-task small,.jobs-card .job-call small,.job-detail-heading p,.job-detail>p,.jobs-filters label,.overview-section-title span,.service-name,.resource-tile>span,.service-tile small,.metric-list dt{color:var(--admin-meta)!important}
.table-wrap{border-color:var(--line)!important;border-radius:12px!important}
th{background:#f1f3f6!important;color:var(--ink)!important}
td{color:var(--body)!important}
tbody tr:hover{background:#f6f8fc!important}

@keyframes stage-slide-cycle{0%,27%{opacity:1;transform:translateY(0)}33%,92%{opacity:0;transform:translateY(-12px)}93%{opacity:0;transform:translateY(14px)}100%{opacity:1;transform:translateY(0)}}
@keyframes stage-progress-cycle{0%{transform:scaleX(0)}27%{transform:scaleX(1)}31%,100%{transform:scaleX(0)}}
@keyframes capability-card-focus{0%,27%{outline-color:rgba(36,89,214,.3);filter:drop-shadow(0 18px 22px rgba(36,89,214,.15))}33%,92%{outline-color:transparent;filter:none}93%{outline-color:transparent;filter:none}100%{outline-color:rgba(36,89,214,.3);filter:drop-shadow(0 18px 22px rgba(36,89,214,.15))}}
@keyframes capability-signal{0%,10%{opacity:0;transform:translateX(-55%)}18%,28%{opacity:.72}34%,100%{opacity:0;transform:translateX(55%)}}
@keyframes rule-row-scan{0%,24%{opacity:0}32%,56%{opacity:1}66%,100%{opacity:0}}
@keyframes choice-breathe{0%,100%{box-shadow:0 0 0 0 rgba(36,89,214,0)}50%{box-shadow:0 0 0 4px rgba(36,89,214,.09)}}
@keyframes check-arrive{0%,24%{opacity:.35;transform:scale(.78)}34%,70%{opacity:1;transform:scale(1)}80%,100%{opacity:.35;transform:scale(.78)}}
@keyframes process-travel{0%{transform:translateX(-100%)}100%{transform:translateX(400%)}}
@keyframes process-step-focus{0%,18%{background-color:#e5edff;box-shadow:inset 0 0 0 1px rgba(36,89,214,.24)}25%,92%{background-color:transparent;box-shadow:inset 0 0 0 1px transparent}93%{background-color:transparent;box-shadow:inset 0 0 0 1px transparent}100%{background-color:#e5edff;box-shadow:inset 0 0 0 1px rgba(36,89,214,.24)}}
@keyframes process-number-focus{0%,18%{transform:translateY(-2px) scale(1.08);border-color:var(--accent);background:#dce7ff;box-shadow:0 8px 20px rgba(36,89,214,.28)}25%,92%{transform:none;border-color:#afc0e2;background:#fff;box-shadow:0 4px 12px rgba(36,89,214,.1)}93%{transform:none;border-color:#afc0e2;background:#fff;box-shadow:0 4px 12px rgba(36,89,214,.1)}100%{transform:translateY(-2px) scale(1.08);border-color:var(--accent);background:#dce7ff;box-shadow:0 8px 20px rgba(36,89,214,.28)}}
@keyframes dialog-arrive{from{opacity:0;transform:translateY(18px) scale(.975)}to{opacity:1;transform:translateY(0) scale(1)}}

@media(max-width:1180px){
  .public-hero{grid-template-columns:minmax(350px,.94fr) minmax(470px,1.06fr);gap:42px}.document-stage{min-height:480px}.public-intro{padding-top:24px}.public-intro h2{font-size:clamp(44px,4.6vw,58px)!important}
  .authenticated-layout .intro{grid-template-columns:1fr!important;gap:13px!important}.authenticated-layout .progress{max-width:620px!important}.authenticated-layout .workspace-grid{min-height:auto!important}
}
@media(max-width:900px){
  .public-hero{grid-template-columns:1fr;min-height:auto;padding-top:46px}.public-intro{max-width:720px!important;padding-top:0}.document-stage{justify-self:stretch;max-width:none;min-height:500px}.capability-list{grid-template-columns:1fr!important}.capability-row{min-height:auto!important}.capability-index{margin-bottom:28px!important}.process-track{grid-template-columns:repeat(2,1fr)!important}.process-cell:nth-child(2){border-right:0!important}.process-cell:nth-child(-n+2){border-bottom:1px solid var(--line)!important}
  .authenticated-layout .shell{margin-left:0!important}.authenticated-layout .account-nav{position:static!important;width:auto!important}.authenticated-layout .workspace-grid{grid-template-columns:1fr!important}.authenticated-layout .upload-column{position:static!important}.admin-layout{display:block!important}
}
@media(max-width:620px){
  .topbar{padding-inline:14px!important}.public-hero{padding:42px 0}.public-intro h2{font-size:clamp(38px,11.2vw,52px)!important}.public-intro h2 em{white-space:normal}.public-lede{font-size:15px!important}.public-actions{align-items:stretch;flex-direction:column}.public-primary,.public-secondary{width:100%}.public-trust{gap:11px 15px}.document-stage{min-height:470px;border-radius:24px}.stage-window{inset:14px 14px 58px;border-radius:18px}.stage-slide{padding:25px 20px}.stage-slide h3{font-size:24px}.stage-copy{margin-bottom:18px}.stage-compare{grid-template-columns:1fr;gap:7px}.stage-arrow{transform:rotate(90deg);justify-self:center}.stage-result-line b:nth-last-child(-n+2){display:none}.stage-caption{right:12px;bottom:12px}.public-section-head{margin-top:58px}.public-section-head h3{font-size:32px}.public-process{padding:20px!important}.process-track{grid-template-columns:1fr!important}.process-cell{border-right:0!important;border-bottom:1px solid var(--line)!important}.process-cell:last-child{border-bottom:0!important}
  .authenticated-layout .shell{padding:16px 14px 44px!important}.authenticated-layout .intro h1{font-size:27px!important}.authenticated-layout .intro h1{white-space:normal!important}.authenticated-layout .progress{overflow-x:auto!important}.authenticated-layout .workspace-grid{padding-top:14px!important}.authenticated-layout .empty-state{min-height:280px!important;padding:28px 22px!important}.auth-dialog{padding:28px 22px!important}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}.stage-slide,.stage-progress span::after,.capability-row,.capability-row::before,.demo-format>span::after,.demo-review i.selected,.demo-output i,.process-cell,.process-cell b,.process-track::after,.auth-dialog{animation:none!important}.stage-slide{opacity:0!important;transform:none!important}.stage-slide:first-child{opacity:1!important}.demo-format>span:first-child::after{opacity:1}.demo-output i{opacity:1;transform:none}.public-primary,.public-secondary,.capability-row,.header-auth-button,.file-card,.auth-close{transition:none!important}.public-primary:hover,.public-secondary:hover,.capability-row:hover,.header-auth-button:hover,.file-card:hover{transform:none!important}
}
