.purchase-page{
      --brand: #006b62;
      --brand-dark: #005149;
      --brand-soft: #d5efea;
      --canvas: #f7f9f7;
      --surface: #ffffff;
      --surface-soft: #f0f3f1;
      --surface-strong: #e6ebe8;
      --ink: #1b1c1b;
      --ink-muted: #5d625f;
      --outline: #818985;
      --outline-soft: #d9e0dc;
      --success: #2d6948;
      --success-soft: #dcede2;
      --warning: #725300;
      --warning-soft: #f7e8be;
      --danger: #9b3029;
      --danger-soft: #ffdad6;
      --info: #275d7a;
      --info-soft: #d9edf7;
      --review-canvas: #edf2ef;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
      color: var(--ink);
      background: var(--review-canvas);
      font-synthesis: none;
    }
.purchase-page *{ box-sizing: border-box; }
.purchase-page{ min-width: 0; scroll-behavior: smooth; scroll-padding-top: 20px; }
.purchase-page{ min-width: 0; min-height: 100vh; margin: 0; background: var(--review-canvas); }
.purchase-page button, .purchase-page input, .purchase-page textarea{ color: inherit; font: inherit; }
.purchase-page button, .purchase-page a{ -webkit-tap-highlight-color: transparent; }
.purchase-page button{ cursor: pointer; }
.purchase-page svg{ display: block; width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.purchase-page [hidden]{ display: none !important; }
.purchase-page .app-topbar{ display: flex; min-height: 64px; flex: 0 0 auto; align-items: center; gap: 8px; padding: 8px 14px; border-bottom: 1px solid transparent; background: var(--canvas); }
.purchase-page .brand-mark{ display: grid; width: 40px; height: 40px; flex: 0 0 40px; place-items: center; border-radius: 10px; background: var(--brand); color: #fff; font-size: 13px; font-weight: 800; }
.purchase-page .topbar-copy{ min-width: 0; flex: 1; }
.purchase-page .topbar-title{ display: block; overflow: hidden; margin: 0; font-size: 16px; font-weight: 700; line-height: 21px; white-space: nowrap; text-overflow: ellipsis; }
.purchase-page .detail-topbar{ border-bottom-color: var(--outline-soft); }
.purchase-page .detail-topbar .topbar-title{ font-size: 20px; line-height: 28px; }
.purchase-page .topbar-action{ margin-left: auto; }
.purchase-page .icon-button{ display: inline-grid; width: 48px; height: 48px; flex: 0 0 48px; place-items: center; padding: 0; border: 0; border-radius: 50%; background: transparent; }
.purchase-page .icon-button:hover{ background: var(--surface-soft); }
.purchase-page .icon-button:focus-visible{ outline: 3px solid rgba(0,107,98,.22); outline-offset: 1px; }
.purchase-page .icon-button svg{ width: 24px; height: 24px; }
.purchase-page .screen{ display: flex; min-width: 0; flex: 1; flex-direction: column; padding: 14px 16px 24px; }
.purchase-page .root-screen{ padding-bottom: 20px; }
.purchase-page .screen-stack{ display: grid; gap: 18px; }
.purchase-page .page-heading{ margin: 0; font-size: 26px; font-weight: 650; line-height: 34px; letter-spacing: 0; }
.purchase-page .page-subtitle{ margin: 3px 0 0; color: var(--ink-muted); font-size: 14px; line-height: 21px; }
.purchase-page .section-heading{ display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 0 0 9px; }
.purchase-page .section-heading h4{ margin: 0; color: #4e5752; font-size: 15px; font-weight: 650; line-height: 22px; }
.purchase-page .section-count{ color: var(--ink-muted); font-size: 12px; font-weight: 500; }
.purchase-page .surface{ overflow: hidden; border: 1px solid var(--outline-soft); border-radius: 14px; background: var(--surface); }
.purchase-page .surface-pad{ padding: 16px; }
.purchase-page .list-row{ display: flex; width: 100%; min-height: 64px; align-items: center; gap: 11px; padding: 12px 14px; border: 0; border-bottom: 1px solid var(--outline-soft); background: transparent; text-align: left; text-decoration: none; }
.purchase-page .list-row:last-child{ border-bottom: 0; }
.purchase-page .list-row:hover{ background: #f9fbfa; }
.purchase-page .list-row:focus-visible{ position: relative; z-index: 1; outline: 3px solid rgba(0,107,98,.2); outline-offset: -3px; }
.purchase-page .row-icon{ display: grid; width: 40px; height: 40px; flex: 0 0 40px; place-items: center; border-radius: 11px; background: var(--brand-soft); color: var(--brand-dark); }
.purchase-page .row-icon.neutral{ background: var(--surface-soft); color: var(--ink-muted); }
.purchase-page .row-icon svg{ width: 21px; height: 21px; }
.purchase-page .row-copy{ min-width: 0; flex: 1; }
.purchase-page .row-title{ display: block; overflow-wrap: anywhere; font-size: 15px; font-weight: 650; line-height: 22px; }
.purchase-page .row-subtitle{ display: block; margin: 2px 0 0; color: var(--ink-muted); font-size: 12px; line-height: 18px; overflow-wrap: anywhere; }
.purchase-page .chevron{ flex: 0 0 auto; color: var(--ink-muted); }
.purchase-page .chevron svg{ width: 19px; height: 19px; }
.purchase-page .profile-identity{ display: flex; align-items: center; gap: 12px; }
.purchase-page .profile-avatar{ display: grid; width: 48px; height: 48px; flex: 0 0 48px; place-items: center; border-radius: 14px; background: var(--brand); color: #fff; font-size: 18px; font-weight: 750; }
.purchase-page .profile-identity strong{ display: block; font-size: 17px; line-height: 24px; }
.purchase-page .profile-identity small{ display: block; margin-top: 2px; color: var(--ink-muted); font-size: 12px; line-height: 18px; }
.purchase-page .bottom-nav{ display: grid; min-height: 76px; flex: 0 0 auto; grid-template-columns: repeat(5, 1fr); align-items: center; padding: 7px 6px 9px; border-top: 1px solid var(--outline-soft); background: var(--surface); }
.purchase-page .nav-item{ display: grid; min-width: 0; min-height: 54px; place-items: center; align-content: center; gap: 3px; padding: 0; border: 0; background: transparent; color: #707773; font-size: 10px; line-height: 14px; }
.purchase-page .nav-item svg{ width: 21px; height: 21px; }
.purchase-page .nav-item.active{ color: var(--brand-dark); font-weight: 700; }
.purchase-page .nav-item.active svg{ box-sizing: content-box; width: 21px; height: 21px; padding: 3px 12px; border-radius: 13px; background: var(--brand-soft); }
.purchase-page .nav-item:focus-visible{ outline: 3px solid rgba(0,107,98,.2); outline-offset: -2px; }
.purchase-page .balance-panel{ padding: 18px; border-radius: 14px; background: #103f39; color: #fff; }
.purchase-page .balance-label{ display: flex; align-items: center; gap: 7px; margin: 0; color: #d4e9e4; font-size: 13px; line-height: 19px; }
.purchase-page .balance-label svg{ width: 17px; height: 17px; }
.purchase-page .balance-value{ display: block; margin-top: 4px; font-size: 38px; font-weight: 760; line-height: 46px; font-variant-numeric: tabular-nums; }
.purchase-page .balance-value small{ margin-left: 4px; font-size: 13px; font-weight: 600; }
.purchase-page .balance-meta{ margin: 7px 0 0; color: #c4d9d4; font-size: 12px; line-height: 18px; }
.purchase-page .filter-bar{ display: flex; min-width: 0; align-items: center; justify-content: space-between; gap: 10px; }
.purchase-page .filter-chip{ display: inline-flex; min-width: 0; min-height: 42px; align-items: center; gap: 7px; padding: 0 12px; border: 1px solid var(--outline); border-radius: 9px; background: transparent; color: var(--ink); font-size: 13px; font-weight: 650; }
.purchase-page .filter-chip:hover{ background: var(--surface-soft); }
.purchase-page .filter-chip:focus-visible{ outline: 3px solid rgba(0,107,98,.2); outline-offset: 2px; }
.purchase-page .filter-chip svg{ width: 17px; height: 17px; }
.purchase-page .result-count{ flex: 0 0 auto; color: var(--ink-muted); font-size: 12px; line-height: 18px; }
.purchase-page .ledger-list{ overflow: hidden; border-top: 1px solid var(--outline-soft); border-bottom: 1px solid var(--outline-soft); background: var(--surface); }
.purchase-page .ledger-row{ display: grid; width: 100%; min-height: 79px; grid-template-columns: 36px minmax(0,1fr) minmax(66px,auto); align-items: center; gap: 10px; padding: 12px 14px; border: 0; border-bottom: 1px solid var(--outline-soft); background: transparent; text-align: left; }
.purchase-page .ledger-row:last-child{ border-bottom: 0; }
.purchase-page .ledger-row:hover{ background: #f9fbfa; }
.purchase-page .ledger-row:focus-visible{ position: relative; z-index: 1; outline: 3px solid rgba(0,107,98,.2); outline-offset: -3px; }
.purchase-page .ledger-icon{ display: grid; width: 36px; height: 36px; place-items: center; border-radius: 10px; background: var(--surface-soft); color: var(--ink-muted); }
.purchase-page .ledger-icon.consumption{ background: var(--brand-soft); color: var(--brand-dark); }
.purchase-page .ledger-icon.refund{ background: var(--info-soft); color: var(--info); }
.purchase-page .ledger-icon.gift{ background: var(--warning-soft); color: var(--warning); }
.purchase-page .ledger-icon svg{ width: 19px; height: 19px; }
.purchase-page .ledger-copy{ min-width: 0; }
.purchase-page .ledger-title{ display: block; overflow: hidden; font-size: 14px; font-weight: 650; line-height: 20px; text-overflow: ellipsis; white-space: nowrap; }
.purchase-page .ledger-meta{ display: block; margin-top: 2px; color: var(--ink-muted); font-size: 11px; line-height: 17px; overflow-wrap: anywhere; }
.purchase-page .ledger-tail{ min-width: 66px; text-align: right; }
.purchase-page .ledger-delta{ display: block; font-size: 15px; font-weight: 740; line-height: 21px; font-variant-numeric: tabular-nums; }
.purchase-page .ledger-delta.positive{ color: var(--success); }
.purchase-page .ledger-status{ display: inline-flex; min-height: 21px; align-items: center; margin-top: 3px; padding: 2px 6px; border-radius: 7px; background: var(--surface-soft); color: var(--ink-muted); font-size: 10px; font-weight: 650; line-height: 15px; }
.purchase-page .ledger-status.warning{ background: var(--warning-soft); color: var(--warning); }
.purchase-page .ledger-status.success{ background: var(--success-soft); color: var(--success); }
.purchase-page .status-badge{ display: inline-flex; min-height: 26px; align-items: center; padding: 3px 9px; border-radius: 8px; background: var(--surface-soft); color: var(--ink-muted); font-size: 11px; font-weight: 650; line-height: 16px; white-space: nowrap; }
.purchase-page .status-badge.success{ background: var(--success-soft); color: var(--success); }
.purchase-page .status-badge.warning{ background: var(--warning-soft); color: var(--warning); }
.purchase-page .status-badge.info{ background: var(--info-soft); color: var(--info); }
.purchase-page .detail-summary{ padding: 18px; border: 1px solid var(--outline-soft); border-radius: 14px; background: var(--surface); }
.purchase-page .detail-summary-top{ display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.purchase-page .detail-summary h3{ min-width: 0; margin: 0; font-size: 18px; font-weight: 680; line-height: 25px; overflow-wrap: anywhere; }
.purchase-page .detail-delta{ display: block; margin-top: 13px; color: var(--ink); font-size: 34px; font-weight: 760; line-height: 42px; font-variant-numeric: tabular-nums; }
.purchase-page .detail-delta small{ margin-left: 4px; color: var(--ink-muted); font-size: 13px; font-weight: 600; }
.purchase-page .detail-delta.reserved{ color: var(--warning); }
.purchase-page .detail-time{ margin: 3px 0 0; color: var(--ink-muted); font-size: 12px; line-height: 18px; }
.purchase-page .definition-list{ margin: 0; }
.purchase-page .definition-row{ display: grid; grid-template-columns: minmax(88px,.8fr) minmax(0,1.4fr); gap: 14px; padding: 13px 15px; border-bottom: 1px solid var(--outline-soft); }
.purchase-page .definition-row:last-child{ border-bottom: 0; }
.purchase-page .definition-row dt{ color: var(--ink-muted); font-size: 13px; line-height: 20px; }
.purchase-page .definition-row dd{ min-width: 0; margin: 0; font-size: 13px; font-weight: 600; line-height: 20px; text-align: right; overflow-wrap: anywhere; }
.purchase-page .notice-row{ display: flex; min-height: 64px; align-items: flex-start; gap: 10px; padding: 12px 14px; border: 1px solid transparent; border-radius: 14px; background: var(--surface-soft); color: var(--ink); }
.purchase-page .notice-row.info{ background: var(--info-soft); color: var(--info); }
.purchase-page .notice-row.warning{ background: var(--warning-soft); color: var(--warning); }
.purchase-page .notice-row.success{ background: var(--success-soft); color: var(--success); }
.purchase-page .notice-row > svg{ width: 22px; height: 22px; flex: 0 0 22px; margin-top: 1px; }
.purchase-page .notice-copy{ min-width: 0; flex: 1; }
.purchase-page .notice-copy strong{ display: block; color: inherit; font-size: 14px; line-height: 20px; }
.purchase-page .notice-copy p{ margin: 3px 0 0; color: var(--ink-muted); font-size: 12px; line-height: 18px; }
.purchase-page .primary-button, .purchase-page .secondary-button, .purchase-page .text-button{ display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 7px; padding: 10px 18px; border-radius: 24px; font-size: 14px; font-weight: 700; }
.purchase-page .primary-button{ border: 1px solid var(--brand); background: var(--brand); color: #fff; }
.purchase-page .primary-button:hover{ background: var(--brand-dark); }
.purchase-page .secondary-button{ border: 1px solid transparent; background: var(--brand-soft); color: var(--brand-dark); }
.purchase-page .text-button{ border: 0; background: transparent; color: var(--brand-dark); }
.purchase-page .primary-button:focus-visible, .purchase-page .secondary-button:focus-visible, .purchase-page .text-button:focus-visible{ outline: 3px solid rgba(0,107,98,.22); outline-offset: 2px; }
.purchase-page .primary-button:disabled{ cursor: wait; opacity: .68; }
.purchase-page .primary-button svg, .purchase-page .secondary-button svg, .purchase-page .text-button svg{ width: 18px; height: 18px; }
.purchase-page .full-width{ width: 100%; }
.purchase-page .button-stack{ display: grid; gap: 8px; }
.purchase-page .task-title-line{ display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.purchase-page .task-title-line h3{ min-width: 0; margin: 0; font-size: 20px; line-height: 28px; }
.purchase-page .task-description{ margin: 8px 0 0; color: var(--ink-muted); font-size: 13px; line-height: 20px; }
.purchase-page .progress-track{ height: 7px; overflow: hidden; margin-top: 15px; border-radius: 4px; background: var(--surface-strong); }
.purchase-page .progress-value{ display: block; width: 72%; height: 100%; border-radius: inherit; background: var(--brand); }
.purchase-page .progress-copy{ display: flex; justify-content: space-between; gap: 10px; margin-top: 7px; color: var(--ink-muted); font-size: 11px; line-height: 16px; }
.purchase-page .field{ display: grid; gap: 6px; }
.purchase-page .field + .field{ margin-top: 14px; }
.purchase-page .field label{ font-size: 13px; font-weight: 650; line-height: 19px; }
.purchase-page .field input, .purchase-page .field textarea{ width: 100%; min-height: 48px; padding: 12px 13px; border: 1px solid var(--outline); border-radius: 8px; background: var(--surface); outline: none; }
.purchase-page .field textarea{ min-height: 116px; resize: vertical; line-height: 21px; }
.purchase-page .field input:focus, .purchase-page .field textarea:focus{ border: 2px solid var(--brand); padding: 11px 12px; }
.purchase-page .form-foot{ display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 14px; }
.purchase-page .cost-note{ color: var(--ink-muted); font-size: 12px; line-height: 18px; }
.purchase-page .sheet{ width: 100%; max-height: 84%; overflow: auto; padding: 9px 16px 18px; border-radius: 22px 22px 0 0; background: var(--surface); box-shadow: 0 -12px 30px rgba(20,45,39,.16); }
.purchase-page .sheet-handle{ display: block; width: 34px; height: 4px; margin: 0 auto 13px; border-radius: 2px; background: #aeb7b2; }
.purchase-page .sheet-heading{ display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.purchase-page .sheet-heading h3{ margin: 0; font-size: 20px; line-height: 28px; }
.purchase-page .sheet-heading p{ margin: 4px 0 0; color: var(--ink-muted); font-size: 13px; line-height: 20px; }
.purchase-page .sheet-section{ margin-top: 18px; }
.purchase-page .sheet-label{ margin: 0 0 7px; color: var(--ink-muted); font-size: 12px; font-weight: 650; line-height: 18px; }
.purchase-page .option-list{ overflow: hidden; border: 1px solid var(--outline-soft); border-radius: 12px; }
.purchase-page .option-row{ display: flex; min-height: 48px; align-items: center; gap: 11px; padding: 10px 12px; border-bottom: 1px solid var(--outline-soft); background: var(--surface); font-size: 14px; line-height: 20px; }
.purchase-page .option-row:last-child{ border-bottom: 0; }
.purchase-page .option-row input{ width: 20px; height: 20px; margin: 0; accent-color: var(--brand); }
.purchase-page .sheet-actions{ display: grid; grid-template-columns: 1fr 1.5fr; gap: 8px; margin-top: 18px; }
.purchase-page .insufficient-sheet{ padding-bottom: 20px; }
.purchase-page .state-icon{ display: grid; width: 48px; height: 48px; place-items: center; margin-bottom: 12px; border-radius: 14px; background: var(--warning-soft); color: var(--warning); }
.purchase-page .state-icon svg{ width: 25px; height: 25px; }
.purchase-page .insufficient-facts{ display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 16px; }
.purchase-page .fact{ padding: 11px 12px; border-radius: 10px; background: var(--surface-soft); }
.purchase-page .fact span{ display: block; color: var(--ink-muted); font-size: 11px; line-height: 16px; }
.purchase-page .fact strong{ display: block; margin-top: 2px; font-size: 17px; line-height: 24px; font-variant-numeric: tabular-nums; }
.purchase-page .sheet-note{ margin: 12px 0 0; color: var(--ink-muted); font-size: 12px; line-height: 19px; }
.purchase-page .state-panel{ display: flex; min-height: 430px; flex: 1; flex-direction: column; align-items: center; justify-content: center; padding: 30px 16px; text-align: center; }
.purchase-page .state-panel .state-icon{ margin: 0; }
.purchase-page .state-panel .state-icon.info{ background: var(--info-soft); color: var(--info); }
.purchase-page .state-panel .state-icon.danger{ background: var(--danger-soft); color: var(--danger); }
.purchase-page .state-panel h3{ max-width: 280px; margin: 14px 0 0; font-size: 20px; line-height: 28px; }
.purchase-page .state-panel p{ max-width: 290px; margin: 7px 0 0; color: var(--ink-muted); font-size: 13px; line-height: 20px; }
.purchase-page .state-panel .primary-button, .purchase-page .state-panel .secondary-button{ margin-top: 20px; }
.purchase-page .skeleton{ overflow: hidden; padding: 18px; border: 1px solid var(--outline-soft); border-radius: 14px; background: var(--surface); }
.purchase-page .skeleton-line{ height: 13px; margin-top: 12px; border-radius: 7px; background: #e5eae7; animation: pulse 1.3s ease-in-out infinite; }
.purchase-page .skeleton-line:first-child{ width: 44%; margin-top: 0; }
.purchase-page .skeleton-line.medium{ width: 72%; }
.purchase-page .skeleton-line.short{ width: 30%; }
.purchase-page .retry-success{ display: grid; gap: 16px; }
.purchase-page .compact-balance{ display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 15px; border: 1px solid var(--outline-soft); border-radius: 14px; background: var(--surface); }
.purchase-page .compact-balance span{ color: var(--ink-muted); font-size: 12px; line-height: 18px; }
.purchase-page .compact-balance strong{ font-size: 23px; line-height: 30px; font-variant-numeric: tabular-nums; }
.purchase-page .toast{ position: fixed; z-index: 100; right: 18px; bottom: 18px; max-width: min(360px, calc(100vw - 36px)); padding: 11px 14px; border-radius: 9px; background: #25332e; color: #fff; box-shadow: 0 8px 24px rgba(0,0,0,.18); font-size: 13px; line-height: 20px; }
@media (max-width: 1080px){}
@media (max-width: 720px){.purchase-page .screen{ padding-right: 14px; padding-left: 14px; }}
@media (max-width: 350px){.purchase-page .screen{ padding-right: 12px; padding-left: 12px; }
.purchase-page .ledger-row{ grid-template-columns: 34px minmax(0,1fr) minmax(60px,auto); gap: 8px; padding-right: 11px; padding-left: 11px; }
.purchase-page .definition-row{ grid-template-columns: 82px minmax(0,1fr); gap: 9px; padding-right: 12px; padding-left: 12px; }
.purchase-page .sheet{ padding-right: 13px; padding-left: 13px; }}
@media (prefers-reduced-motion: reduce){.purchase-page{ scroll-behavior: auto; }
.purchase-page .skeleton-line{ animation: none; }}
.purchase-page .screen{gap:18px}
.purchase-page .screen h3, .purchase-page .screen h4{margin:0}
.purchase-page .screen h4{font-size:15px;line-height:22px}
.purchase-page .muted{color:var(--ink-muted);font-size:13px;line-height:21px;margin:0}
.purchase-page .small{font-size:12px;line-height:19px}
.purchase-page .divider{height:1px;background:var(--outline-soft)}
.purchase-page .app-topbar .text-button{padding:8px 10px;white-space:nowrap}
.purchase-page .action-footer{margin-top:auto;padding-top:14px;display:grid;gap:8px}
.purchase-page .stack{display:grid;gap:14px}
.purchase-page .inline{display:flex;align-items:center;justify-content:space-between;gap:12px}
.purchase-page .inline.wrap{flex-wrap:wrap}
.purchase-page .tabs{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid var(--outline-soft);gap:0}
.purchase-page .tab{position:relative;min-height:48px;border:0;background:transparent;font-size:15px;font-weight:650;color:var(--ink-muted)}
.purchase-page .tab[aria-selected=true]{color:var(--brand)}
.purchase-page .tab[aria-selected=true]:after{content:'';position:absolute;height:3px;left:28px;right:28px;bottom:0;background:var(--brand);border-radius:3px 3px 0 0}
.purchase-page .package-list{padding:0;margin:0;border:1px solid var(--outline-soft);border-radius:14px;overflow:hidden;background:white}
.purchase-page .package-option{display:flex;min-height:88px;align-items:center;gap:12px;padding:15px 14px;border-bottom:1px solid var(--outline-soft);cursor:pointer}
.purchase-page .package-option:last-child{border-bottom:0}
.purchase-page .package-option:has(input:checked){background:var(--brand-soft)}
.purchase-page .package-option:has(input:disabled){cursor:not-allowed;color:var(--ink-muted);background:var(--surface-soft)}
.purchase-page .package-option input{flex:0 0 20px;width:20px;height:20px;accent-color:var(--brand);margin:0}
.purchase-page .package-copy{flex:1;min-width:0}
.purchase-page .package-copy strong{display:block;font-size:19px;line-height:27px;font-variant-numeric:tabular-nums}
.purchase-page .package-copy small{display:block;color:var(--ink-muted);font-size:12px;line-height:18px}
.purchase-page .price{font-size:17px;font-weight:730;white-space:nowrap;font-variant-numeric:tabular-nums}
.purchase-page .price small{font-size:10px;font-weight:550}
.purchase-page .buy-summary{display:flex;justify-content:space-between;align-items:end;gap:8px;padding-bottom:4px}
.purchase-page .buy-summary strong{font-size:24px;line-height:32px}
.purchase-page .buy-summary span{color:var(--ink-muted);font-size:12px}
.purchase-page .cash{font-size:38px;font-weight:740;line-height:48px;font-variant-numeric:tabular-nums}
.purchase-page .cash small{font-size:14px;font-weight:600}
.purchase-page .order-hero{display:grid;gap:8px;padding:8px 0}
.purchase-page .order-hero .state-icon{margin:0}
.purchase-page .order-hero h3{font-size:23px;line-height:32px}
.purchase-page .order-hero p{margin:0}
.purchase-page .timeline{margin:0;padding:0;list-style:none}
.purchase-page .timeline li{position:relative;display:flex;gap:12px;padding-bottom:22px}
.purchase-page .timeline li:last-child{padding-bottom:0}
.purchase-page .timeline li:not(:last-child):before{position:absolute;content:'';left:9px;top:22px;bottom:0;width:2px;background:var(--outline-soft)}
.purchase-page .dot{position:relative;display:grid;place-items:center;flex:0 0 20px;width:20px;height:20px;border:1px solid var(--outline);border-radius:50%;background:white;margin-top:1px}
.purchase-page .done .dot{background:var(--brand);border-color:var(--brand);color:white}
.purchase-page .dot svg{width:14px;height:14px}
.purchase-page .timeline strong{font-size:14px;line-height:21px;display:block}
.purchase-page .timeline small{font-size:12px;line-height:18px;color:var(--ink-muted);display:block;margin-top:3px}
.purchase-page .credit-split{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding-top:16px;margin-top:12px;border-top:1px solid #476a63}
.purchase-page .credit-split span{display:block;font-size:11px;color:#d4e9e4;line-height:18px}
.purchase-page .credit-split strong{font-size:18px;line-height:27px}
.purchase-page .terms{font-size:12px;color:var(--ink-muted);line-height:20px}
.purchase-page .terms p{margin:0 0 7px}
.purchase-page .status-note{min-height:20px;font-size:12px;line-height:20px;color:var(--ink-muted)}
.purchase-page .status-note:empty{display:none}
.purchase-page .primary-button:disabled, .purchase-page .secondary-button:disabled{cursor:not-allowed;background:var(--surface-strong);border-color:transparent;color:var(--ink-muted);opacity:1}
.purchase-page .secondary-button:active, .purchase-page .text-button:active, .purchase-page .icon-button:active{background:#c3e2dc}
.purchase-page .primary-button:active{background:#004f48}
.purchase-page button:focus-visible, .purchase-page input:focus-visible, .purchase-page textarea:focus-visible, .purchase-page a:focus-visible{outline:3px solid #3b8c82;outline-offset:3px}
.purchase-page .tab:focus-visible{outline-offset:-3px}
.purchase-page dialog{width:min(390px,calc(100vw - 32px));max-height:calc(100dvh - 48px);overflow:auto;border:0;border-radius:24px;padding:24px;background:var(--canvas);color:var(--ink);box-shadow:0 18px 54px #142d2733}
.purchase-page dialog::backdrop{background:#152a2559}
.purchase-page dialog h2{font-size:23px;line-height:32px;margin:0 0 10px}
.purchase-page dialog p{font-size:14px;line-height:23px;margin:0 0 18px;color:var(--ink-muted)}
.purchase-page dialog .button-stack{margin-top:22px}
.purchase-page dialog .field{margin-top:16px}
.purchase-page .form-error{color:var(--danger);font-size:13px;line-height:20px}
.purchase-page .notice-copy p{overflow-wrap:anywhere}
.purchase-page .state-icon.info{background:var(--info-soft);color:var(--info)}
.purchase-page .state-icon.success{background:var(--success-soft);color:var(--success)}
.purchase-page .state-icon.danger{background:var(--danger-soft);color:var(--danger)}
@media(max-width:720px){}
@media(max-width:350px){.purchase-page .price{font-size:15px}
.purchase-page .package-option{gap:8px;padding:12px 10px}
.purchase-page .package-copy strong{font-size:18px}
.purchase-page .app-topbar{padding:8px}
.purchase-page .detail-topbar .topbar-title{font-size:19px}
.purchase-page .cash{font-size:34px}
.purchase-page .definition-row{grid-template-columns:76px minmax(0,1fr)}}
.purchase-page{background:var(--canvas);min-height:100vh;font-size:16px}.purchase-page .screen{min-height:0}.purchase-symbols{position:absolute;width:0;height:0;overflow:hidden}.purchase-page .purchase-error{color:var(--danger);white-space:pre-wrap}.purchase-page .topbar-title{flex:1}.purchase-page .load-state{padding:40px 0;text-align:center;color:var(--ink-muted)}

.purchase-page.app-shell{display:flex;flex-direction:column;min-height:100dvh}.purchase-page .app-topbar{position:static}.purchase-page .screen{flex:1}.purchase-page .cash small{font-size:14px}
