*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg: #fff9e7;--color-surface: #e5feff;--color-border: #e2e8f0;--color-text-primary: #c50000;--color-text-secondary: #718096;--color-accent: #4f46e5;--color-accent-hover: #4338ca;--shadow-card: 0 1px 3px rgba(0, 0, 0, .08), 0 1px 2px rgba(0, 0, 0, .04);--shadow-card-hover: 0 10px 25px rgba(0, 0, 0, .1), 0 4px 10px rgba(0, 0, 0, .06);--radius: 12px;--transition: .2s ease}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;background-color:var(--color-bg);color:var(--color-text-primary);line-height:1.6;min-height:100vh}.layout{display:flex;flex-direction:column;min-height:100vh}.header{padding:2rem 1.5rem;text-align:center;background-image:url(/assets/lc-games-C_RVmlF0.png);background-size:cover;background-position:center;color:var(--color-text-primary);border-bottom:1px solid var(--color-border);height:185px}.site-title{font-size:clamp(1.5rem,4vw,2.25rem);font-weight:700;color:var(--color-text-primary);letter-spacing:-.025em;text-align:center}.main{flex:1;display:flex;align-items:center;justify-content:center;padding:1rem 1.5rem}.cards-grid{display:flex;flex-direction:column;gap:1.25rem;width:100%;max-width:960px}.card{display:block;border-radius:var(--radius);text-decoration:none;color:inherit;box-shadow:var(--shadow-card);overflow:hidden;background-size:cover;background-position:center;transition:transform var(--transition),box-shadow var(--transition);min-height:160px}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-card-hover)}.card-overlay{height:100%;min-height:160px;padding:1.5rem;background:linear-gradient(to bottom,#00000059,#000000a6);display:flex;flex-direction:column;justify-content:flex-end}.card-title{font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:.4rem;text-shadow:0 1px 4px rgba(0,0,0,.5)}.card-description{font-size:.85rem;color:#ffffffd9;line-height:1.5;font-weight:700;text-shadow:0 1px 3px rgba(0,0,0,.5)}.footer{padding:1.25rem 1.5rem;text-align:center;background-color:var(--color-surface);border-top:1px solid var(--color-border);font-size:.85rem;color:var(--color-text-secondary)}@media(max-width:480px){.cards-grid{grid-template-columns:1fr}}
