body { font-family: Inter, sans-serif; margin: 2rem; background:#111; color:#eee;}
h1 { color:#BFA46F; }
form label { display:block; margin:.5rem 0; }
table { width:100%; border-collapse:collapse; margin-top:2rem; }
th, td { padding:.5rem; border-bottom:1px solid #333; }
img { border-radius:4px; }
button { background:#BFA46F; color:#111; border:none; padding:.4rem .8rem; cursor:pointer; }