/* Clean pixel shell: compact content, square edges, restrained hard shadows. */
body { background:#f5f1e8; }
body::before { display:none; }
.simple-home { max-width:760px;margin:0 auto;padding:20px 24px 48px; }
.simple-header { display:flex;align-items:center;justify-content:space-between;margin-bottom:18px; }
.simple-brand { font-size:18px;font-weight:700;letter-spacing:-.4px; }
.simple-header .iconb,.gbar .iconb { border:2px solid #2f365f!important;border-radius:0!important;background:#fbf8f1!important;box-shadow:2px 2px 0 #2f365f!important;width:42px;height:42px;color:#2f365f; }
.simple-home .bb-scene { margin:0;border:2px solid #2f365f!important;border-radius:0!important;box-shadow:3px 3px 0 #2f365f!important;overflow:hidden; }
.simple-home .bb-scene img { width:100%;height:186px;object-fit:cover;object-position:50% 59%;display:block; }
.simple-intro { display:flex;align-items:center;justify-content:space-between;gap:12px;margin:28px 0 20px; }
.simple-intro h1 { margin:0;font-size:28px;font-weight:650;letter-spacing:-1px; }
.simple-random { border:2px solid #2f365f;border-radius:0!important;box-shadow:3px 3px 0 #2f365f;background:#9b72d6;color:#fff;font-size:12px;padding:12px 16px;min-height:44px;cursor:pointer; }
.simple-home .games-grid { display:grid;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important; }
.simple-home .gcard { min-height:112px!important;padding:18px!important;border:2px solid #2f365f!important;border-radius:0!important;box-shadow:3px 3px 0 #2f365f!important;background:var(--card-bg,#ebe4f6)!important;justify-content:center;position:relative;transition:background .15s; }
.simple-home .gcard:hover { transform:none!important;background:var(--card-hover,#e1d7f1)!important; }
.simple-home .gcard .rest-card-icon { width:40px;height:40px;background:transparent;margin:0 0 10px;border:0; }
.simple-home .rest-card-icon svg { width:36px;height:36px; }
.simple-home .gcard .bb-q-name { font-size:15px!important;font-weight:700;letter-spacing:0; }
.simple-home .continue-note { position:absolute;right:12px;top:12px;margin:0;font-size:10px;color:#666078; }
.simple-more { display:block;margin:18px auto 12px;min-height:44px;border:0;background:transparent;color:#7d7988;font-size:13px;cursor:pointer; }
.gbar { border-bottom:2px solid #2f365f!important;padding-bottom:12px!important; }
.sheet-win .win-stats,#bbDoneTitle,#winOther { display:none!important; }
.sheet-win #bbEndScene { border:2px solid #2f365f!important;border-radius:0!important;overflow:hidden; }
.sheet-win .sheet-btns { border-top:0!important; }
.sheet-win .win-title { font-size:20px;letter-spacing:0; }
.yuyu-bubble { border:2px solid #2f365f;border-radius:0;box-shadow:3px 3px 0 #2f365f; }
.yuyu-pet { z-index:50; }
.yuyu-pet[aria-expanded="true"] { z-index:80; }
.yuyu-next { border:2px solid #2f365f;border-radius:0;background:#b8f4d2; }
@media(max-width:600px) {
  .simple-home { padding:12px 20px 32px; }
  .simple-header { margin-bottom:12px; }
  .simple-home .bb-scene img { height:128px; }
  .simple-intro { margin:22px 0 16px; }
  .simple-intro h1 { font-size:25px; }
  .simple-home .games-grid { grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important; }
  .simple-home .gcard { min-height:100px!important;padding:14px 16px!important; }
  .simple-home .gcard .rest-card-icon { margin-bottom:6px;height:34px; }
  .simple-home .gcard .bb-q-name { font-size:14px!important; }
}

/* Soft game colors keep the small library easy to scan. */
.simple-home .gcard[data-k=fit],.simple-home .gcard[data-k=cipher]{--card-bg:#f5e5c9;--card-hover:#efdab5;--card-ink:#866022}
.simple-home .gcard[data-k=pipes],.simple-home .gcard[data-k=trace]{--card-bg:#dfeede;--card-hover:#d1e5cf;--card-ink:#3c705b}
.simple-home .gcard[data-k=firefly],.simple-home .gcard[data-k=window]{--card-bg:#e8e0f4;--card-hover:#dcd0ee;--card-ink:#72558e}
.simple-home .gcard[data-k=pair],.simple-home .gcard[data-k=radio]{--card-bg:#f4e0e3;--card-hover:#edd1d7;--card-ink:#915b70}
.simple-home .gcard[data-k=sokoban],.simple-home .gcard[data-k=mirror]{--card-bg:#dce9f3;--card-hover:#cbdeed;--card-ink:#486d90}
.simple-home .gcard[data-k=sudoku],.simple-home .gcard[data-k=dossier]{--card-bg:#f3dfd1;--card-hover:#eccdb9;--card-ink:#986345}
.simple-home .gcard .rest-card-icon{color:var(--card-ink,#72558e)}
.simple-brand{color:#72558e}

.simple-home .continue-note { display:none; }
.simple-home .gcard:active,.simple-random:active { transform:translate(2px,2px)!important;box-shadow:1px 1px 0 #2f365f!important; }
