:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100vh;background:#0f1117;color:#fafafa}.game{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:2rem 1rem;gap:2rem}.header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;width:100%;max-width:700px;gap:1rem}.header h1{margin:0;font-size:1.6rem;font-weight:700;letter-spacing:-.02em}.stats{display:flex;align-items:center;gap:1rem;font-size:.95rem;color:#ffffffb3}.btn{background:#ffffff14;color:#fafafa;border:1px solid rgba(255,255,255,.15);padding:.4rem 1rem;border-radius:.5rem;font-size:.85rem;cursor:pointer;transition:background .15s;font-family:inherit}.btn:hover{background:#ffffff26}.win-banner{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem;padding:1rem 2rem;background:#4ade801f;border:1px solid rgba(74,222,128,.3);border-radius:.75rem;font-size:1.1rem;font-weight:600;animation:pop .4s ease}@keyframes pop{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.bottles-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;max-width:700px}.bottle-wrapper{display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:transform .15s;-webkit-user-select:none;user-select:none}.bottle-wrapper:hover{transform:translateY(-4px)}.bottle-wrapper.source{transform:translateY(-8px)}.bottle-wrapper.highlight .bottle{border-color:#4ade8099;box-shadow:0 0 16px #4ade8033}.bottle{width:56px;border:2px solid rgba(255,255,255,.15);border-top:none;border-radius:0 0 12px 12px;display:flex;flex-direction:column;overflow:hidden;background:#ffffff08;transition:border-color .2s,box-shadow .2s}.bottle-base{width:64px;height:4px;background:#ffffff1a;border-radius:0 0 4px 4px}.slot{width:100%;height:44px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid rgba(255,255,255,.06)}.slot:last-child{border-bottom:none}.slot.filled{background:#ffffff0a}.slot.empty{background:transparent}.slot.lifted{animation:lift .25s ease forwards}@keyframes lift{0%{transform:translateY(0)}to{transform:translateY(-6px)}}.fruit{font-size:1.6rem;line-height:1;filter:drop-shadow(0 2px 4px rgba(0,0,0,.4))}
