/* NOPE — shared styles for article pages. Palette matches index.html. */
:root {
  --bg: #0B0E14;
  --card: #161B26;
  --card-2: #1C2230;
  --line: rgba(255,255,255,0.08);
  --ink: #F4F6FA;
  --ink-2: #A9B2C3;
  --ink-3: #6C7688;
  --teal: #2EE6D6;
  --amber: #FDBA3B;
  --peach: #FF9E6D;
  --rose: #FF6E8A;
  --indigo: #7C8CFF;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg); color: var(--ink);
  font-family: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 17.5px; line-height: 1.72; -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
::selection { background: rgba(46,230,214,0.35); }

.skip { position: absolute; left: -9999px; top: 0; z-index: 20; background: var(--card-2); color: var(--ink); padding: 12px 20px; border-radius: 0 0 12px 0; font-weight: 800; border: 1px solid var(--line); }
.skip:focus { left: 0; }

.wrap { max-width: 780px; margin: 0 auto; padding: 0 24px; }

/* ---- nav ---- */
nav.top { display: flex; align-items: center; justify-content: space-between; padding: 24px 0; gap: 16px; }
.wordmark { font-weight: 900; font-size: 22px; letter-spacing: 0.14em; text-decoration: none; }
.wordmark .dot { color: var(--amber); }
.nav-cta {
  display: inline-flex; align-items: center; font-weight: 800; border-radius: 999px; padding: 10px 20px;
  font-size: 15px; text-decoration: none;
  background: linear-gradient(135deg, #FDBA3B, #FF9E6D); color: #221302;
}
.nav-cta:hover { transform: translateY(-1px); }

/* ---- breadcrumb ---- */
.crumbs { font-size: 13.5px; font-weight: 700; color: var(--ink-3); padding: 8px 0 0; }
.crumbs a { color: var(--ink-3); text-decoration: none; }
.crumbs a:hover { color: var(--ink-2); }
.crumbs span { margin: 0 8px; opacity: 0.5; }

/* ---- article ---- */
article { padding: 26px 0 40px; }
h1 { font-size: clamp(32px, 5.2vw, 46px); font-weight: 900; line-height: 1.1; letter-spacing: -0.02em; margin-bottom: 16px; }
h1 .grad { background: linear-gradient(100deg, #FDBA3B 10%, #FF9E6D 50%, #FF6E8A 85%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.meta-line { font-size: 13.5px; font-weight: 700; color: var(--ink-3); margin-bottom: 30px; }
.lede { font-size: 20px; font-weight: 700; color: var(--ink); margin-bottom: 26px; }
article h2 { font-size: clamp(24px, 3.4vw, 31px); font-weight: 900; letter-spacing: -0.015em; margin: 46px 0 14px; line-height: 1.18; }
article h3 { font-size: 20px; font-weight: 800; margin: 32px 0 10px; }
article p { color: var(--ink-2); margin-bottom: 18px; }
article p b, article li b { color: var(--ink); }
article a { color: var(--teal); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 2px; }
article ul, article ol { color: var(--ink-2); margin: 0 0 20px 22px; }
article li { margin-bottom: 9px; }
article strong { color: var(--ink); }
blockquote {
  border-left: 3px solid var(--amber); padding: 4px 0 4px 20px; margin: 26px 0;
  color: var(--ink-2); font-style: italic;
}

/* ---- callout ---- */
.callout {
  background: linear-gradient(170deg, var(--card-2), var(--card)); border: 1px solid var(--line);
  border-radius: 20px; padding: 24px 26px; margin: 30px 0;
}
.callout .k { font-size: 12px; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; color: var(--amber); margin-bottom: 10px; }
.callout p:last-child { margin-bottom: 0; }

/* ---- data table ---- */
.tw { overflow-x: auto; margin: 26px 0; }
table { border-collapse: collapse; width: 100%; font-size: 15.5px; min-width: 460px; }
th, td { text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--line); color: var(--ink-2); }
th { color: var(--ink); font-weight: 800; font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; }
tbody tr:hover td { background: rgba(255,255,255,0.02); }

/* ---- timeline ---- */
.tl { position: relative; max-width: 640px; margin: 26px 0; padding-left: 34px; list-style: none; }
.tl::before { content: ''; position: absolute; left: 8px; top: 8px; bottom: 8px; width: 2px; background: linear-gradient(to bottom, var(--amber), var(--teal) 55%, var(--indigo)); border-radius: 2px; opacity: 0.5; }
.tl li { position: relative; padding-bottom: 26px; }
.tl li::before { content: ''; position: absolute; left: -32px; top: 9px; width: 11px; height: 11px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 4px rgba(46,230,214,0.14); }
.tl .w { font-size: 12.5px; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-3); }
.tl .t { font-size: 17.5px; font-weight: 800; color: var(--ink); margin-top: 2px; }
.tl .d { font-size: 15.5px; color: var(--ink-2); margin-top: 4px; }

/* ---- faq ---- */
.faq-list { display: grid; gap: 12px; margin: 24px 0 0; }
.faq-item { background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 0 22px; }
.faq-item summary { cursor: pointer; padding: 18px 0; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-size: 23px; font-weight: 700; color: var(--ink-3); flex: none; }
.faq-item[open] summary::after { content: '–'; }
.faq-item summary h3 { font-size: 16.5px; font-weight: 800; margin: 0; }
.faq-item > p { color: var(--ink-2); font-size: 15.5px; padding: 0 0 20px; margin: 0; }

/* ---- cta band ---- */
.cta-band {
  background: linear-gradient(170deg, var(--card-2), var(--card)); border: 1px solid var(--line);
  border-radius: 26px; padding: 38px 32px; margin: 48px 0 0; text-align: center;
}
.cta-band h2 { font-size: 27px; font-weight: 900; margin: 0 0 12px; }
.cta-band p { color: var(--ink-2); margin: 0 auto 24px; max-width: 460px; font-size: 16.5px; }
.stores { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; justify-content: center; }
.store-badge { display: inline-flex; border-radius: 10px; outline: 1px solid rgba(255,255,255,0.12); box-shadow: 0 10px 30px rgba(0,0,0,0.45); }
.store-badge:hover { transform: translateY(-2px); }
.store-badge img { height: 50px; width: auto; display: block; border-radius: 10px; }
@media (max-width: 420px) { .store-badge img { height: 44px; } }
.stores-note { margin-top: 16px; font-size: 13.5px; color: var(--ink-3); font-weight: 600; }

/* ---- related ---- */
.related { margin: 46px 0 0; }
.related h2 { font-size: 21px; font-weight: 900; margin-bottom: 14px; }
.related ul { list-style: none; margin: 0; display: grid; gap: 10px; }
.related a { color: var(--ink-2); text-decoration: none; font-weight: 700; display: block; padding: 14px 18px; background: var(--card); border: 1px solid var(--line); border-radius: 14px; }
.related a:hover { color: var(--ink); border-color: rgba(255,255,255,0.16); }

/* ---- footer ---- */
footer { border-top: 1px solid var(--line); margin-top: 56px; padding: 36px 0 56px; color: var(--ink-3); font-size: 14px; font-weight: 600; }
.foot-links { display: flex; gap: 20px; flex-wrap: wrap; }
.foot-links a { text-decoration: none; }
.foot-links a:hover { color: var(--ink); }
.disclaimer { margin-top: 18px; font-size: 12.5px; color: #4E576A; }
.disclaimer a { color: #6C7688; }
