/* DEWA3 HSEMS Frontend */
.hsems-login-page{min-height:70vh;display:flex;align-items:center;justify-content:center;background:#f3f6fb;padding:30px}.hsems-login-card{width:100%;max-width:430px;background:#fff;border-radius:18px;padding:32px;box-shadow:0 10px 35px rgba(15,23,42,.12);border-top:6px solid #0b5fff}.hsems-login-card h1{margin:0;color:#0f172a}.hsems-login-card p{color:#64748b}.hsems-login-card label{display:block;font-weight:700;margin:14px 0 6px}.hsems-login-card input{width:100%;padding:12px;border:1px solid #cbd5e1;border-radius:8px}.hsems-login-card button{width:100%;margin-top:18px;padding:13px;background:#0b5fff;color:#fff;border:0;border-radius:8px;font-weight:700;cursor:pointer}.hsems-alert{background:#fee2e2;color:#991b1b;padding:10px;border-radius:8px;margin:12px 0}.hsems-portal{background:#f6f8fb;border-radius:16px;padding:24px;margin:20px 0}.hsems-portal-header{display:flex;justify-content:space-between;gap:16px;align-items:center;background:#fff;border-radius:14px;padding:18px;box-shadow:0 2px 12px rgba(15,23,42,.08)}.hsems-portal-header h1{margin:0}.hsems-portal-header p{margin:6px 0 0;color:#64748b}.hsems-logout{background:#dc2626;color:#fff!important;padding:10px 14px;border-radius:8px;text-decoration:none}.hsems-tiles{display:grid;grid-template-columns:repeat(4,minmax(160px,1fr));gap:16px;margin-top:18px}.hsems-tile{display:block;background:#fff;border-radius:14px;padding:18px;text-decoration:none!important;box-shadow:0 2px 12px rgba(15,23,42,.08);border-left:5px solid #0b5fff}.hsems-tile strong{display:block;color:#0f172a;font-size:18px}.hsems-tile span{display:block;color:#64748b;margin-top:8px}.hsems-note,.hsems-portal-message{background:#fff;border-radius:12px;padding:16px;margin-top:18px}@media(max-width:900px){.hsems-tiles{grid-template-columns:repeat(2,1fr)}.hsems-portal-header{flex-direction:column;align-items:flex-start}}@media(max-width:520px){.hsems-tiles{grid-template-columns:1fr}}
