/* PWA namestitveni pas + iOS namig + varna območja (notch) */
#ib-install-bar{
  position:fixed; left:12px; right:12px; bottom:12px; z-index:99999;
  display:flex; align-items:center; gap:10px;
  background:#0f172a; color:#fff; padding:12px 14px;
  padding-bottom:calc(12px + env(safe-area-inset-bottom));
  border-radius:14px; box-shadow:0 12px 34px rgba(0,0,0,.38);
  font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif; font-size:14px;
  transform:translateY(160%); transition:transform .35s ease;
}
#ib-install-bar.show{ transform:translateY(0); }
#ib-install-bar .ib-ib-txt{ flex:1; line-height:1.3; }
#ib-install-bar .ib-ib-go{ background:#079af4; color:#fff; border:0; border-radius:10px; padding:9px 14px; font-weight:700; cursor:pointer; white-space:nowrap; }
#ib-install-bar .ib-ib-go:hover{ background:#0a86d6; }
#ib-install-bar .ib-ib-x{ background:transparent; color:#9fb2cf; border:0; font-size:15px; cursor:pointer; padding:4px 6px; }

#ib-ios-hint{ position:fixed; inset:0; z-index:100000; background:rgba(2,6,23,.55); display:flex; align-items:flex-end; justify-content:center; }
#ib-ios-hint .ib-ios-card{
  background:#fff; color:#0f172a; max-width:420px; width:92%; margin-bottom:18px;
  border-radius:16px; padding:18px 18px calc(18px + env(safe-area-inset-bottom));
  font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif; box-shadow:0 -10px 40px rgba(0,0,0,.3);
}
#ib-ios-hint .ib-ios-card b{ color:#0b1220; }
#ib-ios-hint .ib-ios-card p{ margin:8px 0 14px; line-height:1.5; color:#334155; }
#ib-ios-hint .ib-ios-card button{ background:#079af4; color:#fff; border:0; border-radius:10px; padding:11px 16px; font-weight:700; width:100%; cursor:pointer; }

/* V nameščeni aplikaciji (standalone): varni zgornji rob na predstavitveni strani (notch) */
@supports(padding:env(safe-area-inset-top)){
  .ib-standalone .front-header{ padding-top:calc(14px + env(safe-area-inset-top)); }
}

/* Poziv za vklop obvestil (v klepetu, zgoraj) */
#ib-notif-prompt{
  position:fixed; left:12px; right:12px; top:12px; top:calc(12px + env(safe-area-inset-top)); z-index:99998;
  display:flex; align-items:center; gap:10px;
  background:#079af4; color:#fff; padding:12px 14px; border-radius:14px; box-shadow:0 12px 30px rgba(0,0,0,.32);
  font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif; font-size:14px;
  transform:translateY(-180%); transition:transform .35s ease;
}
#ib-notif-prompt.show{ transform:translateY(0); }
#ib-notif-prompt .ib-np-txt{ flex:1; line-height:1.3; }
#ib-notif-prompt .ib-np-go{ background:#fff; color:#0a6fb0; border:0; border-radius:10px; padding:9px 14px; font-weight:700; cursor:pointer; white-space:nowrap; }
#ib-notif-prompt .ib-np-x{ background:transparent; color:#dbeafe; border:0; font-size:15px; cursor:pointer; padding:4px 6px; }

/* Zvonček v spodnji vrstici: vklopljen = rumen */
#ib_notif_icon{ cursor:pointer; }
#ib_notif_icon.ib-notif-on{ color:#ffd24a; }
