*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{width:100%;height:100%;overflow:hidden;background:#0e1a08;touch-action:none}body{font-family:Segoe UI,system-ui,sans-serif;user-select:none}#app{position:fixed;inset:0}#game-root,#game-root canvas{position:absolute;inset:0;width:100%;height:100%}#ui-root{position:absolute;inset:0;pointer-events:none;z-index:10;padding:env(safe-area-inset-top,0) env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0)}#ui-root>*{pointer-events:auto}img{image-rendering:auto}#rotate-hint{display:none;position:fixed;inset:0;z-index:999;background:#0e1a08;color:#ffd43b;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;font-size:20px}#rotate-hint .phone{width:44px;height:76px;border:4px solid #ffd43b;border-radius:9px;box-shadow:inset 0 0 0 3px #0e1a08,inset 0 0 0 6px #ffd43b44;animation:rot 1.6s ease-in-out infinite}@keyframes rot{0%,20%{transform:rotate(0)}60%,to{transform:rotate(90deg)}}@media(orientation:portrait){#rotate-hint{display:flex}}.hud-top{position:absolute;top:6px;left:8px;right:8px;display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.hud-profile{display:flex;align-items:center;gap:9px;cursor:pointer;color:#fff;padding:5px 18px 5px 5px;height:48px;background:linear-gradient(#7ea68070,#4e765694);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:2px solid rgba(255,255,255,.55);border-radius:999px;box-shadow:inset 0 1px #ffffff59,0 3px 8px #0000004d}.hud-avatar{width:38px;height:38px;border-radius:50%;background:#ffffff1a;border:2px solid rgba(255,255,255,.8);display:flex;align-items:center;justify-content:center;overflow:hidden;flex:none}.hud-name{font-weight:900;font-size:13px;line-height:1.15;text-shadow:0 1px 3px rgba(0,0,0,.5)}.hud-title{font-size:10px;font-weight:800;text-shadow:0 1px 3px rgba(0,0,0,.5)}.hud-lv{font-size:10px;color:#d9e6cf;font-weight:800;text-shadow:0 1px 3px rgba(0,0,0,.5)}.hud-currency{display:flex;gap:12px;align-items:flex-start}.hud-right{display:flex;flex-direction:column;align-items:flex-end;gap:5px}.hud-room{height:26px;padding:0 10px 0 12px;cursor:pointer;display:flex;align-items:center;gap:7px;font-family:inherit;font-size:12px;font-weight:900;color:#fff;background:linear-gradient(#7ea68070,#4e765694);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:2px solid rgba(255,255,255,.5);border-radius:999px;box-shadow:inset 0 1px #ffffff4d,0 3px 8px #0000004d;text-shadow:0 1px 3px rgba(0,0,0,.5)}.hud-room:active{transform:scale(.95)}.hud-room .hr-n{font-size:11px;font-weight:800;color:#b2f2bb}.hud-room .hr-more{font-size:14px;opacity:.8;margin-left:-2px}.hud-cur,.hud-clock{background:linear-gradient(#7ea68070,#4e765694);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:2px solid rgba(255,255,255,.55);border-radius:999px;box-shadow:inset 0 1px #ffffff59,0 3px 8px #0000004d}.hud-cur{position:relative;cursor:pointer;font-family:inherit;height:40px;min-width:116px;padding:0 30px 0 40px;display:flex;align-items:center;justify-content:center}.hud-cur:active{transform:translateY(2px)}.hud-cur-ic{position:absolute;left:-12px;top:50%;transform:translateY(-50%);width:40px;height:40px;object-fit:contain;filter:drop-shadow(0 2px 3px rgba(0,0,0,.4))}.hud-cur-plus{position:absolute;right:-8px;top:50%;transform:translateY(-50%);width:22px;height:22px;object-fit:contain;filter:drop-shadow(0 1px 2px rgba(0,0,0,.4))}.hud-cur-n{font-size:16px;font-weight:900;color:#fff;letter-spacing:.3px;text-shadow:0 1px 0 rgba(0,0,0,.35),0 2px 5px rgba(0,0,0,.45)}.hud-clock{color:#fff;padding:0 14px 0 3px;height:40px;display:flex;align-items:center;gap:8px}.clk-dial{position:relative;width:32px;height:32px;border-radius:50%;flex:none;border:2px solid rgba(255,255,255,.75);overflow:hidden;box-shadow:inset 0 2px 5px #00000030;background:linear-gradient(#8fd3f4,#d9f0ff)}.hud-clock[data-phase=dawn] .clk-dial{background:linear-gradient(#f8c8a0,#ffe9c9)}.hud-clock[data-phase=dusk] .clk-dial{background:linear-gradient(#f09a5e,#ffd8a0)}.hud-clock[data-phase=night] .clk-dial{background:linear-gradient(#2b3568,#4a5aa0)}.clk-orb{position:absolute;z-index:2;width:11px;height:11px;border-radius:50%;transform:translate(-50%,-50%);transition:left .6s linear,top .6s linear}.clk-orb.sun{background:radial-gradient(circle at 35% 30%,#fff3b0,#f59f00);box-shadow:0 0 7px #ffd43b}.clk-orb.moon{background:radial-gradient(circle at 35% 30%,#fff,#ced4e8);box-shadow:0 0 7px #dbe4ff}.clk-horizon{position:absolute;z-index:3;left:-2px;right:-2px;bottom:-9px;height:18px;border-radius:50% 50% 0 0;background:#8fbf5a;border-top:2px solid #6d9c40}.hud-clock[data-phase=night] .clk-horizon{background:#3f5c39;border-top-color:#2f4a2b}.clk-txt{display:flex;flex-direction:column;gap:1px}.clk-h{font-size:16px;font-weight:900;letter-spacing:.5px;color:#fff;line-height:1;text-shadow:0 1px 0 rgba(0,0,0,.35),0 2px 5px rgba(0,0,0,.45)}.clk-h i{font-style:normal;animation:clk-blink 1.6s step-end infinite}@keyframes clk-blink{50%{opacity:.25}}.clk-sub{display:flex;align-items:center;gap:3px;font-size:10px;font-weight:800;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.5)}.clk-sub img{width:14px;height:14px;object-fit:contain;image-rendering:pixelated}.hud-quick{position:absolute;left:8px;top:62px;display:flex;gap:6px}.hud-btn{width:50px;height:50px;cursor:pointer;position:relative;border-radius:50%;background:linear-gradient(#7ea68070,#4e765694);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:2px solid rgba(255,255,255,.55);box-shadow:inset 0 1px #ffffff59,0 3px 8px #0000004d;display:flex;align-items:center;justify-content:center;transition:transform .08s,box-shadow .08s;padding:0}.hud-btn img.hicon{width:26px;height:26px;object-fit:contain;pointer-events:none;filter:drop-shadow(0 1px 2px rgba(0,0,0,.45))}.hud-btn:active{transform:translateY(2px) scale(.96);box-shadow:inset 0 1px #ffffff4d}.hud-btn .dot{position:absolute;top:2px;right:2px;width:13px;height:13px;border-radius:50%;background:#fa5252;border:2px solid #fff;display:none}.hud-btn.notify .dot{display:block}#menu-drawer{position:absolute;left:8px;top:120px;z-index:40;background:linear-gradient(#40644880,#22402ca3);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:2px solid rgba(255,255,255,.5);border-radius:18px;box-shadow:inset 0 1px #ffffff4d,0 6px 16px #00000059;padding:14px 12px;display:none;grid-template-columns:repeat(4,74px);gap:8px;max-height:calc(100% - 180px);overflow-y:auto}#menu-drawer.open{display:grid}.menu-item{display:flex;flex-direction:column;align-items:center;gap:3px;cursor:pointer;padding:7px 2px 8px;position:relative;background:#ffffff2e;border:1px solid rgba(255,255,255,.3);border-radius:12px}.menu-item:hover{background:#fff3}.menu-item img{width:28px;height:28px;object-fit:contain;filter:drop-shadow(0 1px 2px rgba(0,0,0,.45))}.menu-item span{font-size:10px;font-weight:800;color:#fff;line-height:1;text-shadow:0 1px 3px rgba(0,0,0,.55)}.menu-item:active{transform:scale(.93)}.menu-item .dot{position:absolute;top:2px;right:6px;width:12px;height:12px;border-radius:50%;background:#fa5252;border:2px solid #fff;display:none}.menu-item.notify .dot{display:block}#joystick{position:absolute;left:24px;bottom:24px;width:120px;height:120px;border-radius:50%;background:#14200c73;border:3px solid rgba(246,237,216,.5)}#joystick .stick{position:absolute;left:50%;top:50%;width:52px;height:52px;border-radius:50%;background:url(/Cozy_farming/assets/ui/pack/btn_round_green.png) no-repeat center / 100% 100%;transform:translate(-50%,-50%)}#actions{position:absolute;right:16px;bottom:20px;display:flex;flex-direction:column-reverse;gap:8px;align-items:flex-end}.act-btn{min-width:68px;height:70px;border:none;cursor:pointer;background:url(/Cozy_farming/assets/ui/pack/btn_round_yellow.png) no-repeat center / 100% 100%;color:#f2ece0;font-size:26px;display:flex;align-items:center;justify-content:center;gap:4px}.act-btn.secondary{min-width:52px;height:54px;font-size:16px;padding:0 14px 4px;background:url(/Cozy_farming/assets/ui/pack/btn_cream.png) no-repeat center / 100% 100%}.act-btn:active{transform:scale(.92)}.act-label{font-size:11px;font-weight:800}.win-backdrop{position:absolute;inset:0;background:#1e140a80;display:flex;align-items:center;justify-content:center;z-index:50;touch-action:none}.win{width:min(600px,84vw);max-height:76vh;display:flex;flex-direction:column;color:#f2ece0;padding:10px 8px 12px;position:relative;border-radius:20px;background:linear-gradient(#78a07c8a,#466e50ad);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.5);box-shadow:inset 0 1px #ffffff4d,0 12px 30px #00000073}.win.small{width:min(360px,78vw);max-height:70vh}.win.large{width:min(720px,90vw);max-height:78vh}.win-head{position:relative;display:flex;align-items:center;justify-content:center;padding:4px 52px 2px;text-align:center;font-weight:900;font-size:17px;color:#fff}.win-head>div:first-child{margin-top:-26px;padding:6px 26px 7px;border-radius:999px;background:#ffffff29;border:2px solid rgba(255,255,255,.5);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);box-shadow:0 3px 8px #0000004d;color:#fff;font-size:16px;font-weight:900;text-shadow:0 1px 3px rgba(0,0,0,.5)}.win-close{position:absolute;right:-14px;top:-14px;width:40px;height:40px;border-radius:50%;border:3px solid #a05030;background:linear-gradient(#f06050,#c03020) no-repeat center;box-shadow:0 3px #0003,inset 0 2px #ffffff4d;color:#fff;font-size:18px;font-weight:900;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;line-height:1}.win-close:active{transform:scale(.88)}.win-body{padding:8px 14px 6px;overflow-y:auto;flex:1}.win-backdrop.chat-backdrop{background:none;display:block;padding:0}.win.win-chat{position:absolute;left:12px;top:40px}.cw-grip{flex:1;height:4px;border-radius:3px;margin:4px 2px;background:#ffffff38}.cw-head.cw-drag{cursor:grab;touch-action:none}.cw-head.cw-drag:active{cursor:grabbing}.win.win-chat{width:min(440px,93vw);height:min(400px,66vh);max-height:66vh;padding:0;border:none;border-image:none;background:linear-gradient(180deg,#3a523a,#203222);border-radius:16px;box-shadow:0 12px 34px #00000080;outline:2px solid rgba(246,237,216,.2);outline-offset:-2px;display:flex;flex-direction:column;overflow:hidden}.win.win-chat .win-close{display:none}.win.win-chat .win-body{padding:0;overflow:hidden;display:flex;flex-direction:column;flex:1;min-height:0}.cw-head{display:flex;align-items:center;gap:9px;flex:none;padding:7px 8px 6px 12px;border-bottom:1px solid rgba(246,237,216,.14);background:#ffffff0a}.cw-head .grow{flex:1;min-width:0}.cw-x{width:26px;height:26px;border-radius:8px;cursor:pointer;flex:none;background:#f6edd81f;border:none;color:#f6edd8;font-size:13px;font-weight:900;line-height:1;font-family:inherit}.cw-x:active{transform:scale(.9)}.cw-tabs{display:flex;gap:6px;padding:9px 12px 5px;flex:none}.cw-tab{padding:5px 15px 6px;border-radius:999px;cursor:pointer;font-family:inherit;font-size:11.5px;font-weight:800;color:#c9d6bd;background:#f6edd81a;border:1px solid transparent}.cw-tab.active{background:#ffd43b;color:#3a2a10;border-color:#ffe89a}.cw-tab:active{transform:scale(.95)}.cw-to{display:flex;gap:6px;padding:2px 12px 6px;flex:none;overflow-x:auto;scrollbar-width:none}.cw-to::-webkit-scrollbar{display:none}.cw-to-empty{font-size:11px;color:#8fa085;font-style:italic}.cw-chip{display:inline-flex;align-items:center;gap:5px;flex:none;cursor:pointer;padding:3px 10px 3px 3px;border-radius:999px;font-family:inherit;font-size:11px;font-weight:800;color:#d8e4cc;background:#f6edd817;border:1px solid transparent}.cw-chip.on{border-color:#ffd43b;background:#ffd43b29;color:#ffe89a}.cw-dot{width:7px;height:7px;border-radius:50%;background:#51cf66;flex:none}.cw-ava{border-radius:50%;flex:none;color:#fff;font-weight:900;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 -2px 6px #00000047}.cw-log{flex:1;min-height:0;overflow-y:auto;padding:6px 12px 8px;display:flex;flex-direction:column;gap:7px;overscroll-behavior:contain}.cw-log::-webkit-scrollbar{width:7px}.cw-log::-webkit-scrollbar-thumb{background:#f6edd838;border-radius:4px}.cw-empty{color:#8fa085;font-style:italic;text-align:center;margin-top:16px;font-size:12px}.cw-sys{align-self:center;max-width:88%;text-align:center;font-size:10.5px;font-weight:700;color:#ffd8a8;font-style:italic;background:#ffd8a81a;border-radius:999px;padding:4px 12px}.cw-row{display:flex;align-items:flex-end;gap:7px;max-width:86%}.cw-row.me{align-self:flex-end;flex-direction:row-reverse}.cw-row.cont{margin-top:-4px}.cw-ava-slot{width:30px;flex:none;display:flex;align-items:flex-end;justify-content:center}.cw-ava-slot>*{border-radius:50%;overflow:hidden}.cw-col{min-width:0;display:flex;flex-direction:column;gap:2px}.cw-row.me .cw-col{align-items:flex-end}.cw-name{font-size:10.5px;font-weight:800;color:#ffd43b;padding:0 4px}.cw-bubble{position:relative;padding:6px 11px;border-radius:14px 14px 14px 4px;background:#f6edd821;color:#eef5e6;font-size:var(--chat-font, 12.5px);line-height:1.4;word-break:break-word;display:flex;align-items:flex-end;gap:7px}.cw-row.me .cw-bubble.skin{border-radius:0;min-width:42px}.cw-bubble.skin{align-items:center;justify-content:center;text-align:center}.cw-row.me .cw-bubble.skin{transform:scaleX(-1);flex-direction:row-reverse}.cw-row.me .cw-bubble.skin>*{transform:scaleX(-1)}.skin{color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.75),0 0 3px rgba(0,0,0,.5)}.skin.ink-dark{color:#33281c;text-shadow:0 1px 0 rgba(255,255,255,.6)}.cw-row.me .cw-bubble{border-radius:14px 14px 4px;background:linear-gradient(#5aa84a,#3f8a34);color:#fbfff7}.cw-bubble.ch-private{background:#ffa8d82e}.cw-row.me .cw-bubble.ch-private{background:linear-gradient(#c96aa8,#a84f8b)}.cw-bubble.ch-area{background:#8fd0ff29}.cw-line{display:flex;align-items:flex-end;gap:6px;min-width:0}.cw-row.me .cw-line{flex-direction:row-reverse}.cw-t{font-size:9.5px;color:#ffffff73;flex:none;margin-bottom:3px}.cw-name+.cw-bubble{border-top-left-radius:4px}.cw-voice{display:inline-flex;align-items:center;gap:7px;cursor:pointer;padding:3px 10px 4px 8px;border-radius:999px;font-family:inherit;font-size:11.5px;font-weight:800;color:#10240e;background:linear-gradient(#a9e34b,#74b816);border:none}.cw-voice:active{transform:scale(.96)}.cw-voice-ico{width:0;height:0;border-style:solid;border-width:5px 0 5px 8px;border-color:transparent transparent transparent #10240e}.cw-voice.playing .cw-voice-ico{width:8px;height:10px;border:none;background:#10240e}.cw-voice-wave{width:26px;height:12px;flex:none;background:linear-gradient(#10240e,#10240e) 0 50% / 2px 40% no-repeat,linear-gradient(#10240e,#10240e) 6px 50% / 2px 90% no-repeat,linear-gradient(#10240e,#10240e) 12px 50% / 2px 55% no-repeat,linear-gradient(#10240e,#10240e) 18px 50% / 2px 100% no-repeat,linear-gradient(#10240e,#10240e) 24px 50% / 2px 35% no-repeat}.cw-rec{display:none;flex:none;padding:4px 14px;font-size:11px;font-weight:800;color:#ff8787}.cw-rec.on{display:block}.cw-input-row{display:flex;gap:7px;align-items:center;flex:none;padding:8px 10px 10px;border-top:1px solid rgba(246,237,216,.14);background:#ffffff0a}.cw-input{flex:1;min-width:0;font-family:inherit;font-size:var(--chat-font, 12.5px);padding:9px 14px;border-radius:999px;color:#f6edd8;background:#00000057;border:1px solid rgba(246,237,216,.2);outline:none}.cw-input::placeholder{color:#7f9074}.cw-input:focus{border-color:#ffd43b88;background:#00000073}.cw-send{width:38px;height:38px;flex:none;border-radius:50%;cursor:pointer;border:none;background:linear-gradient(#ffe066,#f0b429);display:flex;align-items:center;justify-content:center;box-shadow:0 2px #c98a12}.cw-send:active{transform:translateY(2px);box-shadow:none}.cw-mic{width:36px;height:36px;flex:none;border-radius:50%;cursor:pointer;border:1px solid rgba(246,237,216,.26);background:#00000057;color:#d8e4cc;display:flex;align-items:center;justify-content:center}.cw-mic:active{transform:scale(.9)}.cw-mic.rec{background:#e03131;border-color:#ff8787;color:#fff;animation:mic-pulse .9s ease-in-out infinite}@keyframes mic-pulse{0%,to{box-shadow:0 0 #e031318c}50%{box-shadow:0 0 0 7px #e0313100}}.bub-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(118px,1fr));gap:9px;padding:4px 2px 8px}.bub-cell{padding:8px 6px 7px;border-radius:12px;cursor:pointer;text-align:center;background:#00000029;border:2px solid transparent}.bub-cell.on{border-color:#ffe066;background:#ffe0661f}.bub-cell:active{transform:scale(.97)}.bub-prev{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;min-height:34px;min-width:74px;padding:5px 10px;margin-bottom:5px;border-radius:12px;background:#ffffff24;font-size:11.5px;font-weight:700;color:#fff;line-height:1.35}.bub-name{font-size:11.5px;font-weight:800;color:#f4ecd8}.bub-price{font-size:11.5px;font-weight:800;color:#ffe066;margin-top:2px}.bub-tag{font-size:10.5px;font-weight:800;color:#a9d99a;margin-top:2px}.bub-tag.on{color:#ffe066}.bub-fonts{display:flex;gap:8px;padding:6px 2px}.emo{display:inline-block;vertical-align:-.32em;flex:none;background-repeat:no-repeat;background-position:0 0;animation-name:emo-run;animation-iteration-count:infinite}@keyframes emo-run{0%{background-position-x:0}to{background-position-x:var(--emo-end)}}.cw-emo{width:36px;height:36px;flex:none;border-radius:50%;cursor:pointer;border:1px solid rgba(246,237,216,.26);background:#00000057;display:flex;align-items:center;justify-content:center;padding:0}.cw-emo:active{transform:scale(.9)}.cw-emo.on{background:#ffe06638;border-color:#ffe066}.cw-emo-pad{display:none;flex:none;gap:2px;flex-wrap:wrap;overflow-y:auto;max-height:132px;padding:6px 8px;border-top:1px solid rgba(246,237,216,.14);background:#00000047}.cw-emo-pad.open{display:flex}.cw-emo-pad button{width:40px;height:40px;border:none;background:none;padding:0;cursor:pointer;border-radius:8px;display:flex;align-items:center;justify-content:center}.cw-emo-pad button:active{background:#ffffff1f}.win-tabs{display:flex;gap:6px;padding:6px 14px 0;flex-wrap:wrap}.tab{padding:6px 14px 7px;cursor:pointer;font-size:13px;font-weight:800;color:#e7f0dd;background:#ffffff2e;border:1px solid rgba(255,255,255,.28);border-radius:999px;opacity:.85}.tab.active{background:linear-gradient(#ffe066,#f0a318);border-color:#ffe9a8;opacity:1;color:#4a3005}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:8px}.cell{padding:8px 4px 10px;text-align:center;cursor:pointer;position:relative;min-height:82px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;border-radius:12px;color:#f2ece0;background:linear-gradient(#7ea68070,#4e765694);border:1px solid rgba(255,255,255,.3);box-shadow:inset 0 1px #ffffff2e}.cell:active{transform:scale(.95)}.cell .ico{font-size:26px;line-height:1}.cell .nm{font-size:10px;line-height:1.15;font-weight:700;color:#f2ece0}.cell .qty{position:absolute;bottom:6px;right:10px;font-size:11px;font-weight:900;color:#ffd43b}.cell .pr{font-size:10px;color:#ffd43b;font-weight:800}.cell.locked{opacity:.4;filter:grayscale(1)}.cell.owned{filter:drop-shadow(0 0 4px #66bb44)}.cell.selected{filter:drop-shadow(0 0 5px #ffd43b)}.row{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:12px;margin-bottom:6px;color:#f2ece0;background:#ffffff2e;border:1px solid rgba(255,255,255,.3)}.row .grow{flex:1;min-width:0}.row .t1{font-weight:800;font-size:13px}.row .t2{font-size:11px;opacity:.85}.btn{padding:8px 18px 9px;font-size:13px;font-weight:800;cursor:pointer;white-space:nowrap;color:#f2ece0;border-radius:999px;font-family:inherit;background:#fff3;border:1px solid rgba(255,255,255,.34);box-shadow:inset 0 1px #ffffff47;text-shadow:0 1px 2px rgba(0,0,0,.35)}.btn:active{transform:translateY(1px) scale(.97)}.btn.gold{background:linear-gradient(#ffe066,#f0a318);border-color:#ffe9a8;color:#4a3005;text-shadow:none;box-shadow:inset 0 1px #ffffff80,0 2px #c9820f}.btn.gold:active{transform:translateY(2px);box-shadow:inset 0 1px #ffffff80}.btn.red{background:linear-gradient(#ff8787,#e03131);border-color:#ffc9c9;color:#fff;box-shadow:inset 0 1px #ffffff59,0 2px #a51111}.btn.blue{background:linear-gradient(#74c0fc,#1c7ed6);border-color:#d0ebff;color:#fff;box-shadow:inset 0 1px #ffffff59,0 2px #10538f}.btn:disabled{opacity:.45}.btn.mini{padding:5px 12px 6px;font-size:11px}.progress{height:16px;border-radius:9px;background:#0000004d;overflow:hidden;border:2px solid rgba(255,255,255,.22)}.progress>div{height:100%;background:linear-gradient(#8ce16a,#4fa32e);border-radius:7px}.pf-card{display:flex;align-items:center;gap:12px;margin-bottom:10px;padding:10px 12px;border-radius:14px;background:linear-gradient(135deg,#ffffff1a,#ffffff1a);border:1px solid rgba(255,255,255,.3);box-shadow:inset 0 1px #fff3}.pf-meta{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.pf-name{font-size:17px;font-weight:900;color:#f2ece0;line-height:1.15}.pf-title{font-size:12px;font-weight:800}.pf-sub{display:flex;gap:8px;font-size:11px;font-weight:700;color:#c6cfba}.pf-lv{background:#ffffff38;color:#f6edd8;padding:1px 8px 2px;border-radius:999px}.pf-exp{display:flex;align-items:center;gap:7px;margin-top:3px}.pf-exp-bar{flex:1;height:11px;border-radius:6px;background:#0000004d;border:2px solid rgba(255,255,255,.22);overflow:hidden}.pf-exp-fill{height:100%;border-radius:4px;transition:width .3s;background:linear-gradient(#8ce99a,#37b24d)}.pf-exp-num{font-size:10px;font-weight:800;color:#f2ece0;flex:none}.pf-sec-head{font-size:13px;font-weight:900;color:#e8f2df;margin:12px 0 6px;padding-bottom:4px;border-bottom:2px solid rgba(255,255,255,.25);text-shadow:0 1px 3px rgba(0,0,0,.45)}.pf-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.pf-tile{display:flex;align-items:center;gap:7px;padding:7px 9px;border-radius:11px;background:#ffffff1a;border:2px solid rgba(255,255,255,.22)}.pf-tile .ui-ic{flex:none}.pf-tile-txt{min-width:0}.pf-tile-val{font-size:15px;font-weight:900;color:#f2ece0;line-height:1.1}.pf-tile-lbl{font-size:10px;font-weight:700;color:#c6cfba;line-height:1.15;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pf-face-box{display:flex;flex-direction:column;align-items:center;gap:5px;flex:none}.pf-face-box>:first-child{border-radius:50%;background:#ffffff1a;border:2px solid rgba(255,255,255,.22);overflow:hidden}.pf-ava-btn{font-size:10px;font-weight:800;color:#f2ece0;cursor:pointer;white-space:nowrap;padding:4px 9px 5px;border:1px solid rgba(255,255,255,.3);border-radius:999px;background:#fff3;font-family:inherit}.pf-ava-btn:active{transform:scale(.94)}.ava-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:7px;margin-top:8px;max-height:46vh;overflow-y:auto;padding-right:4px;align-content:start}.ava-cell{display:flex;align-items:center;justify-content:center;cursor:pointer;border:2px solid rgba(255,255,255,.22);border-radius:50%;background:#ffffff1a;aspect-ratio:1;overflow:hidden;transition:transform .1s}.ava-cell.active{border-color:#e8890c;box-shadow:0 0 0 3px #ffd43b66}.ava-cell:active{transform:scale(.93)}.ava-grid::-webkit-scrollbar{width:9px}.ava-grid::-webkit-scrollbar-track{background:#0000004d;border-radius:5px}.ava-grid::-webkit-scrollbar-thumb{background:linear-gradient(#ffe9a8,#d3a13c);border-radius:5px;border:1px solid #a97c2e}.ava-up-prev{display:flex;align-items:center;justify-content:center;min-height:104px;margin-top:8px}.ava-up-prev img{width:96px;height:96px;object-fit:cover;border-radius:50%;border:3px solid rgba(255,255,255,.22);background:#ffffff1a}#toasts{position:absolute;top:60px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;gap:6px;align-items:center;z-index:100;pointer-events:none}.toast{border-image:url(/Cozy_farming/assets/ui/pack/label.png) 30 fill / 12px stretch;color:#4a3520;padding:7px 18px 9px;font-size:13px;font-weight:800;animation:pop .25s ease-out;display:flex;gap:8px;align-items:center}@keyframes pop{0%{transform:scale(.6);opacity:0}to{transform:scale(1);opacity:1}}.board{display:grid;gap:2px;background:#8b5e3c40;padding:6px;border-radius:10px;width:fit-content;margin:0 auto}.bcell{width:26px;height:26px;background:#e8d5a3;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:17px;cursor:pointer;font-weight:900}.bcell:hover{background:#ffd43b}.xq-cell{width:34px;height:34px;font-size:20px;border-radius:50%}.xq-red{color:#e03131}.xq-black{color:#1b1b1b}.xq-piece{background:#f7e2b6;border:2px solid #8a5a33;box-shadow:0 2px #0000004d}.xq-sel{outline:3px solid #ffd43b}.xq-move{background:#8ce99ad9!important}.wheel-wrap{display:flex;flex-direction:column;align-items:center;gap:10px}#wheel{transition:transform 4s cubic-bezier(.15,.9,.25,1)}.map-wrap{position:relative;border-radius:8px;overflow:hidden;margin:0 auto;width:100%;height:100%;touch-action:none;cursor:grab}.map-wrap:active{cursor:grabbing}.map-inner{position:relative;width:100%;aspect-ratio:1600 / 900;flex:none;transform-origin:center center;will-change:transform}.map-inner img{display:block;width:100%;height:100%;image-rendering:auto}.win.win-map{width:100vw;height:100vh;max-height:100vh;padding:0;border:none;background:#0b1a10;border-radius:0;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.win.win-map .win-body{padding:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.win.win-map .map-wrap{border-radius:0}.win.win-map .win-head{position:absolute;left:0;right:0;top:0;z-index:3;padding:0;pointer-events:none}.win.win-map .win-head>div:first-child{pointer-events:auto;margin-top:12px;padding:7px 22px;border-radius:999px;background:#140c049e;color:#ffe9a8;font-size:19px;text-shadow:0 2px 4px rgba(0,0,0,.6);backdrop-filter:blur(2px)}.win.win-map .win-close{pointer-events:auto;right:12px;top:12px}.map-marker{position:absolute;transform:translate(-50%,-100%);cursor:pointer;text-align:center;transition:transform .1s}.map-marker:active{transform:translate(-50%,-100%) scale(.9)}.map-marker .sign{width:40px;height:40px;margin:0 auto;background:#fff;border-radius:12px;border:3px solid #d9c4a5;box-shadow:0 3px #00000040;display:flex;align-items:center;justify-content:center;overflow:hidden}.map-marker .sign img{width:34px;height:34px;object-fit:contain;image-rendering:pixelated}.map-marker .tag{margin-top:2px;font-size:13px;font-weight:900;color:#ffd43b;white-space:nowrap;text-shadow:-1px -1px 0 #7a4a1f,1px -1px 0 #7a4a1f,-1px 1px 0 #7a4a1f,1px 1px 0 #7a4a1f,0 2px 3px rgba(0,0,0,.4)}.map-marker.here .sign{border-color:#ffd43b;animation:bounce 1s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.cc-panel{position:absolute;top:50%;transform:translateY(-50%);width:min(460px,52vw);max-height:94vh;border-image:url(/Cozy_farming/assets/ui/pack/frame2.png) 70 fill / 18px stretch;display:flex;flex-direction:column;color:#4a3520;overflow:visible;padding-right:env(safe-area-inset-right,0);right:max(0px,calc((100vw - 900px)/2))}.cc-panel>.win-head{position:relative;padding:4px 18px 2px;text-align:center}.cc-panel>.win-head:before{content:attr(data-title);display:inline-block;margin-top:-20px;padding:7px 40px 9px;border-radius:12px;background:linear-gradient(#f6edd8,#e2c99a);border:3px solid #b5836b;box-shadow:0 3px #0002,inset 0 2px #fff8e8;color:#5b3a1c;font-size:18px;font-weight:900}.cc-body{flex:0 1 auto;min-height:0;overflow-y:auto;padding:6px 12px 4px}.cc-tab-content{min-height:104px}.cc-foot{flex:none;padding:4px 16px 10px;text-align:center}.btn.cc-start{padding:11px 44px 12px;font-size:15px;display:inline-block;width:auto;background:linear-gradient(#ffe066,#f0b429) no-repeat center / 100% 100%;border:3px solid #d4a020;border-radius:12px;color:#6b3f10;box-shadow:0 3px #a8761a,inset 0 2px #fff6cc;letter-spacing:.3px}.btn.cc-start:active{transform:translateY(2px);box-shadow:0 1px #a8761a,inset 0 2px #fff6cc}.cc-turn-row{display:flex;align-items:center;justify-content:center;gap:12px;margin:8px 0}.cc-turn-cap{font-size:11px;font-weight:900;color:#9b7a55}.cc-turn{flex:none;width:26px;height:38px;cursor:pointer;padding:0;border:2px solid #b5836b;border-radius:8px;background:#f6edd8;position:relative;transition:transform .1s,background .15s}.cc-turn:before{content:"";position:absolute;left:50%;top:50%;width:8px;height:8px;border-top:3px solid #7a5a3a;border-left:3px solid #7a5a3a}.cc-turn-l:before{transform:translate(-40%,-50%) rotate(-45deg)}.cc-turn-r:before{transform:translate(-60%,-50%) rotate(135deg)}.cc-turn.active{background:linear-gradient(#ffe066,#f0c040);border-color:#d4a020}.cc-turn:active{transform:scale(.9)}.cc-rows{display:flex;flex-direction:column;gap:5px}.cc-row{display:flex;align-items:center;gap:8px;cursor:pointer;padding:4px 8px;border-radius:9px;border:2px solid transparent;background:#b5836b1a;transition:background .14s,border-color .14s}.cc-row.active{background:#fff3d6;border-color:#e8890c}.cc-row-mid{flex:1;min-width:0;display:flex;align-items:baseline;justify-content:center;gap:8px;text-align:center}.cc-row-label{font-size:11px;font-weight:900;color:#9b7a55;flex:none}.cc-row-val{font-size:13px;font-weight:900;color:#5b3a1c;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cc-arrow{flex:none;width:30px;height:30px;cursor:pointer;padding:0;border:2px solid #b5836b;border-radius:50%;position:relative;background:linear-gradient(#fff8e8,#e8d4b0);transition:transform .1s}.cc-arrow:before{content:"";position:absolute;left:50%;top:50%;width:8px;height:8px;border-top:3px solid #7a5a3a;border-left:3px solid #7a5a3a}.cc-arrow-l:before{transform:translate(-30%,-50%) rotate(-45deg)}.cc-arrow-r:before{transform:translate(-70%,-50%) rotate(135deg)}.cc-row.active .cc-arrow{background:linear-gradient(#ffe066,#f0c040);border-color:#d4a020}.cc-arrow:active{transform:scale(.88)}.cc-mini-label{font-size:11px;font-weight:900;color:#7a5a3a;margin-bottom:2px}.cc-input{font-size:13px;padding:7px 10px}.cc-tabs{display:flex;gap:4px;margin-bottom:0}.cc-tab{flex:1;text-align:center;padding:7px 0 8px;font-size:13px;font-weight:900;color:#7a5a3a;cursor:pointer;border-radius:8px 8px 0 0;background:linear-gradient(#f0e0c8,#ddc8a4);border:2px solid #b5836b;border-bottom:none;opacity:.65;transition:opacity .15s}.cc-tab.active{opacity:1;background:linear-gradient(#fff8e8,#f6edd8);color:#5b3a1c;position:relative}.cc-tab.active:after{content:"";position:absolute;bottom:-2px;left:4px;right:4px;height:3px;background:#fff8e8}.cc-tab-content{padding:8px 0 4px;border-top:2px solid #b5836b;margin-top:-2px}.cc-tab-label{margin-top:6px}.cc-sec{margin-bottom:10px}.cc-label{font-size:12px;font-weight:900;color:#5b3a1c;margin-bottom:4px;padding-bottom:3px;border-bottom:2px solid rgba(181,131,107,.25)}.cc-row .lbl,.lbl{font-size:12px;font-weight:900;color:#7a4a1f;margin-bottom:4px}.cc-opts{display:flex;gap:6px;flex-wrap:wrap}.cc-opt{padding:5px 12px 6px;font-size:12px;cursor:pointer;color:#4a3520;font-weight:800;background:url(/Cozy_farming/assets/ui/pack/btn_cream.png) no-repeat center / 100% 100%;border:none;border-radius:4px;transition:transform .1s}.cc-opt:active{transform:scale(.95)}.cc-opt.active{background-image:url(/Cozy_farming/assets/ui/pack/btn_yellow.png)}.cc-opt.cc-opt-icon{display:inline-flex;align-items:center;gap:6px;min-height:40px;padding:4px 10px 5px}.cc-opt-icon .spr{flex:none}.cc-opt-name{font-size:11px;line-height:1.15}.swatches{display:flex;gap:5px;flex-wrap:wrap}.sw{width:26px;height:26px;border-radius:8px;border:2px solid rgba(0,0,0,.25);cursor:pointer}.sw.active{border-color:#e0a020;transform:scale(1.15)}.chips{display:flex;gap:5px;flex-wrap:wrap}.chip{padding:5px 10px 7px;font-size:12px;cursor:pointer;color:#4a3520;font-weight:700;background:url(/Cozy_farming/assets/ui/pack/btn_cream.png) no-repeat center / 100% 100%;border:none}.chip.active{background-image:url(/Cozy_farming/assets/ui/pack/btn_yellow.png)}input.ui-input,select.ui-input{background:#fff8e8;border:2px solid #b5836b;border-radius:10px;color:#4a3520;padding:8px 10px;font-size:14px;outline:none;width:100%;font-weight:700}.hint{font-size:11px;color:#cfe0c4;opacity:.95}.sep{height:2px;background:#8b5e3c4d;margin:10px 0;border-radius:2px}.login-wrap{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.login-wrap.anchor-bottom{justify-content:flex-end;padding-bottom:clamp(22px,7vh,64px)}.login-box{width:min(400px,86vw);max-height:92vh;overflow-y:auto;background:#10141cdb;border-radius:10px;overflow-x:hidden;box-shadow:0 12px 40px #00000080;backdrop-filter:blur(2px)}.login-head{padding:clamp(8px,2.6vh,14px) 0 clamp(7px,2.2vh,12px);text-align:center;color:#fff;font-size:clamp(13px,3.4vh,19px);font-weight:800;border-bottom:2px solid #4dabf7}.login-body{display:flex;flex-direction:column;gap:clamp(6px,1.8vh,10px);padding:clamp(10px,3.4vh,20px) clamp(14px,4.5vw,26px) clamp(8px,2.4vh,14px)}.lg-btn{display:block;width:100%;padding:clamp(7px,2vh,11px) 0;border:0;border-radius:6px;font-size:clamp(12px,2.8vh,15px);font-weight:700;cursor:pointer;font-family:inherit}.lg-btn:active{transform:scale(.97)}.lg-acc{background:linear-gradient(#f5a623,#e8890c);color:#fff}.lg-google{background:#fff;color:#3c4043}.gg-g{font-weight:900;background:linear-gradient(90deg,#4285f4,#ea4335,#fbbc05,#34a853);-webkit-background-clip:text;background-clip:text;color:transparent}.lg-apple{background:#0b0b0d;color:#fff}.lg-form{display:flex;flex-direction:column;gap:clamp(5px,1.4vh,8px);padding:4px 2px}.lg-form .ui-input{width:100%}.lg-err{color:#ff8787;font-size:clamp(10px,2vh,12px);min-height:14px}.lg-note{text-align:center;color:#8b96a5;font-size:clamp(9px,1.8vh,11px);padding-top:4px}.lg-back{position:absolute;top:12px;left:12px;width:44px;height:40px;border:0;border-radius:8px;background:linear-gradient(#f5a623,#d97706);color:#fff;font-size:20px;font-weight:900;cursor:pointer;box-shadow:0 3px 8px #0006}.server-box{display:flex;flex-direction:column;gap:clamp(6px,2vh,12px);align-items:center;width:min(430px,88vw);max-height:92vh}.sv-hello{color:#fff;font-size:clamp(11px,2.4vh,14px);font-weight:700;text-shadow:0 1px 3px #000}.sv-row{display:flex;align-items:center;gap:10px;width:100%;padding:clamp(8px,2.4vh,13px) clamp(10px,3vw,18px);border-radius:8px;background:#10141cd1;color:#fff;cursor:pointer;border:1px solid rgba(255,255,255,.15)}.sv-row .sv-name{flex:1;font-weight:800;color:#51cf66;font-size:clamp(12px,2.6vh,15px)}.sv-change{color:#ffd43b;font-size:clamp(11px,2.2vh,13px);font-weight:700}.sv-dot{width:10px;height:10px;border-radius:50%;box-shadow:0 0 6px currentColor;flex:none}.sv-list{display:flex;flex-direction:column;gap:6px;width:100%;max-height:40vh;overflow-y:auto}.sv-item{display:flex;align-items:center;gap:10px;padding:clamp(6px,1.8vh,10px) clamp(10px,3vw,18px);border-radius:8px;background:#10141cbf;color:#fff;cursor:pointer;border:1px solid transparent;font-size:clamp(11px,2.2vh,13px)}.sv-item.active{border-color:#ffd43b}.sv-item .sv-name{flex:1;font-weight:700}.sv-tag{font-size:clamp(10px,2vh,12px);font-weight:700}.lg-start{margin-top:6px;padding:clamp(8px,2.4vh,13px) clamp(28px,10vw,64px);border:0;border-radius:12px;cursor:pointer;font-size:clamp(15px,4.2vh,24px);font-weight:900;color:#fff;font-family:inherit;background:linear-gradient(#7ae582,#2f9e44);box-shadow:0 5px #1f7a33,0 8px 18px #00000073;text-shadow:0 2px 3px rgba(0,0,0,.35)}.lg-start:active{transform:translateY(3px);box-shadow:0 2px #1f7a33}.lg-btn{display:flex;align-items:center;justify-content:center;gap:10px}.lg-logo{width:clamp(15px,3vh,18px);height:clamp(15px,3vh,18px);flex:none}.lg-google{background:#fff;color:#1f1f1f;border:1px solid #747775;font-weight:600}.lg-apple{background:#000;color:#fff;font-weight:600}.sv-pop-backdrop{position:absolute;inset:0;background:#0000008c;z-index:40;display:flex;align-items:center;justify-content:center}.sv-pop{width:min(660px,94vw);height:min(400px,88vh);display:flex;flex-direction:column;background:#10141cf5;border-radius:10px;overflow:hidden;box-shadow:0 14px 44px #0009;border:1px solid rgba(255,255,255,.12)}.sv-pop-head{display:flex;align-items:center;justify-content:space-between;padding:clamp(7px,2vh,10px) 14px;color:#fff;font-size:clamp(13px,2.8vh,16px);font-weight:800;border-bottom:2px solid #4dabf7}.sv-pop-body{flex:1;display:flex;min-height:0}.sv-tabs{width:132px;flex:none;display:flex;flex-direction:column;gap:6px;padding:10px 8px;background:#00000059;overflow-y:auto}.sv-tab{padding:clamp(6px,1.8vh,9px) 10px;border-radius:8px;cursor:pointer;color:#cfd6df;border:1px solid transparent;display:flex;flex-direction:column;gap:2px}.sv-tab b{font-size:clamp(12px,2.4vh,14px)}.sv-tab span{font-size:clamp(10px,1.8vh,11px);color:#8b96a5}.sv-tab.active{background:#4dabf72e;border-color:#4dabf7;color:#fff}.sv-tab.active span{color:#74c0fc}.sv-grid{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:6px;align-content:start;padding:10px;overflow-y:auto}.sv-cell{display:flex;align-items:center;gap:8px;padding:clamp(6px,1.6vh,9px) 10px;border-radius:8px;background:#ffffff0f;color:#fff;cursor:pointer;border:1px solid transparent;font-size:clamp(11px,2.2vh,13px);min-height:38px}.sv-cell:hover{background:#ffffff2e}.sv-cell.active{border-color:#ffd43b;background:#ffd43b1f}.sv-cell .sv-name{flex:1;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sv-cell .sv-tag{font-size:clamp(9px,1.8vh,11px);font-weight:700}.lg-ok{text-align:center;color:#69db7c;font-size:clamp(11px,2.2vh,13px);font-weight:700}.gate-icons{position:absolute;top:max(10px,env(safe-area-inset-top,0px));right:max(10px,env(safe-area-inset-right,0px));display:flex;flex-direction:column;align-items:center;gap:clamp(6px,1.6vh,12px);z-index:5}.gate-icon-item{display:flex;flex-direction:column;align-items:center;gap:3px}.gate-icon-btn{width:clamp(30px,6.2vh,38px);height:clamp(30px,6.2vh,38px);border-radius:50%;border:1px solid rgba(255,255,255,.25);background:#10141cb8;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 8px #00000059}.gate-icon-btn svg{width:52%;height:52%}.gate-icon-btn:active{transform:scale(.9)}.gate-icon-label{color:#fff;font-size:clamp(9px,1.8vh,11px);font-weight:700;white-space:nowrap;text-shadow:0 1px 3px rgba(0,0,0,.7),0 0 4px rgba(0,0,0,.5)}.gate-box{display:flex;flex-direction:column;align-items:center;gap:clamp(8px,2vh,14px);margin-bottom:clamp(18px,6vh,44px)}.gate-start{padding:clamp(10px,2.6vh,15px) clamp(50px,13vw,80px);border:0;border-radius:999px;cursor:pointer;font-size:clamp(16px,4vh,23px);font-weight:900;color:#fff;font-family:inherit;letter-spacing:1px;background:linear-gradient(#7ae582,#2f9e44);box-shadow:0 5px #1f7a33,0 10px 22px #00000080;text-shadow:0 2px 3px rgba(0,0,0,.35)}.gate-start:active{transform:translateY(3px);box-shadow:0 2px #1f7a33}.gate-tos{display:flex;align-items:center;gap:8px;background:#0006;padding:6px 14px;border-radius:999px}.gate-check{width:clamp(16px,3vh,20px);height:clamp(16px,3vh,20px);border-radius:50%;border:2px solid #fff;background:transparent;cursor:pointer;flex:none;position:relative}.gate-check.on{background:#51cf66;border-color:#51cf66}.gate-check.on:after{content:"";position:absolute;left:50%;top:46%;width:32%;height:55%;transform:translate(-50%,-55%) rotate(45deg);border-right:2px solid #fff;border-bottom:2px solid #fff}.gate-check.shake{animation:gate-shake .4s;border-color:#ff8787}@keyframes gate-shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.gate-tos-label{color:#fff;font-size:clamp(10px,2vh,12px);text-shadow:0 1px 2px #000}.gate-tos-link,a.gate-tos-link{color:#74c0fc;text-decoration:underline}.notice-pop{height:min(320px,70vh)}.notice-body{flex:1;overflow-y:auto;padding:10px 14px;display:flex;flex-direction:column;gap:10px}.notice-item{background:#ffffff0f;border-radius:8px;padding:10px 12px}.notice-title{color:#ffd43b;font-weight:800;font-size:13px;margin-bottom:4px}.notice-text{color:#cfd6df;font-size:12px;line-height:1.4}.login-box2{background:linear-gradient(#78a07c8a,#466e50ad);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.5);box-shadow:inset 0 1px #ffffff4d,0 12px 30px #00000073;color:#f2ece0;padding-bottom:clamp(10px,2vh,16px)}.login-head2{text-align:center;padding:clamp(12px,3vh,18px) 14px 2px;font-weight:900;color:#fff;font-size:clamp(15px,3.4vh,20px);text-shadow:0 1px 3px rgba(0,0,0,.4)}.lg-arrow{color:#d8f5a2}.lg-sub{text-align:center;color:#dce8d2;font-size:clamp(10px,2vh,12px);padding-bottom:clamp(8px,2vh,12px)}.login-box2 .login-body{padding:0 clamp(16px,4.5vw,26px) clamp(6px,1.6vh,10px);gap:clamp(8px,1.8vh,12px)}.lg-inputwrap{display:flex;align-items:center;gap:8px;border-radius:999px;background:#ffffff29;border:1px solid rgba(255,255,255,.38);box-shadow:inset 0 1px #ffffff40;padding:0 clamp(10px,2.6vw,14px);height:clamp(34px,6.6vh,44px)}.lg-inputwrap svg{width:clamp(14px,2.8vh,18px);height:clamp(14px,2.8vh,18px);flex:none}.lg-inputwrap svg path{fill:#f2ece0;opacity:.85}.lg-inputwrap .ui-input{border:0;background:transparent;padding:0;color:#fff;font-size:clamp(12px,2.4vh,14px)}.lg-inputwrap .ui-input::placeholder{color:#e8ecdf;opacity:.65}.lg-eye{border:0;background:transparent;cursor:pointer;color:#f2ece0;opacity:.85;flex:none;width:clamp(16px,3vh,20px);height:clamp(16px,3vh,20px);padding:0}.lg-forgot-row{display:flex;justify-content:flex-end;margin-top:-4px}.lg-forgot,a.lg-forgot{color:#d8f5a2;font-size:clamp(10px,2vh,12px);font-weight:700;text-decoration:none}.lg-start-btn{border:0;border-radius:999px;cursor:pointer;font-family:inherit;font-weight:900;letter-spacing:1px;color:#4a3005;padding:clamp(9px,2.2vh,12px) 0;font-size:clamp(13px,2.6vh,15px);background:linear-gradient(#ffe066,#f0a318);text-shadow:none;box-shadow:inset 0 1px #ffffff80,0 4px #c9820f,0 6px 14px #00000040}.lg-start-btn:active{transform:translateY(2px);box-shadow:inset 0 1px #ffffff80,0 2px #c9820f}.lg-or{display:flex;align-items:center;gap:10px;color:#dce8d2;font-size:clamp(10px,2vh,12px);font-weight:800}.lg-or span{flex:1;height:1px;background:#ffffff4d}.lg-social-row{display:flex;justify-content:center;gap:clamp(8px,2vw,14px)}.lg-social-btn{width:clamp(34px,7vh,46px);height:clamp(34px,7vh,46px);border-radius:12px;border:1px solid rgba(255,255,255,.38);background:#ffffff29;box-shadow:inset 0 1px #ffffff40,0 2px 6px #0003;cursor:pointer;display:flex;align-items:center;justify-content:center}.lg-social-btn svg{width:52%;height:52%}.lg-social-btn:active{transform:scale(.93)}.lg-s-google{background:#fff}.lg-s-fb{background:#1877f2;border-color:#1877f2}.lg-s-apple{background:#000;border-color:#000}.lg-s-guest{background:linear-gradient(#4dabf7,#3b82c4);border-color:#4dabf7}.login-box2 .lg-note{padding-top:2px;color:#dce8d2}.login-box2 .lg-note .gate-tos-link{color:#d8f5a2;font-weight:700}.login-box2 .lg-err{min-height:12px}.lg-recovery-code{text-align:center;font-weight:900;letter-spacing:4px;font-size:clamp(18px,4vh,26px);color:#4a3005;background:linear-gradient(#ffe066,#f0a318);border-radius:12px;padding:clamp(10px,2.4vh,14px) 0;margin:clamp(6px,1.6vh,10px) clamp(16px,4.5vw,26px) 0;box-shadow:inset 0 1px #ffffff80,0 4px #c9820f}.chip.cc-chip{display:inline-flex;align-items:center;gap:7px;min-height:42px;padding-top:4px;padding-bottom:6px}.chip.cc-chip .spr{flex:none}.cc-chip-name{line-height:1.1}.win.win-wardrobe{display:flex;flex-direction:column;overflow:hidden}.win.win-wardrobe>.win-body{display:flex;flex-direction:row;gap:0;padding:0}.wr-body-in{flex:1;min-width:0;min-height:0;overflow:hidden;display:flex;flex-direction:column;gap:10px;padding:12px 16px 14px}.win.win-wardrobe .ch-main{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.wr-tabs{flex:none;width:92px;display:flex;flex-direction:column;gap:8px;padding:34px 10px 14px 0;justify-content:flex-start;overflow:hidden}.wr-tab{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;cursor:pointer;font-family:inherit;padding:7px 6px 8px 4px;width:100%;font-size:10px;font-weight:900;color:#e7f0dd;background:#ffffff2e;border:1px solid rgba(255,255,255,.26);border-left:none;border-radius:0 14px 14px 0;text-shadow:0 1px 2px rgba(0,0,0,.4)}.wr-tab span{max-width:100%;white-space:normal;line-height:1.15;text-align:center}.wr-tab img{width:24px;height:22px;object-fit:contain;filter:saturate(.4) opacity(.75)}.wr-tab.on{background:linear-gradient(#ffe066,#f0a318);border-color:#ffe9a8;color:#4a3005;text-shadow:none;box-shadow:inset 0 1px #ffffff80}.wr-tab.on img{filter:none}.wd-wrap{display:flex;gap:12px;flex:1;min-height:0;align-items:stretch}.wd-left{flex:0 0 43%;display:flex;flex-direction:column;gap:4px;min-height:0;padding:8px 10px 10px;border-radius:16px;background:#ffffff12;border:1px solid rgba(255,255,255,.28);box-shadow:inset 0 1px #fff3}.wd-figure{position:relative;flex:1 1 0;min-height:0;overflow:hidden;display:flex;align-items:stretch;justify-content:center;gap:7px}.wd-slot-col{flex:none;width:44px;height:100%;display:flex;flex-direction:column;justify-content:center;gap:5px;min-height:0;overflow:hidden}.wd-name-row{display:flex;align-items:center;justify-content:center;flex:none;margin-top:2px}.wd-lv{position:relative;z-index:2;margin-right:-10px;width:34px;height:41px;flex:none;display:flex;align-items:flex-start;justify-content:center;padding-top:9px;font-size:12px;font-weight:900;color:#fff;line-height:1;background:url(/Cozy_farming/assets/ui/inv/ic_level.png) no-repeat center / contain;text-shadow:0 1px 2px rgba(0,40,70,.85);filter:drop-shadow(0 2px 3px rgba(0,0,0,.35))}.wd-name{flex:none;max-width:calc(100% - 44px);padding:4px 14px 5px 18px;font-size:12px;font-weight:900;color:#f6edd8;border-radius:999px;background:#0000004d;border:1px solid rgba(255,255,255,.28);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.5)}.wd-exp{flex:none;display:flex;align-items:center;gap:7px;margin:2px 2px 0}.wd-exp-k{font-size:10px;font-weight:900;color:#bccbb0;flex:none}.wd-exp-bar{flex:1;height:9px;border-radius:5px;overflow:hidden;background:#00000057;border:1px solid rgba(255,255,255,.2)}.wd-exp-f{height:100%;background:linear-gradient(90deg,#b2f2bb,#37b24d)}.wd-exp-n{font-size:10px;font-weight:900;color:#ffe066;flex:none;width:38px;text-align:right}.wd-char{position:relative;flex:1;min-width:0;min-height:0;align-self:stretch;overflow:hidden;border-radius:14px;border:1px solid rgba(255,255,255,.22);background:radial-gradient(120% 78% at 50% 12%,#ffffff38,#fff0 70%),linear-gradient(#7ea68066,#466e5094);box-shadow:inset 0 1px #ffffff42}.wd-char:after{content:"";position:absolute;left:50%;bottom:9px;translate:-50% 0;width:56%;height:12px;border-radius:50%;background:radial-gradient(closest-side,#0000006b,#0000)}.wd-char>.chibi-fluid{position:absolute;left:50%;top:7px;bottom:13px;translate:-50% 0;height:auto;width:auto;aspect-ratio:64 / 96;z-index:1}.wd-char-name{display:none}.wd-slot{position:relative;width:100%;flex:1 1 0;min-height:0;max-height:52px;border-radius:11px;padding:0 0 10px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-family:inherit;overflow:hidden;background:linear-gradient(#7ea6807a,#4e76569e);border:1px solid rgba(255,255,255,.3);box-shadow:inset 0 1px #ffffff38}.wd-slot>.spr,.wd-slot>img{flex:none;max-height:100%}.wd-slot.empty:before{content:"";position:absolute;inset:1px 0 10px;opacity:.32;background:var(--eq) no-repeat center / 20px 18px}.wd-slot.empty.eq-hat{--eq: url(/Cozy_farming/assets/ui/inv/ic_hat.png)}.wd-slot.empty.eq-glasses{--eq: url(/Cozy_farming/assets/ui/inv/ic_glasses.png)}.wd-slot.empty.eq-shirt{--eq: url(/Cozy_farming/assets/ui/inv/ic_shirt.png)}.wd-slot.empty.eq-pant{--eq: url(/Cozy_farming/assets/ui/inv/ic_pants.png)}.wd-slot.empty.eq-skin{--eq: url(/Cozy_farming/assets/ui/inv/ic_skin.png)}.wd-slot.empty.eq-hair{--eq: url(/Cozy_farming/assets/ui/inv/ic_hair.png)}.wd-slot.empty.eq-hand{--eq: url(/Cozy_farming/assets/ui/inv/ic_hand.png)}.wd-slot.active{border-color:#ffd43b;box-shadow:0 0 0 2px #ffd43b66}.wd-slot:active{transform:scale(.94)}.wd-slot.locked{opacity:.5;cursor:default;pointer-events:none}.wd-slot-name{position:absolute;left:0;right:0;bottom:0;font-size:7.5px;font-weight:900;color:#e7f0dd;text-align:center;line-height:11px;background:#00000052;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wd-stats-box{flex:none;display:grid;grid-template-columns:1fr 1fr;gap:2px 10px;padding:4px 2px 0;border-top:1px solid rgba(255,255,255,.16);margin-top:3px}.wd-stat{display:flex;align-items:center;gap:6px;font-size:9.5px;font-weight:800;color:#d9e6cd}.wd-stat-nm{width:66px;flex:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wd-stat-bar{flex:1;height:7px;border-radius:5px;overflow:hidden;display:flex;background:#00000057;box-shadow:inset 0 1px 2px #00000059}.wd-stat-f{background:linear-gradient(#ffe066,#f0a318)}.wd-stat-f2{background:linear-gradient(#8ce99a,#37b24d)}.wd-stat-n{width:30px;flex:none;text-align:right;color:#ffe9a8}.wd-right{flex:1;min-width:0;display:flex;flex-direction:column;min-height:0}.wd-right-title{font-weight:800;color:#f6edd8;margin-bottom:6px}.wd-note{flex:none;display:flex;align-items:center;justify-content:center;gap:9px;font-size:11.5px;font-weight:800;color:#dbe6d0;padding:8px 2px 0;text-align:center}.wd-note-t{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wd-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;align-content:start}.wd-item{border:none;background:none;cursor:pointer;padding:0;display:flex;flex-direction:column;align-items:center;gap:3px;font-family:inherit;color:#e7f0dd}.wd-item-box{width:100%;aspect-ratio:1;border-radius:12px;display:flex;align-items:center;justify-content:center;background:linear-gradient(#7ea68070,#4e765694);border:1px solid rgba(255,255,255,.3);box-shadow:inset 0 1px #ffffff2e}.wd-item:active .wd-item-box{transform:scale(.94)}.wd-item.active .wd-item-box{border-color:#ffd43b;box-shadow:0 0 0 2px #ffd43b61}.wd-item.active .nm{color:#ffd43b}.wd-item .nm{font-size:9.5px;font-weight:800;line-height:1.3;width:100%;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;opacity:.92}.wd-item-box{position:relative}.wd-item-on{position:absolute;left:50%;bottom:2px;translate:-50% 0;font-size:8px;font-weight:900;color:#4a3005;line-height:13px;padding:0 6px;background:linear-gradient(#ffe066,#f0a318);border-radius:999px;white-space:nowrap}.wd-blank{flex:1;min-height:120px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;text-align:center;font-size:12.5px;font-weight:800;color:#dbe6d0;padding:14px 18px}.wd-blank img{width:46px;height:42px;object-fit:contain;opacity:.45}.wd-blank .sub{font-size:11px;font-weight:700;color:#b8c6ac}.wd-stats{font-size:9px;font-weight:700;color:#b2f2bb;text-align:center;background:#37b24d2e;border:1px solid rgba(140,233,154,.45);border-radius:5px;padding:1px 4px;margin-top:2px;line-height:1.2}.wd-item-ico{font-size:22px;line-height:40px}#hotbar{position:absolute;left:160px;bottom:26px;display:flex;gap:7px}.hb-slot{width:46px;height:46px;border:2px solid rgba(255,255,255,.55);border-radius:12px;background:linear-gradient(#7ea68070,#4e765694);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);box-shadow:inset 0 1px #ffffff4d,0 3px 8px #00000047;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;position:relative}.hb-slot:active{transform:scale(.92)}.hb-slot.empty{color:#f6edd8aa;font-size:20px;font-weight:800}.win.win-shop{width:min(680px,90vw);height:min(470px,80vh);max-height:80vh}.win-body.wd-body{display:flex;flex-direction:column;min-height:0;overflow:hidden}.win-body.wd-body .wd-left{align-self:stretch;overflow:hidden}.wd-tabs{display:flex;gap:5px;flex-wrap:wrap;margin-bottom:7px}.wd-card{border-radius:14px;padding:9px;flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;background:#ffffff0f;border:1px solid rgba(255,255,255,.16);box-shadow:inset 0 1px #ffffff1f}.wd-card::-webkit-scrollbar{width:8px}.wd-card::-webkit-scrollbar-track{background:#00000040;border-radius:5px}.wd-card::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:5px;border:1px solid rgba(255,255,255,.25)}.wd-item.wd-empty{cursor:default}#hotbar{left:50%;transform:translate(-50%);bottom:14px}.hb-lv{position:absolute;right:-4px;top:-6px;font-size:9px;font-weight:900;color:#3d2c05;background:linear-gradient(#ffe066,#f5a623);border:1px solid #b5836b;border-radius:7px;padding:0 4px}.tl-lv{font-size:11px;color:#e8890c;font-weight:900}.aff-bar{height:8px;border-radius:6px;background:#00000029;overflow:hidden;margin:4px 0 10px}.aff-fill{height:100%;background:linear-gradient(90deg,#ff8787,#ffd43b);border-radius:6px;transition:width .3s}.row.row-active{background:#ffd43b29;border-radius:10px}.hb-slot.hb-on{border-color:#ffd43b;box-shadow:0 0 0 2px #ffd43b66;background:#ffd43b38}img.cur{width:15px;height:15px;object-fit:contain;vertical-align:-3px;margin-right:2px}.wd-item .ui-ic,.cell .ui-ic{display:block;margin:0 auto 2px}.win-tabs .tab{display:inline-flex;align-items:center;gap:5px}.grid.grid-shop{grid-template-columns:repeat(auto-fill,minmax(112px,1fr));gap:9px}.cell.cell-lg{min-height:132px;padding:10px 6px 12px;gap:4px}.cell-art{height:78px;display:flex;align-items:center;justify-content:center}.cell.cell-lg .nm{font-size:11px}.tryon{display:flex;align-items:center;justify-content:center;gap:18px;padding:6px 0 2px}.tryon-char{display:flex;flex-direction:column;align-items:center;gap:4px}.tryon-cap{font-size:11px;font-weight:800;color:#f2ece0}.tryon-art{width:130px;height:130px;display:flex;align-items:center;justify-content:center;background:#00000014;border-radius:14px;border:2px dashed rgba(255,255,255,.28)}.tryon-info{text-align:center;margin-top:8px;font-size:13px;font-weight:700;color:#f2ece0}.cell img.ico-img,img.ico-img{width:34px;height:34px;object-fit:contain;image-rendering:pixelated;display:block;margin:0 auto 2px}.ch-wrap{display:flex;gap:10px;align-items:stretch;flex:1;min-height:0}.ch-main{flex:1;min-width:0;display:flex;flex-direction:column;overflow-y:auto;min-height:0}.ch-side{flex:0 0 92px;display:flex;flex-direction:column;justify-content:flex-start;gap:8px}.ch-tab{font-family:inherit;font-size:12.5px;font-weight:800;color:#e7f0dd;cursor:pointer;background:#ffffff2e;border:1px solid rgba(255,255,255,.28);border-radius:10px;height:40px;display:flex;align-items:center;justify-content:center;padding:0 6px;text-align:center;line-height:1.1}.ch-tab.active{background:linear-gradient(#ffe066,#f0a318);border-color:#ffe9a8;color:#4a3005}.ch-tab:active{transform:translate(-1px) scale(.97)}.wd-chips{display:flex;align-items:stretch;justify-content:center;gap:4px;flex:none;align-self:stretch;padding:4px 6px;margin-bottom:9px;background:#ffffff29;border:1px solid rgba(255,255,255,.24);border-radius:999px;box-shadow:inset 0 1px #fff3}.wd-chip{position:relative;flex:1 1 0;min-width:0;cursor:pointer;background:none;border:none;padding:3px 2px 2px;border-radius:999px;display:flex;flex-direction:column;align-items:center;gap:1px;font-family:inherit}.wd-chip-art{height:26px;display:flex;align-items:center;justify-content:center}.wd-chip img{max-width:26px;max-height:24px;object-fit:contain;opacity:.55}.wd-chip.on img{opacity:1}.wd-chip-nm{font-size:9.5px;font-weight:800;color:#cfdcc4;line-height:1.2;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wd-chip.on .wd-chip-nm{color:#ffe9a8}.wd-chip-n{position:absolute;top:-1px;right:2px;min-width:15px;padding:0 3px;font-size:9px;font-weight:900;color:#4a3005;line-height:14px;text-align:center;background:linear-gradient(#ffe066,#f0a318);border-radius:999px}.wd-chip:active{transform:scale(.92)}.wd-chip.on{background:linear-gradient(#ffe0664d,#f0a31842);box-shadow:inset 0 0 0 2px #ffd43bd9,inset 0 1px #ffffff59}.wd-tabs .tab{flex:none;padding:5px 11px 6px;white-space:nowrap;font-size:10.5px;gap:3px}.wd-tabs .tab img{width:14px;height:14px}.wd-tabs .tab.active{background:linear-gradient(#ffe066,#f0a318);border-color:#ffe9a8;color:#4a3005}.wd-item.wd-lock{opacity:.5}.bag-wrap{flex:1;min-height:0;display:flex;gap:12px}.bag-left{flex:1 1 62%;min-width:0;display:flex;flex-direction:column;min-height:0}.bag-tabs{display:flex;gap:5px;flex:none;margin-bottom:8px;flex-wrap:wrap}.bag-tabs::-webkit-scrollbar{display:none}.bag-tab{flex:none;padding:4px 10px 5px;border-radius:999px;cursor:pointer;font-family:inherit;font-size:11px;font-weight:800;color:#e7f0dd;white-space:nowrap;background:#ffffff29;border:1px solid rgba(255,255,255,.3)}.bag-tab.on{background:linear-gradient(#ffe066,#f0a318);border-color:#ffe9a8;color:#4a3005;box-shadow:inset 0 1px #ffffff80}.bag-scroll{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding-right:4px}.bag-scroll::-webkit-scrollbar{width:8px}.bag-scroll::-webkit-scrollbar-track{background:#00000040;border-radius:5px}.bag-scroll::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:5px;border:1px solid rgba(255,255,255,.25)}.bag{display:grid;grid-template-columns:repeat(4,1fr);gap:7px}.bag-slot{position:relative;aspect-ratio:1 / 1;padding:5px 3px 4px;font-family:inherit;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:#e7f0dd;border-radius:12px;background:linear-gradient(#7ea68070,#4e765694);border:1px solid rgba(255,255,255,.3);box-shadow:inset 0 1px #ffffff2e}.bag-art{flex:1;min-height:0;display:flex;align-items:center;justify-content:center}.bag-nm{flex:none;width:100%;font-size:9.5px;font-weight:800;line-height:1.35;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;opacity:.92;padding:0 1px}.bag-slot.empty{cursor:default;background:#ffffff0d;border-color:#ffffff21}.bag-slot:not(.empty):active{transform:scale(.94)}.bag-slot.sel{border-color:#ffd43b;box-shadow:0 0 0 2px #ffd43b66}.bag-on{position:absolute;left:5px;top:5px;width:8px;height:8px;border-radius:50%;background:linear-gradient(#ffe066,#f5a623);box-shadow:0 0 0 2px #0000004d}.bag-slot .qty{position:absolute;right:4px;top:4px;min-width:17px;padding:0 4px;font-size:10px;font-weight:900;color:#4a3005;line-height:16px;text-align:center;background:linear-gradient(#ffe066,#f0a318);border-radius:999px}.bag-foot{display:flex;align-items:center;gap:9px;margin-top:9px;flex:none}.bag-count{font-size:11.5px;font-weight:800;color:#d5e4cb;flex:none}.bag-cap{flex:1;height:8px;border-radius:5px;background:#00000052;overflow:hidden}.bag-cap-f{height:100%;background:linear-gradient(90deg,#8ce99a,#37b24d)}.bag-foot .btn{flex:none;padding:6px 14px 7px;font-size:12px}.bag-card{flex:1 1 38%;min-width:0;display:flex;flex-direction:column;padding:12px;border-radius:16px;overflow:hidden;min-height:0;background:#ffffff12;border:1px solid rgba(255,255,255,.26)}.bag-card-body{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;align-items:center;gap:6px;padding-right:2px}.bag-card-body::-webkit-scrollbar{width:6px}.bag-card-body::-webkit-scrollbar-thumb{background:#ffffff47;border-radius:4px}.bag-card-art{width:92px;height:92px;flex:none;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ffffff14;border:2px dashed rgba(255,255,255,.28)}.bag-card-nm{font-size:15px;font-weight:900;color:#f6edd8;text-align:center;line-height:1.2}.bag-card-qty{font-size:11px;font-weight:800;color:#ffd43b}.bag-card-desc{font-size:11.5px;font-weight:700;color:#d4ddc8;text-align:center;line-height:1.35}.bag-card-stats{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:5px;margin-top:2px}.bag-card-stat{display:flex;flex-direction:column;align-items:center;gap:1px;padding:5px 2px 6px;border-radius:10px;background:#ffffff1a;border:1px solid rgba(255,255,255,.24)}.bag-card-stat .k{font-size:8.5px;font-weight:900;color:#bccbb0;letter-spacing:.3px}.bag-card-stat .v{font-size:12px;font-weight:900;color:#ffe066;line-height:1.2;text-align:center;display:flex;align-items:center;gap:3px}.bag-card-stat .v img.cur{width:13px;height:13px;object-fit:contain}.bag-card-acts{flex:none;display:flex;flex-direction:column;gap:6px;width:100%;padding-top:9px}.bag-card-acts .btn{margin-bottom:2px}.bag-card-acts .btn{width:100%}.bag-card-empty{margin:auto;font-size:12px;font-weight:700;color:#c6cfba;text-align:center}.win-body:has(>.bag-wrap){display:flex;flex-direction:column;min-height:0;overflow:hidden}.win.win-bag{width:min(680px,92vw);height:min(450px,80vh);max-height:80vh}.win.win-bag .win-body{padding:10px 14px 12px;overflow:hidden;display:flex;flex-direction:column;min-height:0}.win.win-bag .win-head{position:relative;padding:4px 52px 2px}.win.win-bag .win-close{right:-14px;top:-14px}.win.win-bag .ch-side{flex:0 0 92px}.wd-left.stylist-left{justify-content:center}.btn.btn-ico{padding:5px 8px;display:inline-flex;align-items:center;justify-content:center}.onl{width:12px;height:12px;border-radius:50%;background:#9aa5b1;border:2px solid #ffffff88;flex:none}.onl.on{background:#4caf50}.wheel-pointer{width:0;height:0;margin:0 auto;border-left:10px solid transparent;border-right:10px solid transparent;border-top:16px solid #e8890c;filter:drop-shadow(0 1px 0 #7a4a1f)}.rk-no{width:30px;text-align:center;font-weight:900;font-size:15px;color:#7a4a1f}img.wx{width:14px;height:14px;object-fit:contain;vertical-align:-2px;margin-right:3px;image-rendering:pixelated}.wd-tabs{display:flex;gap:6px}.wd-tabs .tab{flex:1 1 0;min-width:0;justify-content:center;opacity:1;background:#ffffff29;border:1px solid rgba(255,255,255,.3);border-bottom:none;border-radius:11px 11px 0 0;margin-bottom:-2px;padding:6px 8px 8px;color:#f2ece0;box-shadow:inset 0 2px #ffffff1a}.wd-tabs .tab.active{background:linear-gradient(#ffe066,#f0a318);border-color:#ffe9a8;color:#4a3005;box-shadow:inset 0 1px #ffffff80}.wd-tabs .tab span{overflow:hidden;text-overflow:ellipsis}.wd-grid.skin-grid{grid-template-columns:repeat(auto-fill,minmax(94px,1fr));gap:8px}.skin-card{position:relative;font-family:inherit;cursor:pointer;padding:8px 6px 10px;display:flex;flex-direction:column;align-items:center;gap:4px;background:linear-gradient(#7ea68070,#4e765694);border:1px solid rgba(255,255,255,.3);border-radius:12px;box-shadow:inset 0 1px #ffffff2e}.skin-card.active{border-color:#ffd43b;background:#ffd43b33;box-shadow:0 0 0 2px #ffd43b59}.skin-card .skin-art{height:84px;display:flex;align-items:center;justify-content:center}.skin-card .skin-art img{max-height:84px;width:auto}.skin-card .nm{font-size:10.5px;font-weight:800;color:#f2ece0;text-align:center;line-height:1.15}.skin-on{position:absolute;top:6px;right:6px;font-size:10px;font-weight:900;color:#3d2c05;background:linear-gradient(#ffe066,#f5a623);border:1px solid #ffe9a8;border-radius:999px;padding:1px 7px}.skin-card.locked{opacity:.95}.skin-card.locked .skin-art{filter:grayscale(1) brightness(.85)}.skin-card.locked .nm{color:#a9b39d}.skin-lock{position:absolute;top:6px;right:6px;font-size:10px;font-weight:900;color:#f6edd8;background:#3c2c18b8;border-radius:7px;padding:1px 6px}.title-grid{display:grid;grid-template-columns:1fr;gap:8px}.title-cell{position:relative;font-family:inherit;cursor:pointer;text-align:left;padding:9px 34px 9px 12px;border-radius:10px;background:#ffffff29;border:1px solid rgba(255,255,255,.3);box-shadow:inset 0 1px #ffffff2e}.title-cell.active{border-color:#ffd43b;background:#ffd43b33;box-shadow:0 0 0 2px #ffd43b59}.title-cell.locked{opacity:.5}.title-cell .tt-name{font-size:13.5px;font-weight:900}.title-cell .tt-sub{font-size:11px;color:#f2ece0}.title-cell .tt-tick{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:22px;height:22px;border-radius:6px;border:2px solid rgba(255,255,255,.22);background:#ffffff1a;display:flex;align-items:center;justify-content:center}.title-cell.active .tt-tick{border-color:#e8890c;background:#ffe9b0}.title-row{display:flex;align-items:center;gap:12px;width:100%;text-align:left;font-family:inherit;cursor:pointer;padding:10px 12px;border-radius:12px;background:#ffffff29;border:1px solid rgba(255,255,255,.3);box-shadow:inset 0 1px #ffffff2e}.title-row.active{border-color:#ffd43b;background:#ffd43b2e;box-shadow:0 0 0 2px #ffd43b59}.title-row.locked{opacity:.62}.title-row .tt-src{flex:0 0 96px;text-align:center;font-size:13px;font-weight:900;color:#f2ece0;border-right:1px solid rgba(255,255,255,.22);padding-right:10px}.title-row .tt-mid{flex:1;min-width:0}.title-row .tt-name{font-size:16px;font-weight:900;line-height:1.25}.title-row .tt-how{font-size:12px;color:#f2ece0;line-height:1.3}.title-row .tt-tick{flex:none;width:26px;height:26px;border-radius:7px;border:2px solid rgba(255,255,255,.22);background:#ffffff1a;display:flex;align-items:center;justify-content:center}.title-row.active .tt-tick{border-color:#e8890c;background:#ffe9b0}.tt-prev{display:flex;justify-content:center;padding:10px 0 4px}.tt-prev-cap{text-align:center;font-size:11px;color:#f2ece0;margin-bottom:8px}.tt-detail .row{margin-bottom:4px}.tt-how-full{font-size:13px;line-height:1.4;padding:0 10px 6px}.bag-slot img,.wd-item img,.cell img,.skin-card img{image-rendering:pixelated}.load-cover{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:url(/Cozy_farming/assets/ui/title_bg.jpg) no-repeat center / cover;transition:opacity .4s ease}.load-cover:after{content:"";position:absolute;inset:0;background:#0a12202e}.load-cover.load-out{opacity:0}.load-box{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:12px;padding:18px 30px;border-radius:12px;background:#10141cc7;box-shadow:0 10px 30px #00000073}.load-spin{width:34px;height:34px;border-radius:50%;border:4px solid rgba(255,255,255,.22);border-top-color:#ffd43b;animation:load-turn .9s linear infinite}@keyframes load-turn{to{transform:rotate(360deg)}}.load-txt{color:#fff8e8;font-size:14px;font-weight:700;letter-spacing:.3px}.win.win-wh{width:min(620px,88vw);height:min(430px,78vh);max-height:78vh}.wh-wrap{display:flex;flex-direction:column;gap:10px}.wh-head{display:flex;align-items:center;gap:10px}.wh-hint{flex:1;font-size:11.5px;font-weight:700;color:#d5e4cb;line-height:1.35}.wh-total{flex:none;font-size:12px;font-weight:900;color:#f6edd8;background:#ffffff38;border:2px solid #7c4f30;border-radius:11px;padding:3px 10px}.wh-empty{padding:26px 10px;text-align:center;font-size:13px;font-weight:800;color:#cfe0c4;border:2px dashed rgba(255,255,255,.35);border-radius:14px}.wh-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(126px,1fr));gap:10px}.wh-cell{position:relative;display:flex;flex-direction:column;align-items:center;gap:5px;padding:12px 8px 10px;border-radius:14px;background:linear-gradient(#7ea68070,#4e765694);border:1px solid rgba(255,255,255,.3);box-shadow:inset 0 1px #ffffff2e}.wh-art{height:54px;display:flex;align-items:center;justify-content:center}.wh-art img{image-rendering:pixelated}.wh-name{font-size:12px;font-weight:900;color:#f2ece0;text-align:center;line-height:1.2;min-height:29px;display:flex;align-items:center;justify-content:center}.wh-qty{position:absolute;top:6px;right:6px;min-width:26px;height:22px;padding:0 6px;display:flex;align-items:center;justify-content:center;border-radius:11px;background:#ffffff38;border:2px solid #7c4f30;color:#f6edd8;font-size:12px;font-weight:900}.btn.wh-sell{width:100%;min-width:0;font-size:12px;padding:5px 4px}.wh-nosell{font-size:11px;font-weight:800;color:#9b7a55;padding:4px 0 2px}.win.win-kitchen{width:min(640px,90vw);height:min(450px,80vh);max-height:80vh}.win.win-kitchen .win-body{display:flex;flex-direction:column;min-height:0;overflow:hidden}.kt-wrap{display:flex;gap:12px;flex:1;min-height:0}.kt-stove{flex:0 0 44%;display:flex;flex-direction:column;align-items:center;justify-content:safe center;gap:9px;overflow-y:auto;min-height:0;padding:16px 12px;border-radius:14px;background:#ffffff12;border:1px solid rgba(255,255,255,.28);box-shadow:inset 0 1px #ffffff29}.kt-cap{font-size:11px;font-weight:900;color:#c6cfba;letter-spacing:.6px}.kt-empty{font-size:12.5px;font-weight:800;color:#c6cfba;text-align:center}.kt-art{width:108px;height:108px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex:none;background:radial-gradient(circle at 40% 35%,#fff3,#00000052);border:2px solid rgba(255,255,255,.3);box-shadow:inset 0 3px 6px #0000004d}.kt-art img{image-rendering:pixelated}@keyframes kt-bubble{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.kt-art.cooking{animation:kt-bubble 1.1s ease-in-out infinite;border-color:#e8890c}.kt-name{font-size:17px;font-weight:900;color:#f2ece0;text-align:center;line-height:1.2}.kt-bar{width:86%;height:13px;border-radius:7px;background:#0000004d;border:2px solid rgba(255,255,255,.22);overflow:hidden}.kt-bar-fill{height:100%;background:linear-gradient(#ffd66b,#f08c00);transition:width .5s}.kt-time{font-size:12px;font-weight:800;color:#f2ece0;text-align:center}.kt-time.done{color:#8ce99a}.kt-sec{width:100%;display:flex;flex-direction:column;align-items:center;gap:5px}.kt-sec-cap{font-size:10.5px;font-weight:900;color:#c6cfba;letter-spacing:.5px}.kt-ings{display:flex;gap:7px;flex-wrap:wrap;justify-content:center}.kt-ing{width:58px;padding:6px 3px 5px;border-radius:11px;text-align:center;background:#ffffff14;border:1px solid rgba(255,255,255,.3)}.kt-ing.ok{border-color:#8ce99a;background:#37b24d38}.kt-ing.miss{border-color:#ff8787b3;background:#e031312e}.kt-ing-art{height:34px;display:flex;align-items:center;justify-content:center}.kt-ing-art img{image-rendering:pixelated}.kt-ing-n{font-size:11px;font-weight:900;color:#f2ece0;margin-top:2px}.kt-act{width:100%;display:flex;justify-content:center;position:sticky;bottom:-16px;padding:8px 0 2px;margin-top:auto;background:linear-gradient(#0c1c1200,#0c1c12d9 40%)}.kt-act .btn{min-width:62%}.kt-list{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px;overflow-y:auto;padding:0 4px 6px 0}.kt-list-cap{font-size:12px;font-weight:900;color:#e8f2df;padding-bottom:3px;text-shadow:0 1px 3px rgba(0,0,0,.45)}.kt-row{display:flex;align-items:center;gap:9px;cursor:pointer;flex:none;padding:7px 9px;border-radius:11px;background:#ffffff14;border:1px solid rgba(255,255,255,.28);transition:background .14s}.kt-row-art{width:38px;height:38px;display:flex;align-items:center;justify-content:center;flex:none}.kt-row-art img{image-rendering:pixelated}.kt-row.sel{border-color:#ffd43b;background:#ffd43b33;box-shadow:0 0 0 2px #ffd43b59}.kt-row .grow{flex:1;min-width:0}.kt-row-name{font-size:13px;font-weight:900;color:#f2ece0;line-height:1.15}.kt-row-sub{font-size:10.5px;font-weight:700;color:#c6cfba}.kt-ok{color:#8ce99a;font-size:17px;font-weight:900;flex:none;margin-left:auto}.win.win-orders{width:min(700px,92vw);height:min(470px,82vh);max-height:82vh}.win.win-orders .win-body{display:flex;flex-direction:column;min-height:0;overflow:hidden}.od-wrap{display:flex;gap:12px;flex:1;min-height:0}.od-board{flex:1 1 62%;min-width:0;display:grid;gap:9px;align-content:start;grid-template-columns:repeat(3,1fr);overflow-y:auto;padding-right:4px}.od-note{border-radius:14px;padding:12px 10px 11px;cursor:pointer;position:relative;text-align:center;transition:transform .12s;background:linear-gradient(#7ea6807a,#4e76569e);border:1px solid rgba(255,255,255,.26);box-shadow:inset 0 1px #fff3,0 3px 10px #00000047}.od-note:nth-child(3n){transform:rotate(-1.4deg)}.od-note:nth-child(3n+2){transform:rotate(1.1deg)}.od-note.sel{filter:drop-shadow(0 0 3px #ffd43b) drop-shadow(0 0 7px #e8890caa)}.od-note.visit{border-color:#ffa8c8b3;background:linear-gradient(#76466280,#402036a8)}.od-place{font-size:12px;font-weight:900;color:#f2ece0;margin-bottom:5px;line-height:1.15}.od-note-goods{display:flex;gap:4px;justify-content:center;flex-wrap:wrap;margin-bottom:6px}.od-goods{position:relative;width:36px;height:36px;border-radius:9px;display:flex;align-items:center;justify-content:center;background:#ffffff17;border:1px solid rgba(255,255,255,.3)}.od-goods.ok{border-color:#ffd43b;background:#ffd43b33}.od-goods img{image-rendering:pixelated}.od-goods-n{position:absolute;right:-3px;bottom:-4px;min-width:15px;height:15px;padding:0 3px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#ffffff38;border:2px solid #7c4f30;color:#f6edd8;font-size:10px;font-weight:900}.od-note-pay{display:flex;align-items:center;justify-content:center;gap:4px;font-size:13px;font-weight:900;color:#f2ece0}.od-tick{width:17px;height:17px;object-fit:contain;margin-left:4px}.od-side{flex:1 1 38%;min-width:0;display:flex;flex-direction:column;gap:8px;border-radius:16px;padding:10px 12px 14px;overflow-y:auto;background:#ffffff12;border:1px solid rgba(255,255,255,.26)}.od-side-title{font-size:15px;font-weight:900;color:#f2ece0;line-height:1.15}.od-side-sub{font-size:10.5px;font-weight:700;color:#c6cfba}.od-head{display:flex;align-items:center;gap:10px;padding:2px 0 4px}.od-head .grow{flex:1;min-width:0}.od-ava{border-radius:50%;flex:none;color:#fff;font-weight:900;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 -3px 8px #00000047,0 2px 3px #0000002e}.od-cap{display:flex;align-items:center;justify-content:space-between;font-size:11px;font-weight:900;color:#c6cfba;letter-spacing:.4px;border-bottom:2px dashed rgba(255,255,255,.22);padding-bottom:3px;margin-top:4px}.od-cap-n{color:#f2ece0}.od-list{display:flex;flex-direction:column;gap:3px}.od-line{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:11.5px;font-weight:800;color:#c6cfba;background:#ffffff80;border-radius:8px;padding:4px 9px}.od-line.ok{color:#2f7d32;background:#d1f0cdb3}.od-line-nm{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.od-line-n{flex:none;font-size:10.5px}.od-pay-item{display:flex;align-items:center;gap:5px}.od-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;font-size:12px;font-weight:700;color:#c6cfba;text-align:center;padding:0 16px}.od-empty-art{width:66px;height:84px;border-radius:10px;border:2px dashed rgba(255,255,255,.32);background:#ffffff12;position:relative}.od-empty-art:before{content:"";position:absolute;left:12px;right:12px;top:18px;height:3px;border-radius:2px;background:#ffffff4d;box-shadow:0 12px #ffffff4d,0 24px #ffffff4d,0 36px #ffffff2e}.od-visit{font-size:11px;font-weight:800;color:#8ce99a;text-align:center}.od-pay{display:flex;align-items:center;justify-content:space-around;gap:6px;font-size:15px;font-weight:900;color:#f2ece0;padding:2px 0}.od-ings{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.od-ing{width:66px;padding:8px 4px 10px;text-align:center;border-radius:11px;background:#ffffff17;border:1px solid rgba(255,255,255,.28);display:flex;flex-direction:column;align-items:center;gap:2px}.od-ing-art{height:42px;display:flex;align-items:center;justify-content:center}.od-ing img{image-rendering:pixelated}.od-ing.ok{border-color:#ffd43b;background:#ffd43b2e}.od-ing-n{font-size:12px;font-weight:900;color:#f6edd8;text-shadow:0 1px 2px rgba(0,0,0,.5);margin-top:2px}.od-ing.ok .od-ing-n{color:#f2ece0;text-shadow:none}.od-actions{display:flex;gap:8px;justify-content:center;margin-top:auto;flex-wrap:wrap;position:sticky;bottom:0;padding:8px 0 2px;background:linear-gradient(#466e5000,#3a5c42eb 45%)}@media(max-height:540px){.kt-art{width:84px;height:84px}.kt-name{font-size:15px}.kt-ing{width:50px}.kt-ing-art{height:28px}.kt-sec-cap{display:none}.od-side{padding:12px 12px 14px}.od-ing{width:58px;padding:6px 3px 9px}.od-ing-art{height:34px}.wd-slot-col{width:40px}.wr-tabs{width:76px;padding:26px 8px 10px 0}.wr-tab{font-size:9px;padding:5px 3px 6px}}.chat-fab{position:absolute;z-index:45;width:52px;height:52px;border-radius:50%;cursor:grab;padding:0;touch-action:none;background:linear-gradient(#7ea68070,#4e765694);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:2px solid rgba(255,255,255,.55);box-shadow:inset 0 1px #ffffff59,0 3px 8px #0000004d;display:flex;align-items:center;justify-content:center}.chat-fab:active{cursor:grabbing;transform:scale(.94)}.chat-fab img{width:28px;height:28px;object-fit:contain;filter:drop-shadow(0 1px 2px rgba(0,0,0,.45))}.chat-fab .dot{position:absolute;top:1px;right:1px;width:13px;height:13px;border-radius:50%;background:#fa5252;border:2px solid #fff;display:none}.chat-fab.unread .dot{display:block}.chat-fab.unread{animation:fab-bounce 1.4s ease-in-out infinite}@keyframes fab-bounce{0%,to{translate:0 0}50%{translate:0 -4px}}#quest-bar{position:absolute;left:8px;top:126px;z-index:30;display:flex;flex-direction:column;align-items:flex-start;max-width:min(300px,62vw)}.qb-tab{position:relative;z-index:2;display:inline-flex;align-items:center;gap:5px;cursor:pointer;padding:4px 16px 7px 12px;margin-bottom:-3px;border-radius:12px 12px 0 0;background:linear-gradient(#ffd66b,#f0a318);border:2px solid rgba(255,255,255,.55);border-bottom:none;font-size:11.5px;font-weight:900;color:#5b3a05;box-shadow:0 -1px #fff3c4 inset}.qb-tab img{width:15px;height:15px;object-fit:contain}.qb-tab .dot{width:9px;height:9px;border-radius:50%;background:#fa5252;border:1px solid #fff;display:none}.qb-tab.notify .dot{display:block}.qb-body{display:flex;align-items:center;gap:6px;width:100%;padding:7px 6px 8px 12px;border-radius:0 14px 14px;background:linear-gradient(#7ea6807a,#4e76569e);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:2px solid rgba(255,255,255,.5);box-shadow:inset 0 1px #ffffff4d,0 3px 8px #0000004d}.qb-text{flex:1;min-width:0;cursor:pointer;font-size:12px;font-weight:800;color:#fff;line-height:1.25;text-shadow:0 1px 3px rgba(0,0,0,.55);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.qb-text.done{color:#b2f2bb}.qb-more{flex:none;width:26px;height:26px;border-radius:50%;cursor:pointer;padding:0;background:#ffffff2e;border:1px solid rgba(255,255,255,.45);color:#fff;font-size:17px;font-weight:900;line-height:1;font-family:inherit}.qb-more:active{transform:scale(.9)}.qb-more.hide{display:none}.atm-card{display:flex;flex-direction:column;gap:8px;margin:10px 0 12px;padding:12px 14px;border-radius:14px;background:#ffffff2e;border:1px solid rgba(255,255,255,.26)}.atm-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.atm-lb{font-size:12.5px;font-weight:800;color:#d5e4cb}.atm-val{display:flex;align-items:center;gap:5px;font-size:17px;font-weight:900;color:#ffe066}.atm-actions{display:flex;gap:8px;justify-content:center;flex-wrap:wrap}.room-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:8px}.room-cell{position:relative;display:flex;flex-direction:column;align-items:center;gap:5px;padding:9px 4px 8px;border-radius:12px;cursor:pointer;font-family:inherit;min-height:62px;justify-content:center;color:#e7f0dd;background:#ffffff29;border:1px solid rgba(255,255,255,.3);box-shadow:inset 0 1px #ffffff2e}.room-cell:active{transform:scale(.95)}.room-cell.here{border-color:#ffd43b;background:#ffd43b33}.room-cell.full{opacity:.45}.room-no{font-size:12px;font-weight:900;white-space:nowrap}.room-bar{width:100%;height:7px;border-radius:4px;overflow:hidden;background:#00000057}.room-fill{height:100%;background:linear-gradient(90deg,#8ce99a,#37b24d)}.room-fill.hot{background:linear-gradient(90deg,#ffa8a8,#e03131)}.room-n{font-size:10px;font-weight:800;color:#c6cfba}.room-tag{position:absolute;top:-7px;right:-4px;font-size:9px;font-weight:900;color:#4a3005;background:linear-gradient(#ffe066,#f0a318);border-radius:999px;padding:1px 6px 2px;white-space:nowrap}.win:not(.win-page):has(>.win-body>.up-wrap){width:min(660px,92vw);height:min(430px,80vh)}.win-body:has(>.up-wrap){display:flex;flex-direction:column;min-height:0;overflow:hidden}.up-wrap{display:flex;gap:12px;flex:1;min-height:0}.up-list{flex:0 0 34%;min-width:0;display:flex;flex-direction:column;gap:7px;overflow-y:auto;padding-right:3px}.up-cell{position:relative;flex:none;display:flex;align-items:center;gap:9px;padding:7px 10px;border-radius:12px;cursor:pointer;font-family:inherit;text-align:left;color:#e7f0dd;background:linear-gradient(#7ea68070,#4e765694);border:1px solid rgba(255,255,255,.3);box-shadow:inset 0 1px #ffffff2e}.up-cell.sel{border-color:#ffd43b;box-shadow:0 0 0 2px #ffd43b66}.up-cell:active{transform:scale(.97)}.up-cell-art{width:40px;height:40px;flex:none;display:flex;align-items:center;justify-content:center}.up-cell-art img{image-rendering:pixelated}.up-cell-nm{flex:1;min-width:0;font-size:12px;font-weight:900;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.up-cell-lv{flex:none;font-size:10px;font-weight:900;color:#4a3005;padding:1px 7px 2px;background:linear-gradient(#ffe066,#f0a318);border-radius:999px}.up-cell-lv.max{background:linear-gradient(#c9d6bd,#8ea184);color:#33421f}.up-card{flex:1;min-width:0;display:flex;flex-direction:column;padding:12px 14px;border-radius:16px;overflow:hidden;min-height:0;background:#ffffff12;border:1px solid rgba(255,255,255,.26)}.up-body{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;align-items:center;gap:5px;padding-right:2px}.up-body::-webkit-scrollbar{width:6px}.up-body::-webkit-scrollbar-thumb{background:#ffffff47;border-radius:4px}.up-head{display:flex;align-items:center;gap:12px;flex:none}.up-art{width:62px;height:62px;border-radius:14px;flex:none;display:flex;align-items:center;justify-content:center;background:#ffffff17;border:1px solid rgba(255,255,255,.26)}.up-art img{image-rendering:pixelated}.up-art.next{border-color:#ffd43b;background:#ffd43b2e;box-shadow:0 0 0 2px #ffd43b4d}.up-art.next img{filter:drop-shadow(0 0 4px rgba(255,224,102,.9)) saturate(1.25) brightness(1.1)}.up-arrow{font-size:19px;font-weight:900;color:#ffe066}.up-nm{font-size:14px;font-weight:900;color:#f6edd8;text-align:center;line-height:1.25}.up-desc{font-size:11.5px;font-weight:700;color:#d4ddc8;text-align:center;line-height:1.35}.up-cap{width:100%;font-size:9px;font-weight:900;color:#bccbb0;letter-spacing:.6px;border-bottom:1px dashed rgba(255,255,255,.2);padding-bottom:2px;margin-top:6px}.up-mats{display:flex;gap:7px;flex-wrap:wrap;justify-content:center;width:100%}.up-mat{width:56px;padding:5px 3px 6px;border-radius:11px;text-align:center;background:#ffffff17;border:1px solid rgba(255,255,255,.3)}.up-mat.ok{border-color:#8ce99a;background:#37b24d38}.up-mat.miss{border-color:#ff8787b3;background:#e031312e}.up-mat-art{height:32px;display:flex;align-items:center;justify-content:center}.up-mat-art img{image-rendering:pixelated}.up-mat-n{font-size:11px;font-weight:900;color:#f2ece0;margin-top:2px}.up-rate{display:flex;align-items:center;gap:8px;width:100%}.up-rate-bar{flex:1;height:12px;border-radius:7px;overflow:hidden;background:#00000057;border:1px solid rgba(255,255,255,.22)}.up-rate-f{height:100%;background:linear-gradient(#8ce99a,#37b24d);transition:width .25s}.up-rate-f.low{background:linear-gradient(#ffc078,#e8590c)}.up-rate-n{flex:none;font-size:13px;font-weight:900;color:#ffe066;width:44px;text-align:right}.up-note{font-size:10.5px;font-weight:700;color:#bccbb0;text-align:center;line-height:1.35}.up-go{flex:none;width:100%;margin-top:9px;margin-bottom:2px}.up-go.dim{opacity:.55}@media(max-height:460px){.up-art{width:48px;height:48px}.up-art img{max-height:40px}.up-nm{font-size:12.5px}.up-mat{width:48px}.up-mat-art{height:26px}}.chibi-fluid{position:relative;height:100%;aspect-ratio:64 / 96;flex:none;max-width:100%}.chibi-fluid-l{position:absolute;inset:0;background-repeat:no-repeat;background-size:1500% 100%;background-position:0 0;image-rendering:pixelated}.chibi-fluid.art{aspect-ratio:auto;width:100%;display:flex;align-items:flex-end;justify-content:center}.skin-anim{height:100%;width:auto;max-width:100%;overflow:hidden;position:relative}.skin-anim>img{height:100%;width:auto;max-width:none;display:block;animation-name:skin-run;animation-iteration-count:infinite}@keyframes skin-run{to{transform:translate(-100%)}}.ch-cell .skin-anim>img,.cell .skin-anim>img{animation:none}.win-backdrop.page-backdrop{background:#121e108c;align-items:stretch;justify-content:stretch}.win.win-page{width:100%;max-width:100%;height:100%;max-height:100%;border-radius:0;border:none;padding:0;box-shadow:none;background:linear-gradient(#78a07c99,#40684abd)}.win.win-page>.win-head{position:relative;flex:none;height:52px;padding:0 108px;display:flex;align-items:center;justify-content:center;background:linear-gradient(#ffffff24,#ffffff0a);border-bottom:2px solid rgba(255,255,255,.3)}.win.win-page>.win-head>.win-title{flex:0 1 auto;min-width:0;display:flex;align-items:center;padding:3px 20px 4px;border-radius:999px;background:linear-gradient(#fff3,#ffffff0f);border:1px solid rgba(255,233,168,.55);box-shadow:inset 0 1px #ffffff59,0 2px 6px #00000047}.win-title-t{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:900;color:#fff8e8;letter-spacing:.3px;text-shadow:0 2px 4px rgba(0,0,0,.55)}.win-back{position:absolute;left:10px;top:50%;translate:0 -50%;padding:5px 14px 6px;border-radius:999px;cursor:pointer;font-family:inherit;font-size:12.5px;font-weight:900;color:#4a3005;background:linear-gradient(#ffe066,#f0a318);border:1px solid #ffe9a8;box-shadow:inset 0 1px #ffffff80}.win-back:active{transform:translateY(-50%) scale(.95)}.win.win-page>.win-body{flex:1;min-height:0;overflow:hidden;padding:12px 16px 14px}.win.win-page>.win-tabs{flex:none;margin:0;padding:8px 14px 0}.win.win-page .fg-wrap,.win.win-page .ch-wrap{max-width:900px;margin:0 auto;width:100%}.ch-page{display:flex;gap:10px;height:100%;min-height:0}.ch-side,.ch-panel{min-width:0;min-height:0;display:flex;flex-direction:column;border-radius:16px;padding:8px 10px 10px;background:#ffffff14;border:1px solid rgba(255,255,255,.3);box-shadow:inset 0 1px #ffffff38}.ch-side{flex:0 0 44%}.ch-panel{flex:1;padding:8px 8px 9px}.ch-top{flex:none;display:flex;flex-direction:column;align-items:center;gap:2px}.ch-plaque{flex:none;height:26px;display:flex;align-items:center;justify-content:center}.ch-who{display:flex;align-items:baseline;gap:6px;max-width:100%}.ch-lv{flex:none;font-size:12px;font-weight:900;color:#ffe066}.ch-nm{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:900;color:#fff8e8;text-shadow:0 1px 3px rgba(0,0,0,.5)}.ch-plaque canvas{max-height:26px;width:auto}.ch-plaque-none{font-size:10px;font-weight:800;color:#ffffff6b}.ch-figure{flex:1 1 0;min-height:0;display:flex;gap:6px;align-items:stretch}.ch-slots{flex:0 0 54px;display:flex;flex-direction:column;gap:6px;justify-content:center}.ch-slot{position:relative;flex:0 0 auto;width:100%;aspect-ratio:1;border-radius:10px;padding:0;cursor:pointer;font-family:inherit;overflow:visible;display:flex;align-items:center;justify-content:center;background:linear-gradient(#7ea68080,#4e7656a8);border:2px solid rgba(255,255,255,.32);box-shadow:inset 0 1px #ffffff38}.ch-slot.pad{visibility:hidden}.ch-slot-ghost,.ch-slot>.spr,.ch-slot>.chibi-part{pointer-events:none}.ch-slot.empty{background:#00000029;border-style:dashed}.ch-slot.on{border-color:#ffd43b;box-shadow:0 0 0 2px #ffd43b66}.ch-slot:active{transform:scale(.94)}.ch-slot-nm{font-size:8px;font-weight:900;color:#ffffff8c;text-align:center;line-height:1.15;padding:0 2px}.ch-slot-ghost{width:60%;height:60%;object-fit:contain;opacity:.42}.ch-doll{position:relative;flex:1 1 0;min-width:0;min-height:0;overflow:hidden}.ch-doll:before{content:"";position:absolute;left:50%;top:52%;translate:-50% -50%;width:84%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.16) 0 42%,rgba(255,255,255,.04) 62%,transparent 72%)}.ch-doll>.chibi-fluid{position:absolute;left:50%;translate:-50% 0;top:2px;bottom:46px}.ch-figure.bare .ch-doll{flex:1}.ch-quick{position:absolute;left:0;right:0;bottom:0;z-index:4;display:flex;gap:7px;justify-content:center}.ch-q{width:34px;height:34px;padding:0;cursor:pointer;border-radius:10px;display:flex;align-items:center;justify-content:center;border:none;background:none;filter:drop-shadow(0 2px 4px rgba(0,0,0,.45))}.ch-q img{width:100%;height:100%;object-fit:contain}.ch-q:active{transform:scale(.9)}.ch-name{flex:none;display:flex;align-items:center;gap:7px;padding-top:6px}.ch-name .wd-lv{margin-right:0}.ch-name-t{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:900;color:#fff8e8;text-shadow:0 1px 3px rgba(0,0,0,.5)}.ch-id{flex:none;font-size:10px;font-weight:800;color:#ffffff80}.ch-filters{flex:none;display:flex;gap:4px;overflow-x:auto;padding-bottom:6px;scrollbar-width:none;mask-image:linear-gradient(to right,#000 calc(100% - 22px),transparent);-webkit-mask-image:linear-gradient(to right,#000 calc(100% - 22px),transparent)}.ch-filters::-webkit-scrollbar{display:none}.ch-filter{flex:none;padding:5px 11px 6px;border-radius:999px;cursor:pointer;white-space:nowrap;font-family:inherit;font-size:11px;font-weight:900;color:#e7f0dd;background:#ffffff24;border:1px solid rgba(255,255,255,.26)}.ch-filter.on{background:linear-gradient(#ffe066,#f0a318);border-color:#ffe9a8;color:#4a3005}.ch-filter-n{margin-left:4px;font-size:9px;padding:0 4px;border-radius:999px;background:#00000047;color:#fff8e0}.ch-filter.on .ch-filter-n{background:#4a300547;color:#4a3005}.ch-list{flex:1 1 0;min-height:0;overflow-y:auto;align-content:start;display:grid;grid-template-columns:repeat(4,1fr);gap:6px;padding:2px}.ch-blank{grid-column:1 / -1;padding:26px 10px;text-align:center;font-size:12px;font-weight:800;color:#ffffff8c}.ch-cell{position:relative;aspect-ratio:1 / 1;border-radius:11px;padding:0;cursor:pointer;font-family:inherit;display:flex;align-items:center;justify-content:center;background:linear-gradient(#7ea68075,#4e765699);border:2px solid rgba(255,255,255,.3);box-shadow:inset 0 1px #fff3}.ch-cell:active{transform:scale(.94)}.ch-cell.on{box-shadow:0 0 0 2px #ffd43b8c}.ch-cell.dim{opacity:.45}.ch-cell-nm{position:absolute;left:0;right:0;bottom:0;padding:1px 2px;font-size:7.5px;font-weight:900;color:#eef6e6;text-align:center;line-height:1.1;background:#00000061;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ch-title-art,.ch-skin-art{width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:4px 3px 12px}.ch-title-art canvas{max-width:100%;height:auto}.ch-badge{position:absolute;right:-4px;top:-6px;z-index:3;font-size:9px;font-weight:900;color:#4a3005;line-height:14px;padding:0 5px;border-radius:999px;background:linear-gradient(#ffe066,#f0a318);box-shadow:0 1px 3px #00000073}.ch-star{position:absolute;left:0;right:0;top:-1px;z-index:3;text-align:center;font-size:8px;line-height:1;letter-spacing:-1px;color:#ffe066;text-shadow:0 1px 2px rgba(0,0,0,.85)}.ch-flag{position:absolute;left:-2px;top:8px;z-index:3;padding:0 4px;font-size:7.5px;font-weight:900;color:#fff;line-height:13px;background:linear-gradient(#f0664a,#c53b26);border-radius:3px;box-shadow:0 1px 3px #0006}.ch-bottom{flex:none;display:flex;align-items:center;gap:10px;padding-top:7px}.ch-note{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px;font-size:11px;font-weight:800;color:#ffffffa6;line-height:1.3}.ch-note-l{display:flex;gap:30px;white-space:nowrap;overflow:hidden}.ch-foot{flex:none;display:flex;gap:8px;justify-content:flex-end}.ch-foot .btn{flex:none;min-width:130px}.ch-bottom:not(:has(.ch-note)) .ch-foot{flex:1;justify-content:center}.ch-list-tall{grid-template-columns:repeat(3,1fr)}.ch-list-tall .ch-cell{aspect-ratio:3 / 4}.ch-list-rows{grid-template-columns:1fr;gap:5px}.ch-list-rows .ch-cell{aspect-ratio:auto;min-height:44px;padding:5px 10px 6px;border-radius:11px;display:grid;grid-template-columns:168px 1fr 96px;align-items:center;gap:10px}.ch-list-rows .ch-title-art{width:auto;height:auto;padding:0}.ch-list-rows .ch-title-art canvas{max-width:100%;height:auto}.ch-list-rows .ch-cell-nm{position:static;background:none;padding:0;font-size:11px;font-weight:800;color:#ffffffc7;text-align:left;white-space:normal;overflow:visible;line-height:1.3}.ch-list-rows .ch-flag{position:static;justify-self:center;padding:3px 10px 4px;border-radius:999px;font-size:10.5px;line-height:1.2;background:#ffffff1f;color:#ffffff8c;box-shadow:none}.ch-list-rows .ch-cell.on .ch-flag,.ch-list-rows .ch-cell:not(.dim) .ch-flag{color:#fff8e0}.ch-list-rows .ch-cell.on .ch-flag{background:linear-gradient(#ffe066,#f0a318);color:#4a3005}.sk-rank{position:absolute;left:0;right:0;bottom:11px;z-index:3;text-align:center;font-size:8px;font-weight:900;text-shadow:0 1px 2px rgba(0,0,0,.85)}.ch-cell.hot{border-color:#b6f2a0;box-shadow:0 0 0 2px #8ce99a59}.ch-list-rows .ch-cell.hot .ch-flag{background:linear-gradient(#8ce99a,#51cf66);color:#16341d}.ch-check{justify-self:center;width:22px;height:22px;border-radius:6px;background:#00000047;border:2px solid rgba(255,255,255,.4)}.ch-check.on{background:linear-gradient(#ffe066,#f0a318);border-color:#ffe9a8;position:relative}.ch-check.on:after{content:"";position:absolute;left:5px;top:1px;width:6px;height:11px;border:solid #4a3005;border-width:0 3px 3px 0;transform:rotate(42deg)}.win-body:has(>.av-wrap){display:flex;flex-direction:column;min-height:0;overflow:hidden}.av-wrap{display:flex;gap:8px;flex:1;min-height:0}.av-page{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px;min-height:0}.av-top{flex:none;display:flex;align-items:center;gap:6px;padding:5px 10px 6px;border-radius:12px;background:#00000038;border:1px solid rgba(255,255,255,.2)}.av-left-k{font-size:12px;font-weight:900;color:#ffe066}.av-prog{font-size:11.5px;font-weight:800;color:#e7f0dd}.av-two{display:flex;gap:8px;flex:1;min-height:0}.av-cats{flex:0 0 104px;display:flex;flex-direction:column;gap:5px;overflow-y:auto;min-height:0}.av-cat{position:relative;flex:none;cursor:pointer;font-family:inherit;text-align:left;padding:6px 8px 7px;border-radius:10px;color:#e7f0dd;background:linear-gradient(#7ea68066,#4e76568a);border:1px solid rgba(255,255,255,.24)}.av-cat.on{background:linear-gradient(#ffe066,#f0a318);border-color:#ffe9a8;color:#4a3005}.av-cat-n{font-size:11.5px;font-weight:900}.av-cat-bar,.av-hd-bar,.av-row-bar{position:relative;height:7px;border-radius:999px;overflow:hidden;background:#00000057;border:1px solid rgba(255,255,255,.18)}.av-cat-bar{margin-top:4px}.av-cat-f,.av-hd-f,.av-row-f{height:100%;border-radius:999px;background:linear-gradient(#b6f2a0,#51cf66)}.av-rdot{position:absolute;top:4px;right:5px;width:7px;height:7px;border-radius:50%;background:#ff6b6b;box-shadow:0 0 5px #ff6b6be6}.av-side{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px;min-height:0}.av-hd{flex:none;display:flex;align-items:center;gap:7px}.av-hd-k{font-size:11.5px;font-weight:900;color:#ffe066;white-space:nowrap}.av-hd-bar{flex:1;min-width:40px;height:9px}.av-hd-n{font-size:10.5px;font-weight:800;color:#e7f0dd;white-space:nowrap}.av-list{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:6px}.av-row{flex:none;display:flex;align-items:center;gap:8px;padding:7px 9px 8px;border-radius:12px;background:linear-gradient(#7ea68061,#4e765685);border:1px solid rgba(255,255,255,.26)}.av-row.done{opacity:.6}.av-row-i{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.av-row-n{font-size:12.5px;font-weight:900;color:#fff8e8}.av-row-d{font-size:10.5px;font-weight:700;color:#d4ddc8}.av-row-t{font-size:10px;font-weight:800;color:#ffd8a8}.av-rw{display:flex;align-items:center;gap:10px;font-size:11px;font-weight:900;color:#ffe066}.av-row-bar{height:9px}.av-row-bt{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:8.5px;font-weight:900;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.8)}.av-row-r{flex:none;display:flex;align-items:center}.av-got,.av-wait{font-size:10.5px;font-weight:900;padding:4px 10px 5px;border-radius:999px;background:#00000047;color:#c6cfba}.av-got{color:#b6f2a0}.av-foot{flex:none;display:flex;justify-content:center;padding-top:4px}.pet-anim{overflow:hidden;position:relative;flex:none}.pet-anim>img{height:100%;width:auto;max-width:none;display:block;animation-name:skin-run;animation-iteration-count:infinite}.pet-tabs{flex:none;display:flex;gap:5px;padding-bottom:7px}.pet-tab{padding:4px 11px 5px;border-radius:999px;cursor:pointer;font-family:inherit;font-size:11.5px;font-weight:900;color:#e7f0dd;background:#ffffff29;border:1px solid rgba(255,255,255,.3)}.pet-tab.on{background:linear-gradient(#ffe066,#f0a318);border-color:#ffe9a8;color:#4a3005}.pet-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:7px}.pet-cell{position:relative;display:flex;flex-direction:column;align-items:center;gap:2px;padding:7px 4px 6px;border-radius:12px;cursor:pointer;font-family:inherit;color:#e7f0dd;background:linear-gradient(#7ea68070,#4e765694);border:1px solid rgba(255,255,255,.3)}.pet-cell:active{transform:scale(.96)}.pet-cell.owned{border-color:#b6f2a0}.pet-nm{font-size:10px;font-weight:900}.pet-pk{font-size:8.5px;font-weight:700;color:#cfe0c4;line-height:1.2;text-align:center;height:2.4em;overflow:hidden}.pet-price{font-size:10px;font-weight:900;color:#ffe066}.pet-own{font-size:10px;font-weight:900;color:#b6f2a0}
