/* roulang page: index */
:root {
  --ink: #1c140f;
  --ink-soft: #4d4338;
  --paper: #f7f1e6;
  --paper-2: #fffdf8;
  --card: #ffffff;
  --line: #eadfcd;
  --coral: #ff3d2e;
  --coral-deep: #d41f18;
  --gold: #e2ae2a;
  --gold-soft: #fff4d2;
  --mint: #128a5b;
  --mint-soft: #e5f7ee;
  --wine: #2a1218;
  --shadow: 0 16px 40px rgba(48, 24, 12, .1);
  --radius: 22px;
  --radius-sm: 14px;
  --header: 78px;
  --max: 1180px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Be Vietnam Pro", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  font-size: 16px;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font-family: inherit; font-size: 1rem; }
p { margin: 0 0 .85rem; }
h1, h2, h3, h4 { margin: 0 0 .55rem; line-height: 1.2; letter-spacing: -.02em; }
ul { margin: 0; padding: 0; list-style: none; }
.wrap { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 24px rgba(40, 22, 10, .05);
}
.nav-bar {
  min-height: var(--header);
  display: flex;
  align-items: center;
  gap: 18px;
}
.brand { display: flex; align-items: center; gap: 10px; min-width: 210px; }
.brand-mark {
  width: 42px; height: 42px; border-radius: 14px;
  display: grid; place-items: center;
  background: linear-gradient(145deg, var(--coral), #ff8a2a);
  color: #fff; box-shadow: 0 8px 16px rgba(255, 61, 46, .28);
}
.brand-text { font-weight: 800; font-size: .98rem; line-height: 1.15; max-width: 168px; }
.desk-nav { display: flex; align-items: center; gap: 4px; flex: 1; min-width: 0; }
.desk-nav a {
  padding: 8px 10px;
  border-radius: 999px;
  color: var(--ink-soft);
  font-weight: 600;
  font-size: .86rem;
  white-space: nowrap;
}
.desk-nav a:hover { background: #fff1ea; color: var(--coral-deep); }
.desk-nav a.active, .desk-nav a[aria-current="page"] {
  background: var(--ink);
  color: #fff;
}
.nav-tools { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.nav-search {
  display: flex; align-items: center;
  background: #f6f1e8;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 4px 4px 4px 12px;
  min-width: 210px;
}
.nav-search input {
  border: 0; background: transparent; outline: none;
  width: 128px; color: var(--ink); margin: 0; height: 34px; box-shadow: none;
}
.nav-search button {
  border: 0; background: #fff; color: var(--ink);
  width: 34px; height: 34px; border-radius: 50%; cursor: pointer;
}
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border-radius: 999px; padding: 12px 18px; border: 1px solid transparent;
  font-weight: 700; cursor: pointer; transition: .2s ease;
  line-height: 1;
}
.btn-hot { background: var(--coral); color: #fff; box-shadow: 0 10px 20px rgba(255, 61, 46, .25); }
.btn-hot:hover { background: var(--coral-deep); transform: translateY(-2px); }
.btn-hot:active { transform: translateY(0) scale(.98); }
.btn-ghost { background: transparent; color: #fff8ee; border-color: rgba(255,248,238,.45); }
.btn-ghost:hover { background: rgba(255,248,238,.12); }
.btn-ink { background: var(--ink); color: #fff; }
.btn-ink:hover { background: #3a2418; transform: translateY(-2px); }
.btn-line { background: #fff; color: var(--ink); border-color: var(--line); }
.btn-line:hover { border-color: var(--gold); background: var(--gold-soft); }
.nav-toggle {
  display: none; width: 44px; height: 44px; border-radius: 14px;
  border: 1px solid var(--line); background: #fff; cursor: pointer;
}
.mobile-drawer {
  display: none; background: #fff; border-top: 1px solid var(--line); padding: 8px 16px 16px;
}
.mobile-drawer a {
  display: block; padding: 12px 10px; border-radius: 12px; font-weight: 650; color: var(--ink);
}
.mobile-drawer a.active, .mobile-drawer a[aria-current="page"] { background: #fff1ea; color: var(--coral-deep); }
.mobile-drawer.open { display: block; }
.hero {
  position: relative;
  color: #fff8ee;
  background: #1a1020 url("/assets/images/888e5088f1d3cd1b.webp") center/cover no-repeat;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(18, 8, 12, .9) 8%, rgba(18, 8, 12, .68) 52%, rgba(120, 28, 22, .38) 100%);
}
.hero .wrap { position: relative; z-index: 1; padding: 34px 0 42px; }
.live-strip {
  display: flex; flex-wrap: wrap; gap: 10px 16px; align-items: center;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  padding: 8px 14px;
  margin-bottom: 22px;
  font-size: .92rem;
}
.pulse {
  width: 10px; height: 10px; border-radius: 50%; background: #3dde8a;
  box-shadow: 0 0 0 0 rgba(61, 222, 138, .7);
  animation: pulse 1.6s infinite;
}
@keyframes pulse {
  70% { box-shadow: 0 0 0 8px rgba(61, 222, 138, 0); }
  100% { box-shadow: 0 0 0 0 rgba(61, 222, 138, 0); }
}
.hero-copy { max-width: 860px; margin-bottom: 22px; }
.kicker {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--gold); font-weight: 700; font-size: .82rem;
  letter-spacing: .08em; text-transform: uppercase; margin-bottom: 8px;
}
.hero h1 { font-size: clamp(2rem, 4.4vw, 3.5rem); max-width: 16ch; }
.hero-copy p { font-size: 1.05rem; color: rgba(255,248,238,.88); max-width: 68ch; }
.promo-card {
  display: grid;
  grid-template-columns: 280px 1fr 230px;
  gap: 0;
  background: rgba(255,253,248,.96);
  color: var(--ink);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.promo-media { min-height: 230px; position: relative; }
.promo-media img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.promo-body { padding: 22px 22px 18px; }
.promo-actions {
  padding: 22px;
  background: #2a1714;
  color: #fff8ee;
  display: flex; flex-direction: column; justify-content: center; gap: 10px;
}
.promo-actions .btn-ghost { width: 100%; }
.promo-actions .btn-hot { width: 100%; }
.badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--gold-soft); color: #8a5a00;
  border-radius: 999px; padding: 4px 10px; font-size: .78rem; font-weight: 700;
}
.badge.live { background: var(--mint-soft); color: var(--mint); }
.badge.wait { background: #fff1ea; color: var(--coral-deep); }
.meta-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0; }
.chip {
  border: 1px solid var(--line); border-radius: 999px; padding: 5px 10px;
  font-size: .82rem; color: var(--ink-soft); background: #fff;
}
.slot-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 14px; }
.slot {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px; padding: 14px 16px;
}
.slot strong { display: block; font-size: 1.05rem; }
.slot span { color: rgba(255,248,238,.75); font-size: .88rem; }
.section { padding: 74px 0; }
.section.alt { background: var(--paper-2); }
.section.sand { background: #f3e7d4; }
.section-head { max-width: 760px; margin-bottom: 26px; }
.section-head h2 { font-size: clamp(1.6rem, 3vw, 2.35rem); }
.section-head p { color: var(--ink-soft); margin: 0; }
.split-head { display: flex; justify-content: space-between; gap: 18px; align-items: end; max-width: none; }
.live-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 22px; align-items: start; }
.rank-card, .panel, .tier, .news-card, .plan-card, .log-item, .qa details, .stat, .guard, .side-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 28px rgba(60, 32, 12, .05);
}
.rank-card, .panel { padding: 8px; }
.rank-row, .status-row {
  display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center;
  padding: 14px; border-radius: 16px;
}
.rank-row + .rank-row, .status-row + .status-row { border-top: 1px solid #f3eadf; }
.pos {
  width: 42px; height: 42px; border-radius: 14px; display: grid; place-items: center;
  background: #2a1714; color: #fff; font-weight: 800;
}
.rank-row p, .status-row p, .plan-card p, .tier li, .guard p, .side-card p { color: var(--ink-soft); margin: 0; font-size: .94rem; }
.dot { width: 9px; height: 9px; border-radius: 50%; background: var(--mint); display: inline-block; }
.dot.wait { background: var(--gold); }
.dot.off { background: #b9aea2; }
.progress-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 28px; align-items: center; }
.bar-item { margin-bottom: 16px; }
.bar-top { display: flex; justify-content: space-between; font-weight: 700; margin-bottom: 6px; }
.track { height: 10px; background: #efe4d4; border-radius: 999px; overflow: hidden; }
.track span { display: block; height: 100%; background: linear-gradient(90deg, var(--coral), var(--gold)); border-radius: inherit; }
.plan-track { display: grid; grid-template-columns: repeat(4, minmax(210px, 1fr)); gap: 14px; }
.plan-card { padding: 18px; min-height: 180px; }
.plan-card time { color: var(--coral-deep); font-weight: 800; }
.stat { padding: 18px 18px 16px; height: 100%; }
.stat b { display: block; font-size: 2rem; letter-spacing: -.04em; }
.stat span { color: var(--ink-soft); }
.bento { display: grid; grid-template-columns: 1.4fr 1fr 1fr; grid-auto-rows: 148px; gap: 14px; }
.tile {
  position: relative; overflow: hidden; border-radius: 24px; padding: 18px;
  color: #fff; display: flex; flex-direction: column; justify-content: flex-end;
  min-height: 148px; border: 0;
  background: #2a1714 center/cover no-repeat;
}
.tile::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,10,12,.1), rgba(20,10,12,.78)); }
.tile > * { position: relative; z-index: 1; }
.tile.lg { grid-row: span 2; min-height: 310px; background-image: url("/assets/images/a9e4c9437ab95698.jpg"); }
.tile.t2 { background-image: url("/assets/images/4d8d03f778966b1b.webp"); }
.tile.t3 { background-image: url("/assets/images/27cf88afdf70099d.jpg"); }
.tile.t4 { background-image: url("/assets/images/8e236449fb63c9ec.webp"); }
.tile.t5 { background-image: url("/assets/images/318bf3ab4a65424d.webp"); }
.tile.t6 { background-image: url("/assets/images/8fddb49218c48d22.webp"); }
.tile.t7 { background-image: url("/assets/images/393ad22e10fff693.webp"); }
.tile:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.tile h3 { font-size: 1.25rem; }
.tile p { margin: 0; color: rgba(255,248,238,.86); }
.compare { display: grid; grid-template-columns: 1fr auto 1fr; gap: 14px; align-items: stretch; }
.vs {
  width: 64px; height: 64px; border-radius: 50%; align-self: center;
  display: grid; place-items: center; background: var(--ink); color: #fff; font-weight: 800;
}
.panel { padding: 22px; }
.panel.good { outline: 2px solid rgba(18, 138, 91, .25); }
.panel h3 { display: flex; align-items: center; gap: 8px; }
.quote-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 14px; }
.quote {
  background: #fff; border-radius: 16px; padding: 14px 16px; border: 1px dashed var(--line); color: var(--ink-soft);
}
.tier { padding: 20px; height: 100%; position: relative; }
.tier.is-hot { background: #2a1714; color: #fff8ee; transform: translateY(-8px); }
.tier.is-hot li, .tier.is-hot p { color: rgba(255,248,238,.8); }
.tier .price-note { font-weight: 800; color: var(--coral-deep); }
.tier.is-hot .price-note { color: var(--gold); }
.tier ul { display: grid; gap: 8px; margin: 12px 0 16px; }
.tier li i { width: 18px; color: var(--mint); }
.tier.is-hot li i { color: var(--gold); }
.hot-flag {
  position: absolute; top: 14px; right: 14px; background: var(--gold); color: #2a1714;
  border-radius: 999px; padding: 4px 8px; font-size: .75rem; font-weight: 800;
}
.preview-band {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 24px; align-items: center;
}
.preview-photo { border-radius: 28px; overflow: hidden; min-height: 320px; position: relative; box-shadow: var(--shadow); }
.preview-photo img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.preview-list { display: grid; gap: 10px; margin: 14px 0; }
.preview-list div { display: flex; gap: 10px; align-items: flex-start; background: #fff; border-radius: 16px; padding: 12px 14px; border: 1px solid var(--line); }
.timeline { display: grid; gap: 0; position: relative; }
.mile {
  display: grid; grid-template-columns: 140px 22px 1fr; gap: 14px; align-items: start;
}
.mile time { font-weight: 800; color: var(--coral-deep); padding-top: 2px; }
.rail { width: 14px; height: 14px; border-radius: 50%; background: var(--coral); margin: 6px auto 0; box-shadow: 0 0 0 6px #ffe1d8; }
.mile .body { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 14px 16px; margin-bottom: 12px; }
.log-list { display: grid; gap: 10px; }
.log-item { display: grid; grid-template-columns: 140px 1fr auto; gap: 12px; align-items: center; padding: 16px 18px; }
.log-item b { color: var(--ink); }
.tag { font-size: .78rem; font-weight: 800; color: var(--coral-deep); background: #fff1ea; border-radius: 999px; padding: 4px 8px; }
.news-card, .side-card { display: block; padding: 16px; height: 100%; }
.news-card:hover, .side-card:hover, .tile:hover, .plan-card:hover { transform: translateY(-3px); transition: .2s ease; }
.news-card strong, .side-card strong { display: block; font-size: 1.08rem; margin: 8px 0; }
.news-card time, .side-card time { color: var(--ink-soft); font-size: .85rem; }
.news-visual { border-radius: 24px; overflow: hidden; margin-bottom: 14px; position: relative; min-height: 180px; }
.news-visual img { width: 100%; height: 220px; object-fit: cover; }
.more-link { display: inline-flex; margin-top: 12px; font-weight: 800; color: var(--coral-deep); }
.empty-note {
  border: 1px dashed var(--line); background: #fff; border-radius: 18px; padding: 22px; color: var(--ink-soft);
}
.guard { padding: 16px; height: 100%; display: flex; gap: 12px; align-items: flex-start; }
.guard i { width: 42px; height: 42px; border-radius: 14px; display: grid; place-items: center; background: #fff1ea; color: var(--coral-deep); flex: none; }
.qa details { padding: 6px 16px; margin-bottom: 10px; }
.qa summary { cursor: pointer; font-weight: 800; padding: 12px 0; list-style: none; }
.qa summary::-webkit-details-marker { display: none; }
.qa details p { color: var(--ink-soft); }
.qa details[open] { border-color: #f0c7b4; }
.subscribe {
  position: relative; color: #fff8ee;
  background: #1a1020 url("/assets/images/8e236449fb63c9ec.webp") center/cover no-repeat;
}
.subscribe::before { content: ""; position: absolute; inset: 0; background: rgba(18, 8, 12, .8); }
.subscribe .wrap { position: relative; z-index: 1; }
.form-card { background: #fff; color: var(--ink); border-radius: 28px; padding: 22px; box-shadow: var(--shadow); }
.field { margin-bottom: 12px; }
.field label { display: block; font-weight: 700; margin-bottom: 6px; }
.field input, .field select, .field textarea {
  width: 100%; border-radius: 14px; border: 1px solid var(--line); background: #fffdf8;
  padding: 12px 14px; margin: 0; box-shadow: none; color: var(--ink);
}
.field textarea { min-height: 90px; resize: vertical; }
.form-note { color: var(--ink-soft); font-size: .9rem; }
.sent { display: none; background: var(--mint-soft); color: var(--mint); border-radius: 14px; padding: 12px; font-weight: 700; }
.site-footer { background: #140e0c; color: #f6ecdf; padding: 42px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 22px; }
.site-footer a { color: #f0d7bf; }
.site-footer a:hover { color: #fff; }
.fine { border-top: 1px solid rgba(255,255,255,.1); margin-top: 22px; padding-top: 14px; color: #cbb8a6; font-size: .9rem; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }
@media (max-width: 1180px) {
  .desk-nav { display: none; }
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .brand { min-width: 0; }
}
@media (max-width: 1024px) {
  .promo-card, .live-layout, .progress-layout, .preview-band, .compare, .footer-grid { grid-template-columns: 1fr; }
  .vs { justify-self: center; }
  .bento { grid-template-columns: 1fr 1fr; grid-auto-rows: auto; }
  .tile.lg { grid-row: auto; min-height: 240px; }
  .plan-track { grid-template-columns: repeat(2, 1fr); }
  .log-item { grid-template-columns: 1fr; }
  .tier.is-hot { transform: none; }
}
@media (max-width: 768px) {
  .section { padding: 56px 0; }
  .nav-search { display: none; }
  .slot-row, .quote-row, .bento, .plan-track { grid-template-columns: 1fr; }
  .split-head { flex-direction: column; align-items: start; }
  .mile { grid-template-columns: 1fr; }
  .rail { display: none; }
  .hero h1 { max-width: none; }
}
@media (max-width: 520px) {
  .wrap { width: min(var(--max), calc(100% - 20px)); }
  .brand-text { font-size: .86rem; max-width: 130px; }
  .btn { padding: 11px 14px; }
  .live-strip { border-radius: 18px; }
  .promo-body, .promo-actions, .form-card { padding: 16px; }
  .rank-row, .status-row { grid-template-columns: auto 1fr; }
  .rank-row .badge, .status-row .badge { grid-column: 2; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

/* roulang page: article */
:root {
  --ink: #1c140f;
  --ink-soft: #4d4338;
  --paper: #f7f1e6;
  --paper-2: #fffdf8;
  --card: #ffffff;
  --line: #eadfcd;
  --coral: #ff3d2e;
  --coral-deep: #d41f18;
  --gold: #e2ae2a;
  --gold-soft: #fff4d2;
  --mint: #128a5b;
  --mint-soft: #e5f7ee;
  --wine: #2a1218;
  --shadow: 0 16px 40px rgba(48, 24, 12, .1);
  --radius: 22px;
  --radius-sm: 14px;
  --header: 78px;
  --max: 1180px;
}
/* roulang page: article */
:root {
  --ink: #1c140f;
  --ink-soft: #4d4338;
  --paper: #f7f1e6;
  --paper-2: #fffdf8;
  --card: #ffffff;
  --line: #eadfcd;
  --coral: #ff3d2e;
  --coral-deep: #d41f18;
  --gold: #e2ae2a;
  --gold-soft: #fff4d2;
  --mint: #128a5b;
  --mint-soft: #e5f7ee;
  --wine: #2a1218;
  --shadow: 0 16px 40px rgba(48, 24, 12, .1);
  --radius: 22px;
  --radius-sm: 14px;
  --header: 78px;
  --max: 1180px;
}
html { scroll-behavior: smooth; }
*, *::before, *::after { box-sizing: border-box; }
body {
  margin: 0;
  font-family: "Be Vietnam Pro", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  font-size: 16px;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font-family: inherit; font-size: 1rem; }
h1, h2, h3, h4 { line-height: 1.18; letter-spacing: -.02em; margin: 0 0 .55rem; font-weight: 800; color: var(--ink); }
p { margin: 0 0 .75rem; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }
.wrap { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 24px rgba(40, 22, 10, .05);
}
.nav-bar {
  min-height: var(--header);
  display: flex;
  align-items: center;
  gap: 18px;
}
.brand { display: flex; align-items: center; gap: 10px; min-width: 210px; }
.brand-mark {
  width: 42px; height: 42px; border-radius: 14px;
  display: grid; place-items: center;
  background: linear-gradient(145deg, var(--coral), #ff8a2a);
  color: #fff; box-shadow: 0 8px 16px rgba(255, 61, 46, .28);
  flex: 0 0 auto;
}
.brand-text { font-weight: 800; font-size: .98rem; line-height: 1.15; max-width: 168px; }
.desk-nav { display: flex; align-items: center; gap: 4px; flex: 1; min-width: 0; overflow-x: auto; }
.desk-nav a {
  padding: 8px 10px;
  border-radius: 999px;
  color: var(--ink-soft);
  font-weight: 600;
  font-size: .86rem;
  white-space: nowrap;
}
.desk-nav a:hover { background: #fff1ea; color: var(--coral-deep); }
.desk-nav a.active, .desk-nav a[aria-current="page"] { background: var(--ink); color: #fff; }
.nav-tools { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.nav-search {
  display: flex; align-items: center;
  background: #f6f1e8;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 4px 4px 4px 12px;
  min-width: 210px;
}
.nav-search input {
  border: 0; background: transparent; outline: none;
  width: 128px; color: var(--ink); margin: 0; height: 34px; box-shadow: none;
}
.nav-search button {
  border: 0; background: #fff; color: var(--ink);
  width: 34px; height: 34px; border-radius: 50%; cursor: pointer;
}
.nav-search button:hover { background: var(--gold-soft); }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border-radius: 999px; padding: 12px 18px; border: 1px solid transparent;
  font-weight: 700; cursor: pointer; transition: .2s ease;
  line-height: 1; text-align: center;
}
.btn-hot { background: var(--coral); color: #fff; box-shadow: 0 10px 20px rgba(255, 61, 46, .25); }
.btn-hot:hover { background: var(--coral-deep); transform: translateY(-2px); color: #fff; }
.btn-hot:active { transform: translateY(0) scale(.98); }
.btn-ghost { background: transparent; color: #fff8ee; border-color: rgba(255,248,238,.45); }
.btn-ghost:hover { background: rgba(255,248,238,.12); color: #fff; }
.btn-ink { background: var(--ink); color: #fff; }
.btn-ink:hover { background: #3a2418; transform: translateY(-2px); color: #fff; }
.btn-line { background: #fff; color: var(--ink); border-color: var(--line); }
.btn-line:hover { border-color: var(--gold); background: var(--gold-soft); color: var(--ink); }
.nav-toggle {
  display: none; width: 44px; height: 44px; border-radius: 14px;
  border: 1px solid var(--line); background: #fff; cursor: pointer; color: var(--ink);
}
.nav-toggle:hover { border-color: var(--coral); color: var(--coral-deep); }
.mobile-drawer {
  display: none; background: #fff; border-top: 1px solid var(--line); padding: 8px 16px 16px;
}
.mobile-drawer a {
  display: block; padding: 12px 10px; border-radius: 12px; font-weight: 650; color: var(--ink);
}
.mobile-drawer a:hover { background: #fff6ef; }
.mobile-drawer a.active, .mobile-drawer a[aria-current="page"] { background: #fff1ea; color: var(--coral-deep); }
.mobile-drawer .btn { margin-top: 8px; width: 100%; }
.mobile-drawer.open { display: block; }
.badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--gold-soft); color: #8a5a00;
  border-radius: 999px; padding: 4px 10px; font-size: .78rem; font-weight: 700;
}
.badge.live { background: var(--mint-soft); color: var(--mint); }
.badge.wait { background: #fff1ea; color: var(--coral-deep); }
.pulse {
  width: 8px; height: 8px; border-radius: 50%; background: var(--mint);
  box-shadow: 0 0 0 0 rgba(18, 138, 91, .55); animation: pulse 1.8s infinite;
}
@keyframes pulse {
  70% { box-shadow: 0 0 0 8px rgba(18, 138, 91, 0); }
  100% { box-shadow: 0 0 0 0 rgba(18, 138, 91, 0); }
}
.meta-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0; }
.chip {
  border: 1px solid var(--line); border-radius: 999px; padding: 5px 10px;
  font-size: .82rem; color: var(--ink-soft); background: #fff;
  display: inline-flex; align-items: center; gap: 6px;
}
.section { padding: 74px 0; }
.section.alt { background: var(--paper-2); }
.section.sand { background: #f3e7d4; }
.section-head { max-width: 760px; margin-bottom: 26px; }
.section-head h2 { font-size: clamp(1.6rem, 3vw, 2.35rem); }
.section-head p { color: var(--ink-soft); margin: 0; }
.panel, .tier, .news-card, .plan-card, .log-item, .qa details, .stat, .guard, .side-card, .rank-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 28px rgba(60, 32, 12, .05);
}
.rank-card, .panel { padding: 8px; }
.rank-row, .status-row {
  display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center;
  padding: 14px; border-radius: 16px;
}
.rank-row + .rank-row, .status-row + .status-row { border-top: 1px solid #f3eadf; }
.rank-row p, .status-row p, .plan-card p, .guard p, .side-card p { color: var(--ink-soft); margin: 0; font-size: .94rem; }
.mast {
  padding: 34px 0 18px;
}
.mast-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  gap: 28px;
  align-items: stretch;
}
.kicker {
  display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 14px;
}
.mast h1 { font-size: clamp(1.9rem, 4vw, 3.15rem); max-width: 18ch; }
.lede { color: var(--ink-soft); font-size: 1.05rem; max-width: 62ch; }
.mast-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.cover-frame {
  position: relative;
  min-height: 320px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}
.cover-frame img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.cover-cap {
  position: absolute; left: 14px; right: 14px; bottom: 14px;
  background: rgba(255, 253, 248, .94);
  border-radius: 16px;
  padding: 12px 14px;
  display: flex; justify-content: space-between; gap: 10px; align-items: center;
}
.cover-cap strong { display: block; font-size: .95rem; }
.cover-cap span { color: var(--ink-soft); font-size: .82rem; }
.read-grid {
  display: grid;
  grid-template-columns: minmax(0, 720px) minmax(240px, 320px);
  gap: 28px;
  align-items: start;
  justify-content: space-between;
}
.article-sheet {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
  padding: 28px 28px 10px;
  max-width: 720px;
}
.article-body { max-width: 720px; color: var(--ink); }
.article-body h2, .article-body h3 { margin-top: 1.3rem; }
.article-body p, .article-body li { color: var(--ink); }
.article-body ul, .article-body ol { padding-left: 1.15rem; margin: 0 0 1rem; }
.article-body a { color: var(--coral-deep); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.article-body img { border-radius: 16px; margin: 16px 0; border: 1px solid var(--line); }
.article-body blockquote {
  margin: 16px 0; padding: 12px 16px; border-left: 4px solid var(--coral);
  background: #fff6f1; border-radius: 0 14px 14px 0; color: var(--ink-soft);
}
.article-body table { width: 100%; border-collapse: collapse; margin: 12px 0 18px; }
.article-body th, .article-body td { border: 1px solid var(--line); padding: 8px 10px; text-align: left; }
.missing-note {
  padding: 28px 8px 36px;
  max-width: 720px;
}
.missing-note p { font-size: 1.25rem; font-weight: 800; }
.side-stack { display: grid; gap: 14px; position: sticky; top: 96px; }
.side-card { padding: 16px; }
.side-card h3 { font-size: 1rem; }
.side-card img { border-radius: 14px; height: 132px; width: 100%; object-fit: cover; margin-bottom: 10px; }
.side-line { display: flex; justify-content: space-between; gap: 8px; padding: 8px 0; border-top: 1px solid #f3eadf; font-size: .92rem; }
.side-line b { font-weight: 700; }
.dot {
  width: 36px; height: 36px; border-radius: 12px; display: grid; place-items: center;
  background: #fff1ea; color: var(--coral-deep); font-weight: 800;
}
.status-row strong, .rank-row strong { display: block; }
.time-pill { font-size: .78rem; font-weight: 800; color: var(--coral-deep); background: #fff1ea; border-radius: 999px; padding: 4px 8px; }
.compare {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 18px;
  align-items: stretch;
}
.compare-main, .compare-side {
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 10px 28px rgba(60, 32, 12, .05);
}
.compare-main { display: grid; grid-template-columns: 210px 1fr; min-height: 280px; }
.compare-main img { width: 100%; height: 100%; object-fit: cover; }
.compare-copy, .compare-side { padding: 22px; }
.compare-side { background: var(--wine); color: #fff8ee; border-color: transparent; }
.compare-side h3, .compare-side p { color: #fff8ee; }
.compare-side li { margin-bottom: 8px; }
.tick { list-style: none; padding: 0; margin: 12px 0 0; }
.tick li { display: flex; gap: 8px; align-items: flex-start; margin-bottom: 8px; color: var(--ink-soft); }
.tick i { color: var(--mint); margin-top: 4px; }
.timeline { display: grid; gap: 0; position: relative; }
.mile {
  display: grid;
  grid-template-columns: 92px 22px 1fr;
  gap: 14px;
  align-items: start;
}
.mile time { font-weight: 800; color: var(--coral-deep); padding-top: 12px; }
.rail { display: flex; flex-direction: column; align-items: center; min-height: 100%; }
.rail i {
  width: 14px; height: 14px; border-radius: 50%; background: var(--coral);
  box-shadow: 0 0 0 6px #ffe4dc; margin-top: 16px; display: block;
}
.rail span { width: 2px; flex: 1; background: #f0d2c4; min-height: 42px; }
.mile-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 14px 16px; margin: 8px 0; }
.mile-card p { margin: 0; color: var(--ink-soft); }
.pass-layout { display: grid; grid-template-columns: 280px 1fr; gap: 22px; align-items: center; }
.stat-col { display: grid; gap: 12px; }
.stat { padding: 16px 18px; }
.stat b { display: block; font-size: 1.7rem; letter-spacing: -.03em; }
.stat span { color: var(--ink-soft); font-size: .9rem; }
.pass-list { display: grid; gap: 12px; }
.pass {
  display: grid; grid-template-columns: 92px 1fr auto; gap: 14px; align-items: center;
  background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 12px;
}
.pass img { width: 92px; height: 72px; object-fit: cover; border-radius: 12px; }
.pass p { margin: 0; color: var(--ink-soft); font-size: .92rem; }
.qa { display: grid; gap: 10px; }
.qa details { padding: 0; overflow: hidden; }
.qa summary {
  cursor: pointer; padding: 16px 18px; font-weight: 750; list-style: none;
  display: flex; justify-content: space-between; gap: 12px; align-items: center;
}
.qa summary::-webkit-details-marker { display: none; }
.qa summary:hover { color: var(--coral-deep); }
.qa summary:after { content: "+"; font-weight: 800; color: var(--coral); }
.qa details[open] summary:after { content: "–"; }
.qa details[open] { border-color: #f0c7b4; background: #fffdfb; }
.qa details p { padding: 0 18px 16px; color: var(--ink-soft); }
.apply {
  position: relative;
  color: #fff8ee;
  background: #1a1020 url("/assets/images/393ad22e10fff693.webp") center/cover no-repeat;
  overflow: hidden;
}
.apply::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(18, 8, 12, .92), rgba(42, 18, 24, .78));
}
.apply .wrap { position: relative; z-index: 1; }
.apply-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: start; }
.apply h2 { color: #fff8ee; font-size: clamp(1.7rem, 3vw, 2.5rem); }
.apply .section-head p { color: rgba(255,248,238,.84); }
.form-card {
  background: rgba(255,253,248,.97);
  color: var(--ink);
  border-radius: 28px;
  padding: 20px;
  box-shadow: var(--shadow);
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.field span { font-weight: 700; font-size: .86rem; }
.field input, .field select, .field textarea {
  border: 1px solid var(--line); background: #fff; border-radius: 14px;
  padding: 12px 12px; color: var(--ink); margin: 0; box-shadow: none; width: 100%;
}
.field textarea { min-height: 96px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); background: #fffdf8; }
.form-card .btn { width: 100%; margin-top: 4px; }
.fine-note { color: var(--ink-soft); font-size: .84rem; margin: 8px 0 0; }
.elig { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.site-footer { background: var(--wine); color: #fff4e8; padding: 42px 0 18px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 24px; }
.site-footer .brand-text, .site-footer h3, .site-footer a, .site-footer p { color: #fff4e8; }
.site-footer h3 { font-size: 1rem; margin-bottom: 8px; }
.site-footer a:hover { color: var(--gold); }
.site-footer .fine { border-top: 1px solid rgba(255,244,232,.16); margin-top: 22px; padding-top: 14px; color: rgba(255,244,232,.72); font-size: .88rem; }
@media (max-width: 1024px) {
  .desk-nav { display: none; }
  .nav-search { display: none; }
  .nav-toggle { display: inline-grid; place-items: center; }
  .brand { min-width: 0; }
  .mast-grid, .compare, .pass-layout, .apply-grid, .footer-grid { grid-template-columns: 1fr; }
  .compare-main { grid-template-columns: 1fr; }
  .compare-main img { height: 210px; }
  .read-grid { grid-template-columns: 1fr; }
  .article-sheet, .article-body { max-width: none; }
  .side-stack { position: static; }
}
@media (max-width: 768px) {
  .section { padding: 54px 0; }
  .wrap { width: min(var(--max), calc(100% - 28px)); }
  .form-grid, .pass { grid-template-columns: 1fr; }
  .mile { grid-template-columns: 72px 18px 1fr; }
  .cover-frame { min-height: 240px; }
  .rank-row, .status-row { grid-template-columns: auto 1fr; }
  .rank-row .time-pill, .status-row .time-pill { grid-column: 2; justify-self: start; }
}
@media (max-width: 520px) {
  .mast h1 { max-width: none; }
  .nav-tools .btn-hot { display: none; }
  .article-sheet { padding: 18px 14px 4px; }
  .cover-cap { flex-direction: column; align-items: flex-start; }
  .mile { grid-template-columns: 18px 1fr; }
  .mile time { grid-column: 2; padding-top: 0; }
}

/* roulang page: category1 */
:root {
  --ink: #1c140f;
  --ink-soft: #4d4338;
  --paper: #f7f1e6;
  --paper-2: #fffdf8;
  --card: #ffffff;
  --line: #eadfcd;
  --coral: #ff3d2e;
  --coral-deep: #d41f18;
  --gold: #e2ae2a;
  --gold-soft: #fff4d2;
  --mint: #128a5b;
  --mint-soft: #e5f7ee;
  --wine: #2a1218;
  --shadow: 0 16px 40px rgba(48, 24, 12, .1);
  --radius: 22px;
  --radius-sm: 14px;
  --header: 78px;
  --max: 1180px;
}
/* roulang page: link-xac-minh */
:root {
  --ink: #1c140f;
  --ink-soft: #4d4338;
  --paper: #f7f1e6;
  --paper-2: #fffdf8;
  --card: #ffffff;
  --line: #eadfcd;
  --coral: #ff3d2e;
  --coral-deep: #d41f18;
  --gold: #e2ae2a;
  --gold-soft: #fff4d2;
  --mint: #128a5b;
  --mint-soft: #e5f7ee;
  --wine: #2a1218;
  --shadow: 0 16px 40px rgba(48, 24, 12, .1);
  --radius: 22px;
  --radius-sm: 14px;
  --header: 78px;
  --max: 1180px;
}
html { scroll-behavior: smooth; }
*, *::before, *::after { box-sizing: border-box; }
body {
  margin: 0;
  font-family: "Be Vietnam Pro", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  font-size: 16px;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font-family: inherit; font-size: 1rem; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.2; letter-spacing: -0.02em; color: var(--ink); font-family: inherit; }
p { margin-bottom: .8rem; }
.wrap { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 24px rgba(40, 22, 10, .05);
}
.nav-bar {
  min-height: var(--header);
  display: flex;
  align-items: center;
  gap: 18px;
}
.brand { display: flex; align-items: center; gap: 10px; min-width: 210px; }
.brand-mark {
  width: 42px; height: 42px; border-radius: 14px;
  display: grid; place-items: center;
  background: linear-gradient(145deg, var(--coral), #ff8a2a);
  color: #fff; box-shadow: 0 8px 16px rgba(255, 61, 46, .28);
  flex: 0 0 auto;
}
.brand-text { font-weight: 800; font-size: .98rem; line-height: 1.15; max-width: 168px; color: var(--ink); }
.desk-nav { display: flex; align-items: center; gap: 4px; flex: 1; min-width: 0; }
.desk-nav a {
  padding: 8px 10px;
  border-radius: 999px;
  color: var(--ink-soft);
  font-weight: 600;
  font-size: .86rem;
  white-space: nowrap;
}
.desk-nav a:hover { background: #fff1ea; color: var(--coral-deep); }
.desk-nav a.active, .desk-nav a[aria-current="page"] {
  background: var(--ink);
  color: #fff;
}
.nav-tools { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.nav-search {
  display: flex; align-items: center;
  background: #f6f1e8;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 4px 4px 4px 12px;
  min-width: 210px;
}
.nav-search input {
  border: 0; background: transparent; outline: none;
  width: 128px; color: var(--ink); margin: 0; height: 34px; box-shadow: none;
}
.nav-search button {
  border: 0; background: #fff; color: var(--ink);
  width: 34px; height: 34px; border-radius: 50%; cursor: pointer;
}
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border-radius: 999px; padding: 12px 18px; border: 1px solid transparent;
  font-weight: 700; cursor: pointer; transition: .2s ease;
  line-height: 1;
}
.btn-hot { background: var(--coral); color: #fff; box-shadow: 0 10px 20px rgba(255, 61, 46, .25); }
.btn-hot:hover { background: var(--coral-deep); transform: translateY(-2px); color: #fff; }
.btn-hot:active { transform: translateY(0) scale(.98); }
.btn-ghost { background: transparent; color: #fff8ee; border-color: rgba(255,248,238,.45); }
.btn-ghost:hover { background: rgba(255,248,238,.12); color: #fff; }
.btn-ink { background: var(--ink); color: #fff; }
.btn-ink:hover { background: #3a2418; transform: translateY(-2px); color: #fff; }
.btn-line { background: #fff; color: var(--ink); border-color: var(--line); }
.btn-line:hover { border-color: var(--gold); background: var(--gold-soft); color: var(--ink); }
.nav-toggle {
  display: none; width: 44px; height: 44px; border-radius: 14px;
  border: 1px solid var(--line); background: #fff; cursor: pointer; color: var(--ink);
}
.mobile-drawer {
  display: none; background: #fff; border-top: 1px solid var(--line); padding: 8px 16px 16px;
}
.mobile-drawer a {
  display: block; padding: 12px 10px; border-radius: 12px; font-weight: 650; color: var(--ink);
}
.mobile-drawer a.active, .mobile-drawer a[aria-current="page"] { background: #fff1ea; color: var(--coral-deep); }
.mobile-drawer.open { display: block; }
.hero {
  position: relative;
  color: #fff8ee;
  background: #1a1020 url("/assets/images/393ad22e10fff693.webp") center/cover no-repeat;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(18, 8, 12, .9) 8%, rgba(18, 8, 12, .68) 52%, rgba(120, 28, 22, .38) 100%);
}
.hero .wrap { position: relative; z-index: 1; padding: 34px 0 42px; }
.hero-copy { max-width: 860px; margin-bottom: 22px; }
.hero h1 { font-size: clamp(2rem, 4.4vw, 3.5rem); max-width: 16ch; color: #fff8ee; }
.hero-copy p { font-size: 1.05rem; color: rgba(255,248,238,.88); max-width: 68ch; }
.promo-card {
  display: grid;
  grid-template-columns: 280px 1fr 230px;
  gap: 0;
  background: rgba(255,253,248,.96);
  color: var(--ink);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.promo-media { min-height: 230px; position: relative; }
.promo-media img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.promo-body { padding: 22px 22px 18px; }
.promo-actions .btn-ghost { width: 100%; }
.promo-actions .btn-hot { width: 100%; }
.badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--gold-soft); color: #8a5a00;
  border-radius: 999px; padding: 4px 10px; font-size: .78rem; font-weight: 700;
}
.badge.live { background: var(--mint-soft); color: var(--mint); }
.badge.wait { background: #fff1ea; color: var(--coral-deep); }
.meta-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0; }
.chip {
  border: 1px solid var(--line); border-radius: 999px; padding: 5px 10px;
  font-size: .82rem; color: var(--ink-soft); background: #fff;
}
.slot-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 14px; }
.section { padding: 74px 0; }
.section.alt { background: var(--paper-2); }
.section.sand { background: #f3e7d4; }
.section-head { max-width: 760px; margin-bottom: 26px; }
.section-head h2 { font-size: clamp(1.6rem, 3vw, 2.35rem); }
.section-head p { color: var(--ink-soft); margin: 0; }
.rank-card, .panel, .tier, .news-card, .plan-card, .log-item, .qa details, .stat, .guard, .side-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 28px rgba(60, 32, 12, .05);
}
.rank-card, .panel { padding: 8px; }
.rank-row, .status-row {
  display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center;
  padding: 14px; border-radius: 16px;
}
.rank-row + .rank-row, .status-row + .status-row { border-top: 1px solid #f3eadf; }
.rank-row p, .status-row p, .plan-card p, .tier li, .guard p, .side-card p { color: var(--ink-soft); margin: 0; font-size: .94rem; }
.bar-item { margin-bottom: 16px; }
.plan-card { padding: 18px; min-height: 140px; }
.tier, .guard, .side-card, .stat, .news-card { padding: 18px; }
.eyebrow { color: var(--gold); font-weight: 800; margin-bottom: 8px; letter-spacing: .03em; }
.verify-hero h1 { max-width: 18ch; }
.verify-hero .lead { color: rgba(255,248,238,.9); max-width: 62ch; font-size: 1.05rem; }
.pulse {
  width: 8px; height: 8px; border-radius: 50%; background: var(--mint); display: inline-block;
  box-shadow: 0 0 0 0 rgba(18,138,91,.55); animation: pulse 1.6s infinite;
}
@keyframes pulse {
  70% { box-shadow: 0 0 0 8px rgba(18,138,91,0); }
}
.clock {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin: 18px 0 8px;
}
.clock div {
  background: rgba(255,248,238,.08);
  border: 1px solid rgba(255,248,238,.16);
  border-radius: 16px;
  padding: 10px 8px 8px;
  text-align: center;
}
.clock b { display: block; font-size: clamp(1.4rem, 2.4vw, 1.9rem); line-height: 1; color: #fff; }
.clock span { display: block; margin-top: 4px; font-size: .75rem; color: rgba(255,248,238,.72); font-weight: 600; }
.sub-row {
  display: flex; gap: 8px; align-items: center;
  background: rgba(255,253,248,.96);
  padding: 6px;
  border-radius: 999px;
  margin-top: 16px;
}
.sub-row input {
  border: 0; background: transparent; flex: 1; min-width: 0;
  height: 44px; margin: 0; box-shadow: none; color: var(--ink); padding: 0 12px;
}
.quick-note { color: #d9ffe9; font-weight: 700; margin: 8px 0 0; }
.hero-side { margin-top: 8px; }
.poster {
  background: rgba(255,253,248,.96);
  color: var(--ink);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.media-frame { position: relative; min-height: 230px; overflow: hidden; }
.media-frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; max-width: none; }
.poster-body { padding: 16px 16px 18px; }
.poster-body h2 { font-size: 1.25rem; margin-bottom: 6px; }
.poster-body p { color: var(--ink-soft); margin-bottom: 0; }
.status-strip {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.status-pill {
  background: rgba(255,253,248,.94);
  color: var(--ink);
  border-radius: 16px;
  padding: 12px 14px;
}
.status-pill b { display: block; font-size: .95rem; }
.status-pill span { color: var(--ink-soft); font-size: .84rem; }
.metric {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 28px rgba(60, 32, 12, .05);
  padding: 18px 18px 16px;
  height: 100%;
}
.metric strong {
  display: block;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  letter-spacing: -.04em;
  color: var(--coral-deep);
  line-height: 1;
  margin-bottom: 8px;
}
.metric span { color: var(--ink-soft); font-weight: 650; }
.metric p { margin: 8px 0 0; color: var(--ink-soft); font-size: .92rem; }
.bento { display: grid; grid-template-columns: 1.15fr .85fr; gap: 16px; align-items: stretch; }
.stack { display: grid; gap: 16px; }
.feature-visual, .stack article, .compare-card, .sheet, .mile-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 28px rgba(60, 32, 12, .05);
}
.feature-visual { overflow: hidden; display: grid; grid-template-rows: 230px 1fr; }
.feature-copy, .stack article, .compare-card { padding: 18px; }
.stack article h3, .feature-copy h3, .compare-card h3 { margin-bottom: 6px; }
.stack article p, .feature-copy p, .compare-card p { color: var(--ink-soft); margin: 0; }
.kicker { font-size: .78rem; font-weight: 800; letter-spacing: .04em; color: var(--coral-deep); text-transform: uppercase; }
.compare { display: grid; grid-template-columns: .86fr 1.14fr; gap: 18px; align-items: stretch; }
.compare-photo { position: relative; min-height: 100%; border-radius: var(--radius); overflow: hidden; }
.compare-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; max-width: none; }
.compare-photo figcaption {
  position: absolute; left: 14px; right: 14px; bottom: 14px;
  background: rgba(28, 16, 14, .78); color: #fff8ee;
  border-radius: 14px; padding: 10px 12px; font-weight: 650;
}
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.mark-open { color: var(--mint); font-weight: 800; }
.mark-bad { color: var(--coral-deep); font-weight: 800; }
.mile { display: grid; grid-template-columns: 92px 1fr; gap: 14px; padding: 8px 0; }
.mile time { font-weight: 800; color: var(--coral-deep); padding-top: 16px; }
.news-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 22px; align-items: start; }
.log-item { padding: 16px 18px; }
.log-item + .log-item { margin-top: 10px; }
.log-item a { font-weight: 800; }
.log-item a:hover { color: var(--coral-deep); }
.log-item p { margin: 6px 0 0; }
.empty-note { margin: 0; color: var(--ink-soft); padding: 8px 2px; }
.guard-band {
  position: relative;
  overflow: hidden;
  color: #fff8ee;
  background: #2a1218 url("/assets/images/4d8d03f778966b1b.webp") center/cover no-repeat;
}
.guard-band::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(28,10,16,.92), rgba(80, 22, 28, .74));
}
.guard-band .wrap { position: relative; z-index: 1; }
.guard-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; align-items: center; }
.guard-band h2, .guard-band p { color: #fff8ee; }
.guard-points { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.guard-points li {
  background: rgba(255,253,248,.08);
  border: 1px solid rgba(255,248,238,.16);
  border-radius: 16px;
  padding: 14px 16px;
}
.guard-points strong { display: block; color: var(--gold); margin-bottom: 4px; }
.faq-list details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px 16px;
  box-shadow: 0 8px 20px rgba(60, 32, 12, .04);
}
.faq-list details + details { margin-top: 10px; }
.faq-list summary { cursor: pointer; font-weight: 750; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list details p { margin: 10px 0 0; color: var(--ink-soft); }
.faq-list details[open] { border-color: #f3c2b4; background: #fffaf6; }
.sheet-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 18px; align-items: stretch; }
.sheet { padding: 22px; }
.sheet label { display: block; font-weight: 700; margin-bottom: 6px; }
.sheet input, .sheet select, .sheet textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  color: var(--ink);
  box-shadow: none;
  margin: 0 0 14px;
  padding: 12px 14px;
  height: auto;
}
.sheet textarea { min-height: 110px; resize: vertical; }
.form-note { color: var(--mint); font-weight: 750; margin: 12px 0 0; }
.photo-card { position: relative; min-height: 320px; border-radius: var(--radius); overflow: hidden; }
.photo-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; max-width: none; }
.photo-card span {
  position: absolute; left: 14px; right: 14px; bottom: 14px;
  background: rgba(255,253,248,.94); color: var(--ink);
  border-radius: 14px; padding: 12px 14px; font-weight: 700;
}
.site-footer { background: var(--wine); color: #fff4ea; padding: 48px 0 20px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 28px; }
.site-footer h3 { color: #fff; font-size: 1rem; margin-bottom: 10px; }
.site-footer p { margin: 0 0 8px; }
.site-footer p, .site-footer a { color: rgba(255,244,234,.82); }
.site-footer a:hover { color: #fff; }
.site-footer .brand-text { color: #fff; }
.fine { border-top: 1px solid rgba(255,244,234,.16); margin-top: 22px; padding-top: 14px; color: rgba(255,244,234,.7); font-size: .9rem; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}
@media (max-width: 1024px) {
  .desk-nav, .nav-search { display: none; }
  .nav-toggle { display: inline-grid; place-items: center; }
  .brand { min-width: 0; }
  .section { padding: 58px 0; }
}
@media (max-width: 900px) {
  .status-strip, .bento, .compare, .split, .news-layout, .guard-layout, .sheet-grid, .footer-grid { grid-template-columns: 1fr; }
  .feature-visual { grid-template-rows: 200px auto; }
  .compare-photo { min-height: 240px; }
  .mile time { padding-top: 0; }
}
@media (max-width: 768px) {
  .clock { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .hero h1, .verify-hero h1 { max-width: none; }
  .slot-row { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .wrap { width: min(var(--max), calc(100% - 20px)); }
  .status-strip { grid-template-columns: 1fr; }
  .sub-row { flex-direction: column; border-radius: 18px; align-items: stretch; }
  .sub-row .btn, .sheet .btn { width: 100%; }
  .metric-board > .cell { flex: 0 0 100%; max-width: 100%; }
  .nav-tools .btn-hot { padding: 10px 12px; }
  .clock b { font-size: 1.25rem; }
  .section { padding: 46px 0; }
  .brand-text { max-width: 132px; font-size: .86rem; }
}
@media (prefers-reduced-motion: reduce) {
  .pulse { animation: none; }
}

/* roulang page: category2 */
:root {
  --ink: #1c140f;
  --ink-soft: #4d4338;
  --paper: #f7f1e6;
  --paper-2: #fffdf8;
  --card: #ffffff;
  --line: #eadfcd;
  --coral: #ff3d2e;
  --coral-deep: #d41f18;
  --gold: #e2ae2a;
  --gold-soft: #fff4d2;
  --mint: #128a5b;
  --mint-soft: #e5f7ee;
  --wine: #2a1218;
  --shadow: 0 16px 40px rgba(48, 24, 12, .1);
  --radius: 22px;
  --radius-sm: 14px;
  --header: 78px;
  --max: 1180px;
}
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Be Vietnam Pro", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  font-size: 16px;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font-family: inherit; font-size: 1rem; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.18; letter-spacing: -.02em; }
.wrap, .grid-container {
  width: min(var(--max), calc(100% - 32px));
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 24px rgba(40, 22, 10, .05);
}
.nav-bar {
  min-height: var(--header);
  display: flex;
  align-items: center;
  gap: 18px;
}
.brand { display: flex; align-items: center; gap: 10px; min-width: 210px; }
.brand-mark {
  width: 42px; height: 42px; border-radius: 14px;
  display: grid; place-items: center;
  background: linear-gradient(145deg, var(--coral), #ff8a2a);
  color: #fff; box-shadow: 0 8px 16px rgba(255, 61, 46, .28);
  flex: 0 0 auto;
}
.brand-text { font-weight: 800; font-size: .98rem; line-height: 1.15; max-width: 168px; color: var(--ink); }
.desk-nav { display: flex; align-items: center; gap: 4px; flex: 1; min-width: 0; }
.desk-nav a {
  padding: 8px 10px;
  border-radius: 999px;
  color: var(--ink-soft);
  font-weight: 600;
  font-size: .86rem;
  white-space: nowrap;
}
.desk-nav a:hover { background: #fff1ea; color: var(--coral-deep); }
.desk-nav a.active, .desk-nav a[aria-current="page"] { background: var(--ink); color: #fff; }
.nav-tools { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.nav-search {
  display: flex; align-items: center;
  background: #f6f1e8;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 4px 4px 4px 12px;
  min-width: 210px;
}
.nav-search input {
  border: 0; background: transparent; outline: none;
  width: 128px; color: var(--ink); margin: 0; height: 34px; box-shadow: none;
}
.nav-search button {
  border: 0; background: #fff; color: var(--ink);
  width: 34px; height: 34px; border-radius: 50%; cursor: pointer;
}
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border-radius: 999px; padding: 12px 18px; border: 1px solid transparent;
  font-weight: 700; cursor: pointer; transition: .2s ease;
  line-height: 1; text-align: center;
}
.btn-hot { background: var(--coral); color: #fff; box-shadow: 0 10px 20px rgba(255, 61, 46, .25); }
.btn-hot:hover { background: var(--coral-deep); transform: translateY(-2px); color: #fff; }
.btn-hot:active { transform: translateY(0) scale(.98); }
.btn-ghost { background: transparent; color: #fff8ee; border-color: rgba(255,248,238,.45); }
.btn-ghost:hover { background: rgba(255,248,238,.12); color: #fff; }
.btn-ink { background: var(--ink); color: #fff; }
.btn-ink:hover { background: #3a2418; transform: translateY(-2px); color: #fff; }
.btn-line { background: #fff; color: var(--ink); border-color: var(--line); }
.btn-line:hover { border-color: var(--gold); background: var(--gold-soft); color: var(--ink); }
.nav-toggle {
  display: none; width: 44px; height: 44px; border-radius: 14px;
  border: 1px solid var(--line); background: #fff; cursor: pointer; color: var(--ink);
}
.mobile-drawer {
  display: none; background: #fff; border-top: 1px solid var(--line); padding: 8px 16px 16px;
}
.mobile-drawer a {
  display: block; padding: 12px 10px; border-radius: 12px; font-weight: 650; color: var(--ink);
}
.mobile-drawer a.active, .mobile-drawer a[aria-current="page"] { background: #fff1ea; color: var(--coral-deep); }
.mobile-drawer.open { display: block; }
.badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--gold-soft); color: #8a5a00;
  border-radius: 999px; padding: 4px 10px; font-size: .78rem; font-weight: 700;
}
.badge.live { background: var(--mint-soft); color: var(--mint); }
.badge.wait { background: #fff1ea; color: var(--coral-deep); }
.chip {
  border: 1px solid var(--line); border-radius: 999px; padding: 5px 10px;
  font-size: .82rem; color: var(--ink-soft); background: #fff;
}
.section { padding: 74px 0; }
.section.alt { background: var(--paper-2); }
.section.sand { background: #f3e7d4; }
.section-head { max-width: 760px; margin-bottom: 26px; }
.section-head h2 { font-size: clamp(1.6rem, 3vw, 2.35rem); margin-bottom: 8px; }
.section-head p { color: var(--ink-soft); margin: 0; }
.fresh-hero {
  position: relative;
  color: #fff8ee;
  background: #1a1020 url("/assets/images/393ad22e10fff693.webp") center/cover no-repeat;
  overflow: hidden;
}
.fresh-hero::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(18, 8, 12, .92) 6%, rgba(28, 10, 16, .74) 48%, rgba(160, 36, 24, .42) 100%);
}
.fresh-hero .grid-container { position: relative; z-index: 1; padding-top: 42px; padding-bottom: 46px; }
.hero-lead { max-width: 760px; margin-bottom: 22px; }
.fresh-hero h1 { font-size: clamp(2rem, 4.2vw, 3.35rem); max-width: 16ch; color: #fffaf4; margin-bottom: 12px; }
.hero-lead p { color: rgba(255,248,238,.88); font-size: 1.05rem; max-width: 64ch; }
.pulse {
  width: 8px; height: 8px; border-radius: 50%; background: var(--mint);
  box-shadow: 0 0 0 0 rgba(18, 138, 91, .7);
  animation: pulse 1.6s infinite;
}
@keyframes pulse {
  70% { box-shadow: 0 0 0 8px rgba(18, 138, 91, 0); }
  100% { box-shadow: 0 0 0 0 rgba(18, 138, 91, 0); }
}
.ticker {
  display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px;
}
.ticker span {
  background: rgba(255,248,238,.1);
  border: 1px solid rgba(255,248,238,.18);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: .84rem;
}
.tier-board { margin-top: 8px; }
.tier-pick, .tier-alt, .matrix-lead, .matrix-row, .versus article, .mile-line li, .news-card, .quick-row, .faq-list details, .lead-panel, .metric-board, .shield-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 28px rgba(60, 32, 12, .05);
}
.tier-pick {
  background: #fffdf8;
  border: 2px solid var(--gold);
  box-shadow: 0 18px 40px rgba(226, 174, 42, .22);
  overflow: hidden;
  color: var(--ink);
  height: 100%;
}
.tier-photo { position: relative; min-height: 210px; }
.tier-photo img { width: 100%; height: 210px; object-fit: cover; }
.tier-photo .badge { position: absolute; left: 14px; top: 14px; }
.tier-body, .tier-alt { padding: 18px; }
.tier-pick h2, .tier-alt h2 { font-size: 1.35rem; margin-bottom: 8px; }
.tier-pick p, .tier-alt p { color: var(--ink-soft); margin-bottom: 12px; }
.tier-alt { color: var(--ink); height: 100%; display: flex; flex-direction: column; }
.tier-alt .btn { margin-top: auto; }
.meta-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0; }
.metric-board { padding: 18px; background: var(--wine); color: #fff8ee; border: 0; }
.metric-cell { padding: 8px 10px 14px; }
.metric-cell strong { display: block; font-size: clamp(1.7rem, 3vw, 2.4rem); line-height: 1; color: #fff; }
.metric-cell span { color: rgba(255,248,238,.74); font-size: .9rem; }
.status-line {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px 4px;
  border-top: 1px solid rgba(255,248,238,.12);
  color: #fff8ee;
}
.status-line b { font-size: .92rem; }
.status-line em { font-style: normal; color: var(--gold); font-weight: 700; }
.matrix-lead { overflow: hidden; height: 100%; }
.matrix-lead img { width: 100%; height: 240px; object-fit: cover; }
.matrix-lead div, .matrix-row { padding: 16px 18px; }
.matrix-row { display: grid; grid-template-columns: 46px 1fr; gap: 12px; align-items: start; margin-bottom: 12px; }
.matrix-row:last-child { margin-bottom: 0; }
.matrix-row i {
  width: 46px; height: 46px; border-radius: 14px;
  display: grid; place-items: center;
  background: #fff1ea; color: var(--coral-deep);
}
.matrix-row h3, .versus h3, .mile-line h3, .news-card h3, .shield-card h3 { margin-bottom: 4px; font-size: 1.05rem; }
.matrix-row p, .versus p, .mile-line p, .news-card p, .shield-card p, .quick-row p { color: var(--ink-soft); margin: 0; }
.versus article { padding: 22px; height: 100%; }
.versus .fresh { background: #2a1218; color: #fff8ee; border: 0; }
.versus .fresh p, .versus .fresh li { color: rgba(255,248,238,.84); }
.versus ul { margin: 12px 0 0; padding-left: 18px; }
.versus li + li { margin-top: 6px; }
.mile-line { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.mile-line li { padding: 16px; position: relative; }
.mile-line time { display: block; font-weight: 800; color: var(--coral-deep); margin-bottom: 8px; }
.news-layout .side-photo { border-radius: var(--radius); overflow: hidden; min-height: 100%; position: relative; }
.news-layout .side-photo img { width: 100%; height: 100%; object-fit: cover; min-height: 320px; }
.news-card { display: grid; grid-template-columns: 1fr auto; gap: 12px; padding: 16px 18px; margin-bottom: 12px; align-items: center; }
.news-card:hover, .matrix-row:hover, .tier-alt:hover { transform: translateY(-2px); border-color: #f0c9a0; }
.news-card time { color: var(--ink-soft); font-size: .84rem; white-space: nowrap; }
.empty-note { padding: 18px; border: 1px dashed var(--line); border-radius: 16px; color: var(--ink-soft); background: #fff; }
.shield-band {
  position: relative;
  background: #1a1020 url("/assets/images/4d8d03f778966b1b.webp") center/cover no-repeat;
  color: #fff8ee;
}
.shield-band::before { content: ""; position: absolute; inset: 0; background: rgba(22, 8, 12, .82); }
.shield-band .grid-container { position: relative; z-index: 1; }
.shield-card { background: rgba(255,253,248,.96); color: var(--ink); padding: 18px; height: 100%; }
.quick-row { padding: 8px 18px; }
.quick-row div { display: grid; grid-template-columns: 150px 1fr; gap: 16px; padding: 14px 0; border-top: 1px solid #f3eadf; }
.quick-row div:first-child { border-top: 0; }
.quick-row b { color: var(--ink); }
.faq-list details { padding: 0; margin-bottom: 12px; }
.faq-list summary { cursor: pointer; padding: 16px 18px; font-weight: 750; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list details p { padding: 0 18px 16px; color: var(--ink-soft); }
.faq-list details[open] { border-color: #efc48a; }
.lead-panel { overflow: hidden; }
.lead-copy {
  padding: 28px 24px;
  background: #2a1218 url("/assets/images/8fddb49218c48d22.webp") center/cover no-repeat;
  color: #fff8ee;
  min-height: 100%;
  position: relative;
}
.lead-copy::before { content: ""; position: absolute; inset: 0; background: rgba(24, 8, 12, .78); }
.lead-copy > * { position: relative; z-index: 1; }
.lead-copy p { color: rgba(255,248,238,.84); }
.lead-form { padding: 22px; }
.lead-form label { display: block; font-weight: 700; font-size: .88rem; margin-bottom: 6px; }
.lead-form input, .lead-form select, .lead-form textarea {
  width: 100%; border: 1px solid var(--line); border-radius: 14px;
  background: #fff; color: var(--ink); padding: 12px 14px; margin: 0 0 12px;
  box-shadow: none; height: auto;
}
.lead-form textarea { min-height: 110px; resize: vertical; }
.form-note { background: var(--mint-soft); color: var(--mint); border-radius: 14px; padding: 12px 14px; font-weight: 700; }
.site-footer { background: var(--wine); color: #fff4ea; padding: 42px 0 18px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 28px; }
.site-footer h3 { color: #fff; font-size: 1rem; margin-bottom: 8px; }
.site-footer p, .site-footer a { color: rgba(255,244,234,.82); margin-bottom: 6px; }
.site-footer a:hover { color: #fff; }
.site-footer .brand-text { color: #fff; }
.fine { border-top: 1px solid rgba(255,244,234,.15); margin-top: 22px; padding-top: 14px; font-size: .86rem; color: rgba(255,244,234,.7); }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 3px solid var(--gold); outline-offset: 2px;
}
@media (max-width: 1024px) {
  .desk-nav, .nav-search { display: none; }
  .nav-toggle { display: inline-grid; place-items: center; }
  .mile-line { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .section { padding: 54px 0; }
  .brand { min-width: 0; }
  .nav-tools .btn-hot span { display: none; }
  .mile-line, .footer-grid { grid-template-columns: 1fr; }
  .status-line, .quick-row div, .news-card { grid-template-columns: 1fr; }
  .tier-photo img, .matrix-lead img { height: 180px; }
}
@media (max-width: 520px) {
  .wrap, .grid-container { width: min(var(--max), calc(100% - 20px)); }
  .fresh-hero h1 { max-width: none; }
  .nav-bar { gap: 8px; }
  .btn { width: 100%; }
  .nav-tools .btn { width: auto; }
}

/* roulang page: category3 */
:root {
  --ink: #1c140f;
  --ink-soft: #4d4338;
  --paper: #f7f1e6;
  --paper-2: #fffdf8;
  --card: #ffffff;
  --line: #eadfcd;
  --coral: #ff3d2e;
  --coral-deep: #d41f18;
  --gold: #e2ae2a;
  --gold-soft: #fff4d2;
  --mint: #128a5b;
  --mint-soft: #e5f7ee;
  --wine: #2a1218;
  --shadow: 0 16px 40px rgba(48, 24, 12, .1);
  --radius: 22px;
  --radius-sm: 14px;
  --header: 78px;
  --max: 1180px;
}
html { scroll-behavior: smooth; }
*, *::before, *::after { box-sizing: border-box; }
body {
  margin: 0;
  font-family: "Be Vietnam Pro", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  font-size: 16px;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font-family: inherit; font-size: 1rem; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.18; letter-spacing: -.02em; }
.wrap { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 24px rgba(40, 22, 10, .05);
}
.nav-bar {
  min-height: var(--header);
  display: flex;
  align-items: center;
  gap: 18px;
}
.brand { display: flex; align-items: center; gap: 10px; min-width: 210px; }
.brand-mark {
  width: 42px; height: 42px; border-radius: 14px;
  display: grid; place-items: center;
  background: linear-gradient(145deg, var(--coral), #ff8a2a);
  color: #fff; box-shadow: 0 8px 16px rgba(255, 61, 46, .28);
  flex: 0 0 auto;
}
.brand-text { font-weight: 800; font-size: .98rem; line-height: 1.15; max-width: 168px; }
.desk-nav { display: flex; align-items: center; gap: 4px; flex: 1; min-width: 0; }
.desk-nav a {
  padding: 8px 10px;
  border-radius: 999px;
  color: var(--ink-soft);
  font-weight: 600;
  font-size: .86rem;
  white-space: nowrap;
}
.desk-nav a:hover { background: #fff1ea; color: var(--coral-deep); }
.desk-nav a.active, .desk-nav a[aria-current="page"] { background: var(--ink); color: #fff; }
.nav-tools { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.nav-search {
  display: flex; align-items: center;
  background: #f6f1e8;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 4px 4px 4px 12px;
  min-width: 210px;
}
.nav-search input {
  border: 0; background: transparent; outline: none;
  width: 128px; color: var(--ink); margin: 0; height: 34px; box-shadow: none;
}
.nav-search button {
  border: 0; background: #fff; color: var(--ink);
  width: 34px; height: 34px; border-radius: 50%; cursor: pointer;
  display: grid; place-items: center; padding: 0;
}
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border-radius: 999px; padding: 12px 18px; border: 1px solid transparent;
  font-weight: 700; cursor: pointer; transition: .2s ease;
  line-height: 1; text-align: center;
}
.btn:focus-visible, .nav-search button:focus-visible, .nav-toggle:focus-visible, .desk-nav a:focus-visible, summary:focus-visible {
  outline: 3px solid var(--gold); outline-offset: 2px;
}
.btn-hot { background: var(--coral); color: #fff; box-shadow: 0 10px 20px rgba(255, 61, 46, .25); }
.btn-hot:hover { background: var(--coral-deep); transform: translateY(-2px); color: #fff; }
.btn-hot:active { transform: translateY(0) scale(.98); }
.btn-ghost { background: transparent; color: #fff8ee; border-color: rgba(255,248,238,.45); }
.btn-ghost:hover { background: rgba(255,248,238,.12); color: #fff; }
.btn-ink { background: var(--ink); color: #fff; }
.btn-ink:hover { background: #3a2418; transform: translateY(-2px); color: #fff; }
.btn-line { background: #fff; color: var(--ink); border-color: var(--line); }
.btn-line:hover { border-color: var(--gold); background: var(--gold-soft); color: var(--ink); }
.nav-toggle {
  display: none; width: 44px; height: 44px; border-radius: 14px;
  border: 1px solid var(--line); background: #fff; cursor: pointer; color: var(--ink);
}
.mobile-drawer {
  display: none; background: #fff; border-top: 1px solid var(--line); padding: 8px 16px 16px;
}
.mobile-drawer a {
  display: block; padding: 12px 10px; border-radius: 12px; font-weight: 650; color: var(--ink);
}
.mobile-drawer a.active, .mobile-drawer a[aria-current="page"] { background: #fff1ea; color: var(--coral-deep); }
.mobile-drawer.open { display: block; }
.hero {
  position: relative;
  color: #fff8ee;
  background: #1a1020 url("/assets/images/888e5088f1d3cd1b.webp") center/cover no-repeat;
  overflow: hidden;
}
.hero.lg-hero { background-image: url("/assets/images/393ad22e10fff693.webp"); }
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(18, 8, 12, .9) 8%, rgba(18, 8, 12, .68) 52%, rgba(120, 28, 22, .38) 100%);
}
.hero .wrap { position: relative; z-index: 1; padding: 34px 0 42px; }
.hero h1 { font-size: clamp(2rem, 4.4vw, 3.5rem); max-width: 14ch; color: #fff8ee; margin-bottom: 12px; }
.hero p { color: rgba(255,248,238,.88); }
.badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--gold-soft); color: #8a5a00;
  border-radius: 999px; padding: 4px 10px; font-size: .78rem; font-weight: 700;
}
.badge.live { background: var(--mint-soft); color: var(--mint); }
.badge.wait { background: #fff1ea; color: var(--coral-deep); }
.meta-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0; }
.chip {
  border: 1px solid var(--line); border-radius: 999px; padding: 5px 10px;
  font-size: .82rem; color: var(--ink-soft); background: #fff;
}
.section { padding: 74px 0; }
.section.alt { background: var(--paper-2); }
.section.sand { background: #f3e7d4; }
.section-head { max-width: 760px; margin-bottom: 26px; }
.section-head h2, .lg-copy h2, .assure-copy h2 { font-size: clamp(1.6rem, 3vw, 2.35rem); margin-bottom: 10px; }
.section-head p, .lg-copy p { color: var(--ink-soft); margin-bottom: 0; }
.rank-card, .panel, .tier, .news-card, .plan-card, .log-item, .qa details, .stat, .guard, .side-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 28px rgba(60, 32, 12, .05);
}
.panel { padding: 8px; }
.stat { padding: 18px 16px; min-height: 100%; }
.stat b { display: block; font-size: clamp(1.6rem, 3vw, 2.2rem); letter-spacing: -.03em; color: var(--coral-deep); }
.stat span { color: var(--ink-soft); font-size: .92rem; }
.guard { padding: 18px; }
.guard p, .side-card p, .plan-card p { color: var(--ink-soft); margin: 0; font-size: .94rem; }
.plan-card { padding: 18px; min-height: 100%; }
.side-card { padding: 16px; }
.crumb { display: flex; gap: 8px; align-items: center; color: rgba(255,248,238,.75); font-size: .86rem; margin-bottom: 14px; }
.crumb a { color: #fff; font-weight: 700; }
.pulse {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,248,238,.12); border: 1px solid rgba(255,248,238,.2);
  border-radius: 999px; padding: 6px 12px; font-size: .82rem; font-weight: 700; margin-bottom: 14px;
}
.dot { width: 8px; height: 8px; border-radius: 50%; background: #3ddc97; box-shadow: 0 0 0 6px rgba(61,220,151,.18); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.glass {
  background: rgba(255,253,248,.96);
  color: var(--ink);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.glass-photo { height: 168px; position: relative; }
.glass-photo img { width: 100%; height: 100%; object-fit: cover; }
.glass-body { padding: 16px 16px 8px; }
.status-row {
  display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center;
  padding: 12px 8px; border-top: 1px solid #f3eadf;
}
.status-row p { color: var(--ink-soft); margin: 0; font-size: .9rem; }
.status-row strong { display: block; }
.ico {
  width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center;
  background: #fff1ea; color: var(--coral-deep); flex: 0 0 auto;
}
.bento { display: grid; grid-template-columns: 1.4fr 1fr; gap: 16px; }
.bento-side { display: grid; gap: 16px; }
.feature-card, .plain-card, .compare-card, .quick-card, .feed-row, .faq details, .form-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 28px rgba(60, 32, 12, .05);
}
.feature-card { padding: 22px; min-height: 100%; background: #2a1218 url("/assets/images/8e236449fb63c9ec.webp") center/cover no-repeat; color: #fff8ee; position: relative; overflow: hidden; }
.feature-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(160deg, rgba(28,10,16,.88), rgba(212,31,24,.55)); }
.feature-card > * { position: relative; z-index: 1; }
.feature-card p, .plain-card p, .compare-card p, .quick-card p { color: inherit; }
.feature-card p { color: rgba(255,248,238,.86); }
.plain-card, .compare-card, .quick-card { padding: 20px; }
.plain-card h3, .compare-card h3, .quick-card h3, .feature-card h3 { margin-bottom: 8px; font-size: 1.2rem; }
.check { list-style: none; margin: 14px 0 0; padding: 0; }
.check li { display: flex; gap: 8px; align-items: flex-start; margin: 8px 0; color: var(--ink-soft); }
.feature-card .check li { color: rgba(255,248,238,.9); }
.check i { color: var(--mint); margin-top: 4px; }
.warn i { color: var(--coral); }
.shot { border-radius: 18px; overflow: hidden; margin-bottom: 14px; min-height: 180px; }
.shot img { width: 100%; height: 220px; object-fit: cover; }
.compare-card.dim { background: #fff7f4; }
.rail { position: relative; margin: 0; padding: 0; list-style: none; }
.rail li { display: grid; grid-template-columns: 92px 24px 1fr; gap: 14px; padding-bottom: 22px; }
.rail time { font-weight: 800; color: var(--coral-deep); }
.rail .node { width: 14px; height: 14px; border-radius: 50%; background: var(--gold); margin-top: 6px; box-shadow: 0 0 0 6px var(--gold-soft); position: relative; }
.rail li:not(:last-child) .node::after {
  content: ""; position: absolute; left: 6px; top: 16px; width: 2px; height: calc(100% + 28px); background: #ead8b0;
}
.mile-photo { border-radius: 28px; min-height: 100%; object-fit: cover; height: 100%; width: 100%; }
.feed-row {
  display: block; padding: 16px 18px; margin-bottom: 12px; transition: .2s ease;
}
.feed-row:hover { transform: translateY(-2px); border-color: #f0c7a2; box-shadow: var(--shadow); }
.feed-row strong { display: block; margin: 6px 0; font-size: 1.05rem; }
.feed-row p { margin: 0; color: var(--ink-soft); }
.feed-row time { display: block; margin-top: 8px; color: #8a5a00; font-size: .82rem; font-weight: 700; }
.empty-note { margin: 0; padding: 18px; border: 1px dashed var(--line); border-radius: var(--radius); background: #fff; color: var(--ink-soft); }
.cover-frame { border-radius: 28px; overflow: hidden; height: 100%; min-height: 280px; }
.cover-frame img { width: 100%; height: 100%; object-fit: cover; min-height: 280px; }
.assure {
  background: var(--wine) url("/assets/images/27cf88afdf70099d.jpg") center/cover no-repeat;
  color: #fff8ee; position: relative;
}
.assure::before { content: ""; position: absolute; inset: 0; background: rgba(24, 8, 14, .82); }
.assure .wrap { position: relative; z-index: 1; }
.assure p { color: rgba(255,248,238,.8); }
.assure .guard { background: rgba(255,253,248,.96); color: var(--ink); }
.assure .guard h3 { font-size: 1.05rem; margin-bottom: 6px; }
.quick-card { border-top: 4px solid var(--gold); }
.quick-card span { font-size: .78rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; color: var(--coral-deep); }
.faq details { padding: 0 18px; margin-bottom: 10px; }
.faq summary { cursor: pointer; font-weight: 750; padding: 16px 0; list-style: none; display: flex; justify-content: space-between; gap: 12px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--coral); font-size: 1.3rem; }
.faq details[open] summary::after { content: "–"; }
.faq details p { color: var(--ink-soft); padding-bottom: 16px; margin: 0; }
.form-card { padding: 22px; }
label { display: block; font-weight: 700; margin: 12px 0 6px; }
input[type="text"], input[type="email"], select, textarea {
  width: 100%; border: 1px solid var(--line); background: #fffdf8; border-radius: 14px;
  padding: 12px 14px; color: var(--ink); box-shadow: none; margin: 0;
}
textarea { min-height: 120px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--gold); outline: 3px solid rgba(226,174,42,.35); }
.form-note { background: var(--mint-soft); color: var(--mint); border-radius: 14px; padding: 12px 14px; font-weight: 700; }
.site-footer { background: #1c140f; color: #f7efe4; padding: 42px 0 18px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 24px; }
.site-footer .brand-text, .site-footer a { color: #fff8ee; }
.site-footer p { color: rgba(255,248,238,.74); margin: 8px 0; }
.site-footer h3 { color: #fff; font-size: 1rem; }
.site-footer a:hover { color: var(--gold); }
.fine { margin-top: 22px; padding-top: 14px; border-top: 1px solid rgba(255,248,238,.12); color: rgba(255,248,238,.62); font-size: .9rem; }
@media (max-width: 1080px) {
  .desk-nav, .nav-search { display: none; }
  .nav-toggle { display: inline-grid; place-items: center; }
  .brand { min-width: 0; }
  .bento, .footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .section { padding: 52px 0; }
  .hero h1 { max-width: none; }
  .rail li { grid-template-columns: 72px 18px 1fr; gap: 8px; }
  .nav-tools .btn-hot { padding: 10px 12px; }
}
@media (max-width: 520px) {
  .wrap { width: min(var(--max), calc(100% - 20px)); }
  .hero-actions .btn, .form-card .btn { width: 100%; }
  .status-row { grid-template-columns: auto 1fr; }
  .status-row .badge { grid-column: 2; justify-self: start; }
  .brand-text { font-size: .86rem; }
}

/* roulang page: category4 */
:root {
  --ink: #1c140f;
  --ink-soft: #4d4338;
  --paper: #f7f1e6;
  --paper-2: #fffdf8;
  --card: #ffffff;
  --line: #eadfcd;
  --coral: #ff3d2e;
  --coral-deep: #d41f18;
  --gold: #e2ae2a;
  --gold-soft: #fff4d2;
  --mint: #128a5b;
  --mint-soft: #e5f7ee;
  --wine: #2a1218;
  --shadow: 0 16px 40px rgba(48, 24, 12, .1);
  --radius: 22px;
  --radius-sm: 14px;
  --header: 78px;
  --max: 1180px;
}
/* roulang page: category4 */
html { scroll-behavior: smooth; }
*, *::before, *::after { box-sizing: border-box; }
body {
  margin: 0;
  font-family: "Be Vietnam Pro", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  font-size: 16px;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font-family: inherit; font-size: 1rem; }
p { margin: 0 0 .8rem; }
h1, h2, h3, h4 { line-height: 1.2; letter-spacing: -.02em; color: var(--ink); margin: 0 0 .6rem; }
.wrap { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 24px rgba(40, 22, 10, .05);
}
.nav-bar {
  min-height: var(--header);
  display: flex;
  align-items: center;
  gap: 18px;
}
.brand { display: flex; align-items: center; gap: 10px; min-width: 210px; }
.brand-mark {
  width: 42px; height: 42px; border-radius: 14px;
  display: grid; place-items: center;
  background: linear-gradient(145deg, var(--coral), #ff8a2a);
  color: #fff; box-shadow: 0 8px 16px rgba(255, 61, 46, .28);
  flex: 0 0 auto;
}
.brand-text { font-weight: 800; font-size: .98rem; line-height: 1.15; max-width: 168px; }
.desk-nav { display: flex; align-items: center; gap: 4px; flex: 1; min-width: 0; }
.desk-nav a {
  padding: 8px 10px;
  border-radius: 999px;
  color: var(--ink-soft);
  font-weight: 600;
  font-size: .86rem;
  white-space: nowrap;
}
.desk-nav a:hover { background: #fff1ea; color: var(--coral-deep); }
.desk-nav a.active, .desk-nav a[aria-current="page"] { background: var(--ink); color: #fff; }
.nav-tools { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.nav-search {
  display: flex; align-items: center;
  background: #f6f1e8;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 4px 4px 4px 12px;
  min-width: 210px;
}
.nav-search input {
  border: 0; background: transparent; outline: none;
  width: 128px; color: var(--ink); margin: 0; height: 34px; box-shadow: none;
}
.nav-search button {
  border: 0; background: #fff; color: var(--ink);
  width: 34px; height: 34px; border-radius: 50%; cursor: pointer;
}
.nav-search button:hover { color: var(--coral-deep); }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border-radius: 999px; padding: 12px 18px; border: 1px solid transparent;
  font-weight: 700; cursor: pointer; transition: .2s ease;
  line-height: 1; text-align: center;
}
.btn:focus-visible, .desk-nav a:focus-visible, .nav-search button:focus-visible, .nav-toggle:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid rgba(226, 174, 42, .55);
  outline-offset: 2px;
}
.btn-hot { background: var(--coral); color: #fff; box-shadow: 0 10px 20px rgba(255, 61, 46, .25); }
.btn-hot:hover { background: var(--coral-deep); color: #fff; transform: translateY(-2px); }
.btn-hot:active { transform: translateY(0) scale(.98); }
.btn-ghost { background: transparent; color: #fff8ee; border-color: rgba(255,248,238,.45); }
.btn-ghost:hover { background: rgba(255,248,238,.12); color: #fff; }
.btn-ink { background: var(--ink); color: #fff; }
.btn-ink:hover { background: #3a2418; color: #fff; transform: translateY(-2px); }
.btn-line { background: #fff; color: var(--ink); border-color: var(--line); }
.btn-line:hover { border-color: var(--gold); background: var(--gold-soft); color: var(--ink); }
.nav-cta { padding: 10px 14px; white-space: nowrap; }
.nav-toggle {
  display: none; width: 44px; height: 44px; border-radius: 14px;
  border: 1px solid var(--line); background: #fff; cursor: pointer; color: var(--ink);
}
.mobile-drawer {
  display: none; background: #fff; border-top: 1px solid var(--line); padding: 8px 16px 16px;
}
.mobile-drawer a {
  display: block; padding: 12px 10px; border-radius: 12px; font-weight: 650; color: var(--ink);
}
.mobile-drawer a:hover { background: #fff6ef; }
.mobile-drawer a.active, .mobile-drawer a[aria-current="page"] { background: #fff1ea; color: var(--coral-deep); }
.mobile-drawer.open { display: block; }
.badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--gold-soft); color: #8a5a00;
  border-radius: 999px; padding: 4px 10px; font-size: .78rem; font-weight: 700;
}
.badge.live { background: var(--mint-soft); color: var(--mint); }
.badge.wait { background: #fff1ea; color: var(--coral-deep); }
.pulse {
  width: 8px; height: 8px; border-radius: 50%; background: var(--mint);
  box-shadow: 0 0 0 0 rgba(18, 138, 91, .55);
  animation: pulse 1.6s infinite;
}
@keyframes pulse {
  70% { box-shadow: 0 0 0 8px rgba(18, 138, 91, 0); }
  100% { box-shadow: 0 0 0 0 rgba(18, 138, 91, 0); }
}
.chip {
  border: 1px solid var(--line); border-radius: 999px; padding: 5px 10px;
  font-size: .82rem; color: var(--ink-soft); background: #fff;
}
.meta-row, .hero-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.section { padding: 74px 0; }
.section.alt { background: var(--paper-2); }
.section.sand { background: #f3e7d4; }
.section-head { max-width: 680px; margin-bottom: 26px; }
.section-head h2, .block-title { font-size: clamp(1.6rem, 3vw, 2.35rem); }
.section-head p, .lede { color: var(--ink-soft); margin: 0; }
.cat-hero {
  position: relative;
  color: #fff8ee;
  background: #1a1020 url("/assets/images/393ad22e10fff693.webp") center/cover no-repeat;
  overflow: hidden;
}
.cat-hero::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(18, 8, 12, .92) 6%, rgba(28, 12, 16, .78) 48%, rgba(140, 36, 24, .42) 100%);
}
.cat-hero .wrap { position: relative; z-index: 1; padding: 46px 0 50px; }
.cat-hero h1 { color: #fff8ee; font-size: clamp(2.05rem, 4.5vw, 3.6rem); max-width: 14ch; margin-bottom: 14px; }
.cat-hero .lede { color: rgba(255,248,238,.88); font-size: 1.05rem; max-width: 46ch; margin-bottom: 18px; }
.hero-actions { margin-top: 18px; }
.kicker { margin-bottom: 14px; }
.feature-card {
  background: rgba(255,253,248,.97);
  color: var(--ink);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.feature-card img { width: 100%; height: 214px; object-fit: cover; }
.feature-body { padding: 18px 18px 16px; }
.feature-body h2 { font-size: 1.28rem; }
.feature-body p { color: var(--ink-soft); font-size: .94rem; }
.slot-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 12px; }
.slot {
  background: #fff7ee;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 8px 10px;
}
.slot b { display: block; font-size: .95rem; }
.slot span { color: var(--ink-soft); font-size: .75rem; }
.dash-board {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 22px;
  align-items: stretch;
}
.rank-card, .stat-board, .matrix-main, .matrix-side article, .compare-col, .mile, .news-row, .guard, .quick-row, .faq details, .secure-form {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 28px rgba(60, 32, 12, .05);
}
.rank-card, .stat-board { padding: 8px; }
.rank-row {
  display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center;
  padding: 14px; border-radius: 16px;
}
.rank-row + .rank-row { border-top: 1px solid #f3eadf; }
.rank-row:hover { background: #fff8f3; }
.rank-ico {
  width: 42px; height: 42px; border-radius: 14px;
  display: grid; place-items: center; background: #fff1ea; color: var(--coral-deep);
}
.rank-row p, .matrix-side p, .compare-col p, .guard p, .quick-row p { color: var(--ink-soft); margin: 0; font-size: .94rem; }
.rank-row strong, .stat b { display: block; }
.level { font-weight: 800; font-size: .82rem; color: var(--coral-deep); }
.stat-board {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 10px;
  background:
    linear-gradient(180deg, rgba(255,253,248,.92), rgba(255,253,248,.94)),
    url("/assets/images/8e236449fb63c9ec.webp") center/cover no-repeat;
}
.stat {
  background: rgba(255,255,255,.92);
  border-radius: 16px;
  padding: 16px;
  border: 1px solid rgba(234,223,205,.9);
}
.stat b { font-size: 1.7rem; letter-spacing: -.03em; }
.stat span { color: var(--ink-soft); font-size: .86rem; }
.livebar {
  grid-column: 1 / -1;
  display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap;
  background: var(--ink); color: #fff8ee; border-radius: 16px; padding: 12px 14px;
  font-size: .9rem;
}
.livebar em { font-style: normal; color: var(--gold); font-weight: 700; }
.matrix {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 18px;
}
.matrix-main { overflow: hidden; padding: 0; }
.matrix-main img { width: 100%; height: 240px; object-fit: cover; }
.matrix-copy { padding: 20px 22px 22px; }
.matrix-side { display: grid; gap: 12px; }
.matrix-side article { padding: 16px 16px 14px; border-radius: 18px; }
.matrix-side h3 { font-size: 1.05rem; margin-bottom: 4px; }
.matrix-side i { color: var(--coral); margin-right: 6px; }
.compare-wrap { display: grid; grid-template-columns: .9fr 1.1fr 1.1fr; gap: 18px; align-items: stretch; }
.compare-intro h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); }
.compare-col { padding: 18px; }
.compare-col.good { background: #17261d; color: #f3fff6; border-color: #17261d; }
.compare-col.good h3, .compare-col.good p, .compare-col.good li { color: #f3fff6; }
.compare-col.warn { background: #fff; }
.compare-col h3 { font-size: 1.2rem; }
.score { font-size: 1.8rem; font-weight: 800; letter-spacing: -.03em; margin: 6px 0 12px; }
.compare-col ul { list-style: none; margin: 0; padding: 0; }
.compare-col li {
  display: flex; justify-content: space-between; gap: 10px;
  padding: 10px 0; border-top: 1px solid rgba(234,223,205,.35); font-size: .92rem;
}
.compare-col.warn li { border-top-color: #f3eadf; color: var(--ink); }
.mile-line { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; position: relative; }
.mile-line::before {
  content: "";
  position: absolute; left: 6%; right: 6%; top: 28px; height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--coral));
  border-radius: 99px;
}
.mile { padding: 16px; position: relative; }
.mile time {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 74px; height: 28px; border-radius: 999px;
  background: var(--ink); color: #fff; font-weight: 800; font-size: .82rem;
  position: relative; z-index: 1;
}
.mile h3 { margin-top: 16px; font-size: 1.05rem; }
.mile p { color: var(--ink-soft); margin: 0; font-size: .92rem; }
.list-head { display: flex; justify-content: space-between; gap: 16px; align-items: flex-end; margin-bottom: 18px; }
.list-head h2 { margin: 0; font-size: clamp(1.6rem, 3vw, 2.2rem); }
.more-link { color: var(--coral-deep); font-weight: 800; white-space: nowrap; }
.more-link:hover { color: var(--ink); }
.news-list { display: flex; flex-direction: column; gap: 12px; }
.news-row {
  display: grid; grid-template-columns: 150px 1fr auto; gap: 16px; align-items: center;
  padding: 16px 18px; transition: .2s ease;
}
.news-row:hover { transform: translateY(-2px); border-color: #f0b7a4; }
.news-row h3 { font-size: 1.05rem; margin: 0 0 4px; }
.news-row p { margin: 0; color: var(--ink-soft); font-size: .92rem; }
.news-row time { color: var(--ink-soft); font-size: .82rem; font-weight: 700; white-space: nowrap; }
.empty-note {
  margin: 0; padding: 18px; border-radius: 16px; background: #fff; border: 1px dashed var(--line); color: var(--ink-soft);
}
.guarantee {
  position: relative;
  color: #fff8ee;
  background: #210910 url("/assets/images/4d8d03f778966b1b.webp") center/cover no-repeat;
  overflow: hidden;
}
.guarantee::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(28, 8, 14, .92), rgba(42, 18, 24, .78) 55%, rgba(180, 48, 28, .35));
}
.guarantee .wrap { position: relative; z-index: 1; }
.guarantee h2, .guarantee p { color: #fff8ee; }
.guard-grid { display: grid; grid-template-columns: 1.1fr repeat(3, 1fr); gap: 14px; align-items: stretch; }
.guard { background: rgba(255,253,248,.96); color: var(--ink); padding: 18px; }
.guard h3 { font-size: 1.05rem; }
.guard i { color: var(--coral); font-size: 1.15rem; }
.quick-list { display: flex; flex-direction: column; gap: 10px; }
.quick-row {
  display: grid; grid-template-columns: 180px 1fr; gap: 16px; align-items: center;
  padding: 14px 16px;
}
.faq details { padding: 0 18px; margin-bottom: 12px; }
.faq summary {
  cursor: pointer; font-weight: 750; padding: 16px 0; list-style: none;
  display: flex; justify-content: space-between; gap: 12px; align-items: center;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-weight: 800; color: var(--coral); font-size: 1.2rem; }
.faq details[open] summary::after { content: "–"; }
.faq details[open] { border-color: #f0c9b8; box-shadow: var(--shadow); }
.faq details p { color: var(--ink-soft); margin: 0 0 16px; }
.form-band {
  display: grid; grid-template-columns: .85fr 1.15fr; gap: 28px; align-items: start;
}
.secure-form { padding: 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 14px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field.wide { grid-column: 1 / -1; }
.field span { font-weight: 700; font-size: .88rem; }
.secure-form input, .secure-form select, .secure-form textarea {
  width: 100%; margin: 0; border-radius: 14px; border: 1px solid var(--line);
  background: #fffdf9; color: var(--ink); padding: 12px 12px; box-shadow: none; height: auto;
}
.secure-form textarea { min-height: 110px; resize: vertical; }
.form-note {
  grid-column: 1 / -1; margin: 0; background: var(--mint-soft); color: var(--mint);
  border-radius: 14px; padding: 12px 14px; font-weight: 700;
}
.site-footer { background: var(--wine); color: #fff4ea; padding: 48px 0 20px; }
.site-footer .brand-text, .site-footer h3 { color: #fff; }
.site-footer p { color: rgba(255,244,234,.78); }
.site-footer a:hover { color: var(--gold); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 28px; }
.fine { border-top: 1px solid rgba(255,244,234,.15); margin-top: 22px; padding: 14px 0 8px; color: rgba(255,244,234,.72); font-size: .88rem; }
@media (max-width: 1100px) {
  .desk-nav, .nav-search { display: none; }
  .nav-toggle { display: inline-grid; place-items: center; }
  .brand { min-width: 0; }
}
@media (max-width: 1024px) {
  .dash-board, .matrix, .compare-wrap, .guard-grid, .form-band { grid-template-columns: 1fr; }
  .mile-line { grid-template-columns: 1fr 1fr; }
  .mile-line::before { display: none; }
  .news-row { grid-template-columns: 1fr; }
  .section { padding: 58px 0; }
}
@media (max-width: 768px) {
  .slot-row, .stat-board, .secure-form, .footer-grid, .quick-row { grid-template-columns: 1fr; }
  .livebar { align-items: flex-start; }
  .cat-hero h1 { max-width: none; }
  .list-head { flex-direction: column; align-items: flex-start; }
  .nav-cta span { display: none; }
}
@media (max-width: 520px) {
  .wrap { width: min(var(--max), calc(100% - 20px)); }
  .section { padding: 46px 0; }
  .mile-line { grid-template-columns: 1fr; }
  .hero-actions .btn, .secure-form .btn { width: 100%; }
  .feature-card img, .matrix-main img { height: 180px; }
  .cat-hero .wrap { padding: 32px 0 36px; }
  .rank-row { grid-template-columns: auto 1fr; }
  .level { grid-column: 2; }
}
@media (prefers-reduced-motion: reduce) {
  .pulse { animation: none; }
  .btn, .news-row { transition: none; }
}

/* roulang page: category6 */
:root {
  --ink: #1c140f;
  --ink-soft: #4d4338;
  --paper: #f7f1e6;
  --paper-2: #fffdf8;
  --card: #ffffff;
  --line: #eadfcd;
  --coral: #ff3d2e;
  --coral-deep: #d41f18;
  --gold: #e2ae2a;
  --gold-soft: #fff4d2;
  --mint: #128a5b;
  --mint-soft: #e5f7ee;
  --wine: #2a1218;
  --shadow: 0 16px 40px rgba(48, 24, 12, .1);
  --radius: 22px;
  --radius-sm: 14px;
  --header: 78px;
  --max: 1180px;
}
/* roulang page: category6 */
html { scroll-behavior: smooth; }
*, *::before, *::after { box-sizing: border-box; }
body {
  margin: 0;
  font-family: "Be Vietnam Pro", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  font-size: 16px;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font-family: inherit; font-size: 1rem; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.18; letter-spacing: -.025em; }
p { margin: 0 0 12px; }
.wrap { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 24px rgba(40, 22, 10, .05);
}
.nav-bar {
  min-height: var(--header);
  display: flex;
  align-items: center;
  gap: 18px;
}
.brand { display: flex; align-items: center; gap: 10px; min-width: 210px; }
.brand-mark {
  width: 42px; height: 42px; border-radius: 14px;
  display: grid; place-items: center;
  background: linear-gradient(145deg, var(--coral), #ff8a2a);
  color: #fff; box-shadow: 0 8px 16px rgba(255, 61, 46, .28);
  flex: 0 0 auto;
}
.brand-text { font-weight: 800; font-size: .98rem; line-height: 1.15; max-width: 168px; }
.desk-nav { display: flex; align-items: center; gap: 4px; flex: 1; min-width: 0; overflow-x: auto; }
.desk-nav a {
  padding: 8px 10px;
  border-radius: 999px;
  color: var(--ink-soft);
  font-weight: 600;
  font-size: .86rem;
  white-space: nowrap;
}
.desk-nav a:hover { background: #fff1ea; color: var(--coral-deep); }
.desk-nav a.active, .desk-nav a[aria-current="page"] {
  background: var(--ink);
  color: #fff;
}
.nav-tools { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.nav-search {
  display: flex; align-items: center;
  background: #f6f1e8;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 4px 4px 4px 12px;
  min-width: 210px;
}
.nav-search input {
  border: 0; background: transparent; outline: none;
  width: 128px; color: var(--ink); margin: 0; height: 34px; box-shadow: none;
}
.nav-search button {
  border: 0; background: #fff; color: var(--ink);
  width: 34px; height: 34px; border-radius: 50%; cursor: pointer;
}
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border-radius: 999px; padding: 12px 18px; border: 1px solid transparent;
  font-weight: 700; cursor: pointer; transition: .2s ease;
  line-height: 1;
}
.btn-hot { background: var(--coral); color: #fff; box-shadow: 0 10px 20px rgba(255, 61, 46, .25); }
.btn-hot:hover { background: var(--coral-deep); transform: translateY(-2px); color: #fff; }
.btn-hot:active { transform: translateY(0) scale(.98); }
.btn-ghost { background: transparent; color: #fff8ee; border-color: rgba(255,248,238,.45); }
.btn-ghost:hover { background: rgba(255,248,238,.12); color: #fff; }
.btn-ink { background: var(--ink); color: #fff; }
.btn-ink:hover { background: #3a2418; transform: translateY(-2px); color: #fff; }
.btn-line { background: #fff; color: var(--ink); border-color: var(--line); }
.btn-line:hover { border-color: var(--gold); background: var(--gold-soft); color: var(--ink); }
.nav-toggle {
  display: none; width: 44px; height: 44px; border-radius: 14px;
  border: 1px solid var(--line); background: #fff; cursor: pointer; color: var(--ink);
}
.mobile-drawer {
  display: none; background: #fff; border-top: 1px solid var(--line); padding: 8px 16px 16px;
}
.mobile-drawer a {
  display: block; padding: 12px 10px; border-radius: 12px; font-weight: 650; color: var(--ink);
}
.mobile-drawer a.active, .mobile-drawer a[aria-current="page"] { background: #fff1ea; color: var(--coral-deep); }
.mobile-drawer.open { display: block; }
.drawer-search { width: 100%; margin: 8px 0 12px; }
.badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--gold-soft); color: #8a5a00;
  border-radius: 999px; padding: 4px 10px; font-size: .78rem; font-weight: 700;
}
.badge.live { background: var(--mint-soft); color: var(--mint); }
.badge.wait { background: #fff1ea; color: var(--coral-deep); }
.pulse {
  width: 8px; height: 8px; border-radius: 50%; background: var(--mint);
  box-shadow: 0 0 0 0 rgba(18, 138, 91, .7);
  animation: pulse 1.6s infinite;
}
@keyframes pulse {
  70% { box-shadow: 0 0 0 8px rgba(18, 138, 91, 0); }
  100% { box-shadow: 0 0 0 0 rgba(18, 138, 91, 0); }
}
.chip {
  border: 1px solid var(--line); border-radius: 999px; padding: 5px 10px;
  font-size: .82rem; color: var(--ink-soft); background: #fff;
}
.meta-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0 18px; }
.section { padding: 74px 0; }
.section.alt { background: var(--paper-2); }
.section.sand { background: #f3e7d4; }
.section-head { max-width: 760px; margin-bottom: 26px; }
.section-head h2 { font-size: clamp(1.6rem, 3vw, 2.35rem); margin-bottom: 8px; }
.section-head p { color: var(--ink-soft); margin: 0; }
.kicker { color: var(--coral-deep); font-weight: 800; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 8px; }
.board {
  position: relative;
  color: #fff8ee;
  background: #1a1020 url("/assets/images/393ad22e10fff693.webp") center/cover no-repeat;
  overflow: hidden;
}
.board::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(110deg, rgba(18, 8, 12, .92) 12%, rgba(28, 12, 16, .78) 58%, rgba(180, 46, 28, .42) 100%);
}
.board .wrap { position: relative; z-index: 1; padding: 42px 0 28px; }
.board-top { display: grid; grid-template-columns: 1.15fr .85fr; gap: 28px; align-items: end; }
.board h1 { font-size: clamp(2rem, 4.2vw, 3.35rem); max-width: 16ch; color: #fffaf3; margin-bottom: 12px; }
.board .lead { color: rgba(255,248,238,.88); font-size: 1.05rem; max-width: 62ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.live-panel {
  background: rgba(255,253,248,.96);
  color: var(--ink);
  border-radius: 28px;
  padding: 16px;
  box-shadow: var(--shadow);
}
.live-panel img { width: 100%; height: 168px; object-fit: cover; border-radius: 18px; }
.live-panel h2 { font-size: 1.15rem; margin: 12px 0 4px; }
.live-panel p { color: var(--ink-soft); margin: 0; font-size: .92rem; }
.status-line { display: flex; justify-content: space-between; gap: 10px; align-items: center; margin-top: 12px; font-size: .86rem; font-weight: 700; }
.meter-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 18px; }
.meter {
  background: rgba(255,253,248,.94);
  color: var(--ink);
  border-radius: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(255,248,238,.3);
}
.meter strong { display: block; font-size: 1.45rem; letter-spacing: -.03em; }
.meter span { color: var(--ink-soft); font-size: .84rem; }
.shift-list, .versus, .mile-list, .bulletin-card, .shield, .rapid, .ask details, .intake {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 28px rgba(60, 32, 12, .05);
}
.shift-list { padding: 8px; }
.shift-row {
  display: grid;
  grid-template-columns: 92px 1.1fr 1.4fr auto;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border-radius: 16px;
}
.shift-row + .shift-row { border-top: 1px solid #f3eadf; }
.shift-row time { font-weight: 800; color: var(--coral-deep); }
.shift-row h3 { font-size: 1.02rem; margin: 0 0 2px; }
.shift-row p { margin: 0; color: var(--ink-soft); font-size: .92rem; }
.versus-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.versus { padding: 22px; }
.versus.head-good { background: linear-gradient(#fff, #fff) padding-box, linear-gradient(160deg, var(--mint), #b7e7cf) border-box; border: 1px solid transparent; }
.versus h3 { margin-bottom: 6px; }
.versus .score { font-size: 2rem; font-weight: 800; letter-spacing: -.04em; }
.bar-item { margin: 14px 0; }
.bar-label { display: flex; justify-content: space-between; font-size: .88rem; font-weight: 700; margin-bottom: 6px; }
.bar-track { height: 10px; background: #f3eadf; border-radius: 999px; overflow: hidden; }
.bar-track span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--coral), var(--gold)); }
.bar-track.ok span { background: linear-gradient(90deg, #0e8f5b, #8adfba); }
.mile-list { padding: 8px 8px 8px 0; }
.mile {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 8px;
  padding: 8px 16px 8px 0;
}
.mile-mark {
  text-align: right;
  font-weight: 800;
  color: #fff;
  background: var(--ink);
  border-radius: 0 16px 16px 0;
  padding: 16px 12px;
}
.mile h3 { margin: 8px 0 4px; font-size: 1.05rem; }
.mile p { color: var(--ink-soft); margin: 0 0 8px; }
.news-head { display: flex; justify-content: space-between; gap: 16px; align-items: end; }
.bulletin-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 16px; }
.stack { display: grid; gap: 16px; }
.bulletin-card { overflow: hidden; }
.bulletin-card a { display: grid; color: inherit; height: 100%; }
.bulletin-card img { width: 100%; height: 180px; object-fit: cover; }
.feature-card a { grid-template-columns: .9fr 1.1fr; }
.feature-card img { height: 100%; min-height: 240px; }
.bulletin-body { padding: 16px 16px 18px; }
.bulletin-body h3 { font-size: 1.08rem; margin: 8px 0; }
.bulletin-body p, .bulletin-body time { color: var(--ink-soft); font-size: .92rem; }
.bulletin-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); transition: .2s ease; }
.empty-note {
  padding: 22px;
  border: 1px dashed var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink-soft);
}
.shield-band {
  background: var(--wine) url("/assets/images/8e236449fb63c9ec.webp") center/cover no-repeat;
  color: #fff8ee;
  position: relative;
}
.shield-band::before { content: ""; position: absolute; inset: 0; background: rgba(28, 10, 16, .82); }
.shield-band .wrap { position: relative; z-index: 1; }
.shield-band .section-head p { color: rgba(255,248,238,.8); }
.shield-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.shield { background: rgba(255,253,248,.96); color: var(--ink); padding: 18px; }
.shield i {
  width: 42px; height: 42px; border-radius: 14px; display: grid; place-items: center;
  background: #fff1ea; color: var(--coral-deep); margin-bottom: 10px;
}
.shield h3 { font-size: 1.02rem; margin-bottom: 6px; }
.shield p { color: var(--ink-soft); margin: 0; font-size: .92rem; }
.rapid-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.rapid { padding: 18px 18px 8px; }
.rapid h3 { font-size: 1.05rem; margin-bottom: 8px; }
.rapid li { list-style: none; margin: 0 0 12px; padding-left: 0; color: var(--ink-soft); }
.rapid ul { margin: 0; }
.ask-grid { display: grid; gap: 10px; }
.ask details { padding: 0 16px; background: #fff; }
.ask summary { cursor: pointer; font-weight: 750; padding: 16px 0; list-style: none; display: flex; justify-content: space-between; gap: 12px; }
.ask summary::-webkit-details-marker { display: none; }
.ask summary:after { content: "+"; color: var(--coral); font-weight: 800; }
.ask details[open] summary:after { content: "–"; }
.ask details p { color: var(--ink-soft); padding-bottom: 14px; }
.intake-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 18px; align-items: stretch; }
.intake-photo { position: relative; border-radius: var(--radius); overflow: hidden; min-height: 320px; }
.intake-photo img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.intake-photo div { position: absolute; left: 16px; right: 16px; bottom: 16px; color: #fff; background: rgba(24, 10, 14, .72); border-radius: 16px; padding: 14px; }
.intake { padding: 22px; }
.field { margin-bottom: 12px; }
.field label { display: block; font-weight: 700; font-size: .88rem; margin-bottom: 6px; }
.field input, .field select, .field textarea {
  width: 100%; border: 1px solid var(--line); background: #fffdf8; color: var(--ink);
  border-radius: 14px; padding: 12px 14px; margin: 0; box-shadow: none; height: auto;
}
.field textarea { min-height: 120px; resize: vertical; }
.form-note { color: var(--ink-soft); font-size: .86rem; }
.two-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.site-footer { background: var(--wine); color: #fff4ea; padding: 42px 0 18px; margin-top: 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 28px; }
.site-footer h3 { color: #fff; font-size: 1rem; margin-bottom: 8px; }
.site-footer p { color: rgba(255,244,234,.82); margin-bottom: 6px; }
.site-footer a:hover { color: #fff; }
.site-footer .brand-text { color: #fff; }
.fine { border-top: 1px solid rgba(255,244,234,.16); margin-top: 18px; padding-top: 14px; color: rgba(255,244,234,.72); font-size: .88rem; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 2px;
}
@media (max-width: 1024px) {
  .desk-nav, .nav-tools .nav-search { display: none; }
  .nav-toggle { display: grid; place-items: center; }
  .board-top, .versus-grid, .bulletin-grid, .intake-grid, .shield-grid { grid-template-columns: 1fr 1fr; }
  .feature-card a { grid-template-columns: 1fr; }
  .feature-card img { min-height: 200px; height: 200px; }
  .meter-row { grid-template-columns: 1fr 1fr; }
  .shift-row { grid-template-columns: 78px 1fr; }
  .shift-row p, .shift-row .chip { grid-column: 2; }
}
@media (max-width: 768px) {
  .section { padding: 56px 0; }
  .board-top, .versus-grid, .bulletin-grid, .intake-grid, .shield-grid, .rapid-grid, .footer-grid, .two-fields { grid-template-columns: 1fr; }
  .brand { min-width: 0; }
  .nav-tools .btn { display: none; }
  .mile { grid-template-columns: 72px 1fr; }
}
@media (max-width: 520px) {
  .wrap { width: min(var(--max), calc(100% - 20px)); }
  .meter-row, .shift-row { grid-template-columns: 1fr; }
  .board h1 { max-width: none; }
  .hero-actions .btn, .intake .btn { width: 100%; }
  .live-panel img { height: 140px; }
}

/* roulang page: category5 */
:root {
  --ink: #1c140f;
  --ink-soft: #4d4338;
  --paper: #f7f1e6;
  --paper-2: #fffdf8;
  --card: #ffffff;
  --line: #eadfcd;
  --coral: #ff3d2e;
  --coral-deep: #d41f18;
  --gold: #e2ae2a;
  --gold-soft: #fff4d2;
  --mint: #128a5b;
  --mint-soft: #e5f7ee;
  --wine: #2a1218;
  --shadow: 0 16px 40px rgba(48, 24, 12, .1);
  --radius: 22px;
  --radius-sm: 14px;
  --header: 78px;
  --max: 1180px;
}
/* roulang page: category5 */
html { scroll-behavior: smooth; }
*, *::before, *::after { box-sizing: border-box; }
body {
  margin: 0;
  font-family: "Be Vietnam Pro", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  font-size: 16px;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font-family: inherit; font-size: 1rem; }
h1, h2, h3, h4 { line-height: 1.18; letter-spacing: -0.02em; margin: 0 0 .55rem; color: var(--ink); }
p { margin: 0 0 .8rem; }
.wrap { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 24px rgba(40, 22, 10, .05);
}
.nav-bar {
  min-height: var(--header);
  display: flex;
  align-items: center;
  gap: 18px;
}
.brand { display: flex; align-items: center; gap: 10px; min-width: 210px; }
.brand-mark {
  width: 42px; height: 42px; border-radius: 14px;
  display: grid; place-items: center;
  background: linear-gradient(145deg, var(--coral), #ff8a2a);
  color: #fff; box-shadow: 0 8px 16px rgba(255, 61, 46, .28);
  flex: 0 0 auto;
}
.brand-text { font-weight: 800; font-size: .98rem; line-height: 1.15; max-width: 168px; color: var(--ink); }
.desk-nav { display: flex; align-items: center; gap: 4px; flex: 1; min-width: 0; }
.desk-nav a {
  padding: 8px 10px;
  border-radius: 999px;
  color: var(--ink-soft);
  font-weight: 600;
  font-size: .86rem;
  white-space: nowrap;
}
.desk-nav a:hover { background: #fff1ea; color: var(--coral-deep); }
.desk-nav a.active, .desk-nav a[aria-current="page"] { background: var(--ink); color: #fff; }
.nav-tools { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.nav-search {
  display: flex; align-items: center;
  background: #f6f1e8;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 4px 4px 4px 12px;
  min-width: 210px;
}
.nav-search input {
  border: 0; background: transparent; outline: none;
  width: 128px; color: var(--ink); margin: 0; height: 34px; box-shadow: none;
}
.nav-search button {
  border: 0; background: #fff; color: var(--ink);
  width: 34px; height: 34px; border-radius: 50%; cursor: pointer;
}
.nav-search button:hover { background: var(--gold-soft); }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border-radius: 999px; padding: 12px 18px; border: 1px solid transparent;
  font-weight: 700; cursor: pointer; transition: .2s ease;
  line-height: 1; text-align: center;
}
.btn:focus-visible, .desk-nav a:focus-visible, .nav-search button:focus-visible, .nav-toggle:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid rgba(226, 174, 42, .65);
  outline-offset: 2px;
}
.btn-hot { background: var(--coral); color: #fff; box-shadow: 0 10px 20px rgba(255, 61, 46, .25); }
.btn-hot:hover { background: var(--coral-deep); transform: translateY(-2px); color: #fff; }
.btn-hot:active { transform: translateY(0) scale(.98); }
.btn-ghost { background: transparent; color: #fff8ee; border-color: rgba(255,248,238,.45); }
.btn-ghost:hover { background: rgba(255,248,238,.12); color: #fff; }
.btn-ink { background: var(--ink); color: #fff; }
.btn-ink:hover { background: #3a2418; transform: translateY(-2px); color: #fff; }
.btn-line { background: #fff; color: var(--ink); border-color: var(--line); }
.btn-line:hover { border-color: var(--gold); background: var(--gold-soft); color: var(--ink); }
.nav-toggle {
  display: none; width: 44px; height: 44px; border-radius: 14px;
  border: 1px solid var(--line); background: #fff; cursor: pointer; color: var(--ink);
}
.mobile-drawer {
  display: none; background: #fff; border-top: 1px solid var(--line); padding: 8px 16px 16px;
}
.mobile-drawer a {
  display: block; padding: 12px 10px; border-radius: 12px; font-weight: 650; color: var(--ink);
}
.mobile-drawer a:hover { background: #fff7f1; }
.mobile-drawer a.active, .mobile-drawer a[aria-current="page"] { background: #fff1ea; color: var(--coral-deep); }
.mobile-drawer.open { display: block; }
.badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--gold-soft); color: #8a5a00;
  border-radius: 999px; padding: 4px 10px; font-size: .78rem; font-weight: 700;
}
.badge.live { background: var(--mint-soft); color: var(--mint); }
.badge.wait { background: #fff1ea; color: var(--coral-deep); }
.dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--mint);
  box-shadow: 0 0 0 5px rgba(18, 138, 91, .15);
}
.meta-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0 0; }
.chip {
  border: 1px solid var(--line); border-radius: 999px; padding: 5px 10px;
  font-size: .82rem; color: var(--ink-soft); background: #fff;
}
.section { padding: 74px 0; }
.section.alt { background: var(--paper-2); }
.section.sand { background: #f3e7d4; }
.section-head { max-width: 760px; margin-bottom: 26px; }
.section-head h2 { font-size: clamp(1.6rem, 3vw, 2.35rem); }
.section-head p { color: var(--ink-soft); margin: 0; }
.kicker { color: var(--coral-deep); font-weight: 800; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 8px; }
.member-hero {
  position: relative;
  color: #fff8ee;
  background: #1a1020 url("/assets/images/393ad22e10fff693.webp") center/cover no-repeat;
  overflow: hidden;
}
.member-hero::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(18, 8, 12, .92) 10%, rgba(18, 8, 12, .74) 52%, rgba(120, 28, 22, .42) 100%);
}
.member-hero .wrap { position: relative; z-index: 1; padding: 54px 0 58px; }
.member-hero h1 { color: #fff8ee; font-size: clamp(2rem, 4.2vw, 3.45rem); max-width: 16ch; }
.member-hero .lede { color: rgba(255,248,238,.88); font-size: 1.05rem; max-width: 46ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.rank-card, .panel, .tier, .news-card, .plan-card, .log-item, .qa details, .stat, .guard, .side-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 28px rgba(60, 32, 12, .05);
}
.rank-card, .panel { padding: 8px; }
.rank-card { color: var(--ink); }
.rank-head {
  display: flex; justify-content: space-between; align-items: center;
  padding: 12px 14px 6px; gap: 10px;
}
.rank-head strong { font-size: 1rem; }
.rank-head span { color: var(--ink-soft); font-size: .82rem; }
.rank-row, .status-row {
  display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center;
  padding: 14px; border-radius: 16px;
}
.rank-row + .rank-row, .status-row + .status-row { border-top: 1px solid #f3eadf; }
.rank-row:hover, .status-row:hover { background: #fffaf3; }
.rank-no {
  width: 36px; height: 36px; border-radius: 12px;
  display: grid; place-items: center; font-weight: 800;
  background: var(--gold-soft); color: #8a5a00;
}
.rank-row p, .status-row p, .plan-card p, .tier li, .guard p, .side-card p { color: var(--ink-soft); margin: 0; font-size: .94rem; }
.rank-row h3, .status-row h3 { font-size: 1rem; margin: 0; }
.rank-time { font-weight: 800; color: var(--coral-deep); font-size: .92rem; white-space: nowrap; }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.stat { padding: 18px 18px 16px; position: relative; overflow: hidden; }
.stat::after {
  content: "";
  position: absolute; right: -20px; top: -24px;
  width: 90px; height: 90px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,61,46,.16), transparent 70%);
}
.stat b { display: block; font-size: clamp(1.5rem, 2.4vw, 2rem); letter-spacing: -0.03em; }
.stat span { color: var(--ink-soft); font-size: .9rem; }
.matrix {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 22px;
  align-items: stretch;
}
.matrix-photo {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  min-height: 420px;
  box-shadow: var(--shadow);
}
.matrix-photo img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.matrix-photo figcaption {
  position: absolute; left: 16px; right: 16px; bottom: 16px;
  background: rgba(255,253,248,.94);
  border-radius: 18px;
  padding: 14px 16px;
  color: var(--ink);
}
.matrix-photo strong { display: block; }
.matrix-photo span { color: var(--ink-soft); font-size: .9rem; }
.benefit-list { display: grid; gap: 12px; }
.benefit-item {
  display: grid;
  grid-template-columns: 54px 1fr auto;
  gap: 12px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 14px;
}
.benefit-item:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.benefit-ico {
  width: 54px; height: 54px; border-radius: 16px;
  display: grid; place-items: center;
  background: #fff1ea; color: var(--coral-deep); font-size: 1.15rem;
}
.benefit-item h3 { margin: 0 0 2px; font-size: 1.02rem; }
.benefit-item p { margin: 0; color: var(--ink-soft); font-size: .92rem; }
.level-tag { font-size: .78rem; font-weight: 800; color: #8a5a00; background: var(--gold-soft); border-radius: 999px; padding: 6px 10px; }
.compare-board { background: transparent; }
.compare-row, .compare-head {
  display: grid;
  grid-template-columns: 1.25fr repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 8px;
}
.compare-head span, .compare-row span {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 12px 12px;
  font-size: .92rem;
}
.compare-head span { font-weight: 800; background: var(--ink); color: #fff8ee; border-color: var(--ink); }
.compare-row span:first-child { font-weight: 700; background: #fffaf3; }
.compare-row .yes { color: var(--mint); font-weight: 800; }
.compare-row .no { color: #a15a52; }
.mile-rail { display: grid; gap: 0; position: relative; }
.mile {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 16px;
  position: relative;
}
.mile-index {
  font-weight: 800; color: var(--coral-deep); font-size: 1.3rem; padding-top: 16px;
}
.mile-body {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 16px 18px;
  margin-bottom: 12px;
  box-shadow: 0 8px 22px rgba(60,32,12,.04);
}
.mile-body h3 { margin-bottom: 4px; }
.mile-body p { margin: 0; color: var(--ink-soft); }
.news-layout { display: grid; grid-template-columns: 1.35fr .65fr; gap: 22px; align-items: start; }
.news-stack { display: grid; gap: 12px; }
.news-card { padding: 16px 18px; transition: .2s ease; }
.news-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.news-card h3 { font-size: 1.08rem; }
.news-card p { color: var(--ink-soft); margin: 0; }
.news-card a:hover h3 { color: var(--coral-deep); }
.side-card { overflow: hidden; }
.side-card img { width: 100%; height: 230px; object-fit: cover; }
.side-card div { padding: 16px 16px 18px; }
.side-card h3 { margin-bottom: 6px; }
.empty-note {
  background: #fff;
  border: 1px dashed var(--line);
  border-radius: 18px;
  padding: 22px;
  color: var(--ink-soft);
}
.guard-band {
  background: var(--wine) url("/assets/images/8fddb49218c48d22.webp") center/cover no-repeat;
  color: #fff8ee;
  position: relative;
}
.guard-band::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(42,18,24,.94), rgba(42,18,24,.78));
}
.guard-band .wrap { position: relative; z-index: 1; }
.guard-band h2, .guard-band h3 { color: #fff8ee; }
.guard-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; }
.guard { background: rgba(255,253,248,.96); color: var(--ink); padding: 18px; }
.guard h3 { font-size: 1.05rem; }
.guard i { color: var(--coral); margin-bottom: 8px; }
.quick-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; }
.quick-list { display: grid; gap: 10px; }
.quick-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  background: #fff;
  border-radius: 18px;
  border: 1px solid var(--line);
  padding: 14px;
}
.quick-item i { color: var(--gold); margin-top: 3px; }
.quick-item h3 { font-size: 1rem; margin: 0 0 3px; }
.quick-item p { margin: 0; color: var(--ink-soft); }
.quick-photo {
  border-radius: 28px;
  min-height: 320px;
  background: url("/assets/images/d6ad260ddff48862.webp") center/cover no-repeat;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.quick-photo span {
  position: absolute; left: 16px; bottom: 16px;
  background: rgba(28,20,15,.82);
  color: #fff8ee;
  border-radius: 14px;
  padding: 10px 12px;
  max-width: 28ch;
  font-weight: 700;
}
.qa { display: grid; gap: 10px; }
.qa details { padding: 0 16px; background: #fff; }
.qa summary {
  cursor: pointer;
  font-weight: 750;
  padding: 16px 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}
.qa summary::-webkit-details-marker { display: none; }
.qa summary::after { content: "+"; font-size: 1.3rem; color: var(--coral-deep); }
.qa details[open] summary::after { content: "–"; }
.qa details p { color: var(--ink-soft); padding-bottom: 14px; margin: 0; }
.convert {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 22px;
  align-items: stretch;
}
.convert-copy {
  background: linear-gradient(180deg, #2a1218, #4a1d22);
  color: #fff8ee;
  border-radius: 28px;
  padding: 28px 24px;
  box-shadow: var(--shadow);
}
.convert-copy h2 { color: #fff8ee; }
.convert-copy p { color: rgba(255,248,238,.84); }
.convert-points { margin: 16px 0 0; padding: 0; list-style: none; }
.convert-points li { display: flex; gap: 8px; margin-bottom: 8px; }
.form-card { background: #fff; border: 1px solid var(--line); border-radius: 28px; padding: 22px; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.field label { font-weight: 700; font-size: .9rem; }
.field input, .field select, .field textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: #fffdf8;
  border-radius: 14px;
  padding: 12px 12px;
  color: var(--ink);
  margin: 0;
  box-shadow: none;
}
.field textarea { min-height: 110px; resize: vertical; }
.form-note { color: var(--ink-soft); font-size: .88rem; margin: 8px 0 0; }
.site-footer { background: var(--wine); color: #fff4ea; padding: 42px 0 18px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 28px; }
.site-footer h3 { color: #fff; font-size: 1rem; }
.site-footer p, .site-footer a { color: rgba(255,244,234,.82); }
.site-footer a:hover { color: #fff; }
.site-footer .brand-text { color: #fff; }
.fine { border-top: 1px solid rgba(255,244,234,.15); margin-top: 22px; padding-top: 14px; font-size: .85rem; color: rgba(255,244,234,.7); }
.plan-card { padding: 18px; }
.tier { padding: 18px; }
.tier ul { margin: 0; padding-left: 18px; }
.log-item { padding: 14px 16px; }
.bar-item { margin-bottom: 16px; }
.slot-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
@media (max-width: 1100px) {
  .desk-nav, .nav-search { display: none; }
  .nav-toggle { display: inline-grid; place-items: center; }
  .brand { min-width: 0; }
  .stat-grid, .guard-grid { grid-template-columns: 1fr 1fr; }
  .matrix, .news-layout, .quick-grid, .convert { grid-template-columns: 1fr; }
  .compare-row, .compare-head { grid-template-columns: 1.2fr repeat(2, 1fr); }
  .compare-head span:nth-child(n+4), .compare-row span:nth-child(n+4) { grid-column: span 1; }
}
@media (max-width: 768px) {
  .section { padding: 56px 0; }
  .member-hero .wrap { padding: 36px 0 40px; }
  .stat-grid, .guard-grid, .footer-grid, .form-grid, .compare-row, .compare-head { grid-template-columns: 1fr; }
  .matrix-photo { min-height: 280px; }
  .benefit-item { grid-template-columns: 54px 1fr; }
  .level-tag { grid-column: 2; justify-self: start; }
  .nav-bar { gap: 10px; }
  .btn-hot.nav-cta { padding: 10px 12px; }
}
@media (max-width: 520px) {
  .wrap { width: min(var(--max), calc(100% - 20px)); }
  .hero-actions .btn, .form-card .btn { width: 100%; }
  .rank-row { grid-template-columns: auto 1fr; }
  .rank-time { grid-column: 2; }
  .mile { grid-template-columns: 58px 1fr; }
  .brand-text { font-size: .88rem; }
  .quick-photo { min-height: 220px; }
}

/* roulang page: category7 */
:root {
  --ink: #1c140f;
  --ink-soft: #4d4338;
  --paper: #f7f1e6;
  --paper-2: #fffdf8;
  --card: #ffffff;
  --line: #eadfcd;
  --coral: #ff3d2e;
  --coral-deep: #d41f18;
  --gold: #e2ae2a;
  --gold-soft: #fff4d2;
  --mint: #128a5b;
  --mint-soft: #e5f7ee;
  --wine: #2a1218;
  --shadow: 0 16px 40px rgba(48, 24, 12, .1);
  --radius: 22px;
  --radius-sm: 14px;
  --header: 78px;
  --max: 1180px;
}
/* roulang page: category7 */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Be Vietnam Pro", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  font-size: 16px;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font-family: inherit; font-size: 1rem; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.18; letter-spacing: -.02em; font-weight: 800; }
p { margin-bottom: 0; }
figure { margin: 0; }
.wrap { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 24px rgba(40, 22, 10, .05);
}
.nav-bar {
  min-height: var(--header);
  display: flex;
  align-items: center;
  gap: 18px;
}
.brand { display: flex; align-items: center; gap: 10px; min-width: 210px; }
.brand-mark {
  width: 42px; height: 42px; border-radius: 14px;
  display: grid; place-items: center; flex: 0 0 auto;
  background: linear-gradient(145deg, var(--coral), #ff8a2a);
  color: #fff; box-shadow: 0 8px 16px rgba(255, 61, 46, .28);
}
.brand-text { font-weight: 800; font-size: .98rem; line-height: 1.15; max-width: 168px; }
.desk-nav { display: flex; align-items: center; gap: 4px; flex: 1; min-width: 0; overflow-x: auto; scrollbar-width: none; }
.desk-nav::-webkit-scrollbar { display: none; }
.desk-nav a {
  padding: 8px 10px;
  border-radius: 999px;
  color: var(--ink-soft);
  font-weight: 600;
  font-size: .86rem;
  white-space: nowrap;
}
.desk-nav a:hover { background: #fff1ea; color: var(--coral-deep); }
.desk-nav a.active, .desk-nav a[aria-current="page"] { background: var(--ink); color: #fff; }
.desk-nav a.active:hover { background: var(--ink); color: #fff; }
.nav-tools { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.nav-search {
  display: flex; align-items: center;
  background: #f6f1e8;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 4px 4px 4px 12px;
  min-width: 190px;
}
.nav-search input {
  border: 0; background: transparent; outline: none;
  width: 118px; color: var(--ink); margin: 0; height: 34px; box-shadow: none; padding: 0;
}
.nav-search button {
  border: 0; background: #fff; color: var(--ink);
  width: 34px; height: 34px; border-radius: 50%; cursor: pointer;
  display: grid; place-items: center;
}
.nav-search button:hover { background: var(--gold-soft); color: var(--coral-deep); }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border-radius: 999px; padding: 12px 18px; border: 1px solid transparent;
  font-weight: 700; cursor: pointer; transition: .2s ease;
  line-height: 1; text-align: center;
}
.btn-hot { background: var(--coral); color: #fff; box-shadow: 0 10px 20px rgba(255, 61, 46, .25); }
.btn-hot:hover { background: var(--coral-deep); transform: translateY(-2px); color: #fff; }
.btn-hot:active { transform: translateY(0) scale(.98); }
.btn-ghost { background: transparent; color: #fff8ee; border-color: rgba(255,248,238,.45); }
.btn-ghost:hover { background: rgba(255,248,238,.12); color: #fff; }
.btn-ink { background: var(--ink); color: #fff; }
.btn-ink:hover { background: #3a2418; transform: translateY(-2px); color: #fff; }
.btn-line { background: #fff; color: var(--ink); border-color: var(--line); }
.btn-line:hover { border-color: var(--gold); background: var(--gold-soft); color: var(--ink); }
.nav-toggle {
  display: none; width: 44px; height: 44px; border-radius: 14px;
  border: 1px solid var(--line); background: #fff; cursor: pointer; color: var(--ink);
}
.nav-toggle:hover { border-color: var(--gold); background: var(--gold-soft); }
.mobile-drawer { display: none; background: #fff; border-top: 1px solid var(--line); padding: 8px 16px 16px; }
.mobile-drawer a { display: block; padding: 12px 10px; border-radius: 12px; font-weight: 650; color: var(--ink); }
.mobile-drawer a:hover { background: #fff6ee; }
.mobile-drawer a.active, .mobile-drawer a[aria-current="page"] { background: #fff1ea; color: var(--coral-deep); }
.mobile-drawer.open { display: block; }
.drawer-search { display: flex; gap: 8px; margin-bottom: 8px; }
.drawer-search input {
  flex: 1; border: 1px solid var(--line); border-radius: 12px; background: #f6f1e8;
  height: 44px; padding: 0 12px; margin: 0; box-shadow: none;
}
.hero {
  position: relative;
  color: #fff8ee;
  background: #1a1020 url("/assets/images/393ad22e10fff693.webp") center/cover no-repeat;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(18, 8, 12, .92) 8%, rgba(18, 8, 12, .72) 52%, rgba(120, 28, 22, .42) 100%);
}
.hero .wrap { position: relative; z-index: 1; padding: 42px 0 48px; }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 28px; align-items: center; }
.hero h1 { font-size: clamp(2rem, 4.2vw, 3.45rem); max-width: 16ch; color: #fff8ee; margin-bottom: 12px; }
.hero-copy p { font-size: 1.05rem; color: rgba(255,248,238,.88); max-width: 62ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.live-bar {
  display: flex; flex-wrap: wrap; gap: 8px 14px; align-items: center;
  margin-top: 22px; padding: 10px 12px; border-radius: 999px;
  background: rgba(255,248,238,.1); border: 1px solid rgba(255,248,238,.18);
  width: fit-content; max-width: 100%;
}
.live-bar span { font-size: .86rem; color: rgba(255,248,238,.88); }
.pulse {
  width: 10px; height: 10px; border-radius: 50%; background: #3ddc97;
  box-shadow: 0 0 0 0 rgba(61, 220, 151, .7); animation: pulse 1.6s infinite;
}
@keyframes pulse {
  70% { box-shadow: 0 0 0 8px rgba(61, 220, 151, 0); }
  100% { box-shadow: 0 0 0 0 rgba(61, 220, 151, 0); }
}
.hero-panel {
  background: rgba(255,253,248,.96);
  color: var(--ink);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.hero-panel img { width: 100%; height: 168px; object-fit: cover; }
.panel-body { padding: 16px 16px 8px; }
.panel-body h2 { font-size: 1.15rem; margin-bottom: 8px; }
.check-line {
  display: grid; grid-template-columns: 64px 1fr auto; gap: 8px; align-items: center;
  padding: 10px 0; border-top: 1px solid #f3eadf; font-size: .92rem;
}
.check-line strong { font-size: .84rem; }
.panel-foot { display: flex; justify-content: space-between; gap: 8px; padding: 12px 16px 16px; color: var(--ink-soft); font-size: .86rem; }
.badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--gold-soft); color: #8a5a00;
  border-radius: 999px; padding: 4px 10px; font-size: .78rem; font-weight: 700;
}
.badge.live { background: var(--mint-soft); color: var(--mint); }
.badge.wait { background: #fff1ea; color: var(--coral-deep); }
.badge.shut { background: #f3eee6; color: var(--ink-soft); }
.chip {
  border: 1px solid var(--line); border-radius: 999px; padding: 5px 10px;
  font-size: .82rem; color: var(--ink-soft); background: #fff; display: inline-flex; align-items: center;
}
.section { padding: 74px 0; }
.section.alt { background: var(--paper-2); }
.section.sand { background: #f3e7d4; }
.section-head { max-width: 760px; margin-bottom: 26px; }
.section-head h2 { font-size: clamp(1.6rem, 3vw, 2.35rem); margin-bottom: 8px; }
.section-head p { color: var(--ink-soft); }
.dash-grid { display: grid; grid-template-columns: 1fr .92fr; gap: 18px; align-items: stretch; }
.stat-board { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.stat, .panel, .bento-card, .news-card, .guard, .faq-list details, .form-card, .slot-board {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 28px rgba(60, 32, 12, .05);
}
.stat { padding: 18px; min-height: 132px; display: flex; flex-direction: column; justify-content: space-between; }
.stat b { font-size: clamp(1.7rem, 3vw, 2.3rem); letter-spacing: -.03em; display: block; }
.stat span { color: var(--ink-soft); font-weight: 600; }
.stat em { font-style: normal; color: var(--coral-deep); font-size: .8rem; font-weight: 800; }
.panel { padding: 18px; }
.panel h3 { margin-bottom: 12px; font-size: 1.1rem; }
.bar-item { margin-bottom: 14px; }
.bar-item:last-child { margin-bottom: 0; }
.bar-top { display: flex; justify-content: space-between; gap: 8px; font-size: .9rem; margin-bottom: 6px; }
.bar { height: 8px; background: #f3eadf; border-radius: 999px; overflow: hidden; }
.bar span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--coral), var(--gold)); }
.bento { display: grid; grid-template-columns: 1.25fr .75fr; gap: 16px; }
.bento-side { display: grid; gap: 16px; }
.bento-card { overflow: hidden; }
.bento-card img { width: 100%; height: 210px; object-fit: cover; }
.bento-card div, .guard, .slot { padding: 16px 18px; }
.bento-card h3, .guard h3 { margin-bottom: 6px; font-size: 1.08rem; }
.bento-card p, .guard p, .slot p, .status-copy p { color: var(--ink-soft); margin: 0; }
.bento-side .bento-card { display: flex; flex-direction: column; justify-content: center; min-height: 112px; }
.compare { display: grid; grid-template-columns: 300px 1fr; gap: 16px; }
.compare figure { border-radius: var(--radius); overflow: hidden; min-height: 280px; border: 1px solid var(--line); }
.compare img { width: 100%; height: 100%; object-fit: cover; min-height: 280px; }
.compare-list { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 28px rgba(60, 32, 12, .05); }
.status-row {
  display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center;
  padding: 16px 18px;
}
.status-row + .status-row { border-top: 1px solid #f3eadf; }
.status-row h3 { font-size: 1.05rem; margin-bottom: 4px; }
.mark {
  width: 42px; height: 42px; border-radius: 14px; display: grid; place-items: center;
  background: var(--gold-soft); color: #8a5a00; font-weight: 800;
}
.time-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 22px; }
.timeline { position: relative; }
.time-item { position: relative; padding: 0 0 20px 26px; }
.time-item::before {
  content: ""; position: absolute; left: 0; top: 6px; bottom: -6px; width: 2px; background: #e7d8c2;
}
.time-item:last-child::before { display: none; }
.time-item::after {
  content: ""; position: absolute; left: -5px; top: 6px; width: 12px; height: 12px; border-radius: 50%;
  background: var(--coral); box-shadow: 0 0 0 4px #ffe4dc;
}
.time-item h3 { margin-bottom: 4px; font-size: 1.05rem; }
.time-item p { color: var(--ink-soft); }
.time-item time { display: block; color: var(--coral-deep); font-weight: 800; font-size: .84rem; margin-bottom: 4px; }
.slot-board { overflow: hidden; }
.slot-board img { width: 100%; height: 170px; object-fit: cover; }
.slot + .slot { border-top: 1px solid #f3eadf; }
.slot { display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.news-list { display: grid; gap: 14px; }
.news-card { overflow: hidden; transition: .2s ease; }
.news-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.news-link { display: grid; grid-template-columns: 210px 1fr; gap: 0; color: inherit; min-height: 150px; }
.news-link img { width: 100%; height: 100%; object-fit: cover; min-height: 150px; }
.news-copy { padding: 16px 18px; display: flex; flex-direction: column; gap: 6px; }
.news-copy h3 { font-size: 1.12rem; margin: 0; }
.news-copy p { color: var(--ink-soft); }
.news-meta { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-top: auto; }
.news-meta time { color: var(--ink-soft); font-size: .84rem; font-weight: 600; }
.empty-note {
  background: #fff; border: 1px dashed var(--line); border-radius: var(--radius);
  padding: 22px; color: var(--ink-soft); margin: 0;
}
.section.wine {
  position: relative;
  background: #2a1218 url("/assets/images/8e236449fb63c9ec.webp") center/cover no-repeat;
  color: #fff8ee;
}
.section.wine::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(28, 10, 16, .92), rgba(42, 18, 24, .78));
}
.section.wine .wrap { position: relative; z-index: 1; }
.section.wine .section-head p { color: rgba(255,248,238,.8); }
.guard-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.guard h3 { color: var(--ink); }
.guard i { color: var(--coral); margin-right: 6px; }
.quick-row {
  display: grid; grid-template-columns: repeat(4, 1fr);
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
  box-shadow: 0 10px 28px rgba(60, 32, 12, .05);
}
.quick { padding: 18px; }
.quick + .quick { border-left: 1px solid var(--line); }
.quick b { display: block; font-size: 1.05rem; margin-bottom: 4px; }
.quick span { color: var(--ink-soft); }
.faq-list { display: grid; gap: 10px; }
.faq-list details { padding: 0; overflow: hidden; }
.faq-list summary {
  cursor: pointer; padding: 16px 18px; font-weight: 750; list-style: none;
  display: flex; justify-content: space-between; gap: 12px; align-items: center;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--coral); font-weight: 800; font-size: 1.2rem; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details[open] { border-color: #f0c9a0; }
.faq-list details p { padding: 0 18px 16px; color: var(--ink-soft); }
.form-panel { display: grid; grid-template-columns: .82fr 1.18fr; gap: 22px; align-items: start; }
.form-card { padding: 22px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.field label { font-weight: 700; }
.form-card input[type="text"],
.form-card input[type="email"],
.form-card select,
.form-card textarea {
  width: 100%; border: 1px solid var(--line); background: #fffdf8; color: var(--ink);
  border-radius: 14px; padding: 12px 14px; margin: 0; box-shadow: none; height: auto;
}
.form-card textarea { min-height: 110px; resize: vertical; }
.form-card input:focus, .form-card select:focus, .form-card textarea:focus {
  border-color: var(--gold); background: #fff; outline: 3px solid rgba(226, 174, 42, .35);
}
.form-note { margin-top: 12px; background: var(--mint-soft); color: var(--mint); border-radius: 14px; padding: 12px 14px; font-weight: 700; }
.form-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-top: 14px; }
.fine-note { color: var(--ink-soft); font-size: .88rem; }
.site-footer { background: var(--wine); color: #fff8ee; padding: 42px 0 18px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 24px; }
.site-footer h3 { font-size: 1rem; margin: 0 0 10px; color: #fff; }
.site-footer p { color: rgba(255,248,238,.78); margin: 0 0 8px; }
.site-footer a:hover { color: var(--gold); }
.site-footer .brand-text { color: #fff; }
.fine { border-top: 1px solid rgba(255,248,238,.14); margin-top: 18px; padding-top: 14px; color: rgba(255,248,238,.7); font-size: .9rem; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 3px solid var(--gold); outline-offset: 2px;
}
@media (max-width: 1024px) {
  .desk-nav, .nav-search { display: none; }
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .hero-grid, .dash-grid, .bento, .compare, .time-layout, .form-panel, .footer-grid { grid-template-columns: 1fr; }
  .news-link { grid-template-columns: 160px 1fr; }
  .guard-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .section { padding: 56px 0; }
  .quick-row { grid-template-columns: 1fr 1fr; }
  .quick:nth-child(odd) { border-left: 0; }
  .quick:nth-child(2), .quick:nth-child(4) { border-left: 1px solid var(--line); }
  .quick:nth-child(n+3) { border-top: 1px solid var(--line); }
  .stat-board, .form-grid, .guard-grid { grid-template-columns: 1fr 1fr; }
  .hero h1 { max-width: none; }
  .live-bar { border-radius: 18px; }
}
@media (max-width: 520px) {
  .wrap { width: min(var(--max), calc(100% - 20px)); }
  .brand { min-width: 0; }
  .brand-text { max-width: 132px; font-size: .86rem; }
  .nav-cta { padding: 10px 12px; font-size: .82rem; }
  .stat-board, .quick-row, .form-grid, .guard-grid, .footer-grid { grid-template-columns: 1fr; }
  .quick + .quick { border-left: 0; border-top: 1px solid var(--line); }
  .news-link { grid-template-columns: 1fr; }
  .news-link img { height: 180px; min-height: 0; }
  .status-row { grid-template-columns: auto 1fr; }
  .status-row .badge { grid-column: 2; justify-self: start; }
  .check-line { grid-template-columns: 56px 1fr; }
  .check-line strong { grid-column: 2; }
  .hero .wrap { padding: 28px 0 32px; }
  .slot { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
