.hmg-storage-notice,
.hmg-storage-notice * { box-sizing:border-box; }

.hmg-storage-notice {
  position:fixed;
  z-index:2147483000;
  right:18px;
  bottom:18px;
  width:min(460px,calc(100vw - 28px));
  color:#f7f7f5;
  background:rgba(15,16,19,.96);
  border:1px solid rgba(255,255,255,.16);
  border-radius:18px;
  box-shadow:0 22px 70px rgba(0,0,0,.55);
  backdrop-filter:blur(20px) saturate(130%);
  -webkit-backdrop-filter:blur(20px) saturate(130%);
  font-family:Inter,"DM Sans",Arial,Helvetica,sans-serif;
  text-align:left;
  animation:hmg-storage-enter .24s ease-out both;
}

.hmg-storage-notice__inner { padding:22px; }
.hmg-storage-notice__eyebrow { margin:0 0 7px; color:#e34a50; font-size:10px; line-height:15px; font-weight:800; letter-spacing:.16em; text-transform:uppercase; }
.hmg-storage-notice__title { margin:0; color:#fff; font-size:19px; line-height:25px; font-weight:750; letter-spacing:-.01em; }
.hmg-storage-notice__copy { margin:10px 0 0; color:#c2c4ca; font-size:13px; line-height:20px; }
.hmg-storage-notice__copy a { color:#fff; text-decoration:underline; text-underline-offset:3px; }
.hmg-storage-notice__copy a:hover { color:#ff777c; }
.hmg-storage-notice__actions { display:flex; flex-wrap:wrap; gap:9px; margin-top:17px; }
.hmg-storage-notice__button { min-height:42px; margin:0; padding:10px 15px; border:1px solid rgba(255,255,255,.2); border-radius:10px; cursor:pointer; font:750 11px/16px Inter,"DM Sans",Arial,sans-serif; letter-spacing:.06em; text-transform:uppercase; transition:transform .16s ease,background .16s ease,border-color .16s ease; }
.hmg-storage-notice__button:hover { transform:translateY(-1px); }
.hmg-storage-notice__button:focus-visible { outline:2px solid #fff; outline-offset:2px; }
.hmg-storage-notice__button--primary { color:#fff; background:#c92129; border-color:#e0444b; }
.hmg-storage-notice__button--primary:hover { background:#df3038; }
.hmg-storage-notice__button--quiet { color:#d2d4d9; background:rgba(255,255,255,.045); }
.hmg-storage-notice__button--quiet:hover { background:rgba(255,255,255,.09); border-color:rgba(255,255,255,.3); }

@keyframes hmg-storage-enter { from { opacity:0; transform:translateY(12px); } to { opacity:1; transform:translateY(0); } }
@media (max-width:560px) {
  .hmg-storage-notice { right:14px; bottom:14px; width:calc(100vw - 28px); border-radius:15px; }
  .hmg-storage-notice__inner { padding:19px; }
  .hmg-storage-notice__actions { display:grid; grid-template-columns:1fr; }
  .hmg-storage-notice__button { width:100%; }
}
@media (prefers-reduced-motion:reduce) {
  .hmg-storage-notice { animation:none; }
  .hmg-storage-notice__button { transition:none; }
}
