/* Public services: clear download and Cash workflows over the Eternal shell. */
.portal-service,
.service-checkout { color: var(--rp-ink, #eee7da); font: 15px/1.6 var(--rp-font, "Segoe UI", sans-serif); }
.portal-service *, .service-checkout * { box-sizing: border-box; }
.portal-service { --service-border: rgba(196,163,107,.24); --service-muted: #b0b3b3; min-width: 0; }
.portal-service h1, .portal-service h2, .portal-service h3, .service-checkout h2 { margin: 0; color: var(--rp-ink, #eee7da); font-family: var(--rp-heading, "Albertus Nova", Georgia, serif); font-weight: 400; letter-spacing: -.015em; }
.portal-service h2, .service-checkout h2 { font-size: 25px; line-height: 1.25; }
.portal-service h3 { font-size: 19px; line-height: 1.35; }
.portal-service p, .service-checkout p { margin: 0; }
.portal-service a, .service-checkout a { text-decoration: none; }
.portal-service :is(button, a, input, summary):focus-visible,
.service-checkout :is(button, a, input, select):focus-visible { outline: 2px solid #e2bc7a; outline-offset: 4px; }
.service-breadcrumb { display: flex; align-items: center; gap: 12px; min-height: 44px; margin-bottom: 16px; font-size: 13px; color: var(--service-muted); }
.service-breadcrumb a { display: inline-flex; align-items: center; min-width: 44px; min-height: 44px; color: #d7bc8d; }
.service-breadcrumb > i { font-size: 10px; opacity: .6; }
.service-hero { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 40px; min-height: 330px; padding: 40px; isolation: isolate; overflow: hidden; border: 1px solid var(--service-border); background: #11181d; }
.service-hero { --service-art: url("/assets/images/rakion-download-gateway-v1.webp"); }
.service-hero--cash { --service-art: url("/assets/images/rakion-shop-armory-v1.webp"); }
.service-hero::before { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(90deg, #11171cb8 10%, #10161b60 50%, #10161b20), var(--service-art) center / cover; opacity: 1; }
.service-hero--download::before { background-position: center bottom; }
.service-hero--cash::before { background-position: center; }
.service-hero::after { content: ""; position: absolute; z-index: -1; inset: auto 0 0; height: 1px; background: linear-gradient(90deg, #bf9b60, #bf9b6000 75%); }
.service-hero-copy { max-width: 620px; }
.service-eyebrow { display: block; margin-bottom: 10px; color: #cfad76; font-size: 12px; font-weight: 650; line-height: 1.5; letter-spacing: .08em; text-transform: uppercase; }
.portal-service .service-hero h1 { font-size: clamp(34px, 3.5vw, 52px); line-height: 1.08; text-wrap: balance; }
.service-hero-copy > p { max-width: 530px; margin-top: 20px; color: #c2c4c1; font-size: 16px; line-height: 1.65; }
.service-hero-copy > .service-text-link { margin-top: 16px; }
.service-hero-seal { display: grid; place-items: center; width: 128px; height: 128px; margin-right: 30px; border: 1px solid #d8b77b55; color: #d8b77b; background: #0b0f1470; box-shadow: inset 0 0 0 7px #10141a70; transform: rotate(45deg); }
.service-hero-seal i { font-size: 60px; transform: rotate(-45deg); }
.service-download-layout, .service-shop-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; align-items: start; gap: 28px; margin-top: 28px; }
.service-main, .service-download-aside, .service-purchase-aside { display: grid; gap: 24px; min-width: 0; }
.service-panel { min-width: 0; padding: 28px; border: 1px solid var(--service-border); background: linear-gradient(135deg, #191f24, #13191e); }
.service-section-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 20px; }
.service-section-heading .service-eyebrow { margin-bottom: 6px; }
.service-section-heading > :first-child { min-width: 0; }
.service-section-heading > .service-caption { flex: 0 0 auto; }
.service-status { display: inline-flex; align-items: center; gap: 8px; flex: 0 0 auto; padding: 7px 10px; color: #cec0a8; font-size: 12px; background: #b6995d0b; border: 1px solid #b6995d35; }
.service-status > i { width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.service-status.is-ready { color: #a9d1ac; background: #4e92560d; border-color: #71ac7940; }
.service-client-file { display: flex; align-items: center; gap: 18px; margin: 28px 0 24px; }
.service-client-file > div { min-width: 0; }
.service-client-file h3 { overflow-wrap: anywhere; font-family: var(--rp-font); font-size: 18px; font-weight: 600; }
.service-client-file p { margin-top: 5px; font-size: 13px; color: var(--service-muted); }
.service-file-icon { display: grid; place-items: center; flex: 0 0 58px; width: 58px; height: 66px; background: #c4a36b12; border: 1px solid #c4a36b40; color: #d8b77b; font-size: 27px; }
.service-button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 50px; padding: 12px 20px; border: 1px solid #9b824f; border-radius: 2px; font: 650 15px/1.4 var(--rp-font, "Segoe UI", sans-serif); text-align: center; cursor: pointer; transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease; }
.service-button:hover { transform: translateY(-2px); }
.service-button--primary { color: #171714 !important; background: linear-gradient(120deg, #dfc78f, #b99458); box-shadow: inset 0 1px 0 #fff4, 0 4px 14px #0003; text-shadow: none; }
.service-button--primary:hover { background: linear-gradient(120deg, #e7d4a3, #c8a367); border-color: #e0c593; }
.service-button--quiet { color: #e3d6bd !important; background: #141a20; border-color: #b59a6355; }
.service-button--quiet:hover { background: #232b31; border-color: #c7aa71; }
.service-button:disabled { opacity: .65; cursor: wait; transform: none; }
.service-download-cta { width: 100%; justify-content: flex-start; min-height: 58px; }
.service-download-cta > i:last-child { margin-left: auto; font-size: 13px; }
.service-caption { color: var(--service-muted, #b0b3b3); font-size: 13px; line-height: 1.6; }
.service-button + .service-caption { margin-top: 12px; }
.service-file-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 26px 0 10px; padding-top: 22px; border-top: 1px solid var(--service-border); }
.service-file-facts dt { color: var(--service-muted); font-size: 12px; }
.service-file-facts dd { margin: 4px 0 0; color: #ded8ce; font-size: 14px; }
.service-file-metadata { margin-top: 24px; border-top: 1px solid var(--service-border); }
.service-file-metadata > summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 48px; color: #c6b894; font-size: 13px; cursor: pointer; list-style: none; }
.service-file-metadata > summary::-webkit-details-marker { display: none; }
.service-file-metadata > summary > i { font-size: 11px; transition: transform 180ms ease; }
.service-file-metadata[open] > summary > i { transform: rotate(180deg); }
.service-file-metadata .service-file-facts { margin: 4px 0 12px; padding-top: 10px; border-top: 0; }
.service-empty { display: flex; align-items: flex-start; gap: 20px; }
.service-empty > i { flex: 0 0 28px; padding-top: 4px; font-size: 28px; color: #bb9d6a; }
.service-empty p { margin-top: 10px; color: var(--service-muted); font-size: 14px; }
.service-empty--download { margin: 24px 0; }
.service-admin-link { display: flex; gap: 10px; align-items: center; min-height: 44px; margin-top: 10px; color: #dac091; font-size: 13px; }
.service-mirror-list { display: grid; margin-top: 18px; }
.service-mirror { display: grid; grid-template-columns: 36px minmax(0, 1fr) 20px; gap: 14px; align-items: center; min-height: 76px; padding: 15px 0; border-top: 1px solid var(--service-border); color: #e3dccf; }
.service-mirror strong { display: block; font-size: 15px; overflow-wrap: anywhere; }
.service-mirror small { display: block; margin-top: 2px; font-size: 12px; color: var(--service-muted); }
.service-mirror > i { color: #c5a56f; font-size: 13px; transition: transform 180ms ease; }
.service-mirror:hover > i { transform: translate(2px, -2px); }
.service-mirror:hover strong { color: #e4c78e; }
.service-step-number { display: grid; place-items: center; flex: 0 0 36px; width: 36px; height: 36px; border: 1px solid #c4a36b45; color: #d2b887; background: #c4a36b0a; font-size: 13px; font-variant-numeric: tabular-nums; }
.service-install { padding: 8px 0; }
.service-install-list { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 30px; padding: 0; margin: 26px 0 0; list-style: none; }
.service-install-list li { display: flex; align-items: flex-start; gap: 14px; min-width: 0; }
.service-install-list h3 { font-family: var(--rp-font); font-size: 15px; font-weight: 650; }
.service-install-list p { margin-top: 7px; color: var(--service-muted); font-size: 13px; line-height: 1.65; }
.service-download-aside > .service-panel > p { margin-top: 16px; color: var(--service-muted); font-size: 14px; }
.service-requirements { margin: 24px 0 0; }
.service-requirements > div { padding: 15px 0; border-top: 1px solid var(--service-border); }
.service-requirements dt { color: #d6b983; font-size: 13px; font-weight: 650; }
.service-requirements dd { margin: 7px 0 0; color: #c5c4c0; font-size: 14px; overflow-wrap: anywhere; }
.service-requirements dd strong { display: block; margin-top: 6px; color: #d3ab74; font-weight: 500; }
.service-support { padding: 6px 16px; }
.service-support-icon { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 15px; background: #c4a36b10; color: #d3b17c; font-size: 24px; }
.service-support h2 { font-size: 22px; }
.service-support p { margin: 12px 0 10px; color: var(--service-muted); font-size: 14px; }
.service-support > .service-text-link { display: flex; justify-content: space-between; }
.service-text-link { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; color: #d7b77d !important; font-size: 14px; font-weight: 600; }
.service-text-link > i { font-size: 12px; transition: transform 180ms ease; }
.service-text-link:hover { color: #f1d39c !important; }
.service-text-link:hover > .fa-arrow-right { transform: translateX(3px); }
.service-notice { display: flex; align-items: flex-start; gap: 16px; padding: 22px; background: #c4a36b08; border: 1px solid #c4a36b30; }
.service-notice > i { margin-top: 4px; color: #c4a36b; font-size: 20px; }
.service-notice p { margin-top: 8px; color: #bdbbb5; font-size: 14px; }
.service-notice--compact { padding: 18px; gap: 12px; }
.service-notice--compact p { margin: 0; font-size: 13px; }
.service-notice--compact > i { font-size: 17px; }
.service-wallet { position: relative; display: flex; flex-direction: column; align-items: flex-start; width: 280px; min-width: 0; padding: 26px; background: #10161cee; border: 1px solid #c4a36b55; }
.service-wallet-icon { display: grid; place-items: center; width: 40px; height: 40px; margin-bottom: 18px; color: #d6b780; font-size: 26px; }
.service-wallet > strong { display: block; font: 400 36px/1.2 var(--rp-heading); font-variant-numeric: tabular-nums; }
.service-wallet > strong small { font: 14px var(--rp-font); color: #c6bda9; }
.service-wallet-account { margin-top: 8px; color: #c6c3bb; font-size: 14px; overflow-wrap: anywhere; }
.service-wallet > a:not(.service-button) { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; margin-top: 12px; color: #d7b77d; font-size: 13px; }
.service-wallet > small { color: var(--service-muted); font-size: 12px; }
.service-wallet--guest h2 { font-size: 22px; }
.service-wallet--guest p { margin: 10px 0 18px; color: #b5b8b5; font-size: 14px; }
.service-wallet--guest .service-button { width: 100%; font-size: 14px; }
.service-progress { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; list-style: none; padding: 26px 0; margin: 0; border-bottom: 1px solid var(--service-border); }
.service-progress li { display: flex; align-items: flex-start; gap: 12px; min-width: 0; }
.service-progress strong { display: block; color: #dfd7c9; font-size: 14px; }
.service-progress li div > span { display: block; margin-top: 2px; color: var(--service-muted); font-size: 12px; line-height: 1.55; }
.service-section-intro { margin: -7px 0 24px !important; color: var(--service-muted); font-size: 14px; }
.service-package-options { display: grid; gap: 14px; border: 0; min-width: 0; margin: 0; padding: 0; }
.service-package { display: grid; grid-template-columns: 20px minmax(0, 1fr) auto; align-items: start; gap: 18px; position: relative; padding: 24px; cursor: pointer; background: #151c22; border: 1px solid #78818345; transition: border-color 180ms ease, background-color 180ms ease; }
.service-package:hover { border-color: #d1b47b80; background: #1c242a; }
.service-package.is-selected { border-color: #c4a36b; background: linear-gradient(110deg, #c4a36b14, #171e25 70%); box-shadow: inset 3px 0 0 #c4a36b; }
.service-package:focus-within { outline: 2px solid #d9b77c; outline-offset: 3px; }
.service-package > input[type="radio"] { appearance: auto; accent-color: #c4a36b; display: block; flex: none; width: 19px; height: 19px; min-height: 0; padding: 0; margin: 5px 0 0; cursor: pointer; }
.service-package-body { display: block; min-width: 0; }
.service-package-title { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; }
.service-package-title > strong { font: 400 22px/1.25 var(--rp-heading); color: #e6dfd3; overflow-wrap: anywhere; }
.service-package-badge { padding: 3px 7px; border: 1px solid #c4a36b45; background: #c4a36b10; color: #d4b780; font-size: 12px; line-height: 1.5; }
.service-package-description { display: block; max-width: 390px; margin-top: 10px; color: #b6b9b7; font-size: 13px; line-height: 1.65; }
.service-package-breakdown { display: flex; flex-wrap: wrap; gap: 5px 14px; margin-top: 15px; color: #aeb1ac; font-size: 12px; }
.service-package-breakdown .has-bonus { color: #d9bd87; }
.service-package-value { display: flex; flex-direction: column; align-items: flex-end; padding-left: 12px; }
.service-package-value > strong { font: 400 32px/1.1 var(--rp-heading); color: #e9d6ae; font-variant-numeric: tabular-nums; white-space: nowrap; }
.service-package-value > span { margin-top: 4px; color: #b6b6ac; font-size: 12px; }
.service-package-value > b { margin-top: 16px; color: #ece4d3; font-size: 15px; font-weight: 600; white-space: nowrap; }
.service-purchase-summary { position: relative; border-top: 2px solid #c4a36b; padding: 26px; }
.service-purchase-summary h2 { overflow-wrap: anywhere; }
.service-summary-total { display: grid; grid-template-columns: 24px minmax(0,1fr); align-items: center; gap: 2px 12px; margin: 24px 0; }
.service-summary-total > i { grid-row: 1/3; color: #cfb078; font-size: 24px; }
.service-summary-total > strong { font: 400 36px/1.1 var(--rp-heading); color: #eedebc; }
.service-summary-total > span { color: #b8b7ae; font-size: 13px; }
.service-summary-facts { display: grid; gap: 10px; margin: 0 0 24px; }
.service-summary-facts > div { display: flex; justify-content: space-between; gap: 16px; }
.service-summary-facts dt { color: #b4b8b5; font-size: 13px; }
.service-summary-facts dd { margin: 0; color: #e4dccb; font-size: 14px; text-align: right; }
.service-summary-price { margin-top: 7px; padding-top: 17px; border-top: 1px solid var(--service-border); }
.service-summary-price dd { font-weight: 650; color: #eed7a9; }
.service-purchase-summary .service-button { width: 100%; }
.service-purchase-summary .service-caption > i { margin-right: 4px; color: #c4a36b; }
.service-payment-guide { padding: 0 8px; }
.service-payment-guide h3 { font: 650 15px/1.4 var(--rp-font); }
.service-methods { display: flex; flex-wrap: wrap; gap: 7px; margin: 14px 0; }
.service-methods > span { padding: 4px 8px; background: #76838b10; border: 1px solid #76838b35; color: #c9cbc5; font-size: 12px; }
.service-payment-guide p { color: #afb3ae; font-size: 13px; }
.service-history { margin-top: 40px; padding-top: 32px; border-top: 1px solid var(--service-border); }
.service-order-list { display: grid; gap: 10px; }
.service-order { border: 1px solid #7d87883b; background: #141b21; }
.service-order > summary { display: grid; grid-template-columns: 116px minmax(0,1fr) auto 14px; align-items: center; gap: 18px; padding: 20px; cursor: pointer; list-style: none; }
.service-order > summary::-webkit-details-marker { display: none; }
.service-order > summary:hover { background: #ffffff04; }
.service-order > summary > i { color: #bda67a; font-size: 12px; transition: transform 180ms ease; }
.service-order[open] > summary > i { transform: rotate(180deg); }
.service-order-state { display: inline-flex; align-items: center; gap: 8px; color: #d8bb86; font-size: 12px; }
.service-order.is-completed .service-order-state { color: #9ed0ad; }
.service-order.is-rejected .service-order-state { color: #e1a195; }
.service-order-name { min-width: 0; }
.service-order-name strong, .service-order-amount strong { display: block; color: #e2dcce; font-size: 14px; }
.service-order-name small, .service-order-amount small { display: block; margin-top: 4px; color: #aaafab; font-size: 12px; overflow-wrap: anywhere; }
.service-order-amount { text-align: right; }
.service-order-details { padding: 22px; border-top: 1px solid #7d878830; }
.service-order-details > p { display: flex; align-items: flex-start; gap: 10px; color: #c1c3ba; font-size: 13px; }
.service-order-details > p > i { margin-top: 4px; color: #baaa88; }
.service-order-details dl { display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 22px; margin: 22px 0 0; }
.service-order-details dt { color: #a5aaa6; font-size: 12px; }
.service-order-details dd { margin: 6px 0 0; color: #ded7c8; font-size: 13px; overflow-wrap: anywhere; }
.service-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
body.service-dialog-open { overflow: hidden; }
.service-checkout { --service-muted: #b0b3b3; --service-border: #c4a36b38; width: min(620px, calc(100% - 32px)); max-width: none; max-height: calc(100dvh - 40px); margin: auto; padding: 28px; border: 1px solid #b69a63a8; background: #151c22; box-shadow: 0 24px 90px #0009; overflow-y: auto; }
.service-checkout::backdrop { background: #05090dde; backdrop-filter: blur(5px); }
.service-checkout-heading { display: flex; justify-content: space-between; align-items: flex-start; gap: 18px; margin-bottom: 14px; }
.service-checkout-heading .service-eyebrow { margin-bottom: 6px; }
.service-checkout > p { color: #b7bcb8; font-size: 14px; }
.service-icon-button { display: grid; place-items: center; flex: 0 0 44px; width: 44px; height: 44px; margin: -5px -5px 0 0; padding: 0; border: 1px solid #a6a18935; border-radius: 2px; background: #0d1418; color: #c9b58a; font-size: 18px; cursor: pointer; }
.service-icon-button:hover { background: #242d34; border-color: #c4a36b; }
.service-checkout-selection { display: grid; grid-template-columns: 24px minmax(0,1fr) auto; align-items: center; gap: 16px; margin: 22px 0; padding: 18px; border: 1px solid #c4a36b3b; background: #c4a36b09; }
.service-checkout-selection > i { font-size: 23px; color: #d9b776; }
.service-checkout-selection > div > strong { display: block; font-size: 16px; color: #e8d8b5; }
.service-checkout-selection > div > span { display: block; margin-top: 4px; font-size: 13px; color: #c7c9bd; }
.service-checkout-selection > strong { color: #ecd5a7; font-size: 16px; }
.service-checkout-form { display: grid; gap: 20px; margin-top: 24px; }
.service-field { min-width: 0; }
.service-field label { display: block; margin-bottom: 8px; color: #e3ddce; font-size: 14px; font-weight: 650; }
.service-field :is(input,select) { display: block; width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid #79828680; border-radius: 2px; background: #0c1318; color: #ece6d8; font: 15px/1.5 var(--rp-font); }
.service-field input::placeholder { color: #959b98; }
.service-field .service-caption { margin-top: 8px; }
.service-checkout-assurance { display: flex; align-items: flex-start; gap: 10px; color: #c0bcae; font-size: 13px; }
.service-checkout-assurance > i { margin-top: 4px; color: #c4a36b; }
.service-checkout-actions { display: grid; grid-template-columns: auto 1fr; gap: 12px; padding-top: 6px; }
@media (min-width: 1101px) { .service-purchase-aside { position: sticky; top: 116px; } }
@media (max-width: 1100px) {
    .service-hero { gap: 24px; padding: 32px; }
    .service-download-layout, .service-shop-layout { grid-template-columns: minmax(0,1fr) 290px; gap: 22px; }
    .service-panel { padding: 23px; }
    .service-package { gap: 12px; padding: 20px; }
    .service-package-value > strong { font-size: 28px; }
    .service-package-title > strong { font-size: 20px; }
    .service-package-value { padding-left: 0; }
    .service-section-heading { flex-wrap: wrap; gap: 14px; }
}
@media (max-width: 900px) {
    .service-download-layout, .service-shop-layout { grid-template-columns: minmax(0,1fr); }
    .service-download-aside { grid-template-columns: 1fr 1fr; }
    .service-purchase-aside { grid-template-columns: minmax(0,1fr) minmax(0,1fr); align-items: start; }
    .service-purchase-summary { grid-row: span 2; }
    .service-wallet { width: 240px; padding: 22px; }
    .service-hero-copy > p { font-size: 15px; }
    .service-progress { gap: 16px; }
    .service-progress li { gap: 10px; }
    .service-order > summary { grid-template-columns: 108px minmax(0,1fr) auto 12px; gap: 12px; padding: 18px; }
    .service-order-details dl { grid-template-columns: 1fr 2fr; }
    .service-hero-seal { margin-right: 14px; width: 100px; height: 100px; }
}
@media (max-width: 600px) {
    .service-breadcrumb { margin-bottom: 10px; }
    .service-hero { grid-template-columns: minmax(0,1fr); gap: 26px; min-height: 0; padding: 28px 22px; }
    .service-hero::before { background-image: linear-gradient(90deg,#10171deb,#10171b9e),var(--service-art); background-position: 70% center; }
    .portal-service .service-hero h1 { font-size: 35px; }
    .service-eyebrow { font-size: 12px; letter-spacing: .05em; }
    .service-hero-copy > p { margin-top: 16px; font-size: 14px; }
    .service-hero-seal { display: none; }
    .service-wallet { width: 100%; padding: 20px; }
    .service-wallet-icon { position: absolute; right: 20px; top: 20px; width: 30px; height: 30px; font-size: 25px; opacity: .6; }
    .service-wallet--guest h2 { padding-right: 38px; }
    .service-wallet--guest p { max-width: 240px; }
    .service-wallet--guest .service-button { width: auto; }
    .service-download-layout, .service-shop-layout { margin-top: 22px; gap: 24px; }
    .service-panel { padding: 22px; }
    .service-section-heading { gap: 12px; margin-bottom: 18px; }
    .portal-service h2, .service-checkout h2 { font-size: 23px; }
    .service-status { font-size: 12px; }
    .service-client-file { gap: 14px; }
    .service-client-file h3 { font-size: 16px; }
    .service-file-icon { flex-basis: 44px; width: 44px; height: 54px; font-size: 23px; }
    .service-button { padding-inline: 15px; font-size: 14px; }
    .service-empty { gap: 14px; }
    .service-empty > i { flex-basis: 23px; font-size: 23px; }
    .service-file-facts { grid-template-columns: 1fr; gap: 14px; }
    .service-install-list, .service-download-aside, .service-purchase-aside { grid-template-columns: minmax(0,1fr); }
    .service-install-list { gap: 24px; }
    .service-install { padding-inline: 4px; }
    .service-support { padding-inline: 12px; }
    .service-progress { grid-template-columns: minmax(0,1fr); gap: 20px; padding: 24px 4px; }
    .service-progress li { gap: 14px; }
    .service-progress strong { font-size: 14px; }
    .service-progress li div > span { font-size: 13px; }
    .service-package { grid-template-columns: 20px minmax(0,1fr); padding: 20px; gap: 12px; }
    .service-package-value { grid-column: 2; flex-direction: row; align-items: baseline; flex-wrap: wrap; gap: 5px 8px; padding-top: 14px; border-top: 1px solid #a6a1892b; }
    .service-package-value > strong { font-size: 30px; }
    .service-package-value > span { margin-top: 0; }
    .service-package-value > b { width: 100%; margin-top: 5px; font-size: 15px; }
    .service-package-description { font-size: 13px; }
    .service-package-title > strong { font-size: 22px; }
    .service-payment-guide { padding: 2px 8px; }
    .service-order > summary { grid-template-columns: minmax(0,1fr) auto 12px; gap: 12px; }
    .service-order-state { grid-column: 1/-1; }
    .service-order-name strong, .service-order-amount strong { font-size: 13px; }
    .service-order-name small, .service-order-amount small { font-size: 12px; }
    .service-order-details { padding: 18px; }
    .service-order-details dl { grid-template-columns: minmax(0,1fr); gap: 16px; }
    .service-history { margin-top: 28px; padding-top: 26px; }
    .service-checkout { width: calc(100% - 24px); max-height: calc(100dvh - 24px); padding: 22px; }
    .service-checkout-heading { gap: 12px; }
    .service-checkout-selection { grid-template-columns: 22px minmax(0,1fr); gap: 12px; padding: 16px; }
    .service-checkout-selection > strong { grid-column: 2; }
    .service-checkout .service-notice { padding: 15px; }
    .service-checkout-actions { grid-template-columns: minmax(0,1fr); }
    .service-checkout-actions > .service-button--primary { grid-row: 1; }
    .service-field :is(input,select) { font-size: 16px; }
}
