:root {
  --ink: #07110f;
  --ink-soft: #0e1d19;
  --paper: #ebe9df;
  --paper-deep: #d9d8cc;
  --lime: #c8ff4d;
  --orange: #ff7043;
  --line: rgba(7, 17, 15, .18);
  --muted: #68706a;
  --radius: 2px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "PingFang SC", "Microsoft YaHei", system-ui, sans-serif; line-height: 1.6; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .22; z-index: 20; background-image: repeating-linear-gradient(105deg, transparent 0 7px, rgba(7,17,15,.04) 8px, transparent 9px 15px); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section-space { padding-block: 120px; }

.hero { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 72px; }
.mode-console { display: grid; grid-template-columns: 320px 1fr; }
.route-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.resource-layout { display: grid; grid-template-columns: .9fr 1.1fr; }
.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.base-layout { display: grid; grid-template-columns: 1.35fr .65fr; }
.routine-track { display: grid; grid-template-columns: repeat(6, 1fr); }
.image-gallery { display: grid; grid-template-columns: 1.55fr .75fr; }
.platform-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.faq-section { display: grid; grid-template-columns: .75fr 1.25fr; }
.refund-section { display: grid; grid-template-columns: auto 1.2fr 1fr auto; }
.footer-grid { display: grid; grid-template-columns: 1fr 1.2fr auto; }
@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; gap: 48px; }
  .mode-console { grid-template-columns: 250px 1fr; }
  .route-grid { grid-template-columns: repeat(2, 1fr); }
  .resource-layout { grid-template-columns: 1fr; }
  .guide-grid { grid-template-columns: repeat(2, 1fr); }
  .base-layout { grid-template-columns: 1fr; }
  .routine-track { grid-template-columns: repeat(3, 1fr); row-gap: 38px; }
  .platform-grid { grid-template-columns: repeat(2, 1fr); }
  .refund-section { grid-template-columns: auto 1fr auto; }
}
@media (max-width: 720px) {
  .mode-console,
  .route-grid,
  .resource-layout,
  .guide-grid,
  .base-layout,
  .image-gallery,
  .faq-section,
  .footer-grid { grid-template-columns: 1fr; }
  .routine-track { grid-template-columns: repeat(2, 1fr); }
  .platform-grid { grid-template-columns: 1fr; }
  .refund-section { grid-template-columns: auto 1fr; }
}

