.dig-game-screen{position:relative;min-height:100%;background:#0b1018;color:#eef5ff;overflow-x:hidden}.dig-game-screen.hidden{display:none!important}.dig-topbar{position:relative;z-index:40;display:flex;align-items:center;gap:14px;min-height:72px;padding:10px 16px;background:linear-gradient(180deg,#172231,#101822);border-bottom:1px solid rgba(255,255,255,.11);box-shadow:0 8px 30px rgba(0,0,0,.25)}.dig-title{display:flex;align-items:center;gap:10px;min-width:0}.dig-title-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:15px;background:linear-gradient(145deg,#ffc946,#b9680b);box-shadow:inset 0 1px #fff4aa,0 5px 15px rgba(0,0,0,.3);font-size:25px;color:#241500}.dig-title small{display:block;color:#7f94ad;font-size:9px;font-weight:1000;letter-spacing:.15em}.dig-title h2{margin:2px 0 0;font-size:21px;line-height:1.1}.dig-title-actions{margin-left:auto;display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}.dig-title-btn{min-height:40px;padding:0 12px;border:1px solid rgba(255,255,255,.13);border-radius:11px;background:#202d3f;color:#edf5ff;font-weight:900;cursor:pointer}.dig-title-btn.back{background:#111a26}.dig-statbar{position:relative;z-index:20;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:9px 12px;background:#0d151f;border-bottom:1px solid rgba(255,255,255,.08)}.dig-hud{padding:8px 11px;border-radius:12px;background:linear-gradient(180deg,#182638,#101924);border:1px solid rgba(255,255,255,.08);min-width:0}.dig-hud span{display:block;color:#758ca6;font-size:8px;font-weight:1000;letter-spacing:.12em}.dig-hud strong{display:block;margin:2px 0;font-size:17px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dig-hud small{display:block;color:#a8b8ca;font-size:9px}.dig-world{position:relative;height:clamp(320px,52vw,560px);overflow:hidden;background:linear-gradient(180deg,#372519 0,#49301e 18%,#39261d 45%,#232029 70%,#101722 100%);isolation:isolate}.dig-world[data-layer=deep]{background:linear-gradient(180deg,#282021,#30252a,#1d2631 58%,#101823)}.dig-world[data-layer=abyss]{background:linear-gradient(180deg,#171923,#161727,#101729,#08101c)}.dig-strata{position:absolute;left:-5%;width:110%;height:4px;background:rgba(255,205,129,.16);box-shadow:0 1px rgba(0,0,0,.35)}.dig-strata.s1{top:18%;transform:rotate(-1deg)}.dig-strata.s2{top:37%;transform:rotate(1deg)}.dig-strata.s3{top:61%;transform:rotate(-.5deg)}.dig-strata.s4{top:82%;transform:rotate(1.2deg)}.dig-atmosphere i{position:absolute;width:5px;height:5px;border-radius:50%;background:#e2bd73;opacity:.18;animation:digDust 4s linear infinite}.dig-atmosphere i:nth-child(1){left:20%;top:20%}.dig-atmosphere i:nth-child(2){left:72%;top:42%;animation-delay:-1.5s}.dig-atmosphere i:nth-child(3){left:45%;top:78%;animation-delay:-2.8s}@keyframes digDust{50%{transform:translate(18px,-20px);opacity:.4}}.dig-crystals i{position:absolute;width:12px;height:25px;clip-path:polygon(50% 0,100% 40%,72% 100%,28% 100%,0 40%);background:linear-gradient(135deg,#74ddff,#4b6ecf);opacity:.26;filter:drop-shadow(0 0 10px #4bbcff)}.dig-crystals .c1{left:12%;top:44%}.dig-crystals .c2{right:11%;top:28%;transform:scale(.7)}.dig-crystals .c3{left:18%;bottom:16%;transform:rotate(16deg) scale(1.2)}.dig-crystals .c4{right:17%;bottom:12%;transform:rotate(-15deg) scale(.8)}.dig-depth-ruler{position:absolute;z-index:3;left:14px;top:22px;bottom:22px;width:56px;display:flex;flex-direction:column;justify-content:space-between;color:#9ca9b7;font-size:9px}.dig-depth-ruler:before{content:"";position:absolute;left:44px;top:0;bottom:0;width:2px;background:linear-gradient(#a37c45,#5f4b37)}.dig-depth-ruler span{position:relative}.dig-depth-ruler span:after{content:"";position:absolute;left:34px;top:5px;width:12px;height:1px;background:#8e7657}.dig-depth-ruler i{position:absolute;left:38px;top:0;width:14px;height:14px;border-radius:50%;background:#ffe178;box-shadow:0 0 14px #ffc642;transition:top .35s}.dig-shaft{position:absolute;z-index:2;left:50%;top:5%;bottom:3%;width:min(420px,46vw);transform:translateX(-50%);border-left:4px solid rgba(96,76,60,.55);border-right:4px solid rgba(96,76,60,.55);background:linear-gradient(90deg,rgba(0,0,0,.28),rgba(255,255,255,.025),rgba(0,0,0,.28));box-shadow:inset 0 0 40px rgba(0,0,0,.45);overflow:hidden}.dig-shaft .rail{position:absolute;top:0;bottom:0;width:7px;background:repeating-linear-gradient(#606c75 0 12px,#2e343a 12px 20px)}.dig-shaft .r1{left:25%}.dig-shaft .r2{right:25%}.shaft-lamps{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:space-around;align-items:center}.shaft-lamps i{width:8px;height:8px;border-radius:50%;background:#ffd56d;box-shadow:0 0 20px 8px rgba(255,205,82,.12)}.dig-machine{--power:0;--dig-shift:0px;--dig-impact-shift:0px;position:absolute;z-index:8;left:50%;top:33%;width:min(330px,39vw);transform:translate(-50%,calc(-50% + var(--dig-shift) + var(--dig-impact-shift)));filter:drop-shadow(0 12px 18px rgba(0,0,0,.45));transition:transform .26s cubic-bezier(.2,.9,.24,1),filter .18s;will-change:transform}.dig-rig-svg{display:block;width:100%;height:auto;overflow:visible}.dig-machine.charging{animation:rigVibe .09s linear infinite}.dig-machine.charging .drill-bit,.dig-machine.drilling .drill-bit{transform-box:fill-box;transform-origin:50% 50%;transform-style:preserve-3d;animation:bitSpinY .14s linear infinite}.dig-machine.charging .rig-lamp{filter:drop-shadow(0 0 calc(8px + var(--power)*20px) #ffd55d)}.dig-machine.drilling{animation:rigNudge .12s linear infinite}.dig-heat{position:absolute;left:47%;bottom:2%;width:6%;height:14%;background:radial-gradient(ellipse,#ff8c2b 0,rgba(255,92,0,.25) 40%,transparent 72%);opacity:calc(var(--power)*.95);filter:blur(3px)}.dig-sparks{position:absolute;left:50%;bottom:0}.dig-sparks i{position:absolute;width:4px;height:13px;border-radius:4px;background:#ffd35d;opacity:0;box-shadow:0 0 8px #ff7519}.dig-machine.charging .dig-sparks i,.dig-machine.drilling .dig-sparks i{animation:spark .45s linear infinite}.dig-sparks i:nth-child(2){animation-delay:-.08s;transform:rotate(35deg)}.dig-sparks i:nth-child(3){animation-delay:-.16s;transform:rotate(-35deg)}.dig-sparks i:nth-child(4){animation-delay:-.24s;transform:rotate(55deg)}.dig-sparks i:nth-child(5){animation-delay:-.31s;transform:rotate(-55deg)}@keyframes rigVibe{25%{transform:translate(calc(-50% - 1px),calc(-50% + var(--dig-shift) + var(--dig-impact-shift)))}75%{transform:translate(calc(-50% + 1px),calc(-50% + var(--dig-shift) + var(--dig-impact-shift)))}}@keyframes rigPunch{25%{transform:translate(-50%,calc(-49.15% + var(--dig-shift) + var(--dig-impact-shift)))}75%{transform:translate(-50%,calc(-50.85% + var(--dig-shift) + var(--dig-impact-shift)))}}@keyframes bitSpin{from{transform:rotateY(0deg)}to{transform:rotateY(360deg)}}@keyframes spark{0%{opacity:0;transform:translate(0,0) scale(.6)}25%{opacity:1}100%{opacity:0;transform:translate(calc((var(--power) + .3)*28px),42px) scale(.2)}}.dig-particles,.dig-loot-burst{position:absolute;z-index:12;inset:0;pointer-events:none}.dig-particles{left:50%;top:65%;right:auto;bottom:auto}.dig-particles i{position:absolute;width:9px;height:7px;background:#89613f;border-radius:2px;animation:digChunk .75s ease-out forwards;transform:translate(-50%,-50%)}@keyframes digChunk{to{transform:translate(var(--x),var(--y)) rotate(var(--r));opacity:0}}.dig-loot-burst{display:grid;place-items:center}.dig-loot-burst .loot-art{width:160px;height:160px;animation:lootPop 1.4s ease-out forwards;filter:drop-shadow(0 15px 20px rgba(0,0,0,.5))}.dig-loot-burst .loot-art svg{width:100%;height:100%}@keyframes lootPop{0%{transform:scale(.15) rotate(-15deg);opacity:0}22%{transform:scale(1.15);opacity:1}75%{transform:scale(1)}100%{transform:scale(.85) translateY(-45px);opacity:0}}.dig-bottom-zone{position:relative;z-index:18;display:grid;grid-template-columns:minmax(330px,1fr) minmax(420px,1.4fr);gap:10px;padding:10px;background:linear-gradient(180deg,#111a26,#0b111a);border-top:1px solid rgba(255,255,255,.08)}.dig-result-card{position:relative;min-height:132px;padding:14px 14px 14px 128px;border:1px solid rgba(255,255,255,.12);border-radius:20px;background:linear-gradient(145deg,#18283a,#101924);overflow:hidden}.dig-result-card.rank-1{border-color:#6cecff;box-shadow:inset 0 0 30px rgba(76,222,255,.09)}.dig-result-card.rank-2{border-color:#f0bf62;box-shadow:inset 0 0 30px rgba(239,184,70,.08)}.dig-result-card.rank-3{border-color:#f4d34f}.dig-result-card.rank-4{border-color:#bd90ff}.dig-result-card.rank-5{border-color:#7bc7ff}.dig-result-card.found{animation:resultPulse .6s ease-out}@keyframes resultPulse{40%{transform:scale(1.015);filter:brightness(1.25)}}.dig-result-rank{position:absolute;left:12px;top:10px;padding:4px 8px;border-radius:8px;background:#101925;color:#ffe177;font-size:10px;font-weight:1000;letter-spacing:.09em}.dig-result-icon{position:absolute;left:12px;top:35px;width:105px;height:88px}.dig-result-icon svg{width:100%;height:100%}.dig-result-copy small{display:block;color:#8da2bb;font-size:10px;font-weight:900;letter-spacing:.08em}.dig-result-copy strong{display:block;margin:3px 0;font-size:22px}.dig-result-copy b{display:block;color:#ffe078;font-size:13px;line-height:1.45}.dig-result-copy p{margin:7px 0 0;color:#b2c0d2;font-size:11px;line-height:1.45}.dig-tier-rail{grid-column:1/-1;display:flex;gap:6px;overflow-x:auto;padding:3px 1px 1px;scrollbar-width:none}.dig-tier-rail .tier{display:flex;align-items:center;gap:5px;flex:0 0 auto;padding:7px 9px;border-radius:10px;background:#182332;color:#c9d4e3;font-size:10px;font-weight:900}.dig-tier-rail .tier b{width:19px;height:19px;display:grid;place-items:center;border-radius:6px;background:#edf4ff;color:#151c25}.dig-tier-rail .diamond{color:#9ff4ff}.dig-tier-rail .artifact{color:#ffd982}.dig-tier-rail .gold{color:#ffe76e}.dig-tier-rail .rank4{color:#d7b5ff}.dig-tier-rail .rank5{color:#9cd5ff}.dig-tier-rail .blank{color:#8795a6}.dig-control-deck{display:grid;grid-template-columns:minmax(210px,1fr) minmax(190px,280px);grid-template-areas:'toast toast' 'progress start';grid-template-rows:auto auto;gap:8px;align-items:stretch}.dig-toast{grid-area:toast;min-height:20px;text-align:center;color:#d9e3ef;font-size:11px;font-weight:800}.dig-progress{grid-area:progress;min-height:88px;padding:11px 12px;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:#121e2d}.dig-progress-head{display:flex;justify-content:space-between;gap:8px;color:#8da2bb;font-size:9px;font-weight:1000;letter-spacing:.1em}.dig-progress-head strong{color:#f8d96b}.dig-power-track{position:relative;height:18px;margin:10px 0 8px;border-radius:10px;background:#273343;overflow:visible;box-shadow:inset 0 2px 5px rgba(0,0,0,.4)}.dig-power-track>i{display:block;width:0;height:100%;border-radius:10px;background:linear-gradient(90deg,#40b8ff,#67df9b 45%,#ffd44f 72%,#ff6f45);box-shadow:0 0 18px rgba(255,191,62,.45)}.power-mark{position:absolute;top:1px;font-size:8px;color:#0b121a;font-weight:1000;z-index:2}.power-mark.m25{left:25%}.power-mark.m50{left:50%}.power-mark.m75{left:75%}.dig-progress>small{color:#7f91a7;font-size:9px}.dig-start-btn{min-height:88px;border:0;border-radius:18px;background:linear-gradient(145deg,#ffd65a,#e68717 55%,#a54d08);color:#342005;box-shadow:0 7px 0 #713608,0 14px 24px rgba(0,0,0,.3);display:flex;align-items:center;justify-content:center;gap:12px;cursor:pointer;font-weight:1000;touch-action:none;user-select:none;-webkit-user-select:none}.dig-start-btn:active,.dig-start-btn.charging{transform:translateY(4px);box-shadow:0 3px 0 #713608,0 8px 16px rgba(0,0,0,.3);filter:brightness(1.08)}.dig-start-btn:disabled{filter:grayscale(.55)}.drill-button-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:#222f3c;color:#f9e395;font-size:27px;box-shadow:inset 0 0 0 5px #6f7d89}.dig-start-btn.charging .drill-button-icon{animation:buttonSpin .45s linear infinite}@keyframes buttonSpin{to{transform:rotate(360deg)}}.dig-start-btn small{display:block;font-size:8px;letter-spacing:.14em}.dig-start-btn strong{display:block;font-size:16px}.dig-discovery-overlay{position:fixed;z-index:1000;inset:0;display:grid;place-items:center;padding:20px;background:rgba(5,9,14,.2);pointer-events:none;opacity:0;visibility:hidden;transition:.15s}.dig-discovery-overlay.show{opacity:1;visibility:visible}.discovery-card{width:min(420px,88vw);padding:18px;border-radius:26px;text-align:center;background:linear-gradient(180deg,rgba(18,31,45,.97),rgba(8,14,23,.98));border:2px solid #73869a;box-shadow:0 24px 80px rgba(0,0,0,.6);animation:discoveryPop .42s cubic-bezier(.2,1.4,.4,1)}.dig-discovery-overlay.rank-1 .discovery-card{border-color:#71efff;box-shadow:0 0 70px rgba(56,220,255,.32)}.dig-discovery-overlay.rank-2 .discovery-card{border-color:#f1bf66;box-shadow:0 0 60px rgba(255,183,63,.25)}.dig-discovery-overlay.rank-3 .discovery-card{border-color:#ffe053}.dig-discovery-overlay.rank-4 .discovery-card{border-color:#c89cff}.dig-discovery-overlay.rank-5 .discovery-card{border-color:#86ccff}.discovery-rank{font-size:15px;font-weight:1000;color:#ffe27b}.discovery-art{width:180px;height:180px;margin:8px auto}.discovery-art svg{width:100%;height:100%}.discovery-card>strong{display:block;font-size:28px}.discovery-card>b{display:block;margin-top:7px;color:#ffd875;font-size:17px}@keyframes discoveryPop{from{transform:scale(.45) translateY(35px);opacity:.2}to{transform:none;opacity:1}}.dig-side-panel,.dig-museum-panel{position:fixed;z-index:500;top:12px;right:12px;width:min(430px,calc(100vw - 24px));max-height:calc(100dvh - 24px);overflow:auto;padding:16px;border:1px solid rgba(255,255,255,.14);border-radius:22px;background:linear-gradient(180deg,rgba(20,31,46,.985),rgba(8,14,23,.99));box-shadow:0 24px 80px rgba(0,0,0,.65);transform:translateX(115%);opacity:0;transition:.24s}.dig-side-panel.open,.dig-museum-panel.open{transform:none;opacity:1}.dig-panel-head{display:flex;align-items:center;justify-content:space-between;gap:10px;position:sticky;top:-16px;z-index:4;padding:12px 0 10px;background:linear-gradient(180deg,#142031 80%,transparent)}.dig-panel-head small{display:block;color:#7c94ae;font-size:8px;font-weight:1000;letter-spacing:.14em}.dig-panel-head strong{font-size:20px}.dig-panel-head button{width:40px;height:40px;border:0;border-radius:12px;background:#26374b;color:#fff;font-size:24px;cursor:pointer}.dig-rank-tabs,.dig-period-tabs{display:grid;gap:6px;margin:10px 0}.dig-rank-tabs{grid-template-columns:repeat(3,1fr)}.dig-period-tabs{grid-template-columns:repeat(4,1fr)}.dig-rank-tabs button,.dig-period-tabs button{min-height:42px;border:1px solid rgba(255,255,255,.11);border-radius:10px;background:#1b293b;color:#c8d5e5;font-weight:900;font-size:10px}.dig-rank-tabs button.active,.dig-period-tabs button.active{background:#ffc63e;color:#332006}.dig-my-ranking{padding:11px;margin:8px 0;border-radius:12px;background:rgba(83,166,255,.09);border:1px solid rgba(83,166,255,.2);font-size:12px;font-weight:900}.dig-ranking-list{display:grid;gap:6px}.dig-rank-row{display:grid;grid-template-columns:32px minmax(0,1fr) 110px;gap:8px;align-items:center;min-height:48px;padding:8px 10px;border-radius:12px;background:rgba(255,255,255,.055)}.dig-rank-row.me{outline:2px solid rgba(255,208,72,.5)}.dig-rank-row strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dig-rank-row em{font-style:normal;text-align:right;color:#ffe179;font-weight:1000}.dig-rank-row.artifact-value{grid-template-columns:30px 48px minmax(0,1fr) 92px}.rank-art{width:44px;height:44px}.rank-art svg{width:100%;height:100%}.rank-who{min-width:0}.rank-who strong,.rank-who small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rank-who small{color:#93a4b8;font-size:9px}.dig-rank-empty{padding:20px;text-align:center;color:#8798ad}.dig-odds-list{display:grid;gap:6px;margin:10px 0}.dig-odds-row{display:grid;grid-template-columns:45px minmax(0,1fr) 55px;gap:8px;padding:10px;border-radius:11px;background:#182537;align-items:center}.dig-odds-row b{color:#ffe17d}.dig-odds-row em{text-align:right;font-style:normal;font-weight:1000}.dig-odds-row.blank{opacity:.72}.dig-diamond-odds,.dig-market-note{display:grid;gap:5px;margin-top:12px;padding:12px;border-radius:14px;background:#101b29;border:1px solid rgba(255,255,255,.08)}.dig-diamond-odds span,.dig-market-note span{font-size:11px;color:#c2cede}.dig-diamond-odds small,.dig-market-note small{color:#8191a4;font-size:9px;line-height:1.45}.dig-museum-panel{width:min(900px,calc(100vw - 24px))}.museum-marquee{display:flex;align-items:center;gap:10px;margin:8px 0 12px;padding:12px 14px;border-radius:14px;background:linear-gradient(90deg,#4d3216,#8b642d,#4d3216);border:1px solid #ad7f3d}.museum-marquee>span{font-size:30px}.museum-marquee strong{display:block;color:#ffe4aa}.museum-marquee small{display:block;color:#ddc99f}.museum-hall{position:relative;padding:24px 10px 10px;border-radius:18px;background:linear-gradient(180deg,#272d3d,#151a25);box-shadow:inset 0 10px 40px rgba(0,0,0,.4)}.museum-ceiling-lights{position:absolute;left:0;right:0;top:4px;display:flex;justify-content:space-around}.museum-ceiling-lights i{width:6px;height:6px;border-radius:50%;background:#ffe3ad;box-shadow:0 10px 28px 10px rgba(255,212,133,.12)}.dig-museum-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.museum-item{position:relative;min-width:0;padding:8px;border-radius:15px;background:linear-gradient(180deg,#2b3244,#1a202c);border:1px solid rgba(255,255,255,.09);overflow:hidden}.museum-item.locked{opacity:.42;filter:saturate(.15)}.artifact-art{height:116px}.artifact-art svg{width:100%;height:100%}.artifact-locked{height:100%;display:grid;place-items:center;border-radius:16px;background:#111927;color:#596879;font-size:46px;font-weight:1000}.artifact-meta strong{display:block;margin-top:4px;font-size:11px}.artifact-meta small{display:block;margin-top:2px;color:#a3b2c4;font-size:9px}.artifact-meta p{min-height:28px;margin:4px 0;color:#ffd879;font-size:9px;line-height:1.35}.museum-item .count{position:absolute;right:7px;top:7px;padding:3px 6px;border-radius:8px;background:#ffd65a;color:#342206;font-size:9px}.artifact-appraise-btn{width:100%;min-height:38px;margin-top:5px;border:0;border-radius:10px;background:linear-gradient(180deg,#56c7ff,#2584d9);color:#061c31;font-weight:1000;cursor:pointer}.artifact-appraised{display:block;text-align:center;padding:9px;margin-top:5px;border-radius:10px;background:#263547;color:#9db1c8;font-size:9px;font-weight:900}.museum-item.rarity-전설{border-color:#f2c75d;box-shadow:inset 0 0 25px rgba(255,197,62,.08)}.museum-item.rarity-영웅{border-color:#b277f4}.museum-item.rarity-희귀{border-color:#4eaff0}.museum-note{color:#8e9db0;font-size:10px;line-height:1.5}
@media(max-width:760px){.dig-game-screen{min-height:100dvh}.dig-topbar{position:sticky;top:0;align-items:flex-start;padding:8px;min-height:auto}.dig-title-icon{width:40px;height:40px;font-size:21px}.dig-title h2{font-size:17px}.dig-title small{font-size:7px}.dig-title-actions{display:grid;grid-template-columns:repeat(2,1fr);gap:4px;min-width:174px}.dig-title-btn{min-height:34px;padding:0 6px;font-size:9px}.dig-title-btn.back{grid-column:1/-1}.dig-statbar{padding:6px;gap:5px}.dig-hud{padding:7px}.dig-hud span{font-size:6.5px}.dig-hud strong{font-size:13px}.dig-hud small{font-size:7px}.dig-world{height:370px}.dig-depth-ruler{left:5px;top:18px;bottom:18px;width:43px;font-size:7px}.dig-depth-ruler:before{left:35px}.dig-depth-ruler span:after{left:27px;width:9px}.dig-depth-ruler i{left:30px}.dig-shaft{width:250px;top:3%;bottom:2%}.dig-machine{width:258px;top:24%}.dig-bottom-zone{display:flex;flex-direction:column;gap:7px;padding:7px 7px calc(12px + env(safe-area-inset-bottom))}.dig-result-card{min-height:111px;padding:10px 8px 10px 100px;border-radius:16px}.dig-result-icon{left:7px;top:31px;width:88px;height:73px}.dig-result-rank{font-size:8px}.dig-result-copy strong{font-size:17px}.dig-result-copy b{font-size:10px}.dig-result-copy p{font-size:9px;margin-top:4px}.dig-tier-rail{order:2}.dig-tier-rail .tier{padding:6px 7px;font-size:8px}.dig-control-deck{order:3;display:flex;flex-direction:column;gap:6px;position:sticky;bottom:max(6px,env(safe-area-inset-bottom));padding:8px;border-radius:18px;background:rgba(7,12,19,.88);backdrop-filter:blur(10px);box-shadow:0 10px 28px rgba(0,0,0,.25)}.dig-start-btn{order:1;min-height:82px;font-size:14px}.dig-progress{order:2;min-height:78px}.dig-toast{order:3;font-size:9px}.drill-button-icon{width:43px;height:43px}.dig-side-panel,.dig-museum-panel{left:5px;right:5px;top:5px;width:auto;max-height:calc(100dvh - 10px);border-radius:17px;padding:12px;transform:translateY(110%)}.dig-side-panel.open,.dig-museum-panel.open{transform:none}.dig-panel-head{top:-12px}.dig-museum-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.artifact-art{height:110px}.museum-item{padding:6px}.dig-rank-tabs button,.dig-period-tabs button{min-height:40px}.dig-rank-row{grid-template-columns:28px minmax(0,1fr) 90px;font-size:11px}.dig-rank-row.artifact-value{grid-template-columns:26px 42px minmax(0,1fr);grid-template-areas:"pos art who" "pos art val"}.dig-rank-row.artifact-value>b{grid-area:pos}.dig-rank-row.artifact-value .rank-art{grid-area:art}.dig-rank-row.artifact-value .rank-who{grid-area:who}.dig-rank-row.artifact-value em{grid-area:val;text-align:left}.discovery-card{width:min(350px,92vw);padding:14px}.discovery-art{width:150px;height:150px}.discovery-card>strong{font-size:23px}.discovery-card>b{font-size:14px}}
@media(max-width:390px){.dig-title-actions{min-width:150px}.dig-title-btn{font-size:8px}.dig-world{height:335px}.dig-machine{width:225px;top:22%}.dig-statbar{grid-template-columns:repeat(3,minmax(0,1fr))}.dig-hud small{display:none}.dig-result-card{padding-left:91px}.dig-result-icon{width:80px}.dig-museum-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(prefers-reduced-motion:reduce){.dig-machine,.dig-machine *,.dig-loot-burst *,.dig-particles *{animation:none!important}}

/* ===== v20260827_1645 full-screen digging layout + descent motion ===== */
body[data-view="dig-game"]{overflow:hidden!important;overscroll-behavior:none}
.dig-game-screen:not(.hidden){display:grid!important;grid-template-rows:auto auto minmax(0,1fr) auto;position:fixed!important;inset:0!important;z-index:12000!important;width:100%!important;height:100dvh!important;min-height:0!important;overflow:hidden!important;background:#080e16}
.dig-topbar{min-height:56px!important;padding:7px 12px!important}
.dig-title-icon{width:42px!important;height:42px!important}
.dig-statbar{padding:6px 10px!important}
.dig-hud{padding:6px 9px!important}
.dig-world{height:auto!important;min-height:0!important;overflow:hidden!important;background-size:100% 165%!important;background-position:center calc(var(--dig-depth-progress,0)*100%)!important}
.dig-machine{top:27%!important;max-width:310px!important}
.dig-bottom-zone{display:grid!important;grid-template-columns:minmax(0,1.08fr) minmax(430px,.92fr)!important;grid-template-areas:"result tiers" "result controls"!important;grid-template-rows:auto minmax(96px,1fr)!important;gap:7px!important;padding:7px 9px!important;max-height:178px!important;overflow:hidden!important}
.dig-result-card{grid-area:result!important;min-height:0!important;height:100%!important;padding:10px 10px 10px 112px!important;border-radius:16px!important}
.dig-result-icon{left:9px!important;top:30px!important;width:94px!important;height:90px!important}
.dig-result-copy strong{font-size:19px!important}.dig-result-copy p{margin-top:4px!important;font-size:10px!important}
.dig-tier-rail{grid-area:tiers!important;grid-column:auto!important;align-self:center!important;padding:0!important;min-width:0!important}
.dig-tier-rail .tier{padding:5px 7px!important;font-size:9px!important}
.dig-control-deck{grid-area:controls!important;display:grid!important;grid-template-columns:minmax(190px,.9fr) minmax(230px,1.1fr)!important;grid-template-areas:"progress start"!important;gap:7px!important;min-width:0!important}
.dig-toast{display:none!important}
.dig-progress{grid-area:progress!important;min-height:82px!important;height:82px!important;padding:9px 10px!important}
.dig-start-btn{grid-area:start!important;min-height:82px!important;height:82px!important;border-radius:16px!important}
.dig-start-btn strong{font-size:15px!important}
.drill-button-icon{width:48px!important;height:48px!important;font-size:25px!important}

.dig-world.dig-travel .dig-strata{animation:digStrataTravel .68s cubic-bezier(.16,.8,.2,1)}
.dig-world.dig-travel .dig-crystals i{animation:digCrystalTravel .68s cubic-bezier(.16,.8,.2,1)}
.dig-world.dig-travel .dig-shaft .rail{animation:digRailTravel .26s linear 3}
.dig-world.dig-travel .shaft-lamps{animation:digLampTravel .68s cubic-bezier(.16,.8,.2,1)}
.dig-world.dig-travel{animation:digWorldPulse .68s ease-out}
@keyframes digStrataTravel{0%{translate:0 0}100%{translate:0 calc(-1 * var(--travel-px,70px))}}
@keyframes digCrystalTravel{0%{translate:0 0}100%{translate:0 calc(-1 * var(--travel-px,70px));opacity:.06}}
@keyframes digRailTravel{from{background-position-y:0}to{background-position-y:calc(-1 * var(--travel-px,70px))}}
@keyframes digLampTravel{0%{translate:0 0}100%{translate:0 calc(-1 * var(--travel-px,70px))}}
@keyframes digWorldPulse{35%{filter:brightness(.88)}70%{filter:brightness(1.08)}100%{filter:none}}

@media(max-width:760px){
  .dig-game-screen:not(.hidden){grid-template-rows:auto auto minmax(0,1fr) 196px!important}
  .dig-topbar{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(160px,46%)!important;gap:6px!important;min-height:66px!important;padding:6px!important}
  .dig-title{align-self:center!important}.dig-title-icon{width:36px!important;height:36px!important;font-size:18px!important}.dig-title h2{font-size:15px!important}.dig-title small{font-size:6px!important}
  .dig-title-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:3px!important;min-width:0!important;margin-left:0!important}
  .dig-title-btn{min-height:28px!important;height:28px!important;padding:0 4px!important;font-size:8px!important;border-radius:8px!important}.dig-title-btn.back{grid-column:auto!important}
  .dig-statbar{min-height:48px!important;padding:4px!important;gap:4px!important}.dig-hud{padding:5px!important;border-radius:9px!important}.dig-hud span{font-size:6px!important}.dig-hud strong{font-size:12px!important}.dig-hud small{font-size:6.5px!important}
  .dig-world{height:auto!important;min-height:0!important}.dig-depth-ruler{top:10px!important;bottom:10px!important}.dig-shaft{top:1%!important;bottom:1%!important;width:min(250px,68vw)!important}.dig-machine{width:min(238px,64vw)!important;top:20%!important}
  .dig-bottom-zone{display:grid!important;grid-template-columns:1fr!important;grid-template-areas:"result" "controls" "tiers"!important;grid-template-rows:88px 70px 26px!important;gap:4px!important;max-height:none!important;height:196px!important;padding:4px 5px calc(5px + env(safe-area-inset-bottom))!important;overflow:hidden!important}
  .dig-result-card{height:88px!important;min-height:88px!important;padding:7px 6px 7px 78px!important;border-radius:12px!important}.dig-result-rank{left:6px!important;top:5px!important;font-size:7px!important;padding:3px 6px!important}.dig-result-icon{left:5px!important;top:25px!important;width:68px!important;height:58px!important}.dig-result-copy small{font-size:7px!important}.dig-result-copy strong{font-size:15px!important;margin:1px 0!important}.dig-result-copy b{font-size:8.5px!important;line-height:1.25!important}.dig-result-copy p{font-size:7.5px!important;line-height:1.25!important;margin:2px 0 0!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .dig-control-deck{display:grid!important;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)!important;grid-template-areas:"progress start"!important;gap:5px!important;height:70px!important;position:static!important;padding:0!important;background:none!important;backdrop-filter:none!important;box-shadow:none!important}.dig-progress{height:70px!important;min-height:70px!important;padding:7px!important;border-radius:12px!important}.dig-progress-head{font-size:7px!important}.dig-progress>small{font-size:6.5px!important}.dig-power-track{height:15px!important}.dig-start-btn{height:70px!important;min-height:70px!important;border-radius:13px!important;padding:7px!important;gap:7px!important}.drill-button-icon{width:38px!important;height:38px!important;font-size:20px!important}.dig-start-btn small{font-size:6px!important}.dig-start-btn strong{font-size:12px!important}
  .dig-tier-rail{height:26px!important;min-height:26px!important;align-items:center!important;overflow-x:auto!important}.dig-tier-rail .tier{height:24px!important;padding:3px 5px!important;font-size:7px!important;border-radius:7px!important}.dig-tier-rail .tier b{width:15px!important;height:15px!important;font-size:7px!important}
}
@media(max-width:390px){
  .dig-game-screen:not(.hidden){grid-template-rows:auto auto minmax(0,1fr) 192px!important}.dig-bottom-zone{height:192px!important;grid-template-rows:86px 68px 26px!important}.dig-control-deck{height:68px!important}.dig-progress,.dig-start-btn{height:68px!important;min-height:68px!important}.dig-machine{width:min(218px,62vw)!important;top:18%!important}.dig-title h2{font-size:14px!important}
}


/* ===== v20260827_1710 core cycle / lava / stable one-screen ===== */
.dig-world[data-layer="mantle"]{background:linear-gradient(180deg,#241a1c 0,#2c1a19 38%,#311914 68%,#160d10 100%)!important}
.dig-world[data-layer="core"]{background:linear-gradient(180deg,#1a1214 0,#281210 44%,#43160d 76%,#170709 100%)!important;box-shadow:inset 0 -80px 120px rgba(255,82,19,.2)}
.dig-lava-zone{position:absolute;z-index:4;left:0;right:0;bottom:-2px;height:30%;opacity:clamp(0,calc((var(--expedition-depth,0) - .78)*5),1);transform:translateY(clamp(0px,calc((.93 - var(--expedition-depth,0))*280px),200px));transition:opacity .4s,transform .45s;pointer-events:none;overflow:hidden}
.dig-lava-zone .lava-glow{position:absolute;left:8%;right:8%;bottom:-36px;height:120px;border-radius:50%;background:radial-gradient(ellipse at center,#fff69a 0,#ffb52b 22%,#ff5b17 47%,rgba(255,42,0,.34) 67%,transparent 76%);filter:blur(5px)}
.dig-lava-zone .lava-surface{position:absolute;left:-5%;right:-5%;bottom:0;height:62px;background:linear-gradient(#ffca37,#ff5b13 35%,#b31a0c 80%);border-top:3px solid #fff2a2;box-shadow:0 -18px 50px rgba(255,89,22,.55);filter:url(#none)}
.dig-lava-zone .lava-surface:before,.dig-lava-zone .lava-surface:after{content:"";position:absolute;left:0;top:-16px;width:110%;height:28px;background:radial-gradient(ellipse at 10px 20px,transparent 12px,#ffbc31 13px,#ff6a18 19px,transparent 20px);background-size:56px 28px;animation:lavaFlow 1.7s linear infinite}
.dig-lava-zone .lava-surface:after{top:-5px;opacity:.55;animation-duration:2.3s;animation-direction:reverse}
.dig-lava-zone .lava-surface i{position:absolute;width:12px;height:12px;border-radius:50%;background:#ffd85d;box-shadow:0 0 18px #ff7425;animation:lavaBubble 1.4s ease-in infinite}.dig-lava-zone .lava-surface i:nth-child(1){left:18%;bottom:18px}.dig-lava-zone .lava-surface i:nth-child(2){left:43%;bottom:9px;animation-delay:-.6s}.dig-lava-zone .lava-surface i:nth-child(3){left:67%;bottom:22px;animation-delay:-1s}.dig-lava-zone .lava-surface i:nth-child(4){left:84%;bottom:13px;animation-delay:-.35s}
.dig-lava-zone>strong{position:absolute;right:14px;bottom:8px;color:#fff0b5;font-size:9px;letter-spacing:.16em;text-shadow:0 2px 8px #7d1209}
@keyframes lavaFlow{to{background-position-x:56px}}@keyframes lavaBubble{0%{transform:translateY(0) scale(.3);opacity:0}35%{opacity:1}100%{transform:translateY(-54px) scale(1.1);opacity:0}}
.dig-core-event{position:absolute;z-index:90;inset:0;display:grid;place-items:center;padding:18px;background:radial-gradient(circle at 50% 78%,rgba(255,110,22,.3),rgba(8,6,9,.76) 65%);opacity:0;visibility:hidden;pointer-events:none;transition:.25s}
.dig-core-event.show{opacity:1;visibility:visible}.core-event-card{width:min(390px,86%);padding:18px 16px;border-radius:22px;text-align:center;background:linear-gradient(180deg,rgba(58,19,10,.96),rgba(18,8,11,.98));border:2px solid #ff9d38;box-shadow:0 0 70px rgba(255,78,17,.42),inset 0 0 30px rgba(255,176,52,.08);animation:corePop .42s cubic-bezier(.2,1.25,.3,1)}.core-event-card small{display:block;color:#ffbd72;font-size:9px;font-weight:1000;letter-spacing:.17em}.core-event-card strong{display:block;margin:6px 0;font-size:26px;color:#fff1c4}.core-event-card p{margin:0 0 8px;color:#ffd6b2;font-size:12px;line-height:1.5}.core-event-card b{color:#fff;font-size:11px}.dig-core-event.returning .core-event-card{animation:coreReturn .95s ease-in forwards}
@keyframes corePop{from{transform:scale(.55);opacity:.15}to{transform:none;opacity:1}}@keyframes coreReturn{to{transform:translateY(-160px) scale(.7);opacity:0}}
.dig-machine.core-hot{filter:drop-shadow(0 12px 18px rgba(0,0,0,.45)) drop-shadow(0 0 28px rgba(255,89,28,.7))}.dig-machine.surface-returning{transition:transform .95s cubic-bezier(.15,.8,.2,1)!important;transform:translate(-50%,calc(-50% - 145px))!important}.dig-world.surface-return{animation:surfaceFlash 1s ease-in-out}.dig-world.surface-return .dig-strata,.dig-world.surface-return .dig-crystals,.dig-world.surface-return .shaft-lamps{animation:surfaceRush .9s ease-in forwards!important}@keyframes surfaceRush{to{translate:0 220px;opacity:.12}}@keyframes surfaceFlash{50%{filter:brightness(1.3) saturate(.65)}100%{filter:none}}
/* each 100m is a camera segment; the rig visibly descends 1.26px per metre before the camera advances */
.dig-machine{transition:transform .34s cubic-bezier(.18,.86,.22,1),filter .18s!important}
@media(max-width:760px){.core-event-card{padding:14px 12px}.core-event-card strong{font-size:21px}.core-event-card p{font-size:10px}.dig-lava-zone{height:34%}}


/* ===== v20260827_1745 mobile fit + apk download headers ===== */
.dig-result-icon svg,.artifact-art svg,.rank-art svg,.loot-art svg{image-rendering:auto;shape-rendering:geometricPrecision}
@media(max-width:760px){
  .dig-game-screen:not(.hidden){min-height:100dvh!important;height:100dvh!important;display:grid!important;grid-template-rows:auto auto minmax(0,1fr) 186px!important;overflow:hidden!important}
  .dig-topbar{padding:6px 8px!important;gap:6px!important}
  .dig-statbar{padding:4px 6px!important;gap:4px!important}
  .dig-world{height:100%!important;min-height:0!important}
  .dig-machine{width:min(214px,58vw)!important;top:16%!important}
  .dig-shaft{width:min(226px,60vw)!important;top:0!important;bottom:0!important}
  .dig-depth-ruler{width:44px!important;left:8px!important}
  .dig-depth-ruler:before{left:34px!important}
  .dig-depth-ruler span:after{left:26px!important;width:10px!important}
  .dig-depth-ruler i{left:28px!important}
  .dig-bottom-zone{height:186px!important;grid-template-rows:84px 72px 22px!important;padding:4px 4px calc(4px + env(safe-area-inset-bottom))!important}
  .dig-result-card{height:84px!important;min-height:84px!important;padding:6px 6px 6px 84px!important}
  .dig-result-icon{left:7px!important;top:22px!important;width:74px!important;height:62px!important}
  .dig-result-copy strong{font-size:14px!important}
  .dig-result-copy b{font-size:8px!important}
  .dig-result-copy p{font-size:7px!important}
  .dig-control-deck{height:72px!important}
  .dig-progress,.dig-start-btn{height:72px!important;min-height:72px!important}
  .dig-tier-rail{height:22px!important;min-height:22px!important}
  .dig-tier-rail .tier{height:20px!important;padding:2px 4px!important;font-size:6px!important}
}
@media(max-width:390px){
  .dig-game-screen:not(.hidden){grid-template-rows:auto auto minmax(0,1fr) 178px!important}
  .dig-machine{width:min(200px,57vw)!important;top:14%!important}
  .dig-bottom-zone{height:178px!important;grid-template-rows:80px 70px 20px!important}
  .dig-result-card{height:80px!important;min-height:80px!important;padding-left:80px!important}
  .dig-result-icon{width:70px!important;height:58px!important}
}


/* ===== v20260827_1758 real surface scene + raster discovery art ===== */
.dig-world{transition:background .45s ease,filter .45s ease}
.dig-surface-sky{position:absolute;z-index:1;inset:0 0 auto 0;height:48%;opacity:0;transform:translateY(-42%);transition:opacity .38s ease,transform .48s cubic-bezier(.2,.8,.2,1);pointer-events:none;overflow:hidden;background:linear-gradient(180deg,#63bdf1 0%,#bceaff 64%,#e8f5df 100%);box-shadow:inset 0 -18px 28px rgba(100,80,35,.15)}
.dig-world.at-surface{background:linear-gradient(180deg,#66bff0 0%,#b9e9ff 38%,#96bd75 39%,#5c7f3c 43%,#6a4a30 44%,#4b3325 66%,#2f251f 100%)!important}
.dig-world.at-surface .dig-surface-sky{opacity:calc(1 - var(--surface-depth,0));transform:translateY(calc(var(--surface-depth,0) * -30%))}
.surface-sun{position:absolute;right:10%;top:11%;width:58px;height:58px;border-radius:50%;background:radial-gradient(circle at 37% 34%,#fffbd1 0 16%,#ffd85d 35%,#ffb72b 72%);box-shadow:0 0 35px rgba(255,221,100,.75),0 0 85px rgba(255,224,120,.28)}
.surface-cloud{position:absolute;height:25px;border-radius:40px;background:rgba(255,255,255,.9);filter:drop-shadow(0 5px 7px rgba(40,95,135,.12))}.surface-cloud:before,.surface-cloud:after{content:"";position:absolute;border-radius:50%;background:inherit}.surface-cloud.c1{left:11%;top:14%;width:92px}.surface-cloud.c1:before{width:38px;height:38px;left:15px;top:-17px}.surface-cloud.c1:after{width:50px;height:50px;right:8px;top:-25px}.surface-cloud.c2{left:42%;top:25%;width:72px;opacity:.72;transform:scale(.78)}.surface-cloud.c2:before{width:34px;height:34px;left:10px;top:-16px}.surface-cloud.c2:after{width:43px;height:43px;right:7px;top:-21px}
.surface-hills{position:absolute;bottom:-8px;border-radius:50% 50% 0 0/100% 100% 0 0}.surface-hills.h1{left:-8%;width:66%;height:48%;background:linear-gradient(180deg,#789d62,#4e713a);transform:rotate(3deg)}.surface-hills.h2{right:-14%;width:72%;height:39%;background:linear-gradient(180deg,#6d9657,#3f6530);transform:rotate(-4deg)}
.surface-grass{position:absolute;left:0;right:0;bottom:0;height:18px;background:linear-gradient(180deg,#7eb34e,#446f2b);box-shadow:0 -5px 14px rgba(60,95,30,.32)}.surface-grass:before{content:"";position:absolute;inset:-9px 0 auto;height:14px;background:repeating-linear-gradient(105deg,transparent 0 7px,#6da641 8px 11px,transparent 12px 18px)}
.surface-sign{position:absolute;left:calc(50% + 105px);bottom:17px;padding:7px 10px;border-radius:6px;background:linear-gradient(#8c5f34,#5d3a20);border:2px solid #3c2616;box-shadow:0 5px 10px rgba(0,0,0,.25);transform:rotate(-2deg);text-align:center}.surface-sign:after{content:"";position:absolute;left:50%;top:100%;width:7px;height:38px;background:#4b311d;transform:translateX(-50%)}.surface-sign b{display:block;color:#f8dfaf;font-size:9px;letter-spacing:.08em}.surface-sign span{display:block;color:#d6b887;font-size:7px;margin-top:1px}
.dig-world.at-surface .dig-shaft{top:42%!important;border-color:rgba(73,58,43,.65);background:linear-gradient(90deg,rgba(0,0,0,.35),rgba(255,255,255,.02),rgba(0,0,0,.38))}
.dig-world.at-surface .dig-machine{top:29%!important}
.dig-world.at-surface .dig-depth-ruler{top:43%!important}
.dig-world.at-surface .dig-crystals,.dig-world.at-surface .dig-strata.s1{opacity:.12}
.dig-raster-art{display:block;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 9px 12px rgba(0,0,0,.48));user-select:none;-webkit-user-drag:none}
.dig-result-icon .dig-raster-art{transform:scale(1.08)}.discovery-art .dig-raster-art,.loot-art .dig-raster-art{transform:scale(1.04)}
.artifact-art .dig-raster-art{transform:scale(1.07)}.rank-art .dig-raster-art{transform:scale(1.05)}
@media(max-width:760px){.dig-world.at-surface .dig-machine{top:28%!important}.dig-world.at-surface .dig-shaft{top:43%!important}.dig-world.at-surface .dig-depth-ruler{top:44%!important}.surface-sign{left:auto;right:7%;transform:scale(.8) rotate(-2deg);transform-origin:bottom right}.surface-sun{width:46px;height:46px}.dig-surface-sky{height:47%}}


/* ===== v20260827_1810 gradual surface transition + semi-realistic mineral assets ===== */
.dig-world{--surface-fade-extended:0}
.dig-world.at-surface{background:linear-gradient(180deg,#6bc4f3 0%,#bdeaff 22%,#dbeed0 29%,#8cb36a 33%,#5f8242 38%,#7a5636 42%,#65432c 48%,#513628 57%,#3d2b23 68%,#2b241f 82%,#1c1e22 100%)!important}
.dig-surface-sky{height:56%;opacity:0;transform:translateY(calc(var(--surface-depth,0) * -18%));transition:opacity .55s ease,transform .6s cubic-bezier(.2,.8,.2,1)}
.dig-world.at-surface .dig-surface-sky{opacity:calc(1 - var(--surface-fade-extended,0));transform:translateY(calc(var(--surface-depth,0) * -14%))}
.surface-hills.h1{height:52%}.surface-hills.h2{height:43%}
.dig-world.at-surface .dig-shaft{top:39%!important;bottom:0!important;border-color:rgba(73,58,43,.62);background:linear-gradient(90deg,rgba(0,0,0,.32),rgba(255,255,255,.03),rgba(0,0,0,.38))}
.dig-world.at-surface .dig-machine{top:25%!important;transition:top .4s ease,transform .35s ease}
.dig-world.at-surface .dig-depth-ruler{top:40%!important;bottom:8px!important}
.dig-world.at-surface .dig-crystals,.dig-world.at-surface .dig-strata.s1{opacity:calc(.18 + (var(--surface-fade-extended,0) * .42))}
.dig-world:not(.at-surface) .dig-surface-sky{opacity:0;transform:translateY(-30%)}
@media(max-width:760px){
  .dig-surface-sky{height:53%}
  .dig-world.at-surface .dig-machine{top:24%!important}
  .dig-world.at-surface .dig-shaft{top:41%!important}
  .dig-world.at-surface .dig-depth-ruler{top:42%!important}
}


/* 2026-08-27 visual pass: semi-real artifacts + more natural sky/background/drill */
.dig-world{background:
  radial-gradient(120% 70% at 50% -8%,rgba(255,180,85,.24) 0,rgba(255,180,85,0) 55%),
  linear-gradient(180deg,#6fc8f4 0%,#bfe8ff 14%,#d8eff8 19%,#9dbd77 21%,#6f8d4d 24%,#7b5738 27%,#65442d 39%,#503427 55%,#332920 73%,#1b2028 100%);
}
.dig-world::before{content:"";position:absolute;inset:0;pointer-events:none;z-index:0;background:
  linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,0) 18%,rgba(0,0,0,.08) 58%,rgba(0,0,0,.22) 100%),
  radial-gradient(60% 28% at 50% 14%,rgba(255,207,137,.22),rgba(255,207,137,0) 72%);
}
.dig-world>*{position:relative;z-index:1}
.dig-world.at-surface{background:
  linear-gradient(180deg,#70c9f4 0%,#bce9ff 17%,#e7f7ff 28%,#c8e4d6 34%,#99be76 36%,#6d8d4c 40%,#7b5a3e 43%,#6d4c33 52%,#5a402f 64%,#473529 75%,#302924 88%,#202228 100%)!important;
}
.dig-surface-sky{position:absolute;inset:0 0 auto 0;height:58%;z-index:0;opacity:0;pointer-events:none;overflow:hidden;transform:translateY(calc(var(--surface-depth,0) * -10%));transition:opacity .55s ease,transform .6s cubic-bezier(.2,.8,.2,1);background:linear-gradient(180deg,rgba(112,201,244,.92) 0%,rgba(191,234,255,.9) 42%,rgba(233,245,255,.55) 64%,rgba(255,255,255,0) 100%)}
.dig-world.at-surface .dig-surface-sky{opacity:calc(1 - var(--surface-fade-extended,0));transform:translateY(calc(var(--surface-depth,0) * -8%))}
.surface-sun{position:absolute;right:10%;top:11%;width:86px;height:86px;border-radius:50%;background:radial-gradient(circle at 35% 35%,#fffde8 0%,#ffe89f 34%,#ffc857 60%,rgba(255,200,87,.15) 76%,rgba(255,200,87,0) 100%);box-shadow:0 0 48px rgba(255,203,112,.38)}
.surface-cloud{position:absolute;background:rgba(255,255,255,.78);border-radius:999px;filter:blur(.2px);box-shadow:0 10px 22px rgba(120,170,215,.08)}
.surface-cloud::before,.surface-cloud::after{content:"";position:absolute;border-radius:999px;background:inherit}
.surface-cloud.c1{left:8%;top:15%;width:124px;height:34px}.surface-cloud.c1::before{width:54px;height:54px;left:16px;top:-21px}.surface-cloud.c1::after{width:66px;height:44px;right:14px;top:-13px}
.surface-cloud.c2{left:28%;top:10%;width:168px;height:42px;opacity:.8}.surface-cloud.c2::before{width:76px;height:60px;left:18px;top:-23px}.surface-cloud.c2::after{width:82px;height:50px;right:18px;top:-17px}
.surface-cloud.c3{right:29%;top:21%;width:138px;height:36px;opacity:.72}.surface-cloud.c3::before{width:60px;height:52px;left:16px;top:-21px}.surface-cloud.c3::after{width:74px;height:42px;right:14px;top:-12px}
.surface-cloud.c4{right:4%;top:18%;width:118px;height:32px;opacity:.66}.surface-cloud.c4::before{width:50px;height:44px;left:16px;top:-18px}.surface-cloud.c4::after{width:60px;height:36px;right:12px;top:-10px}
.surface-birds{position:absolute;left:18%;top:22%;width:76px;height:24px;opacity:.34}
.surface-birds::before,.surface-birds::after{content:"";position:absolute;border-top:2px solid rgba(63,91,123,.78);border-radius:50%}.surface-birds::before{left:0;top:7px;width:22px;height:9px;border-left:2px solid transparent;border-right:2px solid transparent;transform:rotate(-4deg)}.surface-birds::after{left:18px;top:3px;width:18px;height:8px;border-left:2px solid transparent;border-right:2px solid transparent;box-shadow:24px 6px 0 -1px rgba(63,91,123,.72),42px -1px 0 -1px rgba(63,91,123,.65)}
.surface-hills{position:absolute;left:0;right:0;bottom:-1px;display:block}
.surface-hills.h1{left:-8%;width:54%;height:30%;border-radius:50% 50% 0 0 / 100% 100% 0 0;background:linear-gradient(180deg,#7faa69,#5e8448 54%,#4e703a 100%);transform:rotate(2deg)}
.surface-hills.h2{left:32%;width:46%;height:24%;border-radius:50% 50% 0 0 / 100% 100% 0 0;background:linear-gradient(180deg,#89b270,#628947 55%,#4d6d37 100%);transform:rotate(-2deg)}
.surface-hills.h3{right:-10%;width:44%;height:28%;border-radius:50% 50% 0 0 / 100% 100% 0 0;background:linear-gradient(180deg,#7ea462,#587b41 55%,#476837 100%);transform:rotate(3deg)}
.dig-world.at-surface .dig-shaft{top:40%!important;bottom:0!important;border-color:rgba(85,66,49,.78);background:linear-gradient(90deg,rgba(0,0,0,.42),rgba(255,255,255,.05),rgba(0,0,0,.45));box-shadow:inset 0 10px 35px rgba(255,250,230,.06),inset 0 0 48px rgba(0,0,0,.42)}
.dig-world.at-surface .dig-depth-ruler{top:41%!important;bottom:8px!important}
.dig-world.at-surface .dig-machine{top:24.5%!important}
.dig-strata{height:5px;background:linear-gradient(90deg,rgba(255,219,147,.06),rgba(255,206,123,.24),rgba(255,219,147,.06))}
.dig-machine{filter:drop-shadow(0 14px 22px rgba(0,0,0,.42)) saturate(1.08) contrast(1.02);}
.dig-machine::after{content:"";position:absolute;left:17%;right:17%;bottom:7%;height:10%;border-radius:50%;background:radial-gradient(ellipse at center,rgba(0,0,0,.28),rgba(0,0,0,0) 72%);z-index:-1}
.dig-rig-svg .rig-track rect{fill:#141b22;stroke:#79858e}.dig-rig-svg .rig-track circle{fill:#5b6670}.dig-rig-svg .drill-head rect{fill:#8e9ba6;stroke:#38434c}.dig-rig-svg .drill-head circle{fill:#121920;stroke:#d4dde4}.dig-rig-svg .drill-bit path:first-child{fill:#c7d3dc;stroke:#f1f6fb}.dig-rig-svg .drill-bit path:nth-child(2){stroke:#51616e}.dig-rig-svg .drill-bit path:nth-child(3){stroke:#fbfdff;stroke-opacity:.62}.dig-rig-svg text{letter-spacing:.04em}
.dig-rig-svg .rig-lamp{filter:drop-shadow(0 0 8px rgba(255,229,145,.55))}
.dig-raster-art{filter:drop-shadow(0 10px 15px rgba(0,0,0,.38))}
@media(max-width:760px){
  .dig-surface-sky{height:56%}
  .surface-sun{width:58px;height:58px;right:8%;top:12%}
  .surface-cloud.c1{width:90px;height:28px}.surface-cloud.c2{width:114px;height:30px}.surface-cloud.c3{width:96px;height:28px}.surface-cloud.c4{display:none}
  .dig-world.at-surface .dig-shaft{top:42%!important}
  .dig-world.at-surface .dig-depth-ruler{top:43%!important}
}


/* 2026-08-27 19:05 applied fix: prevent mineral overlap and force raster art only */
.dig-result-icon,.artifact-art,.rank-art,.loot-art,.discovery-art{background:none!important}
.dig-result-icon.raster-only svg,.artifact-art.raster-only svg,.rank-art.raster-only svg,.loot-art.raster-only svg,.discovery-art.raster-only svg{display:none!important}
.dig-raster-only{display:block!important;position:relative;z-index:2;mix-blend-mode:normal;isolation:isolate}
.dig-result-icon img.dig-raster-only,.artifact-art img.dig-raster-only,.rank-art img.dig-raster-only,.loot-art img.dig-raster-only,.discovery-art img.dig-raster-only{background:none!important}
.dig-result-icon::before,.artifact-art::before,.rank-art::before,.loot-art::before,.discovery-art::before,.dig-result-icon::after,.artifact-art::after,.rank-art::after,.loot-art::after,.discovery-art::after{content:none!important}

/* dig-quality-v1952 */
.dig-game-screen{
  background:
    radial-gradient(circle at 50% 0, rgba(90,170,255,.18), transparent 34%),
    #0c121c !important;
}
.dig-world{
  border-radius:24px;
  box-shadow:inset 0 -30px 40px rgba(0,0,0,.28), 0 16px 30px rgba(0,0,0,.28);
  background:
    linear-gradient(180deg,#6ec4f4 0%,#bfe8ff 26%,#d7b07a 27%,#8a5632 48%,#5a3828 68%,#2a211f 100%) !important;
}
.dig-world.at-surface{
  background:
    linear-gradient(180deg,#74c7f6 0%,#c4ecff 34%,#efe0b2 36%,#c9894d 52%,#8a5530 100%) !important;
}
.dig-world[data-layer=deep]{
  background:linear-gradient(180deg,#3b2a28,#5a3a2d 22%,#2d2428 58%,#141820) !important;
}
.dig-surface-sky{
  opacity:.95 !important;
  transform:none !important;
  height:38% !important;
  background:linear-gradient(180deg,#5eb7f0 0%,#d4f1ff 70%,rgba(232,245,223,0)) !important;
}
.dig-world:not(.at-surface) .dig-surface-sky{opacity:.12 !important;}
.dig-strata{
  height:18px !important;
  background:linear-gradient(180deg,rgba(255,220,150,.22),rgba(70,40,20,.35)) !important;
  box-shadow:0 8px 0 rgba(0,0,0,.12) !important;
  border-radius:40%;
}
.dig-crystals i{
  width:22px !important;height:36px !important;opacity:.86 !important;
  filter:drop-shadow(0 0 10px #6fe7ff) drop-shadow(0 0 16px #2aa7ff) !important;
}
.dig-quality-fx{position:absolute;inset:0;z-index:3;pointer-events:none}
.dig-quality-fx .fx-gem{
  position:absolute;width:28px;height:40px;
  clip-path:polygon(50% 0,100% 38%,74% 100%,26% 100%,0 38%);
  background:linear-gradient(135deg,#f5ffff,#6cf0ff 36%,#1c86d8);
  filter:drop-shadow(0 0 12px #5ce7ff);
  animation:digGemPulse 2.6s ease-in-out infinite;
}
.dig-quality-fx .fx-gem.g1{left:11%;top:58%}
.dig-quality-fx .fx-gem.g2{right:13%;top:46%;transform:scale(.72);animation-delay:.8s}
.dig-quality-fx .fx-gem.g3{left:22%;bottom:14%;transform:rotate(18deg) scale(.8);animation-delay:1.4s}
.dig-quality-fx .fx-coin{
  position:absolute;width:18px;height:18px;border-radius:50%;
  background:radial-gradient(circle at 35% 30%,#fff4b0,#ffd24a 42%,#c98410);
  box-shadow:inset 0 0 0 2px rgba(160,90,10,.35),0 2px 0 #8a5a10;
}
.dig-quality-fx .fx-coin.c1{left:36%;bottom:18%}
.dig-quality-fx .fx-coin.c2{left:44%;bottom:12%}
.dig-quality-fx .fx-coin.c3{right:34%;bottom:22%}
.dig-quality-fx .fx-coin.c4{right:27%;bottom:15%;width:14px;height:14px}
.dig-quality-fx .fx-spark{
  position:absolute;width:8px;height:8px;background:#fff;border-radius:50%;
  box-shadow:0 0 10px #fff,0 0 18px #9ef6ff;
  animation:digSpark 1.8s ease-in-out infinite;
}
.dig-quality-fx .fx-spark.s1{left:16%;top:56%}
.dig-quality-fx .fx-spark.s2{left:40%;bottom:16%;animation-delay:.4s}
.dig-quality-fx .fx-spark.s3{right:16%;top:48%;animation-delay:.9s}
@keyframes digGemPulse{50%{filter:drop-shadow(0 0 18px #9ffffa);transform:translateY(-3px) scale(1.05)}}
@keyframes digSpark{50%{opacity:.2;transform:scale(.6)}}
.dig-start-btn{
  min-height:96px !important;
  border-radius:22px !important;
  background:linear-gradient(180deg,#ffe37a,#f0a21d 58%,#c56a0b) !important;
  color:#3d2406 !important;
  font-size:22px !important;
  letter-spacing:-.02em;
}
.dig-result-card{
  background:linear-gradient(160deg,#20344a,#14202e) !important;
  box-shadow:0 16px 28px rgba(0,0,0,.28) !important;
}
.dig-machine{filter:drop-shadow(0 16px 18px rgba(0,0,0,.4)) saturate(1.12) contrast(1.04) !important;}

@keyframes bitSpinY{from{transform:rotateY(0deg)}to{transform:rotateY(360deg)}}
  25%{transform:scaleX(.16)}
  50%{transform:scaleX(1)}
  75%{transform:scaleX(.16)}
  100%{transform:scaleX(1)}
}
@keyframes rigNudge{
  50%{transform:translate(-50%,calc(-51.2% + var(--dig-shift) + var(--dig-impact-shift)))}
}
.dig-machine.drilling .drill-head,.dig-machine.drilling .rig-track{animation:none!important}

/* depth-ruler-long-v1404 */
.dig-depth-ruler{
  left:10px !important;
  top:8% !important;
  bottom:4% !important;
  width:64px !important;
  font-size:11px !important;
  font-weight:800 !important;
  color:#fff6d8 !important;
  text-shadow:0 1px 2px rgba(0,0,0,.45);
}
.dig-depth-ruler:before{
  left:50px !important;
  width:3px !important;
  background:linear-gradient(#ffe08a,#8a6230) !important;
}
.dig-depth-ruler span:after{
  left:40px !important;
  width:16px !important;
  height:2px !important;
  background:#ffd36a !important;
}
.dig-depth-ruler i{
  left:43px !important;
  width:16px !important;
  height:16px !important;
}


/* Digging responsive/world polish patch · v20260830_1945 */
.dig-world{--dig-ruler-left:18px;--dig-ruler-width:74px;}
.dig-depth-ruler{
  left:var(--dig-ruler-left)!important;
  width:var(--dig-ruler-width)!important;
  top:10%!important;
  bottom:4%!important;
  height:auto!important;
  z-index:28!important;
  justify-content:space-between!important;
  padding:10px 0!important;
}
.dig-world.at-surface .dig-depth-ruler{
  top:34%!important;
  bottom:4%!important;
}
.dig-depth-ruler::before{left:58px!important;top:10px!important;bottom:10px!important}
.dig-depth-ruler span{
  position:relative!important;
  padding-right:10px!important;
  font-size:clamp(12px,1.1vw,18px)!important;
  font-weight:1000!important;
  color:#fff5d2!important;
  text-shadow:0 2px 8px rgba(0,0,0,.38)!important;
}
.dig-depth-ruler span::after{
  content:"";
  position:absolute;
  right:-4px;
  top:50%;
  width:24px;
  height:4px;
  border-radius:999px;
  background:linear-gradient(90deg,rgba(245,215,122,.96),rgba(245,215,122,.18));
  transform:translateY(-50%);
}
.dig-depth-ruler i{right:-4px!important;z-index:2!important}
.dig-crystals,.dig-quality-fx{z-index:4!important;pointer-events:none!important}
.dig-quality-fx .fx-gem.g1{left:22%!important}
.dig-quality-fx .fx-gem.g3{left:31%!important}
.dig-crystals .c1{left:24%!important}
.dig-crystals .c3{left:32%!important}
.dig-machine{
  filter:drop-shadow(0 16px 22px rgba(0,0,0,.32)) saturate(1.06)!important;
}
.dig-layer-label,.dig-toast,.dig-current-depth{backdrop-filter:blur(10px)}
.dig-world::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:radial-gradient(circle at 50% 30%,rgba(255,255,255,.08),transparent 32%),
             linear-gradient(180deg,rgba(255,255,255,.06),transparent 18%,transparent 82%,rgba(0,0,0,.08));
  mix-blend-mode:screen;
  opacity:.7;
}
@media (max-width:860px){
  .dig-world{--dig-ruler-left:12px;--dig-ruler-width:62px;}
  .dig-depth-ruler{top:8%!important;bottom:4%!important;padding:8px 0!important}
  .dig-world.at-surface .dig-depth-ruler{top:36%!important}
  .dig-depth-ruler::before{left:48px!important}
  .dig-depth-ruler span{font-size:12px!important}
  .dig-depth-ruler span::after{width:16px!important}
  .dig-quality-fx .fx-gem.g1{left:26%!important}
  .dig-quality-fx .fx-gem.g3{left:34%!important}
  .dig-crystals .c1{left:28%!important}
  .dig-crystals .c3{left:36%!important}
}
@media (max-width:560px){
  .dig-shell{padding-left:10px!important;padding-right:10px!important}
  .dig-world{min-height:920px!important}
  .dig-depth-ruler{width:58px!important}
  .dig-depth-ruler::before{left:44px!important}
  .dig-machine{width:min(56vw,260px)!important}
}

/* v20260902_1525 · final mobile excavator viewport repair */
@media (max-width:760px){
  body.jukdol-safe-game[data-view="dig-game"] .dig-game-screen:not(.hidden){
    width:100%!important;
    height:100%!important;
    min-height:0!important;
    max-height:100%!important;
    grid-template-rows:auto auto minmax(190px,1fr) 164px!important;
    overflow:hidden!important;
  }
  body.jukdol-safe-game[data-view="dig-game"] .dig-world{
    width:100%!important;
    height:100%!important;
    min-height:0!important;
    max-height:none!important;
    overflow:hidden!important;
  }
  body.jukdol-safe-game[data-view="dig-game"] .dig-world.at-surface .dig-machine{
    top:28%!important;
  }
  body.jukdol-safe-game[data-view="dig-game"] .dig-machine{
    width:min(210px,56vw)!important;
  }
  body.jukdol-safe-game[data-view="dig-game"] .dig-bottom-zone{
    height:164px!important;
    min-height:0!important;
    grid-template-rows:72px 68px 16px!important;
    padding:3px 4px 5px!important;
    overflow:hidden!important;
  }
  body.jukdol-safe-game[data-view="dig-game"] .dig-result-card{
    height:72px!important;
    min-height:72px!important;
    padding:5px 6px 5px 72px!important;
  }
  body.jukdol-safe-game[data-view="dig-game"] .dig-result-icon{
    left:5px!important;
    top:18px!important;
    width:64px!important;
    height:52px!important;
  }
  body.jukdol-safe-game[data-view="dig-game"] .dig-result-copy strong{font-size:13px!important}
  body.jukdol-safe-game[data-view="dig-game"] .dig-result-copy b{font-size:8px!important}
  body.jukdol-safe-game[data-view="dig-game"] .dig-result-copy p{
    margin-top:2px!important;
    font-size:7px!important;
    line-height:1.25!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  body.jukdol-safe-game[data-view="dig-game"] .dig-control-deck,
  body.jukdol-safe-game[data-view="dig-game"] .dig-progress,
  body.jukdol-safe-game[data-view="dig-game"] .dig-start-btn{
    height:68px!important;
    min-height:68px!important;
  }
  body.jukdol-safe-game[data-view="dig-game"] .dig-tier-rail{
    height:16px!important;
    min-height:16px!important;
  }
  body.jukdol-safe-game[data-view="dig-game"] .dig-tier-rail .tier{
    height:15px!important;
    padding:1px 4px!important;
    font-size:6px!important;
  }
}
@media (max-width:390px){
  body.jukdol-safe-game[data-view="dig-game"] .dig-game-screen:not(.hidden){grid-template-rows:auto auto minmax(175px,1fr) 154px!important}
  body.jukdol-safe-game[data-view="dig-game"] .dig-bottom-zone{height:154px!important;grid-template-rows:66px 66px 14px!important}
  body.jukdol-safe-game[data-view="dig-game"] .dig-result-card{height:66px!important;min-height:66px!important}
  body.jukdol-safe-game[data-view="dig-game"] .dig-control-deck,
  body.jukdol-safe-game[data-view="dig-game"] .dig-progress,
  body.jukdol-safe-game[data-view="dig-game"] .dig-start-btn{height:66px!important;min-height:66px!important}
  body.jukdol-safe-game[data-view="dig-game"] .dig-machine{width:min(195px,54vw)!important}
}
