body { margin:0; background:#090a14; color:#ebede9; font:14px system-ui, sans-serif; }
main { display:flex; flex-direction:column; align-items:center; gap:8px; padding:10px; }
#cv { image-rendering:pixelated; background:#000; }
#store { display:none; max-width:960px; width:100%; background:#202e37; border:1px solid #577277; padding:10px 14px; }
#store table { border-collapse:collapse; } #store td, #store th { padding:3px 8px; border-bottom:1px solid #394a50; text-align:left; }
#store button { background:#577277; color:#ebede9; border:1px solid #a8b5b2; padding:2px 8px; cursor:pointer; } #store button[disabled] { opacity:.4; }
.dim { color:#a8b5b2; font-size:12px; max-width:960px; }
