.mkrapp-card[hidden], .mkrapp-card [hidden], .mkrapp-launcher[hidden] { display:none!important; }
.mkrapp-footer { position:relative; z-index:99980; }
.mkrapp-launcher { position:fixed; right:18px; bottom:18px; z-index:99982; display:flex; align-items:center; gap:9px; min-height:52px; max-width:calc(100vw - 36px); padding:9px 15px 9px 10px; border:1px solid #c9ddd5; border-radius:999px; background:#125a49; color:#fff; box-shadow:0 8px 28px #0e3c3033; font:700 14px/1.25 system-ui,-apple-system,sans-serif; cursor:pointer; }
.mkrapp-launcher:hover { background:#0d4639; }
.mkrapp-launcher img { width:30px; height:30px; border-radius:8px; flex:0 0 30px; }
.mkrapp-card { box-sizing:border-box; position:relative; display:flex; align-items:flex-start; gap:14px; width:calc(100% - 32px); max-width:680px; margin:24px auto; padding:20px 42px 20px 18px; border:1px solid #cbded7; border-radius:16px; background:#f1f8f5; color:#123b31; box-shadow:0 12px 38px #102e2424; font:16px/1.5 system-ui,-apple-system,sans-serif; text-align:left; }
.mkrapp-footer .mkrapp-card { position:fixed; right:18px; bottom:82px; z-index:99983; width:min(430px,calc(100vw - 36px)); margin:0; background:#fff; }
.mkrapp-card .mkrapp-icon { width:48px; height:48px; border-radius:10px; flex:0 0 48px; }
.mkrapp-card .mkrapp-copy { flex:1; min-width:0; }
.mkrapp-card strong { display:block; font-size:17px; line-height:1.4; color:#123b31; }
.mkrapp-card span { display:block; margin-top:4px; font-size:14px; }
.mkrapp-card .mkrapp-install { min-height:44px; margin-top:12px; padding:10px 14px; border:0; border-radius:9px; background:#125a49; color:#fff; font:700 14px/1.5 system-ui,sans-serif; cursor:pointer; white-space:normal; }
.mkrapp-card .mkrapp-install:hover { background:#0d4639; }
.mkrapp-card .mkrapp-install:disabled { opacity:.65; cursor:wait; }
.mkrapp-card .mkrapp-close { position:absolute; top:0; right:0; width:44px; height:44px; padding:0; border:0; border-radius:10px; background:transparent; color:#34584c; font:26px/1 system-ui,sans-serif; cursor:pointer; }
.mkrapp-card button:focus-visible,.mkrapp-launcher:focus-visible { outline:3px solid #b86b04; outline-offset:3px; }
.mkrapp-card .mkrapp-help { margin:12px 0 0; font-size:14px; line-height:1.6; overflow-wrap:anywhere; }
@media(max-width:600px) {
  .mkrapp-launcher { right:12px; bottom:12px; min-height:50px; font-size:13px; }
  .mkrapp-footer .mkrapp-card { right:12px; bottom:75px; width:calc(100vw - 24px); }
}
@media(max-width:359px) {
  .mkrapp-card { gap:10px; padding-left:12px; }
  .mkrapp-card .mkrapp-icon { display:none; }
  .mkrapp-launcher span { max-width:180px; }
}
