:root{--color-bg: #0a0a0a;--color-surface: #121212;--color-text: #e0e0e0;--color-accent-pink: #ff007f;--color-heat-cool: #00f2ff;--color-heat-warm: #bd00ff;--color-heat-hot: #ff0000;--font-main: "Inter", system-ui, Avenir, Helvetica, Arial, sans-serif}*{-webkit-tap-highlight-color:transparent}body{margin:0;padding:0;display:flex;place-items:center;min-width:320px;min-height:100vh;min-height:100dvh;width:100%;background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-main);overflow-x:hidden;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}#root{width:100%;min-height:100vh;display:flex;justify-content:center;align-items:center}.no-scroll{overflow:hidden!important;overscroll-behavior:none!important;overscroll-behavior-y:none!important;height:100%!important;position:fixed!important;width:100%!important;touch-action:none}@keyframes shake{0%{transform:translate(1px,1px) rotate(0)}10%{transform:translate(-1px,-2px) rotate(-1deg)}20%{transform:translate(-3px) rotate(1deg)}30%{transform:translate(3px,2px) rotate(0)}40%{transform:translate(1px,-1px) rotate(1deg)}50%{transform:translate(-1px,2px) rotate(-1deg)}60%{transform:translate(-3px,1px) rotate(0)}70%{transform:translate(3px,1px) rotate(-1deg)}80%{transform:translate(-1px,-1px) rotate(1deg)}90%{transform:translate(1px,2px) rotate(0)}to{transform:translate(1px,-2px) rotate(-1deg)}}.shake-animation{animation:shake .5s;animation-iteration-count:infinite}
