/* css/support-chat.css */
.support-chat-status {position:fixed;inset:auto 20px 20px auto;margin:0;box-sizing:border-box;width:360px;max-width:calc(100vw - 32px);max-height:calc(100dvh - 32px);padding:24px;border:1px solid var(--line-2);border-radius:14px;background:var(--surface);color:var(--text);font-family:var(--font);box-shadow:0 16px 48px -20px #0008;overflow:auto}
.support-chat-status::backdrop {background:#07152545}
.support-chat-heading {display:flex;align-items:center;justify-content:space-between;gap:16px}
#support-chat-status .support-chat-heading h2 {margin:0;font:750 22px/1.2 var(--display);letter-spacing:-.02em;color:var(--text)}
.support-chat-heading button {display:grid;place-items:center;flex:none;width:40px;height:40px;padding:0;border:0;border-radius:8px;background:var(--surface-2);color:var(--text);cursor:pointer}
.support-chat-heading button:hover {background:var(--surface-3)}
.support-chat-status p {margin:18px 0 0;color:var(--text-2);font-size:15px;line-height:1.6}
.support-chat-alternatives:not([hidden]) {display:flex;flex-direction:column;gap:12px;margin-top:20px}
.support-chat-email {text-align:center;overflow-wrap:anywhere;font-size:14px}
.support-chat-status :focus-visible {outline:2px solid var(--accent);outline-offset:3px}
@media(max-width:600px) {.support-chat-status {inset:auto 16px 16px;width:calc(100vw - 32px)}}

/* Immediate support launcher; the remote conversation loads on explicit intent. */
.support-chat-launcher{position:fixed;right:24px;bottom:calc(24px + var(--purchase-bar-height,0px));z-index:90;display:grid;place-items:center;width:60px;height:60px;border-radius:50%;background:#4facfe;color:#fff;box-shadow:0 4px 18px #0003}
.support-chat-launcher:hover{background:#269af9;color:#fff}
.support-chat-launcher:focus-visible{outline:3px solid var(--cyan,#15d1ef);outline-offset:4px}
body.support-chat-is-open .support-chat-launcher{visibility:hidden}
@media(max-width:800px){.support-chat-launcher{width:56px;height:56px;right:16px;bottom:calc(18px + var(--purchase-bar-height,0px) + env(safe-area-inset-bottom,0px))}body:has(#consent:not([hidden])) .support-chat-launcher{bottom:calc(158px + var(--purchase-bar-height,0px) + env(safe-area-inset-bottom,0px))}}

/* css/auth-modal.css */
.auth-modal{width:min(440px,calc(100vw - 32px));max-height:calc(100dvh - 40px);padding:36px;border:1px solid var(--ah-line-2,#456078);border-radius:22px;background:var(--ah-panel,#111e30);color:var(--ah-text,#edf4ff);box-shadow:0 24px 100px #0006;overflow:auto}
.auth-modal::backdrop{background:#020813b8;backdrop-filter:blur(5px)}
.auth-modal h1,.auth-modal h2{font-size:28px;margin:0 32px 16px 0;line-height:1.2}
.auth-modal-close{position:absolute;right:16px;top:12px;width:34px;height:34px;border:0;border-radius:9px;background:transparent;color:inherit;font-size:28px;cursor:pointer}
.auth-modal-close:hover{background:#8096ae22}.auth-modal-open{overflow:hidden}
.auth-modal [aria-busy=true]{opacity:.65;pointer-events:none}.auth-modal form{margin-top:20px}
.auth-modal .errorlist{padding-left:18px;color:var(--ah-danger,#ff8a95);font-size:14px}
.auth-switch{display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:5px;margin:6px 0 24px;border:1px solid var(--ah-line-2,#456078);border-radius:12px;background:var(--ah-bg,#09121f)}
.auth-switch a{display:flex;align-items:center;justify-content:center;min-height:44px;padding:8px;text-align:center;font-size:15px;font-weight:700;color:var(--ah-text,#edf4ff);border-radius:8px;text-decoration:none}
.auth-switch a[aria-current=page]{background:var(--ah-neon,#15d0ec);color:#06151e}.auth-switch a:hover:not([aria-current]){background:#8096ae22}
.auth-modal .auth-switch{margin-top:14px}.auth-switch a:focus-visible,.auth-back:focus-visible{outline:2px solid var(--ah-neon,#15d0ec);outline-offset:3px}
.auth-code-icon{width:48px;height:48px;display:grid;place-items:center;background:#15d0ec16;border:1px solid #15d0ec55;border-radius:14px;color:var(--ah-neon,#15d0ec);font-size:25px;margin-bottom:20px}
.auth-recipient{display:block;color:var(--ah-text,#edf4ff);overflow-wrap:anywhere;margin-top:6px}
.auth-code-input{width:100%;text-align:center;font-size:30px!important;font-weight:700;letter-spacing:.35em;padding:16px!important;font-variant-numeric:tabular-nums}
.auth-code-help{text-align:center;margin:20px 0 10px}.auth-modal .auth-resend-form,.auth-modal .auth-cancel-form{margin-top:10px}
.auth-back{display:block;margin:18px auto 0;padding:6px;border:0;background:transparent;color:var(--ah-muted,#acbdd2);text-align:center;text-decoration:underline;cursor:pointer;font:inherit;font-size:14px}
.auth-notice{border-left:2px solid var(--ah-neon,#15d0ec);padding:10px 12px;background:#15d0ec0c;font-size:14px}
/* Keep the form compact; scrolling remains available for keyboards and short viewports. */
#sb-store .auth-modal{padding:26px 30px;scrollbar-width:none;overscroll-behavior:contain}
#sb-store .auth-modal::-webkit-scrollbar{display:none}
#sb-store .auth-modal :is(h1,h2){font-size:27px;line-height:1.2;margin:0 22px 12px 0}
#sb-store .auth-modal .auth-switch{margin:14px 0 20px}
#sb-store :is(.auth-modal,.auth-card) .auth-switch a[aria-current=page]{color:var(--ah-neon-ink,#06151e)}
#sb-store .auth-modal [data-auth-content]>p{font-size:14px;line-height:1.5;margin-bottom:12px}
#sb-store .auth-modal form{margin-top:16px}
#sb-store .auth-modal .field{margin-bottom:14px}
#sb-store .auth-modal .field>label{margin-bottom:6px;font-size:14px}
#sb-store .auth-modal input:not([type=hidden]):not([type=checkbox]){min-height:44px;padding:11px 13px;font-size:15px}
#sb-store .auth-modal .help{font-size:12px;margin-top:5px;line-height:1.4}
#sb-store .auth-modal .auth-marketing{margin:10px 0 16px;font-size:13px;line-height:1.4;align-items:flex-start}
#sb-store .auth-modal .btn-lg{min-height:46px;padding:12px 16px;font-size:14px}
#sb-store .auth-modal form>p.small{font-size:12px;line-height:1.5;margin-bottom:0}
#sb-store .auth-modal .auth-code-input{font-size:30px!important;padding:14px!important}
@media(max-width:600px){#sb-store .auth-modal{padding:22px;max-height:calc(100dvh - 24px)}#sb-store .auth-modal :is(h1,h2){font-size:25px}}
.site-toasts{position:fixed;right:24px;top:calc(var(--market-header-height,82px) + 16px);z-index:1000;display:grid;gap:10px;width:min(380px,calc(100vw - 32px));padding:0;margin:0;list-style:none;pointer-events:none}
.site-toast{display:flex;align-items:flex-start;gap:12px;padding:15px 16px;background:var(--ah-panel,#111e30);color:var(--ah-text,#edf4ff);border:1px solid var(--ah-line-2,#456078);border-left:3px solid var(--ah-neon,#15d0ec);border-radius:12px;box-shadow:0 8px 32px #0003;font-size:14px;line-height:1.5;pointer-events:auto;transition:opacity .2s,transform .2s}
.site-toast span{flex:1}.site-toast button{border:0;background:transparent;color:inherit;font-size:20px;line-height:1;cursor:pointer;padding:2px}.site-toast.is-leaving{opacity:0;transform:translateY(-8px)}
@media(max-width:600px){.auth-modal{padding:28px 22px}.site-toasts{right:16px;top:16px}}
@media(prefers-reduced-motion:reduce){.site-toast{transition:none}}

/* css/action-feedback.css */
#sb-store .site-toasts{position:static;width:auto;max-width:100%;margin:12px 0;padding:0;pointer-events:auto;z-index:auto}
#sb-store main>.site-toasts{margin:16px 24px}
#sb-store .site-toast{box-shadow:none;font-size:14px;padding:10px 12px;border-radius:9px}
#sb-store .site-toast[data-level=error],#sb-store .site-toast[data-level=warning]{border-left-color:var(--danger,#ff99ad)}
.action-feedback{font-size:13px;line-height:1.5;margin:8px 0 0;overflow-wrap:anywhere}
.action-feedback[data-state=error]{color:var(--danger,#ad2444)}
.action-feedback[data-state=success],.promo-success,.personal-price-label{color:var(--success,#13734c)}
.personal-price-label{display:block;font-size:12px;margin-top:5px}
#sb-store #promo-panel input[aria-invalid=true]{border-color:var(--danger,#ad2444);box-shadow:0 0 0 1px var(--danger,#ad2444)}
#sb-store #promo-panel input[data-state=success]{border-color:var(--success,#13734c)}
.promo-panel{margin-top:18px;min-width:0}.promo-panel .promo{display:flex;align-items:center;gap:8px;margin:0}.promo-panel input{min-width:0;flex:1;width:100%}.promo-panel button{flex-shrink:0}
.promo-panel[aria-busy=true]{opacity:.7}.promo-panel p{margin:8px 0 0}
.action-feedback-host{min-width:0}.action-feedback-host:empty{display:none}

/* css/personal-prices.css */
/* Personal savings occupy the existing price caption, not new card rows. */
:is(#sb-home,#sb-store){--personal-sale:#ff6464}
html[data-mode=light] :is(#sb-home,#sb-store){--personal-sale:#b81c32}
:is(#sb-home,#sb-store) .ref-card .price-block{min-width:0;flex:1}
:is(#sb-home,#sb-store) .ref-card .price--sale{gap:1px}
:is(#sb-home,#sb-store) .ref-card .price-main{height:28px}
:is(#sb-home,#sb-store) .ref-card .price--sale .price-integer{font-size:28px}
:is(#sb-home,#sb-store) .ref-card .price-currency,:is(#sb-home,#sb-store) .ref-card .price-decimal{align-self:baseline;margin-top:0;margin-bottom:0}
:is(#sb-home,#sb-store) .ref-card .price-caption{display:flex;align-items:center;gap:7px;min-width:0;height:18px}
:is(#sb-home,#sb-store) .ref-card .price-caption .price-old{flex-shrink:0;font-size:11px;line-height:1}
:is(#sb-home,#sb-store) .ref-card .price-benefit{display:inline-flex;align-items:center;justify-content:flex-start;gap:4px;min-width:0;width:auto;height:18px;max-width:145px;padding:0 5px;margin:0;border:0;border-radius:4px;background:color-mix(in srgb,var(--personal-sale) 9%,transparent);color:var(--personal-sale);font:600 10px/18px var(--font);letter-spacing:0;vertical-align:middle;cursor:help;flex-shrink:1}
:is(#sb-home,#sb-store) .ref-card .price-benefit-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;font:inherit;color:inherit}
:is(#sb-home,#sb-store) .ref-card .price-benefit{position:relative;z-index:3}
:is(#sb-home,#sb-store) .ref-card .price-benefit-icon{display:block;width:13px;height:13px;flex:none;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
:is(#sb-home,#sb-store) .ref-card .price-benefit:focus-visible{outline:2px solid var(--ah-neon);outline-offset:2px}
:is(#sb-home,#sb-store) .price-benefit-tip>span{display:flex;align-items:baseline;justify-content:space-between;gap:20px;font:500 12px/1.8 var(--font);color:var(--ah-muted)}
:is(#sb-home,#sb-store) .price-benefit-tip b{color:var(--personal-sale);white-space:nowrap;font-weight:650}
:is(#sb-home,#sb-store) .personal-total-amount{display:flex;flex-direction:column;align-items:flex-end;gap:3px}
#sb-store .personal-total.has-savings strong{color:var(--personal-sale)}
#sb-store .personal-total [data-original-price]{margin:0;font:500 13px/1.2 var(--font);color:var(--ah-faint);text-decoration-color:var(--personal-sale)}
#sb-store .price-breakdown{display:grid;gap:5px;margin:10px 0 14px;padding:9px 0;border-top:1px solid var(--ah-line);border-bottom:1px solid var(--ah-line)}
#sb-store .price-breakdown>div{display:flex;align-items:baseline;justify-content:space-between;gap:12px;font:500 12px/1.4 var(--font);color:var(--ah-muted)}
#sb-store .price-breakdown b{font-weight:650;color:var(--personal-sale);white-space:nowrap;font-variant-numeric:tabular-nums}
#sb-store .price-fixed-note{font:400 11px/1.4 var(--font);color:var(--ah-faint);margin:0 0 12px}
:is(#sb-home,#sb-store) [data-original-price][hidden],#sb-store [data-discount-breakdown][hidden],#sb-store .price-breakdown>div[hidden]{display:none}

/* Compact purchase summary: price, savings and action remain one visual group. */
#sb-store #buy-form .bx-foot{padding:14px 20px;container-type:inline-size}
#sb-store #buy-form .bx-total{align-items:center;gap:10px;margin-bottom:8px}
#sb-store #buy-form .personal-total-amount{flex-direction:row;align-items:baseline;justify-content:flex-end;flex-wrap:wrap;gap:8px}
#sb-store #buy-form .bx-total strong{font-size:32px;line-height:1.1}
#sb-store #buy-form .bx-total strong.bx-price-missing{font-size:16px}
#sb-store #buy-form .price-breakdown{display:flex;flex-wrap:wrap;justify-content:space-between;gap:4px 14px;border:0;margin:0 0 12px;padding:0}
#sb-store #buy-form .price-breakdown>div{gap:6px;font-size:11px;line-height:1.5;min-width:0}
#sb-store #buy-form [data-discount-label]{overflow-wrap:anywhere}
#sb-store #buy-form .bx-actions{grid-template-columns:minmax(0,1fr) 44px;gap:8px}
#sb-store #buy-form :is(.bx-buy,.bx-cart){height:44px;min-height:44px;padding:8px 12px;border-radius:9px;font-size:12px}
#sb-store #buy-form .bx-cart{padding:8px}
#sb-store #buy-form .bx-support{min-height:36px;margin-top:4px;padding:6px 0;border:0;border-radius:6px;background:none;font-size:12px;gap:6px;flex-wrap:wrap}
#sb-store #buy-form .bx-support svg{width:16px;height:16px}
#sb-store #buy-form .bx-support small{font-size:10px}
#sb-store #buy-form .bx-pay{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));justify-items:center;gap:0 6px;margin-top:4px}
#sb-store #buy-form .bx-pay .payment-logo{width:48px;max-width:100%;height:24px}
#sb-store #buy-form [data-discount-breakdown][hidden],#sb-store #buy-form .price-breakdown>div[hidden]{display:none}
@container (min-width:400px){
  #sb-store #buy-form .bx-pay{grid-template-columns:repeat(10,minmax(0,1fr));gap:4px}
  #sb-store #buy-form .bx-pay .payment-logo{width:100%;max-width:56px}
}
@media(max-width:400px){
  #sb-store #buy-form .bx-foot{padding:12px 16px}
  #sb-store #buy-form .bx-total strong{font-size:29px}
}

/* css/payment-logos.css */
/* Owner-supplied vector marks; native dimensions reserve space while loading. */
.payment-logos{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px}
.payment-logos .payment-logo,.payment-marks .payment-logo{display:block;flex:none;object-fit:contain;width:80px;height:auto;aspect-ratio:124/64;border:0;border-radius:0;background:none}
.premium-footer .footer-payments{padding:0 0 32px;margin:-24px 0 32px;border-bottom:1px solid var(--ah-line)}
.premium-footer .footer-payments .payment-logos{justify-content:space-between;gap:12px}
.premium-footer .footer-payments .payment-logo{width:clamp(64px,6.3vw,104px)}
.premium-footer .footer-payments p{margin:8px 0 0;text-align:center;font:400 12px/1.5 var(--font);color:var(--ah-faint)}
#sb-store .bx-pay.payment-logos{gap:4px 8px}
#sb-store .bx-pay .payment-logo{width:60px}
.method .marks.payment-marks{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:3px}
.method .marks .payment-logo{width:48px;height:auto}
html[data-mode=light] .payment-logo{filter:brightness(.6)}
@media(max-width:640px){
  .premium-footer .footer-payments{margin:0 0 24px;padding-bottom:24px}
  .premium-footer .footer-payments .payment-logos{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:4px}
  .premium-footer .footer-payments .payment-logo{width:100%;max-width:80px;justify-self:center}
  .method .marks .payment-logo{width:42px}
}

/* css/public-pages.css */
/* Shared outer grid; catalog sidebar layouts retain their own width. */
html {scrollbar-gutter:stable}
/* Article discovery: equal cards fill the central column without a giant lead. */
#sb-store .journal-layout {grid-template-columns:180px minmax(0,1fr) 230px;gap:32px}
#sb-store .journal-stories {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 24px}
#sb-store .journal-stories .journal-story {display:flex;flex-direction:column;min-width:0;gap:0;padding:0 0 22px}
#sb-store .journal-stories .journal-cover {width:100%;height:auto;min-height:0;max-height:none;aspect-ratio:16/10;flex:none;margin-bottom:20px}
#sb-store .journal-stories .journal-story-body {display:flex;flex-direction:column;flex:1}
#sb-store .journal-stories h3 {font-size:22px;line-height:1.35;max-width:none;text-wrap:pretty}
#sb-store .journal-stories .journal-story p {display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;font-size:14px;line-height:1.75;margin-bottom:20px}
#sb-store .journal-stories .journal-byline {margin-top:auto;gap:8px}
#sb-store .journal-stories .journal-byline>span {display:block}
#sb-store .journal-stories .journal-empty {grid-column:1/-1}
@media(max-width:1250px) {
 #sb-store .journal-layout {grid-template-columns:160px minmax(0,1fr);gap:28px;grid-template-rows:auto 1fr}
 #sb-store .journal-games {grid-column:1;grid-row:1/span 2}
 #sb-store .journal-discover {position:static;grid-column:2;grid-row:1;display:block}
 #sb-store .journal-feed {grid-column:2;grid-row:2}
 #sb-store .journal-discover h2 {margin-bottom:14px}
}
@media(max-width:760px) {
 #sb-store .journal-layout {display:flex;flex-direction:column;gap:26px}
 #sb-store .journal-layout>* {width:100%}
 #sb-store .journal-games {order:0}
 #sb-store .journal-games nav {display:flex;overflow-x:auto;gap:8px;padding-bottom:5px}
 #sb-store .journal-games nav>a {white-space:nowrap;flex:none;padding:9px 11px;border:1px solid var(--ah-line)}
 #sb-store .journal-shop {display:none}
 #sb-store .journal-discover {order:1}
 #sb-store .journal-feed {order:2}
}
@media(max-width:540px) {
 #sb-store .journal-stories {grid-template-columns:1fr;gap:26px}
 #sb-store .journal-stories h3 {font-size:22px}
}
#sb-home #main .wrap,
#sb-store:is(.public-page,.content-page,.legal-page) #main .wrap,
#sb-store #main>.article-wrap,
#sb-store #main:has(.game-library) .wrap {width:100%;max-width:1600px;padding-inline:32px;margin-inline:auto;box-sizing:border-box}
#sb-store:is(.public-page,.content-page,.legal-page) .page-head {padding:28px 0 20px}
#sb-store:is(.public-page,.content-page,.legal-page) .page-head>.wrap {padding-block:0}
#sb-store .about-page-wrap {padding-top:28px;padding-bottom:72px}
#sb-store.about-page #main {overflow:clip}
#sb-store.about-page .about-hero {position:relative;isolation:isolate}
#sb-store.about-page .about-hero::before {content:"";position:absolute;z-index:-1;inset:-80px calc((100vw - 100%)/ -2) 0;pointer-events:none;background:linear-gradient(0deg,var(--ah-bg),transparent 28%),linear-gradient(90deg,#060b14b3,#060b1488 50%,transparent 75%),url("/static/img/skillcarry-about-background-left-corrected.webp") center top/cover no-repeat}
#sb-store.about-page .about-hero-copy {text-shadow:0 2px 16px #07111ecc}
html[data-mode="light"] #sb-store.about-page .about-hero::before {background-image:linear-gradient(0deg,var(--ah-bg),transparent 28%),linear-gradient(90deg,#f0f5faee,#f0f5fa77),url("/static/img/skillcarry-about-background-left-corrected.webp")}
html[data-mode="light"] #sb-store.about-page .about-hero-copy {text-shadow:none}
@media(max-width:700px) {
  #sb-store.about-page .about-hero::before {background-image:linear-gradient(0deg,var(--ah-bg),transparent 50%),linear-gradient(90deg,#07111ee6,#07111e99),url("/static/img/skillcarry-about-background-left-corrected.webp");background-position:center top,center top,20% top;background-size:cover,cover,auto 660px;background-repeat:no-repeat}
  html[data-mode="light"] #sb-store.about-page .about-hero::before {background-image:linear-gradient(0deg,var(--ah-bg),transparent 50%),linear-gradient(90deg,#f0f5faf0,#f0f5facc),url("/static/img/skillcarry-about-background-left-corrected.webp")}
}
#sb-store .about-hero {display:grid;grid-template-columns:minmax(0,1.4fr) minmax(300px,.85fr);gap:clamp(32px,5vw,100px);align-items:center;padding:34px 0 64px}
#sb-store .about-eyebrow {display:block;color:var(--ah-neon);font-size:12px;line-height:1.6;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:20px}
#sb-store .about-hero h1 {font-size:clamp(40px,4.7vw,72px);max-width:15ch;margin-bottom:28px}
#sb-store .about-hero .lead {max-width:58ch;font-size:18px;line-height:1.8}
#sb-store .about-actions {display:flex;align-items:center;flex-wrap:wrap;gap:24px;margin-top:32px}
#sb-store .about-text-link {font-weight:650;color:var(--ah-text)}
#sb-store .about-text-link:hover {color:var(--ah-neon)}
#sb-store .about-identity {padding:32px;border:1px solid var(--ah-line-2);border-radius:20px;background:linear-gradient(135deg,var(--ah-neon-soft),transparent 70%),var(--ah-panel);box-shadow:var(--ah-shadow)}
#sb-store .about-identity h2 {font-size:24px;letter-spacing:0;margin-bottom:28px}
#sb-store .about-identity dl {margin:0;display:grid;gap:20px}
#sb-store .about-identity dt {font-size:12px;color:var(--ah-faint);margin-bottom:5px}
#sb-store .about-identity dd {font-size:15px;line-height:1.7;margin:0;color:var(--ah-text);max-width:42ch;overflow-wrap:anywhere}
#sb-store .about-identity a {color:var(--ah-neon)}
#sb-store .about-section {display:grid;grid-template-columns:minmax(200px,.7fr) minmax(0,1.6fr);gap:clamp(32px,6vw,110px);border-top:1px solid var(--ah-line);padding:48px 0}
#sb-store .about-section-heading>span {font-size:12px;color:var(--ah-neon);font-variant-numeric:tabular-nums;display:block;margin-bottom:14px}
#sb-store .about-section h2 {font-size:clamp(24px,2.3vw,34px);max-width:19ch}
#sb-store .about-section-copy {max-width:72ch;font-size:17px;line-height:1.8;color:var(--ah-muted)}
#sb-store .about-section-copy p {margin:0 0 20px}
#sb-store .about-section-copy p:last-child {margin-bottom:0}
#sb-store .about-section-copy strong {color:var(--ah-text)}
#sb-store .about-section-copy a {color:var(--ah-neon);text-decoration:underline;text-underline-offset:4px}
#sb-store .about-section-copy ol {padding-left:24px;margin:0}
#sb-store .about-section-copy li {padding-left:8px;margin-bottom:18px}
#sb-store .about-section-copy li::marker {color:var(--ah-neon);font-weight:650}
#sb-store .hub-reading {display:grid;grid-template-columns:minmax(0,1fr) minmax(230px,.38fr);gap:clamp(32px,4vw,72px);padding:44px 0 40px;margin-top:12px;border-top:1px solid var(--ah-line);align-items:start}
#sb-store .hub-reading-body {max-width:75ch;width:100%;min-width:0}
#sb-store .hub-reading-body>:first-child {margin-top:0}
#sb-store .hub-reading-body :is(h2,h3,h4,h5,h6) {scroll-margin-top:150px}
#sb-store .hub-reading-body table {display:block;max-width:100%;overflow-x:auto}
#sb-store .hub-reading-rail {position:sticky;top:var(--hub-rail-top,125px);border-left:1px solid var(--ah-line);padding-left:24px}
#sb-store .hub-reading-rail[hidden] {display:none}
#sb-store .hub-trust {border:1px solid var(--ah-line);border-radius:16px;padding:26px;background:var(--ah-panel)}
#sb-store .hub-trust h2 {font-size:24px;line-height:1.25;margin:10px 0 24px}
#sb-store .hub-trust ul {list-style:none;padding:0;margin:0 0 24px;display:grid;gap:22px}
#sb-store .hub-trust li {display:flex;gap:14px;align-items:start}
#sb-store .hub-trust li>b {color:var(--ah-neon);font-size:11px;margin-top:4px}
#sb-store .hub-trust strong {font-size:14px}
#sb-store .hub-trust p {font-size:12px;line-height:1.6;margin:5px 0 0;color:var(--ah-muted)}
#sb-store .hub-trust .btn {width:100%;font-size:11px}
#sb-store .hub-trust-footer {display:grid;gap:8px;border-top:1px solid var(--ah-line);margin-top:20px;padding-top:16px;font-size:10px;color:var(--ah-faint)}
#sb-store .hub-reading:not(:has(.hub-reading-rail:not([hidden]))) {grid-template-columns:1fr}
#sb-store .hub-reading-contents summary {font-size:13px;color:var(--ah-text);font-weight:700;padding:0 0 18px;list-style:none;cursor:default}
#sb-store .hub-reading-contents ol {list-style:none;padding:0;margin:0;display:grid;gap:3px}
#sb-store .hub-reading-contents ol ol {padding-left:15px;border-left:1px solid var(--ah-line);margin:4px 0 8px 8px}
#sb-store .hub-reading-contents a {display:block;color:var(--ah-muted);font-size:13px;line-height:1.5;padding:7px 0}
#sb-store .hub-reading-contents a:hover,#sb-store .hub-reading-contents a[aria-current] {color:var(--ah-neon)}
@media(max-width:1000px) {
 #sb-store .about-hero {grid-template-columns:minmax(0,1.2fr) minmax(260px,1fr);gap:28px}
 #sb-store .about-identity {padding:24px}
 #sb-store .hub-reading {grid-template-columns:1fr;gap:24px}
 #sb-store .hub-reading-rail {position:static;border:1px solid var(--ah-line);border-radius:12px;padding:20px}
 #sb-store .hub-reading-contents summary {cursor:pointer;padding:0;list-style:revert}
 #sb-store .hub-reading-contents[open] summary {padding-bottom:14px}
 #sb-store .hub-reading-body {max-width:none}
}
@media(max-width:700px) {
 #sb-home #main .wrap,#sb-store:is(.public-page,.content-page,.legal-page) #main .wrap,#sb-store #main>.article-wrap,#sb-store #main:has(.game-library) .wrap {padding-inline:20px}
 #sb-store .about-hero {grid-template-columns:1fr;padding:18px 0 36px;gap:32px}
 #sb-store .about-hero h1 {font-size:40px}
 #sb-store .about-hero .lead {font-size:16px}
 #sb-store .about-section {grid-template-columns:1fr;gap:8px;padding:30px 0}
 #sb-store .about-section h2 {max-width:none;font-size:25px}
 #sb-store .about-section-copy {font-size:16px}
 #sb-store .about-actions {gap:18px}
}
