/* Curated transparent artwork, airy shelves, and a small selection drawer. */
.unified-ready #page-stickers { padding: 122px 36px 64px; }
.sticker-plaza { max-width: 1368px; margin: auto; }
.sticker-plaza-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; padding: 20px 0 36px; }
.sticker-plaza-eyebrow { font-size: 12px; color: var(--fg-muted); letter-spacing: .03em; }
.sticker-plaza-head h1 { margin: 14px 0 16px; font-size: clamp(32px, 3.5vw, 46px); font-weight: 450; line-height: 1.25; letter-spacing: -.045em; }
.sticker-plaza-head p { max-width: 570px; color: var(--fg-muted); font-size: 14px; line-height: 1.9; }
.sticker-plaza-basket { flex-shrink: 0; display: inline-flex; align-items: center; gap: 14px; min-height: 46px; padding: 12px 18px; border: 1px solid var(--border-strong); border-radius: 28px; color: var(--fg); background: color-mix(in srgb, var(--bg-card) 75%, transparent); font-size: 13px; }
.sticker-plaza-basket [data-plaza-basket-count] { min-width: 22px; height: 22px; padding: 0 5px; display: inline-grid; place-items: center; border-radius: 50%; background: var(--pop-soft); color: var(--pop); font-size: 11px; }
.sticker-plaza-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; border-top: 1px solid var(--border); }
.sticker-plaza-categories { display: flex; gap: 8px; flex-wrap: wrap; min-width: 0; }
.sticker-plaza-categories button { min-height: 42px; padding: 10px 17px; border-radius: 26px; border: 1px solid transparent; color: var(--fg-muted); background: transparent; font-size: 13px; white-space: nowrap; transition: background .2s, color .2s, border-color .2s; }
.sticker-plaza-categories button:hover { color: var(--fg); background: var(--bg-card); }
.sticker-plaza-categories button.active { background: var(--bg-card); border-color: var(--border); color: var(--fg); box-shadow: var(--shadow-sm); }
.sticker-plaza-search { display: flex; gap: 9px; align-items: center; width: 270px; flex-shrink: 0; padding: 0 14px; min-height: 43px; border: 1px solid var(--border); border-radius: 26px; background: color-mix(in srgb, var(--bg-card) 80%, transparent); }
.sticker-plaza-search svg { width: 18px; height: 18px; color: var(--fg-muted); flex-shrink: 0; }
.sticker-plaza-search input { width: 100%; min-width: 0; padding: 10px 0; background: transparent; border: 0; outline: none; color: var(--fg); font-size: 12px; }
.sticker-plaza-search:focus-within { border-color: var(--fg-muted); }
.sticker-plaza-search input::placeholder { color: var(--fg-dim); }
.sticker-plaza-results { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 0 0 22px; color: var(--fg-muted); font-size: 12px; }
.sticker-plaza-results a { color: var(--fg); }
.sticker-plaza-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.sticker-plaza-card { min-width: 0; border-radius: 22px; border: 1px solid color-mix(in srgb, var(--bg-card) 90%, var(--border)); background: color-mix(in srgb, var(--bg-card) 76%, transparent); box-shadow: 0 5px 20px rgba(54, 77, 88, .035); overflow: hidden; animation: sticker-arrive .45s both; animation-delay: calc(var(--sticker-order) * 30ms); transition: box-shadow .25s, transform .3s; }
.sticker-plaza-card:hover { transform: translateY(-4px); box-shadow: 0 18px 32px rgba(54, 77, 88, .08); }
.sticker-plaza-art { display: grid; place-items: center; aspect-ratio: 1.1; padding: 35px; background: radial-gradient(ellipse at 48% 43%, rgba(231, 225, 214, .24), transparent 68%), linear-gradient(150deg, rgba(232,234,237,.5), rgba(248, 244, 237, .45)); }
.sticker-plaza-card:nth-child(4n + 2) .sticker-plaza-art { background: radial-gradient(ellipse at 52% 46%, rgba(230, 224, 235, .28), transparent 70%), rgba(235, 239, 245, .3); }
.sticker-plaza-card:nth-child(4n + 3) .sticker-plaza-art { background: radial-gradient(ellipse at 48% 46%, rgba(242, 228, 216, .4), transparent 70%), rgba(246, 239, 231, .3); }
.sticker-plaza-card:nth-child(4n + 4) .sticker-plaza-art { background: radial-gradient(ellipse at 48% 46%, rgba(226,229,234,.35), transparent 70%), rgba(235,237,241,.3); }
.sticker-plaza-art img { display: block; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 10px 8px rgba(30, 46, 45, .065)); transition: transform .4s cubic-bezier(.2,.8,.2,1); }
.sticker-plaza-card:hover .sticker-plaza-art img { transform: rotate(-3deg) scale(1.06); }
.sticker-plaza-card-content { padding: 22px; }
.sticker-plaza-card-title { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.sticker-plaza-card h2 { font-size: 17px; font-weight: 500; line-height: 1.4; overflow-wrap: anywhere; }
.sticker-plaza-card-title > span { font-size: 10px; color: var(--fg-muted); white-space: nowrap; }
.sticker-plaza-card-content > p { margin-top: 9px; min-height: 37px; color: var(--fg-muted); font-size: 11px; line-height: 1.7; }
.sticker-add-button { width: 100%; display: flex; align-items: center; justify-content: center; gap: 7px; min-height: 42px; margin-top: 17px; padding: 10px 12px; border: 1px solid var(--border-strong); border-radius: 25px; background: transparent; color: var(--fg); font-size: 12px; transition: background .2s, border-color .2s, color .2s; }
.sticker-add-button svg { width: 17px; height: 17px; }
.sticker-add-button:hover { background: var(--bg-soft); }
.sticker-add-button.is-added { color: #477366; background: rgba(90,109,141,.065); border-color: rgba(90,109,141,.24); }
.sticker-add-button.just-added svg { animation: sticker-check .4s ease both; }
.sticker-plaza-empty { grid-column: 1 / -1; min-height: 310px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 36px; border: 1px dashed var(--border-strong); border-radius: 22px; text-align: center; }
.sticker-plaza-empty h2 { font-size: 22px; font-weight: 400; }
.sticker-plaza-empty p { color: var(--fg-muted); font-size: 13px; margin: 14px 0 24px; }
.sticker-plaza-empty button { min-height: 44px; padding: 10px 22px; border: 1px solid var(--border-strong); border-radius: 24px; color: var(--fg); background: var(--bg-card); }
.sticker-plaza-feedback { min-height: 20px; margin-top: 24px; font-size: 12px; color: var(--fg-muted); text-align: center; }
.sticker-plaza-loading { grid-column: 1 / -1; min-height: 320px; border-radius: 22px; background: linear-gradient(110deg, var(--bg-soft) 20%, var(--bg-card) 45%, var(--bg-soft) 70%); background-size: 200% 100%; animation: sticker-loading 1.7s linear infinite; }
.un-nav-actions .sticker-basket-trigger { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 0 5px; color: inherit; white-space: nowrap; font-size: 12px; line-height: 1; }
.un-nav-actions .sticker-basket-symbol { display: grid; place-items: center; flex: 0 0 34px; width: 34px; height: 34px; padding: 0; border: 1px solid currentColor; border-color: color-mix(in srgb, currentColor 18%, transparent); border-radius: 50%; background: color-mix(in srgb, currentColor 4%, transparent); }
.un-nav-actions .sticker-basket-trigger .sticker-basket-symbol > svg { position: static; display: block; width: 20px; height: 20px; margin: 0; padding: 0; flex: none; transform: none; }
.un-nav-actions .sticker-basket-count { display: inline-grid; place-items: center; flex-shrink: 0; min-width: 22px; height: 22px; padding: 0 5px; margin: 0; border-radius: 22px; color: inherit; background: rgba(128, 128, 128, .12); font-size: 10px; font-weight: 500; line-height: 1; font-variant-numeric: tabular-nums; }
.sticker-basket-open { overflow: hidden; }
.sticker-basket-drawer { position: fixed; inset: 14px 14px 14px auto; width: 430px; max-width: calc(100vw - 28px); height: calc(100dvh - 28px); max-height: none; padding: 0; margin: 0; border: 1px solid var(--border); border-radius: 24px; background: var(--bg-card); color: var(--fg); box-shadow: 0 24px 90px rgba(28, 45, 55, .14); overflow: hidden; }
.sticker-basket-drawer[open] { display: flex; flex-direction: column; animation: sticker-drawer-in .26s ease-out; }
.sticker-basket-drawer::backdrop { background: rgba(26, 38, 44, .22); backdrop-filter: blur(5px); }
.sticker-drawer-head { display: flex; gap: 16px; align-items: start; justify-content: space-between; padding: 28px 26px 20px; }
.sticker-drawer-head h2 { font-size: 25px; font-weight: 450; }
.sticker-drawer-head p { margin-top: 12px; color: var(--fg-muted); font-size: 12px; line-height: 1.8; }
.sticker-icon-button { display: grid; place-items: center; flex: 0 0 40px; width: 40px; height: 40px; border: 1px solid var(--border); border-radius: 50%; font-size: 22px; font-weight: 300; color: var(--fg-muted); background: transparent; }
.sticker-icon-button:hover { color: var(--fg); background: var(--bg-soft); }
.sticker-drawer-content { flex: 1; min-height: 0; overflow-y: auto; padding: 0 24px 24px; overscroll-behavior: contain; }
.sticker-basket-list { padding: 0; margin: 0; list-style: none; }
.sticker-basket-list li { display: flex; align-items: center; gap: 15px; padding: 17px 0; border-bottom: 1px solid var(--border); }
.sticker-basket-thumb { display: grid; place-items: center; flex: 0 0 70px; height: 70px; padding: 10px; border-radius: 14px; background: var(--bg-soft); }
.sticker-basket-thumb img { width: 100%; height: 100%; object-fit: contain; }
.sticker-basket-list li > div { flex: 1; min-width: 0; }
.sticker-basket-list h3 { font-size: 14px; font-weight: 500; overflow-wrap: anywhere; }
.sticker-basket-list p { margin-top: 7px; font-size: 11px; color: var(--fg-muted); }
.sticker-basket-list .sticker-icon-button { border: 0; }
.sticker-basket-empty { min-height: 340px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.sticker-basket-empty > svg { width: 50px; height: 50px; color: var(--fg-dim); margin-bottom: 25px; }
.sticker-basket-empty h3 { font-size: 19px; font-weight: 400; }
.sticker-basket-empty p { margin: 14px 0 24px; font-size: 12px; color: var(--fg-muted); line-height: 1.8; }
.sticker-basket-empty a { font-size: 13px; border-bottom: 1px solid var(--border-strong); padding-bottom: 5px; }
.sticker-drawer-foot { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 26px calc(20px + env(safe-area-inset-bottom)); border-top: 1px solid var(--border); }
.sticker-drawer-foot > a { font-size: 13px; color: var(--fg-muted); }
.sticker-primary-button { display: inline-flex; justify-content: center; align-items: center; gap: 24px; min-height: 46px; border: 0; border-radius: 26px; background: var(--fg); color: var(--bg); padding: 12px 24px; font-size: 13px; }
.sticker-primary-button:disabled { opacity: .35; cursor: default; }
.sticker-plaza button:focus-visible, .sticker-basket-trigger:focus-visible, .sticker-basket-drawer button:focus-visible, .sticker-basket-drawer a:focus-visible { outline: 2px solid var(--pop); outline-offset: 3px; }
[data-theme="dark"] .sticker-plaza-art { background: linear-gradient(145deg, rgba(197,202,210,.06), rgba(210, 204, 194, .09)) !important; }
[data-theme="dark"] .sticker-add-button.is-added { color: #a8b8d3; }
@keyframes sticker-arrive { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@keyframes sticker-check { 0% { transform: scale(.65); } 55% { transform: scale(1.2); } 100% { transform: scale(1); } }
@keyframes sticker-loading { from { background-position: 100% 0; } to { background-position: -100% 0; } }
@keyframes sticker-drawer-in { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } }
@media (max-width: 1200px) {
  .sticker-plaza-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
  .un-nav-actions .sticker-basket-label { display: none; }
  .sticker-plaza-toolbar { align-items: start; }
}
@media (max-width: 800px) {
  .unified-ready #page-stickers { padding: 88px 20px 34px; }
  .sticker-plaza-head { padding: 10px 0 26px; align-items: start; flex-direction: column; gap: 20px; }
  .sticker-plaza-head h1 { font-size: 33px; margin-top: 12px; }
  .sticker-plaza-head p { max-width: 420px; font-size: 12px; line-height: 1.9; }
  .sticker-plaza-eyebrow { font-size: 10px; }
  .sticker-plaza-basket { min-height: 44px; padding: 9px 16px; font-size: 12px; }
  .sticker-plaza-toolbar { flex-direction: column-reverse; gap: 17px; padding: 20px 0; }
  .sticker-plaza-search { width: 100%; min-height: 44px; }
  .sticker-plaza-categories { width: 100%; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 3px; scrollbar-width: none; }
  .sticker-plaza-categories::-webkit-scrollbar { display: none; }
  .sticker-plaza-categories button { min-height: 40px; padding: 9px 15px; font-size: 12px; }
  .sticker-plaza-results { font-size: 10px; padding-bottom: 18px; }
  .sticker-plaza-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .sticker-plaza-card { border-radius: 18px; }
  .sticker-plaza-art { padding: 25px; aspect-ratio: 1; }
  .sticker-plaza-card-content { padding: 15px 13px; }
  .sticker-plaza-card-title { display: block; }
  .sticker-plaza-card h2 { font-size: 14px; }
  .sticker-plaza-card-title > span { display: block; margin-top: 6px; font-size: 9px; }
  .sticker-plaza-card-content > p { min-height: 35px; font-size: 10px; margin-top: 7px; }
  .sticker-add-button { min-height: 42px; font-size: 10px; gap: 4px; margin-top: 12px; padding: 9px 5px; }
  .sticker-add-button svg { width: 14px; height: 14px; }
  .un-nav-actions .sticker-basket-trigger { gap: 5px; padding: 0 2px; }
  .un-nav-actions .sticker-basket-symbol { flex-basis: 32px; width: 32px; height: 32px; }
  .un-nav-actions .sticker-basket-count { min-width: 20px; height: 20px; padding: 0 4px; font-size: 9px; }
  .sticker-basket-drawer { inset: auto 0 0; width: 100%; max-width: 100%; height: min(82dvh, 740px); border-radius: 24px 24px 0 0; border-bottom: 0; }
  .sticker-drawer-head { padding: 24px 22px 18px; }
  .sticker-drawer-head h2 { font-size: 23px; }
  .sticker-drawer-content { padding: 0 22px 20px; }
  .sticker-drawer-foot { padding-left: 22px; padding-right: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  .sticker-plaza *, .sticker-basket-drawer { animation: none !important; transition: none !important; }
}
