/* AirDag 12.4.2 shared mobile-web adapter */
html.airdag-mobile-web,html.airdag-mobile-web body{width:100%;height:100%;overflow:hidden;background:#fffdf8}
html.airdag-mobile-web #desktop-site-shell{display:none!important}
html.airdag-mobile-web #mobile-web-root{display:block!important;position:fixed;inset:0;z-index:1000;background:#fffdf8}
html.airdag-mobile-web #mobile-web-root .native-app{max-width:none}
html.airdag-mobile-web .app-header{padding-top:max(env(safe-area-inset-top),0px)}


/* v12.4.2: visible recovery if the mobile web bootstrap itself cannot load. */
.mobile-web-boot-error{position:fixed;z-index:9999;inset:18px 14px auto;display:grid;gap:8px;padding:16px;border:1px solid rgba(128,55,37,.18);border-radius:18px;background:#fff9f4;color:#4b3028;box-shadow:0 14px 38px rgba(60,38,31,.16)}.mobile-web-boot-error strong{font-size:14px}.mobile-web-boot-error span{font-size:12px;line-height:1.5;color:#765c53}.mobile-web-boot-error button{width:max-content;border:0;border-radius:11px;padding:9px 13px;background:#0d4b3f;color:#fff;font:800 12px system-ui;cursor:pointer}

/* v12.4.2: browser-only cookie consent. Native app bundles exclude web-adapter.css. */
.cookie-consent-banner{
  position:fixed;z-index:10050;left:max(12px,env(safe-area-inset-left));right:max(12px,env(safe-area-inset-right));bottom:max(12px,env(safe-area-inset-bottom));
  display:grid;gap:12px;padding:16px;border:1px solid rgba(36,71,56,.18);border-radius:18px;background:#fffdf8;box-shadow:0 18px 58px rgba(17,44,35,.24);color:#1f3029;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif
}
.cookie-consent-copy span{display:block;font-size:10px;letter-spacing:1.2px;font-weight:850;color:#9b563d}.cookie-consent-copy h2{margin:4px 0 6px;font-size:19px;line-height:1.2}.cookie-consent-copy p{margin:0 0 6px;font-size:13px;line-height:1.45;color:#53635c}.cookie-consent-copy a{font-size:12px;font-weight:750;color:#244738}.cookie-consent-actions{display:grid;grid-template-columns:1fr;gap:8px}.cookie-consent-actions button{min-height:44px;width:100%;border-radius:12px}.cookie-consent-banner>small{font-size:11px;line-height:1.4;color:#66756e}
