/* General native-page popup: separate from the compact account form. */
.hm-page-dialog{padding:0;border:1px solid #d5dccb;border-radius:16px;background:#fffdf7;color:#23483c;width:min(1100px,calc(100vw - 40px));height:min(800px,88dvh);max-width:none;max-height:94dvh;box-shadow:0 24px 90px #123c3a40;overflow:hidden;font:14px/1.5 Arial,sans-serif}
.hm-page-dialog[open]{display:flex;flex-direction:column;animation:hm-page-enter .2s ease-out}.hm-page-dialog::backdrop{background:#163d3c85;backdrop-filter:blur(4px)}
.hm-page-toolbar{display:flex;align-items:center;gap:16px;flex-shrink:0;padding:16px 20px;border-bottom:1px solid #e2e7da}.hm-page-toolbar h2{flex:1;min-width:0;margin:0;font:400 25px/1.2 Georgia,serif;overflow-wrap:anywhere}.hm-page-toolbar button{min-height:44px;padding:8px 14px;border:1px solid #cbd6c2;border-radius:8px;background:#f2f5e9;color:#24553f;cursor:pointer}.hm-page-toolbar button:disabled{opacity:.4;cursor:default}.hm-page-toolbar .hm-page-close{font-size:25px;line-height:1;width:44px;padding:0}.hm-page-stage{flex:1;min-height:0;background:#fffdf7}.hm-page-frame{display:block;width:100%;height:100%;border:0;background:#fffdf7}.hm-page-status{margin:0;padding:8px 20px;background:#edf2e6;font-size:13px}.hm-page-status:empty{display:none}.hm-page-foot{display:flex;justify-content:space-between;gap:16px;padding:10px 20px;border-top:1px solid #e2e7da;font-size:11px;flex-shrink:0}.hm-page-fallback{color:#24664c}.hm-page-dialog :focus-visible{outline:2px solid #b18b47;outline-offset:3px}
html.hm-native-document{background:#fffdf7;overflow-x:auto}.hm-native-body{margin:0!important;padding:0!important;min-width:0!important;background:#fffdf7!important;color:#25483c;font:14px/1.6 Arial,sans-serif}.hm-native-content{padding:20px 24px;overflow-x:auto}.hm-native-content *{box-sizing:border-box}.hm-native-content h2{font:400 25px Georgia,serif;color:#24533f}.hm-native-content a{color:#25664c}.hm-native-content input,.hm-native-content select,.hm-native-content textarea{max-width:100%;min-height:40px;font-size:16px;border:1px solid #c7d2bf;border-radius:6px;padding:8px;background:#fff;color:#23483c}.hm-native-content input[type=checkbox],.hm-native-content input[type=radio]{min-height:18px}.hm-native-content input[type=submit],.hm-native-content button{min-height:42px;border-radius:7px;padding:8px 16px;background:#24654e;color:white;border:0;cursor:pointer}.hm-native-content table{border-collapse:collapse}.hm-native-content th{background:#edf2e5;color:#28513e;text-align:left}.hm-native-content th,.hm-native-content td{padding:9px 12px;border-bottom:1px solid #e2e7db}.hm-native-content img{max-width:100%;height:auto}.hm-native-submenu{margin:0 0 16px;padding:8px 0;border-bottom:1px solid #dde5d3}.hm-native-submenu a{display:inline-block;margin:4px 8px;padding:5px}.hm-native-content .error{color:#a52d38}.hm-native-content .message{padding:12px;background:#edf2e5}
/* Keep the expanded navigation out of the fixed header's layout. */
.hm-native-menu .hm-native-panel{position:absolute;z-index:70}.hm-native-menu:not([open])>.hm-native-panel{display:none}
@keyframes hm-page-enter{from{opacity:0;transform:translateY(12px) scale(.985)}to{opacity:1;transform:none}}
@media(max-width:760px){.hm-page-dialog{width:100%;height:100dvh;max-height:100dvh;max-width:100%;margin:0;border:0;border-radius:0}.hm-page-toolbar{padding:10px 12px;gap:8px}.hm-page-toolbar h2{font-size:21px}.hm-page-foot{padding:10px 12px;padding-bottom:max(10px,env(safe-area-inset-bottom))}.hm-native-content{padding:12px}.hm-native-menu .hm-native-panel{position:fixed;top:var(--hm-header-height,80px);left:12px;right:12px;width:auto;max-height:calc(100dvh - var(--hm-header-height,80px) - 24px);box-shadow:0 20px 50px #163c3c25}}
@media(prefers-reduced-motion:reduce){.hm-page-dialog[open]{animation:none}}
