
/* AZ SYSTEMS - Custom Style */
:root { --primary: #007bff; --dark: #02060f; }
* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Orbitron', sans-serif !important; border: none; outline: none; }
body { background-color: var(--dark); color: #e0e0e0; overflow-x: hidden; }
.navbar { border-bottom: 1px solid rgba(0, 123, 255, 0.3) !important; }
.main-banner { height: 360px; background: radial-gradient(circle at center, #000, #0a111f); border-bottom: 1px solid rgba(0, 123, 255, 0.3) !important; display: flex; align-items: center; justify-content: center; width: 100vw; margin-left: -50vw; left: 50%; position: relative; }
.card-custom.featured { border: 1px solid var(--primary) !important; }
footer { border-top: 1px solid rgba(0, 123, 255, 0.3) !important; background: #01040a; }
