/* Site Factory — generated */
:root {
  --color-primary: #047857;
  --color-primary-dark: #065f46;
  --color-primary-light: #d1fae5;
  --color-accent: #f59e0b;
  --color-accent-dark: #d97706;
  --color-bg: #f8fafc;
  --color-bg-elevated: #ffffff;
  --color-text: #334155;
  --color-text-strong: #0f172a;
  --color-text-muted: #64748b;
  --color-border: #e2e8f0;
  --color-success: #16a34a;
  --color-danger: #dc2626;
  --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1);
  --radius: 8px;
  --radius-lg: 12px;
  --font-sans: -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", Roboto, sans-serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-sans); font-size: 16px; line-height: 1.65;
  color: var(--color-text); background: var(--color-bg);
  -webkit-font-smoothing: antialiased;
}
a { color: var(--color-primary); text-decoration: none; transition: color 0.15s; }
a:hover { color: var(--color-primary-dark); text-decoration: underline; }
h1, h2, h3, h4 { color: var(--color-text-strong); font-weight: 700; line-height: 1.3; margin-bottom: 0.75rem; }
h1 { font-size: clamp(1.75rem, 4vw, 2.5rem); margin-top: 1rem; }
h2 { font-size: clamp(1.4rem, 3vw, 1.875rem); margin-top: 2.5rem; border-bottom: 2px solid var(--color-primary-light); padding-bottom: 0.5rem; }
h3 { font-size: clamp(1.2rem, 2.5vw, 1.5rem); margin-top: 2rem; }
h4 { font-size: 1.1rem; margin-top: 1.5rem; font-weight: 600; }
p { margin-bottom: 1.1rem; }
ul, ol { padding-left: 1.5rem; margin-bottom: 1rem; }
li { margin-bottom: 0.4rem; }
strong { color: var(--color-text-strong); font-weight: 600; }
blockquote { border-left: 3px solid var(--color-primary); padding: 0.5rem 1rem; margin: 1rem 0; color: var(--color-text-muted); }
table { width: 100%; border-collapse: collapse; margin: 1rem 0; font-size: 0.95rem; }
th, td { padding: 0.6rem 0.8rem; border: 1px solid var(--color-border); text-align: left; }
th { background: var(--color-primary-light); font-weight: 600; }
tr:nth-child(even) td { background: #f1f5f9; }
.container { max-width: 860px; margin: 0 auto; padding: 0 1.25rem; }
/* Header */
.site-header { background: var(--color-bg-elevated); border-bottom: 1px solid var(--color-border); position: sticky; top: 0; z-index: 100; box-shadow: var(--shadow-sm); }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 0.8rem 1.25rem; }
.site-logo { display: flex; align-items: center; gap: 0.5rem; font-weight: 700; font-size: 1.1rem; color: var(--color-text-strong); }
.site-logo svg { flex-shrink: 0; width: 28px; height: 28px; }
.site-nav { display: flex; gap: 1.5rem; }
.site-nav a { color: var(--color-text-muted); font-size: 0.9rem; font-weight: 500; }
.site-nav a:hover { color: var(--color-primary); text-decoration: none; }
/* Hero */
.hero { background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%); color: #fff; padding: 3rem 0 2.5rem; }
.hero h1 { color: #fff; font-size: clamp(1.6rem, 4vw, 2.2rem); margin-bottom: 0.75rem; border: none; padding: 0; margin-top: 0; }
.hero p { color: rgba(255,255,255,0.9); margin-bottom: 0.5rem; }
.hero-meta { font-size: 0.875rem; color: rgba(255,255,255,0.75) !important; }
/* Main */
.main-content { padding: 2.5rem 0 4rem; }
.post-title { margin-top: 0; }
.post-meta { color: var(--color-text-muted); font-size: 0.875rem; margin-bottom: 1.5rem; }
.post-intro { font-size: 1.05rem; line-height: 1.7; color: var(--color-text); border-left: 3px solid var(--color-accent); padding-left: 1rem; margin-bottom: 2rem; }
/* Article content */
.article-body { line-height: 1.7; }
.article-body h2 { color: var(--color-text-strong); }
.article-body h3 { color: var(--color-primary-dark); }
/* Operator list */
.op-list { list-style: none; margin: 0 0 2rem; padding: 0; border: 1px solid var(--color-border); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); }
.op-row { display: flex; flex-flow: row; align-items: center; gap: 0.75rem 1rem; padding: 0.875rem 1rem; background: var(--color-bg-elevated); border-bottom: 1px solid var(--color-border); flex-wrap: wrap; }
.op-row:last-child { border-bottom: none; }
.op-rank { display: inline-flex; align-items: center; justify-content: center; width: 1.75rem; height: 1.75rem; min-width: 1.75rem; flex-shrink: 0; color: #fff; font-weight: 700; font-size: 0.8rem; border-radius: 6px; }
.op-logo { width: 135px; min-width: 135px; height: 88px; flex-shrink: 0; padding: 0 0.75rem; background: #fff; border: 1px solid var(--color-border); border-radius: 10px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.op-logo img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; }
.op-sep { width: 1px; height: 3.25rem; background: var(--color-border); flex-shrink: 0; align-self: center; }
.op-bonus { display: flex; flex-direction: column; flex: 1 1 140px; }
.op-bonus-label { font-size: 0.72rem; font-weight: 600; color: var(--color-text-muted); text-transform: uppercase; letter-spacing: 0.05em; }
.op-bonus-text { font-size: 1rem; font-weight: 700; color: var(--color-text-strong); }
.op-rating { display: flex; flex-direction: column; align-items: center; gap: 0.2rem; flex-shrink: 0; }
.op-stars { position: relative; display: inline-block; font-size: 1.1rem; line-height: 1; }
.op-stars-bg { color: #d1d5db; }
.op-stars-fill { position: absolute; left: 0; top: 0; overflow: hidden; color: #f59e0b; white-space: nowrap; }
.op-rating-num { font-size: 0.85rem; font-weight: 700; color: var(--color-text-strong); }
.op-cta { flex-shrink: 0; }
.op-btn { display: inline-flex; align-items: center; justify-content: center; padding: 0.65rem 1.3rem; background: var(--color-accent); color: #fff; font-weight: 700; font-size: 0.9rem; border-radius: var(--radius); text-decoration: none; white-space: nowrap; transition: background 0.15s; }
.op-btn:hover { background: var(--color-accent-dark); text-decoration: none; color: #fff; }
.op-btn--pulse { animation: op-pulse 2.2s ease-in-out infinite; }
@keyframes op-pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(0,0,0,0.15); } 50% { box-shadow: 0 0 0 6px rgba(0,0,0,0); } }
.op-desc { width: 100%; color: var(--color-text); font-size: 0.88rem; border-top: 1px solid var(--color-border); padding-top: 0.65rem; margin-top: 0.1rem; line-height: 1.6; }
.op-desc p { margin: 0; }
@media (max-width: 600px) {
  .op-sep { display: none; }
  .op-logo { width: 110px; min-width: 110px; height: 70px; }
  .op-bonus-text { white-space: normal; word-break: break-word; }
  .op-cta { width: 100%; }
  .op-btn { width: 100%; justify-content: center; }
}
/* FAQ */
details { border: 1px solid var(--color-border); border-radius: var(--radius); margin-bottom: 0.75rem; overflow: hidden; }
details summary { padding: 0.9rem 1rem; font-weight: 600; cursor: pointer; background: var(--color-bg-elevated); color: var(--color-text-strong); list-style: none; display: flex; justify-content: space-between; align-items: center; }
details summary::-webkit-details-marker { display: none; }
details summary::after { content: "+"; font-size: 1.25rem; color: var(--color-primary); transition: transform 0.2s; }
details[open] summary::after { content: "−"; }
details p { padding: 0.75rem 1rem 1rem; color: var(--color-text); margin: 0; border-top: 1px solid var(--color-border); }
/* Breadcrumb */
.breadcrumb { font-size: 0.85rem; color: var(--color-text-muted); margin-bottom: 1.5rem; }
.breadcrumb a { color: var(--color-text-muted); }
.breadcrumb a:hover { color: var(--color-primary); text-decoration: none; }
.breadcrumb span { color: var(--color-text); }
/* Game meta */
.game-meta { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-bottom: 1.5rem; }
.game-meta-item { background: var(--color-primary-light); color: var(--color-primary-dark); padding: 0.3rem 0.75rem; border-radius: 99px; font-size: 0.85rem; font-weight: 600; }
/* RG Footer */
.rg-banner { background: #fef3c7; border: 1px solid #fcd34d; border-radius: var(--radius); padding: 1.25rem; margin: 2.5rem 0; text-align: center; font-size: 0.9rem; }
.rg-banner strong { color: #92400e; }
.rg-banner a { color: #92400e; font-weight: 600; }
/* Footer */
.site-footer { background: var(--color-text-strong); color: rgba(255,255,255,0.7); padding: 2.5rem 0; font-size: 0.875rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2rem; margin-bottom: 2rem; }
.footer-grid h4 { color: #fff; font-size: 1rem; margin-bottom: 0.75rem; margin-top: 0; }
.footer-grid ul { list-style: none; padding: 0; }
.footer-grid li { margin-bottom: 0.35rem; }
.footer-grid a { color: rgba(255,255,255,0.6); }
.footer-grid a:hover { color: #fff; text-decoration: none; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.15); padding-top: 1.25rem; color: rgba(255,255,255,0.5); }
@media (max-width: 640px) {
  .site-nav { display: none; }
  .footer-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .hero { padding: 2rem 0 1.5rem; }
}
