/* CISO Marketplace Branding */
:root { --primary: #4a90a4; --bg-dark: #1a1a2e; --bg-light: #f8f9fa; }
body { background: var(--bg-dark) !important; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important; }
.wrap { background: transparent !important; }
header .logo { display: flex; align-items: center; }
header .logo a { display: flex; align-items: center; text-decoration: none; }
header .logo img { max-height: 50px; margin-right: 12px; }
header .logo a::after { content: "CISO Marketplace"; font-size: 1.5rem; font-weight: 600; color: #fff; }
h2 { color: #fff !important; }
.form input[type="email"], .form input[type="text"] { background: #252542 !important; border: 1px solid #3a3a52 !important; color: #fff !important; padding: 12px !important; border-radius: 6px !important; }
.form input::placeholder { color: #707080 !important; }
.form button, .form input[type="submit"] { background: var(--primary) !important; border: none !important; padding: 12px 24px !important; border-radius: 6px !important; font-weight: 500 !important; cursor: pointer !important; }
.form button:hover { opacity: 0.9 !important; }
label { color: #b0b0c0 !important; }
.lists h2 { font-size: 1rem !important; }
.lists li { color: #b0b0c0 !important; }
body > footer, footer.container { display: none !important; visibility: hidden !important; height: 0 !important; }
@media (prefers-color-scheme: light) { body { background: var(--bg-light) !important; } h2, label { color: #1a1a2e !important; } header .logo a::after { color: #1a1a2e; } .form input[type="email"], .form input[type="text"] { background: #fff !important; border: 1px solid #e0e0e8 !important; color: #1a1a2e !important; } }