:root{--primary: #ff00ff;--secondary: #00ffff;--bg-dark: #121212;--glass: rgba(255, 255, 255, .1);--text: #ffffff;--font-main: "Inter", system-ui, -apple-system, sans-serif}body{margin:0;font-family:var(--font-main);background-color:var(--bg-dark);color:var(--text);min-height:100vh;display:flex;justify-content:center;align-items:center;background:radial-gradient(circle at 50% 50%,#1a1a1a,#000);overflow-x:hidden}#root{width:100%;max-width:800px;padding:2rem;text-align:center}button{cursor:pointer;border:none;outline:none;font-family:inherit}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}#cocktail-guesser .app-container{width:100%}#cocktail-guesser .game-instruction{margin:2rem 0;color:#888}#cocktail-guesser .header{margin-bottom:2rem}#cocktail-guesser .header-title{font-size:3rem;margin-bottom:.5rem;background:linear-gradient(to right,#f0f,#0ff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 20px rgba(255,0,255,.5)}#cocktail-guesser .score-container{font-size:1.5rem;color:#ccc;background:#ffffff0d;padding:.5rem 1rem;border-radius:20px;display:inline-block}#cocktail-guesser .score-value{color:#0ff;font-weight:700}#cocktail-guesser .ingredients-container{margin-bottom:2rem}#cocktail-guesser .ingredients-title{color:#fff;margin-bottom:1rem}#cocktail-guesser .ingredients-list{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}#cocktail-guesser .ingredient-item{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 1.5rem;border-radius:12px;border:1px solid rgba(255,255,255,.2);color:#fff;font-size:1.1rem;box-shadow:0 4px 6px #0000001a;animation:fadeIn .5s ease-out}#cocktail-guesser .options-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;max-width:600px;margin:0 auto}#cocktail-guesser .option-button{background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem;color:#fff;font-size:1rem;font-weight:600;transition:all .3s ease;cursor:pointer}#cocktail-guesser .option-button:disabled{cursor:default;opacity:.7}#cocktail-guesser .option-button:not(:disabled):hover{transform:translateY(-5px);background:linear-gradient(135deg,#f0f3,#0ff3);box-shadow:0 10px 20px #0003}#cocktail-guesser .feedback-overlay{position:fixed;inset:0;background:#000c;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:100;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:fadeIn .3s ease-out}#cocktail-guesser .feedback-content{padding:3rem;border-radius:24px;text-align:center;max-width:90%;width:400px}#cocktail-guesser .feedback-content.correct{background:linear-gradient(135deg,#0f03,#00640033);border:2px solid #00ff00;box-shadow:0 0 50px #00ff004d}#cocktail-guesser .feedback-content.wrong{background:linear-gradient(135deg,#f003,#64000033);border:2px solid #ff0000;box-shadow:0 0 50px #ff00004d}#cocktail-guesser .feedback-title{font-size:2.5rem;margin-bottom:1rem}#cocktail-guesser .feedback-title.correct{color:#0f0;text-shadow:0 0 10px rgba(0,255,0,.5)}#cocktail-guesser .feedback-title.wrong{color:red;text-shadow:0 0 10px rgba(255,0,0,.5)}#cocktail-guesser .feedback-message{font-size:1.2rem;margin-bottom:2rem;color:#fff}#cocktail-guesser .feedback-button{background:#0f0;color:#000;padding:1rem 2rem;border-radius:50px;font-size:1.2rem;font-weight:700;border:none;cursor:pointer;transition:transform .2s;box-shadow:0 0 20px #00ff0080}#cocktail-guesser .feedback-button:hover{transform:scale(1.05)}#cocktail-guesser .feedback-button-secondary{background:transparent;color:#fff;padding:.8rem 2rem;border-radius:50px;font-size:1rem;border:1px solid #fff;cursor:pointer;transition:background .2s}#cocktail-guesser .feedback-button-secondary:hover{background:#ffffff1a}
