*{box-sizing:border-box}html,body{color:#1f2937;background:#f8f9fa;margin:0;padding:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}#root{min-height:100vh}a{color:inherit}.navbar{color:#fff;z-index:100;background:linear-gradient(90deg,#4a148c 0%,#7b1fa2 100%);padding:1rem 0;position:sticky;top:0;box-shadow:0 4px 12px #00000026}.navbar-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex}.navbar-logo{color:#fff;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;text-decoration:none;display:flex}.navbar-menu{gap:1.5rem;margin:0;padding:0;list-style:none;display:flex}.navbar-link{color:#ffffffe6;font-weight:500;text-decoration:none;transition:color .2s}.navbar-link:hover{color:#fff}.home{background:#f8f9fa;min-height:calc(100vh - 64px)}.hero{color:#fff;text-align:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:4rem 1.5rem}.hero-content{max-width:800px;margin:0 auto}.hero h1{margin-bottom:1rem;font-size:2.5rem;font-weight:800}.hero p{opacity:.95;font-size:1.125rem;line-height:1.7}.games-section{padding:3rem 1.5rem}.games-container{max-width:1200px;margin:0 auto}.section-title{text-align:center;color:#333;margin-bottom:2rem;font-size:1.875rem}.games-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.game-card{border-top:4px solid var(--game-color,#667eea);background:#fff;border-radius:16px;flex-direction:column;padding:1.5rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 6px #0000000d}.game-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.game-card-header{margin-bottom:.75rem}.game-category{background:var(--game-color,#667eea);color:#fff;text-transform:uppercase;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.game-title{color:#1f2937;margin-bottom:.75rem;font-size:1.25rem}.game-description{color:#6b7280;flex-grow:1;margin-bottom:1.5rem;line-height:1.6}.game-button{background:var(--game-color,#667eea);color:#fff;text-align:center;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-block}.game-button:hover{opacity:.9}.game-page{background:#f8f9fa;flex-direction:column;min-height:calc(100vh - 64px);display:flex}.game-page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;width:100%;max-width:1200px;margin:0 auto;padding:1.5rem;display:flex}.game-page-info h2{color:#1f2937;margin:0 0 .5rem}.game-page-info p{color:#6b7280;max-width:600px;margin:0}.back-button{color:#fff;white-space:nowrap;background:#7b1fa2;border-radius:8px;padding:.625rem 1.25rem;font-weight:600;text-decoration:none;transition:background .2s;display:inline-block}.back-button:hover{background:#6a1b9a}.game-frame-container{flex-grow:1;min-height:600px;padding:0 1.5rem 1.5rem}.game-frame{background:#fff;border:none;border-radius:16px;width:100%;height:100%;min-height:600px;box-shadow:0 10px 30px #0000001a}.game-not-found{text-align:center;max-width:600px;margin:4rem auto;padding:2rem}.game-not-found h2{color:#1f2937;margin-bottom:1.5rem}
