/* Shared styles for 무료슬롯박스 (home + slots) */

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: "Pretendard Variable", "SUIT Variable", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  min-height:100vh;
}
a{color:inherit; text-decoration:none}

/* ========== Home (index) ========== */
body.page-home{
  --bg:#f3f6fb;
  --card:#ffffff;
  --panel:#ffffff;
  --muted:#617085;
  --text:#111827;
  --line:rgba(15,23,42,.10);
  --accent:#1f6feb;
  --accent2:#0ea5e9;
  --shadow: 0 14px 32px rgba(16,30,49,.08);
  --radius: 18px;
  --max: 1180px;

  color:var(--text);
  background-color: var(--bg);
  background-image:
    radial-gradient(860px 420px at 10% 0%, rgba(31,111,235,.10), transparent 62%),
    radial-gradient(860px 420px at 90% 8%, rgba(14,165,233,.08), transparent 58%);
}
body.page-home .wrap{max-width:var(--max); margin:0 auto; padding:30px 24px 70px}

body.page-home a{color:inherit}
body.page-home a:hover{text-decoration:underline; text-underline-offset:3px}
body.page-home a:focus{outline:none}
body.page-home a:focus-visible{outline:3px solid rgba(31,111,235,.35); outline-offset:3px; border-radius:10px}

body.page-home header{
  position:sticky;
  top:10px;
  z-index:20;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px 16px;
  margin:6px 0 18px;
  width:100%;
  border:1px solid rgba(15,23,42,.08);
  background: rgba(255,255,255,.90);
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(16,30,49,.10);
  backdrop-filter: blur(10px);
}
body.page-home .logoLink{display:inline-flex; align-items:center; gap:10px}
body.page-home header img{
  display:block;
  height:auto;
  max-width:180px;
  filter: drop-shadow(0 10px 16px rgba(17,24,39,.10));
}
body.page-home header .site{font-weight:900; font-size:14px; letter-spacing:.2px; opacity:.95}

body.page-home .topnav{display:flex; gap:10px; flex-wrap:wrap; justify-content:flex-end}
body.page-home .topnav a{
  display:inline-flex;
  align-items:center;
  height:34px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid rgba(15,23,42,.08);
  background:#f8fbff;
  color: #223046;
  font-weight:800;
  font-size:12px;
  text-decoration:none;
}
body.page-home .topnav a:hover{background:#eef5ff; text-decoration:none; border-color:rgba(31,111,235,.26)}
@media (max-width:740px){body.page-home .topnav{width:100%; justify-content:flex-start}}

body.page-home .hero{
  border:1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(31,111,235,.06) 0%, rgba(255,255,255,.96) 42%, rgba(14,165,233,.05) 100%),
    var(--card);
  border-radius: var(--radius);
  padding:30px 24px;
  box-shadow: var(--shadow);
}
body.page-home .heroInner{display:block}

body.page-home .hero h1{margin:0 0 10px; font-size: clamp(24px, 3vw, 38px); line-height:1.15; letter-spacing:-.3px}
body.page-home .hero p{margin:0; color:var(--muted); line-height:1.8; max-width:72ch}
body.page-home .hero p a{color:var(--accent); text-decoration:underline; text-underline-offset:3px}
body.page-home .heroBadges{display:flex; gap:8px; flex-wrap:wrap; margin-top:12px}
body.page-home .badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:30px;
  padding:0 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  color: rgba(17,24,39,.92);
  border:1px solid rgba(31,111,235,.16);
  background: rgba(31,111,235,.07);
}

body.page-home .featureCard{display:flex; gap:12px; align-items:center}
body.page-home .featureIcon{
  flex:0 0 auto;
  width: 104px;
  height: 76px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius: 16px;
  border:1px solid rgba(15,23,42,.10);
  background:
    radial-gradient(120px 80px at 30% 20%, rgba(31,111,235,.14), transparent 60%),
    radial-gradient(120px 80px at 70% 80%, rgba(6,182,212,.14), transparent 60%),
    #ffffff;
  box-shadow: 0 10px 18px rgba(17,24,39,.05);
  overflow:hidden;
}
body.page-home .featureIcon img{height:74px; width:auto; display:block; filter: drop-shadow(0 12px 14px rgba(17,24,39,.18))}
body.page-home .featureBody{min-width:0}
body.page-home .featureBody h3{margin:0 0 6px; font-size:16px}
body.page-home .featureBody .note{margin:0}

