:root{--mdf-navy:#071a2c;--mdf-orange:#c93812;--mdf-orange-dark:#a92e0f;--mdf-bg:#f7fafc;--mdf-border:#dce4ea;--mdf-text:#132235;--mdf-muted:#566575;--mdf-white:#fff}
*{box-sizing:border-box}.mdf-auth,.mdf-app{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--mdf-text)}
body.page-id-0{margin:0}.mdf-auth{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at top left,rgba(201,56,18,.15),transparent 34%),linear-gradient(135deg,#071a2c,#102c45)}
.mdf-auth-card{width:min(100%,460px);background:#fff;border-radius:24px;box-shadow:0 32px 90px rgba(0,0,0,.28);overflow:hidden}.mdf-auth-logo{display:block;width:250px;max-width:70%;height:auto;margin:32px auto 18px}.mdf-auth-body{padding:18px 34px 30px}.mdf-auth-body h1{font-size:30px;line-height:1.15;margin:0 0 10px;color:var(--mdf-navy)}
.mdf-auth-body>p{color:var(--mdf-muted);line-height:1.6;margin:0 0 22px}.mdf-auth-body form p{margin:0 0 18px}.mdf-auth-body label{display:block;font-weight:700;color:var(--mdf-text);font-size:14px}.mdf-auth-body input[type=text],.mdf-auth-body input[type=password],.mdf-form input{width:100%;min-height:48px;margin-top:8px;border:1px solid var(--mdf-border);border-radius:12px;padding:0 14px;font-size:16px;background:#fff}
.mdf-auth-body input:focus{outline:3px solid rgba(201,56,18,.15);border-color:var(--mdf-orange)}.mdf-auth-body .button,.mdf-form button{width:100%;min-height:48px;border:0;border-radius:12px;background:var(--mdf-orange);color:#fff;font-size:15px;font-weight:800;cursor:pointer}.mdf-auth-body .button:hover,.mdf-form button:hover{background:var(--mdf-orange-dark)}
.mdf-auth-link{text-align:center;margin-top:18px!important}.mdf-auth-link a{color:var(--mdf-orange);font-weight:700;text-decoration:none}.mdf-auth-foot{margin:0;padding:16px 24px;background:#edf3f6;color:#617589;text-align:center;font-size:12px}.mdf-alert{padding:12px 14px;border-radius:10px;margin:0 0 18px;font-size:14px}.mdf-ok{background:#eaf8ef;color:#1e6a3a}.mdf-error{background:#fff1ed;color:#9c2a0d}
.mdf-app{min-height:100vh;background:var(--mdf-bg);display:grid;grid-template-columns:270px minmax(0,1fr)}.mdf-sidebar{background:var(--mdf-navy);padding:28px 20px;display:flex;flex-direction:column;min-height:100vh;position:sticky;top:0;height:100vh}.mdf-side-logo{width:215px;max-width:100%;height:auto;margin:4px 8px 30px}.mdf-sidebar nav{display:grid;gap:7px}.mdf-sidebar nav a,.mdf-logout{display:flex;align-items:center;min-height:46px;padding:0 15px;border-radius:11px;color:#c7d5e1;text-decoration:none;font-weight:700;font-size:14px}.mdf-sidebar nav a:hover,.mdf-sidebar nav a.active{background:rgba(255,255,255,.09);color:#fff}.mdf-logout{margin-top:auto;color:#ffb8a5}
.mdf-main{padding:36px clamp(22px,4vw,58px) 60px;min-width:0}.mdf-main header{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:30px}.mdf-main h1{font-size:clamp(30px,4vw,46px);line-height:1.08;margin:3px 0 9px;color:var(--mdf-navy)}.mdf-main header p{margin:0;color:var(--mdf-muted);line-height:1.6}.mdf-kicker{font-size:12px!important;text-transform:uppercase;letter-spacing:.13em;font-weight:900;color:var(--mdf-orange)!important}.mdf-user{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:var(--mdf-orange);color:#fff;font-weight:900;font-size:20px;box-shadow:0 10px 26px rgba(201,56,18,.22)}
.mdf-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:22px}.mdf-grid article{background:#fff;border:1px solid var(--mdf-border);border-radius:18px;padding:22px;box-shadow:0 8px 28px rgba(7,26,44,.045)}.mdf-grid span{display:block;font-size:13px;color:var(--mdf-muted);font-weight:800}.mdf-grid strong{display:block;font-size:36px;line-height:1;margin:18px 0 9px;color:var(--mdf-navy)}.mdf-grid small{display:block;color:#718293;line-height:1.45}.mdf-panel{background:#fff;border:1px solid var(--mdf-border);border-radius:20px;padding:26px;display:flex;align-items:center;justify-content:space-between;gap:24px;box-shadow:0 10px 32px rgba(7,26,44,.045)}.mdf-panel h2{margin:3px 0 8px;color:var(--mdf-navy);font-size:25px}.mdf-panel p{margin:0;color:var(--mdf-muted);line-height:1.6}.mdf-badge{white-space:nowrap;padding:9px 12px;border-radius:999px;background:#eaf8ef;color:#247147;font-weight:800;font-size:12px}
@media(max-width:1050px){.mdf-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mdf-app{grid-template-columns:220px minmax(0,1fr)}}
@media(max-width:760px){.mdf-app{display:block}.mdf-sidebar{position:relative;height:auto;min-height:0;padding:18px}.mdf-side-logo{width:190px;margin:0 0 16px}.mdf-sidebar nav{display:flex;overflow:auto;gap:7px;padding-bottom:2px}.mdf-sidebar nav a{white-space:nowrap;min-height:40px}.mdf-logout{position:absolute;right:18px;top:18px;min-height:36px;padding:0 10px}.mdf-main{padding:24px 16px 40px}.mdf-main header{align-items:flex-start}.mdf-grid{grid-template-columns:1fr 1fr;gap:12px}.mdf-grid article{padding:18px}.mdf-panel{align-items:flex-start;flex-direction:column}.mdf-badge{white-space:normal}}
@media(max-width:480px){.mdf-auth{padding:12px}.mdf-auth-card{border-radius:18px}.mdf-auth-body{padding:16px 22px 26px}.mdf-auth-body h1{font-size:26px}.mdf-grid{grid-template-columns:1fr}.mdf-main header{gap:12px}.mdf-user{width:44px;height:44px;flex:0 0 auto}.mdf-sidebar nav a{padding:0 11px;font-size:13px}}
html,body.mdf-console-shell{margin:0!important;padding:0!important;width:100%!important;max-width:none!important;min-height:100%;background:#f7fafc;overflow-x:hidden}body.mdf-console-shell>*{max-width:none!important}.mdf-console-shell .mdf-app{width:100vw;max-width:none!important;min-height:100vh;margin:0!important}.mdf-console-shell .mdf-sidebar{width:100%;padding:28px 22px}.mdf-console-shell .mdf-main{width:100%;max-width:none!important;padding:34px clamp(24px,3vw,56px) 56px}.mdf-console-shell .mdf-topbar,.mdf-console-shell .mdf-view,.mdf-console-shell .mdf-section,.mdf-console-shell .mdf-panel,.mdf-console-shell .mdf-grid{max-width:none!important;width:100%}.mdf-console-shell .mdf-side-logo{display:block;width:220px;max-width:100%;height:auto;object-fit:contain;margin:0 0 30px}.mdf-console-shell .mdf-grid{grid-template-columns:repeat(4,minmax(180px,1fr))}.mdf-console-shell .mdf-section{padding:28px}.mdf-console-shell .mdf-panel{padding:28px}.mdf-console-shell .mdf-table-wrap{max-width:none!important}.mdf-console-shell .mdf-user{flex:0 0 auto}@media(min-width:1500px){.mdf-console-shell .mdf-app{grid-template-columns:290px minmax(0,1fr)}.mdf-console-shell .mdf-main{padding-left:64px;padding-right:64px}.mdf-console-shell .mdf-grid article{min-height:164px}}@media(max-width:1050px){.mdf-console-shell .mdf-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){body.mdf-console-shell{overflow-x:hidden}.mdf-console-shell .mdf-app{display:block;width:100%}.mdf-console-shell .mdf-sidebar{width:100%;position:relative;height:auto;min-height:0}.mdf-console-shell .mdf-main{padding:22px 14px 40px}.mdf-console-shell .mdf-grid{grid-template-columns:1fr 1fr}.mdf-console-shell .mdf-section,.mdf-console-shell .mdf-panel{padding:18px 14px}.mdf-console-shell .mdf-side-logo{width:190px;margin-bottom:16px}}@media(max-width:520px){.mdf-console-shell .mdf-grid{grid-template-columns:1fr}.mdf-console-shell .mdf-topbar{align-items:flex-start}.mdf-console-shell .mdf-main h1{font-size:34px}}