/* Aurum's shared palette lives in assets/aurum-tokens.css. */
.session-notice { margin: 20px 28px 0; padding: 14px 16px; border: 1px solid #463361; border-radius: 12px; background: #251c39; color: #d8cde7; font-size: 13px; line-height: 1.6; }
.session-notice[hidden] { display: none; }
.session-notice p { margin: 0; }
.session-notice .text-button { margin-top: 8px; }
/* PaymentPage / PaymentCheckout styling, scoped to the access order. */
.checkout-open .header, .checkout-open .hero, .checkout-open #help { display: none; }
.checkout-open .page { min-height: 100dvh; display: flex; flex-direction: column; padding-top: 28px; }
.checkout-open .page > main { display: flex; flex-direction: column; flex: 1; justify-content: center; padding-bottom: 28px; }
.checkout-open footer > a[href="#help"] { display: none; }
.checkout-bank { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 18px 0 12px; font-size: 13px; font-weight: 600; }
.checkout-bank .method-icon { width: 32px; height: 32px; }
.workspace.order-view { width: 100%; grid-template-columns: minmax(0, 520px) minmax(270px, 330px); justify-content: center; align-items: center; }
.order-view .summary-card { position: static; }
.order-view #stage { padding: 26px 28px 24px; }
.order-checkout { max-width: 440px; margin: 0 auto; }
.order-checkout .checkout-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 28px; }
.checkout-brand-logo { width: 104px; height: 34px; object-fit: contain; }
.checkout-paid-badge { display: grid; place-items: center; width: 58px; height: 58px; margin: 8px auto 20px; border-radius: 50%; background: rgb(33 166 59 / 18%); color: #4ade80; font-size: 28px; font-weight: 800; }
.checkout-paid-badge + .checkout-title { text-align: center; margin-bottom: 26px; }
.checkout-return { margin-top: 12px; }
.checkout-title { margin: 0 0 10px; color: var(--text); font-family: var(--font-sans); font-size: 25px; line-height: 1.25; font-weight: 750; letter-spacing: -.025em; }
.checkout-description { margin: 0 0 22px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.checkout-product { display: flex; align-items: center; gap: 11px; padding: 14px; margin: 20px 0; border: 1px solid rgb(191 100 255 / 15%); border-radius: 14px; background: rgb(255 255 255 / 3%); }
.checkout-product > div { display: grid; gap: 3px; flex: 1; }
.checkout-product strong { font-size: 13px; }
.checkout-product span { color: var(--muted); font-size: 12px; }
.checkout-product > svg { color: #7cbeae; width: 17px; }
.checkout-product:has(+ .checkout-support) { margin-bottom: 12px; }
.checkout-support { display: grid; gap: 9px; margin: 0 0 18px; padding: 13px; border: 1px solid rgb(255 255 255 / 10%); border-radius: 14px; background: rgb(255 255 255 / 4%); }
.checkout-support__label { color: rgb(210 205 230 / 66%); font-size: 12px; font-weight: 650; }
.checkout-support__number { display: flex; align-items: center; justify-content: space-between; gap: 10px; width: 100%; padding: 0; border: 0; background: transparent; color: inherit; cursor: pointer; text-align: left; }
.checkout-support__number code { min-width: 0; color: #fff; font-size: 12px; font-weight: 700; overflow-wrap: anywhere; }
.checkout-support__number span { flex: 0 0 auto; color: rgb(210 180 255 / 90%); font-size: 11px; font-weight: 700; }
.checkout-support__button { display: inline-flex; align-items: center; justify-content: center; width: 100%; min-height: 42px; padding: 10px 14px; border: 1px solid rgb(191 100 255 / 36%); border-radius: 11px; background: rgb(191 100 255 / 13%); color: #f2e7ff; font: inherit; font-size: 13px; font-weight: 750; cursor: pointer; text-decoration: none; }
.checkout-support__button:hover { background: rgb(191 100 255 / 22%); }
.checkout-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.checkout-badge { display: inline-flex; align-items: center; gap: 6px; padding: 7px 10px; border-radius: 999px; font-size: 11px; font-weight: 600; line-height: 1.2; }
.checkout-badge--info { background: rgb(94 184 255 / 12%); color: #8fd0ff; }
.checkout-badge--ok { border: 1px solid rgb(32 230 80 / 32%); background: rgb(32 230 80 / 8%); color: #7dff9a; font-variant-numeric: tabular-nums; }
.checkout-badge svg { width: 14px; height: 14px; }
.checkout-badge--ending { color: #ffd08a; border-color: #85683a; background: rgb(244 167 11 / 10%); }
.checkout-amount { font-size: clamp(21px, 2.5vw, 29px); font-weight: 800; line-height: 1.3; letter-spacing: -.025em; font-variant-numeric: tabular-nums; text-align: center; overflow-wrap: anywhere; }
.checkout-network { margin: 8px 0 22px; text-align: center; font-size: 13px; color: #d2cde6; }
.checkout-network span { display: block; margin-top: 5px; font-size: 11px; color: var(--muted); }
.checkout-qr { display: flex; flex-direction: column; align-items: center; gap: 10px; margin-bottom: 22px; }
.checkout-qr img { width: 220px; height: 220px; max-width: 100%; padding: 10px; border-radius: 16px; background: #fff; object-fit: contain; }
.checkout-qr p { margin: 0; color: var(--muted); text-align: center; font-size: 12px; }
.order-checkout .pay-req { display: grid; margin: 0; padding: 0; border: 1px solid rgb(191 100 255 / 18%); border-radius: 14px; overflow: hidden; }
.pay-req__row { display: grid; grid-template-columns: minmax(0, 1fr) 32px; gap: 6px 12px; padding: 13px 14px; background: rgb(255 255 255 / 3%); }
.pay-req__row + .pay-req__row { border-top: 1px solid rgb(191 100 255 / 12%); }
.pay-req__label { font-size: 11px; color: var(--muted); }
.pay-req__value { grid-column: 1; font-size: 13px; font-weight: 600; line-height: 1.55; overflow-wrap: anywhere; user-select: all; color: #efe7f7; font-variant-numeric: tabular-nums; }
.pay-req__copy { grid-column: 2; grid-row: 1 / 3; align-self: center; display: grid; place-items: center; padding: 7px; border: 1px solid rgb(191 100 255 / 20%); border-radius: 9px; color: #ca91fb; background: rgb(191 100 255 / 8%); }
.pay-req__copy svg { width: 16px; height: 16px; }
.pay-req__copy:hover { background: rgb(191 100 255 / 20%); }
.checkout-memo { padding: 12px; border-radius: 12px; border: 1px solid rgb(244 167 11 / 26%); background: rgb(244 167 11 / 8%); color: #ffdda7; font-size: 12px; }
.checkout-external { margin-bottom: 20px; }
.checkout-cancel-wrap { display: grid; gap: 8px; margin: 20px 0 16px; text-align: center; }
.checkout-cancel { width: 100%; min-height: 44px; padding: 11px 16px; border: 1px solid rgb(255 92 112 / 48%); border-radius: 12px; background: linear-gradient(135deg, rgb(174 35 61 / 88%), rgb(117 25 52 / 92%)); box-shadow: 0 10px 24px rgb(110 15 40 / 24%); color: #fff; font: inherit; font-size: 14px; font-weight: 750; cursor: pointer; transition: transform .15s ease, box-shadow .18s ease, filter .18s ease; }
.checkout-cancel:hover:not(:disabled) { transform: translateY(-1px); box-shadow: 0 13px 28px rgb(145 24 54 / 35%); filter: brightness(1.08); }
.checkout-cancel:disabled { cursor: wait; opacity: .62; }
.checkout-cancel-error { margin: 8px 0 0; color: #ffa8bb; font-size: 12px; }
.pay-waiting { display: flex; align-items: center; justify-content: center; gap: 9px; margin: 22px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; text-align: center; }
.pay-spinner { width: 13px; height: 13px; border: 2px solid rgb(191 100 255 / 20%); border-top-color: #c583ff; border-radius: 50%; flex: 0 0 auto; animation: order-spin 1s linear infinite; }
@keyframes order-spin { to { transform: rotate(360deg); } }
/* Same notification as frontend/src/styles/catalog.css and App.tsx. */
.favorite-toast { position: fixed; left: 50%; bottom: 88px; z-index: 1200; display: inline-flex; align-items: center; gap: 10px; max-width: calc(100% - 32px); padding: 12px 18px; border-radius: 999px; font-weight: 600; color: #fff; background: rgb(20 16 32 / 92%); border: 1px solid rgb(181 23 158 / 45%); box-shadow: 0 14px 40px rgb(0 0 0 / 45%); backdrop-filter: blur(8px); transform: translateX(-50%); animation: favorite-toast-in .28s ease; pointer-events: none; }
.favorite-toast__icon { font-size: 20px; line-height: 1; }
.favorite-toast--info { border-color: rgb(96 165 250 / 55%); }
.favorite-toast--info .favorite-toast__icon { color: #7cc4ff; }
.favorite-toast--error { border-color: rgb(255 99 99 / 55%); }
.favorite-toast--error .favorite-toast__icon { color: #ff8a8a; }
@keyframes favorite-toast-in { from { opacity: 0; transform: translate(-50%, 16px); } to { opacity: 1; transform: translate(-50%, 0); } }
@media (prefers-reduced-motion: reduce) { .favorite-toast { animation: none; } }
.checkout-progress { display: grid; gap: 0; list-style: none; padding: 0; margin: 26px 0; }
.checkout-progress li { display: flex; align-items: center; gap: 12px; padding: 12px 0; color: var(--muted); font-size: 13px; }
.checkout-progress li > span { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid rgb(191 100 255 / 25%); border-radius: 50%; font-size: 12px; }
.checkout-progress li.current { color: #e7c7ff; }
.checkout-progress li.current > span { background: rgb(191 100 255 / 15%); border-color: #ab60dc; }
.checkout-progress li.done { color: #91d4ba; }
.checkout-progress li.done > span { background: rgb(94 192 154 / 10%); border-color: rgb(94 192 154 / 35%); }
.checkout-progress svg { width: 15px; height: 15px; }
.checkout-confirmations { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 6px 14px; padding: 13px 16px; margin: -8px 0 22px; border: 1px solid rgb(191 100 255 / 18%); border-radius: 12px; background: rgb(191 100 255 / 5%); font-size: 13px; }
.checkout-confirmations strong { color: #e5c9ff; font-size: 17px; font-variant-numeric: tabular-nums; }
.checkout-confirmations small { grid-column: 1 / -1; color: var(--muted); font-size: 11px; }
@media (max-width: 800px) { .workspace.order-view { grid-template-columns: minmax(0, 1fr); max-width: 520px; margin-inline: auto; } .order-view #stage { padding: 22px 18px; } }
@media (prefers-reduced-motion: reduce) { .pay-spinner { animation: none; } }
:root { color-scheme: dark; font: 16px/1.5 var(--font-sans); font-synthesis: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
* { box-sizing: border-box; scrollbar-width: thin; scrollbar-color: rgb(191 100 255 / 55%) transparent; }
html { scroll-behavior: smooth; scroll-padding-top: 105px; }
body { margin: 0; min-width: 0; min-height: 100dvh; color: var(--text); background: radial-gradient(circle at 20% 0%, rgb(113 36 190 / 24%), transparent 26%), radial-gradient(circle at 86% 10%, rgb(0 145 255 / 18%), transparent 24%), var(--bg); background-size: 100% 1050px; background-repeat: no-repeat; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .55; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--purple-bright); }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 2px solid var(--purple-bright); outline-offset: 4px; }
svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.svg-defs { position: absolute; width: 0; height: 0; overflow: hidden; }
.page { width: min(1240px, 100%); margin: 0 auto; padding: 18px 24px 0; }
.header { position: sticky; top: 8px; z-index: 12; min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 22px; border: 1px solid var(--border-panel); border-radius: 22px; background: rgb(8 11 22 / 97%); box-shadow: 0 12px 34px rgb(0 0 0 / 34%), var(--inset-soft); }
.brand { display: flex; align-items: center; gap: 23px; min-width: 0; }
.checkout-fields { display: grid; gap: 18px; margin: 24px 0 20px; }
.checkout-field-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.checkout-field { display: grid; gap: 8px; min-width: 0; align-content: start; }
.checkout-field__label { color: rgb(210 205 230 / 78%); font-size: 13px; font-weight: 600; }
.checkout-field__input { width: 100%; min-width: 0; min-height: 48px; padding: 0 14px; border: 1px solid transparent; border-radius: 12px; background: rgb(255 255 255 / 5%); color: inherit; font: inherit; font-size: 14px; transition: border-color .18s, box-shadow .18s; }
.checkout-field__input::placeholder { color: var(--muted-soft); opacity: .8; }
.checkout-field__input:focus { outline: 0; border-color: rgb(187 83 255 / 70%); box-shadow: 0 0 0 3px rgb(173 65 255 / 10%); }
.checkout-field__input:disabled { opacity: .52; cursor: not-allowed; }
.checkout-field__hint { color: rgb(210 205 230 / 60%); font-size: 12px; line-height: 1.5; }
/* The same field and SelectMenu treatment used in Aurum's PaymentCheckout. */
.select-menu { position: relative; min-width: 0; }
.select-menu__trigger { width: 100%; min-width: 0; min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 11px 14px; border: 1px solid var(--border-input); border-radius: 12px; background: rgb(255 255 255 / 5%); color: #efe7f7; font: inherit; font-size: 14px; font-weight: 700; text-align: left; transition: border-color .18s, box-shadow .18s; }
.select-menu__trigger > span:first-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.select-menu__placeholder { color: var(--muted); font-weight: 500; }
.select-menu__trigger:hover:not(:disabled) { border-color: rgb(187 83 255 / 55%); }
.select-menu--open .select-menu__trigger { border-color: rgb(187 83 255 / 70%); box-shadow: var(--glow-purple), inset 0 0 18px rgb(173 65 255 / 14%); }
.select-menu__caret { flex-shrink: 0; width: 8px; height: 8px; border-right: 2px solid var(--purple-bright); border-bottom: 2px solid var(--purple-bright); transform: translateY(-2px) rotate(45deg); transition: transform .2s; }
.select-menu--open .select-menu__caret { transform: translateY(2px) rotate(225deg); }
.select-menu__panel { position: fixed; z-index: 50; display: flex; flex-direction: column; gap: 6px; padding: 6px; border: 1px solid rgb(191 100 255 / 35%); border-radius: 16px; background: var(--panel-solid); box-shadow: var(--shadow-pop), 0 12px 40px rgb(0 0 0 / 45%); }
.select-menu__list { overflow-y: auto; overscroll-behavior: contain; min-height: 0; }
.select-menu__option { display: block; width: 100%; min-height: 44px; padding: 10px 12px; border: 0; border-radius: 10px; color: var(--text-soft); background: transparent; font: inherit; font-size: 14px; font-weight: 600; text-align: left; overflow-wrap: anywhere; }
.select-menu__option:hover, .select-menu__option:focus { background: rgb(126 64 255 / 20%); color: #fff6ff; outline: none; }
.select-menu__option--active { background: rgb(126 64 255 / 34%); color: #fff6ff; box-shadow: inset 0 0 0 1px rgb(191 100 255 / 50%); }
.select-menu__search { width: 100%; min-height: 44px; flex-shrink: 0; border: 1px solid var(--border-input); border-radius: 10px; padding: 10px 12px; color: var(--text); background: rgb(255 255 255 / 5%); font: inherit; font-size: 14px; outline: none; }
.select-menu__search:focus { border-color: var(--purple-bright); }
.select-menu__empty { margin: 10px; font-size: 13px; color: var(--muted); }
.checkout-footer { margin-top: 16px; }
.checkout-payment-status:empty { display: none; }
.checkout-payment-status .availability-note { display: grid; gap: 6px; border-color: rgb(214 167 98 / 24%); background: rgb(214 167 98 / 5%); }
.checkout-payment-status .availability-note strong { font-size: 13px; color: #e4c59b; }
.checkout-payment-status .availability-note p { line-height: 1.6; color: var(--text-soft); }
.quote-loading { display: flex; align-items: center; gap: 9px; margin: 18px 0; font-size: 12px; color: var(--purple-soft); }
.quote-spinner { width: 15px; height: 15px; border: 2px solid rgb(191 100 255 / 20%); border-top-color: var(--purple-bright); border-radius: 50%; animation: quote-spin .8s linear infinite; }
@keyframes quote-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .quote-spinner { animation: none; } }
@media (max-width: 520px) { .checkout-field-row { grid-template-columns: minmax(0, 1fr); } .checkout-field__input, .select-menu__trigger, .select-menu__search { font-size: 16px; } }
.payment-requisites { padding: 18px; margin: 20px 0; border: 1px solid var(--border-panel); border-radius: 15px; background: rgb(255 255 255 / 3%); }
.payment-requisites code { display: block; overflow-wrap: anywhere; font-size: 13px; margin: 12px 0; color: var(--text); }
.brand img { width: 112px; height: auto; display: block; filter: drop-shadow(0 0 7px rgb(214 143 255 / 25%)); }
.brand span { border-left: 1px solid var(--border-panel); padding-left: 23px; font-size: 10px; font-weight: 800; letter-spacing: .14em; color: var(--muted); }
.header-right { display: flex; align-items: center; gap: 22px; font-size: 12px; font-weight: 700; color: var(--purple-soft); }
.access-nav { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; margin: 16px 0 0; padding: 12px; border: 1px solid var(--border-panel); border-radius: 24px; background: var(--grad-toolbar); }
.access-nav a { padding: 9px 17px; border: 1px solid var(--border-chip); border-radius: 999px; background: rgb(126 64 255 / 8%); color: #cba5ff; font-size: 11px; font-weight: 850; }
.access-nav a:hover, .access-nav .selected { background: linear-gradient(135deg, rgb(184 73 255 / 23%), rgb(94 184 255 / 8%)); border-color: rgb(201 161 243 / 60%); color: #f7eaff; box-shadow: 0 0 18px rgb(151 63 231 / 11%); }
.hero { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 47px 8px 44px; }
.hero-copy { min-width: 0; position: relative; z-index: 1; }
.eyebrow { display: flex; align-items: center; gap: 8px; margin: 0 0 17px; font-size: 11px; font-weight: 800; letter-spacing: .13em; color: #b993ef; }
.eyebrow > span { width: 18px; height: 1px; background: var(--purple-bright); }
h1 { font: 500 clamp(36px, 3.9vw, 51px)/1.14 var(--font-serif); letter-spacing: -.027em; margin: 0 0 22px; color: var(--text-strong); }
h1 em { font-style: normal; color: var(--purple-soft); }
.lead { margin: 0 0 24px; font-size: 14px; line-height: 1.8; color: var(--muted); }
.hero-notes { display: flex; flex-wrap: wrap; gap: 21px; font-size: 11px; font-weight: 650; color: #c7b6d8; }
.hero-notes span { display: flex; align-items: center; gap: 7px; }
.hero-notes svg { width: 15px; height: 15px; color: var(--purple-bright); }
.connection-visual { width: 315px; height: 265px; position: relative; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin: 0 25px; }
.orbit { --orbit-size: 227px; position: absolute; left: 50%; top: 50%; border: 1px solid rgb(178 101 236 / 15%); border-radius: 50%; width: var(--orbit-size); height: var(--orbit-size); transform: translate(-50%, -50%); }
.orbit-two { --orbit-size: 285px; border-style: dashed; border-color: rgb(94 184 255 / 15%); }
.orbit-three { --orbit-size: 173px; box-shadow: 0 0 80px rgb(175 66 253 / 14%), inset 0 0 60px rgb(129 68 196 / 9%); }
.core { width: 126px; height: 126px; border-radius: 27px; transform: rotate(-7deg); box-shadow: 0 18px 60px rgb(0 0 0 / 40%), 0 0 35px rgb(184 73 255 / 17%); animation: access-float 5s ease-in-out infinite; }
.core img { display: block; width: 100%; height: 100%; border-radius: inherit; }
.orbit-point { --orbit-angle: -18deg; position: absolute; top: 50%; left: 50%; width: 7px; height: 7px; border-radius: 50%; background: var(--purple-bright); box-shadow: var(--glow-purple); transform-origin: 0 0; transform: rotate(var(--orbit-angle)) translateY(calc(var(--orbit-size) / -2)) translate(-50%, -50%); }
/* Move the dots themselves: rotating the whole square ring can widen tablet pages. */
.point-one { animation: access-point-orbit 18s linear infinite; }
.point-two { --orbit-angle: 126.87deg; background: var(--blue); box-shadow: 0 0 18px rgb(77 168 255 / 82%); animation: access-point-orbit 13s linear infinite reverse; }
@keyframes access-point-orbit { from { transform: rotate(var(--orbit-angle)) translateY(calc(var(--orbit-size) / -2)) translate(-50%, -50%); } to { transform: rotate(calc(var(--orbit-angle) + 360deg)) translateY(calc(var(--orbit-size) / -2)) translate(-50%, -50%); } }
@keyframes access-float { 0%, 100% { transform: translateY(0) rotate(-7deg); } 50% { transform: translateY(-10px) rotate(-4deg); } }
@media (prefers-reduced-motion: reduce) { .connection-visual .orbit-point, .connection-visual .core { animation: none; } }
.visual-tag { position: absolute; display: flex; align-items: center; gap: 8px; border: 1px solid var(--border-panel); border-radius: 10px; background: rgb(16 17 32 / 94%); box-shadow: var(--shadow-panel); padding: 10px 12px; font-size: 10px; color: var(--purple-soft); }
.visual-tag i { width: 5px; height: 5px; border-radius: 50%; background: var(--green); }
.tag-top { top: 37px; right: -14px; letter-spacing: .06em; }.tag-bottom { bottom: 29px; left: -3px; }
.tag-bottom svg { width: 14px; height: 14px; color: var(--purple-bright); }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 9px; min-height: 47px; padding: 12px 20px; border-radius: 14px; border: 1px solid transparent; font-size: 13px; font-weight: 800; transition: transform .15s, box-shadow .2s, background .2s; }
.button:hover:not(:disabled) { transform: translateY(-1px); }
.primary { background: linear-gradient(90deg, #e23bd2, #8b5cff); color: #fff; box-shadow: 0 14px 36px rgb(150 60 220 / 24%); }
.primary:hover:not(:disabled) { color: #fff; box-shadow: 0 18px 44px rgb(150 60 220 / 38%); }
.secondary { border-color: var(--border-chip); background: var(--surface-chip); color: #d0a4f2; }.secondary:hover:not(:disabled) { background: rgb(126 64 255 / 23%); }
.compact { min-height: 39px; padding: 9px 14px; font-size: 11px; }.compact svg { width: 15px; height: 15px; }.full { width: 100%; }
.workspace { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 22px; align-items: start; }
.setup-card, .summary-card { border: 1px solid var(--border-panel); border-radius: 22px; background: var(--grad-panel); box-shadow: var(--shadow-panel); min-width: 0; }
.setup-card { overflow: hidden; background: radial-gradient(circle at 86% -20%, rgb(187 83 255 / 13%), transparent 48%), var(--grad-panel); }
.access-tabs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; margin: 20px 27px; padding: 5px; border: 1px solid var(--border-panel); border-radius: 16px; background: rgb(5 4 14 / 40%); }
.access-tab { display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 44px; padding: 10px 18px; border: 1px solid transparent; border-radius: 11px; background: transparent; color: var(--muted); font-size: 14px; font-weight: 750; transition: background .18s, color .18s, box-shadow .18s; }
.access-tab svg { width: 18px; height: 18px; }
.access-tab img { width: 20px; height: 20px; object-fit: contain; flex-shrink: 0; }
.access-tab:hover { color: #f0d9ff; background: rgb(184 73 255 / 8%); }
.access-tab[aria-selected="true"] { color: #fff; border-color: rgb(224 173 255 / 25%); background: linear-gradient(110deg, #c13cdf, #8556ed); box-shadow: 0 4px 18px rgb(150 60 220 / 22%); }
[role="tabpanel"] > .steps { border-top: 1px solid var(--border-panel); }
[hidden] { display: none !important; }
#tor-stage { padding: 30px 28px; min-height: 370px; }
.tor-app-icon { display: grid; place-items: center; width: 44px; height: 44px; flex-shrink: 0; }
.tor-app-icon img { display: block; width: 44px; height: 44px; object-fit: contain; }
.tor-download-card { margin-top: 17px; }
.tor-instructions li { padding-bottom: 20px; }
.tor-instructions li:last-child { padding-bottom: 0; }
.tor-instructions li strong { color: var(--text-soft); }
.tor-instructions li p { margin: 7px 0 12px; }
.tor-ios-link { display: block; width: fit-content; margin-top: 12px; font-size: 11px; color: #cda3f0; }
.tor-guide-link { color: #cda3f0; font-size: 12px; }
.tor-instructions .field-label { margin-top: 12px; }
.tor-address { display: flex; align-items: center; gap: 10px; padding: 7px; border: 1px solid var(--border-input); border-radius: 14px; background: var(--surface-field); }
.tor-address input { width: 100%; min-width: 0; padding: 8px; border: 0; background: transparent; color: var(--text); font-size: 13px; }
.tor-address input:focus-visible { outline: 2px solid var(--purple-bright); border-radius: 5px; }
.tor-address .button { flex-shrink: 0; }
.tor-bridge-card { padding: 18px; border: 1px solid var(--border-panel); border-radius: 16px; background: rgb(184 73 255 / 5%); }
.tor-bridge-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 13px; font-size: 13px; }
.tor-bridge-evidence { margin: 0 0 18px; padding: 14px; border: 1px solid var(--border-chip); border-radius: 12px; background: rgb(184 73 255 / 7%); font-size: 13px; line-height: 1.6; }
.tor-bridge-evidence strong { color: #d9b7f6; }
.tor-bridge-evidence p { margin: 7px 0; color: var(--muted); }
.tor-bridge-evidence ul { margin: 9px 0; padding-left: 20px; }
.tor-bridge-evidence a { color: #d9b7f6; overflow-wrap: anywhere; }
.tor-bridge-text { display: block; width: 100%; min-height: 140px; resize: vertical; padding: 13px; border: 1px solid var(--border-input); border-radius: 11px; background: var(--surface-field); color: var(--text-soft); font: 11px/1.7 monospace; overflow-wrap: anywhere; }
.tor-bridge-text:focus-visible { outline: 2px solid var(--purple-bright); outline-offset: 2px; }
.tor-bridge-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: space-between; margin-top: 13px; }
.tor-bridge-empty { padding: 25px 10px; text-align: center; }
.tor-bridge-empty > .tor-app-icon { margin: 0 auto 15px; }
.tor-bridge-empty > p { margin: 0 0 20px; font-size: 13px; color: var(--muted); }
.tor-error { margin: 15px 0 0; color: #ffa8bb; font-size: 12px; }
.tor-settings-path { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; padding: 13px; margin: 0 0 22px; border: 1px solid var(--border-panel); border-radius: 13px; background: rgb(184 73 255 / 6%); color: #d7b2f4; font-size: 11px; }
.tor-settings-path svg { width: 14px; height: 14px; }
#tor-stage .stage-title:focus { outline: none; }
@media (max-width: 480px) { .access-tabs { margin: 16px 15px; }#tor-stage { padding: 24px 17px; min-height: 0; }.tor-address { flex-wrap: wrap; }.tor-address .button { width: 100%; }.tor-bridge-card { padding: 14px; }.tor-bridge-actions > .button { width: 100%; } }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 11px; padding: 23px 27px; border-bottom: 1px solid var(--border-panel); }
.step { display: flex; align-items: center; gap: 8px; padding: 0; border: 0; background: transparent; font-size: 11px; font-weight: 700; text-align: left; color: #7f7492; cursor: default; }
.step:disabled { opacity: 1; }.step-number { display: flex; justify-content: center; align-items: center; width: 27px; height: 27px; border-radius: 50%; border: 1px solid var(--border-panel); flex-shrink: 0; font-size: 10px; }
.step.current { color: #f0d9ff; }.step.current .step-number { background: linear-gradient(135deg, #d55af2, #8b5cff); color: #fff; box-shadow: 0 0 20px rgb(184 73 255 / 28%); border-color: transparent; }
.step.done { color: #c395e7; cursor: pointer; }.step.done .step-number { background: rgb(184 73 255 / 11%); border-color: rgb(191 100 255 / 40%); }.step-number svg { width: 13px; height: 13px; }
#stage { padding: 30px 28px; min-height: 370px; }.stage-eyebrow { margin: 0 0 8px; font-size: 10px; font-weight: 750; letter-spacing: .12em; color: var(--purple-bright); }
.stage-title { font: 500 29px/1.2 var(--font-serif); letter-spacing: -.015em; margin: 0 0 11px; color: var(--text-strong); }.stage-description { font-size: 13px; line-height: 1.75; margin: 0 0 23px; color: var(--muted); }
.platforms { display: flex; gap: 7px; flex-wrap: wrap; margin: 23px 0 17px; }.platform { display: flex; align-items: center; gap: 7px; padding: 10px 12px; border: 1px solid var(--border-chip); border-radius: 11px; background: rgb(126 64 255 / 6%); color: #c3a4df; font-size: 12px; font-weight: 650; }.platform.selected { background: rgb(126 64 255 / 18%); border-color: #b777ff; color: #f7e8ff; }.platform span { font-size: 15px; }
.download-card { display: flex; align-items: center; gap: 13px; padding: 16px; border: 1px solid var(--border-panel); border-radius: 16px; background: rgb(255 255 255 / 3%); }.app-icon { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; border-radius: 12px; background: transparent; object-fit: contain; flex-shrink: 0; }.download-copy { flex: 1; }.download-copy strong { font-size: 13px; }.download-copy p { font-size: 11px; color: var(--muted); margin: 3px 0 0; }.download-card .button { font-size: 11px; padding: 10px 12px; min-height: 39px; }.download-card svg { width: 15px; height: 15px; }
.quiet { color: #9b90aa; font-size: 11px; line-height: 1.65; margin: 13px 0 0; }.stage-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 25px; }.hint { display: flex; align-items: flex-start; gap: 8px; font-size: 11px; color: #b9a6cd; }.hint svg { width: 15px; height: 15px; color: var(--purple-bright); flex-shrink: 0; }.text-button { padding: 7px 0; border: 0; background: transparent; color: #cda3f0; font-size: 12px; font-weight: 650; }.text-button:hover { color: #f1daff; }
.summary-card { position: sticky; top: 112px; padding: 24px; border-color: rgb(176 103 231 / 33%); background: radial-gradient(circle at 90% 0, rgb(184 73 255 / 11%), transparent 55%), var(--grad-panel); }.summary-head { display: flex; align-items: center; gap: 11px; padding-bottom: 19px; margin-bottom: 21px; border-bottom: 1px solid var(--border-panel); }.summary-head .app-icon { width: 39px; height: 39px; font-size: 25px; }.summary-head strong { font-size: 14px; }.summary-head p { font-size: 11px; color: var(--muted); margin: 2px 0 0; }.summary-term { margin: 0 0 16px; font: 500 27px var(--font-serif); }
.features { display: grid; gap: 12px; list-style: none; margin: 0 0 24px; padding: 0; }.features li { display: flex; align-items: center; gap: 8px; font-size: 11px; color: var(--text-soft); }.features svg { width: 14px; height: 14px; color: var(--purple-bright); }
.summary-bottom { border-top: 1px solid var(--border-panel); padding-top: 17px; margin-top: 18px; }.summary-bottom p { color: #aa9bb9; font-size: 11px; line-height: 1.7; margin: 10px 0 0; }.small-pill { display: inline-flex; align-items: center; gap: 6px; border-radius: 8px; border: 1px solid var(--border-chip); background: rgb(126 64 255 / 9%); color: #d9b7f3; font-size: 10px; padding: 6px 9px; }.small-pill svg { width: 13px; height: 13px; }.summary-methods { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 15px; }.summary-methods span { font-size: 10px; padding: 5px 9px; color: var(--muted); border: 1px solid var(--border-panel); border-radius: 999px; }
.price-row { display: flex; align-items: baseline; justify-content: space-between; gap: 9px; font-size: 12px; color: var(--text-soft); margin: 11px 0; }.price-row strong { font-weight: 600; white-space: nowrap; }.price-total { padding-top: 15px; border-top: 1px solid var(--border-panel); margin-top: 18px; color: var(--text); }.price-total strong { color: var(--gold-bright); font-size: 27px; letter-spacing: -.03em; }.summary-caption { color: var(--muted); font-size: 10px; }
.instructions { list-style: none; counter-reset: instruction; padding: 0; margin: 20px 0; display: grid; gap: 13px; }.instructions li { display: flex; gap: 10px; align-items: flex-start; color: var(--text-soft); font-size: 12px; line-height: 1.7; }.instructions li:before { counter-increment: instruction; content: counter(instruction); display: flex; align-items: center; justify-content: center; width: 22px; height: 22px; border-radius: 50%; border: 1px solid var(--border-chip); color: var(--purple-bright); font-size: 10px; flex-shrink: 0; }
.field-label { display: block; margin: 23px 0 9px; color: var(--text-soft); font-size: 12px; font-weight: 700; }.account-field { display: flex; align-items: center; border: 1px solid var(--border-input); border-radius: 14px; padding-right: 15px; background: var(--surface-field); }.account-field:focus-within { border-color: rgb(187 83 255 / 65%); box-shadow: 0 0 0 3px rgb(173 65 255 / 18%); }.account-field input { width: 100%; min-width: 0; color: var(--text); border: 0; background: transparent; outline: 0; padding: 16px; font: 22px monospace; letter-spacing: .06em; }.account-field input::placeholder { color: #776688; }.account-field svg { width: 17px; height: 17px; color: #ab82c9; }
.account-saved { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; border: 1px solid rgb(112 195 163 / 24%); border-radius: 13px; background: rgb(73 164 124 / 6%); color: #a5dabe; padding: 12px; font-size: 12px; margin-bottom: 23px; }.account-saved svg { width: 16px; height: 16px; }.account-saved button { margin-left: auto; font-size: 10px; }
.term-label { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; margin-bottom: 11px; font-size: 12px; color: var(--text-soft); }.terms { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }.term { border: 1px solid var(--border-chip); background: rgb(126 64 255 / 6%); color: var(--purple-soft); border-radius: 10px; padding: 9px 14px; font-size: 12px; font-weight: 650; }.term.selected { background: rgb(126 64 255 / 22%); border-color: #b777ff; color: #f4dfff; }
.method { display: flex; align-items: center; gap: 13px; width: 100%; text-align: left; padding: 16px; margin: 10px 0; border: 1px solid rgb(255 255 255 / 8%); border-radius: 15px; background: rgb(255 255 255 / 3%); color: var(--text); }.method.selected { border-color: rgb(184 73 255 / 65%); background: linear-gradient(135deg, rgb(140 55 210 / 14%), rgb(60 43 101 / 16%)); box-shadow: 0 0 20px rgb(164 79 244 / 9%); }.method:disabled { opacity: 1; }.method.unavailable { color: var(--muted); }.method-icon { width: 38px; height: 38px; border-radius: 11px; flex-shrink: 0; object-fit: cover; }.method-icon.sbp { display: flex; align-items: center; justify-content: center; background: #fff; }.method-icon.sbp svg { width: 24px; height: 24px; stroke: none; }.method-copy { flex: 1; min-width: 0; }.method-copy strong { display: block; font-size: 13px; }.method-copy small { display: block; color: var(--muted); margin-top: 3px; font-size: 10px; }.method-price { font-size: 13px; font-weight: 700; color: var(--purple-soft); white-space: nowrap; }.radio { width: 17px; height: 17px; border: 1px solid var(--border-input); border-radius: 50%; flex-shrink: 0; }.selected .radio { border: 5px solid #b979f3; background: #4a2167; }.unavailable .radio { border-color: var(--border-panel); }
.limit-note, .status-callout, .availability-note { margin: 16px 0; padding: 13px 15px; border: 1px solid rgb(205 156 75 / 27%); border-radius: 12px; background: rgb(205 156 75 / 5%); color: #dbc297; font-size: 12px; line-height: 1.65; }.availability-note { color: var(--text-soft); background: rgb(126 64 255 / 6%); border-color: var(--border-panel); }.availability-note p { margin: 0; }.agreement { display: flex; align-items: flex-start; gap: 9px; margin: 20px 0; color: var(--muted); font-size: 11px; line-height: 1.7; }.agreement input { accent-color: #b979f3; width: 16px; height: 16px; flex-shrink: 0; margin: 2px 0 0; }
.error { margin: 20px 28px 0; padding: 12px 16px; color: var(--danger-text); border: 1px solid var(--danger); border-radius: 12px; background: rgb(255 82 118 / 5%); font-size: 12px; }.hidden { display: none !important; }.status-icon { display: flex; justify-content: center; align-items: center; width: 54px; height: 54px; border: 1px solid var(--border-chip); border-radius: 16px; background: rgb(126 64 255 / 10%); color: var(--purple-bright); margin-bottom: 18px; }.status-icon svg { width: 27px; height: 27px; }.status-icon.success { color: #99d4b7; border-color: rgb(112 195 163 / 40%); }.order-number { color: var(--muted); font: 11px monospace; margin: 0 0 18px; }.order-meta { display: flex; flex-wrap: wrap; gap: 9px; margin: 19px 0; }.order-meta span { color: var(--purple-soft); background: var(--surface-chip); padding: 5px 8px; border-radius: 7px; font-size: 11px; }.timeline { list-style: none; padding: 0; margin: 23px 0; }.timeline li { display: flex; align-items: center; gap: 10px; padding-bottom: 15px; color: #80748f; font-size: 12px; }.timeline .dot { display: flex; justify-content: center; align-items: center; width: 23px; height: 23px; border: 1px solid var(--border-panel); border-radius: 50%; font-size: 10px; flex-shrink: 0; }.timeline .dot svg { width: 12px; height: 12px; }.timeline .done { color: #a4ccba; }.timeline .current { color: var(--purple-soft); }.timeline .current .dot { background: var(--surface-chip); border-color: var(--border-chip); }
.help { display: grid; grid-template-columns: 315px minmax(0, 1fr); gap: 36px; padding: 45px 5px 42px; }.help .eyebrow { margin-bottom: 11px; font-size: 10px; }.help h2 { margin: 0; font: 500 29px/1.2 var(--font-serif); }.questions details { border-bottom: 1px solid var(--border-panel); }.questions summary { display: flex; justify-content: space-between; gap: 14px; list-style: none; padding: 15px 0; font-size: 12px; font-weight: 650; color: var(--purple-soft); cursor: pointer; }.questions summary:after { content: '+'; font-size: 17px; font-weight: 500; color: var(--purple-bright); }.questions details[open] summary:after { content: '−'; }.questions p { color: var(--muted); font-size: 12px; line-height: 1.8; margin: 0 20px 17px 0; }
footer { display: flex; align-items: center; gap: 22px; border-top: 1px solid var(--border-panel); padding: 23px 0 27px; color: var(--muted); font-size: 11px; }footer > a:last-child { margin-left: auto; color: var(--purple-soft); }.footer-brand img { display: block; width: 76px; height: auto; opacity: .85; }.empty { color: var(--muted); font-size: 13px; }
.download-copy { min-width: 0; }
.download-card { flex-wrap: wrap; }
.download-size { display: block; margin-top: 6px; color: var(--purple-soft); font-size: 10px; }
.download-origin { display: flex; align-items: flex-start; gap: 7px; margin: 13px 0 0; color: #a9d8c1; font-size: 11px; line-height: 1.6; }
.download-origin svg { width: 15px; height: 15px; flex-shrink: 0; margin-top: 1px; }
.download-details { margin-top: 14px; color: var(--muted); font-size: 11px; }
.download-details summary { width: fit-content; cursor: pointer; color: var(--purple-soft); }
.download-details p { margin: 12px 0 5px; }
.download-details code { display: block; overflow-wrap: anywhere; font-size: 10px; }
.download-details > div { display: flex; flex-wrap: wrap; gap: 9px 18px; margin-top: 10px; }
.download-details a { text-decoration: underline; text-underline-offset: 3px; }
.package-label { margin-top: 0; }
.package-label + .select-menu { margin-bottom: 16px; }
.download-note { padding: 19px; border: 1px solid var(--border-panel); border-radius: 15px; background: rgb(126 64 255 / 6%); font-size: 12px; line-height: 1.8; }
.download-note strong { color: var(--purple-soft); font-size: 13px; }
.download-note p { margin: 9px 0; color: var(--text-soft); }
.download-note .button { margin-top: 6px; font-size: 11px; }
@media (max-width: 1000px) {
  .brand span { display: none; }.connection-visual { width: 245px; margin: 0 8px; transform: scale(.86); transform-origin: center right; }.workspace { grid-template-columns: minmax(0, 1fr) 285px; gap: 17px; }.summary-card { padding: 20px; }.steps { padding: 20px; gap: 7px; }.step { font-size: 10px; gap: 6px; }#stage { padding: 25px 21px; }.download-card { flex-wrap: wrap; }.download-card .button { width: 100%; }.stage-actions { flex-wrap: wrap; }.stage-actions .hint { flex-basis: 100%; }.stage-actions > .primary { margin-left: auto; }.help { grid-template-columns: 270px minmax(0, 1fr); gap: 30px; }.method { padding: 13px; gap: 10px; }
}
@media (max-width: 760px) {
  .page { padding: 12px 16px 0; }.header { min-height: 73px; padding: 12px 15px; gap: 12px; border-radius: 19px; }.brand img { width: 88px; }.header-right .compact { min-height: 38px; font-size: 10px; padding: 9px 11px; }.access-nav { gap: 6px; padding: 10px; border-radius: 18px; }.access-nav a { font-size: 9px; padding: 8px 11px; }.hero { padding: 31px 4px 29px; }.connection-visual { display: none; }h1 { font-size: clamp(34px, 7vw, 47px); margin-bottom: 20px; }.eyebrow { font-size: 10px; }.lead { font-size: 13px; margin-bottom: 20px; }.hero-notes { gap: 17px; font-size: 10px; }.workspace { grid-template-columns: 1fr; gap: 18px; }.summary-card { position: static; padding: 22px; }.summary-head { padding-bottom: 16px; margin-bottom: 17px; }.features { grid-template-columns: 1fr 1fr; gap: 11px; margin-bottom: 18px; }.summary-term { font-size: 25px; }#stage { padding: 25px 23px; min-height: 0; }.steps { padding: 21px 23px; gap: 8px; }.step { font-size: 11px; gap: 7px; }.stage-title { font-size: 28px; }.download-card { flex-wrap: nowrap; }.download-card .button { width: auto; }.stage-actions .hint { flex-basis: auto; }.stage-actions { align-items: center; }.help { grid-template-columns: 1fr; gap: 17px; padding: 36px 3px; }.help h2 { font-size: 27px; }footer { gap: 14px; font-size: 10px; }.footer-brand img { width: 64px; }footer > span { max-width: 120px; }.method { padding: 14px; }.error { margin-left: 23px; margin-right: 23px; }
}
@media (max-width: 390px) {
  .page { padding: 10px 12px 0; }.header { padding: 12px; }.brand img { width: 80px; }.access-nav { gap: 5px; padding: 9px; }.access-nav a { padding: 8px 9px; font-size: 8px; }.hero { padding-top: 27px; }h1 { font-size: 35px; }.hero-notes { gap: 9px; }.steps { padding: 19px 15px; gap: 5px; }.step { font-size: 9px; gap: 5px; }.step-number { width: 23px; height: 23px; }#stage { padding: 24px 17px; }.stage-title { font-size: 26px; }.platform { padding: 9px 10px; }.download-card { flex-wrap: wrap; }.download-card .button { width: 100%; }.stage-actions .hint { flex-basis: 100%; }.stage-actions .primary { width: 100%; }.features { grid-template-columns: 1fr; }.term { padding: 9px 12px; }.account-field input { font-size: 18px; letter-spacing: .04em; padding: 16px 13px; }.account-saved { font-size: 11px; }.method { padding: 12px; gap: 8px; }.method-copy strong { font-size: 12px; }.method-copy small { font-size: 9px; }.method-price { font-size: 11px; }.method-icon { width: 34px; height: 34px; }.term-label { font-size: 11px; }footer { flex-wrap: wrap; }footer > a:last-child { font-size: 9px; }.error { margin-left: 17px; margin-right: 17px; }
}
.payment-methods { display: grid; gap: 10px; }
.questions p a { color: var(--purple-soft); text-decoration: underline; text-underline-offset: 3px; }
.payment-methods .method { margin: 0; min-height: 74px; }
@media (min-width: 1100px), (min-width: 580px) and (max-width: 760px) { .payment-methods { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .terms { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 6px; } .term { padding: 10px 2px; font-size: 11px; white-space: nowrap; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }* { transition: none !important; } }
