/* Capacitor supplies measured system insets; ordinary browsers keep the theme layout. */
:root.hc-native{--hc-native-top:var(--safe-area-inset-top,env(safe-area-inset-top,0px));--hc-top:var(--hc-native-top)}
.hc-native body::before{content:"";position:fixed;top:0;left:0;right:0;height:var(--hc-native-top);background:var(--hc-head);z-index:100001;pointer-events:none}
.hc-native .admin-bar{--hc-top:calc(32px + var(--hc-native-top))}
.hc-native #wpadminbar{top:var(--hc-native-top)}
.hc-native .admin-bar .hc-content{padding-top:calc(var(--hc-header) + var(--hc-native-top))}
@media(max-width:782px){.hc-native .admin-bar{--hc-top:calc(46px + var(--hc-native-top))}}
