.hgc-floating-button{position:fixed;right:24px;bottom:24px;z-index:1100;display:flex;align-items:center;gap:8px;border:0;border-radius:999px;padding:10px 16px;background:#1769e0;color:#fff;box-shadow:0 14px 35px rgba(6,31,64,.28);font:800 13px/1.1 inherit;cursor:pointer}.hgc-floating-button span{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#fff;color:#1769e0;font-size:18px}.hgc-scrim{position:fixed;inset:0;z-index:1190;background:rgba(4,19,39,.45);backdrop-filter:blur(2px)}.hgc-drawer{position:fixed;z-index:1200;top:0;right:0;width:min(560px,96vw);height:100vh;background:#f5f8fc;box-shadow:-22px 0 60px rgba(6,31,64,.25);display:flex;flex-direction:column}.hgc-drawer[hidden],.hgc-scrim[hidden]{display:none!important}.hgc-drawer>header{display:flex;justify-content:space-between;gap:16px;padding:22px 24px;background:#061f40;color:#fff}.hgc-drawer>header small{display:block;color:#9fc7f5;font-weight:800;letter-spacing:.08em}.hgc-drawer>header h2{margin:4px 0 3px;color:#fff;font-size:25px}.hgc-drawer>header p{margin:0;color:#dce9f7}.hgc-tabs{display:flex;gap:4px;padding:10px 12px;overflow:auto;background:#fff;border-bottom:1px solid #d9e3ee}.hgc-tabs button{white-space:nowrap;border:0;border-radius:9px;padding:9px 11px;background:transparent;color:#52657b;font-weight:800;cursor:pointer}.hgc-tabs button.active{background:#e8f2ff;color:#0f5fc4}.hgc-body{flex:1;overflow:auto;padding:20px 22px}.hgc-body h3{margin:20px 0 8px;color:#0b2d55}.hgc-body h3:first-child{margin-top:0}.hgc-body p{line-height:1.62}.hgc-callout{padding:16px 18px;border-left:4px solid #1769e0;border-radius:12px;background:#fff;box-shadow:0 5px 18px rgba(6,31,64,.06)}.hgc-callout strong{color:#0b2d55}.hgc-callout p{margin:7px 0 0}.hgc-steps{list-style:none;padding:0;margin:0;display:grid;gap:12px}.hgc-steps li{display:grid;grid-template-columns:34px 1fr;gap:12px;align-items:start;padding:13px 14px;border:1px solid #dce5ef;border-radius:13px;background:#fff}.hgc-steps li>span{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#1769e0;color:#fff;font-weight:900}.hgc-steps li p{margin:3px 0 0}.hgc-note{padding:12px 14px;border-radius:10px;background:#fff5d9;color:#604800}.hgc-problems{display:grid;gap:9px}.hgc-problems details{border:1px solid #dce5ef;border-radius:12px;background:#fff;overflow:hidden}.hgc-problems summary{cursor:pointer;padding:13px 15px;color:#0b2d55;font-weight:800}.hgc-problems details p{margin:0;padding:0 15px 15px}.hgc-drawer>footer{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:13px 16px;border-top:1px solid #d9e3ee;background:#fff}.hgc-drawer>footer form{margin-left:auto}.hgc-center-intro{display:grid;grid-template-columns:1fr minmax(300px,500px);gap:24px;align-items:center}.hgc-center-intro h2{margin-top:0}.hgc-center-intro form{display:flex;gap:8px}.hgc-center-intro input{min-width:0}.hgc-center-section>h2{margin-top:0}.hgc-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.hgc-card-grid article{display:flex;flex-direction:column;min-width:0;padding:17px;border:1px solid #dce5ef;border-radius:14px;background:#fff}.hgc-card-grid small{color:#61758c;font-weight:800}.hgc-card-grid h3{margin:5px 0 8px;color:#0b2d55}.hgc-card-grid p{margin:0 0 16px;line-height:1.5}.hgc-card-grid article>div{display:flex;gap:7px;flex-wrap:wrap;margin-top:auto}.hgc-article-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:18px;align-items:start}.hgc-article-layout aside{display:grid;gap:18px}.hgc-manager-layout{display:grid;grid-template-columns:310px minmax(0,1fr);gap:18px;align-items:start}.hgc-manager-layout>aside{position:sticky;top:92px;max-height:calc(100vh - 118px);overflow:auto}.hgc-manager-nav{display:grid;gap:4px;margin-top:12px}.hgc-manager-nav a{display:flex;flex-direction:column;padding:10px 11px;border-radius:9px;color:#243b55;text-decoration:none}.hgc-manager-nav a:hover,.hgc-manager-nav a.active{background:#e8f2ff;color:#0f5fc4}.hgc-manager-nav small{color:#73859a}.hgc-manager-layout fieldset{padding:13px;border:1px solid #dce5ef;border-radius:12px}.hgc-manager-layout fieldset .check{display:inline-flex;margin:6px 16px 6px 0}.hgc-manager-layout .danger{background:#b42318;border-color:#b42318}.hgc-guide-active .hgc-steps li{opacity:.45}.hgc-guide-active .hgc-steps li.hgc-current-step{opacity:1;outline:3px solid rgba(23,105,224,.22)}
@media(max-width:1050px){.hgc-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hgc-article-layout,.hgc-manager-layout{grid-template-columns:1fr}.hgc-manager-layout>aside{position:static;max-height:none}}@media(max-width:720px){.hgc-floating-button{right:14px;bottom:76px;padding:9px}.hgc-floating-button b{display:none}.hgc-center-intro{grid-template-columns:1fr}.hgc-center-intro form{flex-direction:column}.hgc-card-grid{grid-template-columns:1fr}.hgc-drawer>header{padding:18px}.hgc-body{padding:16px}.hgc-drawer>footer form{margin-left:0;width:100%}.hgc-drawer>footer form button{width:100%}}
@media print{.hgc-floating-button,.hgc-drawer,.hgc-scrim{display:none!important}}
