:root{--navy:#083346;--navy2:#0b4156;--bg:#eef4f6;--line:#d8e4e8;--muted:#687e88;--text:#0a2b39;--white:#fff;--green:#167a55;--red:#b53d35}*{box-sizing:border-box}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;background:var(--bg);color:var(--text)}a{text-decoration:none;color:inherit}.auth-bg{min-height:100vh;display:grid;place-items:center}.auth-wrap{width:min(460px,92vw)}.auth-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px;box-shadow:0 18px 50px rgba(8,51,70,.10)}.brand-row{display:flex;align-items:center;gap:13px;margin-bottom:24px}.brand-row.compact{margin:0}.brand-mark{width:44px;height:44px;border-radius:13px;background:var(--navy);color:#fff;display:grid;place-items:center;font-weight:800}.brand-row h1{font-size:22px;margin:0}.brand-row p{margin:5px 0 0;color:var(--muted)}label{display:block;font-size:13px;font-weight:700;margin:14px 0}input{width:100%;margin-top:7px;padding:12px 13px;border:1px solid #ccd9de;border-radius:10px;font:inherit}small{display:block;color:var(--muted);margin-top:5px;font-weight:400}.btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid #cbd8dd;border-radius:10px;padding:11px 16px;font-weight:750;background:#fff;cursor:pointer}.btn.primary{background:var(--navy);color:#fff;border-color:var(--navy)}.btn.secondary{background:#fff}.btn.full{width:100%;margin-top:10px}.notice{padding:11px 13px;border-radius:10px;margin:12px 0;font-size:13px}.notice.error{background:#fff0ef;color:var(--red);border:1px solid #f2cfcb}.notice.success{background:#edf9f3;color:var(--green);border:1px solid #cbead9}.suite-top{height:72px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 28px}.top-user{display:flex;align-items:center;gap:14px}.suite-main{max-width:1120px;margin:0 auto;padding:42px 24px}.hero h2{font-size:32px;margin:0 0 7px}.hero p{color:var(--muted);margin:0}.module-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:30px}.module-card{min-height:260px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 10px 28px rgba(8,51,70,.05)}.module-card.disabled{opacity:.62}.module-icon{width:48px;height:48px;border-radius:14px;background:#e8f1f4;color:var(--navy);display:grid;place-items:center;font-weight:850;font-size:19px}.module-card h3{font-size:22px;margin:17px 0 8px}.module-card p{line-height:1.6;color:var(--muted)}.pill{display:inline-block;border-radius:999px;padding:8px 11px;background:#eef2f3;color:#60757e;font-size:12px;font-weight:700}@media(max-width:760px){.module-grid{grid-template-columns:1fr}.suite-top{padding:0 16px}.top-user span{display:none}}
