@import"https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700;800;900&family=Noto+Sans+SC:wght@400;500;600;700;800;900&display=swap";:root{font-family:Barlow Condensed,Noto Sans SC,sans-serif;color:#f0e7d6;font-synthesis:none;--gold:oklch(75% .1 78);--bright:oklch(86% .13 82);--ink:oklch(17% .025 50);--muted:oklch(72% .035 75);--red:oklch(53% .15 28);--surface:oklch(23% .025 60)}*{box-sizing:border-box}body{margin:0;background:var(--ink);overflow:hidden}button{font:inherit;color:inherit;cursor:pointer;transition:background .16s,color .16s,transform .16s;border:1px solid oklch(60% .07 75);background:#221b15eb;border-radius:4px;padding:12px 25px;font-size:18px;font-weight:700;min-height:46px}button:hover:not(:disabled){background:#4c3923;color:var(--bright);transform:translateY(-2px)}button:active:not(:disabled){transform:translateY(1px)}button:focus-visible{outline:3px solid var(--bright);outline-offset:4px}button:disabled{opacity:.42;cursor:default}.primary{background:#c89c59;border-color:#dbb377;color:var(--ink)}.primary:hover:not(:disabled){background:var(--bright);color:var(--ink)}.text-button{border:0;background:transparent;padding:8px 14px}.danger{color:#f8907c;border-color:#9b4b3f}h1,h2,h3,p{margin:0}h2,h3{text-wrap:balance}h2{font-size:30px;font-weight:800}h3{font-size:21px}p{line-height:1.8}small{color:var(--muted);font-size:13px}#world,#vignette,#floaters,#app{position:fixed;inset:0;width:100%;height:100%}#world{touch-action:none}#vignette{pointer-events:none;background:radial-gradient(ellipse at 50% 43%,transparent 33%,#0b080759 76%,#080605bf 100%)}#floaters{pointer-events:none;z-index:4}#app{pointer-events:none;z-index:5}#app button,#app main,#app section,#app nav,#app footer,#app aside{pointer-events:auto}body[data-mode=play] #world{cursor:crosshair}.row{display:flex;gap:14px;justify-content:center}.row button{flex:1;white-space:nowrap}.scrim,.management-shade,.menu-shade{position:absolute;inset:0;background:#080200c4;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.management-shade{background:#0c0400b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.menu-shade{background:linear-gradient(90deg,#100c09f5 0%,#100c09e6 26%,#100c0980 43%,transparent 75%);-webkit-backdrop-filter:none;backdrop-filter:none}.main-menu{position:absolute;left:8%;top:8%;height:86%;width:350px;display:flex;flex-direction:column;align-items:flex-start}.edition{font-size:12px;color:var(--gold);letter-spacing:.12em;margin-bottom:24px}.main-menu h1{font-family:Barlow Condensed,Impact,sans-serif;line-height:.83;font-weight:900;letter-spacing:-.03em}.main-menu h1>span{font-size:96px;display:flex;gap:10px}.main-menu .must{font-size:39px;line-height:.88;letter-spacing:-.01em}.main-menu strong{font-size:102px;display:block;color:#c04d42;border:4px solid currentColor;line-height:.87;padding:1px 13px 10px;transform:rotate(-5deg);margin:19px 0 25px;letter-spacing:.025em}.main-menu h2{font-size:18px;letter-spacing:.2em;color:var(--gold);margin:5px 0 20px}.tagline{font-size:17px;color:#d5c8b9}.menu-actions{display:flex;flex-direction:column;gap:10px;width:245px;margin-top:28px}.menu-actions .primary{font-size:22px;padding:14px}.menu-foot{font-size:11px;color:var(--muted);margin-top:auto;padding-top:20px}.version{position:absolute;bottom:24px;right:28px;color:#b6a996;font-size:12px}.loading{position:absolute;top:40%;width:100%;text-align:center}.loading-coin{display:inline-block;color:var(--gold);font-size:60px;animation:coin-turn 1.5s linear infinite}.loading p{margin-top:18px}@keyframes coin-turn{to{transform:rotateY(360deg)}}.hud{position:absolute;top:25px;left:30px;right:30px;display:flex;justify-content:space-between;align-items:flex-start;text-shadow:0 2px 4px #000}.stamina{width:300px}.meter{height:9px;background:#51433b;border-radius:5px;overflow:hidden;margin-bottom:9px}.meter i{display:block;height:100%;background:var(--bright);width:100%;transition:width .12s}.stamina b{font-size:18px}.stamina b span{color:var(--gold);margin-left:12px}.run-money{text-align:center;margin-left:-120px}.run-money small{display:block;color:var(--gold)}.run-money b{font-size:32px}.day{display:flex;align-items:center;gap:16px;font-size:17px}.icon-button{padding:4px 12px;min-height:35px;font-size:20px;border-color:#726152;background:#23191299}.play-bottom{position:absolute;bottom:22px;left:26px;right:26px;display:flex;align-items:center;justify-content:space-between;gap:15px}.abilities{display:flex;gap:8px}.ability{font-size:12px;padding:9px 12px;min-height:36px;background:#1b1713d9}.play-hint{color:var(--muted);font-size:12px}#combo{position:absolute;top:110px;left:50%;transform:translate(-50%);color:var(--bright);font-size:32px;font-weight:900;text-shadow:0 3px 3px #000}.floater{position:absolute;animation:float-up 1.25s ease-out forwards;transform:translate(-50%);font-size:26px;font-weight:900;color:var(--bright);text-shadow:0 2px 3px #34210c}.floater.damage{font-size:17px;color:#eee}.floater.critical{color:#ffb584;font-size:21px}.floater.big{font-size:50px;color:#f8a635}.floater.jackpot{font-size:35px;color:#ffcf68}@keyframes float-up{0%{opacity:0;translate:0 15px}15%{opacity:1}75%{opacity:1}to{translate:0 -75px;opacity:0}}#toast{position:fixed;bottom:85px;left:50%;transform:translate(-50%,20px);background:#15120fee;border:1px solid var(--gold);color:var(--bright);padding:12px 25px;font-size:14px;opacity:0;pointer-events:none;z-index:10;transition:opacity .2s,transform .2s;text-align:center;max-width:85vw}#toast.show{opacity:1;transform:translate(-50%)}.center-panel{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:min(620px,90vw);text-align:center}.center-panel>p{margin:18px 0;color:var(--muted)}.center-panel.narrow{width:320px;display:flex;flex-direction:column;gap:12px}.center-panel.narrow h2{margin-bottom:4px}.center-panel.narrow p{margin:0 0 14px}.center-panel .controls{font-size:13px;line-height:2.2;text-align:left;margin:8px 0}.summary>small{font-size:13px}.summary h2{margin:14px 0}.summary-total{font-size:76px;font-weight:800;color:var(--gold);margin:5px 0 20px}.summary-lines{display:grid;grid-template-columns:1fr 1fr;text-align:left;gap:12px;font-size:17px;max-width:380px;margin:22px auto}.summary-lines b{text-align:right;color:var(--gold)}.summary-lines span{color:var(--muted)}.due-note{font-size:14px;color:var(--gold)!important}.summary .row{margin-top:24px}.perk-screen{position:absolute;top:19%;left:50%;transform:translate(-50%);width:min(900px,92vw);text-align:center}.perk-screen h2{margin:18px 0 35px;font-size:28px}.perk-cards{display:flex;gap:22px}.perk-card{width:33.333%;min-height:340px;padding:0 24px 20px;background:#0d0e08ed;display:flex;flex-direction:column;align-items:center;border-color:#8f7447}.perk-card h3{font-size:20px;color:var(--gold);padding:16px 0;width:100%;border-bottom:1px solid #514a31}.perk-icon{font-size:75px;color:var(--gold);margin:25px 0}.perk-card p{font-size:14px;font-weight:500;flex:1}.perk-card small{font-size:11px;margin-top:25px}.stamp{font-size:54px;font-family:Barlow Condensed,Impact,sans-serif;letter-spacing:.035em;font-weight:900;border:5px solid var(--red);color:var(--red);padding:4px 18px;display:inline-block;transform:rotate(-7deg);margin-bottom:40px}.stamp.paid{color:#6fc082;border-color:currentColor}.ending p{max-width:460px;margin:20px auto}.ending>button{margin:12px 5px}.management-header{height:83px;position:absolute;top:0;left:0;width:100%;display:flex;justify-content:space-between;align-items:center;padding:0 32px;background:linear-gradient(#100c0dcf,transparent)}.day-tag{width:150px;font-size:16px;color:var(--gold)}.day-tag small{display:block;font-size:11px;margin-top:5px}nav{display:flex;gap:28px}nav button{border:0;border-radius:0;background:transparent;padding:9px 3px;font-size:20px;color:#b9b1a6}nav button.active{color:#fff7e8;border-bottom:3px solid var(--gold)}.wallet{border-radius:25px;background:#443b34;padding:8px 27px;font-size:25px;font-weight:700;min-width:130px;text-align:center}.management-content{position:absolute;inset:90px 25px 73px;overflow:auto;scrollbar-width:thin;scrollbar-color:#807052 #282118}.management-footer{position:absolute;bottom:0;height:61px;left:0;width:100%;background:#080807;display:flex;align-items:center;justify-content:space-between;padding:0 25px}.management-footer>span{color:var(--muted);font-size:12px}.management-footer button{font-size:17px}kbd{border:1px solid #aaa;padding:2px 9px;font-family:inherit;font-size:11px;margin-left:14px;border-radius:3px}.bill-layout{display:flex;align-items:center;justify-content:center;gap:85px;min-height:100%;padding:0 25px}.bill-history{width:280px}.bill-history h3{margin-bottom:23px;color:var(--gold);font-size:17px}.bill-history-line{display:flex;justify-content:space-between;padding:13px 0;border-bottom:1px solid #5c4f3838;color:#8e8478;font-size:13px}.bill-history-line.current{color:var(--bright);font-weight:800}.bill-history-line.settled{color:#93a384}.bill-history p{font-size:11px;color:var(--muted);margin-top:20px}.bill-wrapper{width:360px;text-align:center}.paper-bill{background:#cbb08a;color:#252019;padding:27px 24px 15px;min-height:420px;box-shadow:8px 10px 2px #0003;transform:rotate(.6deg);position:relative}.paper-bill>small{font:9px monospace;letter-spacing:.16em;color:#4e493c}.bill-title{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #8b765b66;margin:12px 0 30px;padding-bottom:15px}.bill-title h2{font-size:25px}.bill-title span{font:12px monospace}.notice{text-align:left;font:14px/1.7 monospace;color:#643b2d;min-height:75px}.bill-amount{border-top:1px solid #8b765b77;border-bottom:1px solid #8b765b77;padding:17px 0 12px;margin-bottom:15px}.paper-bill label{display:block;color:#7d4033;font-weight:700;font-size:16px}.bill-amount strong{font-size:58px;line-height:1.25}.bill-deadline strong{font-size:30px;line-height:1.9}.paper-bottom{display:block;margin-top:23px;font-size:8px!important}.bill-wrapper>.row{margin-top:24px}.shortfall{display:block;font-size:11px;margin-top:12px}.paper-bill.cleared{padding-top:65px}.cleared p{margin:20px}.cleared .stamp{font-size:54px}.skill-layout{display:flex;height:100%;gap:15px;max-width:1450px;margin:auto}.tree-scroll{flex:1;overflow:auto;scrollbar-width:thin;scrollbar-color:#73603c transparent}.skill-tree{position:relative;width:1100px;height:900px;transform-origin:0 0}.tree-links{position:absolute;inset:0;width:1100px;height:900px;pointer-events:none}.tree-links path{fill:none;stroke:#574b31;stroke-width:2}.tree-links path.lit{stroke:#d7b75e;stroke-width:3}.branch-label{position:absolute;top:15px;color:var(--gold);font-size:15px;letter-spacing:.15em}.skill-node{position:absolute;transform:translate(-50%,-50%);width:58px;height:58px;padding:0;background:var(--branch);border:2px solid #ac976b;display:flex;align-items:center;justify-content:center}.skill-node:hover:not(:disabled){transform:translate(-50%,-50%) scale(1.08);background:var(--branch)}.skill-node span{font-size:30px;color:var(--gold)}.skill-node small{position:absolute;bottom:-20px;font-size:11px}.skill-node.locked{opacity:.38}.skill-node.bought{border-color:var(--bright)}.skill-node.selected{outline:3px solid var(--bright);outline-offset:5px;opacity:1}.skill-detail{width:245px;flex-shrink:0;padding:30px 20px;border-left:1px solid #806b413b;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.detail-icon{font-size:64px;text-shadow:1px 1px #cab178;margin-bottom:10px}.skill-detail h2{font-size:24px;margin:12px 0}.skill-detail p{font-size:14px;margin:5px 0 24px;color:#c1b69f}.skill-detail button{width:100%;font-size:17px}.stats-mini{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:13px;margin-top:38px;font-size:13px;color:var(--muted)}.stats-mini b{text-align:right;color:var(--gold)}.shop-heading{max-width:980px;margin:15px auto 25px}.shop-heading p{font-size:13px;color:var(--muted);margin-top:6px}.shop-list{max-width:980px;margin:auto}.hammer-item{display:flex;align-items:center;gap:24px;border-bottom:1px solid #6e604545;padding:20px 8px}.hammer-copy{flex:1}.hammer-copy h3{font-size:19px;margin-bottom:8px}.hammer-copy p{font-size:12px;color:var(--muted)}.hammer-stats{display:flex;gap:23px;margin-top:12px;font-size:12px;color:var(--muted)}.hammer-stats b{color:var(--gold);margin-left:6px}.hammer-item>button{min-width:125px;font-size:16px}.hammer-illustration{position:relative;flex-shrink:0;width:85px;height:90px;transform:rotate(-35deg)}.hammer-illustration i{position:absolute;width:12px;height:66px;background:#98704b;border:2px solid #59432e;left:39px;top:24px}.hammer-illustration b{position:absolute;width:66px;height:28px;top:14px;left:13px;background:#76818a;border:3px solid #3a434b;border-radius:3px}.hammer-1{scale:.82}.hammer-2 b{background:#a97b4b;border-color:#594022;height:35px}.hammer-3 b{height:40px;background:#4b5255}.hammer-4 b{background:#709dae;border-color:#adc9cb}.hammer-5 b{background:#d9b85a;border-color:#9e782a}.equipped h3{color:var(--bright)}.collection-layout{display:flex;gap:40px;justify-content:center;align-items:center;min-height:100%;padding:20px}.coin-book{display:flex;width:640px;height:400px;perspective:900px;filter:drop-shadow(10px 12px 3px #0005)}.book-cover{width:46%;background:#332b2b;border:9px solid #211d1b;border-right:2px solid #171514;padding:35px 20px;text-align:center;transform:rotateY(9deg);transform-origin:right center}.book-cover h2{font-size:23px;line-height:1.8;color:#9b8160}.book-cover p{font-size:13px;color:var(--gold)}.book-emblem{font-size:100px;color:#705a42;display:block;margin:8px}.coin-tray{width:54%;border:12px solid #2a2522;background:#593537;padding:25px 18px;display:grid;grid-template-columns:repeat(3,1fr);gap:19px;align-content:center;box-shadow:inset 0 0 15px #211011}.coin-slot{border:0;background:#412426;box-shadow:inset 3px 4px 2px #271819;color:#684347;border-radius:50%;aspect-ratio:1;padding:0;font-size:30px;min-height:0}.coin-slot.collected{background:#bc9656;border:5px ridge #d9b979;color:#6e542f;font-size:24px;box-shadow:2px 4px 2px #1b1415}.bestiary{width:275px}.bestiary h3{color:var(--gold);font-size:16px;margin-bottom:10px}.pig-entry{padding:10px 0;border-bottom:1px solid #6a58383b}.pig-entry strong{font-size:14px}.pig-entry small{display:block;font-size:10px;margin:4px 0}.pig-entry p{font-size:11px;color:var(--muted)}.pig-entry.unseen{opacity:.4}.legacy-heading{text-align:center;margin:30px 0}.legacy-heading h2{margin:10px 0 15px}.legacy-heading p{color:var(--muted);font-size:14px}.legacy-heading b{color:var(--bright)}.jewelry-list{display:flex;gap:30px;max-width:950px;margin:20px auto}.jewelry{flex:1;text-align:center}.jewel-icon{font-family:Georgia,serif;font-size:92px;height:135px;color:#c1a66b;text-shadow:2px 3px #58482b}.jewelry h3{font-size:18px}.jewelry p{font-size:12px;color:var(--muted);margin:13px 0}.jewelry small{display:block;margin:15px 0}.jewelry button{width:100%;font-size:16px}.prestige-row{display:flex;align-items:center;justify-content:center;gap:25px;margin:45px auto 20px;max-width:900px}.prestige-row p{font-size:12px;color:var(--muted)}@media(min-width:1500px){.main-menu{left:11%;top:12%}.menu-actions{margin-top:35px}.main-menu h1>span{font-size:112px}.main-menu strong{font-size:120px}.main-menu .must{font-size:46px}.paper-bill{min-height:470px;padding-top:32px}.bill-wrapper{width:400px}.bill-layout{gap:120px}.bill-amount{padding:25px 0}.skill-tree{zoom:1.15}}@media(max-width:1000px){.management-header{padding:0 18px}nav{gap:15px}nav button{font-size:16px}.day-tag{width:100px}.wallet{font-size:20px;min-width:100px;padding:7px 15px}.bill-layout{gap:35px}.bill-history{width:230px}.skill-detail{width:210px}.skill-tree{zoom:.8}.collection-layout{flex-direction:column;align-items:center}.bestiary{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.bestiary h3{grid-column:1/-1}.coin-book{width:560px;height:350px}.play-hint{display:none}.run-money{margin-left:0}.stamina{width:240px}.jewelry-list{gap:20px}.main-menu{left:6%;top:6%}.main-menu h1>span{font-size:83px}.main-menu strong{font-size:90px}.main-menu .must{font-size:34px}}@media(max-width:640px){.main-menu{left:8%;width:84%;top:7%;height:87%}.menu-shade{background:linear-gradient(90deg,#100c09eb,#100c09a0 65%,#100c0930)}.main-menu h1>span{font-size:76px}.main-menu strong{font-size:82px}.main-menu .must{font-size:31px}.edition{margin-bottom:18px}.tagline{font-size:15px}.menu-actions{margin-top:18px;width:220px}.main-menu h2{margin-bottom:14px}.version{display:none}.hud{left:15px;right:15px;top:18px}.stamina{width:145px}.stamina b{font-size:13px}.stamina b span{margin-left:5px}.run-money b{font-size:23px}.day{font-size:12px;gap:8px}.play-bottom{left:10px;right:10px;bottom:15px;flex-wrap:wrap}.ability{font-size:10px;padding:7px 8px}.play-bottom>.text-button{font-size:12px}.management-header{height:100px;flex-wrap:wrap;align-content:center;gap:8px}.management-header nav{order:3;width:100%;justify-content:space-around;gap:0}nav button{font-size:14px;min-height:30px;padding:4px}.day-tag{font-size:13px}.day-tag small{display:inline;margin-left:8px}.wallet{font-size:17px}.management-content{inset:115px 10px 60px}.management-footer{padding:0 10px;height:50px}.management-footer>span{display:none}.management-footer button{font-size:14px}.bill-layout{padding:5px;gap:0;flex-direction:column}.bill-history{display:none}.bill-wrapper{width:min(340px,91vw)}.paper-bill{min-height:360px;padding:22px 20px 12px}.bill-title{margin-bottom:20px}.notice{min-height:58px;font-size:12px}.bill-amount{padding:10px 0}.bill-amount strong{font-size:48px}.paper-bottom{margin-top:17px}.bill-wrapper>.row{margin-top:18px}.skill-layout{flex-direction:column}.tree-scroll{min-height:52%}.skill-tree{zoom:.55}.skill-detail{width:100%;padding:15px 20px;display:block;border-left:0;border-top:1px solid #806b413b}.skill-detail .detail-icon{display:none}.skill-detail h2{font-size:20px;margin:7px 0}.skill-detail p{margin-bottom:10px;font-size:12px}.skill-detail button{width:auto;font-size:14px;padding:8px 18px;min-height:36px}.stats-mini{display:none}.shop-heading{margin:10px}.shop-heading h2{font-size:24px}.hammer-item{gap:10px;padding:18px 3px;flex-wrap:wrap}.hammer-illustration{width:60px;scale:.8;margin-left:-8px}.hammer-copy h3{font-size:16px}.hammer-copy p{font-size:11px}.hammer-stats{gap:10px;font-size:10px;flex-wrap:wrap}.hammer-item>button{min-width:100px;margin-left:auto;font-size:13px;padding:6px 12px;min-height:34px}.coin-book{width:95vw;height:300px}.book-cover{padding:25px 8px}.book-cover h2{font-size:17px}.book-emblem{font-size:65px}.coin-tray{gap:12px;padding:15px 10px}.coin-slot{font-size:20px!important;border-width:3px!important}.collection-layout{padding:0;gap:20px}.bestiary{grid-template-columns:repeat(2,1fr)}.jewelry-list{display:grid;grid-template-columns:1fr 1fr;gap:20px}.jewel-icon{font-size:65px;height:85px}.legacy-heading{margin:10px 0}.legacy-heading h2{font-size:24px}.legacy-heading p{font-size:11px}.jewelry h3{font-size:16px}.jewelry p{font-size:11px}.jewelry button{font-size:13px}.prestige-row{flex-direction:column;gap:15px;margin:25px 0}.perk-screen{top:10%}.perk-screen h2{font-size:20px;margin-bottom:20px}.perk-cards{gap:10px;flex-direction:column}.perk-card{width:100%;min-height:120px;display:grid;grid-template-columns:65px 1fr;padding:10px 16px;text-align:left}.perk-card h3{grid-column:2;font-size:17px;padding:6px 0;border:0}.perk-icon{grid-column:1;grid-row:1/3;font-size:43px;margin:0}.perk-card p{font-size:12px;grid-column:2}.perk-card small{display:none}.summary h2{font-size:25px}.summary-total{font-size:60px}.summary .row{gap:8px}.summary .row button{font-size:13px;padding:10px}.summary-lines{font-size:14px;padding:0 15px}.stamp{font-size:40px}.ending h2{font-size:25px}.ending p{font-size:13px}}@media(max-height:650px)and (min-width:641px){.main-menu{top:5%;height:90%}.main-menu h1>span{font-size:68px}.main-menu .must{font-size:28px}.main-menu strong{font-size:74px;margin:12px 0 18px}.main-menu h2{font-size:14px;margin-bottom:10px}.tagline{font-size:13px}.menu-actions{margin-top:16px;gap:6px}.menu-actions button{min-height:35px;padding:8px;font-size:16px}.edition{margin-bottom:14px}.paper-bill{min-height:335px;padding:16px 22px}.bill-title{margin:9px 0 15px;padding-bottom:10px}.notice{min-height:50px;font-size:12px}.bill-amount{padding:8px 0}.bill-amount strong{font-size:40px}.paper-bottom{margin-top:12px}.bill-wrapper{width:310px}.bill-wrapper>.row{margin-top:14px}.perk-screen{top:12%}.perk-card{min-height:280px}.perk-icon{margin:15px 0;font-size:60px}.summary-total{font-size:54px}.summary-lines{margin:15px auto;gap:9px}.jewel-icon{height:100px;font-size:70px}.legacy-heading{margin:10px}.prestige-row{margin-top:25px}}.cabinet-shop{display:flex;gap:22px;max-width:1120px;margin:5px auto 0;min-height:500px}.cabinet{flex:1;background:linear-gradient(90deg,#241911,#463322 8%,#3d2b1d 92%,#21170f);border:14px ridge #533a27;box-shadow:inset 0 0 20px #130d08}.cabinet>h3{text-align:center;font-size:15px;color:var(--gold);padding:10px;background:#2b1d14}.shelf-grid{display:grid;grid-template-columns:repeat(3,1fr)}.shelf-slot{min-width:0;height:218px;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;border-bottom:13px ridge #62472f;background:linear-gradient(#17110b66,transparent 70%,#130b0666);padding:0 4px 9px}.shelf-slot img{width:100%;height:135px;object-fit:contain;filter:drop-shadow(3px 7px 2px #0007)}.shelf-slot>span,.shelf-slot>strong{font-size:14px;font-weight:700;color:var(--gold)}.shelf-slot>small{font-size:10px;display:block;margin:6px 0;line-height:1.6}.shelf-slot.undiscovered img{filter:brightness(.15)}.shelf-slot.undiscovered span{color:#88755e}.hammer-slot{height:218px}.hammer-slot img{height:110px}.hammer-slot button{padding:4px 15px;min-height:27px;font-size:13px;background:#211911;margin-top:auto}.hammer-slot.equipped strong{color:var(--bright)}.shop-footnote{text-align:center;font-size:12px;color:var(--muted);margin:20px 0}.cabinet-shop .cabinet:last-child{flex:1.08}@media(max-width:1000px){.cabinet-shop{gap:12px}.cabinet{border-width:9px}.shelf-grid{grid-template-columns:repeat(2,1fr)}.shelf-slot{height:190px}.shelf-slot img{height:110px}.hammer-slot img{height:86px}}@media(max-width:640px){.cabinet-shop{display:block}.cabinet{margin-bottom:20px}.shelf-grid{grid-template-columns:repeat(3,1fr)}.shelf-slot{height:175px}.shelf-slot img{height:98px}.shelf-slot>small{font-size:9px}.shelf-slot>strong,.shelf-slot>span{font-size:12px}.hammer-slot img{height:74px}}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;transition-duration:.01ms!important}.floater{animation-duration:1s!important}.loading-coin{animation:none}}.hud .stamina{order:1}.hud .day{order:2}.hud .run-money{order:3;margin:0;min-width:120px;text-align:right}.run-money b{display:inline-block;color:var(--gold);transform-origin:center;will-change:transform}.run-money small{margin-bottom:2px}body[data-mode=play] #world{cursor:none}.floater{animation:hit-number 1.05s cubic-bezier(.16,1,.3,1) forwards;font-size:23px;color:#fff0d0;text-shadow:0 2px 1px #392915,0 0 7px #211a13}.floater.damage{font-size:18px;font-weight:800;color:#fff5e7}.floater.critical{font-size:29px;color:#ffcf77}.floater.jackpot{font-size:37px;color:#ffd265}.floater.big{font-family:Barlow Condensed,Impact,sans-serif;font-size:60px;color:#ffa239;letter-spacing:-.02em;animation:jackpot-number 1.2s ease-out forwards}@keyframes hit-number{0%{opacity:1;scale:.55;translate:0 8px}12%{scale:1.28}25%{scale:1}70%{opacity:1}to{translate:0 -65px;opacity:0;scale:.93}}@keyframes jackpot-number{0%{opacity:0;scale:1.7;rotate:-6deg}12%{opacity:1;scale:1}70%{opacity:1;translate:0 -8px}to{opacity:0;translate:0 -36px;scale:1.04}}@media(max-width:640px){.hud .run-money{min-width:70px}.hud .day{font-size:11px}.hud .stamina{width:130px}.floater.big{font-size:42px}}@media(prefers-reduced-motion:reduce){.floater,.floater.big{animation:float-up .6s linear forwards!important}}.passive-meters{display:flex;gap:12px;max-width:62vw;flex-wrap:wrap}.passive-meter{width:88px;text-shadow:0 2px 3px #000}.passive-meter>span{font-size:11px;color:#e6c98c}.passive-meter>div{height:4px;background:#4c4034;margin:5px 0;border-radius:2px;overflow:hidden}.passive-meter i{display:block;height:100%;background:#d9b86a;transition:width .15s}.passive-meter small{font-size:10px}.skill-tree{zoom:.82}.skill-node{width:50px;height:50px;border-radius:7px}.skill-node small{bottom:-38px;white-space:nowrap;color:#e1ca98;font-size:12px;line-height:1.3;text-shadow:0 2px 3px #000}.skill-node small em{display:block;font-style:normal;font-size:10px;color:#ad9973}.skill-node.keystone{border-radius:17px 3px;width:63px;height:63px;border-width:3px}.skill-node.special{background:#13151a;box-shadow:0 0 15px #d6a94055}.skill-node.special span{color:#fff3c8}.skill-node.locked{opacity:.5}.skill-node.bought{box-shadow:0 0 12px #e3b75444}.tree-links path{stroke-width:3;stroke:#756139}.tree-links path.lit{stroke:#e6b844;stroke-width:3}.passive-note{font-size:11px!important;margin:18px 0 10px!important}.skill-detail{justify-content:flex-start;padding-top:30px;overflow:auto}.skill-detail .stats-mini{margin-top:20px}.tree-scroll{background:radial-gradient(ellipse,#382a151c,transparent)}.debt-panel{margin:20px 0;padding:16px;background:#241711;border:1px solid #795541}.debt-panel:empty{display:none}.debt-panel h3{font-size:16px;color:#e2b78a}.debt-panel p{font-size:12px;color:#c5ac8a;line-height:1.7;margin:10px 0}.debt-panel button{font-size:14px;padding:8px 16px}.bill-layout{align-items:flex-start;padding-top:15px}.summary{max-height:90vh;overflow:auto;padding:10px}.summary-total{font-size:54px;margin-bottom:10px}.summary-lines{font-size:14px;gap:8px}.summary .row{margin-top:14px}.growth-details{text-align:left;max-width:450px;margin:15px auto;color:#d0ba8b;font-size:13px;pointer-events:auto}.growth-details summary{cursor:pointer;padding:8px;border-bottom:1px solid #725d3e}.species-growth{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:15px 0}.species-progress>span{font-size:12px;display:flex;justify-content:space-between}.species-progress small{font-size:10px}.species-progress.unseen{opacity:.35}.xp-track{height:5px;background:#3e3b2c;margin:7px 0;overflow:hidden}.xp-track i{display:block;background:#90ba78;height:100%;animation:grow-xp .65s ease-out}.equipment-stats{display:grid;grid-template-columns:1fr 1fr;font-size:10px;width:100%;gap:3px;padding:8px;text-align:left;color:#baa886}.equipment-stats b{text-align:right;color:#d9c6a6;font-weight:500}.equipment-stats em{font-style:normal;color:#aace9b}.hammer-slot{height:320px}.shelf-slot>strong{margin-top:3px}.jewelry-case{display:grid;grid-template-columns:repeat(5,1fr);gap:22px;max-width:1000px;margin:auto;padding:30px;background:linear-gradient(110deg,#512c31,#382126);border:14px ridge #5a3e2c;box-shadow:inset 0 0 35px #0d0609}.jewelry-case .jewelry{padding:12px 6px;background:radial-gradient(ellipse at 50% 30%,#160c0d 20%,transparent 58%)}.jewelry-case .jewel-icon{height:85px;position:relative;font-size:35px;display:grid;place-items:center;margin:0 auto 12px;width:75px}.jewel-icon.ring:before,.jewel-icon.bracelet:before{content:"";position:absolute;inset:14px 8px;border:9px ridge #b7934d;border-radius:50%;transform:rotateX(27deg);box-shadow:2px 4px 6px #0008}.jewel-icon.ring span{position:relative;background:#9d793d;border:3px ridge #d6b76f;border-radius:35%;font-size:22px;padding:0 4px;translate:0 -18px;color:#ffe2a1}.jewel-icon.bracelet:before{border-width:6px;inset:8px 0}.jewel-icon.bracelet span{position:relative;font-size:22px}.jewelry-case .jewelry h3{font-size:14px}.jewelry-case .jewelry p{font-size:11px;min-height:40px;margin:8px 0}.jewelry-case .jewelry small{font-size:10px;margin:8px}.jewelry-case .jewelry button{font-size:13px;min-height:30px;padding:4px 8px}.jewelry-case .owned .jewel-icon{filter:drop-shadow(0 0 7px #ddb05b55)}.arcade-room{max-width:1000px;margin:35px auto;text-align:center}.arcade-room>small{letter-spacing:.2em;color:#ccb17c}.arcade-room h2{margin:12px 0}.arcade-room>p{font-size:13px;color:#bbaa8f}.arcade-doors{display:flex;gap:25px;margin-top:40px}.arcade-door{flex:1;padding:35px 20px;min-height:290px;background:linear-gradient(#4d3520,#1d1511);border:8px ridge #664a30}.arcade-door>span{display:block;font-family:Georgia,serif;font-size:65px;color:#dbb46d;margin-bottom:25px;white-space:nowrap}.arcade-door p{font-size:12px;color:#baa98f;margin:16px 0}.arcade-door b{font-size:14px;color:#e8c985}.new-collectibles button{font-size:13px;padding:8px 15px;min-height:36px}.discovery-overlay{position:fixed;inset:0;z-index:30;background:#100d0bed;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;text-align:center}.discovery-coin{width:150px;height:150px;border-radius:50%;border:12px ridge #e3ba70;background:radial-gradient(#e9c77e,#ab793c);font-size:65px;color:#87602e;display:grid;place-items:center;box-shadow:0 0 90px #edc57955;animation:discovery .6s ease-out}.discovery-overlay p{color:#bda98a;font-size:14px}.perk-card{animation:reveal-card .75s both}.perk-card:nth-child(2){animation-delay:.12s}.perk-card:nth-child(3){animation-delay:.24s}@keyframes reveal-card{0%{opacity:0;transform:rotateY(90deg) translateY(20px)}to{opacity:1;transform:none}}@keyframes discovery{0%{scale:.2;rotate:-30deg;opacity:0}to{scale:1;rotate:0;opacity:1}}@keyframes grow-xp{0%{scale:0 1;transform-origin:left}to{scale:1 1;transform-origin:left}}@media(min-width:1500px){.skill-tree{zoom:1}}@media(max-width:1000px){.skill-tree{zoom:.7}.jewelry-case{grid-template-columns:repeat(3,1fr)}.management-header nav{gap:12px}.arcade-doors{gap:12px}.arcade-door{padding:25px 12px}.arcade-door>span{font-size:45px}}@media(max-width:640px){.skill-tree{zoom:.55}.passive-meter{width:64px}.passive-meters{gap:8px;max-width:75vw}.passive-meter>span{font-size:9px}.passive-meter small{font-size:9px}.jewelry-case{grid-template-columns:repeat(2,1fr);padding:14px;gap:10px}.arcade-doors{flex-direction:column;margin-top:20px}.arcade-door{min-height:160px}.arcade-door>span{font-size:35px;margin-bottom:10px}.arcade-room{margin:15px auto}.hammer-slot{height:310px}.equipment-stats{padding:5px 0;font-size:9px}.discovery-overlay h2{font-size:25px}.summary-lines{margin:12px auto}.summary-total{font-size:42px}.management-header nav button{font-size:12px}}.skill-node.keystone{background:transparent;border:0;box-shadow:none;border-radius:0}.skill-node.keystone:before{content:"";position:absolute;inset:5px;border:2px solid #a88d50;background:#181819;transform:rotate(45deg);box-shadow:0 0 10px #dab96f33;border-radius:4px}.skill-node.keystone span{position:relative;z-index:1}.skill-node.keystone:hover:not(:disabled){background:transparent}.skill-node.keystone.selected{outline:0}.skill-node.keystone.selected:before{border:3px solid #ffe5a4;box-shadow:0 0 18px #dab96f66}.pig-info{position:absolute;top:4px;right:4px;padding:3px 7px;font-size:10px;min-height:24px;z-index:1;background:#302519aa}.discovery-pig{width:250px;height:200px;object-fit:contain;filter:drop-shadow(0 0 25px #d0a65c55)}.loot-table{display:grid;grid-template-columns:1fr auto;gap:10px 45px;font-size:14px;color:#d7c09b}.loot-table b{color:#f4ddb0}.mg-root{position:fixed;inset:0;z-index:50;color:#f4ead2;font-family:Barlow Condensed,Noto Sans SC,sans-serif;letter-spacing:.01em}.mg-root[hidden]{display:none}.mg-root *{box-sizing:border-box}.mg-backdrop{position:absolute;inset:0;background:radial-gradient(ellipse at 50% 44%,#342517b8,#090706ed 73%),#080604;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);cursor:pointer}.mg-dialog{position:absolute;inset:4.5vh 5vw;display:flex;flex-direction:column;max-width:1180px;margin:auto;overflow:hidden;background:linear-gradient(135deg,#17110d,#0d0b09 45%,#19120d);border:1px solid #8d6c3c;box-shadow:0 30px 90px #000c,0 0 0 9px #160e096e,inset 0 0 0 2px #d5a76214;border-radius:8px}.mg-dialog:before{content:"";position:absolute;inset:9px;pointer-events:none;border:1px solid #b28a4a2e;border-radius:4px}.mg-header{position:relative;display:flex;justify-content:space-between;align-items:center;gap:24px;padding:22px 32px 18px;border-bottom:1px solid #a57c4438;background:linear-gradient(90deg,#3c28158c,#21160ec2 45%,#3b261586)}.mg-header small{display:block;color:#d0a65b;letter-spacing:.16em;font-size:11px;text-transform:uppercase}.mg-header h2{margin:3px 0 0;font-size:36px;color:#f6d995;line-height:1}.mg-header p{margin-top:5px;color:#a99a84;font-size:13px}.mg-header-right{display:flex;align-items:center;gap:24px}.mg-wallet{min-width:135px;padding:8px 17px;text-align:right;border:1px solid #93704365;background:#1b130d99;border-radius:5px;box-shadow:inset 0 0 15px #0006}.mg-wallet small{letter-spacing:.08em;font-size:10px;color:#a89476}.mg-wallet strong{display:block;color:#f8d477;font-size:25px;line-height:1.1}.mg-close{position:relative;z-index:1;width:40px;height:40px;padding:0;border-color:#80643c;background:#1c130dc9;color:#d1b47e;font-size:30px;line-height:1}.mg-close:hover:not(:disabled){background:#684429;color:#ffe5a5}.mg-content{position:relative;z-index:1;flex:1;min-height:0;overflow:auto;padding:24px 34px 30px;scrollbar-width:thin;scrollbar-color:#79582e #160f0a}.mg-game{max-width:970px;margin:0 auto;min-height:100%;display:flex;flex-direction:column;align-items:center}.mg-copy{text-align:center;max-width:650px;margin:0 auto 18px}.mg-kicker{color:#b28b4e;letter-spacing:.2em;font-size:11px;font-weight:700}.mg-copy h3{font-size:31px;color:#f5d78d;line-height:1.05;margin:6px 0 8px}.mg-copy p{font-size:13px;line-height:1.7;color:#aaa08f;margin:0}.mg-notice{padding:8px 14px;margin:13px 0 0;border:1px solid #c8774e;border-radius:3px;background:#6d281f40;color:#ffc092;font-size:13px}.mg-wager{width:min(560px,100%);margin:14px auto 0;padding:12px 17px 11px;border:1px solid #7b5b3373;background:linear-gradient(180deg,#251a1157,#0e0b094d);border-radius:5px}.mg-wager-head{display:flex;justify-content:space-between;align-items:center;color:#b5a284;font-size:13px}.mg-wager-head strong{color:#f8d37d;font-size:23px}.mg-wager input{display:block;width:100%;height:7px;margin:9px 0 8px;accent-color:#dfb257;cursor:pointer}.mg-chip-row{display:flex;justify-content:center;gap:8px}.mg-chip-row button{min-height:28px;padding:3px 12px;border:1px solid #80633d;background:#22170f;color:#b8a27f;border-radius:20px;font-size:12px}.mg-chip-row button.selected{background:#845c28;color:#ffe1a1;border-color:#d3a75e;box-shadow:0 0 10px #c88a2a54}.mg-chip-row button:disabled{opacity:.32;cursor:default}.mg-wager>small{display:block;margin-top:7px;text-align:center;color:#827765;font-size:10px}.mg-actions{display:flex;justify-content:center;align-items:center;gap:12px;width:100%;margin-top:20px}.mg-button{min-width:130px;padding:10px 22px;border:1px solid #8e6b3b;border-radius:4px;background:#221810;color:#dfc38d;font-size:16px;font-weight:700}.mg-button:hover:not(:disabled){background:#5a3e23;color:#ffe9ae;transform:translateY(-2px)}.mg-button.primary{color:#1e1309;background:linear-gradient(#f3d17c,#ba873f);border-color:#f4d890;box-shadow:0 3px #614119,0 0 14px #dc9e3d26}.mg-button.primary:hover:not(:disabled){background:linear-gradient(#ffe4a2,#d99f4c);color:#1e1309}.mg-button.ghost{background:transparent;border-color:#5c4935;color:#93836c}.mg-action-hint{padding:11px 18px;color:#c9a965;font-size:13px}.mg-rule-strip{display:flex;justify-content:center;align-items:center;gap:11px;width:min(560px,100%);margin:13px auto 0;padding:8px 11px;color:#85755e;font-size:12px;border-top:1px solid #6a512f54;border-bottom:1px solid #6a512f54}.mg-rule-strip b{color:#f0ca7a;font-size:14px}.mg-rule-strip span:nth-of-type(2){margin-left:13px}.mg-coin-table{position:relative;width:min(720px,100%);margin:2px auto 0;padding:12px 22px 14px;border:1px solid #815e326e;border-radius:8px;background:radial-gradient(ellipse at 50% 45%,#825a2b2b,#20150e 71%);box-shadow:inset 0 0 40px #0008,0 16px 34px #0007}.mg-coin-stage{height:205px;display:flex;align-items:center;justify-content:center;position:relative;perspective:700px}.mg-table-glow{position:absolute;bottom:21px;width:205px;height:24px;border-radius:50%;background:#e4ac4929;filter:blur(13px)}.mg-coin{width:126px;height:126px;display:flex;align-items:center;justify-content:center;border-radius:50%;position:relative;z-index:1;color:#684417;font-size:39px;font-weight:900;background:radial-gradient(circle at 32% 28%,#fff1ab 0,#ebbd58 31%,#ac6d25 69%,#68401c);border:7px double #ffe29a;box-shadow:inset 0 0 0 4px #d2983e,0 14px 13px #160e08a8,0 0 28px #ffd66d47;transform-style:preserve-3d}.mg-coin:before{content:"";position:absolute;inset:13px;border:2px solid #7c5227b8;border-radius:50%}.mg-coin span{position:relative;z-index:1;text-shadow:1px 2px #ffe69966}.mg-coin-stage:not(.is-flipping) .mg-coin{animation:mg-coin-hover 2.4s ease-in-out infinite}.mg-coin-spin{animation:mg-coin-spin 1.2s cubic-bezier(.17,.82,.35,1) infinite!important}.mg-coin-result{animation:mg-coin-land .38s cubic-bezier(.12,.8,.3,1) both}.mg-coin-side-row{position:relative;z-index:2;display:flex;justify-content:center;gap:14px}.mg-side-choice{display:flex;align-items:center;gap:9px;min-width:124px;padding:8px 16px;border:1px solid #80613a;background:#21170f;color:#ae9871;font-size:14px;border-radius:4px}.mg-side-choice b{font-size:22px;line-height:1;color:#dab05d}.mg-side-choice.selected{background:#704821;color:#ffe4a1;border-color:#e4bd70;box-shadow:0 0 13px #d3913340}.mg-side-choice:hover:not(:disabled){background:#5b3d20;color:#ffe4a1;transform:translateY(-2px)}.mg-side-choice:disabled{opacity:.45}.mg-coin-game .mg-wager{margin-top:15px}.mg-shell-board{position:relative;width:min(880px,100%);min-height:230px;margin:8px auto 4px;padding:23px 26px 29px;border:1px solid #815e326e;border-radius:8px;background:radial-gradient(ellipse at 50% 44%,#78512529,#1b130d 73%);box-shadow:inset 0 0 40px #0008,0 15px 30px #0006;overflow:hidden}.mg-shell-board:after{content:"";position:absolute;left:7%;right:7%;bottom:12px;height:23px;background:#9a6a2a26;border-radius:50%;filter:blur(8px)}.mg-bet-pile{position:absolute;top:16px;right:22px;z-index:4;display:flex;align-items:center;gap:0;width:90px;height:44px;padding:4px 6px 13px;border-bottom:1px solid #b3803d5c;color:#f2ca75;transform:rotate(4deg)}.mg-bet-pile small{position:absolute;top:43px;right:0;white-space:nowrap;color:#8f795d;font-size:9px}.mg-pile-coin{width:25px;height:25px;margin-left:-3px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:2px solid #dbad5b;background:#a56b27;color:#ffe49b;font-weight:900;font-size:12px;box-shadow:2px 3px 1px #120c08}.mg-shell-cups{position:relative;z-index:3;display:block;width:100%;height:181px;min-height:181px;padding:17px 0 0}.mg-shell-cup{position:absolute;left:var(--mg-left,50%);bottom:1px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;width:min(180px,30%);height:172px;padding:0 0 5px;background:transparent;border:0;color:#b6a17e;transform:translate(-50%);transition:left .34s cubic-bezier(.22,.75,.32,1),transform .22s,filter .22s}.mg-shell-cup:before{content:"";position:absolute;left:12%;right:12%;top:18px;height:81px;background:linear-gradient(150deg,#a98b57,#72502c 47%,#422c1b);border:2px solid #c59a58;border-radius:47% 47% 24% 24%;box-shadow:inset 8px 3px 12px #e2bd6c42,6px 12px 4px #0008;transform:perspective(120px) rotateX(-5deg)}.mg-cup-rim{position:absolute;z-index:1;top:83px;left:10%;right:10%;height:21px;border:3px solid #d4ad67;border-radius:50%;background:#392619;box-shadow:inset 0 3px 6px #090604,0 3px 3px #0008}.mg-shell-cup .mg-pig{position:absolute;z-index:2;bottom:49px;transform:scale(.65);opacity:.1;filter:brightness(.35);transition:opacity .2s,transform .24s}.mg-shell-cup small{position:relative;z-index:4;margin-top:auto;font-size:11px;color:#a8916f}.mg-shell-cup.ready{cursor:pointer}.mg-shell-cup.ready:hover{transform:translate(-50%) translateY(-9px)}.mg-shell-cup.ready:hover:before{border-color:#f4d88c;box-shadow:inset 8px 3px 12px #e2bd6c55,6px 14px 4px #0008,0 0 16px #c4903e35}.mg-shell-cup.shuffling{animation:mg-cup-hop .255s ease-in-out both}.mg-shell-board.is-shuffling .mg-shell-dust{opacity:1;animation:mg-dust .5s ease-out infinite}.mg-shell-dust{position:absolute;z-index:2;bottom:14px;left:16%;right:16%;height:38px;opacity:0;border-radius:50%;background:radial-gradient(ellipse,#d4a76250,transparent 68%);filter:blur(3px);pointer-events:none}.mg-pig{position:relative;width:106px;height:78px;border-radius:48% 48% 42% 42%;background:linear-gradient(145deg,#bbf19a 0,#5dae62 54%,#28613b);border:3px solid #173d2b;box-shadow:inset 9px 5px 9px #e7ffc557,4px 7px 3px #09201188}.mg-pig:after{content:"";position:absolute;left:8px;right:8px;bottom:-9px;height:19px;border-radius:50%;background:#214f32;filter:blur(4px);opacity:.6}.mg-pig-ear{position:absolute;top:-14px;width:30px;height:24px;background:#6eaf61;border:3px solid #173d2b;border-radius:70% 35% 55% 30%;z-index:-1}.mg-pig-ear.left{left:13px;transform:rotate(-30deg)}.mg-pig-ear.right{right:13px;transform:scaleX(-1) rotate(-30deg)}.mg-pig-eye{position:absolute;top:25px;width:8px;height:8px;border-radius:50%;background:#12251b;box-shadow:0 0 0 2px #ccf6a1}.mg-pig-eye.left{left:29px}.mg-pig-eye.right{right:29px}.mg-pig-snout{position:absolute;left:50%;bottom:13px;transform:translate(-50%);width:46px;height:25px;border-radius:50%;background:#9bd171;border:2px solid #275536;display:flex;align-items:center;justify-content:space-evenly}.mg-pig-snout i{width:7px;height:9px;border-radius:50%;background:#2a5c3a;display:block}.mg-pig em{position:absolute;left:50%;top:3px;transform:translate(-50%);font-style:normal;color:#e2ffbc;font-size:15px;font-weight:800;opacity:.8}.mg-shell-cup.result-cup{pointer-events:none}.mg-shell-cup.result-cup .mg-pig{opacity:.85;filter:none;transform:scale(.68)}.mg-shell-cup.result-cup.target:before{border-color:#f8d57d;box-shadow:0 0 20px #e7b44d54,inset 8px 3px 12px #e2bd6c55,6px 14px 4px #0008}.mg-shell-cup.result-cup.target .mg-pig{transform:scale(.9) translateY(-4px);filter:drop-shadow(0 0 8px #dbaf56)}.mg-shell-cup.result-cup.chosen small{color:#ffba8c}.mg-shell-cup.result-cup.target small{color:#f7d47c}.mg-shell-cup.revealed .mg-pig{opacity:.92;filter:none;transform:scale(.82) translateY(-3px)}.mg-shell-cup.chosen.smashing .mg-pig{opacity:.98;filter:none;transform:scale(.86) translateY(-3px);animation:mg-pig-hit .54s cubic-bezier(.1,.9,.25,1) both}.mg-shell-board.is-smashing .mg-shell-dust{opacity:1;animation:mg-dust .25s ease-out 2}.mg-smash-hammer{position:absolute;z-index:8;left:var(--mg-hit-left,50%);top:-15px;width:74px;height:116px;pointer-events:none;transform:translate(-50%) rotate(-28deg);transform-origin:55% 90%;animation:mg-hammer-smash .54s cubic-bezier(.14,.84,.25,1) both}.mg-smash-hammer:before{content:"";position:absolute;left:8px;top:8px;width:67px;height:27px;border:3px solid #243037;border-radius:7px;background:linear-gradient(#d8e5e7,#8799a0);box-shadow:inset 0 3px 5px #ffffff72,3px 5px #0005}.mg-smash-hammer:after{content:"";position:absolute;left:37px;top:29px;width:14px;height:83px;border:2px solid #4c3120;border-radius:5px;background:linear-gradient(90deg,#8f613d,#d29b64 48%,#694326);box-shadow:2px 4px #0005}.mg-shuffle-status{height:25px;color:#d3ad63;text-align:center;font-size:13px}.mg-slot-machine{position:relative;width:min(610px,100%);margin:10px auto 9px;padding:28px 40px 41px;border:9px ridge #75532f;border-radius:9px;background:linear-gradient(145deg,#714a25,#332013 24%,#1d140e 77%,#724b27);box-shadow:inset 0 0 22px #090705,0 15px 31px #0008}.mg-slot-machine:after{content:"";position:absolute;left:8%;right:8%;bottom:19px;height:24px;border-radius:50%;background:#d8a04427;filter:blur(8px)}.mg-slot-lights{position:absolute;z-index:3;left:18px;right:18px;top:10px;display:flex;justify-content:space-between}.mg-slot-lights i{width:9px;height:9px;border-radius:50%;background:#d2933f;box-shadow:0 0 9px #d2933f;animation:mg-light-pulse 1.8s ease-in-out calc(var(--i)*.12s) infinite}.mg-slot-machine.is-running .mg-slot-lights i{animation-duration:.36s}.mg-reels{position:relative;z-index:2;display:flex;gap:10px;padding:17px 13px 15px;border:5px solid #6e4f31;border-radius:5px;background:#080705;box-shadow:inset 0 0 22px #000,0 3px #ad80494a}.mg-reel{flex:1;min-width:0;height:115px;display:flex;flex-direction:column;justify-content:center;align-items:center;border:2px solid #8d6a3c;background:linear-gradient(#f5dfaa,#be8a43 50%,#f0d594);color:#4d2e18;box-shadow:inset 0 0 12px #6d431c;overflow:hidden}.mg-reel span{font-family:Georgia,serif;font-size:61px;line-height:1;font-weight:900;text-shadow:1px 2px #fff2b2}.mg-reel small{font-size:10px;color:#6b431e;font-weight:700;margin-top:7px}.mg-reel.is-spinning span{animation:mg-reel-shake .09s steps(2) infinite}.mg-slot-payline{position:absolute;z-index:3;left:38px;right:38px;top:88px;height:2px;background:#e8b650;box-shadow:0 0 7px #f1bd51;opacity:.85}.mg-slot-cointray{position:absolute;z-index:4;bottom:5px;left:50%;transform:translate(-50%);display:flex}.mg-slot-cointray span{display:flex;align-items:center;justify-content:center;width:34px;height:34px;margin-left:-6px;border:2px solid #e4b256;border-radius:50%;background:#9b682b;color:#ffdf8d;font-weight:900;font-size:16px;box-shadow:2px 3px #120b06}.mg-slot-machine.result-machine .mg-reel{border-color:#edc477;box-shadow:inset 0 0 15px #d68d2d,0 0 10px #e3ad4b55}.mg-slot-machine.result-machine .mg-slot-lights i{animation:mg-light-pulse .55s ease-in-out infinite}.mg-slots-game .mg-wager{margin-top:11px}.mg-paytable{display:flex;justify-content:center;gap:16px;margin:11px auto 0;color:#a28a69;font-size:12px}.mg-paytable span{padding:3px 9px;border-left:1px solid #8b673c54}.mg-paytable b{color:#edc571;margin-left:4px}.mg-result{justify-content:flex-start;text-align:center;padding-top:4px}.mg-result-burst{padding:3px 19px;border:2px solid currentColor;font-size:27px;line-height:1;font-weight:900;letter-spacing:.08em;transform:rotate(-3deg);margin-bottom:10px;animation:mg-burst .45s cubic-bezier(.1,1.4,.35,1) both}.mg-result-burst.win{color:#f7d16e;text-shadow:0 0 16px #f2b341}.mg-result-burst.loss{color:#c98668}.mg-result h3{color:#efd08b;font-size:25px;margin:8px 0 2px}.mg-result>p{color:#aaa08f;font-size:13px}.mg-result .mg-actions{margin-top:19px}@keyframes mg-coin-hover{0%,to{transform:translateY(1px) rotateY(0)}50%{transform:translateY(-7px) rotateY(13deg)}}@keyframes mg-coin-spin{0%{transform:rotateY(0) rotate(-4deg) scale(1)}50%{transform:rotateY(900deg) rotate(4deg) scale(.82)}to{transform:rotateY(1800deg) rotate(-2deg) scale(1)}}@keyframes mg-coin-land{0%{transform:rotateY(90deg) scale(.65);opacity:0}75%{transform:rotateY(0) scale(1.08);opacity:1}to{transform:rotateY(0) scale(1)}}@keyframes mg-cup-hop{0%{transform:translate(-50%) translateY(0) rotate(0)}30%{transform:translate(-50%) translateY(-12px) rotate(-3deg)}65%{transform:translate(-50%) translateY(-3px) rotate(3deg)}to{transform:translate(-50%) translateY(0) rotate(0)}}@keyframes mg-pig-hit{0%{transform:scale(.82) translateY(-3px);filter:brightness(1)}28%{transform:scale(1.03) translateY(-8px) rotate(-4deg);filter:brightness(1.6)}56%{transform:scale(.72) translateY(7px) rotate(5deg);filter:brightness(.75)}to{transform:scale(.86) translateY(-3px);filter:brightness(1)}}@keyframes mg-hammer-smash{0%{transform:translate(-50%) rotate(-48deg) translateY(-45px);opacity:0}24%{opacity:1}58%{transform:translate(-50%) rotate(18deg) translateY(30px)}72%{transform:translate(-50%) rotate(2deg) translateY(13px)}to{transform:translate(-50%) rotate(-28deg) translateY(-5px);opacity:0}}@keyframes mg-dust{0%,to{transform:scaleX(.65);opacity:.25}50%{transform:scaleX(1.1);opacity:.75}}@keyframes mg-light-pulse{0%,to{opacity:.35;transform:scale(.75)}50%{opacity:1;transform:scale(1.15)}}@keyframes mg-reel-shake{0%{transform:translateY(-7px)}to{transform:translateY(7px)}}@keyframes mg-burst{0%{opacity:0;transform:scale(1.45) rotate(-8deg)}to{opacity:1;transform:scale(1) rotate(-3deg)}}@media(max-width:720px){.mg-dialog{inset:2vh 2vw}.mg-header{padding:15px 17px 13px}.mg-header h2{font-size:28px}.mg-header p{font-size:11px}.mg-header-right{gap:8px}.mg-wallet{min-width:95px;padding:6px 9px}.mg-wallet strong{font-size:18px}.mg-close{width:34px;height:34px;font-size:25px}.mg-content{padding:18px 14px 23px}.mg-copy h3{font-size:26px}.mg-copy p{font-size:12px}.mg-coin-table{padding:7px 8px 12px}.mg-coin-stage{height:170px}.mg-coin{width:102px;height:102px;font-size:31px}.mg-side-choice{min-width:110px;padding:7px 10px}.mg-shell-board{min-height:200px;padding:20px 4px 21px}.mg-shell-cups{gap:1px;padding:14px 0 0;min-height:158px}.mg-shell-cup{height:151px;width:33.333%}.mg-shell-cup:before{left:4%;right:4%;top:19px}.mg-cup-rim{left:2%;right:2%;top:81px}.mg-shell-cup .mg-pig{transform:scale(.53)}.mg-shell-cup.result-cup .mg-pig{transform:scale(.55)}.mg-shell-cup.result-cup.target .mg-pig{transform:scale(.72)}.mg-slot-machine{padding:26px 18px 39px}.mg-reels{gap:5px;padding:12px 7px}.mg-reel{height:100px}.mg-reel span{font-size:45px}.mg-slot-payline{left:23px;right:23px;top:79px}.mg-paytable{gap:4px;font-size:10px}.mg-paytable span{padding:3px 4px}.mg-actions{gap:8px}.mg-button{min-width:110px;padding:9px 12px;font-size:14px}}@media(max-width:390px){.mg-header{align-items:flex-start}.mg-header p{display:none}.mg-header-right{align-items:flex-start}.mg-coin-stage{height:140px}.mg-coin{width:88px;height:88px;font-size:26px}.mg-side-choice{min-width:95px;font-size:12px}.mg-side-choice b{font-size:18px}.mg-shell-cup:before{height:73px}.mg-cup-rim{top:75px}.mg-shell-cup{height:141px}.mg-shell-cup .mg-pig,.mg-shell-cup.result-cup .mg-pig{bottom:43px;transform:scale(.48)}.mg-reel{height:83px}.mg-reel span{font-size:37px}.mg-reel small{font-size:8px}.mg-slot-payline{top:70px}}@media(prefers-reduced-motion:reduce){.mg-root *,.mg-root *:before,.mg-root *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
