:root {
  --ink: #071a2d;
  --ink-soft: #15304d;
  --muted: #6c7b8c;
  --line: #dce6f0;
  --surface: #fff;
  --canvas: #f4f8fc;
  --blue: #1689f8;
  --blue-dark: #0871d7;
  --cyan: #42d9e6;
  --green: #1bd68b;
  --orange: #ffad45;
  --danger: #d9485f;
  --radius: 20px;
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", Arial, sans-serif;
  color: var(--ink);
  background: var(--canvas);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--canvas); }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }

.skip-link { position: fixed; z-index: 20; top: -40px; left: 20px; padding: 10px 16px; border-radius: 8px; background: #fff; box-shadow: 0 4px 18px #0003; }
.skip-link:focus { top: 20px; }
.topbar { height: 72px; display: flex; align-items: center; gap: 58px; padding: 0 max(4vw, 40px); background: #fff; border-bottom: 1px solid #e9eff5; position: sticky; top: 0; z-index: 10; }
.brand, .footer-brand { display: inline-flex; align-items: center; white-space: nowrap; }
.brand img { display: block; width: 205px; height: auto; }
nav { display: flex; height: 100%; align-items: center; gap: 33px; margin-right: auto; }
nav a { display: grid; place-content: center; height: 100%; color: #647589; font-size: 14px; position: relative; transition: color .2s; }
nav a:hover, nav .active { color: var(--ink); font-weight: 600; }
nav .active::after { content: ""; position: absolute; bottom: -1px; height: 2px; left: 0; right: 0; border-radius: 2px; background: var(--blue); }
.topbar-actions { display: flex; align-items: center; gap: 22px; }
.scope-pill { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; font-size: 12px; color: #2f6b90; background: #eef8ff; border: 1px solid #d4efff; border-radius: 999px; }
.scope-pill i { width: 6px; height: 6px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 3px #d9f9e9; }
.text-link { color: #4a637a; font-size: 13px; font-weight: 600; white-space: nowrap; }
.text-link span { margin-left: 4px; color: var(--blue); }

.hero { min-height: 432px; overflow: hidden; padding: 76px max(8vw, 52px) 72px; color: #f4fbff; position: relative; display: grid; grid-template-columns: minmax(480px, 1.05fr) minmax(490px, .95fr); align-items: center; gap: 32px; background: radial-gradient(circle at 50% -20%, #164a7a 0, #0c3157 38%, var(--ink) 77%); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(#b3d9ff0e 1px, transparent 1px), linear-gradient(90deg, #b3d9ff0e 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(90deg,#0004,#000,#0003); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.glow-one { height: 500px; width: 500px; right: 16%; top: -330px; background: #159efb14; border: 1px solid #78ddff16; }
.glow-two { height: 300px; width: 300px; right: 5%; bottom: -225px; background: #2ed9e620; }
.hero-copy, .hero-visual { position: relative; z-index: 1; }
.eyebrow, .kicker { margin: 0; color: #72cfff; font-weight: 700; letter-spacing: 1.55px; font-size: 11px; }
.eyebrow { display: flex; align-items: center; gap: 8px; }
.eyebrow span { width: 20px; height: 1px; background: var(--cyan); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 16px 0 17px; max-width: 700px; font-size: clamp(34px, 3.1vw, 52px); line-height: 1.25; letter-spacing: -1.9px; }
h1 em { font-style: normal; color: #8bddff; }
.hero-description { max-width: 590px; color: #c0d7e9; font-size: 15px; line-height: 1.85; }
.hero-actions { display: flex; align-items: center; gap: 13px; margin-top: 27px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 15px; border: 0; border-radius: 10px; min-height: 46px; padding: 0 19px; font-size: 14px; font-weight: 700; transition: transform .18s, box-shadow .18s, background .18s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #03203a; background: linear-gradient(100deg, #55e0ef, #64baff); box-shadow: 0 8px 22px #1ebeff2a; }
.button-primary:hover { box-shadow: 0 12px 28px #1ebeff3d; }
.button-ghost { color: #cfe7f7; border: 1px solid #ffffff32; background: #ffffff0a; }
.proof-row { display: flex; flex-wrap: wrap; gap: 21px; margin-top: 24px; color: #a9c8dc; font-size: 12px; }
.proof-row b { display: inline-grid; place-items: center; width: 15px; height: 15px; margin-right: 5px; border-radius: 50%; color: #0c4f4a; background: #61e3bf; font-size: 10px; }

.hero-visual { height: 280px; min-width: 490px; }
.pipeline-card { position: absolute; display: flex; align-items: center; gap: 11px; padding: 14px; width: 203px; border: 1px solid #87d9ff40; border-radius: 14px; background: linear-gradient(135deg,#ffffff19,#bbebff0a); box-shadow: 0 22px 45px #00000024; backdrop-filter: blur(8px); }
.pipeline-card small { display: block; margin-bottom: 4px; color: #9ebfd4; font-size: 9px; letter-spacing: 1px; }
.pipeline-card strong { display: block; font-size: 13px; font-family: "Cascadia Mono", Consolas, monospace; font-weight: 600; }
.source-card { top: 26px; left: 12px; }
.output-card { right: 12px; bottom: 20px; border-color: #77e6ca48; }
.file-icon { display: grid; place-content: center; width: 34px; height: 38px; clip-path: polygon(0 0,75% 0,100% 25%,100% 100%,0 100%); color: #8cdfff; background: #1d6a9d; font: 700 11px "Cascadia Mono", monospace; }
.file-icon.kmodel { color: #a1ffde; background: #176f62; }
.status-dot { margin-left: auto; width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px var(--green); }
.check-badge { display: grid; place-content: center; margin-left: auto; width: 20px; height: 20px; border-radius: 50%; background: #1ed49a; color: #053d35; font-size: 13px; font-weight: 900; }
.pipeline-core { position: absolute; left: 50%; top: 50%; z-index: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 130px; height: 130px; transform: translate(-50%, -50%); border: 1px solid #81e5ff85; border-radius: 50%; background: radial-gradient(circle, #287ba144 0, #0e3b635c 56%, #112f5000 71%); box-shadow: inset 0 0 25px #28c8e538, 0 0 45px #24cafa1c; }
.pipeline-core svg { width: 48px; height: 48px; margin-bottom: 5px; stroke: #8eeeff; stroke-width: 1.4; fill: none; }
.pipeline-core strong { color: #d9f9ff; font: 700 15px "Cascadia Mono", monospace; letter-spacing: 1.8px; }
.pipeline-core small { color: #64e0f2; font-size: 9px; letter-spacing: 1.3px; }
.core-rings i { position: absolute; border: 1px solid #75dff423; border-radius: 50%; animation: orbit 8s linear infinite; }
.core-rings i:nth-child(1){ width: 170px;height: 68px; transform: rotate(-20deg); }.core-rings i:nth-child(2){ width: 164px;height: 70px; transform: rotate(50deg); animation-direction: reverse; }.core-rings i:nth-child(3){width: 155px;height: 60px;transform:rotate(110deg);animation-duration:10s;}
@keyframes orbit { to { rotate: 360deg; } }
.pipeline-line { position: absolute; height: 1px; width: 145px; background: linear-gradient(90deg, #55dfff20, #63e6ff); transform-origin: left center; }
.pipeline-line::before { content: ""; position: absolute; right: -2px; top: -2px; width: 5px; height: 5px; border-radius: 50%; background: #96f3ff; box-shadow: 0 0 10px #72eaff; }
.pipeline-line span { position: absolute; top: -22px; left: 47px; padding: 3px 5px; color: #91cfe1; background: #0e304caa; border-radius: 4px; white-space: nowrap; font-size: 9px; }
.line-one { left: 177px; top: 90px; rotate: 24deg; }.line-two { right: 151px; bottom: 89px; rotate: 24deg; }
.float-stat { position: absolute; left: 38px; bottom: 6px; display: flex; align-items: center; gap: 8px; padding: 9px 12px; min-width: 116px; border: 1px solid #9ee3ff38; border-radius: 11px; background: #0e2a46dd; box-shadow: 0 12px 32px #0004; }
.float-stat small { display: block; color: #9ec4da; font-size: 9px; }.float-stat b { color: #e5faff; font: 700 22px "Cascadia Mono", monospace; }.float-stat em { color: #69cce7; font-size: 9px; font-style: normal; }.pulse { width: 7px; height: 7px; border-radius: 50%; background: #40e6b3; box-shadow: 0 0 0 5px #40e6b322; animation: pulse 1.8s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 8px #40e6b300; } }

.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1180px; margin: -29px auto 0; position: relative; z-index: 2; overflow: hidden; border: 1px solid #dcebf5; border-radius: 13px; background: #fff; box-shadow: 0 12px 30px #0c43620d; }
.trust-strip > div { display: flex; align-items: center; gap: 12px; padding: 18px 25px; border-right: 1px solid #e7eef4; }.trust-strip > div:last-child { border: 0; }.strip-icon { display: grid; place-content: center; width: 28px; height: 28px; border-radius: 8px; color: #197bd0; background: #edf7ff; font-size: 19px; }.trust-strip p { margin: 0; }.trust-strip b, .trust-strip small { display: block; }.trust-strip b { font-size: 13px; }.trust-strip small { margin-top: 3px; color: var(--muted); font-size: 11px; }

.workspace-section, .how-section, .device-section { max-width: 1180px; margin: 0 auto; padding: 96px 0; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 31px; }.section-heading h2, .device-copy h2 { margin: 7px 0 8px; color: #0a223a; font-size: 30px; letter-spacing: -1px; }.section-heading > div > p:last-child { margin-bottom: 0; color: var(--muted); font-size: 14px; }.kicker { color: #258ee8; }.step-count { display: flex; align-items: center; gap: 7px; padding-bottom: 8px; color: #8191a1; font: 700 12px "Cascadia Mono", monospace; }.step-count i { width: 38px; height: 1px; background: #c7d7e5; }.step-count:first-letter { color: var(--blue); }
.workspace-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(315px, .68fr); gap: 22px; align-items: start; }
.job-form, .output-card-panel, .profile-card { background: var(--surface); border: 1px solid #dfeaf2; border-radius: var(--radius); box-shadow: 0 10px 32px #113d5c0a; }
.job-form { padding: 30px; }.form-intro { display: flex; gap: 12px; padding-bottom: 25px; border-bottom: 1px solid #e8eff4; }.icon-disc { display: grid; flex: none; place-content: center; width: 38px; height: 38px; border-radius: 12px; color: #197fce; background: #e7f5ff; font-size: 22px; }.form-intro h3 { margin: 0 0 3px; font-size: 16px; }.form-intro p { margin: 0; color: var(--muted); font-size: 12px; }
.form-field { margin-top: 24px; }.field-label-row { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; margin-bottom: 9px; }.field-label-row label { color: #19324b; font-size: 13px; font-weight: 700; }.field-label-row label span { margin-left: 5px; color: #ea7051; font-size: 10px; font-weight: 500; }.field-label-row p { margin: 0; color: #8292a3; font-size: 11px; }
.dropzone { min-height: 84px; display: flex; align-items: center; gap: 13px; padding: 12px 14px; border: 1px dashed #9fb6c8; border-radius: 12px; color: #74879a; background: #fbfdff; cursor: pointer; transition: .2s; }.dropzone:hover, .dropzone.is-dragging { border-color: var(--blue); background: #f0f9ff; }.dropzone.is-filled { border-style: solid; border-color: #8edbbb; background: #f4fff9; }.dropzone.has-error { border-color: var(--danger); background: #fffafb; }.dropzone.compact { min-height: 75px; }.upload-icon { display: grid; flex: none; place-content: center; width: 38px; height: 38px; border-radius: 10px; color: #298ee2; background: #e8f5ff; }.upload-icon.warm { color: #d98226; background: #fff3df; }.upload-icon svg { width: 19px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.65; }.dropzone-copy { flex: 1; font-size: 12px; }.dropzone-copy b, .dropzone-copy small { display: block; }.dropzone-copy b { color: #2b5e86; margin-bottom: 2px; }.dropzone-copy small { margin-top: 3px; color: #8998a7; font-size: 10px; }.dropzone-action { padding: 7px 10px; color: #3979aa; border: 1px solid #c9deee; border-radius: 7px; background: #fff; font-size: 11px; font-weight: 700; white-space: nowrap; }
.file-preview { min-height: 19px; display: flex; align-items: center; gap: 7px; margin: 7px 0 0; color: #91a0ae; font-size: 11px; }.file-preview b { color: #39714f; font-weight: 600; }.file-preview > span:last-child { margin-left: auto; color: #8395a3; }.preview-check { display: grid; place-content: center; width: 15px; height: 15px; border-radius: 50%; color: #0d6d50; background: #bff3dc; font-size: 10px; font-weight: 900; }.field-error { min-height: 16px; margin: 3px 0 0; color: var(--danger); font-size: 11px; }
textarea { width: 100%; min-height: 108px; resize: vertical; padding: 11px 13px; border: 1px solid #cbd9e5; border-radius: 10px; outline: none; color: #1f3b55; background: #fbfdff; font: 12px/1.65 "Cascadia Mono", "Microsoft YaHei", monospace; transition: border .2s, box-shadow .2s; }textarea:focus { border-color: #55a8f1; box-shadow: 0 0 0 3px #399ff119; }.field-hint { margin: 8px 0 0; color: #8392a0; font-size: 11px; }.field-hint span { display: inline-grid; place-content: center; width: 14px; height: 14px; margin-right: 4px; border-radius: 50%; color: #4c85af; background: #e3f2ff; font: 700 10px Georgia; }
.detected-contract { overflow: hidden; margin-top: 23px; border: 1px solid #d4e3ee; border-radius: 12px; background: #fbfdff; }.contract-head { display: flex; align-items: center; gap: 9px; padding: 12px 14px; }.contract-icon { display: grid; place-content: center; width: 27px; height: 27px; border-radius: 8px; color: #397da9; background: #e9f6ff; font-size: 18px; }.contract-head b, .contract-head small { display: block; }.contract-head b { font-size: 12px; }.contract-head small { margin-top: 2px; color: #8495a3; font-size: 10px; }.contract-state { margin-left: auto; padding: 4px 7px; border-radius: 99px; color: #708496; background: #eef3f7; font-size: 10px; }.contract-body { display: flex; align-items: center; gap: 13px; padding: 10px 14px; border-top: 1px solid #e5edf3; background: #f4f9fc; }.contract-body > span:first-child { color: #6d8aa2; font: 700 9px "Cascadia Mono", monospace; letter-spacing: .8px; }.contract-body code { color: #2872aa; font: 600 13px "Cascadia Mono", monospace; }.contract-body > span:last-child { margin-left: auto; color: #7b8d9c; font-size: 10px; }
.button-submit { width: 100%; min-height: 49px; margin-top: 24px; color: #fff; background: linear-gradient(105deg, #168af6, #0b70d2); box-shadow: 0 8px 17px #0874d426; }.button-submit:hover { background: linear-gradient(105deg, #2698ff, #0870d7); }.button-submit:disabled { cursor: wait; transform: none; opacity: .72; }.button-arrow { display: grid; place-content: center; width: 19px; height: 19px; border-radius: 50%; color: #0a74d6; background: #fff; }.submit-note { margin: 10px 0 0; color: #91a0ad; font-size: 10px; text-align: center; }.form-feedback { display: none; }.form-feedback.ready, .form-feedback.error { display: flex; gap: 9px; margin-top: 15px; padding: 11px 12px; border-radius: 10px; font-size: 11px; }.form-feedback.ready { color: #186d4e; border: 1px solid #b9efd9; background: #effcf5; }.form-feedback.ready > span { display: grid; place-content: center; width: 18px; height: 18px; border-radius: 50%; color: #fff; background: #23be82; }.form-feedback b, .form-feedback p { display: block; margin: 0; }.form-feedback p { margin-top: 3px; color: #4f896f; line-height: 1.5; }.form-feedback.error { color: #a93f52; border: 1px solid #f4cbd2; background: #fff5f6; }
.job-status { margin-top: 14px; overflow: hidden; border: 1px solid #b9dff8; border-radius: 12px; background: #f6fbff; }.job-status[hidden] { display: none; }.job-status-head { display: flex; align-items: center; gap: 9px; padding: 12px 13px; border-bottom: 1px solid #dcecf8; }.status-indicator { flex: none; width: 9px; height: 9px; border-radius: 50%; background: #3da6f1; box-shadow: 0 0 0 4px #3da6f122; animation: pulse 1.8s infinite; }.job-status small, .job-status b { display: block; }.job-status small { color: #658297; font-size: 10px; }.job-status b { margin-top: 1px; color: #1a527a; font-size: 12px; }.job-status code { margin-left: auto; color: #36779f; font: 600 10px "Cascadia Mono", monospace; }.job-status ol { display: grid; grid-template-columns: repeat(4,1fr); gap: 5px; list-style: none; margin: 0; padding: 11px 13px 8px; }.job-status li { color: #8a9daa; font-size: 9px; }.job-status li::before { content: ""; display: block; height: 3px; margin-bottom: 5px; border-radius: 2px; background: #d7e6f0; }.job-status li.current { color: #2a7db5; font-weight: 700; }.job-status li.current::before { background: #46a9ef; }.job-status li.complete { color: #27815f; }.job-status li.complete::before { background: #3fc791; }.job-status.is-failed { border-color: #f0bec8; background: #fff8f8; }.job-status.is-failed .status-indicator { background: #d9485f; box-shadow: 0 0 0 4px #d9485f20; animation: none; }.job-status > p { margin: 0; padding: 0 13px 11px; color: #55758c; font-size: 10px; }.job-actions { display: grid; gap: 7px; margin: 0 13px 13px; }.download-package { display: flex; justify-content: center; align-items: center; gap: 8px; min-height: 33px; border-radius: 7px; color: #136cac; background: #e5f5ff; font-size: 11px; font-weight: 700; }.download-package.log { color: #9b4f27; background: #fff0e7; }.download-package:hover { background: #d7f0ff; }.download-package.log:hover { background: #ffe6d8; }.download-package[hidden] { display: none; }

.right-rail { display: grid; gap: 15px; }.output-card-panel { overflow: hidden; padding: 24px; background: linear-gradient(155deg, #113252, #0b2036 70%); color: #eaf6ff; border-color: #174664; }.panel-top { display: flex; align-items: start; justify-content: space-between; gap: 10px; }.panel-top .kicker { color: #75d9ff; }.chip { padding: 5px 7px; border: 1px solid #b7eaff33; border-radius: 5px; color: #b9d9e9; background: #ffffff0c; font-size: 9px; white-space: nowrap; }.output-card-panel h3 { margin: 14px 0 21px; font-size: 23px; line-height: 1.36; letter-spacing: -.5px; }.deliverable-list { list-style: none; margin: 0; padding: 0; }.deliverable-list li { display: flex; align-items: center; gap: 10px; padding: 12px 0; border-top: 1px solid #bde8ff18; }.deliverable-list li > span:last-child { margin-left: auto; color: #73c8ed; }.file-type { display: grid; place-content: center; flex: none; width: 30px; height: 34px; border-radius: 6px; font: 700 9px "Cascadia Mono", monospace; }.file-type.km { color: #95f2d2; background: #176d61; }.file-type.json { color: #b4d7ff; background: #255b8b; }.file-type.py { color: #ffc172; background: #765124; }.file-type.txt { color: #b1c6d5; background: #36526a; }.deliverable-list b, .deliverable-list small { display: block; }.deliverable-list b { color: #e8f5fd; font: 600 11px "Cascadia Mono", monospace; }.deliverable-list small { margin-top: 3px; color: #99b8c9; font-size: 10px; }.integrity-note { display: flex; align-items: center; gap: 8px; margin-top: 9px; padding: 11px; border-radius: 9px; background: #4fe0c30e; }.integrity-note > span { display: grid; place-content: center; width: 18px; height: 18px; border-radius: 50%; color: #0c5f4d; background: #79edc5; font-size: 11px; font-weight: 900; }.integrity-note p { margin: 0; }.integrity-note b, .integrity-note small { display: block; }.integrity-note b { font-size: 10px; }.integrity-note small { margin-top: 2px; color: #96b9c5; font-size: 9px; }
.profile-card { padding: 19px 21px; }.profile-head { display: flex; align-items: center; gap: 9px; }.mini-kpu { display: grid; place-content: center; width: 32px; height: 30px; border-radius: 8px; color: #277ec1; background: #e8f5ff; font: 700 9px "Cascadia Mono", monospace; }.profile-head b, .profile-head small { display: block; }.profile-head b { font-size: 12px; }.profile-head small { margin-top: 2px; color: #8c9aa6; font-size: 10px; }.profile-card dl { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; margin: 17px 0 0; }.profile-card dl > div { padding-top: 10px; border-top: 1px solid #e8eff5; }.profile-card dt { color: #8293a2; font-size: 10px; }.profile-card dd { margin: 4px 0 0; color: #31526d; font: 600 10px "Cascadia Mono", "Microsoft YaHei", monospace; }

.how-section { padding-top: 20px; }.side-description { max-width: 390px; margin: 0; color: #6e8192; font-size: 13px; line-height: 1.75; }.process-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; list-style: none; margin: 0; padding: 0; counter-reset: process; }.process-list li { min-height: 195px; position: relative; padding: 22px 19px 15px; border: 1px solid #dfeaf3; border-radius: 15px; background: #fff; overflow: hidden; }.process-list li::after { content: ""; position: absolute; width: 94px; height: 94px; top: -55px; right: -35px; border-radius: 50%; background: #20a8fc0b; }.process-number { display: block; margin-bottom: 36px; color: #2993e8; font: 700 12px "Cascadia Mono", monospace; }.process-list h3 { margin: 0 0 7px; color: #18334c; font-size: 14px; }.process-list p { margin: 0; color: #778898; font-size: 11px; line-height: 1.8; }
.device-section { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 60px; padding-top: 66px; padding-bottom: 96px; }.device-copy h2 { font-size: 30px; line-height: 1.35; }.device-copy > p:not(.kicker) { max-width: 425px; color: #6d7e8e; font-size: 14px; line-height: 1.9; }.text-link.blue { display: inline-block; margin-top: 9px; color: #197ed6; }.terminal { overflow: hidden; border: 1px solid #1f3e59; border-radius: 14px; background: #0b1d2e; box-shadow: 0 18px 35px #0e365224; }.terminal-bar { display: flex; align-items: center; gap: 6px; height: 37px; padding: 0 14px; border-bottom: 1px solid #ffffff12; background: #112b43; }.terminal-bar span { width: 7px; height: 7px; border-radius: 50%; background: #e9706e; }.terminal-bar span:nth-child(2) { background: #e4bb63; }.terminal-bar span:nth-child(3) { background: #56bf92; }.terminal-bar b { margin-left: 7px; color: #90aabf; font: 10px "Cascadia Mono", monospace; }.terminal pre { overflow: auto; margin: 0; padding: 21px 24px; color: #b6d1df; font: 12px/1.95 "Cascadia Mono", Consolas, monospace; }.terminal i { color: #66cfef; font-style: normal; }.terminal strong { color: #6fe9bd; }.terminal b { color: #79c6ff; }.terminal .muted { color: #49677d; }
footer { display: flex; align-items: center; gap: 28px; min-height: 104px; padding: 25px max(8vw, 52px); color: #a9c4d7; background: #091b2e; }.footer-brand img { display: block; width: 250px; height: auto; }.footer-brand { flex: none; }footer > p { margin: 0; font-size: 11px; line-height: 1.8; }.footer-note { margin-left: auto; color: #7194ae; white-space: nowrap; }

@media (max-width: 980px) { .topbar { gap: 28px; padding: 0 25px; }.topbar-actions .scope-pill { display: none; }.hero { grid-template-columns: 1fr; padding: 70px 8vw 38px; }.hero-visual { margin: 0 auto; }.trust-strip, .workspace-section, .how-section, .device-section { margin-left: 28px; margin-right: 28px; }.trust-strip { grid-template-columns: 1fr; }.trust-strip > div { border-right: 0; border-bottom: 1px solid #e7eef4; }.trust-strip > div:last-child { border-bottom: 0; }.workspace-section { padding-top: 74px; }.workspace-grid { grid-template-columns: 1fr; }.right-rail { grid-template-columns: 1fr 1fr; }.device-section { grid-template-columns: 1fr; gap: 28px; }.process-list { grid-template-columns: 1fr 1fr; } }
@media (max-width: 650px) { .topbar { height: 62px; padding: 0 17px; }.brand img { width: 188px; }.topbar nav, .topbar-actions { display: none; }.hero { min-height: auto; padding: 49px 21px 20px; }.hero-copy h1 { font-size: 33px; letter-spacing: -1.3px; }.hero-description { font-size: 13px; }.hero-actions { align-items: stretch; flex-direction: column; }.button { width: 100%; }.hero-visual { min-width: 0; width: 100%; max-width: 390px; height: 225px; transform: scale(.86); transform-origin: top center; margin-bottom: -28px; }.trust-strip, .workspace-section, .how-section, .device-section { margin-left: 16px; margin-right: 16px; }.workspace-section, .how-section, .device-section { padding-top: 57px; padding-bottom: 57px; }.section-heading { display: block; }.section-heading h2, .device-copy h2 { font-size: 26px; }.step-count { margin-top: 16px; }.job-form { padding: 20px 16px; }.field-label-row { flex-wrap: wrap; }.field-label-row p { margin-left: auto; }.dropzone { display: grid; grid-template-columns: 38px minmax(0, 1fr); align-items: center; gap: 10px 12px; }.dropzone-copy { min-width: 0; overflow-wrap: anywhere; }.dropzone-action { grid-column: 2; justify-self: start; margin-left: 0; }.contract-body { flex-wrap: wrap; gap: 7px; }.contract-body > span:last-child { width: 100%; margin-left: 0; }.right-rail { grid-template-columns: 1fr; }.process-list { grid-template-columns: 1fr; }.process-list li { min-height: 145px; }.process-number { margin-bottom: 16px; } footer { flex-wrap: wrap; gap: 10px 18px; padding: 25px 20px; }.footer-brand img { width: min(250px, 100%); }.footer-note { width: 100%; margin-left: 0; }.terminal pre { padding: 17px; font-size: 10px; } }
