
  :root{
    --felt:#14532D;
    --felt-dark:#0C3A1F;
    --bavaria:#1E3F73;
    --bavaria-dark:#132A4E;
    --gold:#D9A441;
    --gold-light:#F0CC7E;
    --cream:#F6EFDD;
    --maroon:#7A2422;
    --ink:#221C14;
    --ink-soft:#4A4030;
  }
  * { box-sizing: border-box; }
  body{ font-family:'Karla', sans-serif; color:var(--ink); background:var(--cream); -webkit-font-smoothing:antialiased; }
  h1,h2,h3,.display-font{ font-family:'Fraunces', serif; font-optical-sizing:auto; letter-spacing:-0.01em; }
  a{ text-decoration:none; }
  .btn:focus-visible, a:focus-visible, .nav-link:focus-visible{ outline:3px solid var(--gold-light); outline-offset:2px; }
  @media (prefers-reduced-motion: reduce){ *{ animation:none !important; transition:none !important; } }
  .raute-strip{ height:14px; background-image: repeating-linear-gradient(45deg, var(--bavaria-dark) 0 18px, #FFFFFF 18px 36px), repeating-linear-gradient(-45deg, var(--bavaria-dark) 0 18px, #FFFFFF 18px 36px); background-blend-mode:multiply; }
  .navbar-ok{ background:var(--bavaria-dark); }
  .brand-mark{ display:inline-flex; align-items:center; gap:.6rem; }
  .navbar-ok .navbar-brand{ font-family:'Fraunces', serif; font-weight:600; font-size:1.25rem; color:var(--cream); }
  .navbar-ok .nav-link{ color:#E6DEC9; font-weight:600; font-size:.95rem; }
  .navbar-ok .nav-link:hover{ color:var(--gold-light); }
  .btn-play{ background:var(--gold); color:var(--ink); font-weight:700; border-radius:3px; padding:.5rem 1.2rem; border:1px solid var(--gold); }
  .btn-play:hover{ background:var(--gold-light); color:var(--ink); }
  .lang-dropdown .dropdown-menu{ background:var(--bavaria-dark); border:1px solid #2A4A80; min-width:12rem; }
  .lang-dropdown .dropdown-item{ color:#E6DEC9; font-size:.92rem; }
  .lang-dropdown .dropdown-item:hover, .lang-dropdown .dropdown-item:focus{ background:var(--bavaria); color:#fff; }
  .lang-dropdown .dropdown-item.active{ background:var(--gold); color:var(--ink); }
  .lang-dropdown .dropdown-toggle{ color:#E6DEC9; font-weight:600; font-size:.95rem; background:transparent; border:1px solid #3A5A90; border-radius:3px; }
  .lang-dropdown .dropdown-toggle:hover{ color:var(--gold-light); }
  .hero{ background:radial-gradient(120% 140% at 15% 0%, #1B4A82 0%, var(--bavaria) 45%, var(--bavaria-dark) 100%); padding:5rem 0 6rem; position:relative; overflow:hidden; }
  .hero::after{ content:""; position:absolute; right:-8%; bottom:-18%; width:520px; height:520px; background:radial-gradient(circle, rgba(217,164,65,.18) 0%, transparent 68%); }
  .hero h1{ color:var(--cream); font-size:clamp(2.4rem, 5vw, 3.6rem); line-height:1.08; font-weight:600; }
  .hero .lede{ color:#D9CFB2; font-size:1.15rem; max-width:36ch; line-height:1.55; }
  .hero-badges{ display:flex; gap:1.75rem; margin-top:2.25rem; flex-wrap:wrap; }
  .hero-badge b{ display:block; color:var(--gold-light); font-family:'Fraunces', serif; font-size:1.6rem; font-weight:600; }
  .hero-badge span{ color:#B9AF95; font-size:.85rem; }
  .card-emblem-wrap{ display:flex; justify-content:center; align-items:center; }
  .card-emblem{ width:min(320px, 78vw); filter:drop-shadow(0 22px 30px rgba(0,0,0,.35)); transform:rotate(-6deg); }
  .section-label{ color:var(--maroon); font-weight:700; font-size:.9rem; }
  .steps{ counter-reset:step; }
  .step{ display:flex; gap:1.5rem; padding:1.75rem 0; border-top:1px solid #DDD1AE; }
  .steps .step:last-child{ border-bottom:1px solid #DDD1AE; }
  .step-num{ font-family:'Fraunces', serif; font-size:2.2rem; font-weight:600; color:var(--gold); min-width:2.6ch; }
  .step h3{ font-size:1.2rem; margin-bottom:.35rem; font-weight:600; }
  .step p{ color:var(--ink-soft); margin:0; max-width:56ch; }
  .felt-section{ background: radial-gradient(140% 90% at 50% -10%, #1C6B3A 0%, var(--felt) 55%, var(--felt-dark) 100%); padding:5rem 0; color:var(--cream); }
  .felt-section h2{ color:var(--cream); }
  .felt-section .lede{ color:#C9DDCB; }
  .game-table{ width:100%; border-collapse:collapse; background:rgba(0,0,0,.15); border-radius:6px; overflow:hidden; }
  .game-table th, .game-table td{ padding:.9rem 1.1rem; border-bottom:1px solid rgba(246,239,221,.15); font-size:.95rem; vertical-align:top; }
  .game-table thead th{ background:rgba(0,0,0,.28); color:var(--gold-light); font-family:'Fraunces', serif; font-weight:600; font-size:1.05rem; }
  .game-table tbody tr:last-child td{ border-bottom:none; }
  .game-table td:first-child{ font-weight:700; color:var(--gold-light); white-space:nowrap; }
  .strategy-section{ background:var(--cream); padding:5rem 0; border-top:1px solid #E4D9B8; border-bottom:1px solid #E4D9B8; }
  .count-card{ background:#FFFFFF; border:1px solid #E4D9B8; border-radius:6px; padding:1.75rem; height:100%; }
  .count-card h3{ font-size:1.1rem; font-weight:600; margin-bottom:.6rem; }
  .count-card p{ color:var(--ink-soft); font-size:.92rem; margin-bottom:0; }
  .count-value{ display:inline-flex; align-items:center; justify-content:center; width:2.4rem; height:2.4rem; border-radius:50%; font-family:'Fraunces', serif; font-weight:600; font-size:1.05rem; color:#fff; margin-right:.6rem; }
  .count-plus{ background:var(--felt); }
  .count-zero{ background:var(--ink-soft); }
  .count-minus{ background:var(--maroon); }
  .strategy-key{ display:flex; flex-wrap:wrap; gap:1rem 1.75rem; margin:2rem 0 1.5rem; font-size:.88rem; color:var(--ink-soft); }
  .strategy-key span b{ display:inline-block; width:1.6rem; text-align:center; border-radius:3px; color:#fff; font-weight:700; margin-right:.4rem; }
  .abbr-H{ background:#8C8163; }
  .abbr-S{ background:var(--bavaria); }
  .abbr-D{ background:var(--gold); color:var(--ink) !important; }
  .abbr-Ds{ background:var(--gold); color:var(--ink) !important; }
  .abbr-P{ background:var(--maroon); }
  .strategy-table-wrap{ margin-bottom:2.5rem; }
  .strategy-table-wrap h4{ font-family:'Fraunces', serif; font-weight:600; font-size:1.15rem; margin-bottom:.75rem; }
  table.decision-table{ width:100%; border-collapse:collapse; font-size:.85rem; background:#fff; }
  table.decision-table th, table.decision-table td{ border:1px solid #E4D9B8; text-align:center; padding:.45rem .3rem; }
  table.decision-table thead th{ background:var(--bavaria-dark); color:var(--cream); font-weight:600; }
  table.decision-table tbody th{ background:#F1E9CF; font-weight:700; white-space:nowrap; }
  table.decision-table td.H{ background:#EFEAE0; color:#5C5540; }
  table.decision-table td.S{ background:#DCE6F2; color:var(--bavaria-dark); }
  table.decision-table td.D, table.decision-table td.Ds{ background:#F7E4B3; color:#5A3E0A; font-weight:700; }
  table.decision-table td.P{ background:#EBD3D2; color:var(--maroon); font-weight:700; }
  .strategy-note{ background:#F1E9CF; border-left:4px solid var(--maroon); padding:1rem 1.25rem; font-size:.9rem; color:var(--ink-soft); border-radius:0 4px 4px 0; }
  .cta-banner{ background:linear-gradient(120deg, var(--maroon) 0%, #5C1B1A 100%); padding:4rem 0; color:var(--cream); }
  .cta-banner h2{ color:var(--cream); font-size:clamp(1.8rem,3.5vw,2.6rem); }
  .cta-banner .terms{ color:#E3C9C4; font-size:.8rem; max-width:60ch; }
  .btn-gold{ background:var(--gold); border:1px solid var(--gold); color:var(--ink); font-weight:700; padding:.85rem 1.9rem; border-radius:3px; font-size:1.05rem; }
  .btn-gold:hover{ background:var(--gold-light); color:var(--ink); }
  footer{ background:var(--ink); color:#B7AD97; padding:3.5rem 0 2rem; font-size:.88rem; line-height:1.6; }
  footer a{ color:var(--gold-light); }
  footer a:hover{ text-decoration:underline; }
  .footer-heading{ color:var(--cream); font-family:'Fraunces', serif; font-weight:600; font-size:1rem; margin-bottom:.75rem; }
  .rg-strip{ border-top:1px solid #3A3222; margin-top:2.5rem; padding-top:1.75rem; }
  .age-badge{ display:inline-flex; align-items:center; justify-content:center; width:2.3rem; height:2.3rem; border:2px solid var(--gold); border-radius:50%; color:var(--gold-light); font-weight:700; font-size:.85rem; flex-shrink:0; }
