:root {
  --ink: #0d1714;
  --paper: #f2f1e9;
  --paper-2: #e9e8de;
  --acid: #c9ff4a;
  --muted: #65706b;
  --line: rgba(13, 23, 20, .14);
  --font-geist-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-geist-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-geist-sans), system-ui, sans-serif; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.nav { height: 88px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: flex; gap: 11px; align-items: center; font-weight: 820; letter-spacing: .11em; }
.brand-mark { display: grid; place-items: center; width: 32px; height: 32px; color: var(--acid); background: var(--ink); border-radius: 50%; letter-spacing: 0; font-size: 14px; }
.nav-links { display: flex; gap: 34px; color: #4f5a55; font-size: 14px; }
.nav-links a:hover { color: var(--ink); }
.button { display: inline-flex; justify-content: space-between; align-items: center; gap: 24px; min-height: 52px; padding: 0 22px; border: 1px solid var(--ink); font-weight: 720; font-size: 14px; transition: .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); box-shadow: 4px 4px 0 var(--ink); }
.button-small { min-height: 42px; padding-inline: 18px; }
.button-dark { color: var(--paper); background: var(--ink); }
.button-accent { background: var(--acid); }
.button-ghost { border-color: var(--line); }
.hero { position: relative; min-height: 760px; padding: 105px 0 80px; overflow: hidden; }
.hero::after { content: ""; position: absolute; right: -160px; top: 70px; width: 640px; height: 640px; border: 1px solid rgba(13,23,20,.09); border-radius: 50%; box-shadow: inset 0 0 0 90px var(--paper), inset 0 0 0 91px rgba(13,23,20,.07), inset 0 0 0 180px var(--paper), inset 0 0 0 181px rgba(13,23,20,.05); pointer-events: none; }
.eyebrow, .kicker, .micro { font-family: var(--font-geist-mono), monospace; text-transform: uppercase; font-size: 11px; letter-spacing: .14em; font-weight: 680; }
.eyebrow { display: flex; align-items: center; gap: 8px; margin-bottom: 28px; }
.pulse { width: 8px; height: 8px; background: #58c429; border-radius: 50%; box-shadow: 0 0 0 5px rgba(88,196,41,.13); }
.hero h1 { position: relative; z-index: 1; margin: 0; max-width: 850px; font-size: clamp(64px, 9vw, 124px); line-height: .89; letter-spacing: -.07em; font-weight: 790; }
.hero h1 em { color: transparent; -webkit-text-stroke: 1.5px var(--ink); font-style: normal; }
.hero-copy { max-width: 560px; margin: 40px 0 32px; color: #4f5a55; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; gap: 12px; }
.signal-card { position: absolute; z-index: 2; right: 0; bottom: 72px; width: 405px; background: var(--ink); color: white; padding: 26px; box-shadow: 14px 14px 0 var(--acid); }
.signal-top { display: flex; align-items: flex-start; justify-content: space-between; }
.signal-top strong { display: block; margin-top: 8px; font-size: 16px; }
.micro { color: #8f9b96; }
.status-pill { padding: 7px 10px; border: 1px solid rgba(201,255,74,.4); color: var(--acid); font: 10px var(--font-geist-mono), monospace; }
.signal-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin: 30px 0 24px; border: 1px solid rgba(255,255,255,.13); }
.signal-grid div { padding: 16px; border-right: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); }
.signal-grid div:nth-child(2n) { border-right: 0; }
.signal-grid div:nth-child(n+3) { border-bottom: 0; }
.signal-grid span { display: block; color: #86908c; font-size: 10px; margin-bottom: 8px; }
.signal-grid strong { font-size: 13px; }
.signal-bars { display: flex; align-items: flex-end; height: 60px; gap: 4px; }
.signal-bars i { flex: 1; background: var(--acid); opacity: .75; }
.trust-strip { background: var(--acid); border-block: 1px solid var(--ink); }
.trust-inner { min-height: 70px; display: flex; align-items: center; justify-content: space-between; font-family: var(--font-geist-mono), monospace; font-size: 12px; }
.trust-inner span { opacity: .5; }.trust-inner i { width: 4px; height: 4px; background: var(--ink); border-radius: 50%; }
.section { padding: 130px 0; }
.section-heading { display: grid; grid-template-columns: 1.4fr .7fr; column-gap: 100px; align-items: end; }
.section-heading .kicker { grid-column: 1 / -1; margin-bottom: 24px; }
.section h2, .pricing-title h2, .workflow h2 { font-size: clamp(42px, 5vw, 72px); line-height: 1.02; letter-spacing: -.055em; margin: 0; }
.section-heading p, .pricing-title p, .workflow-copy > p { color: var(--muted); line-height: 1.75; margin: 0; }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 75px; border-top: 1px solid var(--ink); }
.capability { position: relative; min-height: 330px; padding: 28px 30px; border-right: 1px solid var(--line); }
.capability:first-child { border-left: 1px solid var(--line); }
.capability-num { font: 11px var(--font-geist-mono), monospace; color: var(--muted); }
.capability-icon { width: 62px; height: 62px; margin: 50px 0 28px; border: 1px solid var(--ink); border-radius: 50%; display: grid; place-items: center; }
.capability-icon span { width: 20px; height: 20px; background: var(--acid); border: 1px solid var(--ink); transform: rotate(45deg); }
.capability h3 { font-size: 22px; margin: 0 0 13px; }
.capability p { color: var(--muted); line-height: 1.65; font-size: 14px; }
.pricing-section { padding: 120px 0; background: var(--ink); color: var(--paper); }
.pricing-title { display: flex; justify-content: space-between; align-items: end; margin-bottom: 60px; }
.pricing-title p { max-width: 370px; color: #909b96; }
.pricing-title .kicker { display: block; color: var(--acid); margin-bottom: 20px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.plan { position: relative; padding: 34px; border: 1px solid rgba(255,255,255,.18); background: #15211d; }
.plan.featured { color: var(--ink); background: var(--paper); }
.plan-badge { position: absolute; right: 24px; top: 24px; padding: 6px 9px; background: var(--acid); font: 10px var(--font-geist-mono), monospace; }
.plan-name { font: 12px var(--font-geist-mono), monospace; text-transform: uppercase; letter-spacing: .12em; }
.plan-price { margin: 30px 0 18px; font-size: 64px; letter-spacing: -.06em; font-weight: 760; }
.plan-price small { font-size: 22px; vertical-align: top; margin-right: 4px; }.plan-price span { font-size: 12px; letter-spacing: 0; opacity: .55; }
.plan > p { min-height: 48px; color: #9aa49f; line-height: 1.6; font-size: 14px; }.featured > p { color: var(--muted); }
.plan ul { padding: 24px 0; margin: 22px 0; border-top: 1px solid currentColor; list-style: none; opacity: .85; }
.plan li { margin: 14px 0; font-size: 14px; }.plan li::before { content: "＋"; margin-right: 9px; color: var(--acid); }.featured li::before { color: #659400; }
.button-plan { width: 100%; color: var(--paper); border-color: rgba(255,255,255,.4); }.featured .button { width: 100%; }
.workflow { display: grid; grid-template-columns: .85fr 1.15fr; gap: 130px; }
.workflow-copy .kicker { display: block; margin-bottom: 24px; }.workflow-copy > p { margin: 28px 0; max-width: 430px; }
.text-link { display: inline-flex; gap: 12px; padding-bottom: 4px; border-bottom: 1px solid var(--ink); font-weight: 700; }
.steps { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--ink); }
.steps li { display: grid; grid-template-columns: 65px 1fr; padding: 30px 0; border-bottom: 1px solid var(--line); }
.steps > li > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--acid); font: 12px var(--font-geist-mono), monospace; }
.steps strong { font-size: 19px; }.steps p { margin: 8px 0 0; color: var(--muted); line-height: 1.6; font-size: 14px; }
footer { padding: 45px 0; border-top: 1px solid var(--line); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; }.footer-inner p { color: var(--muted); }.footer-inner div:last-child { display: flex; gap: 24px; font-size: 13px; }

.dashboard-page { min-height: 100vh; display: grid; grid-template-columns: 250px 1fr; background: #ecebe3; }
.dash-side { position: sticky; top: 0; height: 100vh; display: flex; flex-direction: column; padding: 32px 26px; color: var(--paper); background: var(--ink); }
.dash-side .brand { margin-bottom: 68px; }.dash-side .brand-mark { color: var(--ink); background: var(--acid); }
.dash-side nav { display: grid; gap: 8px; }.dash-side nav a { padding: 13px 16px; color: #89948f; font-size: 14px; border-left: 2px solid transparent; }
.dash-side nav a.active, .dash-side nav a:hover { color: white; background: rgba(255,255,255,.06); border-left-color: var(--acid); }
.dash-signout { margin-top: auto; padding: 0; color: #85908b; background: none; border: 0; font: inherit; font-size: 13px; text-align: left; cursor: pointer; }
.dash-signout:hover { color: white; }
.dash-main { min-width: 0; padding: 46px clamp(24px, 5vw, 74px) 90px; }
.dash-header { display: flex; align-items: end; justify-content: space-between; padding-bottom: 32px; border-bottom: 1px solid var(--line); }
.dash-header h1 { margin: 10px 0 0; font-size: clamp(30px, 4vw, 52px); letter-spacing: -.045em; }.account-chip { padding: 10px 14px; background: white; border: 1px solid var(--line); font: 11px var(--font-geist-mono), monospace; }
.empty-sub { margin-top: 42px; min-height: 420px; padding: clamp(35px, 7vw, 78px); background: var(--ink); color: var(--paper); box-shadow: 12px 12px 0 var(--acid); }
.empty-sub h2 { margin: 24px 0 16px; max-width: 580px; font-size: clamp(48px, 7vw, 86px); letter-spacing: -.065em; line-height: .95; }.empty-sub > p { max-width: 540px; margin-bottom: 34px; color: #a5afaa; line-height: 1.7; }
.action-message { font-size: 13px; margin-top: 16px; color: #abb5b0; }.action-message.error { color: #ff8f83; }
.dash-stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 36px; }
.dash-stat-grid article { min-height: 170px; display: flex; flex-direction: column; padding: 24px; background: white; border: 1px solid var(--line); }
.dash-stat-grid span { color: var(--muted); font-size: 12px; }.dash-stat-grid strong { margin: auto 0 8px; font-size: 27px; letter-spacing: -.04em; }.dash-stat-grid small { color: var(--muted); }
.subscription-card { margin-top: 14px; padding: 34px; background: var(--ink); color: white; }
.sub-card-top { display: flex; justify-content: space-between; align-items: flex-start; }.sub-card-top h2 { margin: 13px 0 0; font-size: 36px; letter-spacing: -.04em; }
.large-status { padding: 8px 11px; border: 1px solid #7d8883; color: #adb7b2; font: 10px var(--font-geist-mono), monospace; text-transform: uppercase; }.large-status.active { color: var(--acid); border-color: rgba(201,255,74,.5); }
.usage-track { height: 8px; margin-top: 42px; background: #32403a; }.usage-track i { display: block; height: 100%; background: var(--acid); }
.usage-label { display: flex; justify-content: space-between; margin-top: 9px; color: #8f9b95; font: 11px var(--font-geist-mono), monospace; }
.subscription-access { display: grid; grid-template-columns: minmax(0, 1fr) 236px; gap: 42px; align-items: center; margin-top: 34px; padding-top: 32px; border-top: 1px solid #31403a; }
.subscription-access-copy h3 { margin: 10px 0 7px; font-size: 25px; letter-spacing: -.035em; }.subscription-access-copy > p { max-width: 650px; margin: 0; color: #9aa59f; font-size: 13px; line-height: 1.65; }
.subscription-link { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; margin-top: 23px; }.subscription-link code { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 15px; color: #b9c3be; background: #101916; border: 1px solid #31403a; }
.copy-button { min-width: 104px; padding: 0 19px; color: var(--ink); background: var(--acid); border: 0; font-weight: 750; cursor: pointer; }.subscription-access-copy .subscription-private-note { margin-top: 13px; color: #83908a; font: 10px var(--font-geist-mono), monospace; }.subscription-private-note span { margin-right: 5px; color: var(--acid); }
.subscription-qr { margin: 0; padding: 17px; color: var(--ink); background: #f7f7f2; border: 1px solid #53615b; }.subscription-qr-canvas { width: 188px; height: 188px; display: grid; place-items: center; margin: 0 auto; padding: 0; background: white; }.subscription-qr-canvas canvas, .subscription-qr-canvas img { display: block; width: 188px!important; height: 188px!important; }.subscription-qr-canvas.qr-fallback { padding: 20px; color: #5f6a65; font-size: 12px; line-height: 1.6; text-align: center; }
.subscription-qr figcaption { display: grid; gap: 3px; margin-top: 12px; text-align: center; }.subscription-qr figcaption strong { font-size: 12px; }.subscription-qr figcaption span { color: #7a8580; font-size: 9px; }.qr-download { width: 100%; min-height: 36px; margin-top: 12px; border: 1px solid var(--ink); background: transparent; color: var(--ink); font-weight: 720; cursor: pointer; }.qr-download:hover { background: var(--acid); }
.pending-note { margin: 28px 0 0; color: #96a09b; }
.client-guide { margin-top: 70px; scroll-margin-top: 24px; }.client-guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 24px; border: 1px solid var(--ink); background: white; }.client-guide-card { min-width: 0; padding: 26px; }.client-guide-card + .client-guide-card { border-left: 1px solid var(--line); }.client-guide-card header { position: relative; min-height: 92px; padding-bottom: 21px; border-bottom: 1px solid var(--ink); }.client-guide-card header > span { color: var(--muted); font: 10px var(--font-geist-mono), monospace; text-transform: uppercase; letter-spacing: .08em; }.client-guide-card h3 { margin: 10px 0 0; font-size: 25px; letter-spacing: -.04em; }.client-guide-card header a { position: absolute; right: 0; bottom: 22px; color: #5d681f; font-size: 10px; font-weight: 760; }
.client-guide-card ol { margin: 0; padding: 0; list-style: none; }.client-guide-card li { display: grid; grid-template-columns: 30px 1fr; gap: 11px; padding: 17px 0; border-bottom: 1px solid var(--line); }.client-guide-card li > span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: var(--acid); font: 9px var(--font-geist-mono), monospace; }.client-guide-card li p { margin: 2px 0 0; color: #505b56; font-size: 12px; line-height: 1.6; }.client-guide-note { margin: 14px 0 0; padding: 15px 18px; border-left: 3px solid var(--acid); background: rgba(255,255,255,.55); color: var(--muted); font-size: 12px; line-height: 1.65; }.client-guide-note strong { color: var(--ink); }
.dash-plans { margin-top: 70px; }.dash-section-title { display: flex; align-items: end; justify-content: space-between; }.dash-section-title h2 { margin: 8px 0 0; font-size: 38px; letter-spacing: -.045em; }.dash-section-title p { color: var(--muted); font-size: 13px; }
.dash-plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 24px; }.dash-plan-grid article { padding: 25px; background: white; border: 1px solid var(--line); }.dash-plan-grid article > span { font-size: 13px; color: var(--muted); }.dash-plan-grid strong { display: block; margin: 25px 0 8px; font-size: 32px; }.dash-plan-grid strong small { font-size: 12px; color: var(--muted); }.dash-plan-grid p { color: var(--muted); font-size: 13px; }
.dash-buy { display: block; width: 100%; margin-top: 18px; padding: 12px; border: 1px solid var(--ink); text-align: center; font-size: 13px; font-weight: 720; }.dash-buy:hover { color: var(--ink); background: var(--acid); }

.checkout-page, .admin-page { min-height: 100vh; background: #ecebe3; }
.checkout-shell, .admin-shell { padding: 72px 0 110px; }.checkout-shell > header, .admin-shell > header { max-width: 700px; margin-bottom: 42px; }.checkout-shell > header h1, .admin-shell > header h1 { margin: 14px 0 16px; font-size: clamp(48px, 7vw, 82px); line-height: .95; letter-spacing: -.065em; }.checkout-shell > header p, .admin-shell > header p { max-width: 620px; color: var(--muted); line-height: 1.7; }
.checkout-panel { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); min-height: 580px; border: 1px solid var(--ink); background: white; box-shadow: 12px 12px 0 var(--acid); }
.checkout-summary { padding: 42px; color: white; background: var(--ink); }.checkout-summary h2 { margin: 20px 0 50px; font-size: 38px; letter-spacing: -.05em; }.checkout-summary > strong { display: block; font-size: 64px; letter-spacing: -.065em; }.checkout-summary > strong small { margin-left: 8px; color: #84908a; font-size: 13px; letter-spacing: 0; }.checkout-summary p { margin-top: 30px; color: #a8b1ad; font-size: 14px; line-height: 1.75; }
.checkout-form, .payment-stage { padding: 42px; }.checkout-form label, .payment-proof label { display: grid; gap: 9px; margin-bottom: 24px; color: var(--muted); font-size: 12px; }.checkout-form input, .payment-proof input { width: 100%; min-height: 52px; padding: 0 15px; border: 1px solid var(--line); background: #f7f7f2; color: var(--ink); font: 14px var(--font-geist-mono), monospace; outline: none; }.checkout-form input:focus, .payment-proof input:focus { border-color: var(--ink); }
.checkout-form fieldset { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 0 0 28px; padding: 0; border: 0; }.checkout-form legend { margin-bottom: 10px; color: var(--muted); font-size: 12px; }.checkout-form fieldset button { min-height: 56px; display: flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid var(--line); background: white; font-weight: 720; cursor: pointer; }.checkout-form fieldset button.selected { border-color: var(--ink); box-shadow: inset 0 -4px 0 var(--acid); }
.pay-dot { width: 10px; height: 10px; border-radius: 50%; }.pay-dot.alipay { background: #1677ff; }.pay-dot.wechat { background: #07c160; }.checkout-primary { width: 100%; }.checkout-notice { display: block; margin-top: 18px; color: #8a928e; text-align: center; }.form-error { color: #b13429; font-size: 13px; line-height: 1.55; }
.order-heading { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 24px; border: 1px solid var(--line); }.order-heading > div { padding: 15px 18px; }.order-heading > div + div { border-left: 1px solid var(--line); }.order-heading span { display: block; margin-bottom: 7px; color: var(--muted); font-size: 10px; text-transform: uppercase; }.order-heading strong { font-family: var(--font-geist-mono), monospace; }
.qr-wrap { display: grid; grid-template-columns: 220px 1fr; gap: 30px; align-items: center; padding-bottom: 30px; border-bottom: 1px solid var(--line); }.qr-wrap img { display: block; width: 220px; height: 220px; object-fit: cover; border: 1px solid var(--line); }.qr-wrap h3 { margin: 14px 0 8px; font-size: 25px; }.qr-wrap p { color: var(--muted); line-height: 1.65; font-size: 13px; }.pay-label { display: inline-block; padding: 6px 8px; color: white; font: 10px var(--font-geist-mono), monospace; }.pay-label.alipay { background: #1677ff; }.pay-label.wechat { background: #07a952; }.payment-proof { margin-top: 28px; }.checkout-success { padding: 70px; border: 1px solid var(--ink); background: var(--ink); color: white; box-shadow: 12px 12px 0 var(--acid); }.checkout-success h2 { margin: 20px 0 14px; font-size: 54px; letter-spacing: -.055em; }.checkout-success p { margin-bottom: 30px; color: #aab4af; }

.admin-section { margin-top: 24px; padding: 30px; border: 1px solid var(--ink); background: white; }.admin-section-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 24px; }.admin-section-head h2 { margin: 8px 0 0; font-size: 36px; letter-spacing: -.045em; }.admin-actions button { padding: 9px 12px; border: 1px solid var(--line); background: white; cursor: pointer; }.admin-empty { color: var(--muted); }
.admin-status { padding: 6px 8px; border: 1px solid var(--line); color: var(--muted); font: 9px var(--font-geist-mono), monospace; text-transform: uppercase; }.admin-status.active, .admin-status.paid { border-color: #7ba936; color: #567b1d; }.admin-status.failed, .admin-status.refunded { border-color: #d8a6a0; color: #a43a30; }.order-table { display: grid; gap: 8px; }.order-table article { display: grid; grid-template-columns: 1.2fr .65fr .55fr .7fr 1fr auto auto; gap: 16px; align-items: center; padding: 17px; border: 1px solid var(--line); }.order-table article > div > span { display: block; margin-bottom: 5px; color: var(--muted); font-size: 10px; text-transform: uppercase; }.order-table article > div > strong { font-size: 12px; overflow-wrap: anywhere; }.order-table article small { display: block; margin-top: 4px; color: var(--muted); }.order-main strong { font: 13px var(--font-geist-mono), monospace!important; }.order-main span { text-transform: none!important; }.admin-actions { display: flex; gap: 6px; }.admin-actions .approve { border-color: var(--ink); background: var(--acid); }

.auth-page { min-height: 100vh; background: #ecebe3; }
.auth-shell { min-height: calc(100vh - 88px); display: grid; grid-template-columns: 1fr 480px; gap: 90px; align-items: center; padding-block: 70px; }
.auth-copy h1 { margin: 18px 0 28px; font-size: clamp(58px, 7vw, 96px); line-height: .91; letter-spacing: -.07em; }
.auth-copy h1 em { color: transparent; -webkit-text-stroke: 1.5px var(--ink); font-style: normal; }
.auth-copy p { max-width: 550px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.auth-card { padding: 38px; border: 1px solid var(--ink); background: white; box-shadow: 12px 12px 0 var(--acid); }
.auth-tabs { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 34px; border-bottom: 1px solid var(--line); }
.auth-tabs button { min-height: 48px; border: 0; border-bottom: 4px solid transparent; background: none; color: var(--muted); font-weight: 750; cursor: pointer; }
.auth-tabs button[aria-selected="true"] { color: var(--ink); border-bottom-color: var(--acid); }
.auth-card label { display: grid; gap: 9px; margin-bottom: 21px; color: var(--muted); font-size: 12px; }
.auth-card input { width: 100%; min-height: 53px; padding: 0 15px; border: 1px solid var(--line); background: #f7f7f2; color: var(--ink); font: 14px var(--font-geist-mono), monospace; outline: none; }
.auth-card input:focus { border-color: var(--ink); box-shadow: inset 0 -3px 0 var(--acid); }
.auth-submit { width: 100%; margin-top: 8px; }
.auth-card > small { display: block; margin-top: 20px; color: #89918d; line-height: 1.55; }
.auth-name-field[hidden] { display: none; }
.button:disabled, button:disabled { cursor: not-allowed; opacity: .58; transform: none; box-shadow: none; }
.php-message { min-height: 20px; margin: 14px 0 0; }
.php-message.success { color: #4f7619; }

@media (max-width: 900px) {
  .nav-links { display: none; }.hero { padding-top: 80px; min-height: auto; padding-bottom: 70px; }.hero::after { opacity: .5; }
  .hero h1 { font-size: clamp(56px, 16vw, 88px); }.signal-card { position: relative; width: min(100%, 480px); right: auto; bottom: auto; margin: 65px 0 0; }
  .section-heading, .workflow { grid-template-columns: 1fr; gap: 30px; }.section-heading .kicker { grid-column: auto; }.capability-grid, .pricing-grid { grid-template-columns: 1fr; }
  .capability { border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }.pricing-title { align-items: start; flex-direction: column; gap: 25px; }.workflow { gap: 60px; }
  .trust-inner { overflow: hidden; gap: 28px; white-space: nowrap; justify-content: start; }.footer-inner { align-items: flex-start; flex-direction: column; gap: 25px; }
  .dashboard-page { grid-template-columns: 1fr; }.dash-side { position: static; height: auto; flex-direction: row; align-items: center; padding: 18px 24px; }.dash-side .brand { margin: 0 auto 0 0; }.dash-side nav { display: none; }.dash-signout { margin: 0; }.dash-stat-grid, .dash-plan-grid { grid-template-columns: 1fr; }.subscription-access { grid-template-columns: minmax(0, 1fr) 220px; gap: 24px; }.client-guide-grid { grid-template-columns: 1fr; }.client-guide-card + .client-guide-card { border-left: 0; border-top: 1px solid var(--line); }
  .checkout-panel { grid-template-columns: 1fr; }.checkout-summary { padding: 34px; }.checkout-summary h2 { margin-bottom: 25px; }.checkout-summary > strong { font-size: 50px; }.order-table article { grid-template-columns: repeat(3, 1fr); }.order-main { grid-column: span 2; }.admin-actions { grid-column: span 2; }
  .auth-shell { grid-template-columns: 1fr; gap: 45px; }.auth-copy { max-width: 720px; }.auth-card { max-width: 560px; }
}
@media (max-width: 560px) {
  .shell { width: min(100% - 26px, 1180px); }.nav { height: 72px; }.nav .button { padding: 0 12px; font-size: 12px; }.hero { padding-top: 58px; }.hero h1 { font-size: 53px; }
  .hero-copy { font-size: 16px; }.hero-actions { align-items: stretch; flex-direction: column; }.signal-card { padding: 20px; box-shadow: 8px 8px 0 var(--acid); }.signal-grid { grid-template-columns: 1fr; }
  .signal-grid div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13)!important; }.signal-grid div:last-child { border-bottom: 0!important; }.section, .pricing-section { padding: 85px 0; }
  .dash-main { padding: 30px 16px 70px; }.dash-header { align-items: flex-start; flex-direction: column; gap: 18px; }.empty-sub { padding: 34px 24px; box-shadow: 7px 7px 0 var(--acid); }.empty-sub h2 { font-size: 52px; }.subscription-card { padding: 24px 18px; }.sub-card-top, .dash-section-title { align-items: flex-start; flex-direction: column; gap: 20px; }.subscription-access { grid-template-columns: 1fr; }.subscription-qr { width: min(100%, 236px); }.subscription-link { grid-template-columns: 1fr; }.copy-button { min-height: 45px; }.client-guide { margin-top: 52px; }.client-guide-card { padding: 22px 18px; }.client-guide-card header a { position: static; display: inline-block; margin-top: 13px; }.client-guide-card header { min-height: 0; }
  .checkout-shell, .admin-shell { padding-top: 48px; }.checkout-shell > header h1, .admin-shell > header h1 { font-size: 48px; }.checkout-panel, .checkout-success { box-shadow: 7px 7px 0 var(--acid); }.checkout-form, .payment-stage { padding: 24px 18px; }.checkout-form fieldset, .order-heading { grid-template-columns: 1fr; }.order-heading > div + div { border-left: 0; border-top: 1px solid var(--line); }.qr-wrap { grid-template-columns: 1fr; }.qr-wrap img { width: min(100%, 270px); height: auto; margin: 0 auto; }.admin-section { padding: 22px 16px; }.admin-section-head { align-items: flex-start; flex-direction: column; }.order-table article { grid-template-columns: 1fr; }.order-main, .admin-actions { grid-column: auto; }
  .auth-shell { padding-block: 45px 70px; }.auth-copy h1 { font-size: 54px; }.auth-card { padding: 28px 20px; box-shadow: 7px 7px 0 var(--acid); }
}
