/* A continuous background avoids the visible boundary created by a transparent radial gradient. */
body { background:linear-gradient(135deg, #fbf7f2 0%, #fbf7f2 56%, #f4e9f5 100%); background-attachment:fixed; }
.sporeth-card { background:radial-gradient(circle at 50% 31%, #1c6aa2 0%, #0c315e 47%, #11182f 100%); }
.sporeth-card img { object-fit:contain; padding:11px 0 0; filter:drop-shadow(0 10px 11px rgba(0,0,0,.27)); }
