/* Minimal styling */
body { background: #0b0b16; color: #e9ecf1; font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif; max-width: 980px; margin: 2rem auto; padding: 0 1rem; line-height: 1.7; }
a { color: #89d1ff; text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3 { letter-spacing: .2px; }
.card { background:#111128; padding:1.25rem 1.5rem; border-radius:16px; box-shadow:0 10px 28px rgba(0,0,0,.28); margin: 1rem 0; }
.center { text-align:center; }
.logo { width:140px; margin: 1rem auto; display:block; }
.tag { opacity:.9; }
hr { border:0; height:1px; background: linear-gradient(90deg, transparent, #3e3e7a, transparent); margin: 2rem 0; }
small { color:#9aa3b2; }
