:root{--text:#4b5563;--text-h:#111827;--text-muted:#6b7280;--bg:#f9fafb;--surface:#fff;--surface-muted:#f3f4f6;--border:#e5e7eb;--accent:#7c3aed;--accent-bg:#7c3aed1a;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:system-ui,Segoe UI,Roboto,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--text:#d1d5db;--text-h:#f9fafb;--text-muted:#9ca3af;--bg:#111827;--surface:#1f2937;--surface-muted:#374151;--border:#374151;--accent:#a78bfa;--accent-bg:#a78bfa26}}*,:before,:after{box-sizing:border-box}body{min-width:320px;margin:0}#root{min-height:100svh}button{font:inherit}.layout{flex-direction:column;min-height:100svh;display:flex}.layout__header{border-bottom:1px solid var(--border);flex-direction:column;gap:.15rem;padding:1rem 1.5rem;display:flex}.layout__title{color:var(--text-h);margin:0;font-size:1.25rem;font-weight:600}.layout__subtitle{color:var(--text-muted);margin:0;font-size:.9rem}.layout__main{flex:1;min-height:0}.gallery{flex-direction:column;gap:1.25rem;width:100%;max-width:1100px;margin:0 auto;padding:1.25rem;display:flex}.gallery__shuffle{border:1px solid var(--border);background:var(--surface);color:var(--text-h);cursor:pointer;border-radius:6px;align-self:center;padding:.4rem .9rem;font-size:.85rem}.gallery__shuffle:hover{background:var(--surface-muted)}.gallery__grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin:0;padding:0;list-style:none;display:grid}.gallery__cell{display:flex}.card-tile{border-radius:4.75%/3.5%;width:100%;line-height:0;transition:transform .15s,box-shadow .15s;display:block;overflow:hidden;box-shadow:0 1px 3px #00000040}.card-tile:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000059}.card-tile__img{aspect-ratio:745/1040;background:var(--surface-muted);width:100%;height:auto;display:block}.page-status{text-align:center;color:var(--text-muted);padding:2rem 1rem}
