:root{--bg:#101010;--fg:#f5f5f5;--muted:#c3c3c3;--theme-color:#fbaf32}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0}a{color:var(--theme-color);text-decoration:none}main{max-width:1100px;margin:0 auto;padding:24px}.card{border:1px solid #333;border-radius:10px;padding:16px;margin-bottom:12px;background:#181818}.grid{display:grid;grid-gap:12px;gap:12px}.grid.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.muted{color:var(--muted)}button,input,select,textarea{width:100%;padding:10px;margin-top:8px;margin-bottom:12px;border-radius:8px;border:1px solid #444;background:#111;color:#f0f0f0}button{cursor:pointer;background:var(--theme-color);color:#171717;font-weight:700;border:0}