/* ALICE mobile polish — final corrective layer */
@media (max-width: 768px){
  body{overflow-x:hidden!important}

  /* Product rails and grids */
  .products-marquee,
  .empty-cart-products{
    width:100%!important;
    max-width:100%!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    padding:4px 2px 12px!important;
    scroll-snap-type:x mandatory!important;
    scrollbar-width:none!important;
  }
  .products-marquee::-webkit-scrollbar,
  .empty-cart-products::-webkit-scrollbar{display:none!important}
  .products-marquee-track,
  .empty-cart-products{
    display:flex!important;
    flex-wrap:nowrap!important;
    gap:10px!important;
    width:max-content!important;
    min-width:100%!important;
  }
  .products-marquee-track>.product-card,
  .empty-cart-products>.product-card{
    flex:0 0 min(43vw,176px)!important;
    width:min(43vw,176px)!important;
    max-width:176px!important;
    min-width:150px!important;
    scroll-snap-align:start!important;
  }
  .product-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }
  .product-card{
    min-width:0!important;
    border-radius:16px!important;
    overflow:hidden!important;
    background:#fff!important;
    box-shadow:0 8px 24px rgba(95,35,59,.09)!important;
  }
  .product-card .product-media{
    position:relative!important;
    width:100%!important;
    height:auto!important;
    aspect-ratio:4/5!important;
    max-height:220px!important;
    overflow:hidden!important;
    background:#f9eef1!important;
  }
  .product-card .product-media>img,
  .product-card .product-image>img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    max-height:none!important;
    aspect-ratio:auto!important;
    object-fit:cover!important;
    object-position:center!important;
  }
  .product-card .wishlist-toggle{
    top:7px!important;
    right:7px!important;
    left:auto!important;
    width:29px!important;
    height:29px!important;
    min-width:29px!important;
    padding:0!important;
    border:1px solid rgba(151,47,87,.13)!important;
    background:rgba(255,255,255,.94)!important;
    box-shadow:0 5px 15px rgba(70,25,42,.12)!important;
  }
  .product-card .wishlist-toggle svg{width:16px!important;height:16px!important}
  .product-card .product-info{padding:10px!important}
  .product-card .product-info h3{font-size:13px!important;line-height:1.35!important;min-height:0!important;margin:0 0 5px!important}
  .product-card .product-info>p{display:none!important}
  .product-card .rating-line.small{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:4px!important;font-size:9px!important;white-space:nowrap!important}
  .product-card .rating-line.small small{font-size:9px!important;overflow:hidden!important;text-overflow:ellipsis!important}
  .product-card .price-row{margin-top:5px!important;display:flex!important;align-items:center!important;gap:4px!important;flex-wrap:wrap!important}
  .product-card .price{font-size:13px!important}
  .product-card .old-price{font-size:9px!important}
  .product-card .product-actions{
    display:grid!important;
    grid-template-columns:36px minmax(0,1fr)!important;
    gap:6px!important;
    margin-top:8px!important;
  }
  .product-card .product-actions>*{width:auto!important;min-width:0!important}
  .product-card .product-cart-icon{
    width:36px!important;height:36px!important;min-width:36px!important;
    padding:0!important;border-radius:11px!important;
  }
  .product-card .product-cart-icon svg{width:18px!important;height:18px!important}
  .product-card .product-buy-button{
    width:100%!important;height:36px!important;min-height:36px!important;
    padding:6px 8px!important;font-size:11px!important;border-radius:11px!important;
  }

  /* Cart page: content first, summary second */
  body[data-page="cart"] .cart-layout{
    display:flex!important;
    flex-direction:column!important;
    gap:12px!important;
  }
  body[data-page="cart"] #cartItems{order:1!important;width:100%!important}
  body[data-page="cart"] .summary-card{order:2!important;width:100%!important;position:static!important}
  body[data-page="cart"] .empty-cart-state{
    padding:24px 14px 20px!important;
    text-align:center!important;
  }
  body[data-page="cart"] .empty-cart-icon{font-size:38px!important;margin-bottom:8px!important}
  body[data-page="cart"] .empty-cart-state h2{font-size:23px!important;margin:4px 0 8px!important}
  body[data-page="cart"] .empty-cart-suggestions{padding:4px 10px 14px!important;overflow:hidden!important}
  body[data-page="cart"] .compact-heading{margin:12px 0 10px!important}
  body[data-page="cart"] .compact-heading h2{font-size:20px!important}
  body[data-page="cart"] .cart-item{
    display:grid!important;
    grid-template-columns:70px minmax(0,1fr)!important;
    gap:10px!important;
    padding:10px!important;
  }
  body[data-page="cart"] .cart-item-image,
  body[data-page="cart"] .cart-item-image img{
    width:70px!important;height:80px!important;object-fit:cover!important;border-radius:12px!important;
  }
  body[data-page="cart"] .cart-item>.button{grid-column:2!important;justify-self:start!important;width:auto!important}

  /* Checkout: form before summary */
  body[data-page="checkout"] .checkout-layout{display:flex!important;flex-direction:column!important;gap:12px!important}
  body[data-page="checkout"] #checkoutForm{order:1!important;width:100%!important}
  body[data-page="checkout"] .summary-card{order:2!important;width:100%!important;position:static!important}

  /* Reviews page */
  body[data-page="reviews"] .reviews-horizontal-track,
  body[data-page="reviews"] .reviews-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:12px!important;
    width:100%!important;
    overflow:visible!important;
    padding:0!important;
  }
  body[data-page="reviews"] .public-review,
  body[data-page="reviews"] .reviews-horizontal-track>article{
    width:100%!important;max-width:none!important;min-height:0!important;
    padding:16px!important;border-radius:18px!important;
    display:block!important;
  }
  body[data-page="reviews"] .public-review-head{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:10px!important}
  body[data-page="reviews"] .public-review p{margin:12px 0!important;font-size:13px!important;line-height:1.8!important}
  body[data-page="reviews"] .review-image-row{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:7px!important}
  body[data-page="reviews"] .review-image-thumb{width:100%!important;aspect-ratio:1!important;height:auto!important;border-radius:10px!important;overflow:hidden!important}
  body[data-page="reviews"] .review-image-thumb img{width:100%!important;height:100%!important;object-fit:cover!important}

  /* Quick cart drawer — strict isolation from old page CSS */
  body .quick-cart-backdrop{position:fixed!important;inset:0!important;z-index:99998!important}
  body .quick-cart-drawer{
    position:fixed!important;
    top:0!important;right:0!important;bottom:0!important;left:auto!important;
    width:min(360px,92vw)!important;
    max-width:92vw!important;
    height:100svh!important;
    max-height:100svh!important;
    margin:0!important;
    z-index:99999!important;
    overflow:hidden!important;
    display:flex!important;
    flex-direction:column!important;
    direction:rtl!important;
    background:#fffafc!important;
  }
  body .quick-cart-drawer header{flex:0 0 auto!important;padding:15px 14px 12px!important;background:#fff!important}
  body .quick-cart-drawer header h2{font-size:20px!important;margin:1px 0 0!important}
  body .quick-cart-drawer header button{width:35px!important;height:35px!important;min-width:35px!important;padding:0!important}
  body .quick-cart-meta{flex:0 0 auto!important;padding:9px 14px!important;background:#fff8fa!important}
  body .quick-cart-items{
    flex:1 1 auto!important;
    min-height:0!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    padding:10px!important;
    display:flex!important;
    flex-direction:column!important;
    gap:9px!important;
  }
  body .quick-cart-drawer .quick-cart-item{
    flex:0 0 auto!important;
    width:100%!important;
    min-height:78px!important;
    display:grid!important;
    grid-template-columns:62px minmax(0,1fr) 30px!important;
    align-items:center!important;
    gap:9px!important;
    padding:8px!important;
    margin:0!important;
    overflow:hidden!important;
    border-radius:15px!important;
    background:#fff!important;
  }
  body .quick-cart-drawer .quick-cart-item>img,
  body .quick-cart-drawer .quick-cart-placeholder{
    grid-column:1!important;
    display:block!important;
    width:62px!important;
    min-width:62px!important;
    max-width:62px!important;
    height:68px!important;
    min-height:68px!important;
    max-height:68px!important;
    aspect-ratio:auto!important;
    object-fit:cover!important;
    border-radius:11px!important;
    margin:0!important;
  }
  body .quick-cart-drawer .quick-cart-item>div{grid-column:2!important;min-width:0!important;width:auto!important}
  body .quick-cart-drawer .quick-cart-item>button{grid-column:3!important;width:29px!important;height:29px!important;min-width:29px!important;padding:0!important}
  body .quick-cart-drawer .quick-cart-item strong{font-size:13px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
  body .quick-cart-drawer .quick-cart-item small{font-size:11px!important}
  body .quick-cart-drawer footer{
    flex:0 0 auto!important;
    position:static!important;
    width:100%!important;
    margin:0!important;
    padding:12px 13px 14px!important;
    background:#fff!important;
    z-index:2!important;
  }
  body .quick-cart-drawer footer .button{width:100%!important;min-height:40px!important;padding:9px 12px!important}
}

@media (max-width:380px){
  .products-marquee-track>.product-card,
  .empty-cart-products>.product-card{flex-basis:46vw!important;width:46vw!important;min-width:142px!important}
  .product-grid{gap:7px!important}
  .product-card .product-info{padding:8px!important}
}

/* ===== Final viewport drawer + vivid beauty palette ===== */
/* A transformed body makes position:fixed behave like position:absolute while scrolling. */
html.alice-view-ready body,
html.alice-page-enter body,
html.alice-page-enter.alice-page-ready body,
html.alice-page-leaving body{
  transform:none!important;
}
html.alice-view-ready body{animation:aliceOpacityIn .26s ease both!important}
@keyframes aliceOpacityIn{from{opacity:.18}to{opacity:1}}

:root{
  --alice-hot-pink:#d92f72;
  --alice-berry:#9f315d;
  --alice-plum:#63223d;
  --alice-coral:#ef6b72;
  --alice-rose:#f59ab7;
  --alice-blush:#fff0f5;
  --alice-cream:#fff9f5;
  --alice-gold:#c9913f;
  --alice-ink:#3f2630;
}

body:not(.admin-body){
  color:var(--alice-ink)!important;
  background:
    radial-gradient(circle at 90% 8%,rgba(245,154,183,.24),transparent 25rem),
    radial-gradient(circle at 8% 72%,rgba(239,107,114,.13),transparent 22rem),
    linear-gradient(180deg,#fff9fb 0%,#fff6f1 55%,#fffafd 100%)!important;
}
body:not(.admin-body) .page-hero,
body:not(.admin-body) .hero-section{
  background:linear-gradient(135deg,#fff1f6 0%,#ffe4ee 48%,#fff3df 100%)!important;
}
body:not(.admin-body) .page-hero h1,
body:not(.admin-body) .section-title,
body:not(.admin-body) h1,
body:not(.admin-body) h2{color:var(--alice-plum)}
body:not(.admin-body) .eyebrow,
body:not(.admin-body) .section-kicker,
body:not(.admin-body) .subtitle{color:var(--alice-hot-pink)!important}

body:not(.admin-body) .button.primary,
body:not(.admin-body) .btn-primary,
body:not(.admin-body) .primary-button,
body:not(.admin-body) .checkout-button,
body:not(.admin-body) button[type="submit"],
body:not(.admin-body) .product-buy-button{
  background:linear-gradient(135deg,var(--alice-hot-pink),var(--alice-berry))!important;
  color:#fff!important;
  border-color:transparent!important;
  box-shadow:0 10px 24px rgba(217,47,114,.23)!important;
}
body:not(.admin-body) .button.secondary,
body:not(.admin-body) .btn-secondary{
  background:#fff!important;
  color:var(--alice-berry)!important;
  border-color:rgba(217,47,114,.28)!important;
}
body:not(.admin-body) .product-card,
body:not(.admin-body) .summary-card,
body:not(.admin-body) .review-card,
body:not(.admin-body) .public-review,
body:not(.admin-body) .article-card,
body:not(.admin-body) .category-card,
body:not(.admin-body) .form-card,
body:not(.admin-body) .customer-auth-card{
  border-color:rgba(217,47,114,.14)!important;
  box-shadow:0 12px 30px rgba(117,35,67,.09)!important;
}
body:not(.admin-body) input:focus,
body:not(.admin-body) select:focus,
body:not(.admin-body) textarea:focus{
  border-color:var(--alice-hot-pink)!important;
  box-shadow:0 0 0 4px rgba(217,47,114,.11)!important;
}
body:not(.admin-body) .price,
body:not(.admin-body) .current-price{color:var(--alice-hot-pink)!important}
body:not(.admin-body) .wishlist-toggle,
body:not(.admin-body) .product-cart-icon{color:var(--alice-hot-pink)!important}
body:not(.admin-body) .product-badge{
  background:linear-gradient(135deg,var(--alice-coral),var(--alice-hot-pink))!important;
  color:#fff!important;
}
body:not(.admin-body) footer,
body:not(.admin-body) .site-footer{
  background:linear-gradient(145deg,#3c1c29,#542238)!important;
  color:#fff6fa!important;
}

/* Keep quick cart locked to current viewport at every scroll position. */
body .quick-cart-backdrop{
  position:fixed!important;
  inset:0!important;
  width:100vw!important;
  height:100dvh!important;
  margin:0!important;
  z-index:2147483645!important;
}
body .quick-cart-drawer{
  position:fixed!important;
  inset:0 0 0 auto!important;
  top:0!important;
  right:0!important;
  bottom:0!important;
  left:auto!important;
  height:100dvh!important;
  min-height:100dvh!important;
  max-height:100dvh!important;
  z-index:2147483646!important;
  isolation:isolate!important;
  contain:layout paint!important;
}
body.quick-cart-open{overflow:hidden!important;touch-action:none!important}
body .quick-cart-drawer header{
  background:linear-gradient(135deg,#fff,#fff0f5)!important;
  border-bottom:1px solid rgba(217,47,114,.16)!important;
}
body .quick-cart-drawer footer{
  background:linear-gradient(180deg,rgba(255,255,255,.97),#fff1f6)!important;
  border-top:1px solid rgba(217,47,114,.16)!important;
}

/* ALICE 14 — final mobile, gift and product presentation refinements */
html,body{max-width:100%;overflow-x:hidden}
body[data-page="gift"],body[data-page="gift"] main,body[data-page="gift"] .page-main{width:100%;max-width:100%;overflow-x:clip}
body[data-page="gift"] .container{width:min(100% - 24px,1180px)!important;max-width:1180px!important;margin-inline:auto!important}
body[data-page="gift"] .gift-layout{grid-template-columns:minmax(0,1fr) minmax(280px,360px)!important;width:100%!important;max-width:100%!important;min-width:0!important}
body[data-page="gift"] .gift-layout>*{min-width:0!important;max-width:100%!important}
body[data-page="gift"] #giftProducts{width:100%!important;max-width:100%!important;min-width:0!important}
body[data-page="gift"] .gift-summary,body[data-page="gift"] form,body[data-page="gift"] input,body[data-page="gift"] select,body[data-page="gift"] textarea{max-width:100%!important;min-width:0!important}

.alice-floating-whatsapp{position:fixed;right:max(14px,env(safe-area-inset-right));bottom:max(14px,env(safe-area-inset-bottom));z-index:2147483000;display:flex;align-items:center;gap:8px;min-height:52px;padding:0 18px;border-radius:999px;background:#20c96b;color:#fff!important;text-decoration:none!important;font-weight:800;box-shadow:0 14px 34px rgba(24,135,78,.28);transition:transform .22s ease,box-shadow .22s ease}.alice-floating-whatsapp[hidden]{display:none!important}.alice-floating-whatsapp svg{width:24px;height:24px;flex:0 0 auto}.alice-floating-whatsapp:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(24,135,78,.34)}

.product-card .product-media{aspect-ratio:1/1.08!important;min-height:clamp(260px,32vw,430px)!important;background:linear-gradient(180deg,#fffafc,#f8e9ef)!important;padding:8px!important}
.product-card .product-media img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important}
.product-card .product-info{padding:20px 18px 18px!important;display:flex!important;flex-direction:column!important;align-items:stretch!important}
.product-card-kicker{display:block;margin-bottom:7px;color:#b25b7b;font-size:11px;font-weight:800;letter-spacing:.22em;text-transform:uppercase}
.product-card .product-info h3{margin:0 0 8px!important;font-size:clamp(18px,2vw,25px)!important;line-height:1.3!important;color:#311923!important}
.product-card-size{display:inline-flex;align-self:flex-start;margin:0 0 10px;padding:6px 10px;border:1px solid rgba(178,91,123,.22);border-radius:999px;background:#fff6f9;color:#7b3852;font-size:12px;font-weight:800}
.product-card-lead{display:-webkit-box!important;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin:0 0 7px!important;color:#25161c!important;font-size:15px!important;font-weight:800!important;line-height:1.55!important}
.product-card-description{display:-webkit-box!important;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin:0 0 12px!important;color:#765d67!important;font-size:13px!important;line-height:1.65!important}
.product-card .rating-line{margin-top:auto}

.alice-scroll-reveal{opacity:0;transform:translate3d(0,24px,0);transition:opacity .62s ease,transform .72s cubic-bezier(.2,.75,.2,1);transition-delay:var(--alice-reveal-delay,0ms)}.alice-scroll-reveal.alice-scroll-visible{opacity:1;transform:none}.alice-page-exit{opacity:.35;transform:translate3d(-14px,0,0);transition:opacity .18s ease,transform .18s ease}

@media(max-width:980px){body[data-page="gift"] .gift-layout{grid-template-columns:minmax(0,1fr)!important}.alice-floating-whatsapp span{display:none}.alice-floating-whatsapp{width:52px;padding:0;justify-content:center}}
@media(max-width:700px){body[data-page="gift"] .container{width:min(100% - 18px,1180px)!important}body[data-page="gift"] .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}body[data-page="gift"] .product-card{width:100%!important;min-width:0!important}.product-card .product-media{min-height:190px!important;padding:5px!important}.product-card .product-info{padding:13px 11px!important}.product-card .product-info h3{font-size:15px!important}.product-card-kicker{font-size:9px}.product-card-lead{font-size:12.5px!important;-webkit-line-clamp:2}.product-card-description{font-size:11.5px!important;-webkit-line-clamp:2}.product-card-size{font-size:10px;padding:4px 7px}.product-card .rating-line.small{font-size:11px!important}.alice-floating-whatsapp{right:12px;bottom:12px}}
@media(prefers-reduced-motion:reduce){.alice-scroll-reveal,.alice-page-exit,.alice-floating-whatsapp{transition:none!important;transform:none!important;opacity:1!important}}

/* ALICE 14 — wider product cards for complete imagery and copy */
.products-marquee{
  overflow-x:auto!important;
  overscroll-behavior-inline:contain;
  scroll-snap-type:x proximity;
}
.products-marquee-track{
  gap:18px!important;
}
.products-marquee .product-card,
.products-marquee-track>.product-card{
  flex:0 0 clamp(280px,calc((min(1180px,100vw - 40px) - 54px)/4),360px)!important;
  width:clamp(280px,calc((min(1180px,100vw - 40px) - 54px)/4),360px)!important;
  max-width:360px!important;
  scroll-snap-align:start!important;
}
.all-products-grid,
.product-grid:not(.products-marquee-track){
  grid-template-columns:repeat(3,minmax(260px,1fr))!important;
  gap:18px!important;
}
.product-card{
  min-width:0!important;
}
.product-card .product-media{
  min-height:clamp(300px,30vw,440px)!important;
}
.product-card .product-info{
  min-width:0!important;
  overflow:visible!important;
}
.product-card .product-info h3,
.product-card-lead,
.product-card-description{
  overflow-wrap:anywhere;
  word-break:normal;
}

@media(max-width:1050px){
  .products-marquee .product-card,
  .products-marquee-track>.product-card{
    flex-basis:clamp(260px,calc((100vw - 64px)/3),330px)!important;
    width:clamp(260px,calc((100vw - 64px)/3),330px)!important;
  }
  .all-products-grid,
  .product-grid:not(.products-marquee-track){
    grid-template-columns:repeat(2,minmax(250px,1fr))!important;
  }
}

@media(max-width:700px){
  .products-marquee-track{gap:12px!important;padding-inline:2px!important}
  .products-marquee .product-card,
  .products-marquee-track>.product-card{
    flex:0 0 min(82vw,320px)!important;
    width:min(82vw,320px)!important;
    max-width:320px!important;
  }
  .all-products-grid,
  .product-grid:not(.products-marquee-track){
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:12px!important;
  }
  .product-card .product-media{
    min-height:220px!important;
  }
}

@media(max-width:430px){
  .products-marquee .product-card,
  .products-marquee-track>.product-card{
    flex-basis:min(86vw,330px)!important;
    width:min(86vw,330px)!important;
  }
  .all-products-grid,
  .product-grid:not(.products-marquee-track){
    grid-template-columns:1fr!important;
  }
  .all-products-grid>.product-card,
  .product-grid:not(.products-marquee-track)>.product-card{
    width:100%!important;
    max-width:100%!important;
  }
  .product-card .product-media{
    min-height:300px!important;
  }
}

/* ALICE 14 — keep product descriptions visible on phones */
@media (max-width: 700px) {
  .product-card .product-info > p.product-card-lead {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    overflow: hidden !important;
    margin: 0 0 7px !important;
    color: #25161c !important;
    font-size: 12.5px !important;
    font-weight: 800 !important;
    line-height: 1.55 !important;
  }

  .product-card .product-info > p.product-card-description {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    overflow: hidden !important;
    margin: 0 0 10px !important;
    color: #765d67 !important;
    font-size: 11.5px !important;
    line-height: 1.6 !important;
  }
}

/* === Alice unified notifications, login gate and async roulette === */
.alice-notice-stack{position:fixed;top:max(14px,env(safe-area-inset-top));right:max(14px,env(safe-area-inset-right));z-index:16000;display:grid;gap:10px;width:min(360px,calc(100vw - 28px));pointer-events:none}
.alice-notice{pointer-events:auto;display:grid;grid-template-columns:12px 1fr 30px;align-items:center;gap:10px;padding:13px 14px;border:1px solid rgba(91,45,57,.16);border-radius:16px;background:rgba(255,247,247,.96);box-shadow:0 16px 45px rgba(64,30,39,.18);backdrop-filter:blur(14px);transform:translateX(115%);opacity:0;transition:transform .24s ease,opacity .24s ease;color:#462c34}
.alice-notice.show{transform:none;opacity:1}.alice-notice p{margin:0;font-size:13px;line-height:1.65;font-weight:700}.alice-notice button{border:0;background:transparent;font-size:20px;color:inherit;padding:0}.alice-notice-dot{width:10px;height:10px;border-radius:50%;background:#9b6170;box-shadow:0 0 0 5px rgba(155,97,112,.12)}
.alice-notice-success .alice-notice-dot{background:#3e8a61;box-shadow:0 0 0 5px rgba(62,138,97,.12)}.alice-notice-error .alice-notice-dot{background:#b43f50;box-shadow:0 0 0 5px rgba(180,63,80,.12)}
.alice-busy-overlay{position:fixed;inset:0;z-index:17000;display:grid;place-items:center;padding:20px;background:rgba(47,23,31,.34);backdrop-filter:blur(8px);opacity:0;visibility:hidden;transition:.2s}
.alice-busy-overlay.open{opacity:1;visibility:visible}.alice-busy-card{width:min(310px,calc(100vw - 36px));display:grid;justify-items:center;gap:10px;padding:24px 20px;border-radius:24px;background:linear-gradient(145deg,#fff8f8,#f2dfe4);box-shadow:0 22px 70px rgba(53,23,31,.28);text-align:center}.alice-busy-card strong{font-size:16px;color:#4f2e38}.alice-busy-card small{color:#82666e}
.alice-busy-wheel{position:relative;width:68px;height:68px;border-radius:50%;border:1px solid rgba(137,74,91,.16);animation:aliceWheelSpin 1.05s linear infinite}.alice-busy-wheel span{position:absolute;left:50%;top:50%;width:11px;height:11px;margin:-5.5px;border-radius:50%;background:#a6546e;transform-origin:0 0}.alice-busy-wheel span:nth-child(1){transform:rotate(0deg) translateY(-27px)}.alice-busy-wheel span:nth-child(2){transform:rotate(120deg) translateY(-27px);opacity:.65}.alice-busy-wheel span:nth-child(3){transform:rotate(240deg) translateY(-27px);opacity:.35}@keyframes aliceWheelSpin{to{transform:rotate(360deg)}}
.alice-login-gate{position:fixed;inset:0;z-index:16500;display:grid;place-items:center;padding:18px;opacity:0;visibility:hidden;transition:.22s}.alice-login-gate.visible{opacity:1;visibility:visible}.alice-login-gate-backdrop{position:absolute;inset:0;border:0;background:rgba(43,22,28,.48);backdrop-filter:blur(8px)}.alice-login-gate-card{position:relative;width:min(390px,100%);display:grid;justify-items:center;gap:10px;padding:28px 22px;border-radius:28px;background:linear-gradient(145deg,#fff8f8,#f0dce2);box-shadow:0 28px 90px rgba(44,20,27,.32);text-align:center}.alice-login-gate-card>strong{font-size:21px}.alice-login-gate-card p{margin:0;color:#755c64;line-height:1.8}.alice-login-gate-close{position:absolute;top:12px;left:14px;width:34px;height:34px;border:0;border-radius:50%;background:#ead5dc;font-size:22px}.alice-login-gate-actions{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:5px}.alice-login-gate-actions>*{width:100%}
@media(max-width:600px){.alice-notice-stack{top:max(10px,env(safe-area-inset-top));right:10px;width:calc(100vw - 20px)}.alice-notice{border-radius:14px}.alice-login-gate-actions{grid-template-columns:1fr}.alice-busy-card{padding:21px 16px}}
