*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}body{background:#000;display:flex;align-items:center;justify-content:center;height:100vh;height:100dvh;overflow:hidden}#potato{width:min(400px,80vmin);height:auto;image-rendering:pixelated;image-rendering:crisp-edges;transform:scale(1);cursor:pointer;position:relative;z-index:2}#potato.pop{animation:pop .2s ease-out}@keyframes pop{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1)}}.mini-potato{position:fixed;top:0;left:0;image-rendering:pixelated;image-rendering:crisp-edges;pointer-events:none;z-index:1;will-change:transform,filter}.gold{filter:sepia(1) saturate(6) hue-rotate(-15deg) brightness(1.15)}#potato.spin{animation:spin 2.4s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}body.disco{animation:disco-bg 1.2s linear infinite}@keyframes disco-bg{0%{background:#2a0033}25%{background:#034}50%{background:#430}75%{background:#412}to{background:#2a0033}}.confetti{position:fixed;top:0;left:0;width:10px;height:14px;pointer-events:none;z-index:3;will-change:transform,opacity}#potato.wiggle{animation:wiggle .7s ease-in-out}@keyframes wiggle{0%,to{transform:rotate(0)}20%{transform:rotate(-8deg)}40%{transform:rotate(8deg)}60%{transform:rotate(-5deg)}80%{transform:rotate(5deg)}}.idle-bubble{position:fixed;top:0;left:0;pointer-events:none;z-index:5;font-family:ui-monospace,Cascadia Mono,Menlo,Consolas,monospace;font-size:28px;color:#cfe7ff;text-shadow:-1px -1px 0 #000,1px 1px 0 #000;will-change:transform,opacity}#toasts{position:fixed;top:16px;right:16px;display:flex;flex-direction:column;gap:8px;pointer-events:none;z-index:6}.toast{display:flex;align-items:center;gap:10px;background:linear-gradient(135deg,#2b1a0b,#4a2f15);border:1px solid #b78b3f;box-shadow:0 4px 14px #00000080,0 0 12px #ffc85040 inset;padding:10px 14px;border-radius:8px;font-family:ui-monospace,Cascadia Mono,Menlo,Consolas,monospace;color:#ffe9b0;min-width:220px;opacity:0;transform:translate(40px);transition:opacity .22s ease,transform .22s ease}.toast.show{opacity:1;transform:translate(0)}.toast .ach-icon{width:36px;height:36px;image-rendering:pixelated;image-rendering:crisp-edges;flex:0 0 auto}.toast .ach-title{font-weight:700;font-size:13px;color:#ffd773;letter-spacing:.5px;text-transform:uppercase}.toast .ach-name{font-size:14px;line-height:1.2}#achbtn{position:fixed;bottom:14px;left:14px;z-index:6;font-family:ui-monospace,Cascadia Mono,Menlo,Consolas,monospace;font-size:12px;letter-spacing:1.5px;color:#ffd773;background:#140c04bf;border:1px solid #b78b3f;padding:8px 12px;border-radius:6px;cursor:pointer;opacity:.7;transition:opacity .14s ease,transform .14s ease}#achbtn:hover{opacity:1;transform:translateY(-1px)}#achmodal{position:fixed;inset:0;background:#000000c7;display:flex;align-items:center;justify-content:center;z-index:7;opacity:0;pointer-events:none;transition:opacity .18s ease}#achmodal.show{opacity:1;pointer-events:auto}.achpanel{background:#1a1207;border:1px solid #b78b3f;border-radius:10px;width:min(640px,92vw);max-height:80vh;display:flex;flex-direction:column;box-shadow:0 12px 40px #0009}.achpanel-header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid #4a2f15;font-family:ui-monospace,Cascadia Mono,Menlo,Consolas,monospace;color:#ffd773}.achpanel-header h2{margin:0;font-size:16px;letter-spacing:2px}.achpanel-header .count{font-size:12px;opacity:.7;margin-left:12px}.achclose{background:none;border:1px solid #b78b3f;color:#ffd773;font-family:inherit;font-size:12px;padding:4px 10px;border-radius:4px;cursor:pointer;letter-spacing:1px}.achclose:hover{background:#2b1a0b}.achlist{overflow-y:auto;padding:12px 14px;display:flex;flex-direction:column;gap:8px;font-family:ui-monospace,Cascadia Mono,Menlo,Consolas,monospace;color:#ffe9b0}.achrow{display:flex;align-items:center;gap:12px;padding:10px;background:#ffffff06;border:1px solid #3a2410;border-radius:6px}.achrow.locked{opacity:.5}.achrow.locked .achrow-icon{filter:grayscale(1) brightness(.5)}.achrow.unlocked .achrow-icon{filter:sepia(1) saturate(6) hue-rotate(-15deg) brightness(1.15)}.achrow-icon{width:36px;height:36px;image-rendering:pixelated;image-rendering:crisp-edges;flex:0 0 auto}.achrow-name{font-weight:700;font-size:14px}.achrow-desc{font-size:12px;opacity:.75;margin-top:2px}
