:root {
  --ink: #0b1f33;
  --ink-2: #123a62;
  --violet: #075cff;
  --violet-2: #16a6ff;
  --coral: #ff5c35;
  --sun: #c8ff3d;
  --lavender: #eef6fb;
  --paper: #fbfdff;
  --muted: #536879;
  --line: #c8d8e5;
  --green: #197a62;
  --green-soft: #dff5ed;
  --amber: #9b5b00;
  --amber-soft: #fff0d6;
  --radius: 22px;
  --shadow: 0 18px 50px rgba(11, 31, 51, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, Avenir Next, Avenir, Segoe UI, system-ui, sans-serif; font-size: 16px; line-height: 1.65; }
a { color: inherit; text-underline-offset: 3px; }
button, summary { font: inherit; }
[hidden] { display: none !important; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 100; padding: 10px 16px; background: #fff; color: var(--ink); border-radius: 10px; }
.skip-link:focus { top: 12px; }
.topline { min-height: 34px; padding: 6px max(5vw, 24px); display: flex; align-items: center; justify-content: space-between; gap: 20px; background: #160c3a; color: #efeaff; font-size: 12px; font-weight: 700; letter-spacing: .03em; }
.topline a { color: #fff; font-weight: 800; }
.site-header { min-height: 78px; padding: 12px max(5vw, 24px); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 32px; background: rgba(255, 254, 253, .96); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-size: 21px; font-weight: 800; letter-spacing: -.04em; }
.brand b { color: var(--violet); }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px 14px 14px 5px; background: var(--ink); color: var(--coral); font-size: 13px; letter-spacing: -.04em; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); }
.desktop-nav { display: flex; justify-content: center; gap: clamp(18px, 3vw, 42px); }
.desktop-nav a, .lang { text-decoration: none; font-size: 14px; font-weight: 700; color: #4b4561; }
.desktop-nav a:hover, .lang:hover { color: var(--violet); }
.nav-actions { display: flex; align-items: center; gap: 18px; }
.method-button { padding: 11px 16px; border-radius: 12px; color: #fff; background: var(--ink); text-decoration: none; font-size: 13px; font-weight: 800; }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { list-style: none; cursor: pointer; font-weight: 800; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu nav { position: absolute; right: 0; top: 40px; width: 220px; padding: 10px; display: grid; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
.mobile-menu a { padding: 10px 12px; text-decoration: none; font-weight: 700; }

.hero-shell { padding: 62px max(5vw, 24px) 38px; background: radial-gradient(circle at 80% 15%, rgba(109,75,229,.18), transparent 28%), var(--lavender); }
.hero { max-width: 1320px; margin: auto; min-height: 590px; padding: 56px; display: grid; grid-template-columns: 1.02fr .98fr; gap: 60px; align-items: center; overflow: hidden; position: relative; border: 1px solid rgba(255,255,255,.2); border-radius: 30px; color: #fff; background: linear-gradient(135deg, #150c39 0%, #261552 55%, #5b36c7 100%); box-shadow: var(--shadow); }
.hero::after { content: ""; position: absolute; width: 430px; height: 430px; right: -120px; top: -120px; border-radius: 50%; background: var(--coral); opacity: .25; }
.hero::before { content: ""; position: absolute; width: 280px; height: 280px; right: 18%; bottom: -190px; border-radius: 50%; background: var(--sun); opacity: .25; }
.hero-copy { position: relative; z-index: 2; padding: 46px; border: 1px solid rgba(255,255,255,.18); border-radius: 22px; background: rgba(17, 9, 50, .76); backdrop-filter: blur(8px); }
.eyebrow { display: block; margin-bottom: 16px; color: var(--violet); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero .eyebrow, .method-section .eyebrow { color: #ffb2a4; }
.hero h1 { max-width: 720px; margin: 0 0 22px; font-size: clamp(47px, 5vw, 78px); line-height: .98; letter-spacing: -.07em; }
.hero p { margin: 0; color: #e6e0f9; font-size: 17px; }
.hero-actions, .record-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px; }
.primary-button, .secondary-button, .source-button, .disabled-button { min-height: 52px; padding: 14px 20px; display: inline-flex; align-items: center; justify-content: center; border-radius: 12px; text-decoration: none; font-size: 13px; font-weight: 800; }
.primary-button { background: var(--coral); color: var(--ink); }
.secondary-button { background: #fff; color: var(--ink); }
.source-button { color: #fff; background: var(--violet); }
.disabled-button { color: #795216; background: var(--amber-soft); border: 1px solid #f2cf92; cursor: not-allowed; }
.hero-trust { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 14px 22px; color: #fff; font-size: 12px; font-weight: 700; }
.directory-board { position: relative; z-index: 2; padding: 28px; border-radius: 26px; color: var(--ink); background: #fff; box-shadow: 0 20px 60px rgba(14,8,47,.3); transform: rotate(1deg); }
.board-head, .board-foot { display: flex; align-items: center; justify-content: space-between; gap: 14px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.board-head { margin-bottom: 18px; }
.board-row { margin-top: 10px; padding: 14px; display: grid; grid-template-columns: 48px 1fr auto; gap: 14px; align-items: center; border: 1px solid var(--line); border-radius: 14px; }
.board-icon, .record-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px 14px 14px 5px; background: var(--ink); color: #fff; font-weight: 800; }
.board-row strong, .board-row small { display: block; }
.board-row strong { font-size: 14px; }
.board-row small { color: var(--muted); font-size: 11px; }
.board-state { padding: 7px 10px; border-radius: 999px; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.board-state.found { color: var(--green); background: var(--green-soft); }
.board-state.hold { color: var(--amber); background: var(--amber-soft); }
.board-foot { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); }
.trust-strip { max-width: 1120px; margin: -1px auto 0; padding: 17px 24px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; border-radius: 0 0 18px 18px; color: #fff; background: linear-gradient(90deg, var(--ink), var(--violet)); font-size: 12px; font-weight: 800; }

.name-alert { max-width: 1320px; margin: 72px auto 20px; padding: 26px; display: grid; grid-template-columns: auto 1fr auto; gap: 22px; align-items: center; border: 1px solid #f1cf96; border-radius: 18px; background: #fff6e5; }
.alert-mark { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--sun); font-weight: 900; }
.name-alert strong { display: block; margin-bottom: 4px; }
.name-alert p { margin: 0; color: #6c5b45; font-size: 14px; }
.name-alert a { color: #795216; font-weight: 800; font-size: 13px; }

.section { max-width: 1464px; margin: auto; padding: 100px max(5vw, 24px); }
.section--lavender { max-width: none; background: var(--lavender); }
.section--lavender > * { max-width: 1320px; margin-left: auto; margin-right: auto; }
.section-heading { margin-bottom: 44px; display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 60px; }
.section-heading h2, .method-section h2, .sources-home h2 { margin: 0; max-width: 800px; font-size: clamp(38px, 4.2vw, 60px); line-height: 1.02; letter-spacing: -.06em; }
.section-heading p { margin: 0; color: var(--muted); }
.filter-bar { margin-bottom: 26px; display: flex; flex-wrap: wrap; gap: 8px; }
.filter-bar button { padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: #fff; cursor: pointer; font-size: 12px; font-weight: 800; }
.filter-bar button.active { color: #fff; background: var(--ink); border-color: var(--ink); }
.record-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.record-card { min-height: 490px; padding: 26px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.record-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.status { padding: 7px 10px; display: inline-flex; align-items: center; gap: 6px; border-radius: 999px; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.status i { width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.status--found { color: var(--green); background: var(--green-soft); }
.status--hold { color: var(--amber); background: var(--amber-soft); }
.record-card h3 { margin: 24px 0 8px; font-size: 22px; letter-spacing: -.04em; }
.record-card h3 a, .guide-card h3 a { text-decoration: none; }
.record-card > p { margin: 0; color: var(--muted); font-size: 14px; }
.record-card dl, .article-side dl { margin: 24px 0; }
.record-card dl div, .article-side dl div { padding: 9px 0; display: grid; grid-template-columns: 80px 1fr; gap: 10px; border-top: 1px solid var(--line); }
.record-card dt, .article-side dt { font-size: 11px; font-weight: 800; }
.record-card dd, .article-side dd { margin: 0; color: var(--muted); font-size: 11px; }
.record-card footer { margin-top: auto; display: flex; align-items: end; justify-content: space-between; gap: 14px; }
.record-card footer a { color: var(--violet); font-size: 12px; font-weight: 800; }
.score { max-width: 102px; padding: 9px; border-radius: 10px; font-size: 10px; font-weight: 900; }
.score--found { color: var(--green); background: var(--green-soft); }
.score--hold { color: var(--amber); background: var(--amber-soft); }

.method-section { max-width: 1320px; margin: 40px auto 110px; padding: 64px 70px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; border-radius: 28px; color: #fff; background: linear-gradient(125deg, var(--ink), #39227a); }
.method-section p { color: #d9d2ed; }
.method-section a { color: var(--coral); font-weight: 800; }
.method-section ol { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; list-style: none; }
.method-section li { padding: 17px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; background: rgba(255,255,255,.06); font-size: 13px; font-weight: 700; }
.method-section li span { margin-right: 12px; color: var(--coral); font-size: 11px; }

.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.guide-card { min-height: 360px; padding: 26px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.category-label { color: var(--violet); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.guide-card h3 { margin: 30px 0 14px; font-size: 20px; line-height: 1.15; letter-spacing: -.04em; }
.guide-card p { margin: 0; color: var(--muted); font-size: 14px; }
.guide-card footer { margin-top: auto; padding-top: 18px; display: flex; justify-content: space-between; gap: 12px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.guide-card footer a { color: var(--violet); font-weight: 800; }
.source-table { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; }
.source-table > div, .source-table > a { min-height: 66px; padding: 18px 22px; display: grid; grid-template-columns: 240px 1fr; gap: 24px; align-items: center; text-decoration: none; }
.source-table > div { color: #fff; background: var(--ink); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.source-table > a { border-top: 1px solid var(--line); }
.source-table > a span { color: var(--muted); }
.faq { max-width: 1020px; }
.faq details, .article-faq details { border-top: 1px solid var(--line); }
.faq details:last-child, .article-faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary, .article-faq summary { padding: 22px 0; cursor: pointer; font-weight: 800; }
.faq details p, .article-faq details p { margin: -8px 0 22px; color: var(--muted); }

.page-hero { padding: 90px max(5vw, 24px); background: radial-gradient(circle at 80% 20%, rgba(255,135,111,.2), transparent 24%), var(--lavender); }
.page-hero > * { max-width: 1100px; margin-left: auto; margin-right: auto; }
.page-hero h1 { margin-top: 18px; margin-bottom: 20px; font-size: clamp(50px, 7vw, 86px); line-height: .95; letter-spacing: -.07em; }
.page-hero > p { color: var(--muted); font-size: 18px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; color: var(--muted); font-size: 12px; }
.breadcrumbs a { text-decoration: none; }
.article-wrap { padding-bottom: 100px; }
.article-header, .record-header { padding: 70px max(5vw, 24px) 55px; background: var(--lavender); }
.article-header > *, .record-header > * { max-width: 1040px; margin-left: auto; margin-right: auto; }
.article-header h1, .record-header h1 { margin-top: 14px; margin-bottom: 20px; font-size: clamp(45px, 6vw, 78px); line-height: .98; letter-spacing: -.065em; }
.lead { color: var(--muted); font-size: 19px; }
.byline { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 10px 22px; color: var(--muted); font-size: 12px; }
.record-title-row { margin-top: 34px; display: flex; gap: 22px; align-items: center; }
.record-title-row h1 { margin: 0 0 12px; }
.record-title-row .eyebrow { margin-bottom: 6px; }
.record-icon--large { width: 84px; height: 84px; flex: 0 0 auto; border-radius: 24px 24px 24px 8px; font-size: 28px; }
.article-layout { max-width: 1120px; margin: auto; padding: 70px max(5vw, 24px); display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 80px; }
.prose { font-size: 17px; }
.prose section + section { margin-top: 44px; }
.prose h2, .article-faq h2 { margin-top: 0; font-size: 30px; line-height: 1.15; letter-spacing: -.04em; }
.prose p { color: #504a63; }
.article-side { align-self: start; position: sticky; top: 110px; padding: 24px; border-radius: 18px; color: #fff; background: var(--ink); }
.article-side > span { color: #bdb2dd; font-size: 10px; letter-spacing: .14em; }
.article-side > strong { margin: 12px 0; display: block; font-size: 21px; }
.article-side > p, .article-side dd { color: #d9d2ed; }
.article-side a { color: var(--coral); font-size: 12px; font-weight: 800; }
.facts-table { margin: 24px 0; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.facts-table div { padding: 16px 18px; display: grid; grid-template-columns: 190px 1fr; gap: 20px; border-top: 1px solid var(--line); }
.facts-table div:first-child { border-top: 0; }
.facts-table dt { font-weight: 800; }
.facts-table dd { margin: 0; color: var(--muted); }
.editor-note { margin: 32px 0; padding: 22px; border-left: 4px solid var(--coral); background: var(--lavender); }
.editor-note p { margin-bottom: 0; }
.text-link { color: var(--violet); font-weight: 800; }
.article-sources { margin-top: 50px !important; }
.article-sources ul { padding-left: 22px; }
.article-sources a { color: var(--violet); font-weight: 700; }
.article-faq { max-width: 900px; margin: 0 auto; padding: 0 max(5vw, 24px); }
.policy-prose { max-width: 900px; margin: 70px auto 0; padding: 0 max(5vw, 24px); }

.boundary-band { padding: 24px max(5vw, 24px); display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; border-top: 1px solid #efc879; background: #fff3dc; }
.boundary-band p { margin: 0; color: #6f5b3e; font-size: 13px; }
.boundary-band a { color: #795216; font-size: 12px; font-weight: 800; }
.site-footer { padding: 70px max(5vw, 24px) 36px; color: #fff; background: #150c39; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; }
.brand--footer b { color: var(--coral); }
.footer-grid p { max-width: 560px; color: #c8c0de; font-size: 13px; }
.footer-grid nav { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 30px; }
.footer-grid nav a { color: #e8e2f5; font-size: 13px; }
.copyright { margin-top: 50px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.12); color: #aaa0c5; font-size: 11px; }

@media (max-width: 1050px) {
  .desktop-nav, .nav-actions { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .mobile-menu { display: block; }
  .hero { padding: 34px; grid-template-columns: 1fr; }
  .directory-board { max-width: 700px; transform: none; }
  .record-grid { grid-template-columns: repeat(2, 1fr); }
  .guide-grid { grid-template-columns: repeat(2, 1fr); }
  .method-section { margin-left: 24px; margin-right: 24px; grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  body { font-size: 15px; }
  .topline { font-size: 9px; }
  .topline a { display: none; }
  .site-header { min-height: 64px; padding: 8px 16px; }
  .brand { font-size: 18px; }
  .brand-mark { width: 36px; height: 36px; font-size: 11px; }
  .hero-shell { padding: 18px 10px; }
  .hero { min-height: auto; padding: 10px; gap: 24px; border-radius: 20px; }
  .hero-copy { padding: 28px 18px; }
  .hero h1 { font-size: 46px; }
  .hero p { font-size: 14px; }
  .hero-actions, .record-actions { display: grid; }
  .primary-button, .secondary-button, .source-button, .disabled-button { width: 100%; }
  .hero-trust { display: grid; }
  .directory-board { padding: 18px 12px; border-radius: 18px; }
  .board-row { grid-template-columns: 40px 1fr; }
  .board-icon { width: 40px; height: 40px; }
  .board-state { grid-column: 2; text-align: center; }
  .board-foot { font-size: 8px; }
  .trust-strip { margin: 8px 10px 0; grid-template-columns: 1fr; border-radius: 12px; }
  .name-alert { margin: 26px 16px 0; grid-template-columns: auto 1fr; }
  .name-alert a { grid-column: 2; }
  .section { padding: 76px 16px; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .section-heading h2, .method-section h2 { font-size: 38px; }
  .record-grid, .guide-grid { grid-template-columns: 1fr; }
  .record-card { min-height: 450px; }
  .method-section { margin: 0 8px 70px; padding: 44px 18px; gap: 34px; border-radius: 20px; }
  .method-section ol { grid-template-columns: 1fr; }
  .source-table > div, .source-table > a { grid-template-columns: 1fr; gap: 6px; }
  .page-hero { padding: 64px 16px; }
  .page-hero h1 { font-size: 48px; }
  .article-header, .record-header { padding: 52px 16px 40px; }
  .article-header h1, .record-header h1 { font-size: 44px; }
  .record-title-row { align-items: flex-start; }
  .record-icon--large { width: 58px; height: 58px; font-size: 20px; }
  .article-layout { padding: 52px 16px; grid-template-columns: 1fr; gap: 30px; }
  .article-side { position: static; }
  .facts-table div { grid-template-columns: 1fr; gap: 6px; }
  .boundary-band { grid-template-columns: 1fr; gap: 10px; }
  .footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-grid nav { grid-template-columns: 1fr; }
}

/* Yono Fan visual system: an independent game-entity index, not a casino landing-page skin. */
.topline { background: var(--violet); color: #fff; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; text-transform: uppercase; }
.site-header { border-bottom: 2px solid var(--ink); box-shadow: none; }
.brand { letter-spacing: -.03em; }
.brand b { color: var(--violet); }
.brand-mark { border-radius: 6px; background: var(--violet); color: var(--sun); box-shadow: none; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: -.08em; }
.desktop-nav a, .lang { color: var(--ink); }
.method-button { border-radius: 6px; background: var(--ink); }
.eyebrow, .category-label, .board-head, .board-foot, .status, .score, .article-side > span { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.hero-shell { padding-top: 72px; padding-bottom: 72px; background-color: var(--lavender); background-image: linear-gradient(rgba(83,104,121,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(83,104,121,.13) 1px, transparent 1px); background-size: 28px 28px; }
.hero { min-height: 610px; padding: 0; gap: 0; overflow: visible; border: 2px solid var(--ink); border-radius: 10px; color: var(--ink); background: #fff; box-shadow: 12px 12px 0 #78d4ff; }
.hero::before, .hero::after { display: none; }
.hero-copy { padding: 64px; border: 0; border-radius: 0; background: transparent; backdrop-filter: none; }
.hero .eyebrow { color: var(--violet); }
.hero h1 { color: var(--ink); font-size: clamp(50px, 5.3vw, 82px); }
.hero p { color: var(--muted); }
.primary-button { color: #fff; background: var(--violet); border: 2px solid var(--violet); border-radius: 5px; }
.secondary-button { color: var(--ink); background: #fff; border: 2px solid var(--ink); border-radius: 5px; }
.hero-trust { color: var(--ink); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.directory-board { margin: 34px; padding: 26px; border: 2px solid var(--ink); border-radius: 7px; color: #fff; background: var(--ink); box-shadow: none; transform: none; }
.board-head, .board-foot { color: #a8c0d1; }
.board-row { border-color: rgba(255,255,255,.18); border-radius: 4px; background: rgba(255,255,255,.05); }
.board-row strong { color: #fff; }
.board-row small { color: #a8c0d1; }
.board-icon { border-radius: 4px; color: var(--ink); background: var(--sun); }
.board-state { border-radius: 3px; }
.board-state.found { color: var(--ink); background: var(--sun); }
.board-state.hold { color: #fff; background: var(--coral); }
.board-foot { border-color: rgba(255,255,255,.18); }
.trust-strip { max-width: 1320px; margin: 24px auto 0; padding: 0; grid-template-columns: repeat(4, 1fr); gap: 10px; border-radius: 0; color: var(--ink); background: transparent; }
.trust-strip span { padding: 13px 14px; border: 1px solid var(--ink); background: #fff; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; text-align: center; }
.name-alert { border: 2px solid var(--violet); border-radius: 6px; background: #fff; box-shadow: 7px 7px 0 #bceaff; }
.alert-mark { border-radius: 4px; color: #fff; background: var(--violet); }
.name-alert a { color: var(--violet); }
.section-heading h2, .method-section h2, .sources-home h2 { letter-spacing: -.05em; }
.filter-bar button { border: 1px solid var(--ink); border-radius: 4px; color: var(--ink); }
.filter-bar button.active { background: var(--violet); border-color: var(--violet); }
.record-grid { gap: 14px; }
.record-card { position: relative; border: 1.5px solid var(--ink); border-radius: 7px; box-shadow: 5px 5px 0 #d8e7ef; }
.record-card::before { content: "ENTITY"; position: absolute; right: 16px; top: -9px; padding: 1px 7px; color: #fff; background: var(--violet); font: 700 9px/1.7 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .12em; }
.record-icon { border-radius: 4px; background: var(--violet); }
.status { border-radius: 3px; }
.status--found, .score--found { color: var(--green); background: var(--green-soft); }
.status--hold, .score--hold { color: #8a3a1d; background: #ffe5dc; }
.score { border-radius: 3px; }
.record-card footer a, .guide-card footer a { color: var(--violet); }
.method-section { border: 2px solid var(--ink); border-radius: 8px; color: var(--ink); background: #dff4ff; box-shadow: 10px 10px 0 var(--sun); }
.method-section .eyebrow, .method-section a { color: var(--violet); }
.method-section p { color: var(--muted); }
.method-section li { border: 1px solid var(--ink); border-radius: 4px; color: var(--ink); background: #fff; }
.method-section li span { color: var(--violet); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.section--lavender { background-color: var(--lavender); background-image: linear-gradient(rgba(83,104,121,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(83,104,121,.08) 1px, transparent 1px); background-size: 32px 32px; }
.guide-card { border: 1.5px solid var(--ink); border-top: 6px solid var(--violet); border-radius: 7px; }
.source-table { border: 2px solid var(--ink); border-radius: 5px; }
.source-table > div { background: var(--violet); }
.page-hero, .article-header, .record-header { background-color: var(--lavender); background-image: linear-gradient(rgba(83,104,121,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(83,104,121,.1) 1px, transparent 1px); background-size: 28px 28px; border-bottom: 2px solid var(--ink); }
.record-icon--large { border-radius: 6px; }
.article-side { border-radius: 5px; background: var(--ink); }
.facts-table { border: 1.5px solid var(--ink); border-radius: 5px; }
.editor-note { border-left-color: var(--violet); background: #eaf7ff; }
.boundary-band { border-top: 2px solid var(--ink); color: var(--ink); background: var(--sun); }
.boundary-band p { color: var(--ink); }
.boundary-band a { color: var(--ink); }
.site-footer { background: var(--ink); }
.brand--footer b { color: #78d4ff; }

@media (max-width: 680px) {
  .hero-shell { padding: 20px 10px 32px; }
  .hero { border-radius: 7px; box-shadow: 7px 7px 0 #78d4ff; }
  .hero-copy { padding: 34px 18px 28px; }
  .hero h1 { font-size: 47px; }
  .directory-board { margin: 0 10px 12px; }
  .trust-strip { margin: 20px 10px 0; grid-template-columns: repeat(2, 1fr); gap: 7px; }
  .trust-strip span { padding: 10px 6px; font-size: 9px; }
  .name-alert { box-shadow: 5px 5px 0 #bceaff; }
  .record-card { box-shadow: 4px 4px 0 #d8e7ef; }
  .method-section { margin-left: 10px; margin-right: 10px; box-shadow: 6px 6px 0 var(--sun); }
}
