
.spg-card{background:#171b22;color:#eef2f7;border:1px solid #293241;border-radius:16px;padding:20px;box-shadow:0 12px 30px rgba(0,0,0,.12);margin:20px 0}
.spg-card h2,.spg-card h3{margin-top:0}
.spg-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}
.spg-grid-3{grid-template-columns:1fr 1fr 1fr}
.spg-card label{display:block;font-weight:600;margin-bottom:6px}
.spg-card input[type=text],.spg-card input[type=number],.spg-card select{width:100%;padding:10px 12px;border-radius:10px;border:1px solid #293241;background:#0f1319;color:#eef2f7}
.spg-card .button-primary{padding:10px 16px}
.spg-check{margin:10px 0 18px}
.spg-admin .spg-card{max-width:1200px}
@media (max-width: 782px){.spg-grid,.spg-grid-3{grid-template-columns:1fr}}
