:root{--cheese-yellow: #F4C430;--cheese-yellow-glow: #ffe066;--bg-dark-trans: rgba(0, 0, 0, .85);--bg-card-trans: rgba(20, 20, 20, .7);--text-main: #ffffff;--text-muted: #cccccc}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,sans-serif;color:var(--text-main);background-image:url(/bgimg.jpg);background-size:cover;background-position:center;background-attachment:fixed;min-height:100vh}input,select,textarea{background:#ffffff1a;border:1px solid var(--cheese-yellow);color:var(--cheese-yellow);padding:8px;border-radius:4px;width:100%}input:focus,select:focus,textarea:focus{outline:none;box-shadow:0 0 5px var(--cheese-yellow)}button{cursor:pointer;background:var(--cheese-yellow);color:#000;border:none;padding:8px 16px;border-radius:4px;font-weight:700;transition:all .2s}button:hover{background:var(--cheese-yellow-glow);transform:scale(1.02)}button.secondary{background:transparent;border:1px solid var(--cheese-yellow);color:var(--cheese-yellow)}button.secondary:hover{background:#f4c4301a}.app-container{max-width:800px;margin:0 auto;padding:20px;background-color:var(--bg-dark-trans);min-height:100vh;box-shadow:0 0 20px #00000080}h1,h2,h3{color:var(--cheese-yellow)}
