/* Minimal clean styling for Fyphost MailForge */
body{font-family:Inter,system-ui,-apple-system,'Segoe UI',Roboto,'Helvetica Neue',Arial;background:#f6f8fb;margin:0;color:#1b2430}
.topbar{background:#1e40ff;color:#fff;padding:12px 18px;display:flex;justify-content:space-between;align-items:center}
.topbar h1{margin:0;font-size:20px}
.topbar .nav a{color:#fff;margin-left:12px;text-decoration:none}
.wrap .container{max-width:980px;margin:28px auto;background:#fff;padding:20px;border-radius:8px;box-shadow:0 6px 18px rgba(20,30,60,0.08)}
.auth-page{display:flex;align-items:center;justify-content:center;height:100vh;background:#eef2ff}
.auth-box{background:#fff;padding:26px;border-radius:8px;box-shadow:0 10px 30px rgba(20,30,60,0.08);width:360px}
.auth-box h2{margin-top:0}
input[type=text],input[type=email],input[type=password],textarea,select{width:100%;padding:8px;margin:8px 0 12px;border-radius:6px;border:1px solid #ddd}
button{background:#1e40ff;color:#fff;padding:10px 14px;border:none;border-radius:6px;cursor:pointer}
.btn{display:inline-block;background:#1e40ff;color:#fff;padding:8px 12px;border-radius:6px;text-decoration:none}
.table{width:100%;border-collapse:collapse;margin-top:12px}
.table th,.table td{padding:8px;border-bottom:1px solid #eee;text-align:left}
.alert{padding:8px 12px;border-radius:6px;margin:8px 0}
.alert.success{background:#e6ffed;color:#0b7a3a}
.alert.error{background:#ffe6e6;color:#a10000}