@media (max-width:980px){
  body.page-home .featureIcon{width: 96px; height: 70px}
  body.page-home .featureIcon img{height:68px}
}

body.page-home .cards{display:grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap:14px; margin-top:14px}
@media (max-width:980px){body.page-home .cards{grid-template-columns: repeat(2, minmax(0, 1fr))}}
@media (max-width:640px){body.page-home .cards{grid-template-columns: 1fr}}

body.page-home .gameCard{
  border:1px solid rgba(15,23,42,.10);
  background:#ffffff;
  border-radius: var(--radius);
  overflow:hidden;
  box-shadow: 0 10px 24px rgba(16,30,49,.07);
  display:flex;
  flex-direction:column;
}
body.page-home .gameCard:hover{transform:translateY(-3px); box-shadow:0 16px 30px rgba(16,30,49,.12); border-color:rgba(31,111,235,.22)}
body.page-home .gameThumb{aspect-ratio: 16/9; background:#f3f4f6}
body.page-home .gameThumb img{width:100%; height:100%; object-fit:cover; display:block}
body.page-home .gameBody{padding:14px 14px 16px}
body.page-home .gameBody h3{margin:0 0 6px; font-size:15px; letter-spacing:-.15px}
body.page-home .gameBody .note{margin:0 0 10px}
body.page-home .meta{display:flex; gap:8px; flex-wrap:wrap; margin:8px 0 10px}
body.page-home .pillTag{
  display:inline-flex;
  align-items:center;
  height:28px;
  padding:0 10px;
  border-radius:999px;
  border:1px solid rgba(31,111,235,.22);
  background: rgba(31,111,235,.08);
  color: rgba(17,24,39,.92);
  font-weight:900;
  font-size:12px;
}
body.page-home .cardCta{display:flex; gap:10px; align-items:center}
body.page-home .btn.small{height:40px; padding:0 14px; border-radius: 14px}

@media (max-width:640px){
  body.page-home .cardCta{width:100%}
  body.page-home .cardCta .btn.small{width:100%}
}

body.page-home .detailsTable{
  margin-top:12px;
  border:1px solid rgba(15,23,42,.10);
  border-radius: var(--radius);
  background: rgba(255,255,255,.92);
  box-shadow: 0 10px 22px rgba(17,24,39,.05);
  padding: 10px 12px;
}
body.page-home .detailsTable > summary{
  cursor:pointer;
  font-weight:900;
  color: rgba(17,24,39,.92);
  outline:none;
}
body.page-home .detailsTable[open]{padding-bottom: 14px}
body.page-home .detailsTable table{margin-top:10px}
body.page-home .tag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:6px 10px;
  border-radius:999px;
  font-size:.78em;
  vertical-align:middle;
  margin-left:6px;
  border:1px solid rgba(31,111,235,.28);
  background: rgba(31,111,235,.10);
}