.reading-progress { position: fixed; inset: 0 0 auto; height: 3px; z-index: 100; }
.reading-progress span { display: block; width: 0; height: 100%; background: var(--lime); }
.site-header { height: 82px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(24px, calc((100vw - 1180px) / 2)); background: rgba(7,17,15,.96); color: white; border-bottom: 1px solid rgba(255,255,255,.12); position: sticky; top: 0; z-index: 30; backdrop-filter: blur(16px); }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; color: var(--ink); background: var(--lime); font: 900 21px/1 Georgia, serif; transform: rotate(-3deg); }
.brand > span:last-child { display: grid; line-height: 1.15; }
.brand strong { font-size: 16px; letter-spacing: .12em; }
.brand small { margin-top: 5px; font-size: 9px; letter-spacing: .28em; color: #8e9b94; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: 13px; color: #bec7c2; }
.main-nav a { transition: color .2s ease; }
.main-nav a:hover { color: var(--lime); }
.main-nav .nav-refund { padding: 10px 16px; border: 1px solid var(--orange); color: #ffd4c6; }
.menu-toggle { display: none; border: 1px solid #60706a; color: white; background: transparent; padding: 8px 14px; }
.status-bar { color: #98a69f; background: #0b1714; border-bottom: 1px solid #24342e; font: 9px/1 ui-monospace, monospace; letter-spacing: .11em; }
.status-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.status-inner p { margin: 0; }
.status-inner strong { color: #d2d9d4; font-weight: 500; }
.status-dot { display: inline-block; width: 6px; height: 6px; margin-right: 9px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 9px var(--lime); }
.status-date { color: var(--lime); }

.hero { min-height: 700px; padding-block: 72px 86px; position: relative; }
.hero::before { content: "01"; position: absolute; left: -5vw; top: 12%; z-index: -1; color: rgba(7,17,15,.035); font: 900 clamp(180px, 26vw, 390px)/.8 ui-monospace, monospace; letter-spacing: -.12em; }
.eyebrow, .section-code { margin: 0 0 20px; font: 700 11px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: #52625a; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(255,112,67,.14); }
.hero h1 { margin: 0; font-size: clamp(52px, 6.7vw, 92px); line-height: .98; letter-spacing: -.065em; font-weight: 900; }
.hero h1 em { color: transparent; -webkit-text-stroke: 1.5px var(--ink); font-style: normal; }
.hero-intro { max-width: 560px; margin: 30px 0 0; color: #4f5953; font-size: 17px; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; padding: 0 22px; border: 1px solid var(--ink); font-size: 13px; font-weight: 700; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--ink); color: white; }
.button-primary:hover { background: var(--orange); border-color: var(--orange); }
.button-quiet:hover { background: white; }
.hero-stats { display: flex; gap: 48px; margin: 46px 0 0; }
.hero-stats div { display: grid; gap: 3px; }
.hero-stats strong { font: 800 26px/1 ui-monospace, monospace; }
.hero-stats span { color: var(--muted); font-size: 11px; letter-spacing: .08em; }
.hero-visual { position: relative; background: var(--ink); min-height: 470px; overflow: hidden; box-shadow: 20px 20px 0 #ccd1c3; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(2,8,7,.78)); }
.hero-visual > img { width: 100%; height: 100%; min-height: 470px; object-fit: cover; filter: saturate(.72) contrast(1.08); }
.scan-line { position: absolute; z-index: 2; top: 0; bottom: 0; width: 1px; background: linear-gradient(transparent, var(--lime), transparent); box-shadow: 0 0 18px var(--lime); animation: scan 5s ease-in-out infinite; }
@keyframes scan { 0%,100% { left: 8%; opacity: 0; } 15%,85% { opacity: .8; } 50% { left: 92%; } }
.visual-tag { position: absolute; z-index: 3; display: grid; padding: 11px 14px; background: rgba(6,15,13,.8); color: white; border-left: 2px solid var(--lime); backdrop-filter: blur(8px); }
.visual-tag span { color: #8da097; font: 9px/1.5 ui-monospace, monospace; letter-spacing: .12em; }
.visual-tag strong { font-size: 12px; }
.visual-tag-top { top: 22px; right: 22px; }
.visual-tag-bottom { bottom: 25px; left: 25px; }
.image-index { position: absolute; z-index: 3; right: 22px; bottom: 12px; color: rgba(255,255,255,.55); font: 10px/1 monospace; letter-spacing: .12em; }
.hero-radar { position: absolute; z-index: 3; right: 28px; top: 50%; width: 74px; height: 74px; border: 1px solid rgba(200,255,77,.55); border-radius: 50%; transform: translateY(-50%); }
.hero-radar::before, .hero-radar::after { content: ""; position: absolute; background: rgba(200,255,77,.35); }
.hero-radar::before { left: 50%; top: -10px; bottom: -10px; width: 1px; }
.hero-radar::after { top: 50%; left: -10px; right: -10px; height: 1px; }
.hero-radar span { position: absolute; inset: 13px; border: 1px solid rgba(200,255,77,.28); border-radius: 50%; }
.hero-radar i { position: absolute; width: 5px; height: 5px; top: 20px; left: 18px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 9px var(--orange); }

.signal-strip { padding: 22px max(24px, calc((100vw - 1180px) / 2)); display: flex; align-items: center; justify-content: space-between; background: var(--lime); font-size: 12px; font-weight: 800; letter-spacing: .06em; }
.signal-strip div { display: flex; align-items: center; gap: 10px; }
.signal-strip span { opacity: .45; font-family: ui-monospace, monospace; }
.signal-strip i { width: 56px; height: 1px; background: rgba(7,17,15,.28); }

.mode-section { position: relative; }
.mode-console { overflow: hidden; color: white; background: var(--ink); border: 1px solid #263730; box-shadow: 18px 18px 0 #ced0c4; }
.mode-tabs { display: flex; flex-direction: column; background: #0d1a17; border-right: 1px solid #2b3b35; }
.mode-tabs button { min-height: 88px; padding: 18px 22px; display: grid; grid-template-columns: 38px 1fr; align-items: center; text-align: left; color: #bec9c3; background: transparent; border: 0; border-bottom: 1px solid #263630; cursor: pointer; font-size: 14px; }
.mode-tabs button:last-child { border-bottom: 0; }
.mode-tabs button span { grid-row: 1 / 3; color: #5d6c65; font: 700 11px/1 monospace; }
.mode-tabs button small { margin-top: 3px; color: #6f7d76; font-size: 10px; }
.mode-tabs button:hover, .mode-tabs button.is-active { color: var(--ink); background: var(--lime); }
.mode-tabs button:hover span, .mode-tabs button:hover small, .mode-tabs button.is-active span, .mode-tabs button.is-active small { color: rgba(7,17,15,.58); }
.mode-panel { min-height: 350px; padding: 42px 46px 38px; position: relative; overflow: hidden; }
.mode-panel::after { content: "MODE"; position: absolute; right: -24px; bottom: -35px; color: rgba(255,255,255,.025); font: 900 110px/1 monospace; letter-spacing: -.08em; }
.mode-panel-head { display: flex; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid #2b3b35; font: 10px/1 monospace; color: #77877f; }
.mode-panel-head p { margin: 0; }
.mode-panel-head strong { color: var(--lime); letter-spacing: .1em; }
.mode-panel h3 { margin: 28px 0 10px; font-size: 31px; letter-spacing: -.04em; }
.mode-panel > p:not(.mode-advice) { max-width: 680px; margin: 0; color: #9ba8a2; font-size: 14px; }
.mode-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 35px; }
.mode-metrics div { display: grid; gap: 9px; color: #78877f; font: 10px/1 monospace; }
.mode-metrics i { height: 5px; background: #22322c; overflow: hidden; }
.mode-metrics b { display: block; width: var(--value, 0%); height: 100%; background: var(--lime); transition: width .35s ease; }
.mode-advice { position: relative; z-index: 1; margin: 28px 0 0; padding: 14px 16px; display: flex; gap: 15px; background: #14231f; color: #b8c3be; font-size: 12px; }
.mode-advice span { color: var(--orange); font-weight: 800; }
.mode-advice b { font-weight: 500; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 54px; }
.section-heading h2, .faq-intro h2 { margin: 0; font-size: clamp(34px, 4.2vw, 56px); line-height: 1.05; letter-spacing: -.05em; }
.section-heading > p { max-width: 390px; margin: 0; color: var(--muted); font-size: 14px; }
.section-code { color: #677269; }
.route-grid { border: 1px solid var(--line); }
.route-card { min-height: 440px; padding: 28px 25px; border-right: 1px solid var(--line); transition: background .25s ease, color .25s ease, transform .25s ease; outline: 0; }
.route-card:last-child { border-right: 0; }
.route-card:hover, .route-card.active, .route-card:focus-visible { background: var(--ink); color: white; transform: translateY(-8px); }
.route-number { display: grid; place-items: center; width: 39px; height: 39px; margin-bottom: 70px; border: 1px solid currentColor; font: 700 11px/1 monospace; }
.route-card.active .route-number, .route-card:hover .route-number, .route-card:focus-visible .route-number { color: var(--ink); background: var(--lime); border-color: var(--lime); }
.route-time { color: #6d766f; font: 10px/1.4 monospace; letter-spacing: .08em; }
.route-card h3 { margin: 11px 0 16px; font-size: 21px; line-height: 1.35; }
.route-card > p:last-of-type { min-height: 90px; color: #6c756e; font-size: 13px; }
.route-card:hover > p:last-of-type, .route-card.active > p:last-of-type, .route-card:focus-visible > p:last-of-type { color: #aebbb4; }
.route-card ul { margin: 22px 0 0; padding: 18px 0 0; border-top: 1px solid currentColor; list-style: none; font-size: 11px; color: #8a948e; }
.route-card li::before { content: "·"; margin-right: 8px; color: var(--lime); }

.resource-section { color: white; background: #13231e; position: relative; overflow: hidden; }
.resource-section::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(200,255,77,.03) 1px, transparent 1px), linear-gradient(rgba(200,255,77,.03) 1px, transparent 1px); background-size: 42px 42px; }
.resource-layout { position: relative; align-items: center; gap: 100px; }
.resource-copy h2 { margin: 0; font-size: clamp(38px, 4.5vw, 62px); line-height: 1.08; letter-spacing: -.055em; }
.resource-copy > p:not(.section-code) { max-width: 510px; margin: 25px 0 0; color: #91a098; font-size: 14px; }
.priority-legend { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 38px; color: #819088; font-size: 10px; }
.priority-legend span { display: flex; align-items: center; gap: 7px; }
.priority-legend i { width: 7px; height: 7px; border-radius: 50%; }
.priority-legend .p1 { background: var(--orange); }.priority-legend .p2 { background: var(--lime); }.priority-legend .p3 { background: #5f7168; }
.resource-board { background: #e7e7dd; color: var(--ink); border: 1px solid #728178; box-shadow: 13px 13px 0 rgba(0,0,0,.25); transform: rotate(.5deg); }
.board-top { display: flex; justify-content: space-between; padding: 13px 17px; background: var(--lime); font: 800 10px/1 monospace; }
.resource-list article { min-height: 78px; display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 16px; padding: 13px 17px; border-bottom: 1px solid rgba(7,17,15,.14); }
.resource-list article > b { color: #90978f; font: 800 11px/1 monospace; }
.resource-list h3 { margin: 0 0 3px; font-size: 14px; }
.resource-list p { margin: 0; color: #737b75; font-size: 10px; }
.priority { min-width: 34px; padding: 5px 7px; text-align: center; color: white; font-size: 10px; font-weight: 800; }
.priority.high { background: var(--orange); }.priority.mid { color: var(--ink); background: var(--lime); }.priority.low { background: #68736c; }
.board-note { padding: 14px 17px; display: flex; align-items: center; gap: 15px; background: #d6d7cd; }
.board-note span { padding: 4px 7px; background: var(--ink); color: white; font-size: 9px; }
.board-note p { margin: 0; font-size: 10px; font-weight: 700; }

.guides-section { background: var(--ink); color: #eef1e8; }
.light-heading .section-code { color: var(--lime); }
.light-heading > p { color: #8d9b94; }
.guide-filter { display: flex; gap: 8px; margin-bottom: 30px; }
.guide-filter button { padding: 9px 16px; border: 1px solid #33443d; color: #a8b5ae; background: transparent; cursor: pointer; font-size: 12px; }
.guide-filter button:hover, .guide-filter button.is-active { background: var(--lime); border-color: var(--lime); color: var(--ink); }
.guide-grid { gap: 12px; }
.guide-card { min-height: 265px; padding: 24px; display: flex; flex-direction: column; background: #0d1b18; border: 1px solid #24352f; transition: transform .2s ease, border-color .2s ease; }
.guide-card:hover { transform: translateY(-5px); border-color: var(--lime); }
.guide-card[hidden] { display: none; }
.guide-card.featured { background: var(--orange); color: var(--ink); border-color: var(--orange); }
.guide-card > p { display: flex; justify-content: space-between; margin: 0; font: 10px/1 monospace; color: #84938c; }
.guide-card.featured > p { color: rgba(7,17,15,.68); }
.guide-card > p span { padding: 5px 8px; border: 1px solid currentColor; }
.guide-card h3 { max-width: 280px; margin: 36px 0 30px; font-size: 21px; line-height: 1.45; }
.guide-meta { margin-top: auto; display: flex; justify-content: space-between; align-items: end; color: #77867f; font-size: 11px; }
.guide-card.featured .guide-meta { color: rgba(7,17,15,.68); }
.guide-meta b { font: 800 42px/.8 ui-monospace, monospace; opacity: .38; }
.guide-card.guide-wide { background: #162722; }

.base-section { overflow: hidden; }
.base-layout { align-items: stretch; gap: 22px; }
.blueprint { min-height: 540px; padding: 42px; position: relative; background: #0b1d2a; border: 1px solid #22445a; box-shadow: 12px 12px 0 #ccd1c3; }
.blue-grid { position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(#3d728f 1px, transparent 1px), linear-gradient(90deg, #3d728f 1px, transparent 1px); background-size: 30px 30px; }
.blueprint::after { content: "N\A ↑"; white-space: pre; position: absolute; top: 22px; right: 23px; color: #7bc4e5; font: 700 11px/1.2 monospace; text-align: center; }
.room { position: absolute; z-index: 1; padding: 17px; display: flex; flex-direction: column; justify-content: end; color: #cbe9f6; border: 1px solid #62a7ca; background: rgba(35,92,120,.17); }
.room::before { content: ""; position: absolute; inset: 7px; border: 1px dashed rgba(104,190,230,.25); }
.room span { position: absolute; top: 14px; left: 15px; color: #70b7d7; font: 10px/1 monospace; }
.room strong { position: relative; font-size: 15px; }
.room small { position: relative; margin-top: 3px; color: #76a6bb; font-size: 9px; }
.room-entry { left: 8%; bottom: 10%; width: 37%; height: 27%; }
.room-craft { left: 8%; top: 12%; width: 37%; height: 46%; }
.room-store { right: 8%; top: 12%; width: 40%; height: 39%; }
.room-rest { right: 8%; bottom: 10%; width: 40%; height: 35%; }
.blueprint-axis { position: absolute; color: #6196ae; font: 9px/1 monospace; letter-spacing: .1em; }
.axis-x { left: 50%; bottom: 12px; transform: translateX(-50%); }
.axis-y { left: 14px; top: 50%; transform: rotate(-90deg); }
.base-notes { padding: 34px; color: white; background: var(--ink); }
.note-index { margin: 0 0 20px; color: var(--lime); font: 10px/1 monospace; letter-spacing: .12em; }
.base-notes ol { margin: 0; padding: 0; list-style: none; }
.base-notes li { display: grid; grid-template-columns: 45px 1fr; gap: 8px; padding: 22px 0; border-bottom: 1px solid #2c3c36; }
.base-notes li:last-child { border-bottom: 0; }
.base-notes li > span { color: #64736c; font: 11px/1.5 monospace; }
.base-notes strong { font-size: 14px; }
.base-notes li p { margin: 5px 0 0; color: #83918a; font-size: 11px; }

.routine-section { color: white; background: var(--orange); }
.routine-section .light-heading .section-code, .routine-section .light-heading > p { color: #54261c; }
.routine-track { position: relative; gap: 0; }
.routine-track::before { content: ""; position: absolute; top: 27px; left: 5%; right: 5%; height: 1px; background: rgba(7,17,15,.35); }
.routine-track article { position: relative; padding-right: 24px; }
.routine-track span { position: relative; z-index: 1; display: grid; place-items: center; width: 54px; height: 54px; color: var(--ink); background: var(--lime); border: 5px solid var(--orange); font: 800 10px/1 monospace; }
.routine-track h3 { margin: 25px 0 7px; color: var(--ink); font-size: 15px; }
.routine-track p { margin: 0; color: #602d23; font-size: 11px; }

.image-gallery { gap: 18px; }
.image-gallery figure { margin: 0; background: var(--ink); color: white; overflow: hidden; }
.image-gallery img { width: 100%; height: 390px; object-fit: cover; filter: saturate(.7); transition: filter .3s ease, transform .5s ease; }
.image-gallery figure:hover img { filter: saturate(1); transform: scale(1.015); }
.gallery-side img { object-position: left center; }
.image-gallery figcaption { display: grid; grid-template-columns: 145px 1fr; gap: 22px; align-items: start; padding: 20px 22px 24px; }
.image-gallery figcaption span { color: var(--lime); font: 10px/1.5 monospace; letter-spacing: .08em; }
.image-gallery figcaption p { margin: 0; color: #9da9a3; font-size: 12px; }

.platform-grid { gap: 12px; }
.platform-card { min-height: 310px; padding: 25px; display: flex; flex-direction: column; background: #dddcd1; border: 1px solid var(--line); transition: transform .2s ease, background .2s ease; }
.platform-card:hover { transform: translateY(-7px); background: white; }
.platform-card.platform-main { color: white; background: var(--ink); }
.platform-card > p { width: 38px; height: 38px; margin: 0; display: grid; place-items: center; color: var(--ink); background: var(--lime); font: 800 10px/1 monospace; }
.platform-card h3 { margin: 28px 0 18px; font-size: 23px; }
.platform-card ul { margin: 0; padding: 0; list-style: none; color: #69736d; font-size: 11px; }
.platform-main ul { color: #9aa7a1; }
.platform-card li { padding: 6px 0; border-bottom: 1px solid rgba(104,114,107,.2); }
.platform-card li::before { content: "↳"; margin-right: 7px; color: var(--orange); }
.platform-card > span { margin-top: auto; color: #7b857f; font: 9px/1.4 monospace; letter-spacing: .08em; }

.faq-section { gap: 110px; border-top: 1px solid var(--line); }
.faq-intro > p:last-child { max-width: 390px; margin: 28px 0 0; color: var(--muted); font-size: 14px; }
.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 24px 2px; display: flex; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-size: 16px; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-size: 22px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -5px 42px 25px 0; color: var(--muted); font-size: 13px; }

.refund-section { margin-bottom: 120px; padding: 36px 40px; align-items: center; gap: 34px; color: white; background: var(--orange); box-shadow: 12px 12px 0 var(--ink); }
.refund-badge { writing-mode: vertical-rl; padding: 8px 5px; color: var(--ink); background: var(--lime); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.refund-section h2 { margin: 3px 0 0; font-size: 26px; line-height: 1.3; }
.refund-section > div p { margin: 0; font: 10px/1.4 monospace; letter-spacing: .1em; color: rgba(7,17,15,.65); }
.refund-section > p { margin: 0; color: #3c1c15; font-size: 13px; }
.refund-button { border-color: var(--ink); background: var(--ink); color: white; white-space: nowrap; }

.site-footer { padding: 40px 0; color: #acb8b2; background: var(--ink); }
.footer-grid { align-items: center; gap: 50px; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand p { display: grid; margin: 0; }
.footer-brand strong { color: white; font-size: 13px; }
.footer-brand small { margin-top: 4px; font-size: 10px; }
.disclaimer { margin: 0; font-size: 11px; }
.site-footer > div > a { color: var(--lime); font-size: 12px; }

@media (max-width: 980px) {
  .site-header { height: 72px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 72px; left: 0; right: 0; display: none; padding: 24px; gap: 18px; align-items: stretch; flex-direction: column; background: var(--ink-soft); border-top: 1px solid #32413c; }
  .main-nav.is-open { display: flex; }
  .hero { padding-top: 76px; }
  .hero-copy { max-width: 720px; }
  .resource-layout { gap: 60px; }
  .resource-copy { max-width: 720px; }
  .base-notes { padding: 28px 34px; }
  .routine-track::before { display: none; }
  .signal-strip i { display: none; }
  .route-grid { grid-template-columns: repeat(2, 1fr); }
  .route-card:nth-child(2) { border-right: 0; }
  .route-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .guide-grid { grid-template-columns: repeat(2, 1fr); }
  .refund-section { grid-template-columns: auto 1fr auto; }
  .refund-section > p { grid-column: 2 / 3; }
  .refund-button { grid-column: 3; grid-row: 1 / 3; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 28px, 1180px); }
  .section-space { padding-block: 82px; }
  .site-header { padding-inline: 14px; }
  .status-inner { min-height: 30px; }
  .status-inner p:nth-child(2), .status-date { display: none; }
  .brand small { display: none; }
  .hero { min-height: 0; padding-block: 62px 56px; }
  .hero h1 { font-size: clamp(44px, 14vw, 68px); }
  .hero-intro { font-size: 15px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-stats { gap: 28px; justify-content: space-between; }
  .hero-visual, .hero-visual > img { min-height: 300px; }
  .hero-visual { box-shadow: 8px 8px 0 #ccd1c3; }
  .visual-tag-top { display: none; }
  .hero-radar { display: none; }
  .signal-strip { padding: 16px 18px; overflow-x: auto; justify-content: start; gap: 32px; white-space: nowrap; }
  .section-heading { display: block; margin-bottom: 38px; }
  .section-heading > p { margin-top: 18px; }
  .mode-console { box-shadow: 7px 7px 0 #ced0c4; }
  .mode-tabs { display: grid; grid-template-columns: repeat(2, 1fr); border-right: 0; border-bottom: 1px solid #2b3b35; }
  .mode-tabs button { min-height: 82px; padding: 14px; grid-template-columns: 26px 1fr; border-right: 1px solid #263630; }
  .mode-tabs button:nth-child(2n) { border-right: 0; }
  .mode-panel { min-height: 400px; padding: 30px 22px; }
  .mode-panel h3 { font-size: 27px; }
  .mode-metrics { grid-template-columns: 1fr; gap: 16px; }
  .route-grid, .guide-grid, .image-gallery, .faq-section { grid-template-columns: 1fr; }
  .route-card { min-height: 355px; border-right: 0; border-bottom: 1px solid var(--line); }
  .route-card:last-child { border-bottom: 0; }
  .route-number { margin-bottom: 42px; }
  .guide-filter { overflow-x: auto; }
  .guide-card { min-height: 230px; }
  .resource-layout { gap: 42px; }
  .resource-copy h2 { font-size: 39px; }
  .priority-legend { display: grid; }
  .resource-board { transform: none; box-shadow: 7px 7px 0 rgba(0,0,0,.25); }
  .resource-list article { grid-template-columns: 25px 1fr auto; padding-inline: 13px; }
  .blueprint { min-height: 440px; padding: 20px; box-shadow: 7px 7px 0 #ccd1c3; }
  .room { padding: 12px; }
  .room strong { font-size: 12px; }
  .room small { font-size: 8px; }
  .base-notes { padding: 25px 21px; }
  .routine-track { row-gap: 38px; }
  .routine-track article { padding-right: 12px; }
  .routine-track h3 { margin-top: 16px; }
  .image-gallery img { height: 270px; }
  .image-gallery figcaption { grid-template-columns: 1fr; gap: 8px; }
  .faq-section { gap: 50px; }
  .platform-card { min-height: 270px; }
  .refund-section { margin-bottom: 82px; padding: 28px 23px; grid-template-columns: auto 1fr; gap: 22px 18px; }
  .refund-section > p, .refund-button { grid-column: 1 / -1; }
  .refund-button { grid-row: auto; width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 25px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
html:not(.jkqz) body {
    filter: blur(10px);
    -webkit-filter: blur(10px);
}
body {
    transition: filter 0.5s ease, opacity 0.5s ease;
}
