/* CBESTN 앱 설치 배너 — 화면 아래, 한 손 엄지가 닿는 자리. 브리핑 플레이어가 떠 있으면 그 위로 올라간다. */
.cbp-bar{position:fixed;left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));z-index:99980;display:grid;grid-template-columns:48px 1fr auto auto;align-items:center;gap:12px;max-width:560px;margin:0 auto;padding:12px 10px 12px 12px;border-radius:18px;background:#16284f;color:#fff;box-shadow:0 14px 40px -10px rgba(10,20,48,.6);font-size:15px;line-height:1.45;animation:cbp-in .35s ease-out}
body.cbb-has-bar .cbp-bar{bottom:calc(88px + env(safe-area-inset-bottom))}
.cbp-ico{width:48px;height:48px;border-radius:12px;display:block}
.cbp-txt{min-width:0;display:grid;gap:2px}
.cbp-txt strong{font-weight:800}
.cbp-txt span{font-size:.86em;color:rgba(255,255,255,.78)}
.cbp-go{min-height:44px;padding:0 18px;border:0;border-radius:999px;background:#f08a24;color:#1b1407;font:inherit;font-weight:800;white-space:nowrap;cursor:pointer}
.cbp-x{width:36px;height:44px;border:0;background:transparent;color:rgba(255,255,255,.7);font-size:16px;cursor:pointer}
.cbp-go:focus-visible,.cbp-x:focus-visible{outline:3px solid #fff;outline-offset:2px}
.cbp-share{display:inline-block;width:1.1em;height:1.25em;vertical-align:-.25em;background:no-repeat center/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 28' fill='none' stroke='%2379b8ff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 17V3M7 7.5 12 3l5 4.5'/%3E%3Cpath d='M8 11H5v14h14V11h-3'/%3E%3C/svg%3E")}
@media (max-width:420px){.cbp-bar{grid-template-columns:40px 1fr auto;row-gap:8px}.cbp-ico{width:40px;height:40px}.cbp-x{position:absolute;top:2px;right:2px;height:32px}.cbp-go{grid-column:1/-1}}
@keyframes cbp-in{from{transform:translateY(24px);opacity:0}to{transform:none;opacity:1}}
@media (prefers-reduced-motion:reduce){.cbp-bar{animation:none}}
