.gold-text { background: linear-gradient(to bottom, #fde68a, #ca8a04); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.hide { display: none !important; }
* { box-sizing: border-box; }
html, body { margin: 0; height: 100%; overflow: hidden; position: fixed; width: 100%; overscroll-behavior: none; font-family: system-ui, -apple-system, sans-serif; }
input:focus { outline: none; }
button { cursor: pointer; border: none; background: none; padding: 0; }
@keyframes pulse { 0%,100% { opacity:1; } 50% { opacity:.5; } }
.animate-pulse { animation: pulse 2s cubic-bezier(0.4,0,0.6,1) infinite; }
