.access-hero { position: relative; isolation: isolate; overflow-x: clip; max-width: 100%; padding: 24px 24px 24px; text-align: center; }
.access-hero::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  background: radial-gradient(ellipse at 28% 53%,var(--panel),var(--clear) 50%),radial-gradient(ellipse at 75% 47%,var(--halo-lilac),var(--clear) 58%),linear-gradient(180deg,var(--bg) 5%,var(--halo-blue) 76%,var(--bg) 100%);
}
.hero-intro { position: relative; z-index: 1; }
.eyebrow { margin: 0; display: inline-flex; align-items: center; gap: 8px; color: var(--accent-dark); font-size: var(--tiny-size); line-height: 24px; letter-spacing: .08em; }
.eyebrow-dot { width: 6px; height: 6px; flex-shrink: 0; border-radius: var(--round); background: var(--accent); box-shadow: 0 0 0 4px var(--mention-bg); }
.hero-actions { display: flex; justify-content: center; gap: 12px; }
.hero-description { margin: 20px 0 12px; font-size: var(--body-size); line-height: 1.5; color: var(--muted); }
.hero-description strong { font-weight: var(--medium); color: var(--text); }
.trust-line { display: flex; justify-content: center; align-items: center; gap: 24px; margin: 0; padding: 0; list-style: none; font-size: var(--small-size); line-height: 24px; color: var(--muted); }
.trust-line li { display: flex; gap: 7px; align-items: center; white-space: nowrap; }
.trust-line svg { color: var(--accent); }
.access-stage { position: relative; width: min(100%,960px); height: 376px; margin: 24px auto 0; text-align: left; }
.platform-plinth { position: relative; width: 800px; max-width: calc(100% - 96px); height: 312px; margin: 0 auto; padding: 12px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--panel-gradient); box-shadow: inset 0 1px 0 var(--white),var(--shadow-panel); }
.platform-plinth::after { content: ''; position: absolute; inset: 12px 28px -7px; z-index: -1; border-radius: var(--radius); background: var(--border); opacity: .48; }
.editor-surface { height: 260px; padding: 20px 24px; border: 1px solid var(--cream-edge); border-radius: var(--radius); background: var(--cream-gradient); box-shadow: inset 0 1px 0 var(--white),0 3px 8px var(--shadow-close); }
.editor-chrome { display: flex; justify-content: space-between; align-items: center; color: var(--muted); font-size: var(--tiny-size); line-height: 20px; }
.chrome-title { display: flex; align-items: center; gap: 8px; letter-spacing: .04em; }
.chrome-caption { font-family: var(--mono); font-size: var(--micro-size); letter-spacing: .025em; }
.editor-prompt { font-size: var(--prompt-size); line-height: 1.65; margin: 16px 0; color: var(--text); letter-spacing: -.02em; }
.platform-mention { display: inline-flex; align-items: center; gap: 7px; padding: 0 8px; background: var(--mention-bg); border-radius: var(--radius); color: var(--accent-dark); font-size: var(--body-size); vertical-align: baseline; }
.platform-mention:hover { text-decoration: underline; text-underline-offset: 4px; }
.region-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.region-tag { padding: 5px 11px; background: var(--cream-inset); border: 1px solid var(--cream-edge); border-radius: var(--radius); font-size: var(--small-size); line-height: 20px; color: var(--muted); }
.region-tag::before { content: '@'; color: var(--accent); margin-right: 3px; font-family: var(--mono); }
.editor-bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 16px; }
.coverage-block { padding: 8px 12px; border: 1px solid var(--cream-edge); border-radius: var(--radius); background: var(--cream-inset); font-size: var(--small-size); }
.coverage-block strong { font-family: var(--mono); font-weight: var(--medium); color: var(--accent-dark); }
.launch-link { width: 44px; height: 44px; display: grid; place-items: center; flex-shrink: 0; border-radius: var(--round); background: var(--accent); color: var(--white); box-shadow: inset 0 1px 0 var(--cream-inset),0 4px 8px var(--shadow); }
.launch-link:hover { color: var(--white); background: var(--accent-dark); }
.plinth-caption { display: flex; align-items: center; justify-content: space-between; gap: 12px; height: 26px; padding: 8px 8px 0; color: var(--muted); font-size: var(--tiny-size); }
.plinth-caption span { white-space: nowrap; }
.plinth-caption span:first-child { color: var(--accent-dark); }
.helper-pill { position: absolute; display: flex; align-items: center; justify-content: center; gap: 12px; padding: 10px 16px; border-radius: var(--pill); border: 1px solid var(--border); background: linear-gradient(130deg,var(--panel),var(--recess)); box-shadow: inset 0 1px 0 var(--white),var(--shadow-float); color: var(--accent-dark); font-size: var(--small-size); white-space: nowrap; }
.helper-import { left: 28px; bottom: 12px; transform: rotate(-2deg); }
.helper-guide { right: 40px; bottom: 0; transform: rotate(2deg); }
.mini-platforms { display: flex; padding-left: 0; }
.mini-platforms span { display: grid; place-items: center; width: 26px; height: 26px; border-radius: var(--radius); border: 1px solid var(--panel); background: var(--accent); color: var(--panel); }
.mini-platforms span + span { margin-left: -5px; background: var(--accent-dark); }
.helper-arrow { color: var(--muted); }
.identity-wall { max-width: 800px; margin: 20px auto 0; color: var(--muted); }
.identity-row { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); align-items: center; list-style: none; margin: 0; padding: 0; }
.identity-row li { min-width: 0; display: flex; align-items: center; justify-content: center; gap: 10px; font-size: var(--small-size); line-height: 24px; }
.platform-row svg { color: var(--accent-dark); width: 23px; height: 23px; }
.wall-divider { display: grid; grid-template-columns: repeat(4,1fr); padding-inline: 10%; height: 30px; align-items: center; }
.wall-divider span { position: relative; display: block; width: 11px; height: 11px; justify-self: center; }
.wall-divider span::before,.wall-divider span::after { content: ''; position: absolute; background: var(--border); }
.wall-divider span::before { width: 11px; height: 1px; top: 5px; left: 0; }
.wall-divider span::after { width: 1px; height: 11px; top: 0; left: 5px; }
.flag { width: 27px; height: 18px; border-radius: var(--flag-radius); overflow: hidden; box-shadow: 0 0 0 1px var(--hairline); }
.flag-white { fill: var(--flag-white); }
.sg-red { fill: var(--sg-red); }
.hk-red { fill: var(--hk-red); }
.jp-red { fill: var(--jp-red); }
.us-red { fill: var(--us-red); }
.us-blue { fill: var(--us-blue); }
.nl-red { fill: var(--nl-red); }
.nl-blue { fill: var(--nl-blue); }
.us-stripes { fill: none; stroke: var(--us-red); stroke-width: 1.54; }

