*{box-sizing:border-box;margin:0;padding:0}body,html{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#0a0a0a;color:#ededed;min-height:100vh}#__next{display:flex;justify-content:center;align-items:flex-start;min-height:100vh;padding:0}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:#161616}::-webkit-scrollbar-thumb{background:#d97706;border-radius:2px}input[type=range]{-webkit-appearance:none;width:100%;height:4px;background:#2a2a2a;border-radius:2px;outline:none}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;background:#d97706;border-radius:50%;cursor:pointer}@keyframes skeletonPulse{0%,to{opacity:.4}50%{opacity:.8}}@keyframes chatDotsBounce{0%,80%,to{transform:translateY(0);opacity:.4}40%{transform:translateY(-4px);opacity:1}}button{font-family:inherit}input[type=number],input[type=text],select{font-family:inherit;color-scheme:dark}