/* v2.4 experimental: optional sticker sheets and richer set results */
.sticker-search-box{display:grid;gap:8px;margin-top:11px;padding:10px;background:#151d2b;border-left:3px solid #d8b423;border-radius:7px}.sticker-search-title{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.sticker-search-title b{font-weight:540;font-size:.82rem}.sticker-search-title small,.sticker-search-message{color:var(--muted);font-size:.68rem}.sticker-search-button{width:100%;padding:9px 11px;background:#273247;color:var(--ink);font-weight:520}.sticker-suggestion{display:grid;grid-template-columns:68px minmax(0,1fr) auto;gap:9px;align-items:center;padding:8px;background:#0d1320;border-radius:7px}.sticker-suggestion.confirmed{box-shadow:inset 0 0 0 1px var(--green)}.sticker-suggestion img{width:68px;height:60px;object-fit:contain;background:#fff;border-radius:5px}.sticker-suggestion span{min-width:0}.sticker-suggestion b,.sticker-suggestion small{display:block}.sticker-suggestion b{font-weight:520;font-size:.78rem}.sticker-suggestion small{margin-top:3px;color:var(--muted);font-size:.66rem}.sticker-suggestion button{padding:8px;background:#263248;color:#e7edf5;font-size:.7rem;font-weight:540}
.match{grid-template-columns:118px minmax(0,1fr);gap:13px;padding:12px}.match-image-button{position:relative;width:118px;height:106px;padding:0;overflow:hidden;background:#fff}.match-image-button img{width:100%!important;height:100%!important;object-fit:contain!important;border-radius:0!important}.match-image-button>span{position:absolute;right:5px;bottom:5px;display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#0b1220d9;color:#fff;font-size:1rem}.match-copy{min-width:0}.match-copy>strong{display:block;line-height:1.25}.set-links{display:flex;flex-wrap:wrap;gap:6px;margin-top:9px}.set-links a{padding:6px 8px;border-radius:6px;background:#263248;color:#e2e8f0;text-decoration:none;font-size:.66rem;font-weight:540}.set-links a:active{background:#36445c}
body.gallery-open{overflow:hidden}.set-gallery{position:fixed;z-index:100;inset:0;display:grid;place-items:center;padding:calc(12px + env(safe-area-inset-top)) 10px calc(12px + env(safe-area-inset-bottom))}.gallery-shade{position:absolute;inset:0;width:100%;height:100%;padding:0;border-radius:0;background:#030712ed}.gallery-dialog{position:relative;width:min(100%,780px);height:min(88dvh,820px);display:flex;flex-direction:column;background:#111827;border:1px solid #344158;border-radius:10px;overflow:hidden;box-shadow:0 18px 70px #000}.gallery-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;background:#141b29}.gallery-head h2{font-weight:540}.gallery-head small{display:block;margin-top:2px;color:var(--muted);font-size:.7rem}.gallery-viewport{position:relative;flex:1;min-height:0;display:grid;place-items:center;overflow:hidden;background:#fff;touch-action:none;user-select:none}.gallery-viewport>img{max-width:100%;max-height:100%;object-fit:contain;transform-origin:center;will-change:transform}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:43px;height:54px;padding:0;border-radius:7px;background:#0b1220c9;color:#fff;font-size:2rem}.gallery-prev{left:8px}.gallery-next{right:8px}.gallery-help{text-align:center;padding:8px 10px;color:var(--muted);font-size:.7rem;background:#141b29}
@media(max-width:430px){.match{grid-template-columns:104px minmax(0,1fr)}.match-image-button{width:104px;height:96px}.set-links{grid-column:1/-1}.set-links a{flex:1;text-align:center}.sticker-suggestion{grid-template-columns:58px minmax(0,1fr)}.sticker-suggestion img{width:58px;height:54px}.sticker-suggestion button{grid-column:1/-1;width:100%}}

/* v2.9 gallery carousel */
.gallery-track{position:absolute;inset:0;display:flex;width:100%;height:100%;will-change:transform}.gallery-track.animating{transition:transform .26s cubic-bezier(.22,.72,.2,1)}.gallery-slide{flex:0 0 100%;width:100%;height:100%;display:grid;place-items:center;overflow:hidden;background:#fff}.gallery-slide img{display:block;max-width:100%;max-height:100%;object-fit:contain;transform-origin:center;will-change:transform;user-select:none;-webkit-user-drag:none}.gallery-arrow{z-index:3}.gallery-arrow:disabled{opacity:.28;pointer-events:none}@media(prefers-reduced-motion:reduce){.gallery-track.animating{transition:none}}

/* v2.10 gallery thumbnail map */
.gallery-thumbs{display:flex;flex:0 0 auto;gap:7px;overflow-x:auto;padding:7px 9px;background:#0d1421;scrollbar-width:none;overscroll-behavior-x:contain}.gallery-thumbs::-webkit-scrollbar{display:none}.gallery-thumb{flex:0 0 54px;width:54px;height:43px;padding:2px;overflow:hidden;border:2px solid transparent;border-radius:6px;background:#263248;opacity:.68;transition:border-color .16s ease,opacity .16s ease,transform .16s ease}.gallery-thumb.active{border-color:#ffd72e;opacity:1;transform:translateY(-1px)}.gallery-thumb img{display:block;width:100%;height:100%;object-fit:cover;border-radius:3px;background:#fff}@media(prefers-reduced-motion:reduce){.gallery-thumb{transition:none}}