.tab-set { min-width: 0; }
.tab-set [role="tablist"] { display: flex; gap: 8px; padding: 8px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--recess); max-width: 100%; overflow-x: auto; }
.tab-set [role="tab"] { flex-shrink: 0; min-height: 44px; padding: 8px 20px; border: 1px solid var(--clear); border-radius: var(--radius); background: var(--clear); color: var(--muted); font-size: var(--small-size); }
.tab-set [role="tab"][aria-selected="true"] { color: var(--accent-dark); background: var(--panel); border-color: var(--border); box-shadow: var(--shadow-inset),0 3px 8px var(--shadow-close); }
.tab-set [role="tabpanel"] { min-width: 0; padding-top: var(--space-3); }
.toc-tabs { position: sticky; top: var(--toc-offset); z-index: 10; display: flex; gap: 8px; max-width: 100%; overflow-x: auto; padding: 8px; background: var(--panel); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-inset),0 6px 16px var(--shadow-close); -webkit-overflow-scrolling: touch; }
.toc-tabs a { display: inline-flex; flex-shrink: 0; align-items: center; min-height: 44px; padding: 8px 16px; border-radius: var(--radius); color: var(--muted); font-size: var(--small-size); }
.toc-tabs a.is-current { color: var(--accent-dark); background: var(--recess); box-shadow: var(--shadow-inset); }
.toc-tabs.toc-static { position: static; }
body:has(.toc-tabs) section[id] { scroll-margin-top: var(--toc-clearance); }
.scene-desk { display: grid; grid-template-columns: 184px minmax(0,1fr); gap: var(--space-6); align-items: start; }
.scene-index { position: sticky; top: var(--space-3); display: grid; gap: 4px; padding-block: 8px; }
.scene-index a { display: flex; align-items: center; min-height: 44px; padding: 8px 12px; font-size: var(--small-size); color: var(--muted); border-left: 1px solid var(--border); }
.scene-index a:hover { color: var(--accent-dark); border-left-color: var(--accent); background: var(--soft-panel); }
.scene-body { min-width: 0; }
.rule-section { border-top: 1px solid var(--border); padding-top: var(--space-4); padding-bottom: var(--space-5); }
.product-spread { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: var(--space-4); align-items: center; margin-block: var(--space-4); }
.product-spread > * { min-width: 0; }
.layer-stage { position: relative; isolation: isolate; padding: 16px 16px 40px; background: var(--recess); border-radius: var(--radius); border: 1px solid var(--border); }
.layer-window { border: 1px solid var(--border); border-radius: var(--radius); background: var(--panel); padding: var(--space-3); box-shadow: var(--shadow-panel); }
.layer-window + .layer-window { position: relative; margin: -8px 0 0 24px; background: var(--cream-gradient); border-color: var(--cream-edge); }
.window-heading { padding-bottom: var(--space-2); margin-bottom: var(--space-2); border-bottom: 1px solid var(--border); color: var(--accent-dark); font-size: var(--small-size); }
.step-list { margin: 0; padding-left: 24px; }
.step-list li { padding-left: 8px; margin-block: 8px; }
.faq-list { border-top: 1px solid var(--border); }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item summary { position: relative; padding: 24px 40px 24px 0; list-style: none; cursor: pointer; font-size: var(--body-size); font-weight: var(--medium); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; position: absolute; right: 8px; top: 24px; color: var(--accent); }
.faq-item[open] summary::after { content: '−'; }
.faq-item > div { padding-bottom: 24px; color: var(--muted); }
.plan-card { position: relative; display: flex; flex-direction: column; gap: 16px; min-width: 0; padding: var(--space-4); border: 1px solid var(--border); border-radius: var(--radius); background: var(--panel-gradient); box-shadow: var(--shadow-inset),0 12px 28px var(--shadow); }
.plan-card.is-current { border-color: var(--accent); box-shadow: inset 0 0 0 1px var(--accent),var(--shadow-panel); }
.plan-card h3,.plan-card p { margin: 0; }
.plan-card .btn { margin-top: auto; }
.plan-period { color: var(--muted); font-size: var(--small-size); }
.plan-price { font-family: var(--mono); font-size: var(--price-size); line-height: 1.2; font-variant-numeric: tabular-nums; color: var(--accent-dark); }
.plan-price small { font-family: var(--body); color: var(--muted); }
.plan-rules { margin: 0; padding-left: 20px; color: var(--muted); font-size: var(--small-size); }
.plan-rules li + li { margin-top: 8px; }
.badge,.tag { display: inline-flex; align-items: center; gap: 8px; max-width: 100%; padding: 4px 10px; border-radius: var(--radius); border: 1px solid var(--border); background: var(--recess); color: var(--accent-dark); font-size: var(--tiny-size); overflow-wrap: anywhere; white-space: normal; }
.badge-best { align-self: flex-start; background: var(--cream); border-color: var(--cream-edge); color: var(--warn); }
.badge-success { color: var(--success); }
.badge-warning { color: var(--warn); }
.badge-error { color: var(--error); }
.table-scroll { display: block; width: 100%; max-width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; border: 1px solid var(--border); border-radius: var(--radius); background: var(--panel); }
.data-table { width: 100%; min-width: 640px; border-collapse: collapse; text-align: left; font-size: var(--small-size); }
.data-table caption { text-align: left; padding: 16px; color: var(--text); font-weight: var(--medium); }
.data-table th,.data-table td { padding: 16px 20px; border-bottom: 1px solid var(--border); vertical-align: top; }
.data-table th { background: var(--recess); color: var(--text); font-weight: var(--medium); }
.data-table tbody th { background: var(--panel); }
.data-table tbody tr:last-child > * { border-bottom: 0; }
.data-table .region-heading th { background: var(--cream); color: var(--text); }
.prose > .data-table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; max-width: 100%; min-width: 0; }
.platform-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 16px; }
.platform-card { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; gap: 16px; padding: 24px 16px; background: var(--panel); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-inset),0 8px 16px var(--shadow-close); }
.platform-card > svg { width: 32px; height: 32px; color: var(--accent-dark); }
.platform-card h3 { font-size: var(--body-size); margin: 0; }
.platform-card .btn { width: 100%; font-size: var(--small-size); padding-inline: 8px; margin-top: auto; }
.article-card { min-width: 0; display: flex; flex-direction: column; gap: 16px; padding: var(--space-3); border-top: 3px solid var(--accent); border-bottom: 1px solid var(--border); background: linear-gradient(180deg,var(--soft-panel),var(--clear)); }
.article-card h3 { font-size: var(--h3-size); margin: 0; }
.article-card p { color: var(--muted); margin: 0; font-size: var(--small-size); }
.article-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; color: var(--muted); font-size: var(--tiny-size); }
.article-card > a:last-child { display: inline-flex; align-items: center; min-height: 28px; margin-top: auto; color: var(--accent-dark); font-size: var(--small-size); }
.article-mast { border-top: 4px solid var(--accent); border-bottom: 1px solid var(--border); padding-top: var(--space-3); padding-bottom: var(--space-4); }
.article-mast h1 { font-size: var(--h2-size); text-align: left; margin-top: var(--space-3); }
.callout { margin: var(--space-3) 0; padding: var(--space-3); border-left: 3px solid var(--accent); border-radius: var(--radius); background: var(--cream-gradient); color: var(--text); box-shadow: var(--shadow-inset); }
.callout p:last-child { margin-bottom: 0; }
.end-promo { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px; padding: var(--space-4); border: 1px solid var(--accent); border-radius: var(--radius); color: var(--panel); background: var(--accent-dark); box-shadow: var(--shadow-panel); }
.end-promo > div { flex: 1 1 280px; min-width: 0; }
.end-promo p { margin: 8px 0 0; }
.end-promo .btn-primary { background: var(--cream); border-color: var(--cream-edge); color: var(--accent-dark); }
.end-promo .btn-primary:hover { background: var(--cream-light); }
.promo-brand { font-size: var(--h3-size); font-weight: var(--medium); }
.preview-intro { border-top: 1px solid var(--border); margin-bottom: var(--space-4); padding-top: var(--space-3); color: var(--muted); font-size: var(--small-size); }
.swatch-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(160px,1fr)); gap: 16px; }
.swatch { margin: 0; padding: 8px; background: var(--panel); border: 1px solid var(--border); border-radius: var(--radius); min-width: 0; }
.swatch-sample { display: block; height: 64px; border: 1px solid var(--border); border-radius: var(--radius); margin-bottom: 8px; }
.swatch figcaption { font-size: var(--tiny-size); font-family: var(--mono); overflow-wrap: anywhere; }
.swatch-sample[data-color="bg"] { background: var(--bg); }
.swatch-sample[data-color="panel"] { background: var(--panel); }
.swatch-sample[data-color="recess"] { background: var(--recess); }
.swatch-sample[data-color="border"] { background: var(--border); }
.swatch-sample[data-color="accent"] { background: var(--accent); }
.swatch-sample[data-color="accent-dark"] { background: var(--accent-dark); }
.swatch-sample[data-color="cream"] { background: var(--cream); }
.swatch-sample[data-color="text"] { background: var(--text); }
.swatch-sample[data-color="muted"] { background: var(--muted); }
.swatch-sample[data-color="success"] { background: var(--success); }
.swatch-sample[data-color="warn"] { background: var(--warn); }
.swatch-sample[data-color="error"] { background: var(--error); }
.swatch-sample[data-color="white"] { background: var(--white); }
.swatch-sample[data-color="clear"] { background: var(--clear); }
.swatch-sample[data-color="halo-blue"] { background: var(--halo-blue); }
.swatch-sample[data-color="halo-lilac"] { background: var(--halo-lilac); }
.swatch-sample[data-color="cream-light"] { background: var(--cream-light); }
.swatch-sample[data-color="cream-edge"] { background: var(--cream-edge); }
.swatch-sample[data-color="cream-inset"] { background: var(--cream-inset); }
.swatch-sample[data-color="highlight"] { background: var(--highlight); }
.swatch-sample[data-color="soft-panel"] { background: var(--soft-panel); }
.swatch-sample[data-color="hairline"] { background: var(--hairline); }
.swatch-sample[data-color="shadow"] { background: var(--shadow); }
.swatch-sample[data-color="shadow-close"] { background: var(--shadow-close); }
.swatch-sample[data-color="mention-bg"] { background: var(--mention-bg); }
.swatch-sample[data-color="veil"] { background: var(--veil); }
.swatch-sample[data-color="flag-white"] { background: var(--flag-white); }
.swatch-sample[data-color="sg-red"] { background: var(--sg-red); }
.swatch-sample[data-color="hk-red"] { background: var(--hk-red); }
.swatch-sample[data-color="jp-red"] { background: var(--jp-red); }
.swatch-sample[data-color="us-red"] { background: var(--us-red); }
.swatch-sample[data-color="us-blue"] { background: var(--us-blue); }
.swatch-sample[data-color="nl-red"] { background: var(--nl-red); }
.swatch-sample[data-color="nl-blue"] { background: var(--nl-blue); }
.type-sample { padding-block: 24px; border-bottom: 1px solid var(--border); }
.type-sample:last-child { border-bottom: 0; }
@media (min-width:1500px) {
  .access-hero { padding-top: 40px; }
  .access-stage { margin-top: 32px; }
}
@media (max-width:980px) {
  .helper-import { left: 0; }
  .helper-guide { right: 0; }
  .platform-plinth { max-width: calc(100% - 32px); }
  .platform-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .scene-desk { grid-template-columns: minmax(0,1fr); gap: 24px; }
  .scene-index { position: static; display: flex; overflow-x: auto; max-width: 100%; }
  .scene-index a { flex-shrink: 0; border-left: 0; border-bottom: 1px solid var(--border); }
}
@media (max-width:640px) {
  .access-hero { padding: 16px 16px 20px; }
  .hero-description { font-size: var(--body-size); max-width: 360px; margin: 16px auto 8px; line-height: 1.5; }
  .trust-line { flex-wrap: wrap; gap: 8px; justify-content: center; font-size: var(--tiny-size); line-height: 20px; }
  .trust-line li { gap: 3px; white-space: normal; }
  .trust-line svg { width: 13px; height: 13px; }
  .access-stage { height: auto; margin-top: 20px; display: flex; flex-wrap: wrap; gap: 12px 8px; max-width: 100%; }
  .platform-plinth { width: 100%; max-width: 100%; height: auto; padding: 8px; }
  .editor-surface { height: auto; padding: 14px 12px; }
  .chrome-caption { display: none; }
  .editor-prompt { font-size: var(--body-size); line-height: 1.65; margin: 12px 0; }
  .platform-mention { font-size: var(--root-size); gap: 4px; padding: 0 5px; }
  .region-tags { gap: 5px; justify-content: space-between; }
  .region-tag { font-size: var(--tiny-size); padding: 4px 6px; }
  .editor-bottom { margin-top: 12px; gap: 8px; }
  .coverage-block { padding: 8px; font-size: var(--tiny-size); }
  .launch-link { width: 40px; height: 40px; }
  .plinth-caption { height: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 5px; padding: 10px 2px 4px; font-size: var(--micro-size); }
  .plinth-caption span { white-space: normal; }
  .plinth-caption span:first-child { grid-column: 1/-1; }
  .plinth-caption span:last-child { text-align: right; }
  .helper-pill { position: static; transform: none; flex: 1; min-width: 0; padding: 7px 8px; gap: 6px; font-size: var(--tiny-size); }
  .mini-platforms span { width: 23px; height: 23px; }
  .mini-platforms svg { width: 14px; height: 14px; }
  .helper-arrow { display: none; }
  .identity-wall { margin-top: 20px; }
  .identity-row li { flex-direction: column; gap: 5px; font-size: var(--small-size); line-height: 20px; }
  .platform-row svg { width: 21px; height: 21px; }
  .wall-divider { height: 22px; }
  .platform-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .product-spread { grid-template-columns: minmax(0,1fr); }
  .plan-card,.end-promo { padding: 24px; }
  .layer-window { padding: 16px; }
  .layer-window + .layer-window { margin-left: 8px; }
}
@media (max-width:359px) {
  .helper-pill { gap: 4px; padding-inline: 6px; }
  .mini-platforms span { width: 18px; height: 23px; }
  .trust-line { gap: 4px; }
  .trust-line svg { display: none; }
}