* { box-sizing: border-box; }
body { margin: 0; font-family: system-ui, Arial, sans-serif; background: #111; color: #eee; }
.page { width: min(720px, calc(100% - 24px)); margin: 24px auto; display: flex; flex-direction: column; gap: 18px; }
.banner { padding: 34px 20px; text-align: center; font-size: 2rem; font-weight: 800; background: #223; border-radius: 18px; }
.card, .social-card, .access-box { background: #1c1c24; border: 1px solid #333545; border-radius: 14px; padding: 18px; }
h2 { margin-top: 0; }
table { width: 100%; border-collapse: collapse; }
th, td { border-bottom: 1px solid #333545; padding: 10px; text-align: left; }
button, .button { display: inline-block; border: 0; border-radius: 10px; padding: 11px 16px; background: #79d; color: white; text-decoration: none; cursor: pointer; font-weight: 700; }
input, select { width: 100%; margin: 6px 0 14px; padding: 10px; border-radius: 8px; border: 1px solid #555; background: #101018; color: #eee; }
.socials { display: grid; gap: 12px; }
.social-card { display: block; color: #eee; text-decoration: none; font-weight: 700; }
.access-box { margin-bottom: 12px; }
.hidden { display: none; }
.msg { color: #ffb3b3; }