body.page-home .cta{display:flex; gap:10px; flex-wrap:wrap; margin-top:16px}
body.page-home .btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:44px;
  padding:0 16px;
  border-radius: 14px;
  border:1px solid var(--line);
  background: #ffffff;
  color: var(--text);
  font-weight:800;
  letter-spacing:.2px;
}
body.page-home .btn:hover{background:#f9fafb; text-decoration:none}
body.page-home .btn.sub{background: transparent}
body.page-home .btn:not(.sub){background: linear-gradient(135deg, #1f6feb, #0ea5e9); border-color: transparent; color:#ffffff}

body.page-home h2{margin:34px 0 10px; font-size: clamp(18px, 2vw, 22px); letter-spacing:-.2px}
body.page-home .note{margin:0 0 12px; color:var(--muted); font-size:13px; line-height:1.7}

body.page-home table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  border:1px solid var(--line);
  border-radius: var(--radius);
  overflow:hidden;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(17,24,39,.06);
}
body.page-home thead th{
  text-align:left;
  font-size:12px;
  color: rgba(107,114,128,.95);
  padding:12px 14px;
  background: #f9fafb;
  border-bottom:1px solid var(--line);
}
body.page-home tbody td{
  padding:14px 14px;
  border-bottom:1px solid rgba(15,23,42,.08);
  color: var(--text);
}
body.page-home tbody tr:hover{background: rgba(31,111,235,.04)}
body.page-home tbody tr:last-child td{border-bottom:none}
body.page-home table a{font-weight:900; text-decoration:underline; text-underline-offset:3px}

body.page-home .grid{display:grid; gap:12px; margin-top:12px}
body.page-home .grid.cols-3{grid-template-columns: repeat(3, minmax(0, 1fr))}
body.page-home .grid.cols-2{grid-template-columns: repeat(2, minmax(0, 1fr))}
@media (max-width:980px){body.page-home .grid.cols-3{grid-template-columns:1fr}}
@media (max-width:860px){body.page-home .grid.cols-2{grid-template-columns:1fr}}

body.page-home .panel{
  border:1px solid var(--line);
  background: var(--panel);
  border-radius: var(--radius);
  padding:16px;
  box-shadow: 0 8px 20px rgba(16,30,49,.06);
}
body.page-home .panel h3{margin:0 0 8px; font-size:14px; letter-spacing:-.1px}
body.page-home .panel ol{margin:0; padding-left:18px; color: var(--text); line-height:1.75}
body.page-home .panel li{margin:8px 0}

body.page-home .infoFeed{display:grid; grid-template-columns:1fr; gap:12px; margin-top:12px}
body.page-home .infoPost{
  border:1px solid var(--line);
  background:#ffffff;
  border-radius: var(--radius);
  overflow:hidden;
  box-shadow: 0 9px 22px rgba(16,30,49,.07);
  display:grid;
  grid-template-columns: 220px 1fr;
}
body.page-home .infoThumb{display:block; height:100%; background:#eef2ff}
body.page-home .infoThumb img{width:100%; height:100%; object-fit:cover; display:block}
body.page-home .infoBody{padding:14px 16px}
body.page-home .infoBody h3{margin:0 0 8px; font-size:16px; letter-spacing:-.15px}
body.page-home .infoBody .note{margin:0 0 10px}
body.page-home .infoMore{
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-size:12px;
  font-weight:900;
  color:#1f6feb;
  text-decoration:underline;
  text-underline-offset:3px;
}

@media (max-width:760px){
  body.page-home .infoPost{grid-template-columns:1fr}
  body.page-home .infoThumb{aspect-ratio:16/9}
}

body.page-home .warn{
  margin:0;
  border:1px solid rgba(15,23,42,.10);
  background: #f9fafb;
  border-left:4px solid rgba(6,182,212,.80);
  border-radius: 14px;
  padding:14px;
  color: rgba(107,114,128,.95);
  line-height:1.75;
}

body.page-home .faq{
  margin:0;
  border:1px solid var(--line);
  border-radius: var(--radius);
  overflow:hidden;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(16,30,49,.07);
}
body.page-home .faq dt{
  padding:14px 16px;
  font-weight:900;
  border-top:1px solid rgba(15,23,42,.08);
  background: #f9fafb;
}
body.page-home .faq dt:first-child{border-top:none}
body.page-home .faq dd{
  margin:0;
  padding:0 16px 16px;
  color: rgba(107,114,128,.95);
  line-height:1.75;
}

body.page-home footer{
  margin-top:34px;
  padding-top:18px;
  border-top:1px solid rgba(15,23,42,.10);
  color: rgba(107,114,128,.92);
  font-size:12px;
}
body.page-home footer .note{margin:8px 0 0}

@media (max-width:760px){
  body.page-home table{display:block; overflow-x:auto; white-space:nowrap}
  body.page-home thead th, body.page-home tbody td{white-space:nowrap}
}
body.page-home .btn:hover{text-decoration:none}
body.page-home .btn.sub{background:#ffffff}
body.page-home .btn.sub:hover{background:#f9fafb}
body.page-home .btn:not(.sub):hover{filter:brightness(1.03)}

/* ========== Slot pages ========== */
body.page-slot{
  --bg:#f6f7fb;
  --card:#ffffff;
  --muted:#6b7280;
  --text:#111827;
  --line:rgba(15,23,42,.12);
  --accent:#4f46e5;
  --accent2:#06b6d4;
  --shadow: 0 12px 28px rgba(17,24,39,.08);
  --radius: 18px;
  --max: 980px;

  color:var(--text);
  background-color: var(--bg);
  background-image:
    radial-gradient(820px 480px at 15% 0%, rgba(79,70,229,.10), transparent 60%),
    radial-gradient(820px 480px at 85% 12%, rgba(6,182,212,.10), transparent 55%);
}
body.page-slot .wrap{max-width:var(--max); margin:0 auto; padding:28px 18px 56px}
body.page-slot header{display:flex; align-items:center; justify-content:space-between; gap:12px; padding:10px 0 18px;}
body.page-slot .brand{display:flex; align-items:center; gap:10px}
body.page-slot .brandLogo{width:38px; height:38px; display:block; border-radius:12px; background: #ffffff; object-fit:contain; box-shadow: 0 10px 22px rgba(17,24,39,.06); border:1px solid rgba(15,23,42,.10)}
body.page-slot .brand h1{font-size:16px; margin:0; letter-spacing:.2px}
body.page-slot .pill{border:1px solid var(--line); background: #ffffff; padding:8px 12px; border-radius:999px; color:var(--muted); font-size:12px; box-shadow: 0 10px 22px rgba(17,24,39,.05)}

body.page-slot .pager{display:flex; justify-content:center; gap:0; margin:0 0 18px; padding:0; list-style:none;}
body.page-slot main.hero + nav{margin-top:16px}
body.page-slot .pager a, body.page-slot .pager span{
  display:inline-flex; align-items:center; justify-content:center;
  min-width:44px; height:40px;
  border:1px solid var(--line);
  background: #ffffff;
  color: rgba(17,24,39,.92);
  padding:0 10px;
}
body.page-slot .pager li:first-child a, body.page-slot .pager li:first-child span{border-radius:12px 0 0 12px}
body.page-slot .pager li:last-child a, body.page-slot .pager li:last-child span{border-radius:0 12px 12px 0}
body.page-slot .pager .active span{background: rgba(79,70,229,.10); border-color: rgba(79,70,229,.35)}

body.page-slot .hero{border:1px solid var(--line); background: var(--card); border-radius: var(--radius); padding:22px 18px; box-shadow: var(--shadow);}
body.page-slot .hero h2{margin:0 0 10px; font-size:26px; line-height:1.25}
body.page-slot .hero p{margin:0; color:var(--muted); line-height:1.7}
body.page-slot .hero > section.card{margin-top:16px}
body.page-slot .sectionTitle{margin:0 0 10px; font-size:20px; line-height:1.25; letter-spacing:-.2px}
body.page-slot .subTitle{margin:14px 0 8px; font-size:14px}

body.page-slot .grid{display:grid; grid-template-columns: 1.1fr .9fr; gap:16px; margin-top:16px}
@media (max-width:860px){body.page-slot .grid{grid-template-columns:1fr}}

body.page-slot .card{border:1px solid var(--line); background: var(--card); border-radius: var(--radius); padding:18px; box-shadow: 0 10px 24px rgba(17,24,39,.06);}
body.page-slot .card h3{margin:0 0 10px; font-size:15px}
body.page-slot .note{color:var(--muted); font-size:13px; line-height:1.7}
body.page-slot ul.note{margin:8px 0 0; padding-left:18px}
body.page-slot ul.note li{margin:6px 0}
body.page-slot .tableWrap{overflow:auto}
body.page-slot .specTable{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  border:1px solid rgba(15,23,42,.12);
  border-radius: 16px;
  overflow:hidden;
  background:#ffffff;
}
body.page-slot .specTable th,
body.page-slot .specTable td{
  padding:14px 16px;
  border-bottom:1px solid rgba(15,23,42,.08);
  vertical-align:top;
}
body.page-slot .specTable tr:last-child th,
body.page-slot .specTable tr:last-child td{border-bottom:none}
body.page-slot .specTable th{
  width:200px;
  background:#f3f4f6;
  font-weight:900;
  color: rgba(17,24,39,.92);
}
@media (max-width:680px){body.page-slot .specTable th{width:140px}}

body.page-slot .cta{display:flex; gap:10px; flex-wrap:wrap; margin-top:12px}
body.page-slot .btn{
  display:inline-flex; align-items:center; justify-content:center;
  height:42px; padding:0 14px;
  border-radius: 12px;
  border:1px solid var(--line);
  background: #ffffff;
  color: rgba(17,24,39,.92);
}
body.page-slot .btn.primary{background: linear-gradient(135deg, rgba(79,70,229,.92), rgba(6,182,212,.70)); border-color: transparent; color:#ffffff}
body.page-slot .btn:not(.primary):hover{background:#f9fafb}
body.page-slot .btn.primary:hover{filter:brightness(1.03)}

body.page-slot .frameCard{margin-top:16px; padding:18px; overflow:hidden}
body.page-slot .frameCard h3{margin:0 0 10px; font-size:15px}
body.page-slot .frameWrap{position:relative; width:100%; border:1px solid var(--line); border-radius: 16px; overflow:hidden; background: #0b1220}
body.page-slot .frameWrap::before{content:""; display:block; padding-top:56.25%}
body.page-slot .frameWrap iframe{position:absolute; inset:0; width:100%; height:100%; border:0}
@media (max-width:560px){body.page-slot .frameWrap::before{padding-top:120%}}

body.page-slot footer{margin-top:18px; color: rgba(107,114,128,.92); font-size:12px}
body.page-slot footer a{color: rgba(79,70,229,.95); text-decoration:underline; text-underline-offset:3px}

/* ========== Insight pages ========== */
body.page-article{
  --bg:#f6f7fb;
  --card:#ffffff;
  --muted:#6b7280;
  --text:#111827;
  --line:rgba(15,23,42,.12);
  --accent:#4f46e5;
  --accent2:#06b6d4;
  --accent3:#f59e0b;
  --shadow: 0 12px 28px rgba(17,24,39,.08);
  --radius: 18px;
  --max: 1100px;

  color:var(--text);
  background-color: var(--bg);
  background-image:
    radial-gradient(860px 520px at 10% 0%, rgba(79,70,229,.10), transparent 60%),
    radial-gradient(860px 520px at 90% 12%, rgba(6,182,212,.10), transparent 55%);
}
body.page-article .wrap{max-width:var(--max); margin:0 auto; padding:28px 100px 64px}
body.page-article header{display:flex; align-items:center; justify-content:space-between; gap:12px; padding:10px 0 18px}
body.page-article .brand{display:flex; align-items:center; gap:10px}
body.page-article .brandLogo{width:38px; height:38px; display:block; border-radius:12px; background:#ffffff; object-fit:contain; box-shadow:0 10px 22px rgba(17,24,39,.06); border:1px solid rgba(15,23,42,.10)}
body.page-article .brand h1{font-size:16px; margin:0; letter-spacing:.2px}
body.page-article .pill{border:1px solid var(--line); background:#ffffff; padding:8px 12px; border-radius:999px; color:var(--muted); font-size:12px; box-shadow:0 10px 22px rgba(17,24,39,.05)}

body.page-article .breadcrumb{display:flex; gap:8px; flex-wrap:wrap; align-items:center; color:var(--muted); font-size:12px; margin:0 0 14px}
body.page-article .breadcrumb a{color:rgba(79,70,229,.95); text-decoration:underline; text-underline-offset:3px}

body.page-article .articleHero{
  display:block;
  border:1px solid var(--line);
  background:var(--card);
  border-radius:var(--radius);
  padding:22px;
  box-shadow:var(--shadow);
}
body.page-article .articleHeroImage{
  display:block;
  width:100%;
  height:auto;
  border-radius:14px;
  margin-bottom:10px;
}
body.page-article .heroCopy h2{margin:0 0 12px; font-size:clamp(28px, 3vw, 40px); line-height:1.15; letter-spacing:-.4px}
body.page-article .heroCopy p{margin:0; color:var(--muted); line-height:1.8}
body.page-article .heroMeta{display:flex; gap:8px; flex-wrap:wrap; margin:0 0 12px}
body.page-article .heroBadge{
  display:inline-flex;
  align-items:center;
  height:30px;
  padding:0 10px;
  border-radius:999px;
  border:1px solid rgba(79,70,229,.18);
  background:rgba(79,70,229,.08);
  color:rgba(17,24,39,.92);
  font-size:12px;
  font-weight:900;
}
body.page-article .heroActions{display:flex; gap:10px; flex-wrap:wrap; margin-top:16px}
body.page-article .btn{
  display:inline-flex; align-items:center; justify-content:center;
  height:44px; padding:0 16px;
  border-radius:14px;
  border:1px solid var(--line);
  background:#ffffff; color:var(--text);
  font-weight:800;
}
body.page-article .btn:hover{text-decoration:none; background:#f9fafb}
body.page-article .btn.primary{background:linear-gradient(135deg, rgba(79,70,229,.92), rgba(6,182,212,.72)); border-color:transparent; color:#ffffff}
body.page-article .btn.primary:hover{filter:brightness(1.03); background:linear-gradient(135deg, rgba(79,70,229,.92), rgba(6,182,212,.72))}

body.page-article .articlePosterImage{display:block; width:100%; height:auto}
body.page-article .posterTag{display:inline-flex; width:max-content; max-width:100%; height:28px; align-items:center; padding:0 10px; border-radius:999px; background:rgba(255,255,255,.16); color:#ffffff; font-size:12px; font-weight:900; border:1px solid rgba(255,255,255,.20); backdrop-filter:blur(4px)}
body.page-article .posterTitle{margin:0; color:#ffffff; font-size:clamp(24px, 3vw, 34px); line-height:1.1; letter-spacing:-.5px; max-width:11ch; text-shadow:0 10px 20px rgba(0,0,0,.18)}
body.page-article .posterNote{color:rgba(255,255,255,.88); font-size:12px; font-weight:800}

body.page-article .articleGrid{display:grid; grid-template-columns:minmax(0, 1fr) 300px; gap:16px; margin-top:18px}
body.page-article .articleMain,
body.page-article .articleSide{display:grid; gap:16px}
body.page-article .articleCard{
  border:1px solid var(--line);
  background:var(--card);
  border-radius:var(--radius);
  padding:20px;
  box-shadow:0 10px 24px rgba(17,24,39,.06);
}
body.page-article .articleCard h3{margin:0 0 10px; font-size:18px; letter-spacing:-.2px}
body.page-article .articleCard h4{margin:18px 0 8px; font-size:15px}
body.page-article .articleCard p{margin:0; color:var(--muted); line-height:1.8}
body.page-article .articleCard p + p{margin-top:12px}
body.page-article .articleBodyImage{display:block; width:100%; max-height:340px; object-fit:cover; border-radius:16px; margin:0 0 14px}
body.page-article .articleCard ul,
body.page-article .articleCard ol{margin:10px 0 0; padding-left:18px; color:var(--muted); line-height:1.8}
body.page-article .articleCard li + li{margin-top:8px}
body.page-article .articleLead{font-size:15px; color:rgba(17,24,39,.88)}

body.page-article .statGrid{display:grid; grid-template-columns:repeat(3, minmax(0, 1fr)); gap:12px; margin-top:14px}
body.page-article .statItem{border:1px solid rgba(15,23,42,.10); border-radius:16px; padding:14px; background:#f9fafb}
body.page-article .statItem strong{display:block; font-size:22px; letter-spacing:-.3px; color:rgba(17,24,39,.96)}
body.page-article .statItem span{display:block; margin-top:6px; color:var(--muted); font-size:12px; line-height:1.6}

body.page-article .miniList{display:grid; gap:10px}
body.page-article .miniItem{border:1px solid rgba(15,23,42,.10); border-radius:16px; padding:14px; background:#ffffff}
body.page-article .miniItem strong{display:block; margin-bottom:6px; font-size:14px}
body.page-article .miniItem span{display:block; color:var(--muted); font-size:13px; line-height:1.7}

body.page-article .callout{
  border:1px solid rgba(6,182,212,.18);
  background:linear-gradient(180deg, rgba(6,182,212,.08), rgba(79,70,229,.03));
  border-radius:16px;
  padding:16px;
}
body.page-article .callout strong{display:block; margin-bottom:8px; font-size:14px}
body.page-article .callout p{margin:0; color:rgba(17,24,39,.78)}

body.page-article .relatedGrid{display:grid; grid-template-columns:repeat(2, minmax(0, 1fr)); gap:12px}
body.page-article .relatedCard{display:block; border:1px solid rgba(15,23,42,.10); border-radius:16px; padding:14px; background:#ffffff}
body.page-article .relatedCard strong{display:block; margin-bottom:6px; font-size:14px; letter-spacing:-.1px}
body.page-article .relatedCard span{display:block; color:var(--muted); font-size:13px; line-height:1.7}

body.page-article footer{margin-top:20px; color:rgba(107,114,128,.92); font-size:12px}
body.page-article footer a{color:rgba(79,70,229,.95); text-decoration:underline; text-underline-offset:3px}

@media (max-width:980px){
  body.page-article .articleGrid{grid-template-columns:1fr}
  body.page-article .wrap {padding:24px;}
  body.page-home .wrap {padding:24px}
}
@media (max-width:720px){
  body.page-article .statGrid{grid-template-columns:1fr}
  body.page-article .relatedGrid{grid-template-columns:1fr}
}
