.dice-map-canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:1600px;height:900px;background-position:center;background-size:100% 100%;background-repeat:no-repeat;background-color:#c8e6c9}.dice-map-point{position:absolute;box-sizing:border-box;width:80px;height:60px;transform:translate(-50%,-50%);border-radius:50%;background-color:#9ca3af;background-image:radial-gradient(circle at 32% 28%,#ffffff8c,#fff0 58%);display:flex;align-items:center;justify-content:center;font-size:28px;color:#fff;text-shadow:0 0 10px rgba(0,0,0,.5);cursor:pointer;transition:background-color .25s ease,box-shadow .25s ease,transform .25s ease;box-shadow:inset 0 -7px 10px #00000038,inset 0 4px 6px #ffffff47,0 5px 9px #00000038;z-index:3}.dice-map-point[data-state=passed]{background-color:#3dd68c;filter:saturate(.9)}.dice-map-point[data-state=pending]{background-color:#ffd166;color:#1b1b24;text-shadow:none}.dice-map-point[data-state=active]{background-color:#ffd166;color:#1b1b24;text-shadow:none;box-shadow:inset 0 -7px 10px #00000038,inset 0 4px 6px #ffffff47,0 5px 9px #00000038,0 0 0 4px #ffd16673,0 0 0 12px #ffd1662e;transform:translate(-50%,-50%) scale(1.1);animation:dice-map-active-pulse 1.6s ease-in-out infinite}.dice-map-point[data-state=upcoming]{background-color:#ffffffb3;color:#1b1b24;text-shadow:none;border:2px solid rgba(27,27,36,.2)}@keyframes dice-map-active-pulse{0%,to{box-shadow:inset 0 -7px 10px #00000038,inset 0 4px 6px #ffffff47,0 5px 9px #00000038,0 0 0 4px #ffd16673,0 0 0 12px #ffd1662e}50%{box-shadow:inset 0 -7px 10px #00000038,inset 0 4px 6px #ffffff47,0 5px 9px #00000038,0 0 0 8px #ffd1668c,0 0 0 20px #ffd16647}}.dice-map-point-label{position:relative;z-index:1;pointer-events:none}.dice-map-point-image{width:72px;height:52px;object-fit:cover;border-radius:999px;border:2px solid rgba(255,255,255,.82);box-shadow:inset 0 0 0 1px #1b1b241f;pointer-events:none}.dice-map-point[data-has-image=true] .dice-map-point-label{display:none}.dice-map-point-tooltip{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);background:#1b1b24eb;color:#fff;font-size:13px;font-weight:700;font-family:system-ui,sans-serif;padding:6px 10px;border-radius:8px;white-space:nowrap;pointer-events:none;opacity:0;text-shadow:none;z-index:5;transition:opacity .18s ease}.dice-map-point:hover .dice-map-point-tooltip{opacity:1;transition-delay:.4s}.dice-map-character{position:absolute;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,filter .2s ease;z-index:4}.dice-map-character:hover{transform:scale(1.08);filter:drop-shadow(0 4px 8px rgba(0,0,0,.25));z-index:6}.dice-map-character-icon{width:100%;height:100%;display:flex;align-items:center;justify-content:center;line-height:1;-webkit-user-select:none;user-select:none}.dice-map-character-image{width:100%;height:100%;object-fit:contain;border-radius:12px;display:block}.dice-map-character[data-unlocked=false] .dice-map-character-icon{filter:grayscale(1) brightness(.85);opacity:.78}.dice-map-character-indicator{display:none;position:absolute;bottom:-4px;right:-4px;width:26px;height:26px;border-radius:50%;background:#fff;border:2px solid rgba(27,27,36,.85);font-size:14px;font-weight:900;align-items:center;justify-content:center;font-family:system-ui,sans-serif;box-shadow:0 2px 4px #0000002e}.dice-map-character-indicator[data-status=unlocked]{color:#1f9a5c}.dice-map-character-indicator[data-status=locked]{color:#c99000}.dice-map-canvas[data-indicators=visible] .dice-map-character-indicator{display:flex}.dice-map-character-tooltip{position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%);background:#1b1b24eb;color:#fff;font-family:system-ui,sans-serif;padding:6px 10px;border-radius:8px;white-space:nowrap;pointer-events:none;opacity:0;z-index:7;transition:opacity .18s ease}.dice-map-character:hover .dice-map-character-tooltip{opacity:1;transition-delay:.4s}.dice-map-character-tooltip-name{font-weight:800;font-size:13px}.dice-map-character-tooltip-status{font-size:11px;opacity:.85;margin-top:2px}.dice-map-control-panel{position:absolute;box-sizing:border-box;background:#fff8f0f2;border-radius:18px;border:1px solid rgba(27,27,36,.08);box-shadow:0 6px 18px #00000024;padding:14px;display:flex;flex-direction:column;align-items:stretch;z-index:5;font-family:system-ui,sans-serif;color:var(--dice-color-text, #1B1B24);overflow:hidden}.dice-map-control-panel[data-visible=false]{display:none}.mp-world-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none}.mp-scene-hud{position:absolute;z-index:24;display:flex;flex-direction:row;gap:10px;pointer-events:auto}.mp-scene-hud.is-left{left:22px;top:22px}.mp-scene-hud.is-right{right:22px;top:22px;align-items:flex-end}.mp-debug-hud{position:absolute;z-index:60;left:50%;top:18px;transform:translate(-50%);display:flex;align-items:center;justify-content:center;gap:10px;max-width:calc(100% - 220px);pointer-events:auto}.mp-debug-hud[data-visible=false]{display:none}.mp-hero{position:absolute;width:80px;height:120px;pointer-events:none;z-index:10;transform:translate(-50%,calc(-100% + 28px));transition:left .2s ease-out,top .2s ease-out;filter:drop-shadow(0 6px 8px rgba(0,0,0,.3))}.mp-hero.is-ghost{z-index:9;opacity:.78;filter:drop-shadow(0 6px 8px rgba(86,38,168,.35))}.mp-hero-image{width:100%;height:100%;object-fit:contain;display:block}.mp-hero[data-walking=true]{animation:mp-hero-bob .32s ease-in-out infinite}@keyframes mp-hero-bob{0%,to{transform:translate(-50%,calc(-100% + 18px)) translateY(0)}50%{transform:translate(-50%,calc(-100% + 18px)) translateY(-5px)}}.mp-hero-status{position:absolute;top:-6px;right:-16px;width:30px;height:30px;border-radius:50%;background:#fff;border:2px solid var(--dice-color-border, #1B1B24);display:none;align-items:center;justify-content:center;font-size:16px;line-height:1;font-family:system-ui,sans-serif;box-shadow:0 2px 4px #0000002e}.mp-hero-status[data-status=instruction],.mp-hero-status[data-status=executing]{display:flex}.mp-hero-status[data-status=instruction]:before{content:"📖"}.mp-hero-status[data-status=executing]:before{content:"⚡"}.mp-hero.is-ghost .mp-hero-status{border-color:#5e35b1}.mp-stars-tray{height:32px;position:relative;display:flex;align-items:center;gap:6px;padding:6px 12px;background:#fff8f0f2;border:2px solid var(--dice-color-border);border-radius:999px;font-family:system-ui,sans-serif;font-weight:900;font-size:18px;color:var(--dice-color-text);box-shadow:var(--dice-shadow-sm);z-index:1;transition:transform .25s ease}.mp-stars-tray.is-bump{transform:scale(1.18)}.mp-stars-icon{font-size:20px;line-height:1}.mp-stars-value{min-width:1ch;text-align:center}.mp-star-fly{position:absolute;pointer-events:none;font-size:36px;line-height:1;z-index:20;transform:translate(-50%,-50%) scale(1) rotate(0);transition:left .95s cubic-bezier(.55,-.05,.4,1),top .95s cubic-bezier(.55,-.05,.4,1),transform .95s ease-in,opacity .95s ease-in;filter:drop-shadow(0 0 8px rgba(255,209,102,.8))}.mp-panel{display:flex;align-items:center;gap:10px;padding:8px 14px;background:#fff8f0f2;border:2px solid var(--dice-color-border);border-radius:14px;font-family:system-ui,sans-serif;font-size:13px;color:var(--dice-color-text);box-shadow:var(--dice-shadow-sm);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.mp-panel-line{display:flex;gap:6px;align-items:center;white-space:nowrap}.mp-panel-label{color:var(--dice-color-text-md);font-weight:700}.mp-panel-value{font-weight:900}.mp-status[data-value=idle]{color:var(--dice-color-text-md)}.mp-status[data-value=instruction]{color:#c99000}.mp-status[data-value=executing]{color:var(--dice-color-coral)}.mp-status[data-value=done]{color:var(--dice-color-success)}.mp-controls{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.mp-controls-extra{margin-left:8px}.mp-btn{font-size:12px;font-weight:800;white-space:nowrap}.mp-btn:disabled{opacity:.4}.mp-btn[data-action=toggle-indicators][data-active=true],.mp-btn[data-action=toggle-parental][data-active=true],.mp-btn[data-action=toggle-control-panel][data-active=true]{outline:2px solid var(--dice-color-yellow);outline-offset:2px}.mp-slot-btn{font-family:inherit;background:#fff8f0f0;box-shadow:var(--dice-shadow-sm);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.mp-exercise{text-align:center;display:flex;flex-direction:column;gap:8px;align-items:center}.mp-exercise-reps{display:flex;align-items:baseline;justify-content:center;gap:6px;font-family:system-ui,sans-serif}.mp-exercise-reps-count{font-size:32px;font-weight:900;color:var(--dice-color-text)}.mp-exercise-reps-label{font-size:14px;color:var(--dice-color-text-md);font-weight:700}.mp-exercise-actions{display:flex;gap:10px;margin-top:8px}.mp-parental-reminder{margin-top:8px;padding:12px 16px;border-radius:12px;background:#ffe7cb;border:2px solid #C99000;font-size:14px;font-weight:700;color:#4d2e00;max-width:360px;text-align:center;line-height:1.4}.mp-timer{position:relative;width:130px;height:130px;margin:4px auto 0}.mp-timer-svg{width:100%;height:100%;display:block}.mp-timer-bg{stroke:#1b1b241a;stroke-width:8}.mp-timer-fill{stroke:#3dd68c;stroke-width:8;stroke-linecap:round;transition:stroke-dashoffset linear}.mp-timer[data-done=true] .mp-timer-fill{stroke:#1f9a5c}.mp-timer-text{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-family:system-ui,sans-serif;font-size:36px;font-weight:900;color:var(--dice-color-text);letter-spacing:-.02em}.mp-timer[data-done=true] .mp-timer-text{color:#1f9a5c}.mp-character-modal{text-align:center;display:flex;flex-direction:column;gap:8px;align-items:center}.mp-character-modal-icon{width:220px;max-width:100%;aspect-ratio:16 / 11;font-size:84px;line-height:1;display:flex;align-items:center;justify-content:center}.mp-character-modal[data-unlocked=false] .mp-character-modal-icon{filter:grayscale(1) brightness(.85);opacity:.78}.mp-character-modal-image{display:block;width:100%;height:100%;object-fit:cover;border-radius:var(--dice-radius-sm, 8px);border:1px solid var(--dice-color-border, rgba(27, 27, 36, .12))}.mp-character-modal-name{font-size:22px;font-weight:900;margin:0;color:var(--dice-color-text)}.mp-character-modal-status{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.mp-character-modal-status[data-unlocked=true]{color:#1f9a5c}.mp-character-modal-status[data-unlocked=false]{color:#c99000}.mp-character-modal-date{font-size:13px;font-weight:700;color:var(--dice-color-text-md)}.mp-character-modal-req{font-size:14px;color:var(--dice-color-text);background:#ffd1662e;padding:8px 12px;border-radius:10px;border:1px solid rgba(201,144,0,.35);width:100%;box-sizing:border-box}.mp-character-modal-req-label{font-weight:800;color:#8a6300}.mp-character-modal-desc{font-size:14px;color:var(--dice-color-text-md);margin:0;line-height:1.45}.mp-finish{text-align:center;display:flex;flex-direction:column;gap:10px;align-items:center}.mp-finish-icon{font-size:72px;line-height:1}.mp-finish-title{margin:0;font-size:26px;font-weight:900;color:var(--dice-color-text)}.mp-finish-sub{margin:0;font-size:14px;color:var(--dice-color-text-md);line-height:1.45;max-width:460px}.mp-finish-stars{display:flex;align-items:baseline;gap:8px;font-family:system-ui,sans-serif;font-weight:900;font-size:28px;color:var(--dice-color-text);background:#ffd1662e;border:2px solid rgba(201,144,0,.45);border-radius:999px;padding:6px 18px;margin-top:4px}.mp-finish-stars-icon{font-size:26px}.mp-finish-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;width:100%;margin-top:6px}.mp-finish-bonus{display:flex;flex-direction:column;align-items:center;gap:4px;padding:10px 8px;border-radius:14px;border:2px solid var(--dice-color-border);background:var(--dice-color-bg);cursor:pointer;font-family:inherit;transition:background .15s ease,transform .15s ease}.mp-finish-bonus:hover{background:#ffe8d6;transform:translateY(-2px)}.mp-finish-bonus-icon{width:78px;height:52px;font-size:38px;line-height:1;display:flex;align-items:center;justify-content:center}.mp-finish-bonus-image{width:100%;height:100%;object-fit:cover;border-radius:var(--dice-radius-sm, 8px);border:1px solid var(--dice-color-border, rgba(27, 27, 36, .12))}.mp-finish-bonus-name{font-size:13px;font-weight:800;color:var(--dice-color-text);text-align:center;line-height:1.2}.mp-finish-bonus-target{font-size:12px;font-weight:700;color:var(--dice-color-coral)}.mp-cp-roll,.mp-cp-task,.mp-cp-finished,.mp-cp-idle,.mp-cp-placeholder{flex:1;display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:10px;min-height:0}.mp-cp-idle{align-items:center;justify-content:center}.mp-cp-placeholder{text-align:center;font-size:15px;color:var(--dice-color-text-md);font-style:italic;justify-content:center}.mp-cp-roll-control,.mp-cp-roll-control .dice-btn{width:100%}.mp-cp-task{align-items:stretch}.mp-cp-task .dice-ex-card{flex:1;justify-content:center;min-height:0}.mp-cp-start-btn{width:100%;font-size:18px;font-weight:900}.mp-cp-finished{align-items:center;text-align:center;justify-content:center}.mp-cp-finished-icon{font-size:64px;line-height:1}.mp-cp-finished-title{font-weight:900;font-size:18px;color:var(--dice-color-text)}
