:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100vh;background:#000;color:#ededed}.stars-canvas{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.page{position:relative;z-index:1;min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:3rem 1.5rem 2rem}.header{text-align:center;margin-bottom:3.5rem}.logo-wrapper{display:inline-block;filter:drop-shadow(0 0 18px rgba(201,169,106,.45)) drop-shadow(0 0 40px rgba(201,169,106,.2))}.logo{height:100px;width:auto;display:block}.title{font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:3rem;font-weight:600;color:#ededed;letter-spacing:.04em;margin-top:1rem}.tagline{font-size:1.05rem;color:#8a8a8a;margin-top:.5rem;letter-spacing:.02em}.game-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem;width:100%;max-width:1100px;margin-bottom:3rem}.game-card{background:#000;border:1px solid rgba(201,169,106,.2);border-radius:12px;padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 2px 20px #c9a96a0f;transition:transform .3s ease-out,border-color .3s ease-out,box-shadow .3s ease-out;cursor:default}.game-card:hover{transform:translateY(-6px);border-color:#c9a96a80;box-shadow:0 8px 32px #c9a96a1f,0 0 0 1px #c9a96a26}.card-icon{width:56px;height:56px;margin-bottom:1.25rem}.card-icon svg{width:100%;height:100%;stroke:#c9a96a;stroke-width:1.5;fill:none}.card-name{font-family:Playfair Display,Georgia,serif;font-size:1.2rem;font-weight:500;color:#ededed;margin-bottom:.5rem;letter-spacing:.02em}.card-desc{font-size:.875rem;color:#8a8a8a;line-height:1.5;margin-bottom:1.5rem;flex-grow:1}.play-btn{display:inline-block;font-family:Inter,sans-serif;font-size:.8rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:#c9a96a;background:transparent;border:1px solid #c9a96a;border-radius:6px;padding:.55rem 2rem;cursor:pointer;text-decoration:none;transition:background .25s ease-out,color .25s ease-out,box-shadow .25s ease-out}.play-btn:hover{background:#c9a96a;color:#000;box-shadow:0 0 16px #c9a96a4d}.footer{margin-top:auto;padding-top:2rem;text-align:center;font-size:.8rem;color:#8a8a8a;letter-spacing:.03em}.fade-in{opacity:0;transform:translateY(20px);animation:fadeInUp .6s ease-out forwards}.logo-fade{opacity:0;transform:scale(.9);animation:logoEntrance .6s ease-out forwards}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@keyframes logoEntrance{to{opacity:1;transform:scale(1)}}@media(max-width:900px){.game-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.page{padding:2rem 1rem 1.5rem}.game-grid{grid-template-columns:1fr;max-width:380px}.title{font-size:2.2rem}.logo{height:80px}}
