:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.4;font-weight:400;color:#0f2f41;background:linear-gradient(140deg,#eef9ff,#dceef8)}*{box-sizing:border-box}body{margin:0}.game-shell{min-height:100vh;display:grid;place-items:center;padding:1.5rem}.game-card{width:min(36rem,100%);background:#fff;border-radius:14px;padding:2rem;box-shadow:0 16px 40px #1426341f}.game-card h1{margin:0 0 1rem;font-size:1.6rem;color:#0b2f47}.target{margin:0 0 1.5rem;font-size:1.3rem;font-weight:700;color:#1f3d4f}.guess-form{display:flex;gap:.6rem;flex-wrap:wrap}.guess-form input{flex:1;min-width:12rem;border:1px solid #b5c8d5;border-radius:10px;padding:.7rem .8rem;font-size:1rem}.guess-form button{border:0;border-radius:10px;padding:.7rem 1rem;background:#0d7dbb;color:#fff;font-weight:700;cursor:pointer}.guess-form button:disabled{opacity:.65;cursor:wait}.feedback{margin:1rem 0 0;color:#364f5d}.hint{margin:.7rem 0 0;color:#6b4a08;font-weight:600}.win{margin:.6rem 0 0;color:#0f7141;font-weight:700}
