#matduk-kok{z-index:60;touch-action:none;--ink:#4a3b33;--cream:#fff6ea;--pink:#ff7fa5;--pink-d:#e05c84;--mint:#7fd8c4;--mint-d:#3fa98f;--sun:#ffd34d;--add:#4cbf7e;--add-d:#2e9960;--sub:#ff9f43;--sub-d:#e07e1b;--div:#8f7ff0;--div-d:#6c5cd4;--shadow:0 10px 24px #4a3b332e;--font:"Chalkboard SE", "Comic Sans MS", "Marker Felt", "Segoe Print", ui-rounded, sans-serif;position:fixed;inset:0;overflow:hidden}#matduk-kok,#matduk-kok *{box-sizing:border-box;margin:0;padding:0}#matduk-kok{height:100%;font-family:var(--font);color:var(--ink);-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;touch-action:none;background:radial-gradient(120% 100% at 50% 0,#5c4636 0%,#3e2e23 70%);overflow:hidden}#matduk-kok #stage{background:#fbe8d8;border-radius:22px;width:1280px;height:800px;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)scale(1);box-shadow:0 30px 80px #00000073}#matduk-kok #back,#matduk-kok #front{width:100%;height:100%;position:absolute;inset:0}#matduk-kok #back{z-index:1}#matduk-kok #npcLayer{z-index:2;pointer-events:none;position:absolute;inset:0}#matduk-kok #front{z-index:3;pointer-events:none}#matduk-kok #ringLayer{z-index:4;pointer-events:none;position:absolute;inset:0}#matduk-kok #tray{z-index:5;pointer-events:none;position:absolute;inset:0}#matduk-kok #countChip{z-index:6}#matduk-kok #handArea,#matduk-kok #drawerArea,#matduk-kok #payBoard,#matduk-kok #stuckBar{z-index:7}#matduk-kok #topbar{z-index:8}#matduk-kok #equation,#matduk-kok #toast{z-index:9}#matduk-kok #fx{z-index:10;pointer-events:none;position:absolute;inset:0}#matduk-kok #modal{z-index:12}#matduk-kok #rotateHint{z-index:13}#matduk-kok .hidden{display:none!important}#matduk-kok #topbar{align-items:center;gap:10px;display:flex;position:absolute;top:10px;left:16px;right:16px}#matduk-kok .brand{color:#fff;text-shadow:0 2px 0 var(--pink-d), 0 4px 10px #00000040;letter-spacing:1px;background:var(--pink);box-shadow:var(--shadow);border:3px solid #fff;border-radius:999px;padding:2px 16px 4px;font-size:26px}#matduk-kok .chip{white-space:nowrap;background:#ffffffeb;border:2.5px solid #4a3b3340;border-radius:999px;padding:5px 14px;font-size:19px;box-shadow:0 4px 10px #4a3b3326}#matduk-kok .chip.money{color:#7a5b10;background:#fff3cd;border-color:#dba512;font-size:22px}#matduk-kok .chip.money.bump{animation:.5s bump}@keyframes bump{40%{transform:scale(1.22)}}#matduk-kok .grow{flex:1}#matduk-kok .iconbtn{cursor:pointer;background:#ffffffeb;border:2.5px solid #4a3b3340;border-radius:50%;place-items:center;width:46px;height:46px;display:grid;box-shadow:0 4px 10px #4a3b3326}#matduk-kok .iconbtn svg{width:26px;height:26px}#matduk-kok .iconbtn:active{transform:scale(.92)}#matduk-kok #npc{width:258px;transition:opacity .3s;position:absolute;top:148px;left:96px}#matduk-kok .crown{pointer-events:none;filter:drop-shadow(0 4px 6px #4a3b334d);width:104px;position:absolute;top:-4px;left:78px;transform:rotate(-6deg)}#matduk-kok #counterCat{width:102px;position:absolute;top:388px;left:828px}#matduk-kok .cat-svg{width:100%;display:block}#matduk-kok .cat-tail{transform-origin:86px 80px;animation:3.2s ease-in-out infinite tailsway}@keyframes tailsway{50%{transform:rotate(16deg)}}#matduk-kok .cat-eyes{transform-origin:58px 44px;animation:5.4s infinite blink}#matduk-kok .npc-svg{width:100%;display:block}#matduk-kok .npc-bob{transform-origin:110px 260px;animation:3.2s ease-in-out infinite bob}@keyframes bob{50%{transform:translateY(-7px)}}#matduk-kok .eyes{transform-origin:110px 112px;animation:4.6s infinite blink}@keyframes blink{0%,94%,to{transform:scaleY(1)}96.5%{transform:scaleY(.08)}}#matduk-kok .m-happy{display:none}#matduk-kok #npc.happy .m-happy{display:block}#matduk-kok #npc.happy .m-idle{display:none}#matduk-kok #npc.enter{animation:.8s cubic-bezier(.2,.9,.3,1.1) both walkin}@keyframes walkin{0%{transform:translate(-420px)}}#matduk-kok #npc.exit{animation:.9s ease-in both walkout}@keyframes walkout{30%{transform:translateY(-26px)translate(-90px)}to{opacity:0;transform:translateY(0)translate(-560px)}}#matduk-kok #bubble{min-width:250px;max-width:400px;box-shadow:var(--shadow);transform-origin:8% 100%;background:#fff;border:3.5px solid #4a3b334d;border-radius:26px;padding:14px 20px 12px;animation:.45s cubic-bezier(.3,1.5,.5,1) both bubblein;position:absolute;top:96px;left:336px}@keyframes bubblein{0%{opacity:0;transform:scale(.2)}}#matduk-kok #bubble:after{content:"";background:#fff;border-bottom:3.5px solid #4a3b334d;border-right:3.5px solid #4a3b334d;border-bottom-right-radius:8px;width:30px;height:30px;position:absolute;bottom:-21px;left:34px;transform:rotate(63deg)skew(20deg)}#matduk-kok .bubble-name{opacity:.55;letter-spacing:.5px;margin-bottom:2px;font-size:16px}#matduk-kok .bubble-text{font-size:24px;line-height:1.25}#matduk-kok .bubble-text b{color:var(--pink-d);font-size:34px}#matduk-kok .bubble-cones{flex-wrap:wrap;gap:2px;max-width:360px;margin-top:8px;display:flex}#matduk-kok .bubble-cones .cone-svg{width:24px;height:34px}#matduk-kok .bubble-check{align-items:center;gap:12px;font-size:25px;display:flex}#matduk-kok .check-svg{width:46px;height:46px}#matduk-kok #countChip{box-shadow:var(--shadow);background:#fff;border:3.5px solid #4a3b334d;border-radius:999px;align-items:baseline;gap:10px;padding:6px 26px;font-size:30px;display:flex;position:absolute;top:512px;left:50%;transform:translate(-50%)}#matduk-kok #countChip .sep{opacity:.4;font-size:24px}#matduk-kok #curCount{color:var(--sub-d);text-align:center;min-width:34px;font-size:40px}#matduk-kok #curCount.over{color:#c94434}#matduk-kok #tgtCount{color:var(--pink-d);text-align:center;min-width:34px;font-size:40px}#matduk-kok #countChip.match{border-color:var(--add);background:#eafbf1}#matduk-kok #countChip.match #curCount{color:var(--add-d)}#matduk-kok #countChip.match{animation:.6s 2 matchpulse}@keyframes matchpulse{50%{transform:translate(-50%)scale(1.12)}}#matduk-kok .scoop{pointer-events:none;width:66px;height:92px;transition:left .55s cubic-bezier(.3,1.3,.4,1),top .55s cubic-bezier(.3,1.3,.4,1);position:absolute}#matduk-kok .scoop-in{filter:drop-shadow(0 1px #ffffffe6)drop-shadow(0 -1px #ffffff8c)drop-shadow(0 9px 7px #4a3b334d);width:100%;height:100%}#matduk-kok .cone-svg{width:100%;height:100%;display:block}#matduk-kok .scoop-in.fall{animation:.62s cubic-bezier(.3,0,.4,1) both fall}@keyframes fall{0%{transform:translateY(-420px)scale(1)}62%{transform:translateY(0)scale(1.12,.84)}78%{transform:translateY(-18px)scale(.96,1.06)}to{transform:translateY(0)scale(1)}}#matduk-kok .scoop-in.popout{animation:.5s ease-in both popout}@keyframes popout{30%{opacity:1;transform:translateY(-30px)scale(1.08)}to{opacity:0;transform:translateY(70px)scale(.5)}}#matduk-kok .scoop-in.cheer{animation:.5s cheer}@keyframes cheer{40%{transform:translateY(-16px)}}#matduk-kok .ring{border:4px dashed var(--div);background:#8f7ff01a;border-radius:26px;transition:opacity .3s;position:absolute}#matduk-kok .ring .ring-label{background:var(--div);color:#fff;white-space:nowrap;border:2.5px solid #fff;border-radius:999px;padding:2px 14px;font-size:19px;position:absolute;top:-19px;left:50%;transform:translate(-50%)}#matduk-kok .ring.keep{border-color:var(--add);background:#4cbf7e1f}#matduk-kok .ring.keep .ring-label{background:var(--add)}#matduk-kok .ring.fadeout{opacity:.25}#matduk-kok #handArea{justify-content:center;align-items:center;gap:18px;display:flex;position:absolute;bottom:14px;left:0;right:0}#matduk-kok #hand{align-items:flex-end;gap:14px;min-height:170px;display:flex}#matduk-kok .card{color:#fff;cursor:pointer;touch-action:none;border:4px solid #fff;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;width:116px;height:154px;transition:transform .18s,opacity .18s;display:flex;box-shadow:0 10px 20px #4a3b334d,inset 0 -10px #0000001f}#matduk-kok .card:hover{transform:translateY(-12px)rotate(-1.5deg)}#matduk-kok .card .glyph{text-shadow:0 3px #0003;font-size:44px;line-height:1}#matduk-kok .card .label{opacity:.95;margin-top:7px;font-size:17px}#matduk-kok .pips{flex-wrap:wrap;justify-content:center;gap:4px;max-width:92px;min-height:12px;margin-top:9px;display:flex}#matduk-kok .pip{background:#fff;border-radius:50%;width:11px;height:11px;box-shadow:inset 0 -2px #0000002e}#matduk-kok .pip.gone{background:#ffffff73;position:relative}#matduk-kok .pip.gone:after{content:"";background:#8c2f1b;border-radius:2px;height:2.5px;position:absolute;top:4.5px;left:-2px;right:-2px;transform:rotate(-35deg)}#matduk-kok .pip-ring{border:2.5px dashed #fff;border-radius:50%;width:14px;height:14px}#matduk-kok .card.op-add{background:linear-gradient(180deg, #5fd494, var(--add) 55%, var(--add-d))}#matduk-kok .card.op-sub{background:linear-gradient(180deg, #ffb56b, var(--sub) 55%, var(--sub-d))}#matduk-kok .card.op-div{background:linear-gradient(180deg, #a99cf5, var(--div) 55%, var(--div-d))}#matduk-kok .card.dragging{opacity:.35}#matduk-kok .card.wobble{animation:.5s wobble}@keyframes wobble{25%{transform:rotate(-7deg)}50%{transform:rotate(6deg)}75%{transform:rotate(-4deg)}}#matduk-kok .card.hint{animation:1s 2 hintpulse}@keyframes hintpulse{40%{transform:translateY(-26px)scale(1.1);box-shadow:0 0 0 8px #ffd34da6,0 14px 26px #4a3b3359}}#matduk-kok .ghost{z-index:11;pointer-events:none;filter:drop-shadow(0 18px 18px #4a3b3359);position:absolute;transform:translate(-50%,-60%)scale(1.08)rotate(3deg)}#matduk-kok .ghost .card{cursor:grabbing}#matduk-kok .ghost.snapback{transition:left .3s,top .3s}#matduk-kok .sidebtn.nudge{animation:1s 2 hintpulse}#matduk-kok #flavorSel{flex-direction:column;gap:8px;display:flex}#matduk-kok .flav-btn{font-family:var(--font);color:var(--ink);cursor:pointer;opacity:.7;background:#ffffffeb;border:3px solid #4a3b3340;border-radius:14px;align-items:center;gap:7px;padding:5px 12px 5px 8px;font-size:17px;transition:transform .15s,opacity .15s;display:flex;box-shadow:0 4px 10px #4a3b3326}#matduk-kok .flav-btn .cone-svg{width:23px;height:32px}#matduk-kok .flav-btn.selected{opacity:1;border-color:var(--mint-d);background:#effbf7;transform:scale(1.08);box-shadow:0 6px 14px #3fa98f59}#matduk-kok .flav-btn.done{border-color:var(--add);background:#f2fbf5}#matduk-kok .flav-btn.done span{color:var(--add-d)}#matduk-kok .flav-btn.hint{animation:1s 2 hintpulse}#matduk-kok .sidebtn{font-family:var(--font);color:var(--ink);cursor:pointer;background:#ffffffeb;border:3px solid #4a3b3340;border-radius:16px;padding:12px 18px;font-size:19px;box-shadow:0 6px 14px #4a3b3333}#matduk-kok .sidebtn:active{transform:scale(.94)}#matduk-kok #stuckBar{box-shadow:var(--shadow);background:#fff3cd;border:3px solid #dba512;border-radius:18px;align-items:center;gap:14px;padding:10px 18px;font-size:21px;display:flex;position:absolute;bottom:196px;left:50%;transform:translate(-50%)}#matduk-kok #stuckBar button{font-family:var(--font);background:var(--sun);cursor:pointer;color:#6b4f0a;border:3px solid #dba512;border-radius:12px;padding:7px 16px;font-size:19px}#matduk-kok #equation{color:var(--ink);box-shadow:var(--shadow);white-space:nowrap;background:#fffffff2;border:4px solid #4a3b3340;border-radius:22px;padding:8px 34px;font-size:52px;animation:1.7s both eq;position:absolute;top:260px;left:50%;transform:translate(-50%)}@keyframes eq{0%{opacity:0;transform:translate(-50%)translateY(24px)scale(.6)}18%{opacity:1;transform:translate(-50%)translateY(0)scale(1)}80%{opacity:1}to{opacity:0;transform:translate(-50%)translateY(-30px)}}#matduk-kok #toast{color:#fff;box-shadow:var(--shadow);white-space:nowrap;background:#4a3b33eb;border-radius:999px;padding:12px 30px;font-size:27px;animation:1.9s both toast;position:absolute;top:392px;left:50%;transform:translate(-50%)}@keyframes toast{0%{opacity:0;transform:translate(-50%)scale(.7)}12%{opacity:1;transform:translate(-50%)scale(1)}82%{opacity:1}to{opacity:0}}#matduk-kok #payBoard{width:620px;box-shadow:var(--shadow);background:#fffffff5;border:4px solid #4a3b3340;border-radius:26px;flex-direction:column;align-items:center;gap:12px;padding:16px 26px 18px;animation:.4s cubic-bezier(.3,1.4,.5,1) both bubblein;display:flex;position:absolute;top:118px;left:50%;transform:translate(-50%)}#matduk-kok .pb-ust{align-items:center;gap:26px;display:flex}#matduk-kok #paidNote .note-svg{filter:drop-shadow(0 6px 8px #4a3b3340);width:200px;height:88px;animation:.5s both notein}@keyframes notein{0%{opacity:0;transform:translateY(-40px)rotate(-8deg)}}#matduk-kok #priceTag{color:var(--pink-d);border:4px dashed var(--pink);background:#ffecf2;border-radius:16px;padding:2px 24px;font-size:46px}#matduk-kok #pbTrack{background:#f2e8dc;border:3px solid #4a3b3340;border-radius:999px;width:100%;height:42px;position:relative;overflow:hidden}#matduk-kok #pbPrice{background:#f9afc4;border-right:3px dashed #4a3b3359;justify-content:flex-end;align-items:center;display:flex;position:absolute;top:0;bottom:0;left:0}#matduk-kok #pbPriceLbl{color:#8a3a55;white-space:nowrap;padding-right:10px;font-size:21px}#matduk-kok #pbGiven{background:var(--mint);width:0;transition:width .35s cubic-bezier(.3,1.2,.5,1),background .2s;position:absolute;top:0;bottom:0}#matduk-kok #pbTrack.over #pbGiven{background:#f28b82}#matduk-kok #pbTrack.full #pbGiven{background:var(--add)}#matduk-kok #pbTotalLbl{color:#4a3b3399;font-size:21px;position:absolute;top:50%;right:12px;transform:translateY(-50%)}#matduk-kok #pbTrack.full #pbTotalLbl{color:#fff}#matduk-kok #giveTray{background:#fffdf6;border:3.5px dashed #4a3b334d;border-radius:18px;flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;width:100%;min-height:78px;padding:8px;display:flex}#matduk-kok #giveTray.over{border-color:var(--mint-d);background:#effbf7}#matduk-kok #giveEmpty{display:none}#matduk-kok .given{cursor:pointer;animation:.25s both bubblein}#matduk-kok .given .note-svg{width:104px;height:46px;display:block}#matduk-kok .given .coin-svg{width:46px;height:46px;display:block}#matduk-kok #pbText{color:var(--ink);opacity:.8;min-height:30px;font-size:24px}#matduk-kok #pbTrack.full~#pbText{color:var(--add-d)}#matduk-kok #giveBtn{font-family:var(--font);color:#fff;background:linear-gradient(180deg, #8fe3b4, var(--add) 60%, var(--add-d));cursor:pointer;border:4px solid #fff;border-radius:18px;padding:12px 34px;font-size:27px;box-shadow:0 8px 16px #2e996066}#matduk-kok #giveBtn:active{transform:scale(.95)}#matduk-kok #giveBtn.ready{animation:1s 2 hintpulse}#matduk-kok #drawerArea{box-shadow:var(--shadow);background:linear-gradient(#8a6642,#6e4e2e);border:4px solid #55391f;border-radius:22px;align-items:center;gap:20px;padding:14px 22px 16px;display:flex;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}#matduk-kok .drawer-label{color:#f2dcc0;letter-spacing:3px;writing-mode:vertical-lr;text-orientation:upright;opacity:.8;font-size:21px}#matduk-kok #drawer{gap:16px;display:flex}#matduk-kok .stack{cursor:pointer;touch-action:none;background:#fff7ea;border:3px solid #d9b08c;border-radius:16px;flex-direction:column;align-items:center;gap:4px;padding:10px 12px 8px;transition:transform .15s;display:flex;position:relative}#matduk-kok .stack:active{transform:scale(.95)}#matduk-kok .stack .note-svg{width:116px;height:51px}#matduk-kok .stack .coin-svg{width:51px;height:51px}#matduk-kok .stack .cnt{color:#7a5b3e;font-size:17px}#matduk-kok .stack.empty{opacity:.35;pointer-events:none}#matduk-kok .stack .badge{background:var(--pink);color:#fff;border:2.5px solid #fff;border-radius:999px;padding:1px 9px;font-size:15px;position:absolute;top:-12px;right:-10px}#matduk-kok .flying{z-index:11;pointer-events:none;transition:left .45s cubic-bezier(.3,.8,.4,1),top .45s cubic-bezier(.3,.8,.4,1),transform .45s;position:absolute}#matduk-kok .flying .note-svg{width:92px}#matduk-kok .flying .coin-svg{width:40px}#matduk-kok #modal{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#3e2e238c;place-items:center;display:grid;position:absolute;inset:0}#matduk-kok #modalCard{overscroll-behavior:contain;background:var(--cream);text-align:center;border:5px solid #4a3b334d;border-radius:30px;width:640px;max-width:92%;max-height:90%;padding:34px 40px 30px;animation:.5s cubic-bezier(.3,1.4,.5,1) both bubblein;overflow-y:auto;box-shadow:0 30px 70px #0006}#matduk-kok .mc-title{color:var(--pink-d);text-shadow:0 3px #fff,0 6px 14px #e05c844d;margin-bottom:4px;font-size:58px}#matduk-kok .mc-sub{opacity:.75;margin-bottom:22px;font-size:24px}#matduk-kok .mc-cones{justify-content:center;gap:4px;margin-bottom:18px;display:flex}#matduk-kok .mc-cones .cone-svg{width:56px;height:78px}#matduk-kok .mc-cones .cone-svg:nth-child(2){transform:translateY(-12px)}#matduk-kok .mc-steps{justify-content:center;gap:14px;margin-bottom:26px;display:flex}#matduk-kok .mc-step{background:#fff;border:3px solid #4a3b3333;border-radius:18px;flex:1;padding:14px 10px;font-size:17px;line-height:1.3}#matduk-kok .mc-step b{color:var(--mint-d);margin-bottom:4px;font-size:30px;display:block}#matduk-kok .mc-stats{flex-wrap:wrap;justify-content:center;gap:18px;margin-bottom:24px;display:flex}#matduk-kok .mc-stat{background:#fff;border:3px solid #4a3b3333;border-radius:18px;padding:12px 22px;font-size:19px}#matduk-kok .mc-stat b{color:var(--sub-d);font-size:34px;display:block}#matduk-kok .mc-stars{justify-content:center;gap:6px;margin-bottom:20px;display:flex}#matduk-kok .mc-stars .star-svg{width:44px;height:44px}#matduk-kok .mc-sub2{color:var(--mint-d);margin:2px 0 12px;font-size:21px}#matduk-kok .shop-grid{justify-content:center;gap:9px;margin-bottom:22px;display:flex}#matduk-kok .shop-item{background:#fff;border:3px solid #4a3b3333;border-radius:16px;flex-direction:column;align-items:center;gap:6px;width:104px;padding:10px 6px 9px;display:flex}#matduk-kok .shop-item.owned{border-color:var(--add);background:#f2fbf5}#matduk-kok .shop-item.locked{opacity:.68}#matduk-kok .shop-prev{place-items:center;height:54px;display:grid}#matduk-kok .awn-swatch{background:repeating-linear-gradient(90deg,#8fd8c8 0 14px,#fff3e4 14px 28px);border:2.5px solid #4a3b3340;border-radius:9px;width:58px;height:36px}#matduk-kok .shop-name{text-align:center;align-items:center;min-height:34px;font-size:14.5px;line-height:1.15;display:flex}#matduk-kok .shop-buy{font-family:var(--font);color:#fff;background:linear-gradient(180deg, #8fe3b4, var(--add) 60%, var(--add-d));cursor:pointer;border:3px solid #fff;border-radius:12px;padding:4px 14px;font-size:17px;box-shadow:0 4px 10px #2e996059}#matduk-kok .shop-buy:active{transform:scale(.94)}#matduk-kok .shop-buy:disabled{filter:grayscale(.9);opacity:.6;cursor:default}#matduk-kok .shop-state{color:var(--add-d);font-size:16px}#matduk-kok .shop-need{opacity:.55;font-size:12.5px}#matduk-kok .bigbtn{font-family:var(--font);color:#fff;background:linear-gradient(180deg, #ff9fbc, var(--pink) 60%, var(--pink-d));cursor:pointer;border:5px solid #fff;border-radius:999px;padding:14px 52px;font-size:30px;box-shadow:0 12px 24px #e05c8473}#matduk-kok .bigbtn:active{transform:scale(.95)}#matduk-kok .linkbtn{font-family:var(--font);cursor:pointer;color:var(--ink);opacity:.5;background:0 0;border:none;margin:14px auto 0;font-size:17px;text-decoration:underline;display:block}#matduk-kok #stickerPop{z-index:11;pointer-events:none;place-items:center;display:grid;position:absolute;inset:0}#matduk-kok .sticker-wrap{flex-direction:column;align-items:center;gap:14px;animation:.7s cubic-bezier(.3,1.6,.5,1) both stickerpop;display:flex}@keyframes stickerpop{0%{opacity:0;transform:scale(.1)rotate(-20deg)}}#matduk-kok .sticker{background:#fff;border-radius:50%;width:180px;height:180px;position:relative;overflow:hidden;box-shadow:0 16px 34px #4a3b3366,0 0 0 5px #fff,0 0 0 9px #4a3b3326}#matduk-kok .sticker .npc-svg{width:158px;position:absolute;top:8px;left:50%;transform:translate(-50%)}#matduk-kok .sticker-label{color:var(--pink-d);box-shadow:var(--shadow);background:#fff;border:3px solid #4a3b3333;border-radius:999px;padding:8px 24px;font-size:25px}#matduk-kok .album-grid{justify-content:center;gap:12px;margin:12px 0 26px;display:flex}#matduk-kok .album-slot{flex-direction:column;align-items:center;gap:7px;width:96px;display:flex}#matduk-kok .album-slot .mini-sticker{background:#fff;border-radius:50%;width:86px;height:86px;position:relative;overflow:hidden;box-shadow:0 6px 14px #4a3b3333,0 0 0 3px #fff,0 0 0 5.5px #4a3b331f}#matduk-kok .album-slot .npc-svg{width:76px;position:absolute;top:4px;left:50%;transform:translate(-50%)}#matduk-kok .album-slot.locked .mini-sticker{box-shadow:none;background:#f2e8dc;border:3px dashed #4a3b334d}#matduk-kok .album-slot.locked .npc-svg{filter:grayscale();opacity:.28}#matduk-kok .album-name{font-size:16px}#matduk-kok .album-slot.locked .album-name{opacity:.5}#matduk-kok .perfect-ribbon{color:#6b4f0a;box-shadow:var(--shadow);background:linear-gradient(#ffe9a8,#ffd34d);border:3px solid #dba512;border-radius:999px;margin-bottom:14px;padding:6px 24px;font-size:21px;display:inline-block}#matduk-kok .confetti{border-radius:3px;width:12px;height:12px;animation:1.3s ease-in both conf;position:absolute}@keyframes conf{0%{opacity:1;transform:translateY(0)rotate(0)}to{opacity:0;transform:translateY(340px)rotate(540deg)}}#matduk-kok .cloud1{animation:26s linear infinite alternate drift1}#matduk-kok .cloud2{animation:20s linear infinite alternate drift2}@keyframes drift1{to{transform:translate(120px)}}@keyframes drift2{to{transform:translate(-90px)}}#matduk-kok .lt{animation:2.6s ease-in-out infinite twinkle}#matduk-kok .tw2{animation-delay:.6s}#matduk-kok .tw3{animation-delay:1.2s}#matduk-kok .tw4{animation-delay:1.8s}@keyframes twinkle{50%{opacity:.45}}#matduk-kok #rotateHint{color:#fff3e4;text-align:center;background:#3e2e23eb;place-items:center;font-size:30px;display:none;position:absolute;inset:0}@media (orientation:portrait) and (max-width:700px){#matduk-kok #rotateHint{display:grid}}#matduk-kok svg text{font-family:var(--font)}#matduk-kok #supplyBoard{z-index:7;width:800px;box-shadow:var(--shadow);background:#fffffff5;border:4px solid #4a3b3340;border-radius:26px;flex-direction:column;align-items:center;gap:10px;padding:14px 22px 16px;animation:.4s cubic-bezier(.3,1.4,.5,1) both bubblein;display:flex;position:absolute;top:108px;left:50%;transform:translate(-50%)}#matduk-kok .sb-baslik{color:var(--mint-d);font-size:23px}#matduk-kok #crates{justify-content:center;gap:14px;display:flex}#matduk-kok .crate{cursor:pointer;background:#fffdf6;border:3px solid #4a3b3333;border-radius:18px;flex-direction:column;align-items:center;gap:3px;width:168px;padding:10px 8px 12px;transition:transform .15s,border-color .15s;display:flex}#matduk-kok .crate:active{transform:scale(.96)}#matduk-kok .crate.secili{border-color:var(--mint-d);background:#effbf7;transform:translateY(-4px)}#matduk-kok .crate.yoksul{opacity:.55;cursor:default}#matduk-kok .crate-gorsel{place-items:center;height:76px;display:grid}#matduk-kok .crate-svg{width:auto;height:76px;display:block}#matduk-kok .crate-ad{font-size:16.5px}#matduk-kok .crate-adet{opacity:.6;font-size:15px}#matduk-kok .crate-fiyat{color:var(--sub-d);background:#fff3cd;border:2.5px dashed #dba512;border-radius:12px;margin-top:2px;padding:1px 14px;font-size:24px}#matduk-kok .crate-eksik{opacity:.55;font-size:13px}#matduk-kok #supplyPay{align-items:center;gap:18px;width:100%;display:flex}#matduk-kok .sb-secili{flex-direction:column;align-items:center;gap:4px;width:150px;display:flex}#matduk-kok .sb-secili .crate-svg{height:58px}#matduk-kok .sb-orta{flex-direction:column;flex:1;gap:7px;display:flex}#matduk-kok #supplyTray{background:#fffdf6;border:3.5px dashed #4a3b334d;border-radius:16px;flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;min-height:62px;padding:6px;display:flex}#matduk-kok #supplyTray.over{border-color:var(--mint-d);background:#effbf7}#matduk-kok #supplyEmpty{opacity:.4;font-size:16px}#matduk-kok #sbTrack{background:#f2e8dc;border:3px solid #4a3b3340;border-radius:999px;height:30px;position:relative;overflow:hidden}#matduk-kok #sbFill{background:var(--mint);width:0;transition:width .35s cubic-bezier(.3,1.2,.5,1),background .2s;position:absolute;top:0;bottom:0;left:0}#matduk-kok #sbTrack.over #sbFill{background:#f28b82}#matduk-kok #sbTrack.full #sbFill{background:var(--add)}#matduk-kok #sbTotalLbl{color:#4a3b33a6;font-size:16px;position:absolute;top:50%;right:10px;transform:translateY(-50%)}#matduk-kok #sbTrack.full #sbTotalLbl{color:#fff}#matduk-kok #sbText{text-align:center;opacity:.85;font-size:18px}#matduk-kok #buyCrateBtn{font-family:var(--font);color:#fff;background:linear-gradient(180deg, #8fe3b4, var(--add) 60%, var(--add-d));cursor:pointer;border:4px solid #fff;border-radius:16px;padding:12px 20px;font-size:22px;box-shadow:0 8px 16px #2e996066}#matduk-kok #buyCrateBtn:active{transform:scale(.95)}#matduk-kok #buyCrateBtn.ready{animation:1s 2 hintpulse}#matduk-kok .chip.kulah{align-items:center;gap:4px;font-size:20px;display:inline-flex}#matduk-kok .chip.kulah .kulah-ikon{width:20px;height:28px;display:block}#matduk-kok .chip.kulah.az{color:#8c2f1b;background:#ffe2e2;border-color:#c94434}#matduk-kok .kar-kutu{text-align:left;background:#fff;border:3px solid #4a3b3333;border-radius:18px;margin-bottom:20px;padding:14px 18px 12px}#matduk-kok .kar-baslik{opacity:.6;margin-bottom:8px;font-size:17px}#matduk-kok .kar-satir{align-items:center;gap:10px;margin-bottom:7px;display:flex}#matduk-kok .kar-ad{flex:none;width:108px;font-size:17px}#matduk-kok .kar-cubuk{background:#f2e8dc;border:2px solid #4a3b332e;border-radius:999px;flex:1;height:22px;overflow:hidden}#matduk-kok .kar-cubuk .dolu{border-radius:999px;height:100%;display:block}#matduk-kok .kar-cubuk .dolu.satis{background:var(--add)}#matduk-kok .kar-cubuk .dolu.gider{background:var(--sub)}#matduk-kok .kar-deger{text-align:right;flex:none;width:62px;font-size:19px}#matduk-kok .kar-sonuc{text-align:center;color:var(--add-d);margin-top:6px;font-size:19px}#matduk-kok .kar-sonuc b{font-size:25px}#matduk-kok .kar-sonuc.eksi{color:var(--sub-d);font-size:17px}#matduk-kok #priceBoard{z-index:7;width:720px;box-shadow:var(--shadow);background:#fffffff5;border:4px solid #4a3b3340;border-radius:26px;flex-direction:column;align-items:center;gap:12px;padding:16px 22px 18px;animation:.4s cubic-bezier(.3,1.4,.5,1) both bubblein;display:flex;position:absolute;top:132px;left:50%;transform:translate(-50%)}#matduk-kok #priceOpts{gap:14px;display:flex}#matduk-kok .price-opt{font-family:var(--font);cursor:pointer;width:148px;color:var(--ink);background:#fffdf6;border:3px solid #4a3b3333;border-radius:18px;flex-direction:column;align-items:center;gap:5px;padding:10px 8px 12px;transition:transform .15s,border-color .15s;display:flex}#matduk-kok .price-opt:active{transform:scale(.96)}#matduk-kok .price-opt.secili{border-color:var(--mint-d);background:#effbf7}#matduk-kok .yuz-svg{width:46px;height:46px}#matduk-kok .price-deger{color:var(--sub-d);font-size:30px}#matduk-kok .price-not{opacity:.65;font-size:14.5px}#matduk-kok .price-bar{background:#f2e8dc;border:2px solid #4a3b3326;border-radius:999px;width:100%;height:10px;overflow:hidden}#matduk-kok .price-bar i{background:var(--add);border-radius:999px;height:100%;display:block}#matduk-kok #priceNot{opacity:.65;font-size:17px}#matduk-kok .crate-indirim{background:var(--pink);color:#fff;border:2px solid #fff;border-radius:999px;padding:1px 10px;font-size:13px;box-shadow:0 3px 8px #e05c8459}#matduk-kok .crate-fiyat s{opacity:.5;font-size:16px}#matduk-kok #afisler{z-index:6;pointer-events:none;position:absolute;inset:0}#matduk-kok .afis{cursor:pointer;pointer-events:auto;filter:drop-shadow(0 6px 10px #4a3b334d);background:0 0;border:none;padding:0;transition:transform .18s;position:absolute}#matduk-kok .afis:hover{transform:translateY(-4px)rotate(-1.5deg)}#matduk-kok .afis:active{transform:scale(.95)}#matduk-kok .afis-svg{display:block}#matduk-kok .kardes-siteler{opacity:.75;border-top:2px dashed #4a3b332e;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin-top:16px;padding-top:12px;font-size:14.5px;display:flex}#matduk-kok .kardes-link{font-family:var(--font);cursor:pointer;color:var(--mint-d);background:0 0;border:none;font-size:14.5px;text-decoration:underline}#matduk-kok .brosur{text-align:left;background:#fff7ec;border:3px dashed #d9b08c;border-radius:16px;align-items:center;gap:12px;margin-bottom:16px;padding:10px 14px;display:flex}#matduk-kok .brosur-metin{flex-direction:column;flex:1;display:flex}#matduk-kok .brosur-metin b{font-size:16px}#matduk-kok .brosur-metin span{opacity:.7;font-size:14.5px}#matduk-kok .brosur-btn{font-family:var(--font);color:#fff;background:var(--mint-d);cursor:pointer;border:3px solid #fff;border-radius:12px;padding:5px 18px;font-size:17px}#matduk-kok #veliKapisi{z-index:13;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#3e2e2399;place-items:center;display:grid;position:absolute;inset:0}#matduk-kok .vk-kutu{background:var(--cream);text-align:center;border:5px solid #4a3b334d;border-radius:26px;width:470px;max-width:88%;padding:24px 28px 20px;animation:.4s cubic-bezier(.3,1.4,.5,1) both bubblein;box-shadow:0 24px 60px #0006}#matduk-kok .vk-baslik{color:var(--pink-d);font-size:27px}#matduk-kok .vk-alt{opacity:.7;margin:6px 0 14px;font-size:15.5px;line-height:1.35}#matduk-kok .vk-soru{margin-bottom:12px;font-size:34px}#matduk-kok .vk-secenekler{justify-content:center;gap:10px;display:flex}#matduk-kok .vk-sik{font-family:var(--font);color:var(--ink);cursor:pointer;background:#fff;border:3px solid #4a3b3340;border-radius:14px;padding:8px 18px;font-size:22px}#matduk-kok .vk-sik:active{transform:scale(.94)}#matduk-kok .vk-sik.yanlis{opacity:.6;background:#ffe2e2;border-color:#c94434}#matduk-kok .hediye-kart{text-align:left;background:linear-gradient(#fff9e6,#fff1c9);border:3px solid #dba512;border-radius:16px;align-items:center;gap:12px;margin-bottom:14px;padding:8px 14px;display:flex}#matduk-kok .hediye-metin{flex-direction:column;display:flex}#matduk-kok .hediye-metin b{color:#6b4f0a;font-size:16.5px}#matduk-kok .hediye-metin span{opacity:.7;font-size:14px}#matduk-kok .crate.kilitli{border-color:var(--div);background:#f3f0fe;box-shadow:0 0 0 3px #8f7ff02e}#matduk-kok .crate-kilit{background:var(--div);color:#fff;text-align:center;border:2px solid #fff;border-radius:999px;padding:1px 8px;font-size:11.5px;box-shadow:0 3px 8px #6c5cd459}#matduk-kok #bulmacaPano{z-index:12;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#3e2e239e;place-items:center;display:grid;position:absolute;inset:0}#matduk-kok .bp-kutu{background:var(--cream);text-align:center;border:5px solid #4a3b334d;border-radius:26px;width:760px;max-width:94%;padding:18px 24px 14px;animation:.4s cubic-bezier(.3,1.4,.5,1) both bubblein;box-shadow:0 24px 60px #0006}#matduk-kok .bp-baslik{color:var(--div-d);font-size:26px}#matduk-kok .bp-alt{opacity:.7;margin:4px 0 10px;font-size:15.5px}#matduk-kok .bp-soru{background:#fff;border:4px solid #c99b62;border-radius:14px;place-items:center;max-height:220px;padding:8px;display:grid;overflow:hidden}#matduk-kok .bp-soru img{object-fit:contain;max-width:100%;max-height:200px;display:block}#matduk-kok .bp-siklar{justify-content:center;gap:10px;margin-top:12px;display:flex}#matduk-kok .bp-sik{font-family:var(--font);cursor:pointer;background:#fff;border:3px solid #4a3b3338;border-radius:14px;flex-direction:column;align-items:center;gap:3px;width:118px;padding:8px 6px 4px;transition:transform .15s,border-color .15s;display:flex}#matduk-kok .bp-sik:hover{border-color:var(--div);transform:translateY(-4px)}#matduk-kok .bp-sik:active{transform:scale(.95)}#matduk-kok .bp-sik img{object-fit:contain;width:100%;height:76px;display:block}#matduk-kok .bp-sik span{opacity:.55;font-size:15px}#matduk-kok .bp-sik.yanlis{opacity:.45;cursor:default;background:#f6e7e4;border-color:#c94434;transform:none}#matduk-kok .bp-durum{min-height:24px;color:var(--div-d);margin-top:10px;font-size:19px}#matduk-kok .mc-footer{z-index:3;background:var(--cream);border-top:3px solid #4a3b3324;border-radius:0 0 26px 26px;margin:14px -40px -30px;padding:12px 40px 18px;position:sticky;bottom:-24px}#matduk-kok .shop-grid{flex-wrap:wrap;gap:7px}#matduk-kok .shop-item{gap:4px;width:92px;padding:8px 5px}#matduk-kok .shop-prev{height:46px}#matduk-kok .shop-prev .cone-svg{width:32px;height:45px}#matduk-kok .shop-prev .star-svg{width:36px;height:36px}#matduk-kok .shop-prev .cat-svg{width:48px;height:44px}#matduk-kok .shop-name{min-height:30px;font-size:13px}#matduk-kok .shop-buy{padding:3px 11px;font-size:15.5px}#matduk-kok .awn-swatch{width:46px;height:30px}#matduk-kok .depo-serit{background:#f4faf8;border:3px solid #4a3b3326;border-radius:14px;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;padding:5px 14px;display:flex}#matduk-kok .depo-serit .ds-baslik{opacity:.6;font-size:14.5px}#matduk-kok .ds-oge{align-items:center;gap:3px;font-size:17px;display:flex}#matduk-kok .ds-oge .cone-svg{width:19px;height:27px}#matduk-kok .ds-oge.az{color:#c94434;font-weight:700}#matduk-kok .ds-kulah{border-left:2px solid #4a3b3326;align-items:center;gap:4px;padding-left:8px;font-size:17px;display:flex}#matduk-kok .depo-serit .cone-svg{flex:none;width:19px;height:27px}#matduk-kok .ds-kulah.az{color:#c94434;font-weight:700}#matduk-kok #ownerLayer{z-index:4;pointer-events:none;position:absolute;inset:0}#matduk-kok #owner{width:176px;position:absolute;top:318px;left:1006px}#matduk-kok #owner .npc-svg{width:100%;display:block}#matduk-kok .chip.lvl{border-color:var(--div);background:#f1ecfb;align-items:center;gap:7px;display:inline-flex}#matduk-kok .lvl-no{color:var(--div-d);font-size:19px}#matduk-kok .lvl-bar{background:#e0d8f5;border-radius:999px;width:54px;height:9px;display:block;overflow:hidden}#matduk-kok .lvl-bar i{background:var(--div);border-radius:999px;height:100%;display:block}#matduk-kok .shop-item.kilit{opacity:.8;border-style:dashed}#matduk-kok .shop-prev.sisli{filter:grayscale();opacity:.35}#matduk-kok .shop-lvl{color:var(--div-d);border:2px solid var(--div);background:#f1ecfb;border-radius:999px;padding:1px 9px;font-size:13px}#matduk-kok .seviye-kart{border:3px solid var(--div);text-align:left;background:linear-gradient(#f3effe,#e7dffb);border-radius:16px;align-items:center;gap:12px;margin-bottom:14px;padding:9px 14px;display:flex}#matduk-kok .seviye-rozet{background:var(--div);color:#fff;border:3px solid #fff;border-radius:999px;flex:none;padding:4px 14px;font-size:20px}#matduk-kok .seviye-metin{flex-direction:column;display:flex}#matduk-kok .seviye-metin b{color:var(--div-d);font-size:17px}#matduk-kok .seviye-metin span{opacity:.75;font-size:14.5px}#matduk-kok .sahip-duzen{text-align:left;align-items:flex-start;gap:18px;display:flex}#matduk-kok .sahip-onizleme{background:#fff7ec;border:3px solid #4a3b3333;border-radius:18px;flex:none;width:150px;padding:8px}#matduk-kok .sahip-onizleme .npc-svg{width:100%;display:block}#matduk-kok .sahip-secimler{flex-direction:column;flex:1;gap:9px;display:flex}#matduk-kok .sahip-satir{flex-direction:column;gap:5px;display:flex}#matduk-kok .sahip-etiket{opacity:.65;font-size:15px}#matduk-kok .sahip-secenekler{flex-wrap:wrap;gap:6px;display:flex}#matduk-kok .sahip-sec{font-family:var(--font);color:var(--ink);cursor:pointer;background:#fff;border:3px solid #4a3b332e;border-radius:12px;padding:4px 11px;font-size:15px}#matduk-kok .sahip-sec.secili{border-color:var(--mint-d);background:#effbf7}#matduk-kok .sahip-sec.kilit{opacity:.45;cursor:default}#matduk-kok .renk-sec{cursor:pointer;border:3px solid #4a3b3333;border-radius:50%;width:32px;height:32px;padding:0}#matduk-kok .renk-sec.secili{border-color:var(--ink);transform:scale(1.12)}#matduk-kok .ad-kutu{align-items:center;gap:7px;display:flex}#matduk-kok #adGirdi{font-family:var(--font);color:var(--ink);background:#fff;border:3px solid #4a3b3338;border-radius:12px;width:190px;padding:5px 12px;font-size:18px}#matduk-kok .ad-kilit{opacity:.55;font-size:14.5px}#matduk-kok #counterCat{pointer-events:auto;cursor:pointer}#matduk-kok #counterCat.zipla{animation:.5s cubic-bezier(.3,1.5,.5,1) kedizipla}@keyframes kedizipla{40%{transform:translateY(-18px)scale(1.06)}70%{transform:translateY(0)scale(.97,1.03)}}#matduk-kok #kediBalon{color:var(--pink-d);white-space:nowrap;box-shadow:var(--shadow);background:#fff;border:3px solid #4a3b3347;border-radius:16px;padding:4px 14px 6px;font-size:21px;position:absolute;top:314px;left:846px}#matduk-kok #kediBalon:after{content:"";background:#fff;border-bottom:3px solid #4a3b3347;border-right:3px solid #4a3b3347;border-bottom-right-radius:5px;width:18px;height:18px;position:absolute;bottom:-13px;left:16px;transform:rotate(58deg)skew(16deg)}#matduk-kok #kediBalon.cik{animation:.4s cubic-bezier(.3,1.6,.5,1) both bubblein}#matduk-kok .iconbtn.kapali{background:#f1ece6}#matduk-kok .ayar-liste{text-align:left;gap:14px}#matduk-kok .zorluk-secenekler{gap:8px}#matduk-kok .zor-sec{font-family:var(--font);color:var(--ink);cursor:pointer;background:#fff;border:3px solid #4a3b332e;border-radius:14px;flex-direction:column;align-items:flex-start;gap:1px;min-width:150px;padding:7px 12px;display:flex}#matduk-kok .zor-sec b{font-size:19px}#matduk-kok .zor-sec span{opacity:.6;font-size:13.5px;line-height:1.2}#matduk-kok .zor-sec.secili{border-color:var(--mint-d);background:#effbf7}
