/* Intune Wizard Styles (v1.0.2 with high-contrast header) */
#intune-wizard-root { --bg:#0b1220; --card:#ffffff; --ink:#111827; --muted:#64748b; --accent:#2563eb; font-family:system-ui,-apple-system,Segoe UI,Roboto,Inter,Ubuntu,Arial,sans-serif; color:var(--ink); background:#0b1220; padding:8px; }
.intunew-container{max-width:980px;margin:0 auto;padding:16px}
.intunew-card{background:var(--card);border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,.35);padding:20px;margin:16px 0}
.intunew-header{text-align:center;padding:24px 16px;background:linear-gradient(180deg,#1f2937,#111827);border-radius:8px;box-shadow:inset 0 1px 0 rgba(255,255,255,.12)}
.intunew-title{margin:0 0 8px 0;font-size:28px;color:#ffffff !important;text-shadow:none}
.intunew-muted{color:#cbd5e1 !important;font-size:12px}
.intunew-grid{display:grid;grid-template-columns:1fr;gap:12px}
@media(min-width:768px){.intunew-grid{grid-template-columns:repeat(2,1fr)}}
.intunew-stack{display:flex;flex-direction:column;gap:6px}
.intunew-options{display:flex;flex-wrap:wrap;gap:10px}
.intunew-chip{display:inline-flex;align-items:center;gap:6px;padding:8px 10px;border:1px solid #e5e7eb;border-radius:999px;font-size:13px;background:#f8fafc}
.intunew-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:space-between;margin-top:12px}
.btn{appearance:none;border:0;border-radius:12px;padding:12px 16px;font-weight:700;cursor:pointer}
.btn-primary{background:#2563eb;color:#fff}
.btn-soft{background:#eef2ff;color:#1e40af}
input[type=text],input[type=email],input[type=number],select,textarea{width:100%;padding:10px;border:1px solid #e5e7eb;border-radius:10px;font-size:14px;box-sizing:border-box;background:#0f172a;color:#e2e8f0}
textarea{min-height:90px;resize:vertical}
.progress{height:10px;background:#e5e7eb;border-radius:999px;overflow:hidden;margin:12px 0}
.progress>div{height:10px;background:#2563eb;width:0%}
.step-indicator{font-weight:700}
.required:after{content:" *";color:#f43f5e}
.field-error{border-color:#f43f5e !important; box-shadow:0 0 0 2px rgba(244,63,94,.15)}
.error-text{color:#f43f5e;font-size:12px}
.success{padding:16px;background:#ecfdf5;border:1px solid #10b981;color:#065f46;border-radius:12px}
