:root {
  --bg: #05080C;
  --bg-2: #070B11;
  --bg-3: #080C12;
  --bg-footer: #04070A;
  --bg-raise: rgba(255,255,255,.04);
  --text: #E8EDF3;
  --text-strong: #F2F6FA;
  --text-hero: #DCEBFF;
  --muted: #9FACBB;
  --muted-2: #AEBAC8;
  --muted-3: #8A96A6;
  --dim: #7C8899;
  --dim-2: #737F90;                                                                                                                                                                                                    
  --dim-3: #7C8899;                                                                                                           
  --rule: rgba(255,255,255,.10);
  --rule-2: rgba(255,255,255,.12);
  --rule-3: rgba(255,255,255,.22);
  --rule-4: rgba(255,255,255,.35);
  --ac: #4DA3FF;
  --ac-hover: #8FC4FF;
  --ac-text: #A8CDFF;
  --ac-soft: rgba(77,163,255,.14);
  --ac-soft-2: rgba(77,163,255,.30);
  --ac-glow: rgba(77,163,255,.26);
  --on-ac: #04080E;
  --line: #06C755;
  --line-hover: #05B34C;
  --line-on: #04080E;
  --line-mark: #FFFFFF;
  --led-red: #FF4D5E;
  --led-green: #35E0A1;
  --led-blue: #4DA3FF;
  --led-violet: #B084FF;
  --led-white: #EEF2F5;
  --glow-a: .32;
  --warn: #FF4D5E;
  --warn-soft: rgba(255,77,94,.10);
  --danger: #FF4D5E;
  --ok: #35E0A1;
  --scrim: rgba(5,8,12,.86);
  --track-ja: .02em;
  --mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, 'Noto Sans JP', monospace;
  --sans: 'Noto Sans JP', 'JetBrains Mono', system-ui, -apple-system, "Hiragino Sans", "Yu Gothic", sans-serif;
  --wrap: 1560px;
  --pad: 40px;
  --hdr: 66px;
  --ap: running;
  color-scheme: dark;
}
:root[data-theme="light"] {
  --bg: #F5F7FA;
  --bg-2: #EEF2F6;
  --bg-3: #FFFFFF;
  --bg-footer: #E9EDF2;
  --bg-raise: rgba(10,20,30,.04);
  --text: #0E1520;
  --text-strong: #0A1018;
  --text-hero: #0B1A2E;
  --muted: #4A5666;
  --muted-2: #3E4A5A;
  --muted-3: #5B6774;
  --dim: #59646F;                                                                                                                                                                                                                                                                                      
  --dim-2: #5B6774;                                                                                      
  --dim-3: #6B7787;                                                                                    
  --rule: rgba(10,20,30,.10);
  --rule-2: rgba(10,20,30,.14);
  --rule-3: rgba(10,20,30,.24);
  --rule-4: rgba(10,20,30,.38);
  --ac: #185FBE;                                                                                                                                                                                                                                                                                                                         
  --ac-hover: #1559B3;
  --ac-text: #1559B3;
  --ac-soft: rgba(31,111,214,.10);
  --ac-soft-2: rgba(31,111,214,.22);
  --ac-glow: rgba(31,111,214,.14);
  --on-ac: #FFFFFF;
  --led-white: #C9D2DB;
  --glow-a: .16;
  --warn: #B42935;                                                                                                                                                                                                                            
  --warn-soft: rgba(200,50,63,.08);
  --danger: #B42935;                              
  --ok: #0F7050;                                                                             
  --scrim: rgba(245,247,250,.88);
  color-scheme: light;
}
:root[data-accent="rosa"] {
  --ac: #FF4FA8; --ac-hover: #FF85C2; --ac-text: #FFA3D2;
  --ac-soft: rgba(255,79,168,.14); --ac-soft-2: rgba(255,79,168,.30); --ac-glow: rgba(255,79,168,.26);
}
:root[data-accent="verdigris"] {
  --ac: #43B3AE; --ac-hover: #6FD0CB; --ac-text: #8FDEDA;
  --ac-soft: rgba(67,179,174,.14); --ac-soft-2: rgba(67,179,174,.30); --ac-glow: rgba(67,179,174,.26);
}
:root[data-accent="celadon"] {
  --ac: #98D3C0; --ac-hover: #B4E2D4; --ac-text: #C8EBE0;
  --ac-soft: rgba(152,211,192,.14); --ac-soft-2: rgba(152,211,192,.30); --ac-glow: rgba(152,211,192,.26);
}
:root[data-accent="sumire"] {
  --ac: #A16BFF; --ac-hover: #BE95FF; --ac-text: #CFB0FF;
  --ac-soft: rgba(161,107,255,.14); --ac-soft-2: rgba(161,107,255,.30); --ac-glow: rgba(161,107,255,.26);
}
:root[data-accent="lavender"] {
  --ac: #CBB3FF; --ac-hover: #DCCBFF; --ac-text: #E6DBFF;
  --ac-soft: rgba(203,179,255,.14); --ac-soft-2: rgba(203,179,255,.30); --ac-glow: rgba(203,179,255,.26);
}
:root[data-theme="light"][data-accent="rosa"] {
  --ac: #A8005E; --ac-hover: #930052; --ac-text: #930052;
  --ac-soft: rgba(168,0,94,.10); --ac-soft-2: rgba(168,0,94,.22); --ac-glow: rgba(168,0,94,.14);
}
:root[data-theme="light"][data-accent="verdigris"] {
  --ac: #0E6E6A; --ac-hover: #0C615D; --ac-text: #0C615D;
  --ac-soft: rgba(14,110,106,.10); --ac-soft-2: rgba(14,110,106,.22); --ac-glow: rgba(14,110,106,.14);
}
:root[data-theme="light"][data-accent="celadon"] {
  --ac: #25705A; --ac-hover: #1F6450; --ac-text: #1F6450;
  --ac-soft: rgba(37,112,90,.10); --ac-soft-2: rgba(37,112,90,.22); --ac-glow: rgba(37,112,90,.14);
}
:root[data-theme="light"][data-accent="sumire"] {
  --ac: #5B2FC4; --ac-hover: #5028AF; --ac-text: #5028AF;
  --ac-soft: rgba(91,47,196,.10); --ac-soft-2: rgba(91,47,196,.22); --ac-glow: rgba(91,47,196,.14);
}
:root[data-theme="light"][data-accent="lavender"] {
  --ac: #8A3E9E; --ac-hover: #7A368B; --ac-text: #7A368B;
  --ac-soft: rgba(138,62,158,.10); --ac-soft-2: rgba(138,62,158,.22); --ac-glow: rgba(138,62,158,.14);
}
.acc-sw[data-acc=""]          { --sw: #4DA3FF; }
.acc-sw[data-acc="rosa"]      { --sw: #FF4FA8; }
.acc-sw[data-acc="verdigris"] { --sw: #43B3AE; }
.acc-sw[data-acc="celadon"]   { --sw: #98D3C0; }
.acc-sw[data-acc="sumire"]    { --sw: #A16BFF; }
.acc-sw[data-acc="lavender"]  { --sw: #CBB3FF; }
:root[data-theme="light"] .acc-sw[data-acc=""]          { --sw: #185FBE; }
:root[data-theme="light"] .acc-sw[data-acc="rosa"]      { --sw: #A8005E; }
:root[data-theme="light"] .acc-sw[data-acc="verdigris"] { --sw: #0E6E6A; }
:root[data-theme="light"] .acc-sw[data-acc="celadon"]   { --sw: #25705A; }
:root[data-theme="light"] .acc-sw[data-acc="sumire"]    { --sw: #5B2FC4; }
:root[data-theme="light"] .acc-sw[data-acc="lavender"]  { --sw: #8A3E9E; }
@media (prefers-reduced-motion: reduce) { :root { --ap: paused; } }
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: calc(var(--hdr) + 16px); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
::selection { background: var(--ac-soft-2); }
a { color: var(--ac); text-decoration: none; }
a:hover { color: var(--ac-text); }
.copy a, .faq .a a, .notice a, .dl dd a, .lb a, p a { text-decoration: underline; text-underline-offset: .18em; text-decoration-thickness: 1px; }
.btn, a.card, .nav a, .ftr-map a, .ftr-links a, .sec-link, .consult, a.d-item { text-decoration: none; }
img, video, svg { max-width: 100%; height: auto; }
img { display: block; }
h1, h2, h3, h4 { margin: 0; font-weight: 500; line-height: 1.3; letter-spacing: .04em; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
strong { font-weight: 500; color: var(--text-strong); }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
table { border-collapse: collapse; width: 100%; }
[hidden] { display: none !important; }
.mono { font-family: var(--mono); word-spacing: -.25em; }
.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; }
.skip { position: absolute; left: 8px; top: -60px; background: var(--ac); color: var(--on-ac); padding: 8px 12px; font-family: var(--mono); word-spacing: -.25em; font-size: 15px; letter-spacing: .08em; z-index: 200; }
.skip:focus { top: 8px; }
:focus-visible { outline: 2px solid var(--ac); outline-offset: 2px; }
main:focus { outline: none; }
html[data-lang="ja"] [data-copy="en"] { display: none !important; }
html[data-lang="ja"] body { line-break: strict; }
html[data-lang="ja"] .lead, html[data-lang="ja"] .lb-body, html[data-lang="ja"] h1, html[data-lang="ja"] h2 { word-break: keep-all; }
html[data-lang="en"] [data-copy="ja"] { display: none !important; }
html[data-lang="en"] body { font-weight: 400; }
html[data-lang="en"] .nav a .en { font-size: 15px; color: currentColor; margin-top: 0; letter-spacing: .05em; }
html[data-lang="en"] .consult .en { opacity: 1; }
html[data-lang="en"] .lang [data-set-lang="en"] { color: var(--text); }
html[data-lang="en"] .lang [data-set-lang="ja"] { color: var(--dim); }
html[data-lang="ja"] .lang [data-set-lang="ja"] { color: var(--text); }
html[data-lang="ja"] .lang [data-set-lang="en"] { color: var(--dim); }
.lang [aria-pressed="true"] { text-decoration: underline; text-underline-offset: 3px; }
html { scroll-padding-top: calc(var(--hdr) + 16px); }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--pad); }
.page-reading main .wrap { max-width: 1200px; }
.band { }
.band-2 { background: var(--bg-2); }
.ic { display: inline-flex; flex: 0 0 auto; line-height: 0; color: var(--ac); }
.ic svg { display: block; }
.hdr { background: var(--bg); position: sticky; top: 0; z-index: 100; }
.hdr-in { height: var(--hdr); display: flex; align-items: center; gap: 36px; }
.brand { display: block; color: var(--text); flex: 0 0 auto; }
.brand:hover { color: var(--text); }
.brand-mark { display: block; height: 26px; width: auto; color: var(--text); }
.brand-sub { font-family: var(--mono); word-spacing: -.25em; font-size: 13px; letter-spacing: .15em; color: var(--dim); margin-top: 6px; white-space: nowrap; }
.nav { display: flex; align-items: flex-end; gap: 22px; margin-left: auto; flex: 0 0 auto; }
.nav a { display: block; text-align: center; color: var(--muted-2); padding-bottom: 3px; border-bottom: 2px solid transparent; }
.nav a:hover { color: var(--text); border-bottom-color: var(--rule-3); }
.nav a[aria-current="page"] { color: var(--text); border-bottom-color: var(--ac); }
.nav a[aria-current="true"] { color: var(--text); border-bottom-color: var(--rule-3); }
.nav a .jp { font-size: 15px; letter-spacing: .03em; white-space: nowrap; display: block; }
.nav a .en { font-family: var(--mono); word-spacing: -.25em; font-size: 13px; letter-spacing: .12em; color: var(--dim); margin-top: 5px; white-space: nowrap; display: block; }
.hdr-tools { display: flex; align-items: center; gap: 18px; flex: 0 0 auto; padding-left: 22px; border-left: 1px solid var(--rule); }
.consult { display: flex; align-items: center; gap: 10px; padding: 10px 16px; font-family: var(--mono); word-spacing: -.25em; font-size: 15px; letter-spacing: .11em; white-space: nowrap; }
.consult .en { opacity: .8; }
:root[data-theme="light"] .consult .en { opacity: 1; }
.lang { display: flex; gap: 8px; font-family: var(--mono); word-spacing: -.25em; font-size: 13px; letter-spacing: .06em; }
.lang button { color: var(--dim); }
.lang .sep { color: var(--dim-3); }
.theme { display: inline-flex; color: var(--dim); }
.theme:hover { color: var(--text); }
.theme .ic { color: currentColor; }
:root[data-theme="light"] .theme .when-dark { display: none; }
:root:not([data-theme="light"]) .theme .when-light { display: none; }
.menu-btn { display: none; color: var(--text); }
.menu-btn .ic { color: currentColor; }
.drawer { display: none; }
body.nav-open .drawer { display: block; }
.drawer { position: fixed; inset: var(--hdr) 0 0 0; background: var(--bg); z-index: 99; overflow-y: auto; border-top: 1px solid var(--rule); }
.drawer-in { padding: 8px var(--pad) 40px; }
.drawer a.d-item { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--rule); color: var(--text); }
.drawer a.d-item[aria-current="page"], .drawer a.d-item[aria-current="true"] { color: var(--ac); border-bottom-color: var(--ac); }
.drawer a.d-item .jp { font-size: 16px; }
.drawer a.d-item .en { font-family: var(--mono); word-spacing: -.25em; font-size: 16px; letter-spacing: .04em; color: var(--text); }
.drawer .d-tools { display: none; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 0; border-bottom: 1px solid var(--rule); }
.drawer .d-tools .d-tools-t { font-size: 16px; color: var(--text); }
html[data-lang="en"] .drawer .d-tools .d-tools-t { font-family: var(--mono); word-spacing: -.25em; letter-spacing: .04em; }
.drawer .d-tools .theme { min-height: 44px; min-width: 44px; display: inline-flex; align-items: center; justify-content: center; }
.drawer .consult { margin-top: 18px; justify-content: center; }
.drawer .d-sub { margin-top: 18px; font-family: var(--mono); word-spacing: -.25em; font-size: 13px; letter-spacing: .15em; color: var(--dim); }
html[data-lang="ja"] .drawer .d-sub { font-family: var(--sans); word-spacing: normal; font-size: 15px; letter-spacing: var(--track-ja); }
.drawer .d-links a { display: block; padding: 8px 0; color: var(--muted-2); font-size: 16px; }
body.nav-open { overflow: hidden; }
.sec-head { display: flex; align-items: baseline; gap: 12px; margin-bottom: 12px; min-width: 0; }
.sec-head h2, .sec-head h1.as-h2 { font-size: 22px; font-weight: 500; letter-spacing: .04em; white-space: nowrap; }
.sec-head.lg h2 { font-size: 22px; }
html[data-lang="en"] .sec-head h2, html[data-lang="en"] .sec-head h1.as-h2, html[data-lang="en"] .sec-head h3 { letter-spacing: .05em; }
.sec-rule { flex: 1; height: 1px; background: var(--rule); min-width: 12px; }
.sec-link { font-family: var(--mono); word-spacing: -.25em; font-size: 13px; letter-spacing: .09em; white-space: nowrap; }
.btn { display: flex; align-items: center; justify-content: space-between; gap: 22px; border: 1px solid var(--rule-3); color: var(--text); padding: 8px 13px; font-size: 15px; line-height: 1.4; }
.btn:hover { background: var(--ac-soft); border-color: var(--ac); color: var(--text); }
.btn .arr { font-family: var(--mono); word-spacing: -.25em; }
.btn.ac { border-color: var(--ac); color: var(--ac); }
.btn.ac:hover { background: var(--ac-soft); color: var(--ac-text); }
.btn.fill { background: var(--ac); border-color: var(--ac); color: var(--on-ac); font-weight: 500; box-shadow: 0 0 26px var(--ac-glow); }
.btn.fill:hover { background: var(--ac-hover); border-color: var(--ac-hover); color: var(--on-ac); }
.btn.inline { display: inline-flex; }
.btn.line, .consult { background: transparent; border: 1.5px solid var(--line); color: var(--text); }
.btn.line:hover, .btn.line:focus-visible, .consult:hover, .consult:focus-visible { background: var(--line); border-color: var(--line); color: var(--line-on); }
.btn.line:active, .consult:active { background: var(--line-hover); border-color: var(--line-hover); color: var(--line-on); }
.ic[data-icon="lineOfficial"] { color: var(--line); }
.btn.line .ic, .consult .ic { color: var(--line); }
.btn.line:hover .ic, .btn.line:focus-visible .ic, .consult:hover .ic, .consult:focus-visible .ic,
.btn.line:active .ic, .consult:active .ic { color: var(--line-mark); }
.btn-row { display: flex; gap: 10px; flex-wrap: wrap; }
.btn-row .btn { flex: 0 0 auto; }
.hero { }
.hero-in { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.15fr) 210px; gap: 36px; min-height: 306px; align-items: center; padding-top: 18px; padding-bottom: 18px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.dot { width: 5px; height: 5px; background: var(--ac); border-radius: 50%; box-shadow: 0 0 9px var(--ac); animation: vk-glow 2.4s ease-in-out infinite; animation-play-state: var(--ap); flex: 0 0 auto; }
.eyebrow-t { font-family: var(--mono); word-spacing: -.25em; font-size: 13px; letter-spacing: .16em; color: var(--muted-3); }
html[data-lang="ja"] .eyebrow-t [data-copy="ja"] { font-family: var(--sans); word-spacing: normal; font-size: 15px; letter-spacing: var(--track-ja); }
.h1 { font-family: var(--mono); word-spacing: -.25em; font-size: 46px; font-weight: 700; line-height: 1.04; letter-spacing: .01em; color: var(--text-hero); white-space: nowrap; text-shadow: 0 0 36px var(--ac-glow); }
.h1 .cursor { color: var(--ac); animation: vk-blink 1.1s step-end infinite; animation-play-state: var(--ap); }
.tagline { font-size: 19px; font-weight: 400; letter-spacing: .02em; margin-top: 10px; color: var(--text-strong); }
.hero-mono { font-family: var(--mono); word-spacing: -.25em; font-size: 15px; letter-spacing: .11em; line-height: 1.7; margin-top: 8px; color: var(--ac); }
.lead { font-size: 15px; line-height: 1.75; margin-top: 12px; max-width: 420px; color: var(--muted-2); text-wrap: pretty; }
.hero-cta { display: flex; gap: 10px; margin-top: 14px; flex-wrap: wrap; }
.hero-cta .btn { padding: 10px 16px; font-size: 16px; }
.stage { position: relative; height: 250px; min-height: 250px; }
.stage-bg { position: absolute; inset: 0; border: 1px solid var(--rule); background: radial-gradient(120% 90% at 58% 42%, #0E1A28 0%, #06090E 72%); overflow: hidden; }
:root[data-theme="light"] .stage-bg { background: radial-gradient(120% 90% at 58% 42%, #DCE6F2 0%, #EEF2F6 72%); }
.stage-bg picture { display: block; width: 100%; height: 100%; }
.stage-bg img, .stage-bg video { width: 100%; height: 100%; object-fit: cover; object-position: 40% 50%; opacity: .92; }
.rings { position: absolute; inset: 0; pointer-events: none; display: grid; place-items: center; }
.rings > div { position: relative; width: 158px; height: 158px; }
.rings span { position: absolute; inset: 0; border: 1px solid var(--ac); border-radius: 50%; opacity: 0; animation: vk-ring 4s ease-out infinite; animation-play-state: var(--ap); }
.rings span:nth-child(2) { animation-delay: 1.33s; }
.rings span:nth-child(3) { animation-delay: 2.66s; }
.scan { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.scan div { height: 1px; background: linear-gradient(90deg, transparent, var(--ac), transparent); animation: vk-scan 7s linear infinite; animation-play-state: var(--ap); }
.stage-cap { position: absolute; left: 0; bottom: 0; background: var(--scrim); border-top: 1px solid var(--rule-2); border-right: 1px solid var(--rule-2); padding: 8px 12px; font-family: var(--mono); word-spacing: -.25em; font-size: 13px; letter-spacing: .12em; color: var(--muted-3); pointer-events: none; }
.tags { display: flex; flex-direction: column; gap: 22px; font-family: var(--mono); word-spacing: -.25em; }
.tags .tick { width: 30px; height: 1px; background: var(--rule-4); margin-bottom: 13px; }
.tags .t1 { font-size: 15px; letter-spacing: .1em; line-height: 1.9; color: var(--muted-2); }
.tags .t2 { font-size: 13px; letter-spacing: .12em; line-height: 2.2; color: var(--dim); }
.tags .t3 { font-size: 13px; letter-spacing: .1em; line-height: 1.9; color: var(--dim); }
.products { padding: 14px 0 16px; }
.pgrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); grid-auto-rows: 1fr; gap: 16px; }
.pcard { border: 1px solid var(--rule-2); background: var(--bg-3); display: flex; flex-direction: column; position: relative; color: var(--text); overflow: hidden; }
.pcard-body { display: flex; flex-direction: column; min-width: 0; flex: 1 1 auto; padding: 13px 13px 12px; }
.pcard > div:not(.pcard-body):not(.pmedia) { display: flex; flex-direction: column; min-width: 0; flex: 1 1 auto; padding: 13px; }
.pcard .stage-sm { margin: 12px 12px 0; }
.pname-row { display: flex; align-items: center; gap: 9px; min-width: 0; }
.pcard:hover { border-color: var(--ac); color: var(--text); }
.pcard .stage-sm { height: 100%; min-height: 74px; display: grid; place-items: center; background: radial-gradient(80% 70% at 50% 50%, var(--led-soft, rgba(77,163,255,.18)), transparent); }
.pcard .stage-sm.shot { background: none; align-self: center; height: auto; min-height: 0; }
.pcard .stage-sm.shot img { display: block; width: 100%; height: auto; border: 1px solid var(--rule-2); background: #06090E; }
.cap { position: relative; width: 88px; height: 24px; border-radius: 12px; background: linear-gradient(180deg, rgba(255,255,255,.2), rgba(255,255,255,.03)); border: 1px solid rgba(255,255,255,.26); box-shadow: inset 0 1px 1px rgba(255,255,255,.3), 0 0 20px var(--led-glow, rgba(77,163,255,.36)); overflow: hidden; }
:root[data-theme="light"] .cap { background: linear-gradient(180deg, rgba(255,255,255,.9), rgba(200,210,222,.6)); border-color: rgba(10,20,30,.22); box-shadow: inset 0 1px 1px rgba(255,255,255,.9), 0 0 16px var(--led-glow, rgba(77,163,255,.2)); }
.cap .led { position: absolute; left: 11px; top: 11px; right: 11px; height: 2px; background: var(--led, var(--ac)); box-shadow: 0 0 10px var(--led, var(--ac)); animation: vk-glow 2.6s ease-in-out infinite; animation-play-state: var(--ap); }
.cap .led.rgb { background: linear-gradient(90deg, #FF4D5E, #B084FF, #4DA3FF, #35E0A1); box-shadow: 0 0 10px rgba(176,132,255,.9); }
.cap .led.none { background: rgba(255,255,255,.28); box-shadow: none; animation: none; }
:root[data-theme="light"] .cap .led.none { background: rgba(10,20,30,.28); }
.cap .glint { position: absolute; left: 7px; top: 5px; width: 30px; height: 4px; border-radius: 2px; background: rgba(255,255,255,.45); filter: blur(1px); }
.cap.disc { width: 34px; height: 34px; border-radius: 50%; }
.cap.disc .led { left: 9px; right: 9px; top: 16px; }
.cap.disc .glint { left: 7px; top: 6px; width: 14px; }
.cap.flex { width: 88px; height: 18px; border-radius: 4px; }
.cap.flex.wide { width: 96px; height: 28px; }
.cap.reader { width: 60px; height: 34px; border-radius: 3px; overflow: visible; }
.cap.reader .led { display: none; }
.cap.reader .glint { left: 6px; top: 5px; width: 20px; }
.cap.reader::after { content: ""; position: absolute; right: -9px; top: 50%; transform: translateY(-50%); width: 10px; height: 14px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.24); border-radius: 1px; }
:root[data-theme="light"] .cap.reader::after { background: rgba(10,20,30,.1); border-color: rgba(10,20,30,.2); }
.pname { font-family: var(--mono); word-spacing: -.25em; font-size: 19px; font-weight: 500; min-width: 0; }
.pcat { font-family: var(--mono); word-spacing: -.25em; font-size: 13px; letter-spacing: .11em; color: var(--ac); margin-top: 6px; }
.pbody { font-size: 15px; line-height: 1.75; color: var(--muted); margin-top: 8px; }
.price { font-family: var(--mono); word-spacing: -.25em; font-size: 16px; margin-top: 9px; }
.price .tax { font-size: 13px; color: var(--dim); margin-left: 6px; font-family: var(--sans); word-spacing: normal; }
.price.sm { font-size: 16px; margin-top: 0; }
.pcard .btn { margin-top: auto; padding: 8px 12px; font-size: 15px; }
.pcard .price { margin-top: 10px; margin-bottom: 11px; }
.pbadge { position: absolute; top: 0; right: 0; z-index: 3; background: var(--ac); color: var(--on-ac); font-family: var(--mono); word-spacing: -.25em; font-size: 13px; letter-spacing: .11em; padding: 5px 8px; }
.pbadge.soft { background: rgba(8,11,16,.84); color: rgba(255,255,255,.76); border-left: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(6px); }
.pmedia { position: relative; display: grid; aspect-ratio: 1; overflow: hidden; border-bottom: 1px solid var(--rule-2); background: #06090E; }
.pmedia > .pframe { grid-area: 1 / 1; display: block; width: 100%; height: 100%; }
.pmedia > .pframe > .chip-blink { display: block; width: 100%; height: 100%; }
.pmedia img { display: block; width: 100%; height: 100%; object-fit: cover; }
.ptags {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 1;
  display: grid; align-items: end;
  padding: 26px 12px 10px;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.62) 78%);
  pointer-events: none;
}
.ptag {
  grid-area: 1 / 1;
  font-family: var(--mono); word-spacing: -.25em; font-size: 13px; letter-spacing: .14em;
  color: rgba(255,255,255,.92);
  text-shadow: 0 1px 8px rgba(0,0,0,.75);
  opacity: 0;
  animation-play-state: var(--ap);
}
.ptags.n2 > .ptag:nth-child(1) { animation: vk-ptag-1of2 9s steps(1, end) infinite; }
.ptags.n2 > .ptag:nth-child(2) { animation: vk-ptag-2of2 9s steps(1, end) infinite; }
.ptags.n3 > .ptag:nth-child(1) { animation: vk-ptag-1of3 13.5s steps(1, end) infinite; }
.ptags.n3 > .ptag:nth-child(2) { animation: vk-ptag-2of3 13.5s steps(1, end) infinite; }
.ptags.n3 > .ptag:nth-child(3) { animation: vk-ptag-3of3 13.5s steps(1, end) infinite; }
@keyframes vk-ptag-1of2 { 0% { opacity: 1 } 43% { opacity: 0 } 97% { opacity: 1 } }
@keyframes vk-ptag-2of2 { 0% { opacity: 0 } 52% { opacity: 1 } 94% { opacity: 0 } }
@keyframes vk-ptag-1of3 { 0% { opacity: 1 } 28% { opacity: 0 } 98% { opacity: 1 } }
@keyframes vk-ptag-2of3 { 0% { opacity: 0 } 36% { opacity: 1 } 62% { opacity: 0 } }
@keyframes vk-ptag-3of3 { 0% { opacity: 0 } 69% { opacity: 1 } 95% { opacity: 0 } }
@media (prefers-reduced-motion: reduce) {
  .ptag { animation: none; opacity: 0; }
  .ptags > .ptag:first-child { opacity: 1; }
}
.pmedia > .pframe:first-child { opacity: 1; }
.pmedia > .pframe:not(:first-child) { opacity: 0; animation-play-state: var(--ap); }
.pmedia.n2 > .pframe:nth-child(2) { animation: vk-pframe-2of2 9s ease-in-out infinite; }
.pmedia.n3 > .pframe:nth-child(2) { animation: vk-pframe-2of3 13.5s ease-in-out infinite; }
.pmedia.n3 > .pframe:nth-child(3) { animation: vk-pframe-3of3 13.5s ease-in-out infinite; }
@keyframes vk-pframe-2of2 { 0% { opacity: 0 } 44% { opacity: 0 } 50% { opacity: 1 } 94% { opacity: 1 } 100% { opacity: 0 } }
@keyframes vk-pframe-2of3 { 0% { opacity: 0 } 29% { opacity: 0 } 33.3% { opacity: 1 } 63% { opacity: 1 } 66.7% { opacity: 0 } 100% { opacity: 0 } }
@keyframes vk-pframe-3of3 { 0% { opacity: 0 } 63% { opacity: 0 } 66.7% { opacity: 1 } 96% { opacity: 1 } 100% { opacity: 0 } }
.pdots { position: relative; display: grid; width: 10px; height: 10px; flex: 0 0 auto; }
.pdot { grid-area: 1 / 1; width: 10px; height: 10px; border-radius: 50%; background: var(--dot, transparent); box-shadow: 0 0 8px var(--dot, transparent); }
.pdot:not(.is-rgb):not([style]) { box-shadow: none; }
.pdot.is-rgb {
  background: #ff2f2f;
  box-shadow: 0 0 9px #ff2f2f;
  animation: vk-rgbfade 7.2s ease-in-out infinite;
}
@keyframes vk-rgbfade {
  0%   { background: #2a1414; box-shadow: 0 0 0 transparent }
  6%   { background: #ff2f2f; box-shadow: 0 0 10px #ff2f2f }
  11%  { background: #3a1616; box-shadow: 0 0 2px #ff2f2f }
  14%  { background: #ff2f2f; box-shadow: 0 0 10px #ff2f2f }
  19%  { background: #3a1616; box-shadow: 0 0 2px #ff2f2f }
  27%  { background: #ffd23a; box-shadow: 0 0 10px #ffd23a }
  36%  { background: #32d74b; box-shadow: 0 0 11px #32d74b }
  46%  { background: #163a1c; box-shadow: 0 0 2px #32d74b }
  52%  { background: #36e0e0; box-shadow: 0 0 10px #36e0e0 }
  60%  { background: #2f7bff; box-shadow: 0 0 12px #2f7bff }
  72%  { background: #14203a; box-shadow: 0 0 2px #2f7bff }
  78%  { background: #1a1a1a; box-shadow: 0 0 0 transparent }
  86%  { background: #c63dff; box-shadow: 0 0 9px #c63dff }
  94%  { background: #ff2f2f; box-shadow: 0 0 8px #ff2f2f }
  100% { background: #2a1414; box-shadow: 0 0 0 transparent }
}
.pdots > .pdot:first-child { opacity: 1; }
.pdots > .pdot:not(:first-child) { opacity: 0; animation-play-state: var(--ap); }
.pdots.n2 > .pdot:nth-child(2) { animation: vk-pframe-2of2 9s ease-in-out infinite; }
.pdots.n3 > .pdot:nth-child(2) { animation: vk-pframe-2of3 13.5s ease-in-out infinite; }
.pdots.n3 > .pdot:nth-child(3) { animation: vk-pframe-3of3 13.5s ease-in-out infinite, vk-rgbfade 7.2s ease-in-out infinite; }
@media (prefers-reduced-motion: reduce) {
  .pmedia > .pframe:not(:first-child), .pdots > .pdot:not(:first-child) { animation: none; opacity: 0; }
  .pdot.is-rgb { animation: none; }
}
.panels { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.panel { padding: 14px 30px 16px; border-right: 1px solid var(--rule); display: flex; flex-direction: column; min-width: 0; }
.panel:first-child { padding-left: 0; }
.panel:last-child { padding-right: 0; border-right: 0; }
.panel-body { flex: 1; display: flex; flex-direction: column; gap: 10px; }
.panel-foot { margin-top: 10px; padding-top: 9px; border-top: 1px solid var(--rule); font-size: 15px; line-height: 1.7; color: var(--muted-3); }
.c-mark { margin-bottom: 12px; color: var(--muted-3); }
.c-mark .mark { display: block; width: 84px; height: 84px; }
.panel > .btn { margin-top: 8px; }
.rail { position: relative; flex: 1; }
.rail-line { position: absolute; left: 26px; top: 6px; bottom: 6px; width: 1px; background: var(--rule); overflow: hidden; }
.rail-line div { height: 26%; width: 1px; background: linear-gradient(180deg, transparent, var(--ac), transparent); animation: vk-tracey 6s linear infinite; animation-play-state: var(--ap); }
.rail-steps { display: flex; flex-direction: column; gap: 10px; }
.step { display: grid; grid-template-columns: 26px auto minmax(0,1fr); gap: 14px; align-items: baseline; }
.step .n { font-family: var(--mono); word-spacing: -.25em; font-size: 15px; color: var(--ac); }
.step .t { font-size: 16px; font-weight: 500; white-space: nowrap; min-width: 62px; }
.step .d { font-size: 15px; color: var(--muted); }
.ilist { display: flex; flex-direction: column; gap: 10px; }
.ilist > li, .ilist > a { display: flex; align-items: center; gap: 13px; font-size: 15px; color: var(--text); }
.ilist > a:hover { color: var(--ac-text); }
.ilist .sub { color: var(--dim); font-size: 15px; margin-left: 4px; }
.ilist.top > li { align-items: flex-start; }
.ilist.top .ic { margin-top: 2px; }
.ilist.top .sub { display: block; margin-left: 0; margin-top: 2px; }
.cl-head { display: flex; align-items: center; gap: 12px; padding-bottom: 12px; border-bottom: 1px solid var(--rule); font-size: 15px; }
.cl { display: block; color: var(--text); }
.cl .cl-name { font-size: 15px; font-weight: 500; margin-bottom: 6px; }
.cl .cl-meta { font-family: var(--mono); word-spacing: -.25em; font-size: 15px; color: var(--muted); }
.cl .cl-meta .tax { font-family: var(--sans); word-spacing: normal; }
.cl .cl-meta .sep { color: var(--dim-3); margin: 0 4px; }
.cl-foot { display: flex; align-items: flex-start; gap: 12px; margin-top: 4px; padding-top: 12px; border-top: 1px solid var(--rule); font-size: 15px; line-height: 1.7; color: var(--muted); }
.cl-foot .ic { margin-top: 2px; }
.ftr { background: var(--bg-footer); }
.ftr-map { padding: 22px 0 18px; display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); gap: 36px; border-bottom: 1px solid var(--rule); }
.ftr-map h2 { font-family: var(--mono); word-spacing: -.25em; font-size: 13px; letter-spacing: .15em; color: var(--dim); font-weight: 500; margin-bottom: 10px; }
.ftr-map a { display: block; font-size: 15px; color: var(--muted-2); padding: 3px 0; }
.ftr-map a:hover { color: var(--ac-text); }
.ftr-brand .brand-mark { height: 22px; width: auto; color: var(--text); }
.ftr-brand p { font-size: 15px; color: var(--muted-3); margin-top: 10px; max-width: 320px; line-height: 1.7; }
.ftr-brand .social { display: flex; gap: 6px; margin-top: 10px; margin-left: -9px; }
.ftr-brand .social a.soc {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; padding: 0; border-radius: 50%;
  color: var(--dim); transition: color .16s ease;
}
.ftr-brand .social a.soc:hover, .ftr-brand .social a.soc:focus-visible { color: var(--ac); }
.ftr-brand .social a.soc:focus-visible { outline: 2px solid var(--ac); outline-offset: -2px; }
.ftr-brand .social .ic { display: inline-flex; }
@media (prefers-reduced-motion: reduce) { .ftr-brand .social a.soc { transition: none; } }
.ftr-in { padding: 12px 0; display: flex; align-items: center; justify-content: space-between; gap: 36px; font-family: var(--mono); word-spacing: -.25em; }
.ftr-co { font-size: 15px; letter-spacing: .1em; color: var(--muted-2); }
.ftr-est { font-size: 13px; letter-spacing: .14em; color: var(--dim-2); margin-top: 7px; }
.ftr-tag { text-align: center; }
.ftr-tag .jp { font-size: 15px; color: var(--muted-3); }
.ftr-tag .en { font-size: 15px; letter-spacing: .15em; color: var(--muted-3); }
.ftr-links { --ftr-sep: 42px; overflow: hidden; max-width: 100%; padding: 3px; margin: -3px;                                                font-size: 13px; letter-spacing: .06em; }
.ftr-links-in { display: flex; flex-wrap: wrap; align-items: center; margin-left: calc(-1 * var(--ftr-sep)); }
.ftr-links-in a { position: relative; margin-left: var(--ftr-sep); }
.ftr-links-in a::before {
  content: "|"; position: absolute; top: 0; bottom: 0; left: calc(-1 * var(--ftr-sep)); width: var(--ftr-sep);
  display: flex; align-items: center; justify-content: center; color: var(--dim-3); pointer-events: none;
}
.phero { }
.phero-in { padding: 26px var(--pad) 22px; display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 36px; align-items: end; }
.phero-in.one { grid-template-columns: minmax(0, 1fr); }
.phero h1 { font-family: var(--mono); word-spacing: -.25em; font-size: 32px; font-weight: 700; letter-spacing: .01em; line-height: 1.1; color: var(--text-hero); text-shadow: 0 0 30px var(--ac-glow); word-break: keep-all; overflow-wrap: anywhere; }
.phero .lead { max-width: 640px; font-size: 16px; }
.phero-side { display: flex; flex-direction: column; gap: 8px; align-items: flex-start; }
.phero-side .btn { min-width: 220px; }
.kv { display: flex; flex-wrap: wrap; gap: 6px 22px; margin-top: 12px; font-family: var(--mono); word-spacing: -.25em; font-size: 13px; letter-spacing: .11em; color: var(--dim); }
.kv b { font-weight: 500; color: var(--muted-2); }
.section { padding: 34px 0 36px; }
.section.tight { padding: 22px 0 24px; }
.wrap.products, .wrap.section { padding-left: var(--pad); padding-right: var(--pad); }
.grid { display: grid; gap: 16px; }
.g2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.g3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.g4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
.g5 { grid-template-columns: repeat(5, minmax(0,1fr)); }
.split { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(0,1fr); gap: 24px; align-items: start; }
.split.rev { grid-template-columns: minmax(0,1fr) minmax(0,1.2fr); }
.card { border: 1px solid var(--rule-2); background: var(--bg-3); padding: 12px 14px; display: flex; flex-direction: column; gap: 8px; min-width: 0; color: var(--text); }
a.card:hover { border-color: var(--ac); color: var(--text); }
.card .c-head { display: flex; align-items: center; gap: 10px; }
.card .c-title { font-size: 16px; font-weight: 500; }
.card .c-body { font-size: 15px; line-height: 1.8; color: var(--muted); }
.card .c-link { font-family: var(--mono); word-spacing: -.25em; font-size: 13px; letter-spacing: .09em; margin-top: auto; padding-top: 4px; }
.card .c-num { font-family: var(--mono); word-spacing: -.25em; font-size: 15px; color: var(--ac); letter-spacing: .08em; }
.card .c-list { font-size: 15px; color: var(--muted); padding-left: 0; }
.card .c-list li { position: relative; padding-left: 14px; }
.card .c-list li::before { content: ""; position: absolute; left: 0; top: 10px; width: 6px; height: 1px; background: var(--ac); }
.card.warn { border-color: var(--warn); background: var(--warn-soft); }
.card.warn .c-title { color: var(--warn); }
.card.warn .ic { color: var(--warn); }
#steps .c-head .ic svg,
#roles .c-head .ic svg,
#voucher .c-head .ic svg,
#rules .c-head .ic svg,
#faq .c-head .ic svg,
#who .c-head .ic svg { width: 34px; height: 34px; }
.card.ac { border-color: var(--ac); }
.card.muted { background: transparent; }
.card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; border: 1px solid var(--rule); }
.card img.contain { object-fit: contain; background: var(--bg-2); }
.card img.sq { aspect-ratio: 1/1; }
.card img.dark { background: #0A0F16; }
.card.logo img { padding: 22px 26px; background: transparent; aspect-ratio: 5 / 2; object-fit: contain; }
:root:not([data-theme="light"]) .card.tone-black img { filter: invert(1); }
:root[data-theme="light"] .card.tone-white img { filter: invert(1); }
.card.app-icon picture { width: 100%; aspect-ratio: auto; height: 132px; object-fit: contain; border: 1px solid var(--rule); background: var(--bg-2); display: flex; align-items: center; justify-content: center; }
.card.app-icon picture img { width: 96px; height: 96px; object-fit: contain; border-radius: 22%; }
@media (max-width: 480px) {
  .card.app-icon picture img { width: 76px; height: 76px; }
}
.signblock { display: flex; flex-direction: column; gap: 12px; }
.signrow { display: grid; grid-template-columns: 96px 1fr; gap: 12px; align-items: end; }
.signrow label { font-size: 15px; color: var(--muted); }
.signrow .rule { border-bottom: 1px solid var(--rule-3); height: 22px; }
@media (max-width: 480px) {
  .signrow { grid-template-columns: 1fr; gap: 4px; }
}
.copy { max-width: 720px; font-size: 15px; line-height: 1.85; color: var(--muted-2); }
.copy + .copy { margin-top: 10px; }
.copy strong { color: var(--text); }
.copy.wide { max-width: none; }
.stack { display: flex; flex-direction: column; gap: 10px; }
.note { font-size: 15px; line-height: 1.7; color: var(--muted-3); padding-top: 9px; border-top: 1px solid var(--rule); margin-top: 10px; }
.grid + .notice { margin-top: 16px; }
.notice { border: 1px solid var(--warn); background: var(--warn-soft); padding: 12px 14px; font-size: 15px; line-height: 1.8; display: flex; gap: 12px; align-items: flex-start; }
.notice .ic { color: var(--warn); margin-top: 3px; }
.notice.ac { border-color: var(--ac); background: var(--ac-soft); }
.notice.ac .ic { color: var(--ac); }
.notice .n-title { font-size: 16px; margin-bottom: 4px; }
.notice > div { max-width: 720px; }
.checks li { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; padding: 7px 0; border-bottom: 1px solid var(--rule); }
.checks li:last-child { border-bottom: 0; }
.checks .ic { margin-top: 3px; color: var(--ok); }
.checks.num { counter-reset: c; }
.checks.num li::before { counter-increment: c; content: counter(c, decimal-leading-zero); font-family: var(--mono); word-spacing: -.25em; font-size: 15px; color: var(--ac); margin-top: 3px; min-width: 22px; }
@media (min-width: 720px) {
  .checks.two { columns: 2; column-gap: 34px; }
  .checks.two li { break-inside: avoid; border-bottom: 1px solid var(--rule); }
}
.tablewrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border: 1px solid var(--rule-2); position: relative; min-width: 0; }
.scroll-hint { display: none; font-family: var(--mono); word-spacing: -.25em; font-size: 13px; letter-spacing: .05em; color: var(--dim); margin-bottom: 8px; }
.scroll-hint:not([hidden]) { display: block; }
.tablewrap.is-scrollable::after { content: ""; position: absolute; top: 0; right: 0; bottom: 0; width: 24px; background: linear-gradient(to right, transparent, var(--bg)); pointer-events: none; }
.tbl th, .tbl td { text-align: left; vertical-align: top; padding: 9px 12px; border-bottom: 1px solid var(--rule); font-size: 15px; line-height: 1.7; }
.tbl th { font-family: var(--mono); word-spacing: -.25em; font-size: 16px; letter-spacing: .11em; color: var(--dim); font-weight: 500; background: var(--bg-2); white-space: nowrap; }
.tbl tbody th { font-family: var(--sans); word-spacing: normal; font-size: 15px; letter-spacing: 0; color: var(--text); background: transparent; white-space: normal; min-width: 120px; }
.tbl tr:last-child td, .tbl tr:last-child th { border-bottom: 0; }
.tbl td.num, .tbl .mono { font-family: var(--mono); word-spacing: -.25em; }
.tbl td.ok { color: var(--ok); }
.tbl td.no { color: var(--dim); }
.tbl.cmp th:first-child { position: sticky; left: 0; background: var(--bg-3); z-index: 1; }
.tbl.cmp thead th { color: var(--text); letter-spacing: normal; }
.tablewrap.is-stacked { overflow-x: visible; border: 0; }
.tablewrap.is-stacked table { display: block; min-width: 0; width: 100%; }
.tablewrap.is-stacked thead { display: none; }
.tablewrap.is-stacked tbody { display: block; }
.tablewrap.is-stacked tr { display: block; margin-bottom: 10px; border: 1px solid var(--rule); border-radius: 3px; background: var(--bg-2); overflow: hidden; }
.tablewrap.is-stacked tr:last-child { margin-bottom: 0; }
.tablewrap.is-stacked tbody th { display: block; position: static; width: auto; min-width: 0; padding: 9px 12px; background: var(--bg-3); border-bottom: 1px solid var(--rule); font-size: 15px; font-weight: 500; white-space: normal; }
.tablewrap.is-stacked td { display: grid; grid-template-columns: minmax(78px, 34%) 1fr; gap: 12px; padding: 9px 12px; border-bottom: 1px solid var(--rule-2); font-size: 15px; }
.tablewrap.is-stacked tr > td:last-child { border-bottom: 0; }
.tablewrap.is-stacked td::before { font-family: var(--mono); word-spacing: -.25em; font-size: 13px; letter-spacing: .05em; line-height: 1.75; color: var(--dim); }
html[data-lang="ja"] .tablewrap.is-stacked td::before { content: attr(data-col); }
html[data-lang="en"] .tablewrap.is-stacked td::before { content: attr(data-col-en); }
.tablewrap.is-stacked td:empty { color: var(--dim); }
.tablewrap:focus-visible { outline: 2px solid var(--ac); outline-offset: -2px; }
@media (max-width: 720px) {
  .tbl.readers { min-width: 560px; }
  .tbl.cmp { min-width: calc(120px + (var(--cols, 5) - 1) * 145px); }
}
@media (max-width: 560px) {
  .tbl th, .tbl td { padding: 7px 8px; font-size: 15px; }
  .tbl th { white-space: normal; }
  .tbl tbody th { min-width: 104px; }
  .tablewrap {
    background:
      linear-gradient(to right, var(--bg), var(--bg)) left,
      linear-gradient(to left, var(--bg), var(--bg)) right,
      linear-gradient(to right, var(--rule-4), rgba(0,0,0,0)) left,
      linear-gradient(to left, var(--rule-4), rgba(0,0,0,0)) right;
    background-repeat: no-repeat;
    background-color: var(--bg);
    background-size: 16px 100%, 16px 100%, 10px 100%, 10px 100%;
    background-attachment: local, local, scroll, scroll;
  }
}
.specs { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 0; border: 1px solid var(--rule-2); }
.specs > div { padding: 10px 12px; border-right: 1px solid var(--rule); }
.specs > div:last-child { border-right: 0; }
.specs .k { font-family: var(--mono); word-spacing: -.25em; font-size: 13px; letter-spacing: .12em; color: var(--dim); }
.specs .v { font-size: 15px; margin-top: 4px; }
.specs .v.mono { font-family: var(--mono); word-spacing: -.25em; font-size: 15px; }
.specs.g2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.specs.g4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
.dl { display: grid; grid-template-columns: 160px minmax(0,1fr); gap: 0; margin: 0; border-top: 1px solid var(--rule); }
.dl > dt, .dl > dd { padding: 8px 0; border-bottom: 1px solid var(--rule); margin: 0; font-size: 15px; }
.dl > dt { font-family: var(--mono); word-spacing: -.25em; font-size: 13px; letter-spacing: .11em; color: var(--dim); padding-right: 12px; }
.dl > dd a { word-break: break-all; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { display: inline-flex; align-items: center; gap: 7px; border: 1px solid var(--rule-2); padding: 4px 9px; font-size: 15px; }
.chip i { width: 9px; height: 9px; border-radius: 50%; display: inline-block; box-shadow: 0 0 8px var(--c); background: var(--c); }
:root[data-theme="light"] .chip i { box-shadow: 0 0 8px var(--c), inset 0 0 0 1px rgba(10,20,30,.30); }
.chip .st { font-family: var(--mono); word-spacing: -.25em; font-size: 13px; letter-spacing: .09em; color: var(--dim); }
.chip.soldout, .chip.never { color: var(--dim); }
.chip.soldout i, .chip.never i { opacity: .35; box-shadow: none; }
.chip.special .st { color: var(--warn); }
.chip.available .st { color: var(--ok); }
.faq details { border-bottom: 1px solid var(--rule); }
.faq details:first-child { border-top: 1px solid var(--rule); }
.faq summary { cursor: pointer; list-style: none; display: flex; align-items: baseline; gap: 12px; padding: 10px 0; font-size: 16px; font-weight: 500; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::before { content: "+"; font-family: var(--mono); word-spacing: -.25em; color: var(--ac); min-width: 14px; }
.faq details[open] summary::before { content: "\2212"; }
.faq .a { padding: 0 0 12px 26px; font-size: 15px; line-height: 1.85; color: var(--muted-2); max-width: 760px; }
.faq .a p { margin: 0 0 .8em; }
.faq .a p:last-child { margin-bottom: 0; }
.faq .a p > strong:first-child { display: block; font-weight: 600; color: var(--text-strong); }
.faq-grp-head { align-items: center; }
.faq-grp + .faq-grp { margin-top: 34px; }
@media (min-width: 1025px) {
  .faq-grid {
    display: grid;
    grid-template-columns: minmax(0, 880px) minmax(240px, 320px);
    justify-content: space-between;
    column-gap: 48px;
    align-items: start;
  }
  .faq-main { grid-column: 1; min-width: 0; }
  .faq-rail { grid-column: 2; align-self: start; position: sticky; top: calc(var(--hdr) + 14px); }
  .faq-rail-in { max-height: calc(100vh - var(--hdr) - 30px); overflow-y: auto; overscroll-behavior: contain; }
}
@media (max-width: 1024px) { .faq-rail { display: none; } }
.faq-rail-in { border: 1px solid var(--rule-2); background: var(--bg-3); padding: 12px 14px; }
.faq-rail-h { margin: 0 0 6px; font-family: var(--mono); word-spacing: -.25em; font-size: 13px; letter-spacing: .15em; color: var(--dim); }
html[data-lang="ja"] .faq-rail-h { font-family: var(--sans); word-spacing: normal; letter-spacing: var(--track-ja); font-size: 13px; }
.faq-rail a { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; padding: 9px 0; color: var(--muted-2); text-decoration: none; border-bottom: 1px solid var(--rule); font-size: 15px; line-height: 1.5; }
.faq-rail a:last-child { border-bottom: 0; }
.faq-rail a:hover { color: var(--text); }
.faq-rail a.is-here { color: var(--ac); }
.faq-nav-n { font-family: var(--mono); word-spacing: -.25em; font-size: 13px; letter-spacing: .08em; color: var(--muted-3); }
.faq-rail a.is-here .faq-nav-n { color: var(--ac); }
.faq-rail a.is-off { opacity: .4; }
.legal .lb { padding: 14px 0; border-bottom: 1px solid var(--rule); display: grid; grid-template-columns: 220px minmax(0,640px) 1fr; gap: 20px; }
.legal .lb h2 { font-size: 16px; font-weight: 500; }
.legal .lb .lb-n { font-family: var(--mono); word-spacing: -.25em; font-size: 13px; letter-spacing: .12em; color: var(--dim); display: block; margin-bottom: 4px; }
.legal .lb .lb-body { font-size: 15px; line-height: 1.85; color: var(--muted-2); }
.legal .lb .lb-body p + p { margin-top: 8px; }
.legal .lb .lb-body p + ul { margin-top: 8px; }
.legal .lb .lb-body ul li { position: relative; padding-left: 14px; }
.legal .lb .lb-body ul li::before { content: ""; position: absolute; left: 0; top: 11px; width: 6px; height: 1px; background: var(--ac); }
.legal .lb .lb-body h3 { font-size: 15px; margin: 10px 0 4px; color: var(--text); }
.legal .lb .lb-body h3:first-child { margin-top: 0; }
.legal.rail .lb .lb-n { font-size: 15px; letter-spacing: .11em; color: var(--dim); margin-bottom: 7px; }
.legal.rail .lb h2 { font-size: 19px; font-weight: 500; line-height: 1.5; color: var(--text); }
html[data-lang="ja"] .legal.rail .lb .lb-n { font-family: var(--mono); word-spacing: -.25em; }
.lb-src { margin-top: 12px; padding-top: 10px; border-top: 1px solid var(--rule); }
.lb-src-h { display: block; font-family: var(--mono); word-spacing: -.25em; font-size: 13px; letter-spacing: .12em; color: var(--dim); margin-bottom: 5px; }
html[data-lang="ja"] .lb-src-h { font-family: var(--sans); word-spacing: normal; font-size: 13px; letter-spacing: var(--track-ja); }
.lb-src ul { display: grid; gap: 3px; }
.lb-src li { font-size: 15px; line-height: 1.7; }
.lb-src li::before { content: none; }
.lb-src a { color: var(--muted-2); }
.lb-src a:hover { color: var(--ac); }
.grid .lb-src { margin-top: 0; }
.origin-close { margin-top: 26px; max-width: 640px; font-size: 16px; line-height: 1.8; color: var(--text); }
html[data-lang="ja"] .origin-close { word-break: keep-all; }
.uf { margin: 0 0 18px; }
.uf-lead { margin-bottom: 10px; }
.uf-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.uf-chip { display: inline-flex; align-items: center; gap: 7px; padding: 7px 13px; border: 1px solid var(--rule-2); border-radius: 999px; cursor: pointer; font-size: 15px; color: var(--muted-2); transition: border-color .15s, color .15s, background .15s; }
.uf-chip:hover { border-color: var(--rule-4); color: var(--text); }
.uf-chip input { width: 13px; height: 13px; accent-color: var(--ac); margin: 0; cursor: pointer; }
.uf-chip:has(input:checked) { border-color: var(--ac); color: var(--text); background: var(--ac-soft); }
.uf-none { margin-top: 14px; font-size: 15px; color: var(--dim); }
.forms { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: 22px; background: var(--rule); border: 1px solid var(--rule); }
.form { background: var(--bg); padding: 18px 20px 20px; }
.form-h { font-size: 16px; font-weight: 500; color: var(--text); margin-bottom: 12px; }
.form-d { display: grid; grid-template-columns: max-content minmax(0, 1fr); gap: 5px 14px; margin-bottom: 13px; }
.form-d dt { font-family: var(--mono); word-spacing: -.25em; font-size: 13px; letter-spacing: .11em; color: var(--dim); padding-top: 3px; white-space: nowrap; }
html[data-lang="ja"] .form-d dt { font-family: var(--sans); word-spacing: normal; font-size: 13px; letter-spacing: var(--track-ja); }
.form-d dd { font-size: 15px; line-height: 1.7; color: var(--muted-2); }
.form-n { font-size: 15px; line-height: 1.8; color: var(--dim); padding-top: 12px; border-top: 1px solid var(--rule); }
html[data-lang="ja"] .form-d dd, html[data-lang="ja"] .form-n { word-break: keep-all; }
@media (max-width: 860px) {
  .forms { grid-template-columns: minmax(0, 1fr); }
  .form-d dd, .form-n { font-size: 16px; }
}
.uses-ref { margin: 30px 0 10px; font-size: 15px; font-weight: 500; color: var(--dim); }
.uses { border-top: 1px solid var(--rule); }
.use { border-bottom: 1px solid var(--rule); }
.use[hidden] { display: none; }
.use > summary { display: flex; align-items: baseline; gap: 14px; padding: 15px 0; cursor: pointer; list-style: none; }
.use > summary::-webkit-details-marker { display: none; }
.use > summary::after { content: "+"; margin-left: auto; font-family: var(--mono); word-spacing: -.25em; font-size: 16px; color: var(--dim); line-height: 1; }
.use[open] > summary::after { content: "\2212"; }
.use > summary:hover .use-t { color: var(--ac); }
.use-t { font-size: 16px; line-height: 1.5; color: var(--text); }
.use-lv { flex: none; font-size: 13px; letter-spacing: .04em; padding: 3px 9px; border-radius: 999px; border: 1px solid var(--rule-2); color: var(--dim); white-space: nowrap; }
.use-lv[data-lv="ready"] { border-color: var(--ac); color: var(--ac); }
.use-b { padding: 0 0 18px; max-width: 640px; }
.use-b p { font-size: 15px; line-height: 1.85; color: var(--muted-2); }
.use-b p + p { margin-top: 9px; }
.use-line { color: var(--text) !important; }
.use-who { margin-top: 12px !important; padding-top: 10px; border-top: 1px solid var(--rule); }
.use-who-k { font-family: var(--mono); word-spacing: -.25em; font-size: 13px; letter-spacing: .12em; color: var(--dim); display: block; margin-bottom: 3px; }
html[data-lang="ja"] .use-who-k { font-family: var(--sans); word-spacing: normal; font-size: 13px; letter-spacing: var(--track-ja); }
html[data-lang="ja"] .use-t, html[data-lang="ja"] .use-b p { word-break: keep-all; }
@media (max-width: 700px) {
  .use > summary { flex-wrap: wrap; gap: 6px 10px; }
  .use > summary::after { order: -1; margin-left: auto; }
  .use-t { flex: 1 1 100%; order: 1; font-size: 16px; }
  .use-lv { order: 2; }
  .use-b p { font-size: 16px; line-height: 1.9; }
}
.toc { display: flex; flex-wrap: wrap; gap: 6px 16px; font-family: var(--mono); word-spacing: -.25em; font-size: 13px; letter-spacing: .09em; margin-top: 12px; }
html[data-lang="ja"] .toc { font-family: var(--sans); word-spacing: normal; font-size: 15px; letter-spacing: var(--track-ja); }
.reveal { font-family: var(--mono); font-size: 15px; }
.reveal button, .reveal .num { word-spacing: -.25em; }
.reveal button { color: var(--ac); border-bottom: 1px solid var(--ac); }
.reveal .num { display: none; }
.reveal.on .num { display: inline; }
.reveal.on button { display: none; }
.reveal + .copy { margin-top: 14px; }
.copy + .btn-row { margin-top: 10px; }
.tl { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 0; border-top: 1px solid var(--rule); }
.tl > div { padding: 10px 12px 10px 0; border-right: 1px solid var(--rule); margin-right: 12px; }
.tl > div:last-child { border-right: 0; margin-right: 0; }
.tl .y { font-family: var(--mono); word-spacing: -.25em; font-size: 16px; color: var(--ac); }
.tl .l { font-size: 15px; color: var(--muted); margin-top: 4px; line-height: 1.6; }
.facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); border: 1px solid var(--rule-2); }
.facts > div { padding: 10px 14px; border-right: 1px solid var(--rule); }
.facts > div:last-child { border-right: 0; }
.facts .k { font-family: var(--mono); word-spacing: -.25em; font-size: 13px; letter-spacing: .12em; color: var(--dim); }
.facts .v { font-family: var(--mono); word-spacing: -.25em; font-size: 16px; margin-top: 4px; color: var(--text); }
.facts .l { font-size: 15px; color: var(--muted-3); margin-top: 2px; line-height: 1.6; }
.copy + .grid { margin-top: 14px; }
.mapwrap { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(300px, 1fr); gap: 16px; align-items: stretch; }
#map {
  --jm-dot: rgba(232,237,243,.16);
  --jm-mk: 11px;
  min-height: 0; height: 100%; border: 1px solid var(--rule-2); background: var(--bg-2);
  position: relative; z-index: 0;
  display: flex; flex-direction: column; justify-content: center; gap: 12px;
  padding: 16px;
}
:root[data-theme="light"] #map { --jm-dot: rgba(10,20,30,.22); }
.jm { position: relative; width: 100%; aspect-ratio: 920.7 / 695.49; margin: 0 auto; }
.jm-svg { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.jm-dot { fill: var(--jm-dot); }
.jm-line { fill: var(--jm-dot); opacity: .55; }
.jm-mk {
  position: absolute; transform: translate(-50%, -50%);
  width: var(--jm-mk); height: var(--jm-mk); padding: 0; border: 0; background: none;
  appearance: none; -webkit-appearance: none; cursor: pointer; line-height: 0;
}
.jm-core { position: absolute; inset: 0; border-radius: 50%; background: var(--ac); box-shadow: 0 0 9px var(--ac), 0 0 20px var(--ac-glow); }
.jm-ring { position: absolute; inset: calc(var(--jm-mk) * -0.75); border: 1px solid var(--ac); border-radius: 50%; opacity: 0; animation: vk-ring 2.8s ease-out infinite; animation-play-state: var(--ap); }
.jm-mk:hover .jm-core, .jm-mk.is-active .jm-core { box-shadow: 0 0 12px var(--ac), 0 0 28px var(--ac); }
.jm-mk.is-active { z-index: 2; }
.jm-mk.is-pinged .jm-ring { animation-duration: .7s; }
.jm-mk:focus-visible { outline: 1px solid var(--ac); outline-offset: 5px; }
.jm-mk.is-office { --jm-mk: 8px; cursor: default; }
.jm-mk.is-office .jm-core { background: var(--dim); box-shadow: none; }
.jm-tip {
  position: absolute; left: 50%; bottom: calc(100% + 9px); transform: translateX(-50%);
  white-space: nowrap; font-family: var(--mono); word-spacing: -.25em; font-size: 13px; letter-spacing: .11em;
  color: var(--text); background: var(--scrim); border: 1px solid var(--rule-2);
  padding: 5px 8px; line-height: 1.4; opacity: 0; pointer-events: none; transition: opacity .16s ease;
}
.jm-mk:hover .jm-tip, .jm-mk:focus-visible .jm-tip, .jm-mk.is-active .jm-tip { opacity: 1; }
.jm-legend { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px 16px; border-top: 1px solid var(--rule); padding-top: 10px; font-family: var(--mono); word-spacing: -.25em; font-size: 13px; letter-spacing: .11em; color: var(--muted-3); }
.jm-key { display: inline-flex; align-items: center; gap: 7px; }
.jm-chip { width: 7px; height: 7px; border-radius: 50%; background: var(--ac); box-shadow: 0 0 8px var(--ac); flex: 0 0 auto; }
.jm-scale { color: var(--dim); }
.jm-noscript { margin: 0; font-size: 15px; line-height: 1.7; color: var(--muted); }
.map-list { display: flex; flex-direction: column; gap: 10px; }
.map-note { margin-top: 2px; padding-top: 9px; border-top: 1px solid var(--rule); font-size: 15px; line-height: 1.7; color: var(--muted-3); }
.map-list .card.active { border-color: var(--ac); }
.map-list .rows { display: grid; grid-template-columns: 74px minmax(0,1fr); gap: 4px 10px; font-size: 15px; }
.map-list .rows .k { font-family: var(--mono); word-spacing: -.25em; font-size: 13px; letter-spacing: .11em; color: var(--dim); padding-top: 3px; }
.map-list .since { font-family: var(--mono); word-spacing: -.25em; font-size: 13px; letter-spacing: .11em; color: var(--dim); }
.map-group { margin: 10px 0 0; font-size: 13px; letter-spacing: .11em; font-weight: 400; color: var(--dim); }
.map-list .fee { font-family: var(--mono); word-spacing: -.25em; font-size: 19px; }
.map-list .fee .tax { font-family: var(--sans); word-spacing: normal; font-size: 13px; color: var(--dim); margin-left: 6px; }
.pimg { border: 1px solid var(--rule-2); background: var(--bg-2); aspect-ratio: 16/9; overflow: hidden; }
.pimg img { width: 100%; height: 100%; object-fit: cover; }
.pimg.contain img { object-fit: contain; }
.pimg.sq { aspect-ratio: 1/1; }
.chips + .gallery, .copy + .gallery { margin-top: 14px; }
.gallery { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 10px; }
.gallery img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border: 1px solid var(--rule); }
.line-bar { display: none; }
.err { min-height: 50vh; display: grid; place-items: center; text-align: center; padding: 40px 0; }
.err .h1 { font-size: 64px; }
@keyframes vk-blink { 0%,49% { opacity: 1 } 50%,100% { opacity: 0 } }
@keyframes vk-ring { 0% { transform: scale(.5); opacity: 0 } 18% { opacity: .5 } 100% { transform: scale(1.85); opacity: 0 } }
@keyframes vk-scan { 0% { transform: translateY(-10%); opacity: 0 } 12% { opacity: .85 } 88% { opacity: .85 } 100% { transform: translateY(430%); opacity: 0 } }
@keyframes vk-glow { 0%,100% { opacity: .5 } 50% { opacity: 1 } }
@keyframes vk-tracey { 0% { transform: translateY(-100%) } 100% { transform: translateY(400%) } }
@media (prefers-reduced-motion: reduce) {
  .rings span, .scan div, .dot, .cap .led, .rail-line div, .h1 .cursor, .jm-ring { animation: none; }
  .rings span { opacity: .25; transform: none; }
}
@media (max-width: 1280px) {
  :root { --pad: 28px; }
  .nav { gap: 16px; }
  .hero-in { grid-template-columns: minmax(0,1fr) minmax(0,1.1fr) 170px; gap: 28px; }
  .h1 { font-size: 40px; }
  .panel { padding-left: 22px; padding-right: 22px; }
}
@media (max-width: 1024px) {
  .nav, .hdr-tools .consult { display: none; }
  .hdr-tools { margin-left: auto; border-left: 0; padding-left: 0; gap: 14px; }
  .menu-btn { display: inline-flex; }
  .hdr-tools .lang button, .hdr-tools .theme, .menu-btn { min-height: 44px; min-width: 44px; display: inline-flex; align-items: center; justify-content: center; }
  .lang { gap: 4px; }
  .hero-in { grid-template-columns: minmax(0,1fr) minmax(0,1fr); }
  .hero-in .tags { grid-column: 1 / -1; flex-direction: row; gap: 36px; padding-top: 4px; }
  .tags .tick { margin-bottom: 8px; }
  .tags .t1 br, .tags .t2 br { display: none; }
  .tags .t1, .tags .t2, .tags .t3 { display: flex; flex-wrap: wrap; gap: 0 1.1em; line-height: 1.8; }
  .tags .t2 { letter-spacing: .09em; }
  .pgrid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .panels { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .panel { padding: 14px 22px 16px; border-bottom: 1px solid var(--rule); }
  .panel:first-child { padding-left: 0; }
  .panel:nth-child(2) { border-right: 0; padding-right: 0; }
  .panel:nth-child(3) { padding-left: 0; border-bottom: 0; }
  .panel:last-child { padding-right: 0; border-bottom: 0; }
  .ftr-map { grid-template-columns: 1fr 1fr; gap: 24px; }
  .g4, .g5 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .g3 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .specs.g4 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .specs.g4 > div:nth-child(2) { border-right: 0; }
  .facts { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .facts > div:nth-child(2) { border-right: 0; }
  .facts > div:nth-child(-n+2) { border-bottom: 1px solid var(--rule); }
  .tl { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .mapwrap { grid-template-columns: minmax(0,1fr); }
  #map { min-height: 0; height: auto; }
  .phero-in { grid-template-columns: minmax(0,1fr); gap: 16px; }
  .phero-side { flex-direction: row; flex-wrap: wrap; }
}
@media (max-width: 720px) {
  :root { --pad: 18px; --hdr: 58px; }
  body { font-size: 16px; }
  .hdr-in { gap: 12px; }
  .brand-mark { height: 20px; }
  .brand-sub { font-size: 13px; letter-spacing: .12em; margin-top: 5px; }
  .hero-in { grid-template-columns: minmax(0,1fr); gap: 18px; min-height: 0; padding-top: 22px; padding-bottom: 20px; }
  .h1 { font-size: 40px; white-space: normal; }
  .h1 br { display: none; }
  .tagline { font-size: 19px; }
  .lead { max-width: none; }
  .stage { height: 200px; min-height: 200px; }
  .hero-in .tags { display: none; }
  .pgrid { grid-template-columns: minmax(0,1fr); gap: 12px; }
  .panels { grid-template-columns: minmax(0,1fr); }
  .panel, .panel:first-child, .panel:nth-child(2), .panel:nth-child(3), .panel:last-child { padding: 14px 0 16px; border-right: 0; border-bottom: 1px solid var(--rule); }
  .panel:last-child { border-bottom: 0; }
  .sec-head { flex-wrap: wrap; gap: 8px 12px; }
  .sec-head h2, .sec-head h1.as-h2 { white-space: normal; }
  .tbl.nfcspec { min-width: 560px; }
  .sec-link { margin-left: auto; }
  .ftr-map { grid-template-columns: minmax(0,1fr); gap: 18px; padding: 18px 0 14px; }
  .ftr-in { flex-direction: column; align-items: flex-start; gap: 14px; }
  .ftr-tag { text-align: left; }
  .ftr-links { --ftr-sep: 34px; }
  .ftr-links-in { row-gap: 10px; }
  .g2, .g3, .g4, .g5, .split, .split.rev { grid-template-columns: minmax(0,1fr); }
  .specs, .specs.g2, .specs.g4 { grid-template-columns: minmax(0,1fr); }
  .specs > div { border-right: 0; border-bottom: 1px solid var(--rule); }
  .specs > div:last-child { border-bottom: 0; }
  .facts { grid-template-columns: minmax(0,1fr); }
  .facts > div { border-right: 0; border-bottom: 1px solid var(--rule); }
  .facts > div:last-child { border-bottom: 0; }
  .tl { grid-template-columns: minmax(0,1fr); }
  .tl > div { border-right: 0; border-bottom: 1px solid var(--rule); margin-right: 0; padding-right: 0; }
  .tl > div:last-child { border-bottom: 0; }
  .dl { grid-template-columns: minmax(0,1fr); }
  .dl > dt { border-bottom: 0; padding-bottom: 0; }
  .legal .lb { grid-template-columns: minmax(0,1fr); gap: 6px; }
  .phero h1 { font-size: 26px; text-wrap: balance; }
  .gallery { grid-template-columns: repeat(2, minmax(0,1fr)); }
  #map { min-height: 0; height: auto; --jm-mk: 9px; padding: 12px; }
  .btn-row .btn { flex: 1 1 100%; }
  .hero-cta .btn { flex: 1 1 100%; }
  .btn { padding: 11px 13px; }
  .pcard .btn { padding: 11px 12px; }
  .ftr-links a, .toc a, .sec-link, .reveal button { display: inline-block; padding: 10px 0; }
  .toc { gap: 0 16px; }
  .ftr-map a { display: block; padding: 10px 0; }
  .drawer .d-links a { display: block; padding: 10px 0; }
  .line-bar { display: block; position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; background: var(--scrim); backdrop-filter: blur(8px); border-top: 1px solid var(--rule-2); padding: 8px var(--pad) calc(8px + env(safe-area-inset-bottom)); }
  body { padding-bottom: calc(61px + env(safe-area-inset-bottom)); }
  .copy, .card .c-body, .faq .a, .notice, .legal .lb-body, .dl dd { font-size: 16px; line-height: 1.9; }
  .notice > div { max-width: none; }
  .faq .a { max-width: none; }
}
@media (max-width: 380px) {
  .h1 { font-size: 32px; }
  .cap { width: 72px; }
}
.dtcat {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(264px, 100%), 1fr));
  gap: 20px 16px;
  align-items: start;
}
.dtitem { border: 1px solid var(--rule); background: var(--bg-2); border-radius: 3px; overflow: hidden; transition: border-color 160ms ease, background-color 160ms ease; }
.dtitem:hover { border-color: var(--rule-4); background: var(--bg-raise, var(--bg-2)); }
.dtitem[open] { grid-column: 1 / -1; border-color: var(--ac); }
.dtitem > summary { list-style: none; cursor: pointer; display: block; min-height: 44px; }
.dtitem > summary::-webkit-details-marker { display: none; }
.dtitem > summary:focus-visible { outline: 2px solid var(--ac); outline-offset: -2px; }
.dtitem-thumb {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: var(--bg);
  display: block;
  border-bottom: 1px solid var(--rule-2);
  padding: 16px;
}
.dtitem-thumb-sil { display: grid; place-items: center; color: var(--muted-3); }
.dtitem-thumb-sil svg { width: 100%; height: 100%; }
.dtitem-sil-t { font-family: var(--mono); word-spacing: -.25em; font-size: 13px; letter-spacing: .06em; fill: var(--muted-3); }
.dtitem[open] .dtitem-thumb-sil { color: var(--muted-2); }
.dtitem-noimg {
  display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; gap: 8px;
  background: var(--bg); border-bottom: 1px solid var(--rule-2);
  overflow: hidden;
}
.dtitem-noimg-n { font-family: var(--mono); word-spacing: -.25em; font-size: 22px; letter-spacing: .05em; color: var(--muted-2); line-height: 1.1; max-width: 100%; overflow-wrap: anywhere; }
.dtitem-noimg-t { font-family: var(--mono); word-spacing: -.25em; font-size: 13px; letter-spacing: .09em; color: var(--muted-3); border: 1px solid var(--rule-4); border-radius: 2px; padding: 1px 6px; max-width: 100%; overflow-wrap: anywhere; }
.dtitem-cap { padding: 14px 15px 15px; display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: start; }
.dtitem-name { font-weight: 600; color: var(--text-strong); font-size: 16px; letter-spacing: -.01em; display: block; }
.dtitem-one {
  font-size: 16px; color: var(--muted-2); margin-top: 6px; line-height: 1.55;
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;
}
.dtitem-chips { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 9px; }
.dtitem-chip { font-family: var(--mono); word-spacing: -.25em; font-size: 13px; letter-spacing: .05em; color: var(--muted-3); border: 1px solid var(--rule-4); border-radius: 2px; padding: 1px 6px; white-space: normal; overflow-wrap: anywhere; }
.dtitem-chev { width: 9px; height: 9px; border-right: 1.5px solid var(--muted-3); border-bottom: 1.5px solid var(--muted-3); transform: rotate(45deg); transition: transform 200ms ease; margin-top: 5px; }
.dtitem[open] .dtitem-chev { transform: rotate(-135deg); border-color: var(--ac); }
.dtitem[open] > summary { display: grid; grid-template-columns: 108px 1fr auto; gap: 16px; align-items: center; padding: 14px 16px; }
.dtitem[open] .dtitem-thumb { aspect-ratio: 1; padding: 8px; border-bottom: 0; border: 1px solid var(--rule-2); }
.dtitem[open] .dtitem-noimg { padding: 10px; }
.dtitem[open] .dtitem-noimg-n { font-size: 16px; }
.dtitem[open] .dtitem-cap { padding: 0; display: contents; }
.dtitem[open] .dtitem-one { -webkit-line-clamp: 3; }
.dtitem[open] .dtitem-chips { display: none; }
.dtitem-body { padding: 18px; border-top: 1px solid var(--rule-2); display: grid; grid-template-columns: minmax(0, 513px) minmax(0, 1fr); grid-template-rows: repeat(5, auto) 1fr; gap: 0 36px; align-items: start; }
.dtitem-text { display: contents; }
.dtitem-text > div[data-copy] { grid-column: 1; grid-row: 2 / -1; }
.dtitem-caution { grid-column: 2; grid-row: 2; }
.dtitem-specs { grid-column: 2; grid-row: 3; }
.dtitem-ds { grid-column: 2; grid-row: 4; }
.dtitem-own { grid-column: 2; grid-row: 5; }
.dtitem-gal { grid-column: 1 / -1; grid-row: 1; margin-bottom: 22px; grid-template-columns: repeat(auto-fill, 150px); }
.dtitem-body:not(:has(.dtitem-gal)) { grid-template-columns: minmax(0, 513px) minmax(0, 600px); }
@media (min-width: 1361px) {
  .dtitem-body:has(.dtitem-gal) { grid-template-columns: 320px minmax(0, 513px) minmax(0, 1fr); }
  .dtitem-body:has(.dtitem-gal) .dtitem-gal { grid-column: 1; grid-row: 1 / -1; margin-bottom: 0; grid-template-columns: 1fr 1fr; }
  .dtitem-body:has(.dtitem-gal) .dtitem-gal:has(> :only-child) { grid-template-columns: 1fr; }
  .dtitem-body:has(.dtitem-gal) .dtitem-text > div[data-copy] { grid-column: 2; }
  .dtitem-body:has(.dtitem-gal) .dtitem-caution,
  .dtitem-body:has(.dtitem-gal) .dtitem-specs,
  .dtitem-body:has(.dtitem-gal) .dtitem-ds,
  .dtitem-body:has(.dtitem-gal) .dtitem-own { grid-column: 3; }
}
.dtitem-gal { display: grid; gap: 8px; margin: 0; align-content: start; }
.dtitem-gal:has(> :only-child) { grid-template-columns: minmax(0, 320px); }
.chip-blink { position: relative; display: inline-block; vertical-align: top; }
.chip-blink img { display: block; }
.chip-blink .lit { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0;
                   animation: chip-pips 2.6s steps(1, end) infinite; }
@keyframes chip-pips {
    0% { opacity: 0 }   3% { opacity: 1 }  11% { opacity: 1 }  14% { opacity: 0 }
   20% { opacity: 0 }  23% { opacity: 1 }  31% { opacity: 1 }  34% { opacity: 0 }
   40% { opacity: 0 }  43% { opacity: 1 }  51% { opacity: 1 }  54% { opacity: 0 }
  100% { opacity: 0 }
}
@media (prefers-reduced-motion: reduce) { .chip-blink .lit { animation: none; opacity: 1 } }
.chip-blink.chip-glow .lit { animation: chip-glow 11s linear infinite; }
@keyframes chip-glow {
    0% { opacity: 0 }
    6% { opacity: 1 }
   30% { opacity: .82 }
   60% { opacity: .45 }
   88% { opacity: .08 }
   96% { opacity: 0 }
  100% { opacity: 0 }
}
@media (prefers-reduced-motion: reduce) { .chip-blink.chip-glow .lit { animation: none; opacity: 1 } }
.dtitem-gal > .chip-blink { display: block; width: 100%; aspect-ratio: 1; }
.dtitem-gal > .dtitem-zoom > .chip-blink { width: 100%; }
.dtitem-gal img { width: 100%; aspect-ratio: 1; object-fit: contain; background: var(--bg); border: 1px solid var(--rule-2); padding: 6px; }
.dtitem-text > div[data-copy] > p { font-size: 16px; line-height: 1.85; color: var(--muted-2); margin: 0 0 13px; max-width: 68ch; }
.dtitem-text > div[data-copy] > p:last-child { margin-bottom: 0; }
.dtitem-text > div[data-copy="ja"] > p { max-width: 38em; }
.dtitem-specs { display: grid; grid-template-columns: max-content 1fr; gap: 6px 18px; font-size: 15px; margin: 20px 0 0; padding-top: 16px; border-top: 1px solid var(--rule-2); }
.dtitem-specs dt { font-family: var(--mono); word-spacing: -.25em; font-size: 13px; letter-spacing: .08em; color: var(--muted-3); align-self: center; }
.dtitem-specs dd { margin: 0; color: var(--muted-2); }
.dtitem-caution { border-left: 2px solid var(--danger, #E0608E); background: var(--scrim); padding: 13px 16px; margin: 0; order: -1; min-width: 0; }
.dtitem-caution p { font-size: 15px; line-height: 1.75; color: var(--text); margin: 0; }
.dtitem-caution, .dtitem-caution dl, .dtitem-caution dt, .dtitem-caution dd, .dtitem-caution span {
  overflow-wrap: anywhere;
  min-width: 0;
}
.dtitem-ds { font-size: 15px; color: var(--muted-3); margin: 20px 0 0; }
.dtitem-ds a { color: var(--ac); }
.dtitem-ds-note { font-family: var(--mono); word-spacing: -.25em; font-size: 13px; letter-spacing: .09em; color: var(--muted-3); border: 1px solid var(--rule-4); border-radius: 2px; padding: 1px 5px; margin-left: 8px; }
.dtitem-own { margin: 14px 0 0; font-size: 15px; }
.dtitem-own a { color: var(--ac); }
.dtitem-zoom { display: block; width: 100%; padding: 0; margin: 0; border: 0; background: none; cursor: zoom-in; border-radius: 0; }
.dtitem-zoom img { display: block; transition: border-color 140ms ease; }
.dtitem-zoom:hover img { border-color: var(--rule-4); }
.dtitem-zoom:focus-visible { outline: 2px solid var(--ac); outline-offset: 2px; }
.dtzoom { width: 100vw; height: 100vh; max-width: none; max-height: none; padding: 0; margin: 0; border: 0; background: transparent; color: var(--text); overscroll-behavior: contain; }
.dtzoom[open] { display: grid; place-items: center; }
.dtzoom::backdrop { background: rgba(5, 8, 12, .96); }
html:has(.dtzoom[open]) { overflow: hidden; }
.dtzoom-img { max-width: min(100vw - 32px, 1200px); max-height: calc(100vh - 120px); object-fit: contain; background: var(--bg); border: 1px solid var(--rule-2); padding: 8px; cursor: default; }
.dtzoom-x, .dtzoom-step { position: fixed; width: 44px; height: 44px; padding: 0; border: 1px solid var(--rule-3); border-radius: 2px; background: var(--scrim); cursor: pointer; display: grid; place-items: center; transition: border-color 140ms ease; }
.dtzoom-x:hover, .dtzoom-step:hover { border-color: var(--rule-4); }
.dtzoom-x:focus-visible, .dtzoom-step:focus-visible { outline: 2px solid var(--ac); outline-offset: 2px; }
.dtzoom-x { top: 14px; right: 14px; }
.dtzoom-x::before, .dtzoom-x::after { content: ""; position: absolute; width: 16px; height: 1.5px; background: var(--muted-3); transform: rotate(45deg); transition: background-color 140ms ease; }
.dtzoom-x::after { transform: rotate(-45deg); }
.dtzoom-x:hover::before, .dtzoom-x:hover::after { background: var(--text); }
.dtzoom-step { top: 50%; transform: translateY(-50%); }
.dtzoom-step::before { content: ""; width: 9px; height: 9px; border-right: 1.5px solid var(--muted-3); border-bottom: 1.5px solid var(--muted-3); transition: border-color 140ms ease; }
.dtzoom-step:hover::before { border-color: var(--text); }
.dtzoom-prev { left: 14px; }
.dtzoom-prev::before { transform: translateX(2px) rotate(135deg); }
.dtzoom-next { right: 14px; }
.dtzoom-next::before { transform: translateX(-2px) rotate(-45deg); }
.dtzoom-n { position: fixed; left: 0; right: 0; bottom: 18px; margin: 0; text-align: center; font-family: var(--mono); word-spacing: -.25em; font-size: 13px; letter-spacing: .11em; color: var(--muted-3); pointer-events: none; }
@media (max-width: 640px) {
  .dtzoom-img { max-width: 100vw; max-height: calc(100vh - 128px); padding: 0; border: 0; }
  .dtzoom-step { top: auto; bottom: 10px; transform: none; }
  .dtzoom-x { top: 10px; right: 10px; }
  .dtzoom-prev { left: 10px; }
  .dtzoom-next { right: 10px; }
  .dtzoom-n { bottom: 24px; }
}
.dtitem-stocked { border-left: 2px solid var(--ac); }
.dtcat-head { margin: 44px 0 14px; padding: 10px 0; border-bottom: 1px solid var(--rule-2); position: sticky; top: var(--hdr, 0px); z-index: 2; background: var(--bg); }
.dtcat-head:first-child { margin-top: 0; }
.dtcat-fam { font-family: var(--mono); word-spacing: -.25em; font-size: 13px; font-weight: 600; letter-spacing: .15em; color: var(--ac); margin: 0; display: flex; align-items: baseline; gap: 10px; }
.dtcat-fam [data-copy="ja"] { font-family: var(--sans); word-spacing: normal; letter-spacing: .02em; }
.dtcat-n { font-size: 13px; letter-spacing: .08em; color: var(--muted-3); border: 1px solid var(--rule-4); border-radius: 2px; padding: 1px 6px; }
.dtcat-desc { font-size: 15px; line-height: 1.7; color: var(--muted-2); margin: 7px 0 0; max-width: 72ch; }
.dtcat-desc [data-copy="ja"] { display: inline-block; max-width: 58em; }
.copy.wide [data-copy="ja"] { display: inline-block; max-width: 58em; }
.dtcat-anchor { scroll-margin-top: calc(var(--hdr, 0px) + 16px); }
.dtcat-nav { position: sticky; top: var(--hdr, 0px); z-index: 3; display: flex; gap: 8px; overflow-x: auto; padding: 10px 0; margin: 0 0 4px; background: var(--bg); scrollbar-width: none; }
.dtcat-nav::-webkit-scrollbar { display: none; }
.dtcat-navwrap { position: sticky; top: var(--hdr, 0px); z-index: 3; display: flex; align-items: center; gap: 6px; margin: 0 0 4px; background: var(--bg); }
.dtcat-navwrap .dtcat-nav { position: static; flex: 1 1 auto; min-width: 0; margin: 0; }
.dtcat-arr { flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; width: 32px; min-height: 34px; padding: 0; border: 1px solid var(--rule-3); border-radius: 2px; background: var(--bg); color: var(--muted-2); cursor: pointer; }
.dtcat-arr:hover { color: var(--text); border-color: var(--rule-4); }
.dtcat-arr[hidden] { display: none; }
.dtcat-nav a { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; font-size: 15px; color: var(--muted-2); text-decoration: none; border: 1px solid var(--rule-3); border-radius: 2px; padding: 7px 11px; min-height: 34px; transition: border-color 140ms ease, color 140ms ease; }
.dtcat-nav a:hover { border-color: var(--rule-4); color: var(--text); }
.dtcat-nav a.is-here { border-color: var(--ac); color: var(--ac); }
.dtcat-nav-n { font-family: var(--mono); word-spacing: -.25em; font-size: 13px; letter-spacing: .08em; color: var(--muted-3); }
.dtcat-nav a.is-here .dtcat-nav-n { color: var(--ac); }
.dtcat-tools { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 18px; padding: 14px 0 18px; }
.dtcat-find { display: flex; align-items: center; gap: 10px; flex: 1 1 280px; min-width: 0; }
.dtcat-find-l { font-family: var(--mono); word-spacing: -.25em; font-size: 13px; letter-spacing: .11em; color: var(--muted-3); white-space: nowrap; }
.dtcat-find input { flex: 1 1 auto; min-width: 0; background: var(--bg); border: 1px solid var(--rule-3); border-radius: 2px; color: var(--text); font: inherit; font-size: 16px; padding: 9px 11px; min-height: 40px; }
.dtcat-find input::placeholder { color: var(--muted-3); }
.dtcat-find input:focus-visible { outline: 2px solid var(--ac); outline-offset: -1px; border-color: var(--ac); }
.dtcat-only { display: inline-flex; align-items: center; gap: 8px; font-size: 15px; color: var(--muted-2); cursor: pointer; min-height: 40px; }
.dtcat-only input { accent-color: var(--ac); width: 16px; height: 16px; }
.dtcat-tally { font-family: var(--mono); word-spacing: -.25em; font-size: 13px; letter-spacing: .09em; color: var(--muted-3); margin: 0; white-space: nowrap; }
.dtcat-empty { font-size: 16px; color: var(--muted-2); margin: 0 0 24px; padding: 18px; border: 1px dashed var(--rule-4); border-radius: 3px; }
@media (max-width: 640px) {
  .dtcat-navwrap { margin-inline: calc(var(--pad, 20px) * -1); padding-inline: 10px; max-width: 100vw; }
  .dtcat-navwrap .dtcat-nav { flex-wrap: nowrap; overflow-x: auto; padding-block: 8px; }
  .dtcat-head { position: static; }
  .dtcat-nav a { flex: 0 0 auto; font-size: 14px; padding: 6px 10px; min-height: 32px; }
  .dtcat-tools { gap: 10px 14px; }
  .dtcat-find { flex-basis: 100%; }
}
.dtitem::details-content { opacity: 0; transition: opacity 170ms ease, content-visibility 170ms allow-discrete; }
.dtitem[open]::details-content { opacity: 1; }
@supports (interpolate-size: allow-keywords) {
  .dtitem::details-content { block-size: 0; overflow: hidden; transition: block-size 220ms ease, opacity 170ms ease, content-visibility 220ms allow-discrete; }
  .dtitem[open]::details-content { block-size: auto; }
}
@media (max-width: 1023px) {
  .dtcat { grid-template-columns: repeat(auto-fill, minmax(min(216px, 100%), 1fr)); gap: 18px 14px; }
}
@media (max-width: 900px) {
  .dtitem-body, .dtitem-body:not(:has(.dtitem-gal)) { grid-template-columns: 1fr; grid-template-rows: none; gap: 18px; }
  .dtitem-text > div[data-copy], .dtitem-caution, .dtitem-specs, .dtitem-ds, .dtitem-own, .dtitem-gal { grid-column: auto; grid-row: auto; }
  .dtitem-gal { margin-bottom: 0; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); }
  .dtitem-caution { max-width: 580px; }
  .dtitem[open] > summary { grid-template-columns: 84px 1fr auto; }
}
@media (max-width: 640px) {
  .dtcat { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 10px; }
  .dtitem-chips { display: none; }
  .dtcat-head { margin-top: 28px; }
  .dtcat-tools { padding-bottom: 12px; }
}
@media (max-width: 400px) {
  .dtitem:not([open]) .dtitem-one { -webkit-line-clamp: 3; }
  .dtcat { grid-template-columns: 1fr; gap: 0; }
  .dtitem { border-radius: 0; border-width: 0 0 1px 0; }
  .dtitem-stocked { border-left-width: 2px; }
  .dtitem:not([open]) > summary { display: grid; grid-template-columns: 1fr 84px; gap: 14px; align-items: center; padding: 12px 14px; min-height: 60px; }
  .dtitem:not([open]) .dtitem-thumb { aspect-ratio: 1; padding: 6px; border-bottom: 0; }
  .dtitem:not([open]) .dtitem-noimg { padding: 6px; }
  .dtitem:not([open]) .dtitem-noimg-n { font-size: 15px; }
  .dtitem:not([open]) .dtitem-cap { padding: 0; order: -1; }
  .dtitem-body { padding: 14px; }
  .dtitem-chips { display: flex; margin-top: 8px; }
  .dtitem-thumb-sil .dtitem-sil-t { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .dtitem, .dtitem-chev, .dtitem::details-content { transition: none; }
}
.slides { max-width: 900px; margin: 0 auto; }
.slides-stage { display: grid; border: 1px solid var(--rule-2); background: var(--bg-2); }
.slides-fig { grid-area: 1 / 1; position: relative; opacity: 1; transition: opacity 420ms ease; }
.slides-fig.is-off { opacity: 0; pointer-events: none; }
.slides-fig img { display: block; width: 100%; max-height: 300px; object-fit: contain; margin: 0 auto; }
.slides-note {
  position: absolute; left: 0; right: 0; bottom: 0; margin: 0;
  text-align: center; padding: 5px 10px;
  font-family: var(--mono); word-spacing: -.25em; font-size: 13px; letter-spacing: .12em;
  color: var(--muted-3); background: var(--scrim); border-top: 1px solid var(--rule-2);
}
.slides-dots { display: flex; justify-content: center; gap: 10px; margin-top: 12px; }
.slides-dot {
  appearance: none; background: none; border: 0; cursor: pointer; padding: 0;
  min-width: 44px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center;
}
.slides-dot span {
  display: block; width: 13px; height: 13px; border-radius: 50%;
  border: 1px solid var(--rule-4); opacity: .4; transition: opacity 200ms ease, transform 200ms ease;
}
.slides-dot.is-on span { opacity: 1; transform: scale(1.18); box-shadow: 0 0 10px currentColor; }
.slides-dot:focus-visible { outline: 2px solid var(--ac); outline-offset: 2px; }
@media (prefers-reduced-motion: reduce) { .slides-fig { transition: none; } }
@media (max-width: 720px) { .slides-fig img { max-height: 240px; } }
.prod-pic { max-width: 900px; margin: 0 auto; }
.prod-pic img { width: 100%; max-height: 300px; object-fit: contain; margin: 0 auto; border: 1px solid var(--rule-2); background: var(--bg-2); }
.prod-pic.case { max-width: 900px; }
.prod-pic.case img { max-height: none; aspect-ratio: 16 / 9; object-fit: cover; background: #000; }
@media (max-width: 720px) {
  .prod-pic { max-width: 100%; }
  .prod-pic img { max-height: 240px; }
}
#bestfor img { aspect-ratio: 11 / 6; }
.sizefig { display: flex; flex-wrap: wrap; gap: 18px 48px; align-items: flex-start; margin-top: 4px; }
.sizecol { flex: 1 1 600px; max-width: 600px; min-width: min(420px, 100%); display: flex; flex-direction: column; gap: 18px; }
.sizeitem { display: flex; flex-direction: column; gap: 5px; min-width: 0; }
.sizefig .sb-tag { font-family: var(--mono); word-spacing: -.25em; font-size: 13px; letter-spacing: .08em; color: var(--dim); }
.sizefig .sb-label { font-family: var(--mono); word-spacing: -.25em; font-size: 15px; letter-spacing: .04em; color: var(--muted); }
.sizefig .sb-label b { color: var(--text); font-weight: 500; margin-left: 6px; }
.sizepair { display: flex; align-items: flex-end; gap: 3%; }
.sizepair .sizeitem { flex: 0 0 auto; }
.sd { display: block; height: auto; overflow: visible; }
.sd * { vector-effect: non-scaling-stroke; }
.sd-glass, .sd-body { fill: var(--bg-raise); stroke: var(--rule-4); stroke-width: 1.25; }
.sd-core { fill: var(--muted-3); }
.sd-die { fill: var(--muted-3); }
.sd-coil, .sd-trace { fill: none; stroke: var(--ac); stroke-width: 1; opacity: .78; }
.sd-lead { fill: none; stroke: var(--ac); stroke-width: 1; opacity: .55; }
.sd-glint { fill: none; stroke: var(--rule-4); stroke-width: 1; stroke-linecap: round; }
.sd-led { opacity: .95; }
.sd-led-glow { opacity: .3; animation: vk-glow 2.6s ease-in-out infinite; animation-play-state: var(--ap); }
.sd-ref { fill: var(--bg-raise); stroke: var(--dim); stroke-width: 1.25; }
.sd-ref-in { fill: none; stroke: var(--rule-3); stroke-width: 1; }
.sd-ref-item .sb-label b { color: var(--muted); }
@media (prefers-reduced-motion: reduce) { .sd-led-glow { animation: none; } }
:root[data-theme="light"] .sd-glass, :root[data-theme="light"] .sd-body { fill: rgba(10,20,30,.05); }
:root[data-theme="light"] .sd-coil, :root[data-theme="light"] .sd-trace { opacity: .85; }
@media (max-width: 560px) { .sizecol { gap: 15px; } }
@media print {
  .hdr, .ftr, .drawer, .line-bar, .btn, .theme, .lang { display: none !important; }
  body { background: #fff; color: #000; }
  .band { border-color: #ccc; }
}
.c-body a, .panel-foot a, .note a, .cl-foot a, .lead a, .kv a, .lb-body a { text-decoration: underline; text-underline-offset: 2px; }
.c-body .ilist a { text-decoration: none; }
main span[data-copy] > a:not(.btn):not(.card):not(.cl) { text-decoration: underline; text-underline-offset: 2px; }
#screens .card img { aspect-ratio: 3 / 4; }
.vhero {
  isolation: isolate;                                                   
  position: relative;
  height: min(88vh, 940px);
  min-height: 460px;
  overflow: hidden;
  background: var(--bg);
  display: grid;
  align-items: center;
}
.vhero-media { position: absolute; inset: 0; }
.vhero-plate { width: 100%; height: 100%; object-fit: cover; object-position: 56% 42%; display: block; }
.vhero-mark {
  position: absolute;
  left: 50%;
  bottom: 14%;
  transform: translateX(-50%);
  width: min(34vw, 460px);
  height: auto;
  z-index: 2;
  mix-blend-mode: screen;
  pointer-events: none;
}
.vhero-cue {
  position: absolute; left: var(--pad); bottom: 22px;
  font-family: var(--mono); word-spacing: -.25em; font-size: 13px; letter-spacing: .16em;
  color: rgba(255,255,255,.66); text-shadow: 0 1px 10px rgba(0,0,0,.6); pointer-events: none;
}
.vhero-arrow { display: inline-block; animation: vk-cue 2.4s ease-in-out infinite; animation-play-state: var(--ap); }
@keyframes vk-cue { 0%, 100% { transform: translateY(0); opacity: .5 } 50% { transform: translateY(4px); opacity: 1 } }
@media (max-width: 1024px) {
  .vhero { height: min(84vh, 820px); }
  .vhero-mark { width: min(62vw, 420px); bottom: 18%; }
}
@media (max-width: 600px) {
  .vhero { min-height: 420px; }
}
.section.bo { padding-top: 0; }
.bo-sec { padding: 18px 0 20px; border-bottom: 1px solid var(--rule); }
.bo-b .bo-sec:last-child { border-bottom: 0; }
@media (min-width: 1025px) {
  .bo-grid {
    display: grid;
    grid-template-columns: minmax(0, 880px) minmax(268px, 348px);
    justify-content: space-between;
    column-gap: 48px;
    align-items: start;
  }
  .bo-a { grid-column: 1; grid-row: 1; }
  .bo-b { grid-column: 1; grid-row: 2; }
  .bo-rail { grid-column: 2; grid-row: 1 / span 2; align-self: start; position: sticky; top: calc(var(--hdr) + 14px); }
  .bo-rail-in { max-height: calc(100vh - var(--hdr) - 22px); overflow-y: auto; overscroll-behavior: contain; }
  .bo-a .bo-sec { padding-top: 22px; }
}
.bo-rail-in { border: 1px solid var(--rule-2); background: var(--bg-3); padding: 14px 16px; }
@media (max-width: 1024px) { .bo-rail { display: block; margin: 20px 0 4px; } }
.ack-pick { border: 0; background: none; padding: 0; margin: 0; min-width: 0; }
.ack-pick legend { padding: 0; font-size: 16px; font-weight: 500; color: var(--text); }
.ack-pick-lead { margin: 6px 0 9px; font-size: 15px; line-height: 1.75; color: var(--muted); }
.ack-chips { display: grid; grid-template-columns: repeat(auto-fill, minmax(196px, 1fr)); gap: 4px; }
.ack-chip {
  display: flex; align-items: center; gap: 9px; min-height: 34px;
  padding: 6px 10px; border: 1px solid var(--rule-2); background: var(--bg-2);
  cursor: pointer; transition: border-color .15s ease, background .15s ease;
}
.ack-chip:hover { border-color: var(--ac); }
.ack-chip input { width: 15px; height: 15px; margin: 0; flex: none; accent-color: var(--ac); cursor: pointer; }
.ack-chip input:focus-visible { outline: 2px solid var(--ac); outline-offset: 2px; }
.ack-chip-n { font-size: 15px; color: var(--text); }
.ack-chip-tag {
  margin-left: auto; font-family: var(--mono); word-spacing: -.25em; font-size: 13px; letter-spacing: .08em;
  text-transform: uppercase; color: var(--dim); text-align: right;
}
.ack-chip:has(input:checked) { border-color: var(--ac); background: var(--ac-soft); }
.ack-sum {
  margin: 11px 0 0; padding-top: 10px; border-top: 1px solid var(--rule);
  font-size: 15px; font-weight: 500; color: var(--ac-text);
}
.ack-none { margin: 4px 0 0; font-size: 15px; line-height: 1.7; color: var(--dim); }
.ack-none[hidden] { display: none; }
.ack-msg { margin: 11px 0 0; padding-top: 10px; border-top: 1px solid var(--rule); }
.ack-msg-h { font-size: 13px; letter-spacing: .05em; color: var(--dim); margin-bottom: 5px; }
.ack-msg-t {
  margin: 0; padding: 10px 12px; border: 1px solid var(--rule-2); background: var(--bg-2);
  font-size: 15px; line-height: 1.72; color: var(--text);
  white-space: pre-line; user-select: all; -webkit-user-select: all;
}
.ack-msg-cta { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 10px; }
.ack-msg-cta .btn { flex: 1 1 100%; }
.ack-msg-cta .btn.ok { border-color: var(--ac); color: var(--ac-text); }
.ack-msg-note { margin: 9px 0 0; font-size: 15px; line-height: 1.7; color: var(--dim); }
.ackg-list { counter-reset: ack; display: flex; flex-direction: column; gap: 14px; margin: 16px 0 0; }
.ackg { border: 1px solid var(--rule-2); background: var(--bg-3); padding: 16px 18px 18px; min-width: 0; }
.ackg[hidden] { display: none; }
.ackg-head { display: flex; align-items: baseline; gap: 12px; padding-bottom: 12px; border-bottom: 1px solid var(--rule); }
.ackg-t { margin: 0; font-size: 16px; font-weight: 500; color: var(--text); }
.ackg-n { margin-left: auto; font-family: var(--mono); word-spacing: -.25em; font-size: 13px; letter-spacing: .08em; color: var(--dim); }
.ackg-n[hidden] { display: none; }
.ackg-l { list-style: none; margin: 13px 0 0; padding: 0; }
.ackg-l > li {
  display: grid; grid-template-columns: 2.2em minmax(0, 1fr); column-gap: 10px; row-gap: 3px;
  margin-bottom: 14px;
}
.ackg-l > li:last-child { margin-bottom: 0; }
.ackg-l > li[hidden] { display: none; }
@media (min-width: 1025px) {
  .ackg-l { columns: 2; column-gap: 34px; }
  .ackg-l > li { break-inside: avoid; }
  .ackg-l > li:last-child { margin-bottom: 14px; }
}
.ackg-l > li::before {
  counter-increment: ack; content: counter(ack, decimal-leading-zero);
  grid-column: 1; font-family: var(--mono); word-spacing: -.25em; font-size: 15px; line-height: 1.85;
  letter-spacing: .05em; color: var(--ac);
}
.ackg-l > li > strong { grid-column: 2; font-size: 15px; font-weight: 500; line-height: 1.85; color: var(--text); }
.ackg-b { grid-column: 2; font-size: 15px; line-height: 1.9; color: var(--muted); }
.ack-warranty { margin: 15px 0 0; padding-top: 15px; border-top: 1px solid var(--rule); }
.ack-warranty[hidden] { display: none; }
.ack-wgrid { display: flex; flex-wrap: wrap; gap: 14px; }
.ack-wgrid > div { flex: 1 1 280px; min-width: 0; display: flex; }
.ack-wgrid > div > .card { flex: 1 1 auto; }
.ack-wgrid > div[hidden] { display: none; }
.ack-wfoot { margin: 12px 0 0; font-size: 15px; line-height: 1.8; color: var(--dim); }
.print-only { display: none; }
@media print {
  .print-only { display: block; }
  .bo-grid { display: block; }
  .bo-rail-in { max-height: none; overflow: visible; border: 0; padding: 0; }
  .ack-msg-cta { display: none !important; }
  .ackg { border: 0; padding: 0; break-inside: avoid; }
}
.askgrid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 18px 0 0; }
.askitem {
  border: 1px solid var(--rule-2); background: var(--bg-3); padding: 18px 20px;
  display: flex; flex-direction: column; gap: 9px; min-width: 0;
}
.askitem .c-title { font-size: 16px; font-weight: 500; }
.askitem .c-body { font-size: 15px; line-height: 1.9; color: var(--muted); margin: 0; }
.askitem .c-body strong { color: var(--text); font-weight: 500; }
.askitem .c-link {
  font-family: var(--mono); word-spacing: -.25em; font-size: 13px; letter-spacing: .09em;
  margin-top: auto; padding-top: 6px; color: var(--ac-text);
}
.clinichelp { margin: 22px 0 0; padding: 22px 24px; border: 1px solid var(--ac); background: var(--ac-soft); }
.clinichelp .ch-kicker {
  font-family: var(--mono); word-spacing: -.25em; font-size: 13px; letter-spacing: .11em;
  text-transform: uppercase; color: var(--ac); display: block; margin-bottom: 6px;
}
.clinichelp h3 { font-size: 19px; font-weight: 500; margin: 0 0 10px; }
.clinichelp .c-body { font-size: 15px; line-height: 1.9; color: var(--muted); margin: 0 0 14px; }
.ch-steps { margin: 0 0 16px; padding-left: 1.3em; }
.ch-steps li { font-size: 15px; line-height: 1.9; color: var(--muted); margin-bottom: 7px; }
.ch-steps li strong { color: var(--text); font-weight: 500; }
.ch-say { border: 1px solid var(--rule-2); background: var(--bg-2); padding: 15px 17px; }
.ch-say-h {
  font-family: var(--mono); word-spacing: -.25em; font-size: 13px; letter-spacing: .11em;
  text-transform: uppercase; color: var(--dim); margin-bottom: 9px;
}
.ch-say-t {
  margin: 0 0 13px; font-size: 15px; line-height: 1.95; color: var(--text);
  user-select: all; -webkit-user-select: all;
}
.ch-say-cta { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.ch-say-cta .btn.ok { border-color: var(--ac); color: var(--ac-text); }
@media (max-width: 720px) {
  .askgrid { grid-template-columns: 1fr; }
  .clinichelp { padding: 18px 16px; }
}
.vlook { margin: 26px 0 0; }
.vlook-h { font-size: 16px; font-weight: 500; margin: 0 0 6px; }
.vshots { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 16px 0 0; }
.vshot { margin: 0; border: 1px solid var(--rule-2); background: var(--bg-3); padding: 18px; }
.vshot img { display: block; width: 100%; height: auto; margin: 0 auto; border: 1px solid var(--rule); }
.vshot-qr img { max-width: 276px; }
.vshot-timeline img { max-width: 420px; }
:root:not([data-theme="light"]) .vshot .vs-light { display: none; }
:root[data-theme="light"] .vshot .vs-dark { display: none; }
.vshot figcaption { margin: 13px 0 0; font-size: 15px; line-height: 1.85; color: var(--muted); }
.vshot figcaption strong { display: block; color: var(--text); font-weight: 500; margin-bottom: 5px; font-size: 15px; }
@media (max-width: 720px) { .vshots { grid-template-columns: 1fr; } }
.map-clear { margin: 0 0 12px; }
.map-clear[hidden] { display: none; }
.map-list .card[hidden] { display: none; }
.map-list.is-filtered { position: relative; }
html[data-lang="ja"] body { font-weight: 400; }
@media (min-width: 721px) { body { font-size: 16px; } }
html[data-lang="ja"] body { word-break: keep-all; overflow-wrap: break-word; }
html[data-lang="ja"] :is(h1, h2, h3, h4) { overflow-wrap: anywhere; }
@supports not (word-break: auto-phrase) { html[data-lang="ja"] .lead { text-wrap: wrap; } }
.sec-link { font-size: 16px; letter-spacing: .08em; }
html[data-lang="ja"] .ftr-co { font-family: var(--sans); word-spacing: normal; letter-spacing: var(--track-ja); }
html[data-lang="ja"] .ftr-map h2 { font-family: var(--sans); word-spacing: normal; font-size: 15px; letter-spacing: var(--track-ja); }
html[data-lang="ja"] .ftr-est { font-family: var(--sans); word-spacing: normal; font-size: 15px; letter-spacing: var(--track-ja); }
.step { grid-template-columns: 26px var(--step-t, 88px) minmax(0,1fr); }
.step .t { min-width: 0; }
html[data-lang="en"] .step { --step-t: 64px; }
@media (max-width: 620px) {
  .rail-stack .step { grid-template-columns: 26px minmax(0,1fr); row-gap: 4px; }
  .rail-stack .step .d { grid-column: 2; }
}
.lang { align-items: center; }
.btn.line, .consult { font-weight: 500; }
.consult .en, :root[data-theme="light"] .consult .en { opacity: .75; }
.kv { font-size: 15px; color: var(--muted-3); }
.kv b { color: var(--text); }
html[data-lang="ja"] .kv [data-copy="ja"] { font-family: var(--sans); word-spacing: normal; letter-spacing: var(--track-ja); font-size: 15px; }
#choose .card .c-list { margin-top: auto; padding-top: 4px; }
.ask-more { margin: 14px 0 0; }
@media (max-width: 720px) {
  .brand-sub { display: none; }
  .brand-mark { height: 26px; }
  .ftr-brand .brand-mark { height: 28px; }
  .ask-more { margin: 20px 0 8px; }
  .askgrid { gap: 18px; margin-top: 20px; }
  .section { padding-top: 44px; padding-bottom: 46px; }
  .section.tight { padding-top: 20px; padding-bottom: 22px; }
  .products { padding-top: 22px; padding-bottom: 24px; }
  .grid { gap: 18px; }
  .sec-head { margin-bottom: 16px; }
  .panel { padding-top: 20px; padding-bottom: 22px; }
}
@media (max-width: 380px) {
  .brand-mark { height: 22px; }
}
@media (max-width: 360px) {
  .hdr-tools .theme { display: none; }
  .drawer .d-tools { display: flex; }
}
html[data-lang="ja"] .card .c-link,
html[data-lang="ja"] .askitem .c-link { font-family: var(--sans); word-spacing: normal; font-size: 15px; letter-spacing: var(--track-ja); }
html[data-lang="ja"] .consult { font-family: var(--sans); word-spacing: normal; font-size: 15px; letter-spacing: var(--track-ja); }
html[data-lang="ja"] .scroll-hint { font-family: var(--sans); word-spacing: normal; font-size: 15px; letter-spacing: var(--track-ja); }
html[data-lang="ja"] .dtcat-find-l { font-family: var(--sans); word-spacing: normal; font-size: 15px; letter-spacing: var(--track-ja); }
html[data-lang="ja"] .dtitem-noimg-t { font-family: var(--sans); word-spacing: normal; font-size: 13px; letter-spacing: var(--track-ja); }
html[data-lang="ja"] .dtitem-ds-note { font-family: var(--sans); word-spacing: normal; font-size: 13px; letter-spacing: var(--track-ja); }
html[data-lang="ja"] .facts .k { font-family: var(--sans); word-spacing: normal; font-size: 15px; letter-spacing: var(--track-ja); }
html[data-lang="ja"] .use-lv { letter-spacing: var(--track-ja); }
html[data-lang="ja"] .map-group { font-family: var(--sans); word-spacing: normal; font-size: 15px; letter-spacing: var(--track-ja); }
html[data-lang="ja"] h1,
html[data-lang="ja"] h2,
html[data-lang="ja"] h3,
html[data-lang="ja"] h4 { letter-spacing: var(--track-ja); }
html[data-lang="ja"] body { text-autospace: normal; }
.tst-wall { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); border: 1px solid var(--rule-2); }
.tst-tile { display: flex; flex-direction: column; gap: 4px; padding: 20px 18px; border-right: 1px solid var(--rule-2); border-bottom: 1px solid var(--rule-2); }
.tst-v { font-family: var(--mono); word-spacing: -.25em; font-size: 26px; font-weight: 700; line-height: 1.15; color: var(--text-hero); letter-spacing: .01em; }
html[data-lang="ja"] .tst-v [data-copy="ja"] { font-family: var(--sans); word-spacing: normal; font-size: 22px; letter-spacing: var(--track-ja); }
.tst-l { font-size: 15px; font-weight: 500; color: var(--text); }
.tst-s { font-size: 15px; color: var(--muted-3); line-height: 1.6; }
.tst-det { border: 1px solid var(--rule-2); background: var(--bg-3); }
.tst-det summary { cursor: pointer; list-style: none; padding: 13px 18px; font-family: var(--mono); word-spacing: -.25em; font-size: 13px; letter-spacing: .11em; color: var(--ac); }
html[data-lang="ja"] .tst-det summary { font-family: var(--sans); word-spacing: normal; font-size: 15px; letter-spacing: var(--track-ja); }
.tst-det summary::-webkit-details-marker { display: none; }
.tst-det summary::before { content: "+"; font-family: var(--mono); margin-right: 10px; }
.tst-det[open] summary::before { content: "\2212"; }
.tst-det[open] summary { border-bottom: 1px solid var(--rule-2); }
.tst-det-in { padding: 4px 18px 18px; }
@media (min-width: 1100px) {
  .tst-det-in { columns: 2; column-gap: 44px; }
  .tst-ev { break-inside: avoid; padding-top: 16px; }
}
.tst-ev { padding: 18px 0; border-bottom: 1px solid var(--rule); }
.tst-ev:last-child { border-bottom: 0; }
.tst-ev-h { display: flex; align-items: baseline; gap: 12px; margin: 0 0 10px; font-size: 16px; font-weight: 500; }
.tst-ev-v { font-family: var(--mono); word-spacing: -.25em; color: var(--ac); }
html[data-lang="ja"] .tst-ev-v [data-copy="ja"] { font-family: var(--sans); word-spacing: normal; letter-spacing: var(--track-ja); }
.tst-row { display: grid; grid-template-columns: 152px minmax(0, 1fr); gap: 10px 18px; padding: 5px 0; }
.tst-k { font-size: 15px; color: var(--dim); line-height: 1.75; }
.tst-vv { font-size: 15px; line-height: 1.8; color: var(--muted-2); max-width: 68ch; }
.tst-vv a { color: var(--muted-2); }
.tst-vv a:hover { color: var(--ac); }
@media (max-width: 720px) { .tst-row { grid-template-columns: 1fr; gap: 2px; padding: 8px 0; } }
.tst-chain { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: stretch; gap: 0; }
.tst-step { display: flex; flex-direction: column; gap: 6px; padding: 20px 18px; border: 1px solid var(--rule-2); }
.tst-step .ic { color: var(--dim); }
.tst-step.is-known { border-color: var(--rule-3); }
.tst-step.is-known .ic, .tst-step.is-known .tst-step-v { color: var(--ac); }
.tst-step.is-open { border-style: dashed; }
.tst-step.is-open .tst-step-v { color: var(--muted-3); }
.tst-step-v { font-family: var(--mono); word-spacing: -.25em; font-size: 19px; font-weight: 700; color: var(--text); letter-spacing: .01em; }
html[data-lang="ja"] .tst-step-v [data-copy="ja"] { font-family: var(--sans); word-spacing: normal; font-size: 19px; letter-spacing: var(--track-ja); }
.tst-step-l { font-size: 15px; color: var(--dim); }
.tst-step-b { margin: 6px 0 0; font-size: 15px; line-height: 1.8; color: var(--muted-2); }
.tst-arrow { align-self: center; width: 34px; height: 1px; background: var(--rule-3); position: relative; }
.tst-arrow::after { content: ""; position: absolute; right: 0; top: -3px; width: 7px; height: 7px; border-top: 1px solid var(--rule-4); border-right: 1px solid var(--rule-4); transform: rotate(45deg); }
@media (max-width: 860px) {
  .tst-chain { grid-template-columns: 1fr; }
  .tst-arrow { width: 1px; height: 26px; justify-self: center; }
  .tst-arrow::after { right: -3px; top: auto; bottom: 0; transform: rotate(135deg); }
}
@media (min-width: 900px) { .tst-src .lb-src ul { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 44px; } }
.tst-banner-sec { padding-top: 0; padding-bottom: 0; }
.tst-banner { margin: 0; }
.tst-banner img { display: block; width: 100%; height: auto; border: 1px solid var(--rule-2); }
.tst-banner figcaption { margin-top: 7px; font-size: 13px; color: var(--dim-2); }
@media (max-width: 720px) {
  .tst-banner img { aspect-ratio: 16 / 9; object-fit: cover; object-position: 12% center; height: auto; }
}
.w-video { margin-top: 12px; padding: 11px 13px; border: 1px solid var(--rule-2); background: var(--bg-3); }
.w-video-h { display: block; font-size: 15px; font-weight: 500; color: var(--text); margin-bottom: 4px; }
.w-video p { margin: 0; font-size: 15px; line-height: 1.8; color: var(--muted-2); }
.legal.numbered .lb-body ul { list-style: none; padding-left: 0; }
.legal.numbered .lb-body ul > li { position: relative; padding-left: 3.9em; }
.legal.numbered .lb-body ul > li::before { content: none; }
.lb-c { position: absolute; left: 0; top: 0; font-family: var(--mono); word-spacing: normal; font-size: 13px; color: var(--dim); letter-spacing: .04em; }
.legal.numbered .lb-body ul > li.lb-sub { padding-left: 0; margin-top: 16px; }
.legal.numbered .lb-body ul > li.lb-sub:first-child { margin-top: 0; }
@media (max-width: 720px) {
  .legal.numbered .lb-body ul > li { padding-left: 3.6em; }
}
.pdots.is-key { position: relative; }
.pdots.is-key::after {
  content: ""; position: absolute; left: -8px; top: -8px;
  width: 32px; height: 32px;
  border-radius: 50%;
}
.acc-pop {
  z-index: 60; display: flex; flex-direction: column; align-items: center; gap: 8px;
  padding: 12px 14px 10px;
  background: var(--bg-3); border: 1px solid var(--rule-3); border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,.45);
}
.acc-row { display: flex; gap: 10px; }
.acc-name {
  min-height: 1.15em; font-family: var(--mono, inherit); font-size: 11px;
  letter-spacing: .04em; color: var(--muted); white-space: nowrap;
}
:root[data-theme="light"] .acc-pop { box-shadow: 0 10px 30px rgba(10,20,30,.18); }
.acc-pop > .acc-sw { flex: 0 0 auto; }
.acc-sw {
  width: 22px; height: 22px; padding: 0; border-radius: 50%; cursor: pointer;
  background: var(--sw); border: 1px solid rgba(255,255,255,.28);
  box-shadow: 0 0 0 0 var(--sw); transition: box-shadow .16s ease, transform .16s ease;
}
:root[data-theme="light"] .acc-sw { border-color: rgba(10,20,30,.28); }
.acc-sw:hover { transform: scale(1.08); }
.acc-sw:focus-visible { outline: 2px solid var(--text); outline-offset: 3px; }
.acc-sw.is-on { box-shadow: 0 0 0 2px var(--bg-3), 0 0 0 4px var(--sw); }
@media (prefers-reduced-motion: reduce) {
  .acc-sw { transition: none; }
  .acc-sw:hover { transform: none; }
}
.pay-shout { font-size: clamp(26px, 5vw, 40px); font-weight: 700; line-height: 1.2; color: var(--text-strong); margin: 0; }
.pay-wink { display: block; font-size: .5em; font-weight: 500; color: var(--ac-text); margin-top: 6px; }
:root[data-theme="light"] .uc-pf .pf-part .pf-v, :root[data-theme="light"] .tone-part { color: #9A6400; }
.uc-lede { font-size: 22px; font-weight: 600; color: var(--text-strong); margin: 0; }
.uc-more { font-size: 17px; font-weight: 600; color: var(--text-strong); margin: 28px 0 0; }
.uses6 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 40px; row-gap: 36px; margin-top: 8px; }
@media (max-width: 980px) { .uses6 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) { .uses6 { grid-template-columns: 1fr; row-gap: 28px; } }
.scan-item { border-top: 1px solid var(--rule); padding-top: 14px; display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.scan-top { display: flex; align-items: center; gap: 10px; color: var(--ac); }
.scan-n { font-family: var(--mono); font-size: 12px; color: var(--dim); letter-spacing: .08em; }
.scan-label { font-size: 19px; font-weight: 700; letter-spacing: .02em; color: var(--text-strong); margin: 0; }
.scan-proto { font-family: var(--mono); font-size: 12px; color: var(--dim); margin: -4px 0 0; }
.scan-lede { margin: 0; color: var(--text); font-size: 15px; }
.scan-flow { margin: 0; font-size: 12.5px; color: var(--muted); display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 6px; }
.scan-flow i { font-style: normal; color: var(--dim); }
.scan-flow span:last-child { color: var(--text-strong); }
.mk-row { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 4px 14px; font-size: 13px; color: var(--muted); }
.mk { display: inline-flex; align-items: baseline; gap: 5px; }
.mk-g { font-size: 11px; }
.mk-ok .mk-g, .mk-ok.tone { color: var(--ok); }
.mk-part .mk-g { color: #E0A526; }
.mk-no .mk-g { color: var(--warn); }
:root[data-theme="light"] .mk-part .mk-g { color: #9A6400; }
.mk-key { margin: 0; display: flex; gap: 18px; font-size: 12.5px; color: var(--dim); }
details.more { margin-top: 2px; }
details.more > summary { cursor: pointer; list-style: none; font-size: 13.5px; color: var(--ac-text); display: inline-flex; gap: 8px; align-items: baseline; }
details.more > summary::-webkit-details-marker { display: none; }
details.more > summary::before { content: "+"; font-family: var(--mono); color: var(--ac); }
details.more[open] > summary::before { content: "\2212"; }
details.more > p, details.more > ul { margin: 10px 0 0; font-size: 14.5px; }
details.more .c-list { display: grid; gap: 8px; }
.cols { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 40px; row-gap: 24px; }
@media (max-width: 860px) { .cols { grid-template-columns: 1fr; } }
.cols .col-item { border-top: 1px solid var(--rule); padding-top: 12px; }
.col-item h4 { display: flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 600; color: var(--text-strong); margin: 0 0 6px; }
.col-item h4 svg { color: var(--ac); flex: none; }
.col-item p { margin: 0; font-size: 14px; color: var(--muted); }
.col-item .scan-proto { margin: -2px 0 6px; }
.ip { border-top: 1px solid var(--rule); }
.ip-row { border-bottom: 1px solid var(--rule); }
.ip-row > summary { cursor: pointer; list-style: none; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; align-items: baseline; padding: 12px 0; }
.ip-row > summary::-webkit-details-marker { display: none; }
.ip-name { font-weight: 600; color: var(--text-strong); }
.ip-name::before { content: "+"; font-family: var(--mono); color: var(--ac); margin-right: 10px; }
.ip-row[open] .ip-name::before { content: "\2212"; }
.ip-row .mk { font-size: 14px; color: var(--text-strong); }
.ip-why { margin: 0 0 14px 22px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
@media (max-width: 620px) { .ip-why { grid-template-columns: 1fr; gap: 6px; } }
.ip-why dt { font-size: 12px; color: var(--dim); }
.ip-why dd { margin: 2px 0 0; font-size: 14px; }
.vm { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 6px; }
.vm-big { font-family: var(--mono); font-size: 26px; font-weight: 600; color: var(--text-strong); }
.vm-price { font-size: 14px; color: var(--text-strong); }
.vm-row { display: grid; grid-template-columns: auto auto; justify-content: start; column-gap: 12px; row-gap: 2px; font-size: 12px; color: var(--dim); margin-bottom: 10px; }
.dots { color: var(--ac); letter-spacing: .15em; font-size: 11px; }
.vm-best { display: block; margin-top: 8px; font-size: 13px; color: var(--muted); }
.glance { display: flex; flex-wrap: wrap; gap: 6px 24px; margin-bottom: 6px; }
.glance b { color: var(--text-strong); font-weight: 600; margin-left: 6px; }
.app-row { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 24px; align-items: start; }
@media (max-width: 620px) { .app-row { grid-template-columns: 1fr; } }
.app-icons { display: flex; gap: 14px; }
.app-icons figure { margin: 0; text-align: center; }
.app-icons figcaption { font-size: 11.5px; color: var(--dim); margin-top: 6px; }
.app-icons .soon img { opacity: .9; }
.app-ico img { width: 72px; height: 72px; border-radius: 16px; display: block; }
.app-name { font-size: 18px; margin: 0; color: var(--text-strong); }
.app-sub { margin: 4px 0 10px; color: var(--muted); font-size: 14.5px; }
.app-st { list-style: none; margin: 0 0 10px; padding: 0; display: grid; gap: 4px; font-size: 14px; }
.app-st-v { color: var(--muted); margin-left: 8px; }
.app-link { font-size: 14px; }
.pay-wink { font-size: max(15px, .42em) !important; font-weight: 400 !important; color: var(--dim) !important; letter-spacing: .04em; }
.cols4 { grid-template-columns: repeat(4, minmax(0, 1fr)); column-gap: 28px; }
@media (max-width: 980px) { .cols4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) { .cols4 { grid-template-columns: 1fr; } }
.scan-top { justify-content: space-between; align-items: flex-start; }
.glyph-tile { width: 64px; height: 64px; display: grid; place-items: center; background: var(--ac-soft); color: var(--ac); }
.uses6 .scan-item { padding-top: 18px; gap: 10px; }
.col-g { display: block; color: var(--ac); margin-bottom: 8px; line-height: 0; }
.col-item h4 { gap: 0; }
.apps2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; }
@media (max-width: 860px) { .apps2 { grid-template-columns: 1fr; gap: 32px; } }
.app-block { border-top: 1px solid var(--rule); padding-top: 16px; min-width: 0; display: flex; flex-direction: column; gap: 10px; }
.app-head { display: flex; gap: 16px; align-items: center; }
.app-head .app-ico img { width: 64px; height: 64px; border-radius: 14px; display: block; }
.app-os { font-family: var(--mono); font-size: 12px; color: var(--dim); margin-left: 6px; font-weight: 400; }
.app-by { margin: 2px 0 4px; font-size: 13.5px; color: var(--muted); }
.app-head .mk { margin: 0; font-size: 14px; }
.appgrid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px 32px; }
@media (max-width: 1080px) { .appgrid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 680px) { .appgrid { grid-template-columns: 1fr; gap: 28px; } }
.appgrid .app-sub { margin: 0; }
.app-for { margin: 0; font-size: 13.5px; color: var(--muted); }
.app-for .k { font-family: var(--mono); font-size: 11.5px; color: var(--dim); margin-right: 6px; letter-spacing: .06em; }
.app-links { margin: 2px 0 0; display: flex; flex-wrap: wrap; gap: 6px 18px; }
#apps .card + .shots, #apps .grid + .shots { margin-top: 20px; }
.appwall-s { padding: 8px 0 12px; }
.app-block.has-shot { display: grid; grid-template-columns: minmax(0, 1fr) 112px; gap: 18px; align-items: start; }
.app-head > .app-ico, .app-head > .theme-ico { flex: 0 0 64px; }
.app-main { min-width: 0; display: flex; flex-direction: column; gap: 10px; }
.app-shot { display: block; width: 112px; }
.app-shot img { width: 112px; height: auto; display: block; border-radius: 10px; }
a.app-shot { border: 1px solid var(--rule); border-radius: 11px; overflow: hidden; }
.app-shot.soon { aspect-ratio: 240 / 522; border: 1px dashed var(--rule); border-radius: 11px; display: flex; align-items: center; justify-content: center; }
.app-shot.soon .app-ico img { width: 64px; height: 64px; border-radius: 15px; }
@media (max-width: 680px) { .app-block.has-shot { grid-template-columns: minmax(0, 1fr) 92px; gap: 14px; } .app-shot, .app-shot img { width: 92px; } .app-shot.soon .app-ico img { width: 52px; height: 52px; } }
.appwall { display: grid; grid-template-columns: repeat(auto-fill, minmax(104px, 1fr)); gap: 22px 12px; }
.appwall-i { display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center; font-size: 12.5px; color: var(--muted); text-decoration: none; }
.appwall-i .app-ico img { width: 84px; height: 84px; border-radius: 19px; transition: transform .15s ease; }
.appwall-i:hover .app-ico img, .appwall-i:focus-visible .app-ico img { transform: translateY(-3px); }
.appwall-i:hover span { color: var(--text-strong); }
.appwall-i.soon .app-ico img { opacity: .72; }
@media (max-width: 680px) { .appwall { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px 8px; } .appwall-i .app-ico img { width: 60px; height: 60px; border-radius: 14px; } .appwall-i { font-size: 11px; } }
.mij { display: inline-block; margin-left: 6px; padding: 1px 6px; border: 1px solid var(--rule); border-radius: 3px; font-family: var(--mono); font-size: 11px; color: var(--dim); white-space: nowrap; }
.theme-ico .ico-light { display: none; }
:root[data-theme="light"] .theme-ico .ico-light { display: block; }
:root[data-theme="light"] .theme-ico .ico-dark { display: none; }
.shots { position: relative; display: grid; grid-template-columns: 36px minmax(0, 1fr) 36px; align-items: center; gap: 6px; }
.shots.fits { grid-template-columns: 0 minmax(0, 1fr) 0; }
.shots.fits .shots-nav { visibility: hidden; width: 0; padding: 0; border: 0; overflow: hidden; }                                                                                                                
.shots-track { display: flex; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 2px 0 6px; }
.shots-track::-webkit-scrollbar { display: none; }
.shot { flex: 0 0 132px; scroll-snap-align: start; display: block; border: 1px solid var(--rule); cursor: zoom-in; }
.shot:hover, .shot:focus-visible { border-color: var(--ac); }
.shot img { width: 100%; height: auto; display: block; }
.shots-nav { width: 36px; height: 56px; border: 1px solid var(--rule); background: transparent; color: var(--text-strong); font-size: 26px; line-height: 1; cursor: pointer; }
.shots-nav:hover:not(:disabled) { border-color: var(--ac); color: var(--ac); }
.shots-nav:disabled { opacity: .25; cursor: default; }
dialog.lb { border: 0; padding: 0; background: transparent; max-width: 100vw; max-height: 100vh; width: 100vw; height: 100vh; }
dialog.lb::backdrop { background: rgba(3, 5, 8, .92); }
dialog.lb[open] { display: grid; grid-template-columns: 56px minmax(0, 1fr) 56px; align-items: center; }
.lb-fig { margin: 0; display: grid; justify-items: center; gap: 10px; }
.lb-fig img { max-height: 86vh; max-width: 100%; width: auto; height: auto; display: block; }
.lb-n { font-family: var(--mono); font-size: 12px; color: #9FACBB; }
.lb-nav, .lb-x { background: transparent; border: 0; color: #E8EDF3; font-size: 40px; cursor: pointer; line-height: 1; }
.lb-x { position: fixed; top: 12px; right: 18px; font-size: 34px; }
@media (max-width: 620px) { dialog.lb[open] { grid-template-columns: 36px minmax(0, 1fr) 36px; } .lb-nav { font-size: 30px; } }
:root {
  --fit-c1: #4DA3FF; --fit-c2: #B084FF; --fit-c3: #22C3D6; --fit-c4: #E070D0;
  --fit-c5: #7C83FF; --fit-c6: #9FB3C8; --fit-c7: #6FD0FF; --fit-c8: #C9A6FF;
  --fit-amber: #E0A526;
}
:root[data-theme="light"] {
  --fit-c1: #185FBE; --fit-c2: #6D3FCC; --fit-c3: #0B8595; --fit-c4: #A8338F;
  --fit-c5: #4149C9; --fit-c6: #56687C; --fit-c7: #2F7FC2; --fit-c8: #8A5CD6;
  --fit-amber: #9A6400;
}
.fit { display: grid; gap: 16px; }
.fit[hidden], .fit-ndef[hidden], .fit-v[hidden], .fit-l[hidden], .fit-over[hidden] { display: none; }
.fit-panel { border: 1px solid var(--rule-2); background: var(--bg-2); padding: 20px 22px 18px; display: grid; gap: 14px; }
.fit-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.fit-verdict { margin: 0; font-size: 24px; font-weight: 600; letter-spacing: .02em; color: var(--text-strong); line-height: 1.3; min-width: 0; }
.fit-v { display: inline-flex; align-items: baseline; gap: 10px; }
.fit-v[data-v="empty"] { font-size: 17px; font-weight: 400; color: var(--muted); }
.fit-g { font-size: 16px; }
.fit[data-state="fits"] .fit-g { color: var(--ok); }
.fit[data-state="tight"] .fit-g { color: var(--fit-amber); }
.fit[data-state="over"] .fit-g, .fit[data-state="over"] .fit-verdict { color: var(--warn); }
.fit-clear { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 0 14px; border: 1px solid var(--rule-3); background: transparent; color: var(--muted-2); font: inherit; font-size: 14px; cursor: pointer; }
.fit-clear:hover { border-color: var(--ac); color: var(--text-strong); }
.fit-clear .ic { line-height: 0; }
.fit-m { display: grid; gap: 6px; }
.fit-read { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.fit-lb { font-size: 13px; color: var(--muted); letter-spacing: var(--track-ja); }
.fit-num { font-family: var(--mono); font-size: 13px; color: var(--muted-2); white-space: nowrap; }
.fit-num b { font-weight: 600; color: var(--text-strong); font-size: 17px; }
.fit-bar { position: relative; height: 40px; background: var(--bg-3); box-shadow: inset 0 0 0 1px var(--rule-2); overflow: hidden; }
.fit-m-ram .fit-bar { height: 12px; }
.fit-track { display: flex; height: 100%; gap: 2px; }
.fit-track i { display: grid; place-items: center; flex: 0 0 auto; min-width: 3px; height: 100%; color: var(--bg); overflow: hidden; transition: flex-basis .2s ease; }
.fit-track i svg { width: 20px; height: 20px; stroke-width: 1.7; }
.fit-track i.no-ic svg { display: none; }
.fit-over { position: absolute; top: 0; bottom: 0; right: 0; border-left: 3px solid var(--warn); background: repeating-linear-gradient(135deg, rgba(255,77,94,.55) 0 5px, rgba(255,77,94,.15) 5px 10px); }
:root[data-theme="light"] .fit-over { background: repeating-linear-gradient(135deg, rgba(180,41,53,.6) 0 5px, rgba(180,41,53,.18) 5px 10px); }
.fit-bar.is-over { box-shadow: inset 0 0 0 1px var(--warn); }
.fit-lines { margin: 0; font-size: 14.5px; color: var(--muted-2); line-height: 1.7; min-height: 1.7em; }
.fit-l { display: block; }
.fit-n { font-family: var(--mono); color: var(--text-strong); font-weight: 600; }
.fit[data-state="over"] .fit-n { color: var(--warn); }
.fit-apps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.fit-app { position: relative; display: grid; grid-template-columns: 44px minmax(0, 1fr); grid-template-rows: auto auto; column-gap: 12px; align-items: center; text-align: left; min-height: 76px; padding: 12px 40px 12px 12px; border: 1px solid var(--rule-2); background: transparent; color: var(--text); font: inherit; cursor: pointer; transition: border-color .15s ease, background .15s ease; }
.fit-app:hover { border-color: var(--rule-4); }
.fit-app[aria-pressed="true"] { border-color: var(--c); background: color-mix(in srgb, var(--c) 7%, transparent); }
.fit-ic { grid-row: 1 / 3; width: 44px; height: 44px; display: grid; place-items: center; color: var(--c); background: color-mix(in srgb, var(--c) 13%, transparent); }
.fit-ic .ic { line-height: 0; }
.fit-app[aria-pressed="false"] .fit-ic { color: var(--muted-3); background: var(--bg-raise); }
.fit-tx { min-width: 0; display: grid; gap: 1px; }
.fit-nm { font-size: 15.5px; font-weight: 600; color: var(--text-strong); line-height: 1.35; }
.fit-ds { font-size: 12.5px; color: var(--muted); line-height: 1.5; }
.fit-kb { grid-column: 2; font-family: var(--mono); font-size: 12px; color: var(--dim); margin-top: 4px; }
.fit-app[aria-pressed="true"] .fit-kb { color: var(--c); }
.fit-tick { position: absolute; top: 12px; right: 12px; width: 18px; height: 18px; display: grid; place-items: center; border: 1px solid var(--rule-3); color: transparent; line-height: 0; }
.fit-app[aria-pressed="true"] .fit-tick { background: var(--c); border-color: var(--c); color: var(--bg); }
.fit-tick svg { stroke-width: 2.2; }
.fit .ic { color: inherit; }
.fit-ndef { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 14px; padding: 12px 14px; border: 1px dashed var(--rule-3); }
.fit-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.fit-chip { min-width: 56px; min-height: 40px; padding: 0 10px; border: 1px solid var(--rule-3); background: transparent; color: var(--muted-2); font-family: var(--mono); font-size: 13px; cursor: pointer; }
.fit-chip:hover { border-color: var(--ac); }
.fit-chip[aria-pressed="true"] { border-color: var(--ac); background: var(--ac-soft); color: var(--text-strong); }
.fit-note { margin-top: 0; max-width: 72ch; }
@media (max-width: 1100px) { .fit-apps { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) {
  .fit-panel { position: sticky; top: var(--hdr); z-index: 5; padding: 12px 14px; gap: 9px; margin: 0 calc(var(--pad) * -1); border-left: 0; border-right: 0; box-shadow: 0 8px 18px -12px rgba(0,0,0,.5); }
  .fit-verdict { font-size: 19px; }
  .fit-v[data-v="empty"] { font-size: 15px; }
  .fit-bar { height: 30px; }
  .fit-m-ram .fit-bar { height: 8px; }
  .fit-num b { font-size: 15px; }
  .fit-lines { font-size: 13.5px; }
  .fit-apps { grid-template-columns: 1fr; gap: 8px; }
  .fit-app { min-height: 64px; padding: 10px 40px 10px 10px; }
  .fit-chips { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); width: 100%; }
  .fit-chip { min-height: 44px; min-width: 0; }
  .fit-ndef { padding: 12px; }
}
@media (prefers-reduced-motion: reduce) { .fit-track i, .fit-app { transition: none; } }
.phero-in.split { grid-template-columns: minmax(0, 1fr) clamp(340px, 40vw, 540px); gap: 48px; align-items: center; padding-top: 30px; padding-bottom: 34px; }
.phero-in.split .phero-text { min-width: 0; }
.phero-in.split .phero-side { flex-direction: row; flex-wrap: wrap; margin-top: 22px; }
.phero-media { min-width: 0; }
.phero-media picture { display: block; }
.phero-media img { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; border-radius: 4px; background: var(--bg-2); }
.phero-media .slides { max-width: none; margin: 0; }
.phero-media .slides-stage { border: 0; background: none; }
.phero-media .slides-fig img { max-height: none; margin: 0; }
.phero-media .slides-note { border-radius: 0 0 4px 4px; }
.phero-media .slides-dots { margin-top: 4px; }
@media (max-width: 899px) {
  .phero-in.split { grid-template-columns: minmax(0, 1fr); gap: 18px; padding-top: 18px; }
  .phero-in.split .phero-media { order: -1; width: 100%; max-width: 520px; margin: 0 auto; }
}
@media (max-width: 720px) {
  .phero-in.split { padding-top: 0; }
  .phero-in.split .phero-media { max-width: none; width: auto; margin: 0 calc(var(--pad) * -1); }
  .phero-media img, .phero-media .slides-note { border-radius: 0; }
  .phero-media .slides-dots { margin-top: 0; }
}
.ib { display: grid; grid-template-columns: minmax(200px, 250px) minmax(0, 1fr); gap: 12px; }
.ib.n2 { grid-template-columns: minmax(200px, 250px) minmax(0, 1.4fr) minmax(0, 1fr); }
.ib-lead { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 14px; border: 1px solid var(--warn); background: var(--warn-soft); }
.ib-ic { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; border: 1px solid currentColor; color: var(--warn); }
.ib.ac .ib-lead { border-color: var(--ac); background: var(--ac-soft); }
.ib.ac .ib-ic { color: var(--ac); }
.ib-title { font-size: 17px; font-weight: 500; line-height: 1.5; color: var(--text); }
.ib-more { margin-top: auto; font-size: 15px; }
.ib-more a { text-decoration: underline; text-underline-offset: .18em; text-decoration-thickness: 1px; }
.ib-card { border: 1px solid var(--rule-2); background: var(--bg-3); padding: 14px 18px; min-width: 0; font-size: 15px; line-height: 1.85; color: var(--muted); }
.ib-card a { text-decoration: underline; text-underline-offset: .18em; text-decoration-thickness: 1px; }
.ib.n1 .ib-card p { columns: 2 22em; column-gap: 32px; }
@media (max-width: 1100px) {
  .ib.n2 { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .ib.n2 .ib-lead { grid-column: 1 / -1; }
}
@media (max-width: 899px) {
  .ib, .ib.n2 { grid-template-columns: minmax(0, 1fr); }
  .ib-lead { flex-direction: row; flex-wrap: wrap; align-items: center; column-gap: 12px; row-gap: 6px; }
  .ib.n2 .ib-lead, .ib-lead { grid-column: auto; }
  .ib-ic { width: 38px; height: 38px; }
  .ib-title { flex: 1 1 12em; }
  .ib-more { flex: 1 1 100%; margin-top: 0; }
  .ib.n1 .ib-card p { columns: auto; }
}
@media (max-width: 720px) {
  .ib-card { font-size: 16px; line-height: 1.9; padding: 14px 16px; }
}
.err .glitch { animation: vk-glitch 2s steps(1) infinite; }
@keyframes vk-glitch {
  0%, 100% { text-shadow: 1px 0 0 #ff2d55, -1px 0 0 #2d6bff; }
  8% { text-shadow: -3px 1px 0 #ff2d55, 3px -1px 0 #2d6bff; }
  9% { text-shadow: 1px 0 0 #ff2d55, -1px 0 0 #2d6bff; }
  31% { text-shadow: 4px 0 0 #ff2d55, -2px 1px 0 #2d6bff; }
  32% { text-shadow: 1px 0 0 #ff2d55, -1px 0 0 #2d6bff; }
  57% { text-shadow: -2px -1px 0 #ff2d55, 5px 0 0 #2d6bff; }
  58% { text-shadow: 1px 0 0 #ff2d55, -1px 0 0 #2d6bff; }
  83% { text-shadow: 3px 1px 0 #ff2d55, -4px 0 0 #2d6bff; }
  84% { text-shadow: 1px 0 0 #ff2d55, -1px 0 0 #2d6bff; }
}
@media (prefers-reduced-motion: reduce) { .err .glitch { animation: none; text-shadow: 1px 0 0 #ff2d55, -1px 0 0 #2d6bff; } }