:root{--brand-gray: #6b6b6b;--brand-gray-dark: #4a4a4a;--tile-text: #ffffff;--tile-bg: #ffffff;--tile-shadow: 0 10px 24px rgba(0, 0, 0, .2)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;font-family:Inter,Arial,sans-serif;background:radial-gradient(circle at top,#8a8a8a 0%,var(--brand-gray) 45%,var(--brand-gray-dark) 100%)}#root{min-height:100vh}.page{min-height:100vh;width:min(1100px,92vw);margin:0 auto;padding:2rem 0 1rem;display:flex;flex-direction:column;justify-content:space-between;gap:1.5rem}.content{width:100%}.tile-grid{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;align-items:start}.tile{display:flex;flex-direction:column;background:var(--tile-bg);border-radius:14px;overflow:hidden;text-decoration:none;box-shadow:var(--tile-shadow);transition:transform .2s ease,box-shadow .2s ease}.tile:hover{transform:translateY(-4px);box-shadow:0 14px 30px #00000040}.tile:focus-visible{outline:4px solid #ffffff;outline-offset:3px}.tile-image-wrapper{height:140px;background:#f0f0f0}.tile-image-wrapper.image-fallback{background:linear-gradient(135deg,#f5f5f5,#ddd)}.tile-image{width:100%;height:100%;object-fit:cover;display:block}.tile-name{display:flex;align-items:center;justify-content:center;text-align:center;min-height:4.1rem;padding:.65rem .5rem;background:var(--brand-gray);color:var(--tile-text);font-size:1rem;line-height:1.2;font-weight:600}.footer{width:100%;display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:.5rem 0;text-align:center}.footer-disclaimer{margin:0;max-width:36rem;color:#ffffffd9;font-size:.75rem;line-height:1.4}.footer-links{display:flex;justify-content:center;gap:1rem}.footer-link{color:#fff;text-decoration:none;font-weight:600}.footer-link:hover,.footer-link:focus-visible{text-decoration:underline}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
