:root{color-scheme:light;--sm-color-background: #fff8e8;--sm-color-surface: #fffdf7;--sm-color-ink: #253b59;--sm-color-text-dark: #251914;--sm-color-text-body: #584239;--sm-color-text-muted: #65758b;--sm-color-primary: #ff7a3d;--sm-color-primary-ink: #652200;--sm-color-primary-deep: #a53c00;--sm-color-secondary: #fec73c;--sm-color-secondary-ink: #785a00;--sm-color-leaf: #72c78e;--sm-color-sky: #4da8e8;--sm-color-coral: #f36f6a;--sm-color-lavender: #a78ae7;--sm-color-teal: #57dace;--sm-color-selection: #28b8ad;--sm-color-soft-peach: #fbe3db;--sm-color-soft-pink: #ffe9e2;--sm-color-pet-shell: #fff1ec;--sm-color-soft-border: #dfc0b4;--sm-font-sans: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;--sm-font-numeric: "Arial Rounded MT Bold", "Trebuchet MS", var(--sm-font-sans);--sm-radius-small: 8px;--sm-radius-control: 12px;--sm-radius-card: 24px;--sm-radius-pill: 9999px;--sm-border-strong: 2px solid var(--sm-color-ink);--sm-shadow-button: 0 4px 0 var(--sm-color-ink);--sm-shadow-card: 0 8px 24px rgb(37 59 89 / 10%);--sm-shadow-section: 0 8px 12px rgb(37 59 89 / 10%)}.sm-button,.sm-kid-dock__item{-webkit-tap-highlight-color:transparent;font-family:var(--sm-font-sans)}.sm-button{appearance:none;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:var(--sm-border-strong);border-radius:var(--sm-radius-pill);box-shadow:var(--sm-shadow-button);font-weight:500;line-height:1;white-space:nowrap;cursor:pointer;transition:transform .1s ease,box-shadow .1s ease,opacity .1s ease}.sm-button--child{min-height:64px;padding:2px 32px;font-size:24px;line-height:36px}.sm-button--standard{min-height:52px;padding:2px 24px;font-size:20px;line-height:32px}.sm-button--primary{color:var(--sm-color-primary-ink);background:var(--sm-color-primary)}.sm-button--secondary{color:var(--sm-color-ink);background:var(--sm-color-surface);border-color:var(--sm-color-sky)}.sm-button--danger{color:#fff;background:var(--sm-color-coral)}.sm-button--loading,.sm-button:disabled{opacity:.7;cursor:default}.sm-button:not(:disabled):active{transform:translateY(4px);box-shadow:0 0 0 var(--sm-color-ink)}.sm-button:focus-visible,.sm-kid-dock__item:focus-visible{outline:4px solid rgb(77 168 232 / 45%);outline-offset:4px}.sm-button__spinner{width:16px;height:16px;animation:sm-spin .9s linear infinite}@keyframes sm-spin{to{transform:rotate(360deg)}}.sm-progress{position:relative;box-sizing:border-box;width:100%;height:17px;overflow:hidden;border:var(--sm-border-strong);border-radius:var(--sm-radius-pill);background:var(--sm-color-soft-pink)}.sm-progress__value{position:absolute;inset:1px auto 0 1px;display:block;height:12px;border-right:2px solid var(--sm-color-ink);background:var(--sm-color-leaf)}.sm-reward-pill{display:inline-flex;align-items:center;gap:4px;padding:6px 14px;color:var(--sm-color-text-dark);border:var(--sm-border-strong);border-radius:var(--sm-radius-pill);background:#ffe7a0;font:700 14px/20px var(--sm-font-sans)}.sm-reward-pill__star{color:var(--sm-color-secondary-ink)}.sm-kid-dock{box-sizing:border-box;display:grid;grid-template-columns:78px repeat(3,80px);column-gap:61px;justify-content:start;align-items:end;width:100%;height:82px;padding:2px 46.5px 0 48.5px;border:2px solid var(--sm-color-soft-border);border-bottom:0;border-radius:12px 12px 0 0;background:var(--sm-color-surface);box-shadow:var(--sm-shadow-section)}.sm-kid-dock__item{appearance:none;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-width:76px;min-height:72px;padding:8px 24px;color:var(--sm-color-text-body);border:0;border-radius:var(--sm-radius-control);background:transparent;font-size:16px;font-weight:500;line-height:25.6px;cursor:pointer}.sm-kid-dock__item span{white-space:nowrap}.sm-kid-dock__item.is-active{width:76px;height:69px;min-width:76px;min-height:69px;padding:6px 22px;justify-self:start;color:var(--sm-color-primary-ink);background:var(--sm-color-primary);transform:translateY(-5px)}.sm-kid-dock__icon{display:block;width:27px;height:27px;object-fit:contain}.sm-kid-dock__icon--wishes{width:29.33px;height:29.33px}.sm-kid-dock__icon--footprints{width:29.33px;height:26px}.sm-card{box-sizing:border-box;color:var(--sm-color-ink);border:var(--sm-border-strong);border-radius:var(--sm-radius-card);box-shadow:var(--sm-shadow-card);font-family:var(--sm-font-sans)}.sm-card h3,.sm-card p{margin:0}.sm-task-card{position:relative;min-height:172px;overflow:hidden;padding:24px 16px;background:var(--sm-color-surface)}.sm-task-card__content{display:flex;align-items:center;gap:16px}.sm-task-card__image-shell{box-sizing:border-box;display:grid;flex:0 0 64px;place-items:center;width:64px;height:64px;overflow:hidden;padding:2px;border:var(--sm-border-strong);border-radius:var(--sm-radius-control);background:var(--sm-color-soft-peach)}.sm-task-card__image-shell img{display:block;width:40px;height:40px;object-fit:contain}.sm-task-card__copy h3,.sm-wish-card h3{font-size:24px;font-weight:500;line-height:36px;white-space:nowrap}.sm-task-card__copy p{color:var(--sm-color-text-muted);font-size:16px;font-weight:500;line-height:25.6px}.sm-task-card__reward{position:absolute;top:0;right:0;display:flex;align-items:center;justify-content:center;gap:4px;min-width:80px;min-height:34px;padding:4px 10px 6px 12px;color:var(--sm-color-ink);border-bottom:var(--sm-border-strong);border-left:var(--sm-border-strong);border-radius:0 0 0 12px;background:var(--sm-color-secondary);font:700 16px/24px var(--sm-font-sans)}.sm-wish-card{display:flex;flex-direction:column;gap:7px;min-height:172px;padding:16px;background:var(--sm-color-surface)}.sm-wish-card header{display:flex;align-items:flex-start;justify-content:space-between}.sm-wish-card header img{width:26.67px;height:26.67px}.sm-wish-card__amount{align-self:flex-end;font:700 22px/26.4px var(--sm-font-sans)}.sm-planet-card{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:172px;padding:16px;background:var(--sm-color-teal)}.sm-planet-card__image{display:block;width:80px;height:80px;margin-bottom:8px;object-fit:contain}.sm-planet-card h3{padding:4px 16px;border:var(--sm-border-strong);border-radius:var(--sm-radius-pill);background:var(--sm-color-surface);font-size:24px;font-weight:500;line-height:36px;white-space:nowrap}.sm-star-pet-card{position:relative;box-sizing:border-box;display:flex;flex:0 0 200px;flex-direction:column;align-items:center;justify-content:space-between;width:200px;height:380px;padding:16px;color:var(--sm-color-ink);border:var(--sm-border-strong);border-radius:var(--sm-radius-card);background:var(--sm-color-surface);box-shadow:var(--sm-shadow-section);font-family:var(--sm-font-sans);transform-origin:center;transition:top .18s ease,transform .18s ease,box-shadow .18s ease}.sm-star-pet-card.is-selectable{cursor:pointer}.sm-star-pet-card.is-selectable:not(.is-selected):hover{box-shadow:0 12px 18px #253b5929;transform:translateY(-4px)}.sm-star-pet-card.is-selectable:focus-visible{outline:4px solid rgb(77 168 232 / 45%);outline-offset:4px}.sm-star-pet-card.is-selected{top:-12.6px;z-index:1;border:4px solid var(--sm-color-selection);box-shadow:0 16px 16px #28b8ad33;transform:scale(1.05)}.sm-star-pet-card__portrait{box-sizing:border-box;display:grid;flex:0 0 220px;place-items:center;width:164px;height:220px;overflow:hidden;border-radius:var(--sm-radius-control);background:var(--sm-color-pet-shell)}.is-selected .sm-star-pet-card__portrait{width:160px}.sm-star-pet-card__portrait img{display:block;width:var(--sm-pet-image-size);height:var(--sm-pet-image-size);max-width:none;object-fit:contain;transform:translate(var(--sm-pet-image-offset-x, 0),var(--sm-pet-image-offset-y, 0))}.sm-star-pet-card__copy{box-sizing:border-box;display:flex;align-items:flex-end;width:164px;height:108px;padding-top:15px}.is-selected .sm-star-pet-card__copy{width:160px;padding-top:14.24px}.sm-star-pet-card__copy>div{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%}.sm-star-pet-card h2{margin:0;color:var(--sm-color-ink);font-size:28px;font-weight:500;line-height:40px;white-space:nowrap}.sm-star-pet-card__trait{display:inline-flex;min-height:30px;align-items:center;justify-content:center;padding:4px 13px;border:1px solid currentColor;border-radius:var(--sm-radius-pill);font-size:14px;font-weight:500;line-height:20px;white-space:nowrap}.sm-star-pet-card[data-tone=leaf] .sm-star-pet-card__trait{color:var(--sm-color-leaf);background:#72c78e33}.sm-star-pet-card[data-tone=sky] .sm-star-pet-card__trait{color:var(--sm-color-sky);background:#4da8e833}.sm-star-pet-card[data-tone=coral] .sm-star-pet-card__trait{color:var(--sm-color-coral);background:#f36f6a33}.sm-star-pet-card[data-tone=lavender] .sm-star-pet-card__trait{color:var(--sm-color-lavender);background:#a78ae733}.sm-star-pet-card[data-tone=gold] .sm-star-pet-card__trait{color:var(--sm-color-secondary-ink);background:#fec73c66}.sm-star-pet-card__selected{position:absolute;top:-16px;right:-16px;box-sizing:border-box;display:grid;width:40px;height:40px;place-items:center;border:var(--sm-border-strong);border-radius:var(--sm-radius-pill);background:var(--sm-color-selection);box-shadow:0 1px 1px #0000000d}.sm-star-pet-card__selected img{display:block;width:16.3px;height:12.03px}*{box-sizing:border-box}html,body,#root{width:100%;min-width:1194px;min-height:100%;margin:0}body{color:var(--sm-color-ink);background:var(--sm-color-background);font-family:var(--sm-font-sans)}html:has(.task-page),body:has(.task-page),#root:has(.task-page){min-width:0}html:has(.onboarding-viewport),body:has(.onboarding-viewport),#root:has(.onboarding-viewport){min-width:0}button,input,textarea,select{font:inherit}.child-data-state{position:absolute;z-index:2;inset:0 0 92px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:18px;color:#65758b;text-align:center}.child-data-state p{margin:0;font-size:18px;font-weight:600}.child-data-state__spinner{width:42px;height:42px;border:4px solid rgba(255,122,61,.2);border-top-color:#ff7a3d;border-radius:50%;animation:child-data-spin .8s linear infinite}.child-data-state--error{color:#8f3219}.child-data-empty{display:grid;min-height:220px;grid-column:1 / -1;place-items:center;color:#65758b;font-size:18px;font-weight:600}@keyframes child-data-spin{to{transform:rotate(360deg)}}.task-page{--task-ink: #253b59;--task-bg: #fff8e8;--task-surface: #fffdf7;--task-muted: #65758b;--task-orange: #ff7a3d;--task-deep-orange: #a53c00;--task-pink-border: #dfc0b4;position:relative;width:min(100%,1280px);height:100dvh;min-width:0;margin:0 auto;overflow:hidden;color:var(--task-ink);background:var(--task-bg)}.task-page--partial,.task-page--empty,.task-page--complete{height:100dvh}.task-api-error{position:fixed;z-index:60;top:16px;left:50%;max-width:min(560px,calc(100% - 32px));padding:12px 20px;border:2px solid #8f3219;border-radius:16px;background:#fff1ea;box-shadow:0 8px 24px #253b5929;color:#8f3219;font-weight:700;cursor:pointer;transform:translate(-50%)}.task-main{position:absolute;top:24px;bottom:112px;left:50%;display:grid;width:min(1136px,calc(100% - 32px));min-height:0;grid-template-columns:minmax(300px,370.16px) minmax(0,1fr);column-gap:24px;transform:translate(-50%)}.task-progress-column{position:relative;width:100%;height:100%;min-height:0}.task-progress-card{position:relative;width:100%;height:clamp(300px,48%,404.78px);overflow:hidden;border:2px solid var(--task-ink);border-radius:24px;background:var(--task-surface);box-shadow:0 8px 24px #253b591a}.task-progress-card__decoration{position:absolute;top:-38px;right:-38px;width:128px;height:128px;border-radius:50%;background:#fff0c9}.task-progress-card h2{position:absolute;top:26px;left:26px;margin:0;font-size:28px;font-weight:500;line-height:40px}.task-progress-card>p{position:absolute;top:73px;left:26px;margin:0;color:var(--task-muted);font-size:16px;line-height:26px}.daily-progress{position:absolute;top:122.78px;left:50%;width:160px;height:160px;transform:translate(-50%)}.daily-progress svg{display:block;width:160px;height:160px;transform:rotate(-90deg)}.daily-progress circle{fill:none;stroke-width:19px}.daily-progress__track{stroke:#e6ece8}.daily-progress__value{stroke:#6fc98f;stroke-linecap:round;transition:stroke-dasharray .42s ease}.daily-progress__label{position:absolute;inset:0;display:grid;place-items:center;font-size:30px;font-weight:700;line-height:1;letter-spacing:-1px}.task-balance{position:absolute;top:306.78px;left:26px;display:flex;right:26px;width:auto;height:62.39px;align-items:center;justify-content:space-between;padding:0 18px;border:2px solid var(--task-ink);border-radius:12px;background:var(--task-bg)}.task-balance__value{display:flex;align-items:center;gap:8px}.task-balance__value img{width:25px;height:24px}.task-balance__value strong{font-size:22px;line-height:27px}.task-balance>span{color:var(--task-muted);font-size:14px}.task-mascot-area{position:absolute;top:min(428.78px,calc(48% + 24px));bottom:0;left:0;width:100%;height:auto}.task-mascot-area__glow{position:absolute;top:305px;left:89px;width:192px;height:96px;border-radius:50%;background:#ffbeaf59;filter:blur(24px)}.task-speech-bubble{position:absolute;z-index:2;top:-44px;right:-36px;display:flex;width:172.5px;height:76px;flex-direction:column;justify-content:center;padding:0 18px;border:2px solid var(--task-ink);border-radius:20px 20px 20px 0;background:var(--task-surface);box-shadow:0 8px 24px #253b591a;font-size:14px;line-height:20px}.task-speech-bubble__line{display:block;white-space:nowrap}.task-speech-bubble__character{display:inline-block;opacity:0;transform:translateY(2px);animation:task-speech-type-in .18s ease-out forwards}@keyframes task-speech-type-in{to{opacity:1;transform:translateY(0)}}.task-mascot-figure{position:absolute;bottom:0;left:50%;width:min(294px,86%);transform:translate(-58%)}.task-mascot-area__image{position:relative;z-index:1;display:block;width:100%;height:auto;max-height:calc(100% - 76px);object-fit:contain}.task-list-panel,.task-empty-panel{position:relative;height:100%;min-height:0;border:2px solid var(--task-ink);border-radius:24px;background:var(--task-surface);box-shadow:0 8px 24px #253b591a}.task-list-panel{width:100%}.task-list-panel__header{position:absolute;top:34px;left:34px;display:flex;right:34px;width:auto;height:46px;align-items:center;justify-content:space-between}.task-list-panel__header h2{margin:0;font-size:28px;font-weight:500;line-height:40px}.task-streak{display:flex;width:122.33px;height:46px;align-items:center;justify-content:center;gap:8px;border:2px solid var(--task-ink);border-radius:999px;background:#ffe9e2;color:#a53c00;font-size:16px;font-weight:700}.task-streak img{width:14px;height:15px}.task-list-panel__scroll{position:absolute;inset:104px 34px 34px;overflow-y:auto;scrollbar-color:rgba(101,117,139,.35) transparent;scrollbar-width:thin}.task-section{width:100%}.task-section h3{display:flex;height:29px;align-items:center;gap:8px;margin:0 0 24px;color:var(--task-muted);font-size:18px;font-weight:400;line-height:29px;letter-spacing:.9px}.task-section h3 img{width:auto;max-width:17px;max-height:17px}.task-section--completed h3{color:#6fc98f}.task-section__cards{display:flex;flex-direction:column;gap:16px}.task-section-divider{width:100%;height:1px;margin:24px 0;background:var(--task-pink-border)}.task-card{position:relative;display:flex;width:100%;align-items:center;border:2px solid var(--task-ink);border-radius:16px}.task-card--pending{height:108px;padding:20px 20px 20px 38px;overflow:hidden;background:var(--task-bg)}.task-card__accent{position:absolute;top:0;bottom:0;left:0;width:16px;border-right:2px solid var(--task-ink);background:var(--task-card-accent, #4ca8e8)}.task-card__icon-box{display:grid;width:64px;height:64px;flex:0 0 64px;place-items:center;border:2px solid var(--task-ink);border-radius:12px;background:var(--task-surface)}.task-card__icon-box img{display:block;max-width:36px;max-height:33px}.task-card__content{min-width:0;margin-left:16px}.task-card__content h4{margin:0;font-size:24px;font-weight:700;line-height:36px;white-space:nowrap}.task-card__meta{display:flex;align-items:center;gap:12px}.task-card__meta span{display:flex;align-items:center;gap:4px;color:var(--task-muted);font-size:14px;line-height:20px}.task-card__meta img{width:14px;height:auto;object-fit:contain}.task-card__meta .task-repeatable-badge{padding:1px 7px;border:1px solid #f0a56f;border-radius:999px;color:#a94b19;background:#fff2e6;font-size:12px;font-weight:700;white-space:nowrap}.task-start-button{display:flex;width:111.17px;height:52px;flex:0 0 111.17px;align-items:center;justify-content:center;gap:8px;margin-left:auto;border:2px solid var(--task-ink);border-radius:12px;background:var(--task-orange);box-shadow:0 6px 0 var(--task-ink);color:var(--task-ink);font-size:18px;font-weight:500;line-height:29px;cursor:pointer}.task-start-button img{width:9.17px;height:11.67px;object-fit:contain}.task-start-button:active{transform:translateY(4px);box-shadow:0 2px 0 var(--task-ink)}.task-card--completed{height:117px;padding:20px 46px 20px 20px;border-style:dashed;background:#fff1ec;opacity:.78}.task-card--completed .task-card__content h4{color:var(--task-muted);text-decoration:line-through}.task-reward-pill{display:flex;width:fit-content;height:33px;align-items:center;gap:4px;padding:0 14px;border:2px solid var(--task-ink);border-radius:999px;background:#ffffff80;color:#6fc98f;font-size:14px}.task-reward-pill img{width:14px;height:13px}.task-card__stamp{position:absolute;top:34px;right:48px;width:44px;height:42px}.task-empty-panel{width:100%}.task-empty-panel__rocket{position:absolute;top:34px;right:34px;width:168px;height:168px;opacity:1}.task-empty-panel__content{position:absolute;top:314.5px;left:157.5px;width:420px;text-align:center}.task-empty-panel__content h2{margin:0 0 16px;font-size:28px;font-weight:500;line-height:40px}.task-empty-panel__content p{margin:0 0 40px;color:var(--task-muted);font-size:20px;font-weight:500;line-height:32px;white-space:nowrap}.task-add-button{display:inline-flex;width:239.32px;height:64px;align-items:center;justify-content:center;gap:12px;border:2px solid var(--task-ink);border-radius:16px;background:var(--task-orange);box-shadow:0 6px 0 var(--task-ink);color:#713000;font-size:20px;font-weight:500;cursor:pointer}.task-add-button img{width:24px;height:24px}.task-add-button:active{transform:translateY(4px);box-shadow:0 2px 0 var(--task-ink)}.task-complete-main{position:absolute;top:24px;bottom:112px;left:50%;display:grid;width:672px;height:auto;place-items:center;transform:translate(-50%)}.task-complete-card{position:relative;width:672px;height:622px;overflow:hidden;border:2px solid var(--task-pink-border);border-radius:32px;background:var(--task-surface);box-shadow:0 8px 24px #253b591a;text-align:center}.task-complete-card__shape{position:absolute;display:block;border-radius:50%;background:#fff1ec}.task-complete-card__shape--top{top:-38px;left:-38px;width:160px;height:160px;opacity:.55}.task-complete-card__shape--bottom{right:-38px;bottom:-37.6px;width:192px;height:192px}.task-complete-card__base{position:absolute;top:50px;left:180px;width:312px;height:312px}.task-complete-card h2{position:absolute;top:362px;left:0;width:100%;margin:0;font-size:34px;font-weight:500;line-height:48px}.task-complete-card>p{position:absolute;top:426px;left:0;display:flex;width:100%;height:42px;align-items:center;justify-content:center;gap:8px;margin:0;color:#584239;font-size:24px;font-weight:700;line-height:36px}.task-complete-card>p strong{color:#a53c00;font-size:28px}.task-complete-card>p img{width:27px;height:26px}.task-complete-card>button{position:absolute;top:508px;left:222.01px;display:flex;width:227.99px;height:64px;align-items:center;justify-content:center;gap:12px;border:2px solid var(--task-ink);border-radius:999px;background:var(--task-deep-orange);box-shadow:0 8px #253b591a;color:#fff;font-size:24px;font-weight:700;cursor:pointer}.task-complete-card>button img{width:20px;height:20px}.task-complete-card>button:active{transform:translateY(4px);box-shadow:0 4px #253b591a}.planet-unlock-overlay{position:fixed;z-index:100;inset:0;display:grid;place-items:center;padding:70px 24px 22px;background:#4a525e94;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.planet-unlock-modal{position:relative;display:flex;width:min(720px,100%);height:min(724px,calc(100dvh - 92px));min-height:560px;align-items:center;flex-direction:column;padding:94px 32px 24px;border:2px solid #253b59;border-radius:24px;color:#253b59;background:radial-gradient(circle at 50% 38%,rgba(255,240,201,.26),transparent 19rem),#fffdf7;box-shadow:0 8px 12px #253b5926}.planet-unlock-modal__mascot{position:absolute;z-index:3;top:-64px;left:50%;display:grid;width:128px;height:128px;overflow:hidden;place-items:center;padding:2px;border:2px solid #253b59;border-radius:50%;background:#fffdf7;transform:translate(-50%)}.planet-unlock-modal__mascot img{display:block;width:100px;height:100px;object-fit:contain}.planet-unlock-modal h2{position:relative;z-index:2;margin:0 0 24px;font-size:clamp(28px,4.2vw,34px);font-weight:700;line-height:1.4;letter-spacing:.025em}.planet-unlock-modal__planet{position:relative;z-index:2;display:grid;width:256px;height:256px;flex:0 1 auto;place-items:center}.planet-unlock-modal__planet img{display:block;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 12px 12px rgba(37,59,89,.2));animation:planet-unlock-arrive .65s cubic-bezier(.2,.88,.35,1.2) both}@keyframes planet-unlock-arrive{0%{opacity:0;transform:scale(.72) rotate(-8deg)}to{opacity:1;transform:scale(1) rotate(0)}}.planet-unlock-modal__reward{position:relative;z-index:2;display:flex;min-height:48px;align-items:center;justify-content:center;gap:8px;margin-top:24px;padding:8px 22px;border:2px solid #253b59;border-radius:999px;color:#705300;background:#fec73c}.planet-unlock-modal__reward img{width:24px;height:24px;object-fit:contain}.planet-unlock-modal__reward strong{font-size:clamp(20px,3vw,24px);font-weight:700;line-height:1.5;white-space:nowrap}.planet-unlock-modal__actions{position:relative;z-index:2;display:flex;width:min(448px,100%);flex-direction:column;gap:10px;margin-top:40px}.planet-unlock-modal__actions button{width:100%;height:64px;border-radius:20px;font-family:inherit;cursor:pointer}.planet-unlock-modal__actions button:disabled{cursor:wait;opacity:.72}.planet-unlock-modal__map{border:2px solid #253b59;color:#fffdf7;background:#ff7a3d;box-shadow:0 6px #253b59;font-size:28px;font-weight:700;letter-spacing:.05em}.planet-unlock-modal__map:not(:disabled):active{box-shadow:0 2px #253b59;transform:translateY(4px)}.planet-unlock-modal__stay{border:0;color:#65758b;background:transparent;font-size:24px;font-weight:600}.planet-unlock-modal__stay:not(:disabled):active{color:#253b59;transform:scale(.98)}.planet-unlock-modal__sparkle{position:absolute;z-index:1;line-height:1;-webkit-user-select:none;user-select:none}.planet-unlock-modal__sparkle--one{top:38px;left:38px;color:#fec73c;font-size:34px}.planet-unlock-modal__sparkle--two{top:76px;right:54px;color:#12aca4;font-size:25px}.planet-unlock-modal__sparkle--three{bottom:112px;left:54px;color:#ff6767;font-size:42px}.task-dock{position:fixed;z-index:15;bottom:14px;left:50%;display:flex;width:720px;height:84px;align-items:center;justify-content:space-between;padding:0 52px;border:2px solid var(--task-pink-border);border-radius:12px 12px 0 0;background:var(--task-surface);box-shadow:0 -8px 24px #253b591a;transform:translate(-50%)}.task-dock__item{display:flex;width:80px;height:61px;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:0;border:0;border-radius:12px;background:transparent;color:#584239;font-size:16px;line-height:20px;cursor:pointer}.task-dock__item--active{background:var(--task-orange);color:#584239}.task-dock__item img{width:28px;height:28px;object-fit:contain}.task-dock__item:active{transform:scale(.96)}@media(max-width:1100px){.task-main{grid-template-columns:minmax(300px,330px) minmax(0,1fr);column-gap:20px}.task-list-panel__header,.task-list-panel__scroll{right:28px;left:28px}.task-card__content h4{font-size:22px}}@media(max-width:960px){.task-main{width:calc(100% - 32px);grid-template-columns:minmax(230px,32%) minmax(0,1fr);column-gap:16px}.task-progress-column{width:100%;height:100%}.task-list-panel,.task-empty-panel{width:100%}.task-progress-card h2{font-size:24px}.task-progress-card>p{right:20px;font-size:14px;line-height:21px}.task-speech-bubble{width:184px;padding-right:14px;padding-left:14px}.task-card--pending{padding-right:14px;padding-left:30px}.task-card__content{margin-left:12px}.task-card__content h4{font-size:18px;line-height:30px}.task-card--completed{padding-right:60px;padding-left:16px}.task-card__stamp{right:20px}.task-empty-panel__content{top:50%;left:50%;width:min(420px,calc(100% - 40px));transform:translate(-50%,-50%)}}@media(max-width:700px){.task-main{top:12px;bottom:98px;display:flex;width:calc(100% - 24px);min-height:0;flex-direction:column;gap:12px}.task-progress-column{width:100%;height:160px;flex:0 0 160px}.task-progress-card{height:160px}.task-progress-card h2{top:16px;left:18px;font-size:22px;line-height:30px}.task-progress-card>p{top:49px;right:150px;left:18px;font-size:12px;line-height:18px}.daily-progress{top:14px;right:14px;left:auto;width:120px;height:120px;transform:none}.daily-progress svg{width:120px;height:120px}.daily-progress__label{font-size:23px}.task-balance{top:94px;right:auto;left:18px;width:176px;height:48px;padding:0 12px}.task-balance__value{gap:5px}.task-balance__value strong{font-size:18px}.task-balance>span{font-size:12px}.task-mascot-area{display:none}.task-list-panel,.task-empty-panel{height:auto;min-height:0;flex:1 1 auto}.task-list-panel__header{top:20px}.task-list-panel__scroll{top:82px;bottom:20px}.task-empty-panel__content{top:50%;right:20px;left:20px;width:auto;transform:translateY(-50%)}.task-empty-panel__content p{white-space:normal}.task-complete-main{top:12px;bottom:98px;left:50%;width:calc(100% - 24px);height:auto;margin:0;transform:translate(-50%)}.task-complete-card{width:100%}.task-complete-card__base{left:50%;transform:translate(-50%)}.task-complete-card>button{left:50%;transform:translate(-50%)}.task-complete-card>button:active{transform:translate(-50%,4px)}.task-dock{bottom:10px;width:calc(100% - 24px);height:76px;padding:0 8px}.task-dock__item{width:24%;height:58px;font-size:14px}.task-dock__item img{width:25px;height:25px}}@media(max-width:600px),(max-height:660px){.planet-unlock-overlay{padding:54px 14px 12px}.planet-unlock-modal{height:calc(100dvh - 66px);min-height:0;padding:52px 20px 14px;border-radius:20px}.planet-unlock-modal__mascot{top:-48px;width:96px;height:96px}.planet-unlock-modal__mascot img{width:76px;height:76px}.planet-unlock-modal h2{margin-bottom:4px;font-size:26px}.planet-unlock-modal__planet{width:clamp(150px,27dvh,210px);height:clamp(150px,27dvh,210px)}.planet-unlock-modal__reward{min-height:42px;padding:5px 16px}.planet-unlock-modal__reward strong{font-size:19px}.planet-unlock-modal__actions{gap:4px}.planet-unlock-modal__actions button{height:54px}.planet-unlock-modal__map{font-size:23px}.planet-unlock-modal__stay{font-size:20px}.planet-unlock-modal__sparkle--three{bottom:92px}}@media(max-width:560px){.task-list-panel__header{top:24px;right:16px;left:16px}.task-list-panel__header h2{font-size:24px}.task-streak{width:108px;font-size:14px}.task-list-panel__scroll{top:90px;right:16px;left:16px}.task-card--pending{height:144px;align-items:flex-start;padding:16px 16px 58px 24px}.task-card__icon-box{width:48px;height:48px;flex-basis:48px}.task-card__icon-box img{max-width:30px;max-height:28px}.task-card__content{margin-left:12px}.task-card__content h4{overflow:hidden;font-size:18px;line-height:28px;text-overflow:ellipsis}.task-card__meta{gap:8px}.task-start-button{position:absolute;right:14px;bottom:14px;width:98px;height:42px;font-size:16px}.task-card--completed{height:106px;padding:18px 66px 18px 16px}.task-card__stamp{top:31px;right:16px}.task-empty-panel__content h2{font-size:24px}.task-empty-panel__content p{font-size:17px;line-height:28px}.task-complete-card h2{font-size:29px}.task-complete-card>p{font-size:20px}}@media(max-height:850px)and (min-width:701px){.task-progress-card{height:300px}.task-progress-card h2{top:18px;left:22px;font-size:24px}.task-progress-card>p{top:58px;left:22px}.daily-progress{top:88px;width:128px;height:128px}.daily-progress svg{width:128px;height:128px}.daily-progress__label{font-size:26px}.task-balance{inset:auto 22px 16px;height:54px}.task-mascot-area{top:324px}.task-mascot-area__glow{top:auto;bottom:0}.task-mascot-figure{width:min(86%,clamp(140px,calc(100dvh - 504px),260px))}.task-speech-bubble{top:-44px;right:-36px}.task-complete-card{transform:scale(.82)}}@media(prefers-reduced-motion:reduce){.daily-progress__value{transition:none}.planet-unlock-modal__planet img{animation:none}.task-speech-bubble__character{opacity:1;transform:none;animation:none}}.child-login-page{position:relative;display:grid;min-height:100dvh;place-items:center;overflow:hidden;padding:clamp(24px,5vw,64px);color:#283858;background:radial-gradient(circle at 15% 20%,rgb(112 199 177 / 24%) 0 7%,transparent 7.2%),radial-gradient(circle at 84% 78%,rgb(255 174 120 / 25%) 0 10%,transparent 10.2%),linear-gradient(145deg,#fff9e9,#fffdf5 58%,#f4fbf7)}.child-login-page:before,.child-login-page:after{position:absolute;border-radius:50%;content:"";pointer-events:none}.child-login-page:before{top:8%;right:10%;width:14px;height:14px;background:#ffd45f;box-shadow:-90px 34px 0 -3px #77c4b0,48px 102px 0 -4px #f47a3f}.child-login-page:after{bottom:12%;left:9%;width:10px;height:10px;background:#f47a3f;box-shadow:76px -35px 0 -2px #ffd45f}.child-login-orbit{position:absolute;border:2px solid rgb(40 56 88 / 9%);border-radius:50%;pointer-events:none}.child-login-orbit--one{top:-190px;left:-150px;width:480px;height:480px}.child-login-orbit--two{right:-130px;bottom:-180px;width:430px;height:430px}.child-login-card{position:relative;z-index:1;width:min(100%,560px);padding:clamp(38px,5vw,62px) clamp(30px,6vw,66px) clamp(32px,5vw,52px);border:2px solid #2d405f;border-radius:36px;text-align:center;background:#fffef8f5;box-shadow:0 16px #2d405f17,0 30px 70px #2d405f1f}.child-login-card__rocket{position:absolute;top:-54px;left:50%;display:grid;width:94px;height:94px;place-items:center;transform:translate(-50%)}.child-login-card__rocket span{position:absolute;inset:0;border:2px solid #2d405f;border-radius:32px;background:#f47a3f;transform:rotate(8deg);box-shadow:0 7px #2d405f}.child-login-card__rocket img{position:relative;width:44px;height:44px;object-fit:contain;filter:brightness(0) invert(1)}.child-login-card__eyebrow{margin:15px 0 10px;color:#c24c18;font-size:clamp(16px,2vw,20px);font-weight:700;letter-spacing:.12em}.child-login-card h1{margin:0;font-size:clamp(34px,4vw,48px);line-height:1.18}.child-login-card__intro{margin:14px 0 34px;color:#67728a;font-size:clamp(17px,2vw,21px)}.child-login-card form{text-align:left}.child-login-card label{display:block;margin:0 0 10px 4px;font-size:17px;font-weight:700}.child-login-code-wrap{position:relative}.child-login-code-wrap input{width:100%;height:82px;padding:0 82px 0 24px;border:2px solid #2d405f;border-radius:20px;outline:0;color:#283858;background:#fffaf0;font-family:var(--sm-font-numeric);font-size:clamp(28px,4vw,38px);font-weight:600;letter-spacing:.16em;transition:box-shadow .16s ease,border-color .16s ease}.child-login-code-wrap input:focus{border-color:#4daf9f;box-shadow:0 0 0 5px #4daf9f2e}.child-login-code-wrap input[aria-invalid=true]{border-color:#df684e;box-shadow:0 0 0 5px #df684e21}.child-login-code-wrap>span{position:absolute;top:50%;right:22px;color:#8b94a6;font-size:16px;font-weight:700;transform:translateY(-50%)}.child-login-help,.child-login-error{min-height:26px;margin:10px 4px 18px;font-size:15px}.child-login-help{color:#7a8499}.child-login-error{color:#c74432;font-weight:700}.child-login-card form>button{display:flex;width:100%;height:66px;align-items:center;justify-content:center;gap:14px;border:2px solid #2d405f;border-radius:20px;color:#2d241e;background:#f47a3f;box-shadow:0 7px #2d405f;font-size:22px;font-weight:700;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,opacity .12s ease}.child-login-card form>button img{width:26px;height:26px;object-fit:contain}.child-login-card form>button:not(:disabled):active{transform:translateY(5px);box-shadow:0 2px #2d405f}.child-login-card form>button:disabled{cursor:not-allowed;opacity:.46}@media(max-width:600px){.child-login-card{border-radius:28px}.child-login-code-wrap input{height:72px}}.child-bottom-nav{position:fixed;z-index:30;bottom:14px;left:50%;display:flex;width:min(720px,calc(100% - 24px));height:84px;align-items:center;justify-content:space-between;padding:0 52px;border:2px solid #dfc0b4;border-radius:12px 12px 0 0;background:#fffdf7;box-shadow:0 -8px 24px #253b591a;transform:translate(-50%)}.child-bottom-nav__item{display:flex;width:80px;height:61px;flex:0 0 80px;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:0;border:0;border-radius:12px;background:transparent;color:#584239;font:500 16px/20px var(--sm-font-sans);cursor:pointer}.child-bottom-nav__item--active{background:#ff7a3d;color:#584239}.child-bottom-nav__item img{display:block;width:28px;height:28px;object-fit:contain}.child-bottom-nav__item:active:not([aria-disabled=true]){transform:scale(.96)}.child-bottom-nav__item[aria-disabled=true]{cursor:default}html:has(.planet-map-page),body:has(.planet-map-page),#root:has(.planet-map-page){width:100%;height:100%;min-width:0;overflow:hidden}.planet-map-page{position:relative;width:100%;height:100dvh;overflow:hidden;color:#253b59;background:radial-gradient(circle at 8% 3%,rgba(255,223,156,.35),transparent 21rem),#fff8e8}.planet-map-scroll{width:100%;height:100%;padding:26px 32px 118px;overflow:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.planet-map-content{width:min(1130px,100%);min-height:100%;margin:0 auto}.planet-map-summary{display:flex;min-height:0;align-items:center;gap:20px;padding-bottom:24px}.planet-map-counter{display:flex;min-width:164px;height:58px;align-items:center;gap:10px;padding:7px 18px 7px 10px;border:2px solid #253b59;border-radius:999px;background:#fffdf7;box-shadow:0 4px #253b5929}.planet-map-counter__icon{display:grid;width:42px;height:42px;flex:0 0 42px;place-items:center;border-radius:50%;background:#fff1c9}.planet-map-counter__icon--energy{background:#e3f2f0}.planet-map-counter__icon img{width:31px;height:31px;object-fit:contain}.planet-map-counter__icon--energy img{width:29px;height:29px}.planet-map-counter>span:last-child{display:flex;flex-direction:column;align-items:flex-start}.planet-map-counter small{color:#6e7d91;font-size:12px;font-weight:500;line-height:15px}.planet-map-counter strong{font-size:22px;font-weight:700;line-height:26px}.planet-map-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.planet-card{position:relative;display:flex;min-width:0;min-height:304px;align-items:center;flex-direction:column;padding:22px 18px 17px;overflow:hidden;border:2px solid #253b59;border-radius:24px;color:#253b59;background:#fffdf7;box-shadow:0 8px 12px #253b5929;font:inherit;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.planet-card:not(:disabled):hover{box-shadow:0 11px 18px #253b5933;transform:translateY(-3px)}.planet-card:not(:disabled):active{box-shadow:0 5px 9px #253b5929;transform:translateY(2px) scale(.99)}.planet-card--locked{background:#fff1ec;cursor:default}.planet-card__corner{position:absolute;z-index:2;top:15px;right:15px}.planet-card__bonus{display:flex;height:36px;align-items:center;gap:3px;padding:0 10px;border:2px solid #253b59;border-radius:999px;background:#fffdf7;font-size:18px;font-weight:700}.planet-card__bonus span{font-size:15px}.planet-card__bonus img{width:22px;height:22px;object-fit:contain}.planet-card__lock{display:grid;width:42px;height:42px;place-items:center;border:2px solid #253b59;border-radius:50%;background:#253b59}.planet-card__lock img{width:16px;height:21px}.planet-card__art{display:grid;width:172px;height:172px;flex:0 0 172px;place-items:center;margin-top:0}.planet-card__art img{display:block;width:100%;height:100%;object-fit:contain;transform-origin:50% 50%;animation:planet-card-float 5s ease-in-out infinite}.planet-card:nth-child(2n) .planet-card__art img{animation-delay:-2.5s}.planet-card--locked .planet-card__art img{filter:grayscale(1) saturate(0) contrast(.82) opacity(.62);animation:none}@keyframes planet-card-float{0%,to{transform:translateY(1px) rotate(-1deg)}50%{transform:translateY(-5px) rotate(1deg)}}.planet-card__name{margin-top:1px;font-size:24px;font-weight:700;line-height:31px}.planet-card__english{color:#6e7d91;font-size:14px;font-weight:500;line-height:20px}.planet-card__status{margin-top:8px;color:#3b8b78;font-size:14px;font-weight:700}.planet-card__requirement{display:flex;height:28px;align-items:center;gap:5px;margin-top:6px;color:#6e7d91;font-size:16px;font-weight:700}.planet-card__requirement img{width:23px;height:23px;filter:grayscale(1);opacity:.7}.step4-planet--dim img{filter:grayscale(1) saturate(0) brightness(.75) opacity(.72)}.planet-journey-loading{display:grid;width:100%;height:100dvh;place-items:center;padding:24px;background:#fff8e8}.planet-journey-back{min-width:160px;height:52px;border:2px solid #253b59;border-radius:999px;color:#fff;background:#a53c00;font:700 18px/1 var(--sm-font-sans)}@media(max-height:900px)and (orientation:landscape){.planet-map-scroll{padding-top:18px}.planet-map-summary{min-height:0}.planet-map-grid{gap:18px}.planet-card{min-height:248px;padding-top:13px}.planet-card__art{width:137px;height:137px;flex-basis:137px}.planet-card__name{font-size:21px;line-height:27px}}@media(max-width:900px)and (orientation:portrait){.planet-map-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}}@media(max-width:650px){.planet-map-scroll{padding:18px 18px 108px}.planet-map-summary{gap:10px}.planet-map-counter{min-width:0;flex:1 1 0;padding-right:10px}.planet-map-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.planet-card{min-height:236px;padding:15px 8px 12px;border-radius:19px}.planet-card__corner{top:10px;right:9px}.planet-card__art{width:126px;height:126px;flex-basis:126px}.planet-card__name{font-size:20px;line-height:25px}}@media(max-width:700px){.child-bottom-nav{height:76px;padding:0 18px}.child-bottom-nav__item{width:68px;height:56px;flex-basis:68px;font-size:14px}.child-bottom-nav__item img{width:25px;height:25px}}@media(max-height:700px)and (orientation:landscape){.child-login-page{padding-block:26px}.child-login-card{padding-top:34px;padding-bottom:28px}.child-login-card__rocket{top:-35px;width:70px;height:70px}.child-login-card__rocket img{width:34px;height:34px}.child-login-card__intro{margin-bottom:18px}.child-login-code-wrap input{height:68px}}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.onboarding-viewport{position:relative;display:grid;width:100%;height:100vh;height:100dvh;min-height:0;overflow:hidden;background:var(--sm-color-background);place-items:center}.onboarding-viewport>div{position:absolute;top:50%;left:50%;flex:0 0 auto;transform-origin:center}.onboarding-canvas{position:relative;height:834px;min-height:834px;overflow:hidden;background:var(--sm-color-background)}.onboarding-heading{position:absolute;top:112.195px;left:50%;display:flex;width:272px;flex-direction:column;align-items:center;gap:8.6px;transform:translate(-50%);text-align:center}.onboarding-heading h1,.onboarding-heading p{margin:0;white-space:nowrap}.onboarding-heading h1{color:var(--sm-color-ink);font-size:34px;font-weight:500;line-height:48px}.onboarding-heading p{color:var(--sm-color-text-muted);font-size:20px;font-weight:500;line-height:32px}.pet-picker{position:absolute;top:232.805px;left:44px;right:44px;display:flex;height:520px;align-items:center;justify-content:center;gap:24px}.onboarding-actions{position:absolute;right:44px;bottom:32px;left:44px;display:flex;height:64px;align-items:flex-start;justify-content:space-between;padding:0 32px}.onboarding-action.sm-button{height:64px;min-height:64px;padding:2px 32px;border-color:var(--sm-color-ink);border-radius:var(--sm-radius-card);font-size:28px;font-weight:500;line-height:40px}.onboarding-action>span{display:flex;align-items:center;justify-content:center;gap:16px}.onboarding-action img{display:block;flex:0 0 auto;object-fit:contain}.onboarding-action--back.sm-button{width:156.02px;color:var(--sm-color-ink);background:var(--sm-color-surface)}.onboarding-action--back img{width:16px;height:16px}.onboarding-action--launch.sm-button{width:244.02px;color:var(--sm-color-surface);background:var(--sm-color-primary-deep)}.onboarding-action--launch img{width:20.05px;height:20.07px}.step2-page{position:relative;height:834px;overflow:hidden;background:var(--sm-color-background)}.step2-safe-area{display:flex;width:100%;height:100%;padding:32px}.step2-visual{position:relative;flex:1 1 auto;height:770px;min-width:0}.step2-visual__grade,.step2-visual__spark,.step2-visual__ship{position:absolute;display:block;object-fit:contain}.step2-visual__grade{top:84px;left:44px;width:40px;height:38px}.step2-visual__spark{bottom:128px;left:96px;width:29.33px;height:35.33px}.step2-visual__ship{top:61.5px;left:-7.5px;width:647px;height:647px;transform-origin:50% 54%;animation:sm-spaceship-float 3.8s ease-in-out infinite;will-change:transform}@keyframes sm-spaceship-float{0%,to{transform:translateZ(0) rotate(0)}50%{transform:translate3d(0,-12px,0) rotate(.9deg)}}.step2-form-column{display:flex;width:500px;height:770px;flex:0 0 500px;align-items:center;justify-content:center}.step2-panel{width:500px;height:556.68px;padding:42px;overflow:hidden;border:2px solid var(--sm-color-ink);border-radius:32px;background:#fffdf7f2;box-shadow:0 16px 40px #253b5926}.step2-panel__header{display:flex;height:195.09px;flex-direction:column;align-items:center;padding-bottom:32px;text-align:center}.step2-panel__badge{display:grid;width:64px;height:59.5px;flex:0 0 auto;place-items:center}.step2-panel__badge img{display:block;width:31.5px;height:31.5px}.step2-panel__header h1,.step2-panel__header p{margin:0;white-space:nowrap}.step2-panel__header h1{margin-top:7px;color:var(--sm-color-ink);font-size:34px;font-weight:500;line-height:48px}.step2-panel__header p{color:var(--sm-color-text-muted);font-size:20px;font-weight:500;line-height:32px}.step2-form,.step2-input-shell,.step2-actions{width:416px}.step2-form label{display:block;margin:0 0 8px 8px;color:var(--sm-color-ink);font-size:16px;font-weight:500;line-height:25.6px}.step2-input-shell{display:flex;height:64px;align-items:center;gap:16px;padding:0 22px;border:2px solid #6b7280;border-radius:18px;background:var(--sm-color-background)}.step2-input-shell:focus-within{border-color:var(--sm-color-ink);outline:3px solid rgba(30,179,168,.22)}.step2-input-shell img{display:block;width:24px;height:24px;flex:0 0 auto}.step2-input-shell input{min-width:0;height:100%;flex:1;border:0;outline:0;color:var(--sm-color-ink);background:transparent;font-size:20px;font-weight:500;line-height:32px}.step2-input-shell input::placeholder{color:#9ca3af;opacity:1}.step2-actions{display:flex;flex-direction:column;gap:24px;margin-top:40px}.step2-primary,.step2-secondary,.step2-back,.step3-continue,.step4-action button{appearance:none;cursor:pointer}.step2-primary,.step2-secondary{display:flex;width:416px;align-items:center;justify-content:center;border-style:solid;border-width:2px;font-weight:500}.step2-primary{height:64px;gap:16px;border-color:var(--sm-color-ink);border-radius:24px;color:#fff;background:#ff7a3d;box-shadow:0 8px 0 var(--sm-color-ink);font-size:28px;line-height:40px}.step2-primary img{width:23px;height:23px}.step2-primary:disabled{cursor:not-allowed}.step2-secondary{height:52px;gap:12px;border-color:#1eb3a8;border-radius:18px;color:#006a63;background:#fff;box-shadow:0 8px #006a63;font-size:20px;line-height:32px}.step2-secondary img{width:20px;height:20px}.step2-primary:active,.step2-secondary:active,.step3-continue:active,.step4-action button:active{transform:translateY(4px);box-shadow:0 3px 0 var(--sm-color-ink)}.step2-back{position:absolute;top:32px;left:32px;width:56px;height:56px;padding:0;overflow:visible;border:0;background:transparent}.step2-back img{position:absolute;top:-12px;left:-12px;display:block;width:80px;height:80px;max-width:none}.step3-page{position:relative;height:834px;overflow:hidden;background:var(--sm-color-background)}.step3-heading{position:absolute;top:170.995px;left:50%;display:grid;width:442px;height:84px;padding:18px 34px;transform:translate(-50%);place-items:center;border:2px solid var(--sm-color-ink);border-radius:24px;background:#fff;box-shadow:0 8px 0 var(--sm-color-ink)}.step3-heading h1{margin:0;white-space:nowrap;font-size:34px;font-weight:500;line-height:48px}.step3-flow{position:absolute;top:303.005px;left:50%;display:flex;width:1000px;height:360px;align-items:center;justify-content:center;gap:48px;transform:translate(-50%)}.step3-task-card{display:flex;width:277.67px;height:330px;flex:0 0 277.67px;flex-direction:column;align-items:center;padding:34px;border:2px solid var(--sm-color-ink);border-radius:24px;background:#fff;box-shadow:0 8px 0 var(--sm-color-ink);text-align:center}.step3-task-card__icon{display:grid;width:96px;height:96px;flex:0 0 96px;place-items:center;border-radius:50%;background:#fff0c7}.step3-task-card__icon img{width:64px;height:64px}.step3-task-card h2{margin:24px 0 8px;font-size:24px;font-weight:500;line-height:36px}.step3-task-card p{margin:0 0 24px;color:var(--sm-color-text-muted);font-size:16px;font-weight:500;line-height:26px}.step3-task-card__check{display:grid;width:48px;height:48px;place-items:center;border-radius:50%;background:#1eb3a8}.step3-task-card__check img{width:48px;height:48px}.step3-flow__arrow{display:block;width:42.67px;height:42.67px;flex:0 0 42.67px}.step3-energy{position:relative;width:136px;height:176px;flex:0 0 136px}.step3-energy__main,.step3-energy__small-row span{display:grid;place-items:center;border:2px solid var(--sm-color-ink);border-radius:50%;background:#fff;box-shadow:0 6px 0 var(--sm-color-ink)}.step3-energy__main{width:100px;height:100px;margin:0 auto}.step3-energy__main img{width:96px;height:96px}.step3-energy__small-row{position:absolute;right:0;bottom:0;left:0;display:flex;justify-content:space-between}.step3-energy__small-row span{width:68px;height:68px}.step3-energy__small-row img{width:64px;height:64px}.step3-reward{display:grid;width:266.32px;height:360px;flex:0 0 266.32px;place-items:center}.step3-reward>img{display:block;width:230px;height:230px;object-fit:contain}.step3-confetti{position:absolute;top:479px;left:calc(50% + 244px);width:266.32px;height:360px;pointer-events:none}.step3-confetti img{position:absolute;display:block}.step3-confetti__a{top:0;left:13px}.step3-confetti__b{top:58px;right:5px}.step3-confetti__c{right:28px;bottom:10px}.step3-continue{position:absolute;bottom:32px;left:50%;display:flex;width:183px;height:64px;align-items:center;justify-content:center;gap:16px;transform:translate(-50%);border:2px solid var(--sm-color-ink);border-radius:999px;color:#fff;background:#ff7a3d;box-shadow:0 6px 0 var(--sm-color-ink);font-size:28px;font-weight:500;line-height:40px}.step3-continue img{width:11px;height:14px}.step3-figma-flow{position:absolute;inset:0;pointer-events:none}.step3-figma-heading,.step3-figma-task,.step3-figma-arrow,.step3-figma-energy,.step3-figma-mascot,.step3-figma-confetti,.step3-figma-confetti img{position:absolute;display:block;max-width:none;object-fit:contain;pointer-events:none}.step3-figma-heading{top:146.995px;left:50%;width:490px;height:132px;transform:translate(-50%)}.step3-figma-task{top:294.005px;left:calc(50% - 502.67px);width:326px;height:378px}.step3-figma-arrow{top:461.672px;width:43px;height:43px}.step3-figma-arrow--first{left:calc(50% - 152.97px)}.step3-figma-energy{top:393.005px;left:calc(50% - 64.3px);width:140px;height:180px}.step3-figma-arrow--second{left:calc(50% + 121.7px)}.step3-figma-mascot{top:303.005px;left:calc(50% + 212.37px);width:267px;height:360px}.step3-figma-confetti{top:479px;left:calc(50% + 244px);width:267px;height:360px}.step3-figma-confetti--a{top:16px;left:16px;width:32px;height:32px}.step3-figma-confetti--b{top:48px;left:210.3px;width:24px;height:24px}.step3-figma-confetti--c{top:256px;left:48px;width:40px;height:40px}.step3-figma-heading{animation:sm-step3-heading-in .45s ease-out 50ms both}.step3-figma-task{transform-origin:50% 50%;animation:sm-step3-task-in .65s cubic-bezier(.2,.9,.25,1.18) .25s both}.step3-figma-arrow--first{transform-origin:0 50%;animation:sm-step3-arrow-in .38s ease-out .95s both}.step3-figma-energy{transform-origin:50% 52%;animation:sm-step3-energy-in .82s cubic-bezier(.18,.9,.25,1.2) 1.28s both}.step3-figma-arrow--second{transform-origin:0 50%;animation:sm-step3-arrow-in .38s ease-out 2.05s both}.step3-figma-mascot{transform-origin:50% 78%;animation:sm-step3-mascot-in .78s cubic-bezier(.18,.9,.28,1.18) 2.35s both}.step3-figma-confetti--a{transform-origin:50% 50%;animation:sm-step3-confetti-pop .44s cubic-bezier(.2,1.2,.3,1) 2.95s both}.step3-figma-confetti--b{transform-origin:50% 50%;animation:sm-step3-confetti-pop .44s cubic-bezier(.2,1.2,.3,1) 3.07s both}.step3-figma-confetti--c{transform-origin:50% 50%;animation:sm-step3-confetti-pop .44s cubic-bezier(.2,1.2,.3,1) 3.18s both}.step3-continue{animation:sm-step3-button-in .45s ease-out 3.28s both}@keyframes sm-step3-heading-in{0%{opacity:0}to{opacity:1}}@keyframes sm-step3-task-in{0%{opacity:0;transform:translate3d(-32px,0,0) scale(.94)}72%{opacity:1;transform:translate3d(4px,0,0) scale(1.02)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes sm-step3-arrow-in{0%{opacity:0;transform:translate3d(-10px,0,0) scaleX(.2)}to{opacity:1;transform:translateZ(0) scaleX(1)}}@keyframes sm-step3-energy-in{0%{opacity:0;transform:scale(.28) rotate(-7deg)}58%{opacity:1;transform:scale(1.13) rotate(2deg)}78%{opacity:1;transform:scale(.96) rotate(-1deg)}to{opacity:1;transform:scale(1) rotate(0)}}@keyframes sm-step3-mascot-in{0%{opacity:0;transform:translate3d(0,34px,0) scale(.64) rotate(-5deg)}58%{opacity:1;transform:translate3d(0,-8px,0) scale(1.08) rotate(3deg)}78%{opacity:1;transform:translate3d(0,2px,0) scale(.98) rotate(-2deg)}to{opacity:1;transform:translateZ(0) scale(1) rotate(0)}}@keyframes sm-step3-confetti-pop{0%{opacity:0;transform:scale(0) rotate(-28deg)}72%{opacity:1;transform:scale(1.2) rotate(8deg)}to{opacity:1;transform:scale(1) rotate(0)}}@keyframes sm-step3-button-in{0%{opacity:0;transform:translate3d(-50%,12px,0);visibility:hidden}to{opacity:1;transform:translate3d(-50%,0,0);visibility:visible}}.step4-page{position:relative;height:834px;overflow:hidden;background:var(--sm-color-background)}.step4-glow{position:absolute;display:block;border-radius:50%;pointer-events:none}.step4-glow--sun{top:-100px;left:-50px;width:300px;height:300px;background:#ffdf9c;filter:blur(40px);opacity:.3}.step4-glow--aqua{right:100px;bottom:0;width:400px;height:400px;background:#77f7ea;filter:blur(50px);opacity:.2}.step4-layout{position:absolute;inset:92px 23px 58px -23px;display:flex;gap:24px;padding:40px 32px}.step4-planet{position:relative;display:grid;min-width:0;height:100%;flex:1 1 auto;place-items:center}.step4-planet img{display:block;width:618px;height:618px;object-fit:contain;transform-origin:50% 50%;animation:sm-mercury-spin 36s linear infinite;will-change:transform}@keyframes sm-mercury-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.step4-content{display:flex;width:500px;height:604px;flex:0 0 500px;flex-direction:column;justify-content:center;gap:24px;padding-right:16px}.step4-welcome{position:relative;display:flex;width:484px;height:219px;flex:0 0 219px;flex-direction:column;gap:16px;padding:33px 34px 34px;overflow:hidden;border:2px solid var(--sm-color-ink);border-radius:24px;background:#fff;box-shadow:0 8px 0 var(--sm-color-ink)}.step4-welcome__glow{position:absolute;top:-70px;left:-30px;width:180px;height:180px;border-radius:50%;background:#ffdf9c;filter:blur(36px);opacity:.34;pointer-events:none}.step4-welcome h1,.step4-welcome p,.step4-legend h2,.step4-legend p{position:relative;margin:0}.step4-welcome h1{font-size:28px;font-weight:500;line-height:39.2px}.step4-welcome p{color:var(--sm-color-text-muted);font-size:20px;font-weight:500;line-height:32px}.step4-legends{display:flex;width:484px;height:303.59px;flex:0 0 303.59px;flex-direction:column;gap:15.99px}.step4-legend{display:flex;width:484px;height:142.8px;flex:0 0 142.8px;align-items:center;gap:24px;padding:26px;border:2px solid var(--sm-color-ink);border-radius:24px;background:#fff;box-shadow:0 4px 0 var(--sm-color-ink)}.step4-legend--sailing{height:144.8px;flex-basis:144.8px;border-bottom-width:4px}.step4-legend__icon{display:grid;width:64px;height:64px;flex:0 0 64px;place-items:center}.step4-legend__icon img{width:64px;height:64px}.step4-legend h2{font-size:24px;font-weight:500;line-height:36px}.step4-legend p{margin-top:2.8px;color:var(--sm-color-text-muted);font-size:16px;font-weight:500;line-height:25.6px}.step4-action{display:flex;width:484px;height:88px;flex:0 0 88px;align-items:flex-start;justify-content:center;padding-top:24px}.step4-action button{display:flex;width:220px;height:64px;align-items:center;justify-content:center;gap:16px;border:2px solid var(--sm-color-ink);border-radius:999px;color:#fff;background:#a53c00;box-shadow:0 6px 0 var(--sm-color-ink);font-size:24px;font-weight:500;line-height:36px}.step4-action button img{width:16px;height:16px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-delay:0s!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}html:has(.untimed-page),body:has(.untimed-page),#root:has(.untimed-page){min-width:0;height:100%;overflow:hidden}.untimed-page{--untimed-ink: #253b59;--untimed-cream: #fff8e8;--untimed-paper: #fffdf7;--untimed-orange: #ff7a3d;--untimed-muted: #65758b;position:relative;display:grid;width:100%;height:100dvh;min-width:0;overflow:hidden;place-items:center;color:var(--untimed-ink);background:var(--untimed-cream)}.untimed-scene{position:relative;display:grid;width:min(1194px,100%);height:min(834px,100dvh);overflow:hidden;place-items:center}.untimed-scene__texture{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.05;pointer-events:none}.untimed-topbar{position:absolute;z-index:2;top:24px;right:32px;left:32px;display:flex;align-items:center;justify-content:space-between}.untimed-topbar button{display:grid;width:48px;height:48px;padding:0;place-items:center;border:0;border-radius:50%;outline:2.25px solid var(--untimed-ink);background:var(--untimed-paper);cursor:pointer}.untimed-topbar button:first-child img{width:16.96px;height:16.96px}.untimed-topbar button:last-child img{width:17.3px;height:4.42px}.untimed-topbar button:active{transform:translateY(2px)}.untimed-active-card{position:relative;z-index:1;display:flex;width:min(640px,calc(100% - 48px));flex-direction:column;align-items:center;padding:42px;border:2px solid var(--untimed-ink, #253b59);border-radius:32px;background:var(--untimed-paper, #fffdf7);box-shadow:0 12px 16px #253b591f}.untimed-active-card h1{margin:0 0 16px;color:#4da8e8;font-size:34px;font-weight:500;line-height:47.6px;text-align:center}.untimed-active-card__reward{display:flex;height:171px;flex-direction:column;align-items:center;gap:11px;padding-bottom:40px}.untimed-active-card__reward img{width:50px;height:47.5px;margin:16.25px 15px;filter:drop-shadow(0 4px 2px rgba(0,0,0,.08))}.untimed-active-card__reward strong{color:#a53c00;font-size:22px;font-weight:500;line-height:26.4px}.untimed-active-card>button{width:min(400px,100%);height:64px;flex:0 0 64px;border:2px solid var(--untimed-ink);border-radius:999px;background:var(--untimed-orange);box-shadow:0 8px #8b3200,0 8px 24px #253b5926;color:#fff;font-size:16px;font-weight:500;line-height:24px;cursor:pointer}.untimed-active-card>button:active{transform:translateY(5px);box-shadow:0 3px #8b3200,0 6px 16px #253b5926}.untimed-active-card>p{margin:32px 0 0;color:var(--untimed-muted);font-size:20px;font-weight:500;line-height:32px}.untimed-overlay{--untimed-ink: #253b59;--untimed-cream: #fff8e8;--untimed-paper: #fffdf7;--untimed-orange: #ff7a3d;--untimed-muted: #65758b;position:fixed;z-index:50;inset:0;display:grid;place-items:center;background:#253b5966}.untimed-overlay--menu{place-items:start end;padding:88px max(32px,calc((100vw - 1194px)/2 + 32px)) 24px 24px}.untimed-more-menu{display:flex;width:256px;flex-direction:column;align-items:center;gap:12px;transform:none}.untimed-more-menu__panel{width:100%;overflow:hidden;padding:2px;border:2px solid var(--untimed-ink);border-radius:24px;background:#fff;box-shadow:0 8px 24px #253b591a}.untimed-more-menu__panel button{display:flex;width:100%;height:64px;align-items:center;gap:16px;padding:0 22px;border:0;background:transparent;color:var(--untimed-ink);font-size:20px;font-weight:500;line-height:28px;cursor:pointer}.untimed-more-menu__panel button:first-child{height:64px;border-bottom:2px solid #dfc0b4}.untimed-more-menu__panel button:active{background:#fff8e8}.untimed-more-menu__icon{display:grid;width:40px;height:40px;flex:0 0 40px;place-items:center;border-radius:50%}.untimed-more-menu__icon--pause{background:#ff7a3d33}.untimed-more-menu__icon img{width:20px;height:20px}.untimed-more-menu>p{margin:0;color:#fffc;font-size:14px;font-weight:500;line-height:20px}.untimed-abandon-dialog{position:relative;display:flex;width:min(560px,calc(100% - 32px));height:min(619.19px,calc(100dvh - 32px));flex-direction:column;align-items:center;overflow:hidden;padding:40px 72px 32px;border:2px solid var(--untimed-ink, #253b59);border-radius:32px;background:var(--untimed-paper, #fffdf7);box-shadow:0 16px 24px #253b5940}.untimed-abandon-dialog__texture{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.05;pointer-events:none}.untimed-abandon-dialog__sparkle{position:absolute;z-index:2;top:-16px;left:-16px;width:48px;height:48px}.untimed-abandon-dialog__art{position:relative;z-index:1;width:192px;height:224px;flex:0 0 224px}.untimed-abandon-dialog__art-bg{position:absolute;top:0;left:0;width:192px;height:192px;border-radius:50%;background:#ffb598}.untimed-abandon-dialog__art>img{position:absolute;top:-3px;left:-1px;width:195px;height:195px;object-fit:contain}.untimed-abandon-dialog__help{position:absolute;top:-8px;right:-8px;display:grid;width:48px;height:48px;place-items:center;border:2px solid var(--untimed-ink);border-radius:50%;background:#f36f6a;transform:rotate(12deg)}.untimed-abandon-dialog__help img{width:10.9px;height:19px;transform:rotate(-12deg)}.untimed-abandon-dialog h2{position:relative;z-index:1;margin:0 0 16px;font-size:28px;font-weight:500;line-height:39.2px;text-align:center}.untimed-abandon-dialog>p{position:relative;z-index:1;max-width:360px;margin:0 0 40px;color:#584239;font-size:20px;font-weight:500;line-height:32px;text-align:center}.untimed-abandon-dialog__actions{position:relative;z-index:1;display:flex;width:100%;flex-direction:column;align-items:stretch;gap:24px}.untimed-abandon-dialog__actions button{display:flex;align-items:center;justify-content:center;gap:8px;border:0;font-weight:500;cursor:pointer}.untimed-abandon-dialog__continue{height:64px;border:2px solid var(--untimed-ink)!important;border-radius:16px;background:var(--untimed-orange);box-shadow:0 8px #7e2c00;color:#fff;font-size:24px;line-height:36px}.untimed-abandon-dialog__continue img{width:11px;height:14px}.untimed-abandon-dialog__exit{height:48px;background:transparent;color:#f36f6a;font-size:20px;line-height:32px}.untimed-abandon-dialog__exit img{width:18px;height:18px}.untimed-page--complete{background:var(--untimed-cream)}.untimed-complete-bg{position:absolute;inset:0;width:200px;height:200px;opacity:.28}.untimed-complete-blob{position:absolute;border-radius:50%;filter:blur(32px)}.untimed-complete-blob--left{top:80px;left:80px;width:256px;height:256px;background:#a78ae71a}.untimed-complete-blob--right{right:80px;bottom:80px;width:384px;height:384px;background:#4da8e81a}.untimed-complete-card{position:relative;display:flex;width:min(720px,calc(100% - 32px));flex-direction:column;align-items:center;overflow:hidden;padding:40px;border-radius:24px;background:var(--untimed-paper);box-shadow:0 8px 24px #253b591a;transform:translate(max(-43px,min(0px,calc((1194px - 100vw)/2))))}.untimed-complete-card__spark{position:absolute;top:43.5px;left:41.5px;width:33px;height:33px}.untimed-complete-card__outline-star{position:absolute;top:80px;right:64px;width:25px;height:25px}.untimed-complete-card__heart{position:absolute;bottom:128px;left:80px;width:20px;height:18.35px}.untimed-complete-card h1{margin:0 0 32px;font-size:34px;font-weight:500;line-height:47.6px}.untimed-complete-card__stars{display:flex;width:308px;height:100px;align-items:center;justify-content:space-between;margin-bottom:32px}.untimed-complete-card__stars img{width:66.67px;height:63.33px}.untimed-complete-card__stars .untimed-complete-card__star-center{width:83.33px;height:79.17px;transform:translateY(-10px)}.untimed-complete-card__badge{display:flex;align-items:center;gap:8px;margin-bottom:40px;padding:14px 26px;border:2px solid var(--untimed-ink);border-radius:999px;background:#ffe9e2;color:#584239;font-size:24px;font-weight:600;line-height:36px}.untimed-complete-card__badge img{width:22px;height:16px}.untimed-complete-card__mascot{width:321px;height:321px;object-fit:contain}.untimed-complete-card>button{display:flex;width:min(400px,100%);height:54.41px;flex:0 0 54.41px;align-items:center;justify-content:center;gap:8px;border:2px solid var(--untimed-ink);border-radius:999px;background:var(--untimed-orange);box-shadow:0 8px 0 var(--untimed-ink);color:#652200;font-size:28px;font-weight:500;line-height:39.2px;cursor:pointer}.untimed-complete-card>button img{width:17.7px;height:17.7px}.untimed-complete-card>button:active{transform:translateY(5px);box-shadow:0 3px 0 var(--untimed-ink)}@media(max-width:720px){.untimed-topbar{right:20px;left:20px}.untimed-overlay--menu{padding-right:20px;padding-left:20px}.untimed-active-card{width:calc(100% - 32px);padding:32px 24px}.untimed-active-card h1{font-size:28px;line-height:40px}.untimed-abandon-dialog{padding-right:36px;padding-left:36px}.untimed-abandon-dialog>p{white-space:normal}.untimed-complete-card{padding:32px 24px}.untimed-complete-card h1{font-size:30px}.untimed-complete-card__spark{left:24px}.untimed-complete-card__outline-star{right:28px}.untimed-complete-card__badge{font-size:20px;line-height:30px}.untimed-complete-card__mascot{width:min(321px,72vw);height:min(321px,72vw)}}@media(max-height:800px){.untimed-complete-card{padding:24px 32px}.untimed-complete-card h1{margin-bottom:18px}.untimed-complete-card__stars{height:80px;margin-bottom:18px}.untimed-complete-card__badge{margin-bottom:18px;padding-top:10px;padding-bottom:10px}.untimed-complete-card__mascot{width:220px;height:220px}.untimed-complete-card__heart{bottom:92px}}@media(max-height:690px){.untimed-active-card{padding-top:28px;padding-bottom:28px}.untimed-active-card__reward{height:145px;padding-bottom:20px}.untimed-active-card>p{margin-top:24px}.untimed-abandon-dialog{padding-top:20px;padding-bottom:20px}.untimed-abandon-dialog__art{width:150px;height:170px;flex-basis:170px}.untimed-abandon-dialog__art-bg{width:150px;height:150px}.untimed-abandon-dialog__art>img{width:153px;height:153px}.untimed-abandon-dialog h2{margin-bottom:8px}.untimed-abandon-dialog>p{margin-bottom:20px;font-size:17px;line-height:26px}.untimed-abandon-dialog__actions{gap:12px}}html:has(.timed-page),body:has(.timed-page),#root:has(.timed-page),html:has(.page-index),body:has(.page-index),#root:has(.page-index){min-width:0;height:100%;overflow:hidden}.timed-page{--timed-ink: #253b59;--timed-paper: #fffdf7;--timed-cream: #fff8e8;--timed-muted: #65758b;--timed-orange: #ff7a3d;--timed-deep-orange: #a53c00;position:relative;width:min(100%,1280px);height:100dvh;min-height:560px;margin:0 auto;overflow:hidden;color:var(--timed-ink);background:var(--timed-cream)}.timed-close-button{position:absolute;z-index:10;display:grid;width:52px;height:52px;padding:0;place-items:center;border:2px solid var(--timed-ink);border-radius:50%;background:var(--timed-paper);box-shadow:0 4px 8px #253b591a;cursor:pointer}.timed-close-button img{display:block;width:16px;height:16px}.timed-more-button{position:absolute;z-index:12;top:22px;right:24px;display:grid;width:50px;height:50px;place-items:center;border:2px solid var(--timed-ink);border-radius:50%;background:var(--timed-paper);box-shadow:0 4px 8px #253b591a;cursor:pointer}.timed-more-button img{width:20px;height:6px;object-fit:contain;filter:none}.timed-close-button:active{transform:translateY(2px)}.timed-page--active{width:min(100%,1205px);border:8px solid rgba(248,248,244,.96);border-radius:24px;background-image:linear-gradient(#fff8e86e,#fff8e86e),var(--timed-start-bg);background-position:center;background-size:cover}.timed-page--active>.timed-close-button{top:32px;left:32px}.timed-active-card{position:absolute;top:clamp(104px,17.3dvh,144px);right:clamp(28px,8.5vw,102px);bottom:clamp(24px,3.8dvh,32px);left:clamp(28px,8.5vw,102px);display:flex;flex-direction:column;align-items:center;border:3px solid var(--timed-ink);border-radius:24px;background:var(--timed-paper);box-shadow:0 16px 32px #253b5914}.timed-task-title-pill{display:flex;min-width:288px;height:64px;flex:0 0 64px;align-items:center;justify-content:center;gap:12px;margin-top:clamp(32px,6dvh,48px);padding:0 28px;border:2px solid var(--timed-ink);border-radius:999px;background:var(--timed-paper);box-shadow:0 8px 16px #253b5914}.timed-task-title-pill img{width:16px;height:18px}.timed-task-title-pill h1{margin:0;font-size:24px;font-weight:500;line-height:36px;white-space:nowrap}.timed-countdown{display:flex;flex-direction:column;align-items:center;margin-top:clamp(22px,4.8dvh,38px)}.timed-countdown p{margin:0 0 clamp(8px,2.7dvh,22px);color:var(--timed-muted);font-size:20px;font-weight:500;line-height:32px}.timed-countdown strong{font-size:clamp(58px,7vw,80px);font-weight:400;line-height:1;letter-spacing:4px}.timed-bonus-card{display:flex;width:min(552px,calc(100% - 48px));height:196px;flex:0 0 196px;flex-direction:column;align-items:center;margin-top:clamp(20px,4.6dvh,38px);padding:18px 16px 14px;border:2px solid var(--timed-ink);border-radius:16px;background:#fff2cf}.timed-bonus-card h2{display:flex;align-items:center;gap:8px;margin:0 0 8px;font-size:24px;font-weight:500;line-height:36px}.timed-bonus-card h2 img{width:20px;height:19px}.timed-bonus-card>strong{height:38px;padding:3px 16px 5px;border:2px solid var(--timed-ink);border-radius:999px;background:var(--timed-paper);color:var(--timed-deep-orange);font-size:22px;font-weight:700;line-height:26px}.timed-bonus-progress{position:relative;width:100%;height:16px;flex:0 0 16px;overflow:hidden;margin-top:20px;border:2px solid var(--timed-ink);border-radius:999px;background:var(--timed-cream)}.timed-bonus-progress>span{position:absolute;inset:0 auto 0 0;width:65%;border-right:1px solid var(--timed-ink);border-radius:999px;background:#fec73c}.timed-bonus-card>p{margin:14px 0 0;color:var(--timed-muted);font-size:14px;font-weight:500;line-height:21px}.timed-primary-button{display:flex;height:64px;flex:0 0 64px;align-items:center;justify-content:center;gap:8px;padding:0;border:3px solid var(--timed-ink);border-radius:999px;font-size:24px;font-weight:500;line-height:36px;cursor:pointer}.timed-primary-button--dark{width:222px;margin-top:clamp(20px,3.8dvh,32px);background:var(--timed-deep-orange);box-shadow:0 8px 0 var(--timed-ink);color:#fff}.timed-primary-button--dark img{width:16px;height:16px}.timed-primary-button:active{transform:translateY(5px);box-shadow:0 3px 0 var(--timed-ink)}.timed-page--complete{display:grid;place-items:center}.timed-complete-background{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:blur(6px);opacity:.6;transform:scale(1.03)}.timed-complete-wash{position:absolute;inset:0;background:#fff8e866;mix-blend-mode:overlay}.timed-complete-modal{position:relative;display:flex;width:min(720px,calc(100% - 40px));height:min(565px,calc(100dvh - 48px));min-height:480px;flex-direction:column;align-items:center;border:3px solid var(--timed-ink);border-radius:24px;background:var(--timed-paper);box-shadow:0 24px 24px #253b5926;transform:translate(max(-43px,min(0px,calc((1194px - 100vw)/2))))}.timed-complete-modal h1{z-index:1;margin:clamp(92px,13.4dvh,112px) 0 0;font-size:34px;font-weight:500;line-height:47.6px}.timed-complete-mascot{width:186px;height:186px;margin-top:-24px;object-fit:contain}.timed-reward-pills{display:flex;gap:16px;margin-top:14px}.timed-reward-pill{display:flex;height:64px;align-items:center;gap:0;padding:0 24px;border:2px solid var(--timed-ink);border-radius:999px}.timed-reward-pill--task{background:#fbe3db}.timed-reward-pill--bonus{background:#ffdf9c}.timed-reward-pill img{height:20px;object-fit:contain}.timed-reward-pill--task img{width:28px}.timed-reward-pill--bonus img{width:24px}.timed-reward-pill strong{font-size:24px;font-weight:700;line-height:36px;white-space:nowrap}.timed-primary-button--orange{width:256px;margin-top:48px;background:var(--timed-orange);box-shadow:0 8px 0 var(--timed-ink);color:#652200}.timed-primary-button--orange img{width:16px;height:16px}.timed-page--timeout{background:#fff8f6}.timed-timeout-layout{position:absolute;top:32px;right:max(32px,calc((100% - 1280px)/2 + 118px));bottom:32px;left:max(32px,calc((100% - 1280px)/2 + 32px));display:grid;grid-template-columns:minmax(0,650fr) minmax(0,480fr)}.timed-timeout-panel{position:relative;min-width:0;border:2px solid var(--timed-ink);background:#fffdf7f0}.timed-timeout-panel--summary{border-radius:24px 20px 20px 24px}.timed-timeout-panel--race{border-left:0;border-radius:20px 24px 24px 20px}.timed-timeout-panel--summary>.timed-close-button{top:24px;left:24px;width:48px;height:48px}.timed-timeout-panel--summary>.timed-close-button img{width:16.33px;height:16.33px}.timed-timeout-summary{position:absolute;top:197px;right:32px;left:32px;display:flex;flex-direction:column;align-items:center}.timed-timeout-badge{height:52px;margin:0 0 42px!important;padding:9px 24px 11px;border:2px solid var(--timed-ink);border-radius:999px;background:var(--timed-orange);box-shadow:0 8px 16px #253b5914;color:#652200;font-size:20px!important;line-height:32px!important}.timed-timeout-summary h1{margin:0 0 16px;font-family:Liberation Sans,Arial,sans-serif;font-size:clamp(86px,9.4vw,120px);font-weight:700;line-height:1;letter-spacing:-3px}.timed-timeout-summary>p{margin:0 0 8px;font-size:16px;font-weight:500;line-height:24px}.timed-timeout-summary>p:nth-of-type(3){color:var(--timed-muted)}.timed-timeout-back{display:flex;width:240px;height:64px;align-items:center;justify-content:center;gap:12px;margin-top:24px;border:2px solid var(--timed-ink);border-radius:999px;background:var(--timed-deep-orange);color:var(--timed-paper);font-size:24px;font-weight:500;line-height:36px;cursor:pointer}.timed-timeout-back img{width:24px;height:28px}.timed-timeout-back:active{transform:translateY(2px)}.timed-race-header{position:absolute;top:32px;left:34px;display:flex;align-items:center;gap:16px}.timed-race-header>span{display:grid;width:64px;height:64px;place-items:center;border:2px solid var(--timed-ink);border-radius:50%;background:#fec73c;box-shadow:0 4px 8px #253b591a}.timed-race-header img{width:33px;height:24px}.timed-race-header h2{margin:0;font-size:16px;font-weight:500;line-height:24px}.timed-racers{position:absolute;top:224px;right:32px;left:36px;display:flex;flex-direction:column;gap:24px}.timed-racer__heading{display:flex;height:40px;align-items:center;justify-content:space-between}.timed-racer__identity{display:flex;align-items:center;gap:10px}.timed-racer__avatar{display:grid;width:40px;height:40px;overflow:hidden;place-items:center;border:2px solid var(--timed-ink);border-radius:50%;background:#e8eef0}.timed-racer__avatar img{width:100%;height:100%;object-fit:cover}.timed-racer__identity strong,.timed-racer__heading>span{font-size:20px;font-weight:500;line-height:32px}.timed-racer__heading>span{font-weight:400}.timed-racer__track{position:relative;width:100%;height:32px;overflow:hidden;margin-top:8px;border:2px solid var(--timed-ink);border-radius:999px;background:#f8e5df}.timed-racer__fill{position:absolute;inset:0 auto 0 0;border-right:2px solid var(--timed-ink)}.timed-racer__fill:after{position:absolute;inset:0;background:linear-gradient(8deg,transparent 45%,rgba(255,255,255,.18) 46% 72%,transparent 73%);content:""}.timed-racer__track>img{position:absolute;top:4px;right:4px;width:20px;height:19px}.timed-race-message{position:absolute;right:32px;bottom:32px;left:35px;display:flex;min-height:94px;align-items:flex-start;gap:12px;padding:16px;border:2px solid var(--timed-ink);border-radius:16px;background:#fff0ec}.timed-race-message>img{width:26px;height:26px}.timed-race-message strong{display:block;margin-bottom:4px;font-size:20px;font-weight:500;line-height:32px}.timed-race-message p{margin:0;color:var(--timed-muted);font-size:16px;font-weight:500;line-height:24px}@media(max-width:1040px){.timed-active-card{right:56px;left:56px}.timed-timeout-layout{right:24px;left:24px}.timed-race-header{left:24px}.timed-racers,.timed-race-message{right:24px;left:24px}}@media(max-width:760px){.timed-page{min-height:620px}.timed-page--active>.timed-close-button{top:20px;left:20px}.timed-active-card{inset:92px 20px 20px}.timed-task-title-pill{margin-top:28px}.timed-bonus-card{width:calc(100% - 40px)}.timed-reward-pills{gap:10px}.timed-reward-pill{padding:0 18px}.timed-timeout-layout{inset:20px;grid-template-columns:1fr 1fr}.timed-timeout-summary{top:184px;right:16px;left:16px}.timed-timeout-summary h1{font-size:74px}.timed-timeout-badge{margin-bottom:34px!important}.timed-race-header{top:24px;left:16px;gap:10px}.timed-race-header>span{width:54px;height:54px}.timed-racers{top:192px;right:16px;left:16px;gap:18px}.timed-racer__identity strong,.timed-racer__heading>span{font-size:17px}.timed-race-message{right:16px;bottom:20px;left:16px;padding:12px}.timed-race-message p{font-size:13px;line-height:20px}}@media(max-height:800px){.timed-active-card{top:96px}.timed-task-title-pill{height:64px;flex-basis:64px;margin-top:48px}.timed-countdown{margin-top:38px}.timed-countdown p{margin-bottom:22px}.timed-countdown strong{font-size:clamp(58px,7vw,80px)}.timed-bonus-card{height:196px;flex-basis:196px;margin-top:38px;padding-top:18px}.timed-bonus-progress{margin-top:20px}.timed-bonus-card>p{margin-top:14px}.timed-primary-button--dark{margin-top:32px}.timed-timeout-summary{top:140px}.timed-timeout-badge{margin-bottom:26px!important}.timed-racers{top:168px;gap:12px}}@media(max-height:690px){.timed-task-title-pill{height:54px;flex-basis:54px;margin-top:20px}.timed-countdown{margin-top:14px}.timed-countdown p{margin-bottom:6px}.timed-countdown strong{font-size:56px}.timed-bonus-card{height:168px;flex-basis:168px;margin-top:16px;padding-top:10px}.timed-bonus-progress{margin-top:10px}.timed-bonus-card>p{margin-top:8px}.timed-primary-button--dark{margin-top:14px}.timed-complete-modal h1{margin-top:68px}.timed-complete-mascot{width:160px;height:160px}.timed-primary-button--orange{margin-top:28px}}.page-index{width:100%;height:100dvh;overflow-y:auto;padding:56px clamp(24px,6vw,88px) 80px;color:#253b59;background:radial-gradient(circle at 8% 8%,rgba(254,199,60,.24),transparent 28%),radial-gradient(circle at 90% 88%,rgba(77,168,232,.14),transparent 30%),#fff8e8}.page-index__header{width:min(1120px,100%);margin:0 auto 48px}.page-index__header p{margin:0 0 10px;color:#a53c00;font-family:var(--sm-font-numeric);font-size:14px;font-weight:600;letter-spacing:2px}.page-index__header h1{margin:0 0 10px;font-size:clamp(36px,5vw,56px);font-weight:700;line-height:1.2}.page-index__header span{color:#65758b;font-size:18px}.page-index__portals{display:grid;width:min(1120px,100%);margin:0 auto 48px;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.page-index__portals>button,.page-index__portals>a{display:flex;min-width:0;min-height:176px;flex-direction:column;align-items:flex-start;padding:24px;border:2px solid #253b59;border-radius:24px;background:#fffdf7;box-shadow:0 7px #253b5929;color:#253b59;font:inherit;text-align:left;text-decoration:none;cursor:pointer;transition:transform .14s ease,box-shadow .14s ease,background .14s ease}.page-index__portals>button:first-child{background:#fff0c5}.page-index__portals>a:nth-child(2){background:#e8f4ff}.page-index__portals>a:nth-child(3){background:#eee8ff}.page-index__portals>button:hover,.page-index__portals>a:hover{transform:translateY(-3px);box-shadow:0 10px #253b5929}.page-index__portal-icon{display:grid;width:52px;height:52px;margin-bottom:18px;place-items:center;border:2px solid #253b59;border-radius:16px;background:#ffffffd1;font-size:27px}.page-index__portals>*>span:nth-child(2){display:flex;min-width:0;flex-direction:column;gap:5px}.page-index__portals strong{font-size:24px;line-height:1.1}.page-index__portals small{min-height:40px;color:#65758b;font-size:14px;line-height:1.45}.page-index__portals b{margin-top:auto;padding-top:14px;color:#a53c00;font-size:15px}.page-index__groups{display:grid;width:min(1120px,100%);margin:0 auto;gap:40px}.page-index__group h2{margin:0 0 16px;color:#a53c00;font-size:22px;font-weight:700}.page-index__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.page-index__grid button{display:flex;min-height:96px;align-items:center;gap:18px;padding:18px 22px;border:2px solid #253b59;border-radius:20px;background:#fffdf7;box-shadow:0 6px #253b5924;color:#253b59;text-align:left;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,background .12s ease}.page-index__grid button:hover{background:#fff2cf;transform:translateY(-2px);box-shadow:0 8px #253b5929}.page-index__grid button:active{transform:translateY(4px);box-shadow:0 2px #253b5924}.page-index__number{display:grid;width:48px;height:48px;flex:0 0 48px;place-items:center;border-radius:50%;background:#fec73c;font-family:var(--sm-font-numeric);font-size:18px;font-weight:600}.page-index__copy{display:flex;min-width:0;flex:1;flex-direction:column;gap:4px}.page-index__copy strong{font-size:20px;font-weight:700}.page-index__copy small{color:#65758b;font-size:14px}.page-index__arrow{color:#a53c00;font-size:28px}@media(max-width:720px){.page-index{padding-top:40px}.page-index__grid,.page-index__portals{grid-template-columns:1fr}.page-index__portals>button,.page-index__portals>a{min-height:150px}}html:has(.wishes-page),body:has(.wishes-page),#root:has(.wishes-page),html:has(.footprints-page),body:has(.footprints-page),#root:has(.footprints-page){min-width:0;height:100%;overflow:hidden}.wishes-page,.footprints-page{--progress-ink: #253b59;--progress-bg: #fff8e8;--progress-paper: #fffdf7;--progress-orange: #ff7a3d;--progress-yellow: #fec73c;--progress-muted: #65758b;position:relative;width:min(100%,1280px);height:100dvh;min-width:0;margin:0 auto;overflow:hidden;color:var(--progress-ink);background:var(--progress-bg)}.requested-wishes-frame{position:relative;width:min(100%,1279px);height:100dvh;min-height:0;margin:auto;overflow:hidden;border-radius:12px;background:var(--progress-bg)}.requested-wishes-header{position:relative;z-index:3;display:flex;height:142px;align-items:flex-start;justify-content:space-between;padding:48px 32px 24px}.requested-wishes-balance{display:flex;height:70px;align-items:center;gap:12px;padding:0 27px;border:3px solid var(--progress-ink);border-radius:999px;background:var(--progress-yellow);box-shadow:0 6px 0 var(--progress-ink)}.requested-wishes-balance img{width:30px;height:28.5px}.requested-wishes-balance strong{font-size:28px;font-weight:700;line-height:39px;white-space:nowrap}.requested-wishes-message{position:relative;display:flex;height:66px;align-items:center;padding:0 27px;border:3px solid var(--progress-ink);border-radius:16px;background:var(--progress-paper);box-shadow:0 4px 6px #253b5914;font-size:24px;font-weight:500;line-height:36px;white-space:nowrap}.requested-wishes-message:before{position:absolute;top:50%;left:-10px;width:16px;height:16px;border-bottom:3px solid var(--progress-ink);border-left:3px solid var(--progress-ink);background:var(--progress-paper);content:"";transform:translateY(-50%) rotate(45deg)}.requested-wishes-grid{position:absolute;z-index:2;inset:142px 75px 112px;display:grid;grid-auto-flow:row;grid-auto-rows:min(482px,100%);grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;padding-right:8px;padding-bottom:18px;overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;scrollbar-width:thin;scroll-snap-type:y proximity}.requested-wish-card{display:flex;min-width:0;height:100%;flex-direction:column;gap:20px;padding:20px;overflow:hidden;border:3px solid var(--progress-ink);border-radius:24px;background:var(--progress-paper);box-shadow:0 8px 12px #253b591a;scroll-snap-align:start}.requested-wish-card__image{width:100%;height:190px;flex:0 0 190px;overflow:hidden;border:3px solid var(--progress-ink);border-radius:16px;background:#fff1ec}.requested-wish-card__image img{display:block;width:100%;height:100%;object-fit:cover}.requested-wish-card--redeemed .requested-wish-card__image img,.requested-wish-card--processing .requested-wish-card__image img,.requested-wish-card--cooldown .requested-wish-card__image img,.requested-wish-card--soldout .requested-wish-card__image img,.requested-wish-card--available .requested-wish-card__image img,.requested-wish-card--insufficient .requested-wish-card__image img{object-position:center}.requested-wish-card__body{display:flex;min-height:0;flex:1 1 auto;flex-direction:column;justify-content:space-between}.requested-wish-card__body h2{margin:0;font-size:24px;font-weight:500;line-height:30px}.requested-wish-card__body p{display:flex;align-items:center;gap:4px;margin:8px 0 0;color:#584239;font-size:16px;line-height:26px}.requested-wish-card__body p img{width:17px;height:16px}.requested-wish-card__rule{display:block;margin-top:2px;color:#876f64;font-size:13px;line-height:19px}.requested-wish-card__button{display:flex;width:100%;height:64px;flex:0 0 64px;align-items:center;justify-content:center;gap:8px;padding:0;border:3px solid var(--progress-ink);border-radius:16px;background:var(--progress-orange);box-shadow:0 6px 0 var(--progress-ink);color:#251914;font-size:24px;font-weight:500;line-height:36px;cursor:pointer}.requested-wish-card__button img{width:22px;height:22px}.requested-wish-card__button:active:not(:disabled){transform:translateY(4px);box-shadow:0 2px 0 var(--progress-ink)}.requested-wish-card__button:disabled{background:#f2f2f7;cursor:not-allowed;opacity:1}.requested-wish-card--processing .requested-wish-card__button:disabled{background:#fff2c8}.requested-wish-card--cooldown .requested-wish-card__button:disabled{background:#eaf3ff}.requested-wish-card--soldout .requested-wish-card__button:disabled{background:#ece8e6;color:#806f68}.requested-wish-card__redeemed{position:relative;display:flex;width:100%;height:64px;flex:0 0 64px;align-items:center;justify-content:center}.requested-wish-card__redeemed>span{position:absolute;inset:0;border:3px dashed #dfc0b4;border-radius:16px;background:#f5ded6;opacity:.5}.requested-wish-card__redeemed strong{position:absolute;top:-8px;left:50%;display:flex;height:64px;align-items:center;gap:8px;padding:0 27px;border:3px solid var(--progress-ink);border-radius:12px;background:#72c78e;box-shadow:0 8px 12px #253b591a;font-size:24px;font-weight:500;line-height:36px;white-space:nowrap;transform:translate(-50%) rotate(-6deg) scale(1.1)}.requested-wish-card__redeemed strong img{width:20px;height:20px}.child-dock{position:absolute;z-index:3;bottom:0;left:50%;display:flex;width:min(720px,calc(100% - 24px));height:84px;align-items:center;justify-content:space-between;padding:0 70px;border:2px solid #dfc0b4;border-radius:12px 12px 0 0;background:var(--progress-paper);box-shadow:0 -8px 12px #253b591a;transform:translate(-50%)}.wishes-page--requested .child-dock{left:calc(50% + 25px)}.child-dock__item{display:flex;width:80px;height:64px;flex:0 0 80px;flex-direction:column;align-items:center;justify-content:center;gap:0;padding:4px 0 0;border:0;border-radius:12px;background:transparent;color:#584239;font-size:16px;font-weight:500;line-height:26px;cursor:pointer}.child-dock__item img{display:block;width:29px;height:27px;object-fit:contain}.child-dock__item--active{background:var(--progress-orange);color:#584239}.wishes-page--confirm .child-dock__item--active{width:99px;height:76px;border:3px solid var(--progress-ink);border-radius:24px;background:var(--progress-yellow);box-shadow:0 4px 0 var(--progress-ink);color:#584239;font-size:18px;line-height:27px}.child-dock__item:active{transform:scale(.96)}.wishes-page--confirm{height:min(834px,100dvh)}.available-wishes-underlay{position:absolute;z-index:1;inset:0}.available-wishes-header{display:flex;width:min(1194px,100%);height:104px;align-items:flex-start;justify-content:space-between;padding:16px 32px 0}.available-wishes-brand{display:flex;height:72px;align-items:center;gap:12px}.available-wishes-brand>span{display:grid;width:48px;height:48px;place-items:center;border:2px solid var(--progress-ink);border-radius:50%;background:var(--progress-orange);box-shadow:0 4px 0 var(--progress-ink)}.available-wishes-brand img{width:25px;height:25px}.available-wishes-brand h1{margin:0;font-size:28px;font-weight:500;line-height:40px}.available-wishes-balance{display:flex;flex-direction:column;align-items:flex-end}.available-wishes-balance>div{display:flex;height:58px;align-items:center;gap:8px;padding:0 22px;border:2px solid var(--progress-ink);border-radius:999px;background:var(--progress-paper);box-shadow:0 8px 12px #253b591a}.available-wishes-balance strong{font-family:Arial,sans-serif;font-size:24px;line-height:36px}.available-wishes-balance img{width:20px;height:19px}.available-wishes-balance b{font-family:Arial,sans-serif;font-size:22px;line-height:27px}.available-wishes-balance p{margin:4px 8px 0 0;color:var(--progress-muted);font-size:16px;font-weight:500;line-height:26px}.available-wishes-grid{display:grid;width:min(1130px,calc(100% - 64px));height:480px;margin-left:32px;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.available-wish-card{display:flex;min-width:0;height:480px;flex-direction:column;overflow:hidden;border:2px solid var(--progress-ink);border-radius:24px;background:var(--progress-paper);box-shadow:0 8px 24px #253b591a}.available-wish-card__image{position:relative;width:100%;height:192px;flex:0 0 192px;overflow:hidden;border-bottom:2px solid var(--progress-ink);background:#fff1ec}.available-wish-card__image>img{display:block;width:100%;height:100%;object-fit:cover}.available-wish-card__image>span{position:absolute;top:16px;right:16px;display:flex;height:48px;align-items:center;gap:4px;padding:0 14px;border:2px solid var(--progress-ink);border-radius:999px;background:var(--progress-paper);box-shadow:0 4px 0 var(--progress-ink)}.available-wish-card__image>span img{width:20px;height:19px}.available-wish-card__image>span strong{font-family:Arial,sans-serif;font-size:22px;line-height:27px}.available-wish-card__body{display:flex;min-height:0;flex:1 1 auto;flex-direction:column;justify-content:space-between;padding:24px}.available-wish-card__body h2{margin:0;font-size:28px;font-weight:500;line-height:39px}.available-wish-card__body button{width:100%;height:64px;flex:0 0 64px;padding:0;border:2px solid var(--progress-ink);border-radius:24px;background:var(--progress-orange);box-shadow:0 6px 0 var(--progress-ink);color:#fff;font-size:24px;font-weight:500;line-height:36px}.wishes-page--confirm>.child-dock{z-index:3;bottom:0;border-color:var(--progress-ink);border-bottom:0;border-radius:24px 24px 0 0}.wish-confirm-backdrop{position:absolute;z-index:4;inset:0 0 34px;background:#253b5966;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.wish-confirm-sheet{position:absolute;z-index:5;right:0;bottom:0;left:0;height:372px;border:0;border-top:4px solid var(--progress-ink);border-radius:32px 32px 0 0;background:var(--progress-paper);box-shadow:0 -12px 20px #253b5933}.wish-confirm-sheet__content{display:flex;width:min(720px,calc(100% - 48px));height:100%;margin:0 auto;flex-direction:column;align-items:center;padding-top:40px}.wish-confirm-sheet__icon{display:grid;width:80px;height:80px;flex:0 0 80px;place-items:center;border:3px solid var(--progress-ink);border-radius:50%;background:var(--progress-yellow);box-shadow:0 6px 0 var(--progress-ink)}.wish-confirm-sheet__icon img{width:40px;height:40px}.wish-confirm-sheet h2{margin:24px 0 0;font-size:28px;font-weight:500;line-height:39px}.wish-confirm-sheet p{margin:16px 0 0;color:var(--progress-muted);font-size:20px;font-weight:500;line-height:32px}.wish-confirm-sheet .wish-confirm-error{margin-top:8px;padding:7px 12px;border-radius:10px;background:#fde6df;color:#a63f27;font-size:14px;line-height:22px}.wish-confirm-sheet__actions{display:grid;width:100%;margin-top:40px;grid-template-columns:345px 351px;gap:24px}.wish-confirm-sheet__actions button{height:64px;padding:0;border:0;border-radius:24px;background:transparent;color:var(--progress-muted);font-size:24px;font-weight:500;line-height:36px;cursor:pointer}.wish-confirm-sheet__actions button:last-child{border:3px solid var(--progress-ink);background:var(--progress-orange);box-shadow:0 6px 0 var(--progress-ink);color:#fff}.wish-confirm-sheet__actions button:active{transform:translateY(3px)}.footprints-page{height:100dvh}.footprints-main{position:relative;width:100%;height:calc(100dvh - 84px);padding:24px 32px 28px}.footprints-layout{display:flex;width:min(1130px,100%);height:100%;align-items:stretch;gap:24px}.footprints-mascot{display:flex;width:276.5px;min-width:0;flex:0 0 276.5px;flex-direction:column;align-items:center;justify-content:flex-end;padding-bottom:32px}.footprints-mascot>img{display:block;width:297px;height:297px;object-fit:contain}.footprints-speech{position:relative;width:100%;min-height:108px;margin-top:16px;padding:18px;border:2px solid var(--progress-ink);border-radius:24px;background:var(--progress-paper);box-shadow:0 8px 12px #253b591a}.footprints-speech>span{position:absolute;top:-13px;left:50%;width:24px;height:24px;border-top:2px solid var(--progress-ink);border-left:2px solid var(--progress-ink);background:var(--progress-paper);transform:translate(-50%) rotate(45deg)}.footprints-speech p{position:relative;margin:0;font-size:24px;font-weight:600;line-height:36px;text-align:center;white-space:nowrap}.footprints-interactive{display:flex;min-width:0;height:100%;flex:1 1 auto;flex-direction:column;gap:24px}.footprints-days{display:grid;width:100%;height:128px;flex:0 0 128px;grid-template-columns:repeat(7,minmax(0,1fr));gap:16px}.footprints-day{position:relative;display:flex;min-width:0;height:128px;flex-direction:column;align-items:center;justify-content:center;padding:0;overflow:hidden;border:2px solid var(--progress-ink);border-radius:24px;background:var(--progress-paper);box-shadow:0 8px 12px #253b591a;color:var(--progress-ink);cursor:pointer}.footprints-day>span{z-index:1;min-height:34px;color:var(--progress-muted);font-size:16px;line-height:26px}.footprints-day>strong{z-index:1;display:flex;align-items:center;gap:4px;font-family:Arial,sans-serif;font-size:22px;line-height:27px}.footprints-day>strong img{width:20px;height:19px}.footprints-day--selected{height:128px;margin-top:-8px;background:var(--progress-orange);box-shadow:0 6px #253b5933}.footprints-day--selected>span,.footprints-day--selected>strong{color:#652200}.footprints-day__pattern{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;mix-blend-mode:multiply;opacity:.2}.footprints-day--muted{opacity:.6}.footprints-day:active{transform:translateY(2px)}.footprints-detail{position:relative;display:flex;min-height:0;flex:1 1 auto;flex-direction:column;padding:34px;overflow:hidden;border:2px solid var(--progress-ink);border-radius:32px;background:var(--progress-paper);box-shadow:0 8px 24px #253b591a}.footprints-detail__pattern{position:absolute;top:0;left:0;width:442px;height:442px;mix-blend-mode:multiply;opacity:.1}.footprints-detail h2{position:relative;display:flex;height:63px;flex:0 0 63px;align-items:flex-start;gap:15px;margin:0;font-size:28px;font-weight:600;line-height:40px}.footprints-detail h2 img{width:29px;height:29px;margin-top:5px}.footprints-task-list{position:relative;display:flex;min-height:0;flex:1 1 auto;flex-direction:column;gap:16px;padding-right:16px;overflow-y:auto}.footprints-task{display:flex;width:100%;min-height:88px;flex:0 0 88px;align-items:center;justify-content:space-between;padding:18px;border:2px solid var(--progress-ink);border-radius:24px;background:#fff1ec}.footprints-task__title{display:flex;min-width:0;align-items:center;gap:16px}.footprints-task__icon{display:grid;width:48px;height:48px;flex:0 0 48px;place-items:center;border:2px solid var(--progress-ink);border-radius:50%}.footprints-task__icon--blue{background:#4da8e8}.footprints-task__icon--coral{background:#f36f6a}.footprints-task__icon--green{background:#72c78e}.footprints-task__icon img{width:22px;max-height:22px}.footprints-task__title p{margin:0;overflow:hidden;font-size:20px;line-height:32px;text-overflow:ellipsis;white-space:nowrap}.footprints-task__reward{display:flex;height:52px;flex:0 0 auto;align-items:center;gap:8px;padding:0 18px;border:2px solid var(--progress-ink);border-radius:999px;background:var(--progress-paper)}.footprints-task__reward strong{font-family:Arial,sans-serif;font-size:22px;line-height:27px}.footprints-task__reward img{width:20px;height:19px}.footprints-page>.child-dock{z-index:5}@media(max-width:1120px){.requested-wishes-grid{right:32px;left:32px}.requested-wish-card{padding:18px}.requested-wish-card__body h2{font-size:22px}.available-wishes-grid{width:calc(100% - 48px);gap:18px}.available-wish-card__body h2{font-size:24px}.footprints-main{padding-right:24px;padding-left:24px}.footprints-layout{gap:18px}.footprints-mascot{width:220px;flex-basis:220px}.footprints-mascot>img{width:250px;height:250px}.footprints-speech p{font-size:20px;line-height:32px}.footprints-days{gap:12px}.footprints-task__title p{font-size:18px}}@media(max-height:800px){.requested-wishes-frame,.wishes-page--confirm{height:100dvh}.available-wishes-grid{height:480px}.footprints-mascot{padding-bottom:8px}.footprints-mascot>img{width:230px;height:230px}.footprints-speech{min-height:90px;padding:12px}.footprints-speech p{font-size:18px;line-height:30px}.footprints-interactive{gap:16px}.footprints-detail{padding:22px}.footprints-detail h2{height:52px;flex-basis:52px;font-size:24px}.footprints-task{min-height:80px;flex-basis:80px;padding:14px 16px}}@media(max-width:860px){.requested-wishes-header{padding-right:20px;padding-left:20px}.requested-wishes-grid{right:20px;left:20px;gap:14px}.requested-wish-card{padding:14px}.requested-wish-card__body h2{font-size:19px}.requested-wish-card__button,.requested-wish-card__redeemed strong{font-size:20px}.requested-wishes-balance strong,.requested-wishes-message{font-size:21px}.child-dock{padding:0 28px}}@media(prefers-reduced-motion:reduce){.requested-wish-card__button,.child-dock__item,.wish-confirm-sheet__actions button,.footprints-day{transition:none}}.wish-confirm-backdrop{position:fixed;z-index:40;inset:0;width:100%;height:100%;padding:0;border:0;background:#253b5966;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);cursor:pointer}.wish-confirm-sheet{position:fixed;z-index:41;right:0;bottom:0;left:0}.untimed-active-card__reward-stars{display:flex;max-width:min(460px,80vw);min-height:80px;align-items:center;justify-content:center;flex-wrap:wrap}.untimed-active-card__reward-stars img{width:50px;height:47.5px;margin:5px}.untimed-complete-card__stars{width:min(440px,100%);justify-content:center;gap:10px;flex-wrap:wrap}.untimed-complete-card__stars img{width:66px;height:63px}
