:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.game-container{display:flex;flex-direction:column;align-items:center;min-height:100vh;background:linear-gradient(135deg,#1a1a1a,#2a2a2a);background-image:linear-gradient(135deg,#1a1a1ae6,#2a2a2ae6),url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%234CAF50' fill-opacity='0.1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");color:#fff;padding:2rem;position:relative;overflow:hidden}.game-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 50%,rgba(76,175,80,.1) 0%,transparent 50%);pointer-events:none}h1{font-size:2.5rem;margin-bottom:2rem;color:#4caf50;text-shadow:2px 2px 4px rgba(0,0,0,.3);position:relative;z-index:1}.game-box{background:#ffffff1a;padding:2rem;border-radius:15px;box-shadow:0 8px 32px #0003;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;max-width:400px;position:relative;z-index:1;border:1px solid rgba(255,255,255,.1);animation:glow 2s ease-in-out infinite alternate}@keyframes glow{0%{box-shadow:0 8px 32px #4caf5033}to{box-shadow:0 8px 32px #4caf5066}}.message{font-size:1.2rem;margin-bottom:1.5rem;color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.attempts{font-size:1.1rem;color:#4caf50;margin-bottom:1.5rem;text-shadow:1px 1px 2px rgba(0,0,0,.3)}form{display:flex;flex-direction:column;gap:1rem}input{padding:.8rem;font-size:1.1rem;border:none;border-radius:8px;background:#ffffff1a;color:#fff;text-align:center;transition:all .3s ease}input:focus{outline:2px solid #4CAF50;background:#ffffff26;box-shadow:0 0 10px #4caf504d}button{padding:.8rem 1.5rem;font-size:1.1rem;border:none;border-radius:8px;background:#4caf50;color:#fff;cursor:pointer;transition:all .3s ease;text-shadow:1px 1px 2px rgba(0,0,0,.3)}button:hover{background:#45a049;transform:translateY(-2px);box-shadow:0 4px 12px #4caf504d}button:disabled{background:#ccc;cursor:not-allowed;transform:none;box-shadow:none}.new-game{margin-top:1rem;background:#2196f3}.new-game:hover{background:#1976d2;box-shadow:0 4px 12px #2196f34d}
