:root{--mhp-green:#254a3c;--mhp-gold:#9b741f;--mhp-bg:#f5f7f4}body{margin:0;background:var(--mhp-bg)}.mhp-site-frame{width:100%;min-height:100vh;border:0;display:block}.mhp-auth-page{min-height:100vh;display:grid;place-items:center;padding:32px;background:linear-gradient(135deg,#f5f7f4 0%,#e8eee8 100%);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.mhp-auth-card{width:min(100%, 460px);padding:28px;border:1px solid #d8dfda;border-radius:10px;background:#fff;box-shadow:0 18px 45px rgb(23 40 31 / .14)}.mhp-auth-card img{display:block;width:110px;height:110px;object-fit:contain;margin:0 auto 14px}.mhp-auth-card h1{margin:0 0 10px;color:var(--mhp-green);font-size:26px;line-height:1.15;text-align:center}.mhp-auth-card p{color:#5f6f66;line-height:1.5}.mhp-auth-card label{display:block;margin:12px 0 6px;color:#34463b;font-weight:700}.mhp-auth-card input[type="text"],.mhp-auth-card input[type="password"]{width:100%;box-sizing:border-box;min-height:44px;border:1px solid #cdd6cf;border-radius:8px;padding:10px 12px}.mhp-auth-card input[type="submit"]{width:100%;min-height:44px;margin-top:12px;border:0;border-radius:8px;background:var(--mhp-green);color:#fff;font-weight:800;cursor:pointer}.mhp-auth-links{display:flex;justify-content:space-between;gap:14px}.mhp-blog-shell{max-width:1180px;margin:0 auto;padding:32px;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.mhp-blog-shell a{color:var(--mhp-green)}.mhp-blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.mhp-blog-card{padding:18px;border:1px solid #d8dfda;border-radius:8px;background:#fff}.mhp-blog-card img{width:100%;height:auto;border-radius:8px}