:root {
  --ink: #102019;
  --ink-2: #173127;
  --ink-3: #284a39;
  --paper: #f4eddb;
  --paper-deep: #e8dfc9;
  --paper-dim: #d8cdb2;
  --lime: #c8ee55;
  --lime-pale: #e6f7a3;
  --orange: #df6a38;
  --red: #ba4c37;
  --blue: #6eb6c5;
  --line: rgba(16, 32, 25, 0.17);
  --line-light: rgba(244, 237, 219, 0.19);
  --shadow: 0 18px 40px rgba(7, 19, 13, 0.12);
  --serif: "Songti SC", "STSong", "Noto Serif CJK SC", "Source Han Serif SC", serif;
  --sans: "PingFang SC", "Microsoft YaHei UI", "Noto Sans CJK SC", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { min-height: 100%; background: var(--ink); }
body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.55;
}
button, input, textarea { font: inherit; }
button, a, input, textarea { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }

.page-grain {
  position: fixed;
  z-index: 20;
  inset: 0;
  pointer-events: none;
  opacity: .2;
  background-image: 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='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.24'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

.app-shell { min-height: 100vh; display: grid; grid-template-columns: 248px minmax(0, 1fr); }
.rail {
  position: fixed;
  z-index: 10;
  inset: 0 auto 0 0;
  display: flex;
  width: 248px;
  flex-direction: column;
  padding: 32px 22px 24px;
  color: var(--paper);
  background: var(--ink);
  border-right: 1px solid rgba(200, 238, 85, .24);
}
.brand { display: flex; align-items: center; gap: 12px; width: max-content; max-width: 100%; }
.brand strong { display: block; font-family: var(--serif); font-size: 21px; font-weight: 800; letter-spacing: .04em; white-space: nowrap; }
.brand small { display: block; margin-top: 1px; color: rgba(244,237,219,.64); font-family: var(--sans); font-size: 8px; font-weight: 800; letter-spacing: .17em; }
.brand-mark { position: relative; display: grid; width: 35px; height: 35px; grid-template-columns: repeat(3, 1fr); align-items: end; gap: 3px; padding: 5px; overflow: hidden; background: var(--lime); transform: rotate(-3deg); }
.brand-mark::after { position: absolute; inset: 0; border: 1px solid var(--ink); content: ""; transform: translate(3px, 3px); }
.brand-mark i { display: block; background: var(--ink); }
.brand-mark i:nth-child(1) { height: 44%; }.brand-mark i:nth-child(2) { height: 76%; }.brand-mark i:nth-child(3) { height: 100%; }
.rail-nav { display: grid; gap: 8px; margin-top: 88px; }
.rail-nav a { display: flex; align-items: center; gap: 14px; min-height: 49px; padding: 0 12px; color: rgba(244,237,219,.72); border: 1px solid transparent; transition: color .2s ease, background .2s ease, transform .2s ease; }
.rail-nav a:hover { color: var(--paper); transform: translateX(3px); }
.rail-nav a[aria-current="page"] { color: var(--ink); background: var(--lime); border-color: var(--lime); }
.nav-index { font-size: 10px; font-weight: 800; letter-spacing: .11em; opacity: .66; }
.rail-footer { display: flex; align-items: flex-start; gap: 9px; margin-top: auto; padding: 16px 10px; border-top: 1px solid var(--line-light); }
.rail-footer b { display: block; color: var(--lime); font-size: 12px; font-weight: 700; }.rail-footer p { margin: 3px 0 0; color: rgba(244,237,219,.52); font-size: 11px; line-height: 1.55; }
.mode-dot { width: 8px; height: 8px; flex: 0 0 auto; margin-top: 5px; border-radius: 99px; background: var(--lime); box-shadow: 0 0 0 4px rgba(200,238,85,.12); }
.mobile-header { display: none; }
.main { grid-column: 2; min-width: 0; padding: 46px clamp(22px, 5.3vw, 88px) 72px; }
.page { width: 100%; max-width: 1300px; margin: 0 auto; animation: enter .48s cubic-bezier(.2,.8,.2,1) both; }

.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 13px; color: var(--ink-3); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow::before { width: 28px; height: 1px; background: currentColor; content: ""; }
.page-hero { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px; align-items: end; padding-bottom: 34px; border-bottom: 1px solid var(--line); }
.page-title { max-width: 770px; margin: 0; font-family: var(--serif); font-size: clamp(34px, 4vw, 59px); font-weight: 800; letter-spacing: -.04em; line-height: 1.08; }
.page-subtitle { max-width: 620px; margin: 16px 0 0; color: #496052; font-size: 14px; line-height: 1.85; }
.page-subtitle strong { color: var(--ink); }.hero-actions { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; justify-content: end; }
.hero-serial { position: absolute; right: 0; top: 0; color: rgba(16,32,25,.12); font-family: var(--serif); font-size: clamp(60px, 10vw, 130px); font-weight: 900; letter-spacing: -.1em; line-height: .7; pointer-events: none; user-select: none; }
.page-title, .page-subtitle, .hero-actions { position: relative; z-index: 1; }

.button { display: inline-flex; min-height: 43px; align-items: center; justify-content: center; gap: 8px; padding: 0 16px; border: 1px solid transparent; border-radius: 0; font-size: 13px; font-weight: 800; letter-spacing: .02em; line-height: 1; transition: transform .18s ease, box-shadow .18s ease, color .18s ease, background .18s ease; }
.button:hover:not(:disabled) { transform: translateY(-2px); box-shadow: 4px 4px 0 rgba(16,32,25,.19); }.button:active:not(:disabled) { transform: translateY(0); box-shadow: none; }
.button:disabled { cursor: not-allowed; opacity: .45; }.button-primary { color: var(--ink); background: var(--lime); border-color: var(--ink); }.button-dark { color: var(--paper); background: var(--ink); border-color: var(--ink); }.button-quiet { color: var(--ink); background: transparent; border-color: var(--line); }.button-danger { color: var(--paper); background: var(--red); border-color: var(--red); }.button .button-arrow { font-size: 16px; line-height: 0; }

.stat-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 30px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.stat { min-height: 130px; padding: 18px 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.stat:nth-child(odd) { background: rgba(232,223,201,.4); }.stat-label { color: #607166; font-size: 11px; font-weight: 800; letter-spacing: .08em; }.stat-value { display: block; margin-top: 11px; font-family: var(--serif); font-size: 42px; font-weight: 800; letter-spacing: -.05em; line-height: .9; }.stat-note { margin: 8px 0 0; color: #6e7c73; font-size: 11px; }

.section-head { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin: 52px 0 15px; }.section-kicker { margin: 0; color: var(--ink-3); font-size: 10px; font-weight: 900; letter-spacing: .14em; }.section-title { margin: 5px 0 0; font-family: var(--serif); font-size: 25px; letter-spacing: -.03em; line-height: 1.2; }.section-note { max-width: 430px; margin: 0; color: #69776e; font-size: 12px; text-align: right; }

.ledger { border-top: 2px solid var(--ink); }.task-row { display: grid; grid-template-columns: 94px minmax(210px, 1.6fr) minmax(160px, 1fr) minmax(145px, .8fr) auto; gap: 20px; align-items: center; padding: 19px 14px; border-bottom: 1px solid var(--line); transition: background .2s ease, padding .2s ease; }.task-row:hover { padding-left: 20px; background: rgba(200,238,85,.18); }.task-no { color: var(--ink-3); font-family: var(--serif); font-size: 22px; font-weight: 800; letter-spacing: -.04em; }.task-name { min-width: 0; }.task-name b { display: block; overflow: hidden; font-family: var(--serif); font-size: 18px; font-weight: 800; letter-spacing: -.02em; text-overflow: ellipsis; white-space: nowrap; }.task-meta { display: flex; gap: 7px; align-items: center; margin-top: 3px; color: #718076; font-size: 11px; }.task-meta .dot { width: 3px; height: 3px; border-radius: 50%; background: currentColor; }.mini-progress { min-width: 120px; }.mini-progress > div { display: flex; justify-content: space-between; gap: 8px; color: #54665a; font-size: 11px; }.progress-track { height: 5px; margin-top: 7px; overflow: hidden; background: var(--paper-dim); }.progress-track > i { display: block; height: 100%; background: var(--ink-3); transition: width .5s ease; }.task-output { color: #506158; font-size: 12px; }.task-output b { display: block; color: var(--ink); font-family: var(--serif); font-size: 17px; }.row-arrow { color: var(--ink-3); font-size: 25px; font-weight: 300; transition: transform .2s ease; }.task-row:hover .row-arrow { transform: translateX(4px); }

.status { display: inline-flex; width: max-content; max-width: 100%; align-items: center; gap: 6px; padding: 5px 7px; color: #4f6156; border: 1px solid currentColor; font-size: 10px; font-weight: 900; letter-spacing: .06em; line-height: 1; white-space: nowrap; }.status::before { width: 5px; height: 5px; flex: 0 0 auto; border-radius: 50%; background: currentColor; content: ""; }.status.done, .status.completed, .status.success { color: #397257; background: rgba(139, 205, 129, .11); }.status.running, .status.processing, .status.generating { color: #5b7318; background: rgba(200,238,85,.25); }.status.queued, .status.pending, .status.draft { color: #69776e; background: rgba(16,32,25,.035); }.status.failed, .status.error { color: var(--red); background: rgba(186,76,55,.08); }

.empty-state { display: grid; min-height: 290px; place-items: center; padding: 42px 24px; text-align: center; border: 1px dashed #a99d82; background: rgba(232,223,201,.25); }.empty-icon { display: grid; width: 62px; height: 62px; place-items: center; color: var(--ink); border: 1px solid var(--ink); background: var(--lime); font-family: var(--serif); font-size: 30px; transform: rotate(-4deg); }.empty-state h2 { margin: 19px 0 6px; font-family: var(--serif); font-size: 23px; }.empty-state p { max-width: 395px; margin: 0 0 20px; color: #65756a; font-size: 13px; }

.notice-strip { display: flex; gap: 12px; align-items: flex-start; margin-top: 25px; padding: 13px 16px; color: #4e5e52; border-left: 4px solid var(--orange); background: #ece3cc; font-size: 12px; }.notice-strip b { color: var(--ink); white-space: nowrap; }.notice-strip p { margin: 0; }

.create-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(310px, .95fr); gap: 32px; align-items: start; margin-top: 33px; }.step-ruler { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 20px; border-top: 1px solid var(--line); }.step-ruler span { position: relative; padding-top: 9px; color: #758176; font-size: 10px; font-weight: 900; letter-spacing: .08em; }.step-ruler span::before { position: absolute; top: -4px; left: 0; width: 7px; height: 7px; background: var(--paper-dim); border-radius: 99px; content: ""; }.step-ruler span.active { color: var(--ink); }.step-ruler span.active::before { background: var(--lime); outline: 1px solid var(--ink); }.form-card { overflow: hidden; border: 1px solid var(--line); background: rgba(255,255,255,.14); box-shadow: var(--shadow); }.form-card-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 19px 22px; color: var(--paper); background: var(--ink); }.form-card-head h2 { margin: 0; font-family: var(--serif); font-size: 21px; }.form-card-head span { color: var(--lime); font-family: var(--serif); font-size: 26px; font-weight: 800; }.form-body { padding: 24px 22px 26px; }.form-rule { margin: 22px 0; border: 0; border-top: 1px solid var(--line); }.field { display: grid; gap: 8px; margin-top: 17px; }.field:first-child { margin-top: 0; }.field label, .field-legend { color: var(--ink-2); font-size: 12px; font-weight: 900; }.field-hint { margin: -2px 0 0; color: #718076; font-size: 11px; line-height: 1.65; }.required { color: var(--red); }.input, .textarea { width: 100%; min-height: 43px; padding: 9px 11px; color: var(--ink); outline: none; border: 1px solid #a59a80; border-radius: 0; background: rgba(255,252,242,.56); transition: border-color .16s ease, box-shadow .16s ease, background .16s ease; }.textarea { min-height: 82px; resize: vertical; }.input:focus, .textarea:focus { border-color: var(--ink-3); background: #fffaf0; box-shadow: 3px 3px 0 rgba(40,74,57,.18); }.field-duo { display: grid; grid-template-columns: 1.2fr .8fr; gap: 14px; }

.upload-zone { position: relative; display: grid; min-height: 210px; place-items: center; padding: 26px; overflow: hidden; color: var(--ink); border: 1px dashed #8d9b70; background: #e9e2ce; text-align: center; transition: background .2s ease, border-color .2s ease; }.upload-zone:hover, .upload-zone.dragging { border-color: var(--ink); background: #e0edb7; }.upload-zone input { position: absolute; inset: 0; width: 100%; opacity: 0; cursor: pointer; }.upload-zone > div { pointer-events: none; }.upload-emblem { display: grid; width: 48px; height: 48px; place-items: center; margin: 0 auto 12px; color: var(--paper); background: var(--ink); font-family: var(--serif); font-size: 25px; }.upload-zone b { display: block; font-family: var(--serif); font-size: 19px; }.upload-zone p { margin: 5px 0 0; color: #657167; font-size: 12px; }.upload-zone .file-name { max-width: 350px; overflow: hidden; margin-top: 12px; color: var(--ink-3); font-size: 11px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }.upload-zone.is-ready { background: #e4f2b5; border-style: solid; }

.package-card { position: sticky; top: 26px; border-top: 4px solid var(--ink); background: var(--ink-2); color: var(--paper); box-shadow: 10px 10px 0 rgba(16,32,25,.13); }.package-card.empty { min-height: 380px; display: grid; place-items: center; padding: 28px; background: linear-gradient(145deg, var(--ink-2), #1d382c); }.package-card-inner { padding: 23px; }.package-card .eyebrow { color: var(--lime); }.package-card .eyebrow::before { background: currentColor; }.package-title { margin: 0; font-family: var(--serif); font-size: 26px; letter-spacing: -.03em; }.package-name { overflow: hidden; margin: 8px 0 0; color: rgba(244,237,219,.62); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }.package-count { display: flex; align-items: baseline; gap: 8px; margin: 21px 0 14px; }.package-count b { color: var(--lime); font-family: var(--serif); font-size: 52px; line-height: 1; }.package-count span { color: rgba(244,237,219,.65); font-size: 12px; }.segment-sheet { margin: 16px -23px 0; padding: 0 23px; border-top: 1px solid var(--line-light); }.segment-line { display: grid; grid-template-columns: 27px minmax(0, 1fr) auto; gap: 10px; align-items: center; min-height: 54px; border-bottom: 1px solid var(--line-light); }.segment-line .segment-number { color: var(--lime); font-family: var(--serif); font-size: 20px; font-weight: 800; }.segment-line b { display: block; overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }.segment-line small { display: block; overflow: hidden; margin-top: 1px; color: rgba(244,237,219,.54); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }.asset-count { color: rgba(244,237,219,.74); font-size: 10px; white-space: nowrap; }.package-warnings { margin: 16px 0 0; padding: 10px; color: #fff0c6; border-left: 2px solid var(--orange); background: rgba(0,0,0,.14); font-size: 11px; }.package-warnings ul { margin: 5px 0 0; padding-left: 15px; }.package-empty-mark { color: var(--lime); font-family: var(--serif); font-size: 70px; line-height: .8; }.package-card.empty h2 { margin: 18px 0 7px; font-family: var(--serif); font-size: 25px; }.package-card.empty p { max-width: 310px; margin: 0; color: rgba(244,237,219,.62); font-size: 12px; text-align: center; }
.quantity-control { display: grid; grid-template-columns: 40px 1fr 40px; width: min(100%, 230px); border: 1px solid var(--ink); }.quantity-control button { color: var(--paper); border: 0; background: var(--ink); font-size: 20px; transition: color .15s, background .15s; }.quantity-control button:hover { color: var(--ink); background: var(--lime); }.quantity-control input { min-width: 0; height: 45px; color: var(--ink); border: 0; outline: 0; background: transparent; font-family: var(--serif); font-size: 25px; font-weight: 800; text-align: center; }.quantity-control input::-webkit-inner-spin-button, .quantity-control input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.compliance-box { display: flex; align-items: flex-start; gap: 10px; margin-top: 21px; padding: 13px; border: 1px solid #a99e85; background: rgba(232,223,201,.52); }.compliance-box input { width: 18px; height: 18px; flex: 0 0 auto; margin: 1px 0 0; accent-color: var(--ink); }.compliance-box label { color: #405247; font-size: 12px; line-height: 1.65; }.compliance-box label b { color: var(--ink); }.form-submit { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 23px; }.form-submit p { max-width: 245px; margin: 0; color: #708075; font-size: 10px; line-height: 1.65; }

.breadcrumb { display: flex; gap: 8px; align-items: center; margin-bottom: 19px; color: #67766b; font-size: 12px; }.breadcrumb a { text-decoration: underline; text-decoration-color: #a39b85; text-underline-offset: 3px; }.breadcrumb span { color: #98a197; }.task-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(200px, 340px); gap: 30px; align-items: end; padding: 28px 0 33px; border-top: 2px solid var(--ink); border-bottom: 1px solid var(--line); }.task-title { max-width: 770px; margin: 0; font-family: var(--serif); font-size: clamp(31px, 4vw, 52px); font-weight: 800; letter-spacing: -.045em; line-height: 1.08; }.task-provenance { display: flex; flex-wrap: wrap; gap: 7px 13px; margin-top: 14px; color: #617166; font-size: 12px; }.task-provenance span::before { margin-right: 5px; color: var(--ink-3); content: "·"; }.task-provenance span:first-child::before { display: none; }.task-actions { display: flex; align-items: center; gap: 8px; justify-content: flex-end; flex-wrap: wrap; }.progress-block { display: grid; grid-template-columns: 115px minmax(0, 1fr); gap: 17px; align-items: center; margin-top: 30px; padding: 22px; color: var(--paper); background: var(--ink); }.progress-wheel { position: relative; display: grid; width: 108px; aspect-ratio: 1; place-items: center; border-radius: 50%; background: conic-gradient(var(--lime) calc(var(--progress) * 1%), rgba(244,237,219,.17) 0); }.progress-wheel::before { width: 82px; height: 82px; border-radius: inherit; background: var(--ink); content: ""; }.progress-wheel b { position: absolute; color: var(--lime); font-family: var(--serif); font-size: 28px; letter-spacing: -.06em; }.progress-copy b { display: block; color: var(--lime); font-family: var(--serif); font-size: 24px; font-weight: 800; }.progress-copy p { margin: 4px 0 0; color: rgba(244,237,219,.69); font-size: 12px; }.progress-copy .progress-track { max-width: 400px; margin-top: 15px; background: rgba(244,237,219,.22); }.progress-copy .progress-track > i { background: var(--lime); }
.record-line { display: flex; align-items: center; gap: 11px; padding: 12px 14px; color: #4b5c50; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(232,223,201,.35); font-size: 12px; }.record-line strong { color: var(--ink); }.record-stamp { display: inline-grid; width: 27px; height: 27px; place-items: center; color: var(--paper); background: var(--ink-3); font-family: var(--serif); font-size: 16px; }
.handoff-policy { display: grid; grid-template-columns: 31px minmax(0, 1fr); gap: 12px; align-items: flex-start; margin-top: 12px; padding: 14px 16px; color: #3e5145; border-left: 3px solid var(--lime); background: rgba(200,238,85,.16); }.handoff-policy-mark { display: grid; width: 27px; height: 27px; place-items: center; color: var(--ink); background: var(--lime); font-family: var(--serif); font-size: 18px; font-weight: 800; }.handoff-policy b { display: block; color: var(--ink); font-family: var(--serif); font-size: 16px; letter-spacing: -.015em; }.handoff-policy p { margin: 3px 0 0; font-size: 11px; line-height: 1.7; }.handoff-policy p strong { color: var(--ink); }
.output-grid { display: grid; gap: 15px; }.output-card { position: relative; overflow: hidden; border: 1px solid var(--line); background: rgba(255,253,244,.37); }.output-card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding: 17px 19px; border-bottom: 1px solid var(--line); }.output-title { display: flex; align-items: baseline; gap: 9px; }.output-title .output-no { color: var(--ink-3); font-family: var(--serif); font-size: 28px; font-weight: 800; letter-spacing: -.06em; }.output-title b { font-family: var(--serif); font-size: 18px; }.output-title small { display: block; color: #708075; font-size: 10px; }.output-tools { display: flex; gap: 9px; align-items: center; }.download-link { display: inline-flex; align-items: center; gap: 5px; color: var(--ink-3); border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 800; }.download-link:hover { color: var(--red); }.segment-statuses { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }.segment-status { display: grid; grid-template-columns: 35px minmax(0, 1fr); gap: 8px; min-height: 74px; align-items: center; padding: 12px 15px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.segment-status:last-child { border-right: 0; }.segment-status:nth-child(odd) { background: rgba(232,223,201,.35); }.segment-index { color: var(--ink-3); font-family: var(--serif); font-size: 25px; font-weight: 800; }.segment-status b { display: block; overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }.segment-status .status { margin-top: 3px; }.segment-detail { display: flex; gap: 8px; margin-top: 4px; color: #78867c; font-size: 10px; }.output-note { margin: 0; padding: 10px 16px; color: #65766a; background: #ece4d0; font-size: 11px; }
.handoff-line { display: grid; gap: 4px; margin-top: 8px; padding-top: 8px; border-top: 1px dashed rgba(16,32,25,.2); }.handoff-line > div { display: flex; align-items: center; gap: 7px; flex-wrap: wrap; }.handoff-line .handoff-label { color: var(--ink-3); font-size: 10px; font-weight: 900; letter-spacing: .04em; }.handoff-line .status { margin-top: 0; }.handoff-line p { margin: 0; color: #65766a; font-size: 10px; line-height: 1.55; }.handoff-line p strong { color: var(--red); font-weight: 900; }
.download-panel { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 20px; align-items: center; padding: 21px 22px; color: var(--paper); background: var(--ink-2); }.download-panel h2 { margin: 0; color: var(--lime); font-family: var(--serif); font-size: 24px; }.download-panel p { margin: 4px 0 0; color: rgba(244,237,219,.63); font-size: 11px; }.download-actions { display: flex; gap: 9px; flex-wrap: wrap; justify-content: end; }.download-actions .button { color: var(--paper); border-color: rgba(244,237,219,.43); }.download-actions .button:hover { color: var(--ink); background: var(--lime); border-color: var(--lime); }

.loading { display: grid; min-height: 58vh; place-items: center; }.loading-mark { display: flex; align-items: end; gap: 5px; height: 58px; }.loading-mark i { width: 8px; background: var(--ink-3); animation: load 1s ease-in-out infinite alternate; }.loading-mark i:nth-child(1) { height: 28%; animation-delay: .1s; }.loading-mark i:nth-child(2) { height: 62%; animation-delay: .22s; }.loading-mark i:nth-child(3) { height: 100%; animation-delay: .35s; }.loading-copy { margin-top: 14px; color: #617166; font-size: 11px; font-weight: 800; letter-spacing: .12em; }.error-state { display: grid; min-height: 56vh; place-items: center; text-align: center; }.error-card { max-width: 520px; padding: 30px; border: 1px solid var(--line); background: rgba(232,223,201,.4); }.error-code { color: var(--red); font-family: var(--serif); font-size: 53px; font-weight: 800; line-height: 1; }.error-card h1 { margin: 13px 0 8px; font-family: var(--serif); font-size: 27px; }.error-card p { margin: 0 0 20px; color: #647469; font-size: 13px; }.toast { position: fixed; z-index: 40; right: 22px; bottom: 22px; max-width: min(400px, calc(100vw - 44px)); padding: 12px 15px; color: var(--paper); opacity: 0; background: var(--ink); box-shadow: 8px 8px 0 rgba(16,32,25,.2); font-size: 12px; pointer-events: none; transform: translateY(10px); transition: opacity .2s, transform .2s; }.toast.is-visible { opacity: 1; transform: translateY(0); }.toast.error { background: var(--red); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
@keyframes enter { from { opacity: 0; transform: translateY(9px); } to { opacity: 1; transform: translateY(0); } }
@keyframes load { to { transform: scaleY(.35); opacity: .36; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
@media (max-width: 900px) { .app-shell { display: block; }.rail { display: none; }.mobile-header { display: flex; min-height: 70px; align-items: center; justify-content: space-between; gap: 15px; padding: 12px 20px; color: var(--paper); background: var(--ink); border-bottom: 1px solid rgba(200,238,85,.3); }.mobile-header .brand strong { font-size: 18px; }.mobile-header .brand-mark { width: 29px; height: 29px; }.mobile-header .brand small { font-size: 7px; }.mobile-nav { display: flex; gap: 14px; }.mobile-nav a { color: rgba(244,237,219,.63); font-size: 12px; font-weight: 800; }.mobile-nav a[aria-current="page"] { color: var(--lime); }.main { padding: 33px clamp(18px, 5vw, 40px) 60px; }.create-grid { grid-template-columns: 1fr; }.package-card { position: static; }.stat-grid { grid-template-columns: repeat(2, 1fr); }.task-row { grid-template-columns: 65px minmax(180px, 1fr) minmax(140px, .7fr) auto; }.task-output { display: none; }.task-hero { grid-template-columns: 1fr; }.task-actions { justify-content: flex-start; } }
@media (max-width: 620px) { .main { padding: 26px 16px 44px; }.page-hero { grid-template-columns: 1fr; gap: 18px; padding-bottom: 25px; }.page-title { font-size: 36px; }.hero-actions { justify-content: start; }.hero-serial { top: 8px; font-size: 83px; }.stat { min-height: 104px; padding: 15px; }.stat-value { font-size: 34px; }.section-head { display: block; margin-top: 39px; }.section-note { margin-top: 7px; text-align: left; }.task-row { grid-template-columns: 45px minmax(0, 1fr) auto; gap: 9px; padding: 16px 7px; }.task-row:hover { padding-left: 10px; }.task-no { font-size: 18px; }.mini-progress { display: none; }.task-name b { font-size: 16px; }.row-arrow { display: none; }.field-duo { grid-template-columns: 1fr; }.form-body { padding: 20px 16px 22px; }.form-card-head { padding: 16px; }.form-submit { align-items: flex-start; flex-direction: column; }.progress-block { grid-template-columns: 91px 1fr; gap: 13px; padding: 15px; }.progress-wheel { width: 88px; }.progress-wheel::before { width: 68px; height: 68px; }.progress-wheel b { font-size: 23px; }.progress-copy b { font-size: 20px; }.output-card-head { padding: 13px; }.output-title .output-no { font-size: 24px; }.output-title b { font-size: 16px; }.output-tools { align-items: flex-end; flex-direction: column; }.segment-statuses { grid-template-columns: 1fr; }.segment-status { border-right: 0; }.download-panel { grid-template-columns: 1fr; padding: 18px; }.download-actions { justify-content: start; }.breadcrumb { overflow: hidden; white-space: nowrap; }.breadcrumb .crumb-title { overflow: hidden; text-overflow: ellipsis; }.notice-strip { align-items: flex-start; flex-direction: column; gap: 3px; }.package-card-inner { padding: 18px; }.segment-sheet { margin-left: -18px; margin-right: -18px; padding: 0 18px; }.package-count b { font-size: 44px; } }
