*{box-sizing:border-box;margin:0;padding:0}body{color:#e0e0e0;background:#0a0a1a;flex-direction:column;min-height:100vh;font-family:Segoe UI,system-ui,-apple-system,sans-serif;display:flex}header{text-align:center;padding:1.5rem 1rem}.header-content h1{color:#fcbf49;font-size:2.5rem}main{flex:1;width:100%;max-width:1000px;margin:0 auto;padding:2rem 1rem}h2{color:#75aadb;border-bottom:2px solid #75aadb;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.5rem}.ranking-section{margin-bottom:3rem}.ranking-container{background:#12122a;border:1px solid #224;border-radius:12px;padding:1.5rem}#ranking-list{counter-reset:ranking;list-style:none}#ranking-list li{counter-increment:ranking;background:#1a1a3a;border-radius:8px;align-items:center;margin-bottom:.4rem;padding:.7rem 1rem;transition:background .2s;display:flex}#ranking-list li:hover{background:#222250}#ranking-list li:before{content:counter(ranking)".";color:#fcbf49;min-width:2.5rem;font-size:1.2rem;font-weight:700}#ranking-list li:first-child:before{content:"🥇"}#ranking-list li:nth-child(2):before{content:"🥈"}#ranking-list li:nth-child(3):before{content:"🥉"}.rank-name{flex:1;font-weight:500}.rank-score{color:#fcbf49;font-size:1.1rem;font-weight:700}.rank-game{color:#888;text-align:right;min-width:100px;margin-left:1rem;font-size:.8rem}.empty-message{text-align:center;color:#666;padding:1.5rem;font-style:italic}.games-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.game-card{cursor:pointer;color:inherit;background:#12122a;border:1px solid #224;border-radius:12px;text-decoration:none;transition:transform .2s,border-color .2s;display:block;overflow:hidden}.game-card:hover{border-color:#75aadb;transform:translateY(-4px)}.game-card-image{background:linear-gradient(135deg,#1a1a3a,#222250);justify-content:center;align-items:center;width:100%;height:160px;font-size:3rem;display:flex}.game-card-body{padding:1rem}.game-card-body h3{color:#fff;margin-bottom:.4rem;font-size:1.1rem}.game-card-body p{color:#999;font-size:.85rem;line-height:1.4}.game-card-tag{color:#75aadb;background:#75aadb22;border-radius:20px;margin-top:.5rem;padding:.2rem .6rem;font-size:.75rem;display:inline-block}.game-header{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.game-header a{color:#75aadb;font-size:.9rem;text-decoration:none}.game-header a:hover{text-decoration:underline}.score-submit{background:#1a1a3a;border-radius:8px;margin-top:1.5rem;padding:1.5rem}.score-submit input{color:#fff;background:#0a0a1a;border:1px solid #333;border-radius:6px;margin-right:.5rem;padding:.6rem 1rem;font-size:1rem}.score-submit button,.game-btn{color:#fff;cursor:pointer;background:#75aadb;border:none;border-radius:6px;padding:.6rem 1.5rem;font-size:1rem;font-weight:600;transition:background .2s}.score-submit button:hover,.game-btn:hover{background:#5a90c0}footer{text-align:center;color:#555;border-top:1px solid #1a1a2e;padding:1.5rem;font-size:.85rem}@media (max-width:600px){.header-content h1{font-size:1.8rem}.games-grid{grid-template-columns:1fr}.rank-game{display:none}}
