.dress-up-game-module__sIKq7a__main{width:min(100%,1200px);padding-bottom:max(24px, env(safe-area-inset-bottom))}.dress-up-game-module__sIKq7a__header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.dress-up-game-module__sIKq7a__iconButton{border:3px solid var(--ink);border-radius:var(--radius-md);background:var(--white);width:68px;min-height:64px;color:var(--ink);cursor:pointer;font:inherit;touch-action:manipulation;justify-content:center;align-items:center;text-decoration:none;display:flex;box-shadow:0 5px #352c4524}.dress-up-game-module__sIKq7a__iconButton svg{stroke-width:3px;width:30px;height:30px}.dress-up-game-module__sIKq7a__iconButton:active{transform:translateY(3px);box-shadow:0 2px #352c4524}.dress-up-game-module__sIKq7a__gameLayout{gap:20px;display:grid}.dress-up-game-module__sIKq7a__stageCard,.dress-up-game-module__sIKq7a__wardrobe{border-radius:var(--radius-lg);box-shadow:var(--shadow-toy)}.dress-up-game-module__sIKq7a__stageCard{background:var(--lilac);place-items:center;min-width:0;padding:18px;display:grid}.dress-up-game-module__sIKq7a__stage{aspect-ratio:2/3;border:5px solid var(--white);border-radius:calc(var(--radius-lg) - 8px);isolation:isolate;background:#f7e8f3;width:min(100%,430px);transition:border-color .16s,background-color .16s;position:relative;overflow:hidden;box-shadow:inset 0 -28px #fff6}.dress-up-game-module__sIKq7a__stageReady{border-color:var(--berry-dark);background:#fce1ec}.dress-up-game-module__sIKq7a__characterBase,.dress-up-game-module__sIKq7a__characterLayer{object-fit:contain;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.dress-up-game-module__sIKq7a__characterBase{z-index:10}.dress-up-game-module__sIKq7a__characterLayer{z-index:20}.dress-up-game-module__sIKq7a__dropHint{z-index:60;border-radius:var(--radius-full);min-width:94px;min-height:54px;color:var(--berry-dark);background:#ffffffe6;border:2px solid #352c452e;justify-content:center;align-items:center;gap:10px;padding:8px 16px;animation:1.2s ease-in-out infinite dress-up-game-module__sIKq7a__hint-bob;display:flex;position:absolute;inset:auto 50% 13px auto;transform:translate(50%)}.dress-up-game-module__sIKq7a__dropHint svg{stroke-width:2.8px;width:28px;height:28px}.dress-up-game-module__sIKq7a__dropHint svg:last-child{color:#c38b14;width:22px}.dress-up-game-module__sIKq7a__dropHintReady{color:var(--mint-ink);background:#fff4c9}.dress-up-game-module__sIKq7a__wardrobe{background:var(--white);flex-direction:column;min-width:0;padding:20px;display:flex}.dress-up-game-module__sIKq7a__progress{grid-template-columns:repeat(6,minmax(0,1fr));gap:7px;margin-bottom:16px;display:grid}.dress-up-game-module__sIKq7a__progress>span{aspect-ratio:1;filter:grayscale();opacity:.42;background:#f4edf8;border:2px solid #352c451f;border-radius:50%;display:block;position:relative;overflow:hidden}.dress-up-game-module__sIKq7a__progress>span img{object-fit:contain;padding:5px}.dress-up-game-module__sIKq7a__progress>.dress-up-game-module__sIKq7a__progressComplete{filter:none;opacity:1;background:#fff2b9;border-color:#cf991c;box-shadow:0 3px #8d294524}.dress-up-game-module__sIKq7a__categories{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:16px;display:grid}.dress-up-game-module__sIKq7a__categories button{border-radius:var(--radius-sm);min-width:0;min-height:84px;color:var(--ink);cursor:pointer;touch-action:manipulation;background:#fff9f2;border:2px solid #352c4529;padding:5px;position:relative}.dress-up-game-module__sIKq7a__categoryArt{width:100%;height:68px;display:block;position:relative}.dress-up-game-module__sIKq7a__categoryArt img{object-fit:contain;padding:4px}.dress-up-game-module__sIKq7a__categories button>svg{background:var(--mint-ink);width:21px;height:21px;color:var(--white);stroke-width:4px;border-radius:50%;padding:3px;position:absolute;top:-7px;left:-5px}.dress-up-game-module__sIKq7a__categories .dress-up-game-module__sIKq7a__categoryActive{border-color:var(--berry-dark);background:var(--lilac);color:var(--lilac-ink)}.dress-up-game-module__sIKq7a__itemsGrid{grid-template-columns:repeat(4,minmax(0,1fr));align-content:start;gap:9px;display:grid}.dress-up-game-module__sIKq7a__itemButton{border-radius:var(--radius-md);background:var(--background);min-width:0;min-height:106px;color:var(--ink);cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;border:3px solid #0000;justify-content:center;align-items:center;padding:5px;display:flex;position:relative}.dress-up-game-module__sIKq7a__itemButton:active{cursor:grabbing}.dress-up-game-module__sIKq7a__itemSelected{border-color:var(--berry-dark);background:#fbe0e8;transform:translateY(-2px);box-shadow:0 5px #8d29452e}.dress-up-game-module__sIKq7a__itemPreview{place-items:center;width:100%;height:92px;display:grid;position:relative}.dress-up-game-module__sIKq7a__itemPreview img{object-fit:contain;padding:2px}.dress-up-game-module__sIKq7a__selectedCheck{background:var(--berry-dark);width:24px;height:24px;color:var(--white);stroke-width:4px;border-radius:50%;padding:4px;position:absolute;top:5px;left:5px}.dress-up-game-module__sIKq7a__actions{grid-template-columns:1.25fr 1fr;gap:10px;margin-top:auto;padding-top:18px;display:grid}.dress-up-game-module__sIKq7a__actions button{border-radius:var(--radius-md);cursor:pointer;touch-action:manipulation;justify-content:center;align-items:center;min-height:60px;display:flex}.dress-up-game-module__sIKq7a__actions button svg{stroke-width:3px;width:32px;height:32px}.dress-up-game-module__sIKq7a__surpriseButton{border:3px solid var(--berry-dark);background:var(--berry-dark);color:var(--white)}.dress-up-game-module__sIKq7a__resetButton{border:3px solid var(--ink);background:var(--white);color:var(--ink)}.dress-up-game-module__sIKq7a__resetButton:disabled{color:#756d7e;cursor:not-allowed;opacity:.72;border-color:#756d7e}.dress-up-game-module__sIKq7a__iconButton:focus-visible,.dress-up-game-module__sIKq7a__categories button:focus-visible,.dress-up-game-module__sIKq7a__itemButton:focus-visible,.dress-up-game-module__sIKq7a__actions button:focus-visible{box-shadow:var(--shadow-focus);outline:0}.dress-up-game-module__sIKq7a__celebration{z-index:80;pointer-events:none;background:#fff8ee47;place-items:center;display:grid;position:absolute;inset:0}.dress-up-game-module__sIKq7a__celebrationMark{border:4px solid var(--white);width:118px;height:118px;box-shadow:var(--shadow-toy);color:var(--white);background:linear-gradient(145deg,#f7cf58,#ee7197);border-radius:50%;place-items:center;animation:.4s cubic-bezier(.2,.8,.2,1) both dress-up-game-module__sIKq7a__celebrate-pop;display:grid;position:relative;transform:rotate(-3deg)}.dress-up-game-module__sIKq7a__celebrationMark svg{width:88px;height:88px;position:absolute}.dress-up-game-module__sIKq7a__celebrationMark span{font-size:3.4rem;line-height:1;position:relative}.dress-up-game-module__sIKq7a__confetti{position:absolute;inset:0}.dress-up-game-module__sIKq7a__confetti span{background:var(--berry);border-radius:4px;width:16px;height:16px;animation:.9s ease-out both dress-up-game-module__sIKq7a__confetti-burst;position:absolute;top:42%;left:48%}.dress-up-game-module__sIKq7a__confetti span:nth-child(3n){background:#dfaa27}.dress-up-game-module__sIKq7a__confetti span:nth-child(3n+2){background:#55a981;border-radius:50%}.dress-up-game-module__sIKq7a__confetti span:first-child{--x:-150px;--y:-180px}.dress-up-game-module__sIKq7a__confetti span:nth-child(2){--x:-90px;--y:-230px}.dress-up-game-module__sIKq7a__confetti span:nth-child(3){--x:-25px;--y:-190px}.dress-up-game-module__sIKq7a__confetti span:nth-child(4){--x:55px;--y:-215px}.dress-up-game-module__sIKq7a__confetti span:nth-child(5){--x:130px;--y:-150px}.dress-up-game-module__sIKq7a__confetti span:nth-child(6){--x:170px;--y:-40px}.dress-up-game-module__sIKq7a__confetti span:nth-child(7){--x:130px;--y:130px}.dress-up-game-module__sIKq7a__confetti span:nth-child(8){--x:50px;--y:190px}.dress-up-game-module__sIKq7a__confetti span:nth-child(9){--x:-30px;--y:175px}.dress-up-game-module__sIKq7a__confetti span:nth-child(10){--x:-115px;--y:125px}.dress-up-game-module__sIKq7a__confetti span:nth-child(11){--x:-175px;--y:30px}.dress-up-game-module__sIKq7a__confetti span:nth-child(12){--x:-170px;--y:-80px}.dress-up-game-module__sIKq7a__dragPreview{z-index:999;border:4px solid var(--white);border-radius:var(--radius-md);background:var(--lilac);pointer-events:none;place-items:center;width:108px;height:108px;display:grid;position:fixed;transform:translate(-50%,-50%)rotate(-4deg);box-shadow:0 8px 20px #352c453d}.dress-up-game-module__sIKq7a__dragPreview img{object-fit:contain;padding:5px}.dress-up-game-module__sIKq7a__dragPreviewReady{border-color:var(--berry-dark);background:#fbe0e8}.dress-up-game-module__sIKq7a__srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes dress-up-game-module__sIKq7a__celebrate-pop{0%{opacity:0;transform:scale(.6)rotate(-7deg)}to{opacity:1;transform:scale(1)rotate(-3deg)}}@keyframes dress-up-game-module__sIKq7a__hint-bob{0%,to{transform:translate(50%)translateY(0)}50%{transform:translate(50%)translateY(-7px)}}@keyframes dress-up-game-module__sIKq7a__confetti-burst{0%{opacity:1;transform:translate(0)rotate(0)}to{opacity:0;transform:translate(var(--x), var(--y)) rotate(360deg)}}@media (min-width:768px){.dress-up-game-module__sIKq7a__gameLayout{grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);align-items:stretch}.dress-up-game-module__sIKq7a__stageCard,.dress-up-game-module__sIKq7a__wardrobe{min-height:610px}}@media (min-width:768px) and (max-height:900px) and (orientation:landscape){.dress-up-game-module__sIKq7a__main{padding-top:18px}.dress-up-game-module__sIKq7a__header{margin-bottom:14px}.dress-up-game-module__sIKq7a__stageCard,.dress-up-game-module__sIKq7a__wardrobe{min-height:0;max-height:calc(100vh - 126px)}.dress-up-game-module__sIKq7a__stage{width:min(100%,66.6667vh - 114.667px)}.dress-up-game-module__sIKq7a__itemButton{min-height:101px}.dress-up-game-module__sIKq7a__itemPreview{height:63px}}@media (max-width:560px){.dress-up-game-module__sIKq7a__main{padding-top:16px}.dress-up-game-module__sIKq7a__header{margin-bottom:16px}.dress-up-game-module__sIKq7a__iconButton{border-width:2px;min-height:62px}.dress-up-game-module__sIKq7a__iconButton svg{width:21px;height:21px}.dress-up-game-module__sIKq7a__stageCard{padding:12px}.dress-up-game-module__sIKq7a__stage{width:min(100%,330px)}.dress-up-game-module__sIKq7a__wardrobe{padding:16px 12px}.dress-up-game-module__sIKq7a__categories{gap:5px}.dress-up-game-module__sIKq7a__itemsGrid{gap:6px}.dress-up-game-module__sIKq7a__itemButton{border-width:2px;min-height:96px}.dress-up-game-module__sIKq7a__itemPreview{height:84px}.dress-up-game-module__sIKq7a__actions{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.dress-up-game-module__sIKq7a__stage,.dress-up-game-module__sIKq7a__iconButton{transition-duration:.01ms}.dress-up-game-module__sIKq7a__celebrationMark,.dress-up-game-module__sIKq7a__dropHint,.dress-up-game-module__sIKq7a__confetti span{animation:none}.dress-up-game-module__sIKq7a__confetti span{opacity:0}}
