:root{--mt-color-navy-900:#061826;--mt-color-navy-800:#0a2236;--mt-color-steel-700:#526273;--mt-color-silver-300:#c4cbd3;--mt-color-silver-100:#edf2f7;--mt-color-electric-500:#1b7fff;--mt-color-electric-400:#46a7ff;--mt-color-cyan-500:#14b8d4;--mt-color-green-500:#19a974;--mt-color-amber-500:#f2a900;--mt-color-red-500:#de3b40;--mt-color-white:#fff;--mt-font-sans:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box}body,html{min-height:100%;margin:0;background:#f7fafc;color:#0c1420;font-family:var(--mt-font-sans)}button,input{font:inherit}a{color:inherit}.app-shell{min-height:100vh;background:linear-gradient(135deg,rgba(27,127,255,.08),transparent 34%),linear-gradient(180deg,#f8fbff,#edf2f7)}.auth-layout{display:grid;min-height:100vh;grid-template-columns:minmax(0,1fr) minmax(420px,520px)}.auth-visual{padding:48px;background:#061826;color:#fff}.auth-panel,.auth-visual{display:flex;align-items:center;justify-content:center}.auth-panel{min-height:100vh;padding:32px}.auth-card{width:min(100%,420px)}.brand-lockup{display:flex;align-items:center;gap:14px;margin-bottom:34px}.brand-mark{width:52px;height:52px;border-radius:12px}.brand-name{margin:0;font-size:24px;font-weight:800;letter-spacing:0}.brand-tagline{margin:2px 0 0;color:#526273;font-size:13px;font-weight:600}.auth-visual .brand-tagline{color:#c4cbd3}.title{margin:0;color:#061826;font-size:32px;line-height:1.15;letter-spacing:0}.subtitle{margin:10px 0 28px;color:#526273;line-height:1.55}.field{display:grid;grid-gap:8px;gap:8px;margin-bottom:16px}.checkbox,.field label{color:#253548;font-size:14px;font-weight:600}.field input{min-height:46px;border:1px solid #c4cbd3;border-radius:8px;background:#fff;color:#0c1420;padding:0 14px;outline:none}.field input:focus{border-color:#1b7fff;box-shadow:0 0 0 3px rgba(27,127,255,.14)}.form-row{justify-content:space-between;gap:12px;margin:8px 0 18px}.checkbox,.form-row{display:flex;align-items:center}.checkbox{gap:8px}.link-button,.text-link{border:0;background:transparent;color:#1b7fff;font-weight:700;text-decoration:none}.button{display:inline-flex;min-height:46px;width:100%;align-items:center;justify-content:center;gap:10px;border:0;border-radius:8px;background:#1b7fff;color:#fff;font-weight:800;cursor:pointer}.button[disabled]{cursor:not-allowed;opacity:.7}.button-secondary{border:1px solid #c4cbd3;background:#fff;color:#061826}.form-alert{margin:12px 0;border-radius:8px;padding:12px;font-size:14px;font-weight:600}.form-alert.error{background:#fff1f1;color:#a61b20}.form-alert.success{background:#ecfff7;color:#11694d}.fine-print{margin-top:18px;color:#526273;font-size:14px;text-align:center}.dashboard-shell{min-height:100vh;padding:28px}.dashboard-header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0 auto 28px;max-width:1120px}.dashboard-main{display:grid;max-width:1120px;margin:0 auto;grid-gap:18px;gap:18px}.stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.stat-card,.work-panel{border:1px solid #d7dee8;border-radius:8px;background:#fff;padding:20px}.stat-card h2,.work-panel h2{margin:0 0 10px;color:#526273;font-size:14px}.stat-card p{margin:0;color:#061826;font-size:22px;font-weight:800}.module-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.module{display:flex;align-items:center;gap:10px;border:1px solid #d7dee8;border-radius:8px;padding:16px;color:#253548;font-weight:700}@media (max-width:900px){.auth-layout{grid-template-columns:1fr}.auth-visual{display:none}.module-list,.stats-grid{grid-template-columns:1fr}.dashboard-header{align-items:flex-start;flex-direction:column}}