: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}html:has(.hanzi-page),body:has(.hanzi-page),#root:has(.hanzi-page){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:max(54px,env(safe-area-inset-top)) 24px max(16px,env(safe-area-inset-bottom));background:#4a525e94;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.planet-unlock-modal{position:relative;display:flex;width:min(680px,100%);height:min(724px,calc(100dvh - 74px));min-height:0;max-height:calc(100dvh - 74px);align-items:center;flex-direction:column;gap:clamp(8px,1.6dvh,16px);padding:clamp(56px,10dvh,94px) clamp(20px,3.2dvh,32px) clamp(14px,2.8dvh,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:calc(clamp(92px,16dvh,128px)/-2);left:50%;display:grid;width:clamp(92px,16dvh,128px);height:clamp(92px,16dvh,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:clamp(72px,12.5dvh,100px);height:clamp(72px,12.5dvh,100px);object-fit:contain}.planet-unlock-modal h2{position:relative;z-index:2;margin:0;font-size:clamp(24px,4.2dvh,34px);font-weight:700;line-height:1.24;letter-spacing:.025em}.planet-unlock-modal__planet{position:relative;z-index:2;display:grid;width:min(256px,35dvh,48vw);height:min(256px,35dvh,48vw);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:clamp(38px,6.2dvh,48px);align-items:center;justify-content:center;gap:8px;margin-top:0;padding:clamp(5px,1dvh,8px) clamp(16px,2.6dvh,22px);border:2px solid #253b59;border-radius:999px;color:#705300;background:#fec73c}.planet-unlock-modal__reward img{width:clamp(20px,3.2dvh,24px);height:clamp(20px,3.2dvh,24px);object-fit:contain}.planet-unlock-modal__reward strong{font-size:clamp(18px,3.2dvh,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:clamp(4px,1dvh,10px);margin-top:auto}.planet-unlock-modal__actions button{width:100%;height:clamp(44px,7.2dvh,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:clamp(20px,3.6dvh,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:clamp(18px,3dvh,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:max(44px,env(safe-area-inset-top)) 14px max(10px,env(safe-area-inset-bottom))}.planet-unlock-modal{height:calc(100dvh - 54px);max-height:calc(100dvh - 54px);padding:clamp(44px,9dvh,52px) 20px 14px;border-radius:20px}.planet-unlock-modal__mascot{top:-43px;width:86px;height:86px}.planet-unlock-modal__mascot img{width:68px;height:68px}.planet-unlock-modal h2{font-size:clamp(22px,4.6dvh,26px)}.planet-unlock-modal__planet{width:min(210px,32dvh,54vw);height:min(210px,32dvh,54vw)}.planet-unlock-modal__reward{min-height:38px;padding:5px 16px}.planet-unlock-modal__reward strong{font-size:clamp(17px,3.4dvh,19px)}.planet-unlock-modal__actions{gap:4px}.planet-unlock-modal__actions button{height:clamp(42px,7.5dvh,54px)}.planet-unlock-modal__map{font-size:clamp(19px,3.9dvh,23px)}.planet-unlock-modal__stay{font-size:clamp(17px,3.4dvh,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}.hanzi-page{--hanzi-ink: #253b59;--hanzi-brown: #584239;--hanzi-border: #251914;--hanzi-bg: #fff8e8;--hanzi-surface: #fffdf7;--hanzi-orange: #ff7a3d;--hanzi-mint: #77f7ea;--hanzi-pink: #fff1ed;position:relative;width:min(100%,1280px);min-width:0;height:100dvh;min-height:720px;margin:0 auto;overflow:hidden;color:var(--hanzi-ink);background:radial-gradient(circle at 14% 16%,rgba(255,214,102,.24),transparent 28%),radial-gradient(circle at 88% 80%,rgba(255,122,61,.12),transparent 26%),var(--hanzi-bg)}.hanzi-page button{font:inherit;color:inherit;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,filter .12s ease;-webkit-tap-highlight-color:transparent}.hanzi-page button:active{filter:saturate(.98);transform:translateY(4px) scale(.985)}.hanzi-back-button{display:grid;width:56px;height:56px;flex:0 0 56px;place-items:center;border:2px solid var(--hanzi-ink);border-radius:24px;background:var(--hanzi-surface);box-shadow:0 4px #253b591f}.hanzi-back-button img{display:block;width:24px;height:24px;object-fit:contain}.hanzi-header-spacer{display:block;width:56px;height:56px}.hanzi-more-button{position:absolute;z-index:12;top:max(22px,env(safe-area-inset-top));right:max(24px,env(safe-area-inset-right));display:grid;width:52px;height:52px;padding:0;place-items:center;border:2px solid var(--hanzi-ink);border-radius:50%;background:var(--hanzi-surface);box-shadow:0 4px 8px #253b591a}.hanzi-more-button img{display:block;width:20px;height:6px;object-fit:contain}.hanzi-more-menu{top:84px}.hanzi-more-menu .untimed-more-menu__panel{grid-template-columns:minmax(210px,1fr)}.hanzi-play-icon{display:block;width:18px;height:22px;object-fit:contain}.hanzi-home-header,.hanzi-flow-header{position:relative;z-index:2;width:min(1130px,calc(100% - 64px));margin:32px auto 0}.hanzi-page.hanzi-page--home{display:grid;min-height:600px;grid-template-rows:auto minmax(0,1fr) auto;row-gap:clamp(10px,2dvh,18px);padding-bottom:max(18px,env(safe-area-inset-bottom))}.hanzi-page--home .hanzi-home-header{margin-top:clamp(16px,3.5dvh,32px)}.hanzi-home-header{display:grid;height:72px;grid-template-columns:180px minmax(0,1fr) 180px;align-items:start}.hanzi-home-header h1,.hanzi-flow-header h1{margin:0;text-align:center;font-size:clamp(30px,3.2vw,40px);font-weight:700;line-height:56px}.hanzi-time-chip{display:inline-flex;height:56px;align-items:center;justify-content:center;gap:10px;justify-self:end;padding:0 24px;border:2px solid var(--hanzi-ink);border-radius:999px;background:var(--hanzi-surface);box-shadow:0 4px #253b591f;font-size:22px;font-weight:700}.hanzi-page--home .hanzi-time-chip{gap:clamp(6px,1dvh,10px);padding-inline:clamp(10px,2.4dvh,24px);font-size:clamp(16px,2.7dvh,22px);white-space:nowrap;margin-right:68px}.hanzi-stage-list{display:grid;width:min(720px,calc(100% - 96px));margin:18px auto 0;gap:24px}.hanzi-page--home .hanzi-stage-list{width:min(720px,calc(100% - 64px));height:min(567px,100%);min-height:0;grid-template-rows:repeat(3,minmax(0,1fr));align-self:center;margin:0 auto;gap:clamp(10px,2.2dvh,24px)}.hanzi-stage-card{display:grid;min-height:173px;grid-template-columns:128px minmax(0,1fr);align-items:center;gap:24px;padding:24px 32px;border:2px solid var(--hanzi-ink);border-radius:24px;background:var(--hanzi-surface);box-shadow:0 8px #253b591f}.hanzi-page--home .hanzi-stage-card{min-height:0;height:100%;grid-template-columns:clamp(82px,14dvh,128px) minmax(0,1fr);gap:clamp(14px,2.5dvh,24px);padding:clamp(12px,2.6dvh,24px) clamp(20px,3.4dvh,32px);border-radius:clamp(18px,3dvh,24px)}.hanzi-stage-card__icon{display:grid;width:96px;height:96px;place-items:center;border:2px solid var(--hanzi-ink);border-radius:28px;background:#ffefc6;font-family:var(--sm-font-numeric);font-size:44px;font-weight:800}.hanzi-page--home .hanzi-stage-card__icon{width:clamp(64px,11dvh,96px);height:clamp(64px,11dvh,96px);border-radius:clamp(20px,3.2dvh,28px);font-size:clamp(32px,5dvh,44px)}.hanzi-stage-card--new .hanzi-stage-card__icon{background:#d6fff8}.hanzi-stage-card--listen .hanzi-stage-card__icon{background:#e7f2ff}.hanzi-stage-card__copy>div{display:flex;align-items:center;justify-content:space-between;gap:20px}.hanzi-stage-card h2{margin:0;color:var(--hanzi-ink);font-size:28px;line-height:42px}.hanzi-page--home .hanzi-stage-card h2{font-size:clamp(22px,3.3dvh,28px);line-height:1.3}.hanzi-stage-card strong{color:#65758b;font-size:18px}.hanzi-page--home .hanzi-stage-card strong{font-size:clamp(14px,2.2dvh,18px)}.hanzi-stage-card p{margin:3px 0 16px;color:var(--hanzi-brown);font-size:20px}.hanzi-page--home .hanzi-stage-card p{margin:clamp(2px,.5dvh,3px) 0 clamp(7px,1.8dvh,16px);font-size:clamp(16px,2.4dvh,20px)}.hanzi-stage-card small{display:inline-flex;padding:7px 18px;border:2px solid #e0bfb2;border-radius:999px;background:#fff2ed;font-size:16px;font-weight:700}.hanzi-page--home .hanzi-stage-card small{padding:clamp(4px,.8dvh,7px) clamp(12px,2dvh,18px);font-size:clamp(13px,1.9dvh,16px)}.hanzi-bottom-action{position:absolute;z-index:3;bottom:36px;left:0;display:flex;width:100%;justify-content:center}.hanzi-page--home .hanzi-bottom-action{position:static;height:clamp(58px,8dvh,72px);align-items:center}.hanzi-page--home .hanzi-bottom-action button{height:100%;min-height:0;font-size:clamp(24px,3.6dvh,32px)}.hanzi-bottom-action button,.hanzi-result-footer button{display:inline-flex;min-width:300px;height:72px;align-items:center;justify-content:center;gap:14px;padding:0 42px;border:2px solid var(--hanzi-border);border-radius:24px;background:var(--hanzi-orange);box-shadow:0 6px #253b5929;color:#fffdf7;font-size:32px;font-weight:700}.hanzi-back-button:active,.hanzi-time-chip:active,.hanzi-stage-card:active,.hanzi-bottom-action button:active,.hanzi-result-footer button:active,.hanzi-review-actions button:active,.hanzi-feedback-toast:active,.hanzi-audio-orb:active,.hanzi-meaning-copy button:active,.hanzi-listen-play:active,.hanzi-listen-replay:active,.hanzi-listen-next:active{box-shadow:0 2px #253b5924}.hanzi-flow-header__top{display:grid;grid-template-columns:180px minmax(0,1fr) 180px;align-items:center}.hanzi-flow-header__top>span{justify-self:end;margin-right:68px;font-size:24px;font-weight:700}.hanzi-progress-track{width:min(760px,calc(100% - 96px));height:16px;margin:20px auto 0;overflow:hidden;border:2px solid var(--hanzi-border);border-radius:999px;background:#fffdf7}.hanzi-progress-track span{display:block;height:100%;border-radius:inherit;background:var(--hanzi-orange)}.hanzi-review-canvas{display:grid;height:calc(100% - 171px);place-items:start center;padding-top:clamp(20px,3vh,48px)}.hanzi-review-card{position:relative;display:grid;width:min(500px,calc(100vw - 80px));aspect-ratio:1;place-items:center;padding:0;border:0;background:transparent;perspective:1200px}.hanzi-review-card__face{position:absolute;inset:0;display:grid;place-items:center;border:2px solid var(--hanzi-border);border-radius:32px;background:var(--hanzi-surface);box-shadow:0 10px #253b5924;-webkit-backface-visibility:hidden;backface-visibility:hidden;visibility:visible;opacity:1;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;transition:transform .52s cubic-bezier(.2,.8,.2,1),opacity 1ms linear .26s,visibility 1ms linear .26s,box-shadow .12s ease}.hanzi-review-card__face--back{border-radius:40px;visibility:hidden;opacity:0;transform:rotateY(180deg)}.hanzi-review-card--flipped .hanzi-review-card__face--front{visibility:hidden;opacity:0;transform:rotateY(180deg)}.hanzi-review-card--flipped .hanzi-review-card__face--back{visibility:visible;opacity:1;transform:rotateY(360deg)}.hanzi-review-card:active{transform:translateY(4px) scale(.985)}.hanzi-review-card:active .hanzi-review-card__face{box-shadow:0 5px #253b5924}.hanzi-review-card p{position:absolute;bottom:33px;margin:0;color:var(--hanzi-brown);font-size:24px;font-weight:600}.hanzi-hint-chip{position:absolute;top:26px;right:26px;padding:10px 22px;border:2px solid var(--hanzi-border);border-radius:999px;background:#fff1ed;color:var(--hanzi-brown);font-size:16px;font-weight:700}.hanzi-character-box{position:relative;display:grid;width:min(260px,58%);aspect-ratio:1;place-items:center;border:2px dashed #dfc0b4;background:repeating-linear-gradient(to bottom,transparent 0 7px,#dfc0b4 7px 12px,transparent 12px 19px) 50% 0 / 2px 100% no-repeat,repeating-linear-gradient(to right,transparent 0 7px,#dfc0b4 7px 12px,transparent 12px 19px) 0 50% / 100% 2px no-repeat;color:var(--hanzi-ink)}.hanzi-character-box span{font-size:clamp(120px,16vw,180px);font-weight:600;line-height:1}.hanzi-character-box--compact{width:min(220px,50%)}.hanzi-review-actions{display:flex;gap:32px;margin-top:44px}.hanzi-review-actions button{width:280px;height:64px;border:2px solid var(--hanzi-border);border-radius:12px;background:var(--hanzi-surface);box-shadow:0 5px #253b591f;color:var(--hanzi-brown);font-size:28px;font-weight:600}.hanzi-review-actions button:last-child{background:var(--hanzi-orange);color:#fffdf7}.hanzi-page--feedback-mini,.hanzi-page--feedback-only{display:grid;place-items:center}.hanzi-review-card__face--back .hanzi-character-box{position:absolute;top:30px;left:50%;width:230px;height:132px;aspect-ratio:auto;transform:translate(-50%)}.hanzi-review-card__face--back .hanzi-character-box span{font-size:96px}.hanzi-flip-cue{position:absolute;top:19px;right:19px;color:#8c7167;font-size:22px;font-weight:800;line-height:1}.hanzi-meaning-illustration,.hanzi-meaning-picture{position:absolute;display:grid;place-items:center;overflow:hidden;padding:8px;border:2px solid var(--hanzi-ink);border-radius:16px;background:#fff1ec}.hanzi-meaning-illustration{bottom:112px;left:50%;width:min(260px,calc(100% - 120px));height:200px;padding:12px;transform:translate(-50%)}.hanzi-meaning-illustration img,.hanzi-meaning-picture img{display:block;width:100%;height:100%;object-fit:contain}.hanzi-meaning-illustration span,.hanzi-meaning-picture span{position:absolute;bottom:0;width:88px;height:52px;clip-path:polygon(50% 0,100% 100%,0 100%);background:#65758b}.hanzi-meaning-illustration span:nth-child(2),.hanzi-meaning-picture span:nth-child(2){left:18%;width:70px;height:42px;background:#8fa0ae}.hanzi-meaning-illustration span:nth-child(3),.hanzi-meaning-picture span:nth-child(3){right:12%;width:62px;height:38px;background:#435875}.hanzi-card-back__bottom{position:absolute;bottom:35px;left:76px;display:flex;align-items:center;gap:16px}.hanzi-card-back__bottom strong{width:140px;font-size:28px;font-weight:600}.hanzi-card-back__bottom span{display:inline-flex;height:52px;align-items:center;gap:9px;padding:0 28px;border:2px solid var(--hanzi-ink);border-radius:999px;background:var(--hanzi-orange);color:#fffdf7;font-size:20px;font-weight:700}.hanzi-card-back__bottom .hanzi-play-icon{width:13px;height:16px}.hanzi-runtime-default-image{position:absolute;bottom:112px;width:132px;height:88px;border:2px solid var(--hanzi-ink);border-radius:16px;background:#fff1ec;object-fit:contain}.hanzi-runtime-error{position:fixed;z-index:60;right:24px;bottom:24px;max-width:min(480px,calc(100vw - 48px));margin:0;padding:13px 18px;border:2px solid #a64538;border-radius:12px;background:#fff7f2;box-shadow:0 6px #452e271f;color:#8b3129;font-size:16px;font-weight:700}.hanzi-runtime-new-card img{display:block;max-width:100%;max-height:100%;object-fit:contain}.hanzi-feedback-toast{display:inline-flex;width:400px;height:75px;align-items:center;justify-content:center;gap:16px;border:2px solid var(--hanzi-ink);border-radius:999px;background:#72c78e;box-shadow:0 7px #253b5929;color:#fff;font-size:28px;font-weight:600}.hanzi-feedback-toast span{display:grid;width:30px;height:30px;place-items:center;border:2px solid currentColor;border-radius:50%;font-size:20px}.hanzi-known-toast-layer{position:absolute;z-index:20;inset:0;display:grid;place-items:center;pointer-events:none}.hanzi-known-toast-layer .hanzi-feedback-toast{animation:hanzi-known-toast .7s ease both}@keyframes hanzi-known-toast{0%{opacity:0;transform:translateY(18px) scale(.94)}18%,72%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-8px) scale(.98)}}.hanzi-coach-card{position:absolute;top:174px;left:50%;display:grid;width:min(680px,calc(100% - 80px));height:455px;grid-template-rows:auto auto auto;place-items:center;padding:66px 48px 40px;border:2px solid var(--hanzi-ink);border-radius:24px;background:var(--hanzi-surface);box-shadow:0 10px #253b5924;transform:translate(-50%)}.hanzi-coach-card__spark{position:absolute;top:-48px;left:50%;display:grid;width:96px;height:96px;place-items:center;border:2px solid var(--hanzi-ink);border-radius:50%;background:#ffefc6;font-size:42px;transform:translate(-50%)}.hanzi-coach-card h1{margin:0 0 20px;color:var(--hanzi-brown);font-size:24px;font-weight:600}.hanzi-coach-card .hanzi-character-box{width:210px}.hanzi-coach-card .hanzi-character-box span{font-size:150px}.hanzi-coach-audio{display:inline-flex;height:54px;align-items:center;gap:9px;margin-top:22px;padding:0 28px;border:2px solid var(--hanzi-ink);border-radius:999px;background:var(--hanzi-orange);box-shadow:0 5px #253b5924;color:#fffdf7;font-size:20px;font-weight:700}.hanzi-coach-audio .hanzi-play-icon{width:13px;height:16px}.hanzi-page--new,.hanzi-page--sound,.hanzi-page--meaning{min-height:834px}.hanzi-step-indicators{display:flex;width:min(720px,calc(100% - 96px));margin:28px auto 24px;align-items:center;justify-content:space-between}.hanzi-step-pill{position:relative;display:inline-flex;height:40px;align-items:center;gap:12px;color:#9aa3ad;font-size:24px;font-weight:700}.hanzi-step-pill:not(:last-child):after{position:absolute;left:calc(100% + 32px);width:64px;height:3px;border-radius:999px;background:#e0bfb2;content:""}.hanzi-step-pill b{display:grid;width:40px;height:40px;place-items:center;border:2px solid currentColor;border-radius:50%;font-family:var(--sm-font-numeric)}.hanzi-step-pill--active,.hanzi-step-pill--done{color:var(--hanzi-ink)}.hanzi-step-pill--active b{background:var(--hanzi-orange);color:#fffdf7}.hanzi-new-card{position:relative;display:grid;width:min(1130px,calc(100% - 96px));height:min(56vh,560px);min-height:420px;margin:0 auto;place-items:center;border:2px solid var(--hanzi-border);border-radius:32px;background:var(--hanzi-surface);box-shadow:0 10px #253b5924}.hanzi-section-label{position:absolute;top:34px;left:34px;padding:15px 24px;border:2px solid var(--hanzi-border);border-radius:16px;background:var(--hanzi-mint);color:var(--hanzi-brown);font-size:24px;font-weight:700}.hanzi-new-card p{position:absolute;bottom:38px;margin:0;color:var(--hanzi-brown);font-size:28px;font-weight:700}.hanzi-sound-stage{position:relative;display:grid;width:min(760px,calc(100% - 96px));height:min(56vh,520px);min-height:430px;margin:52px auto 0;place-items:center}.hanzi-sound-stage h2{position:absolute;top:0;margin:0;font-size:28px;font-weight:600}.hanzi-audio-orb{display:grid;width:180px;height:180px;place-items:center;border:2px solid var(--hanzi-ink);border-radius:50%;background:#4da8e8;box-shadow:0 0 0 20px #4da8e81f,0 10px #253b5924;color:#fff}.hanzi-audio-orb .hanzi-play-icon{width:52px;height:66px;margin-left:8px}.hanzi-sound-stage .hanzi-character-box{position:absolute;right:48px;bottom:12px;width:150px;background-color:var(--hanzi-surface)}.hanzi-sound-stage .hanzi-character-box span{font-size:100px}.hanzi-meaning-layout{position:relative;display:grid;width:min(1120px,calc(100% - 96px));height:min(60vh,560px);min-height:440px;margin:48px auto 0;grid-template-columns:minmax(320px,1fr) minmax(360px,1fr);align-items:center;gap:56px}.hanzi-meaning-picture{position:relative;width:min(430px,100%);height:286px;justify-self:end}.hanzi-meaning-picture span{width:230px;height:145px}.hanzi-meaning-copy{display:flex;align-items:center;flex-direction:column;gap:42px}.hanzi-meaning-copy strong{font-size:28px;font-weight:600}.hanzi-meaning-copy>div{display:flex;gap:24px}.hanzi-meaning-copy button{min-width:120px;height:64px;border:2px solid var(--hanzi-ink);border-radius:18px;background:var(--hanzi-surface);box-shadow:0 5px #253b591f;color:var(--hanzi-brown);font-size:24px;font-weight:600}.hanzi-page--new,.hanzi-page--sound,.hanzi-page--meaning{min-height:680px;background:#fff8e8}.hanzi-new-word-header{position:absolute;z-index:5;top:0;left:50%;width:min(1216px,calc(100% - 64px));height:144px;padding-top:32px;transform:translate(-50%)}.hanzi-new-word-header__top{position:relative;display:flex;height:56px;align-items:center;justify-content:space-between}.hanzi-new-word-header .hanzi-back-button{width:56px;height:56px;flex-basis:56px;border-color:#251914;border-radius:999px;background:#fffdf7;box-shadow:0 8px 12px #253b591a}.hanzi-new-word-header .hanzi-back-button img{width:20px;height:20px}.hanzi-new-word-header h1{position:absolute;left:50%;margin:0;color:#251914;font-size:28px;font-weight:700;line-height:40px;transform:translate(-50%)}.hanzi-new-word-counter{display:inline-flex;align-items:center;gap:8px;color:#584239;font-size:24px;font-weight:700;line-height:36px;white-space:nowrap}.hanzi-new-word-counter img{width:20px;height:20px}.hanzi-new-word-progress{position:relative;width:min(760px,calc(100% - 96px));height:16px;margin:24px auto 0;overflow:hidden;border:2px solid #251914;border-radius:999px;background:#f5ded6}.hanzi-new-word-progress span{display:block;height:100%;border-right:2px solid #251914;background:#f36f6a}.hanzi-page--new-shape .hanzi-new-word-header{width:min(1130px,calc(100% - 120px))}.hanzi-shape-steps{position:absolute;z-index:3;top:144px;left:50%;display:flex;height:40px;align-items:center;gap:160px;transform:translate(-50%)}.hanzi-shape-step{position:relative;display:flex;width:124px;height:40px;align-items:center;gap:12px;color:#584239;font-size:24px;font-weight:700;line-height:36px;opacity:.6;white-space:nowrap}.hanzi-shape-step:not(:last-child):after{position:absolute;top:19px;left:172px;width:64px;border-top:2px dashed #dfc0b4;content:""}.hanzi-shape-step b{display:grid;width:40px;height:40px;flex:0 0 40px;place-items:center;border:2px solid #251914;border-radius:999px;background:#f5ded6;font-family:var(--sm-font-sans);font-size:28px;font-weight:600;line-height:40px}.hanzi-shape-step--active{color:#251914;opacity:1}.hanzi-shape-step--active b{background:#ff7a3d;color:#652200}.hanzi-shape-card{position:absolute;top:208px;bottom:152px;left:50%;width:min(1130px,calc(100% - 120px));min-height:410px;overflow:hidden;border:2px solid #251914;border-radius:32px;background:#fffdf7;box-shadow:0 8px 24px #253b591a;transform:translate(-50%)}.hanzi-shape-card__label{position:absolute;top:32px;left:32px;display:flex;height:67px;align-items:center;gap:12px;padding:0 26px;border:2px solid #251914;border-radius:16px;background:#77f7ea;color:#00504b;font-size:24px;font-weight:700;line-height:36px}.hanzi-shape-card__label img{width:28px;height:39px}.hanzi-shape-card__content{position:absolute;top:112px;bottom:63px;left:50%;width:min(672px,calc(100% - 96px));transform:translate(-50%)}.hanzi-shape-card__content>.hanzi-character-box{position:absolute;top:-30px;left:50%;width:240px;height:240px;border-color:#f36f6a4d;background:repeating-linear-gradient(to bottom,transparent 0 7px,rgba(243,111,106,.3) 7px 12px,transparent 12px 19px) 50% 0 / 1px 100% no-repeat,repeating-linear-gradient(to right,transparent 0 7px,rgba(243,111,106,.3) 7px 12px,transparent 12px 19px) 0 50% / 100% 1px no-repeat;color:#000;transform:translate(-50%)}.hanzi-shape-card__content>.hanzi-character-box span{font-size:160px;font-weight:500;line-height:1}.hanzi-shape-mnemonic{position:absolute;right:0;bottom:0;left:0;display:flex;height:300px;flex-direction:column;align-items:center;gap:10px;padding:16px 22px;border:2px solid #251914;border-radius:24px;background:#fff1ec}.hanzi-shape-mnemonic__image{display:grid;width:min(220px,72%);aspect-ratio:1;height:min(220px,calc(100% - 54px));overflow:hidden;place-items:center;padding:10px;border:2px solid #251914;border-radius:12px;background:#fff1ec}.hanzi-shape-mnemonic__image img{width:100%;height:100%;object-fit:contain}.hanzi-shape-mnemonic p{margin:0;color:#253b59;font-size:24px;font-weight:700;line-height:34px}.hanzi-new-word-footer{position:absolute;z-index:6;right:0;bottom:32px;left:0;display:flex;justify-content:center}.hanzi-new-word-footer button{display:inline-flex;width:320px;height:80px;align-items:center;justify-content:center;gap:16px;border:2px solid #251914;border-radius:24px;background:#ff7a3d;box-shadow:0 8px #253b5926;color:#fff;font-size:34px;font-weight:700;line-height:48px}.hanzi-new-word-footer button img{width:27px;height:27px}.hanzi-new-word-footer button:active{box-shadow:0 3px #253b5926}.hanzi-page--sound .hanzi-new-word-progress span{border-right-color:#251914}.hanzi-sound-steps{position:absolute;z-index:3;top:168px;left:50%;display:grid;width:564px;height:84px;grid-template-columns:120px 32px 128px 32px 120px;align-items:center;justify-content:center;column-gap:16px;border:2px solid #251914;border-radius:999px;background:#fffdf7;box-shadow:0 8px 12px #253b591a;transform:translate(calc(-50% - 43px))}.hanzi-sound-step{display:flex;height:40px;align-items:center;gap:8px;color:#584239;font-size:24px;font-weight:600;line-height:36px;opacity:.6;white-space:nowrap}.hanzi-sound-step b{display:grid;width:40px;height:40px;flex:0 0 40px;place-items:center;border:2px solid #251914;border-radius:999px;background:#fff1ec;font-family:var(--sm-font-sans);font-size:20px;font-style:normal;line-height:27px}.hanzi-sound-step b img{display:block;max-width:24px;max-height:27px}.hanzi-sound-step--done b{background:#72c78e}.hanzi-sound-step--active{color:#a53c00;opacity:1}.hanzi-sound-step--active b{width:48px;height:48px;flex-basis:48px;margin-left:-4px;background:#ff7a3d;box-shadow:0 4px #251914}.hanzi-sound-steps>i{width:32px;border-top:2px dashed #8c7167;opacity:.65}.hanzi-sound-card{position:absolute;top:clamp(238px,26.82dvh,276px);left:50%;width:min(800px,calc(100% - 160px));height:clamp(430px,51.62dvh,531px);border:2px solid #251914;border-radius:24px;background:#fffdf7;box-shadow:0 8px 24px #253b591a;transform:translate(calc(-50% - 43px))}.hanzi-sound-card__label{position:absolute;top:34px;left:50%;display:flex;height:59px;align-items:center;gap:12px;padding:0 26px;border:2px solid #251914;border-radius:999px;background:#fff1ec;color:#a53c00;transform:translate(-50%)}.hanzi-sound-card__label img{width:24px;height:28px}.hanzi-sound-card__label h2{margin:0;font-size:28px;font-weight:700;line-height:40px;white-space:nowrap}.hanzi-sound-card>.hanzi-character-box{position:absolute;top:117px;left:50%;width:240px;height:240px;border-color:#f36f6a4d;background:repeating-linear-gradient(to bottom,transparent 0 7px,rgba(243,111,106,.3) 7px 12px,transparent 12px 19px) 50% 0 / 1px 100% no-repeat,repeating-linear-gradient(to right,transparent 0 7px,rgba(243,111,106,.3) 7px 12px,transparent 12px 19px) 0 50% / 100% 1px no-repeat;color:#000;transform:translate(-50%)}.hanzi-sound-card>.hanzi-character-box span{font-size:160px;font-weight:500}.hanzi-sound-card .hanzi-audio-orb{position:absolute;bottom:42px;left:50%;display:grid;width:100px;height:100px;padding:0;place-items:center;border:2px solid #251914;border-radius:999px;background:#ff7a3d;box-shadow:0 8px #251914;transform:translate(-50%)}.hanzi-sound-card .hanzi-audio-orb:active{box-shadow:0 4px #251914;transform:translate(-50%) translateY(4px) scale(.98)}.hanzi-audio-orb__pulse{position:absolute;inset:-2px;border:4px solid rgba(255,122,61,.55);border-radius:inherit;pointer-events:none;animation:hanzi-audio-pulse .72s ease-out forwards}.hanzi-sound-card .hanzi-audio-orb img{width:48px;height:47px;filter:brightness(0) invert(1)}.hanzi-page--new:not(.hanzi-page--runtime-new) .hanzi-shape-card__content{top:32px;bottom:32px}.hanzi-page--sound:not(.hanzi-page--runtime-new) .hanzi-sound-card>.hanzi-character-box{top:52px}.hanzi-page--meaning:not(.hanzi-page--runtime-new) .hanzi-meaning-core{top:32px}.hanzi-sound-card .hanzi-audio-orb:has(.hanzi-audio-orb__pulse) img{animation:hanzi-speaker-play .52s ease-in-out}@keyframes hanzi-audio-pulse{0%{opacity:.8;transform:scale(.84)}to{opacity:0;transform:scale(1.55)}}@keyframes hanzi-speaker-play{0%,to{transform:scale(1)}35%{transform:scale(1.16) rotate(-4deg)}68%{transform:scale(1.08) rotate(3deg)}}.hanzi-page--sound .hanzi-new-word-footer{bottom:clamp(28px,6.03dvh,62px);transform:translate(-43px)}.hanzi-page--sound .hanzi-new-word-footer button,.hanzi-page--meaning .hanzi-new-word-footer button{width:260px;height:72px;gap:12px;font-size:28px;line-height:40px}.hanzi-page--sound .hanzi-new-word-footer button img,.hanzi-page--meaning .hanzi-new-word-footer button img{width:24px;height:24px}.hanzi-page--meaning .hanzi-new-word-header{top:32px}.hanzi-meaning-canvas{position:absolute;top:176px;left:50%;width:min(1248px,calc(100% - 64px));height:clamp(500px,61.81dvh,636px);border-radius:24px;background:#fffdf7;box-shadow:0 8px 24px #253b591a;transform:translate(-50%)}.hanzi-meaning-canvas__header{position:absolute;top:32px;left:32px;display:flex;height:40px;align-items:center;gap:12px}.hanzi-meaning-canvas__header>span{display:grid;width:40px;height:40px;place-items:center;border-radius:999px;background:#fff1ec}.hanzi-meaning-canvas__header img{width:22px;height:24px}.hanzi-meaning-canvas__header h2{margin:0;color:#253b59;font-size:24px;font-weight:700;line-height:36px}.hanzi-meaning-core{position:absolute;inset:104px 32px 32px;display:grid;grid-template-columns:minmax(0,523px) minmax(0,519px);justify-content:center;gap:24px}.hanzi-meaning-figure{display:grid;height:100%;overflow:hidden;place-items:center;padding:clamp(12px,2dvh,20px);border:2px solid #8c7167;border-radius:14px;background:#fff1ec}.hanzi-meaning-figure img{width:100%;height:100%;object-fit:contain}.hanzi-meaning-panel{display:grid;height:100%;grid-template-rows:minmax(0,1fr) 64px;gap:24px}.hanzi-meaning-panel__character{display:flex;min-height:0;align-items:center;flex-direction:column;justify-content:center;border:2px solid #8c7167;border-radius:14px;background:#fff1ec}.hanzi-meaning-panel__character strong{color:#253b59;font-size:140px;font-weight:500;line-height:1}.hanzi-meaning-panel__character span{margin-top:10px;color:#251914;font-size:28px;font-weight:500;line-height:40px}.hanzi-meaning-vocabulary{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.hanzi-meaning-vocabulary button{display:flex;height:64px;align-items:center;justify-content:center;gap:8px;border:2px solid #4da8e8;border-radius:12px;background:#fffdf7;color:#253b59;font-size:24px;font-weight:500;line-height:36px}.hanzi-meaning-vocabulary button img{width:18px;height:18px}.hanzi-page--meaning .hanzi-new-word-footer{bottom:clamp(24px,4.18dvh,43px)}@media(max-height:900px){.hanzi-shape-card{top:196px;bottom:124px}.hanzi-shape-steps{top:140px}.hanzi-shape-card__content{top:104px;bottom:32px}.hanzi-shape-card__content>.hanzi-character-box{top:-20px;width:160px;height:160px}.hanzi-shape-card__content>.hanzi-character-box span{font-size:108px}.hanzi-shape-mnemonic{height:268px;gap:8px;padding:14px 18px}.hanzi-shape-mnemonic__image{width:min(190px,70%);height:min(190px,calc(100% - 46px))}.hanzi-new-word-footer{bottom:22px}.hanzi-sound-steps{top:142px;height:72px}.hanzi-sound-card{top:224px;height:clamp(360px,calc(100dvh - 390px),480px)}.hanzi-sound-card__label{top:24px}.hanzi-sound-card>.hanzi-character-box{top:94px;width:190px;height:190px}.hanzi-sound-card>.hanzi-character-box span{font-size:128px}.hanzi-sound-card .hanzi-audio-orb{bottom:28px;width:84px;height:84px}.hanzi-sound-card .hanzi-audio-orb img{width:40px;height:39px}.hanzi-meaning-canvas{top:160px;height:calc(100dvh - 272px)}.hanzi-page--meaning .hanzi-new-word-header{top:16px}.hanzi-meaning-core{top:94px;bottom:24px}.hanzi-meaning-panel__character strong{font-size:112px}}@media(max-width:900px),(orientation:portrait){.hanzi-new-word-header{width:calc(100% - 36px);padding-top:24px}.hanzi-new-word-counter{font-size:18px}.hanzi-shape-steps{gap:clamp(38px,7vw,82px)}.hanzi-shape-step:not(:last-child):after{left:calc(100% + 14px);width:clamp(24px,5vw,52px)}.hanzi-shape-card{width:calc(100% - 48px)}.hanzi-sound-card{width:min(760px,calc(100% - 48px))}.hanzi-sound-steps,.hanzi-sound-card{transform:translate(-50%)}.hanzi-page--sound .hanzi-new-word-footer{transform:none}.hanzi-meaning-canvas{width:calc(100% - 32px)}.hanzi-meaning-core{right:20px;left:20px;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.hanzi-meaning-vocabulary{gap:8px}.hanzi-meaning-vocabulary button{gap:4px;font-size:20px}}.hanzi-page.hanzi-page--runtime-new{display:grid;min-height:600px;grid-template-rows:auto auto minmax(0,1fr) auto;row-gap:clamp(8px,1.6dvh,16px);padding:max(14px,env(safe-area-inset-top)) 0 max(14px,env(safe-area-inset-bottom))}.hanzi-page--runtime-new .hanzi-new-word-header{position:relative;top:auto;left:auto;width:min(1130px,calc(100% - 64px));height:auto;margin:0 auto;padding-top:0;transform:none}.hanzi-page--runtime-new .hanzi-new-word-header__top{height:clamp(48px,6.8dvh,56px)}.hanzi-page--runtime-new .hanzi-new-word-header h1{font-size:clamp(24px,3.5dvh,28px)}.hanzi-page--runtime-new .hanzi-new-word-counter{margin-right:68px;font-size:clamp(17px,2.7dvh,24px)}.hanzi-page--runtime-new .hanzi-new-word-progress{width:min(760px,calc(100% - 96px));height:clamp(12px,1.9dvh,16px);margin:clamp(8px,1.5dvh,14px) auto 0}.hanzi-page--runtime-new .hanzi-step-indicators{position:relative;z-index:3;top:auto;width:min(620px,calc(100% - 96px));height:clamp(38px,5.2dvh,44px);margin:0 auto}.hanzi-page--runtime-new .hanzi-step-pill{height:clamp(34px,4.8dvh,40px);gap:clamp(7px,1.2dvh,12px);font-size:clamp(18px,2.8dvh,24px)}.hanzi-page--runtime-new .hanzi-step-pill b{width:clamp(34px,4.8dvh,40px);height:clamp(34px,4.8dvh,40px)}.hanzi-page--runtime-new .hanzi-step-pill:not(:last-child):after{left:calc(100% + clamp(18px,3dvh,28px));width:clamp(38px,6dvh,58px)}.hanzi-page--runtime-new .hanzi-shape-card,.hanzi-page--runtime-new .hanzi-sound-card,.hanzi-page--runtime-new .hanzi-meaning-canvas{position:relative;inset:auto;width:min(1000px,calc(100% - 64px));height:100%;min-height:0;margin:0 auto;transform:none}.hanzi-page--runtime-new .hanzi-new-word-footer{position:static;height:clamp(56px,8dvh,72px);align-items:center;transform:none}.hanzi-page--runtime-new .hanzi-new-word-footer button,.hanzi-page--runtime-new.hanzi-page--sound .hanzi-new-word-footer button,.hanzi-page--runtime-new.hanzi-page--meaning .hanzi-new-word-footer button{width:clamp(240px,30vw,300px);height:100%;min-height:0;font-size:clamp(24px,3.5dvh,30px);line-height:1}.hanzi-page--runtime-new .hanzi-shape-card__label{top:clamp(14px,2.4dvh,24px);left:clamp(16px,2.8dvh,28px);height:clamp(46px,6.5dvh,58px);padding:0 clamp(16px,2.8dvh,24px);font-size:clamp(18px,2.7dvh,23px)}.hanzi-page--runtime-new .hanzi-shape-card__content{position:relative;inset:auto;display:grid;width:min(820px,calc(100% - 48px));height:100%;grid-template-columns:minmax(160px,.7fr) minmax(320px,1.3fr);align-items:center;gap:clamp(22px,5vw,64px);margin:0 auto;padding:clamp(14px,2.5dvh,24px) 0;transform:none}.hanzi-page--runtime-new .hanzi-shape-card__content>.hanzi-character-box{position:relative;top:auto;left:auto;width:clamp(165px,27dvh,230px);height:clamp(165px,27dvh,230px);justify-self:center;transform:none}.hanzi-page--runtime-new .hanzi-shape-card__content>.hanzi-character-box span{font-size:clamp(108px,18dvh,154px)}.hanzi-page--runtime-new .hanzi-shape-image-only{display:grid;width:min(440px,100%);height:min(440px,calc(100% - 24px));aspect-ratio:1;min-height:0;place-items:center;justify-self:center;overflow:hidden;padding:clamp(12px,2dvh,20px);border-radius:clamp(14px,2.3dvh,20px);background:#fff1ec}.hanzi-page--runtime-new .hanzi-shape-image-only img{display:block;width:100%;height:100%;object-fit:contain}.hanzi-page--runtime-new .hanzi-sound-card{display:grid;max-width:760px;grid-template-rows:minmax(0,1fr) auto;place-items:center;padding:clamp(14px,2.4dvh,24px)}.hanzi-page--runtime-new .hanzi-sound-card__label{position:static;height:clamp(46px,6.5dvh,58px);padding-inline:clamp(18px,3dvh,26px);transform:none}.hanzi-page--runtime-new .hanzi-sound-card__label h2{font-size:clamp(21px,3.2dvh,28px)}.hanzi-page--runtime-new .hanzi-sound-character{display:flex;min-height:0;align-items:center;justify-content:center;gap:clamp(22px,4dvh,38px)}.hanzi-page--runtime-new .hanzi-sound-character .hanzi-character-box{position:relative;top:auto;left:auto;width:clamp(150px,25dvh,210px);height:clamp(150px,25dvh,210px);transform:none}.hanzi-page--runtime-new .hanzi-sound-character .hanzi-character-box span{font-size:clamp(100px,17dvh,144px)}.hanzi-page--runtime-new .hanzi-sound-card .hanzi-audio-orb{position:relative;bottom:auto;left:auto;width:clamp(72px,11dvh,94px);height:clamp(72px,11dvh,94px);transform:none}.hanzi-page--runtime-new .hanzi-sound-card .hanzi-audio-orb img{filter:brightness(0) invert(1)}.hanzi-page--runtime-new .hanzi-sound-card .hanzi-audio-orb:active{transform:translateY(4px) scale(.98)}.hanzi-page--runtime-new .hanzi-sound-vocabulary{display:grid;width:min(620px,100%);grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(8px,1.5vw,14px)}.hanzi-page--runtime-new .hanzi-sound-vocabulary button{display:flex;height:clamp(48px,7.2dvh,62px);min-width:0;align-items:center;justify-content:center;gap:8px;padding:0 10px;border:2px solid #4da8e8;border-radius:12px;background:#fffdf7;box-shadow:0 4px #253b591f;color:#253b59;font-size:clamp(17px,2.7dvh,22px);font-weight:600}.hanzi-page--runtime-new .hanzi-sound-vocabulary button:active{box-shadow:0 1px #253b591f;transform:translateY(3px)}.hanzi-page--runtime-new .hanzi-sound-vocabulary img{width:18px;height:18px;flex:0 0 auto}.hanzi-page--runtime-new .hanzi-meaning-canvas{display:grid;grid-template-rows:minmax(0,1fr);padding:clamp(16px,2.6dvh,26px)}.hanzi-page--runtime-new .hanzi-meaning-canvas__header{position:static;height:clamp(34px,5dvh,40px)}.hanzi-page--runtime-new .hanzi-meaning-core{position:relative;inset:auto;width:100%;min-height:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(14px,2.5vw,24px);padding-top:0}.hanzi-page--runtime-new .hanzi-meaning-panel{min-height:0;grid-template-rows:minmax(0,1fr) auto;gap:clamp(10px,1.8dvh,20px)}.hanzi-page--runtime-new .hanzi-meaning-panel__character strong{font-size:clamp(86px,17dvh,136px)}.hanzi-page--runtime-new .hanzi-meaning-panel__character span{margin-top:clamp(4px,1dvh,10px);font-size:clamp(20px,3.3dvh,28px);line-height:1.25}.hanzi-page--runtime-new .hanzi-meaning-sentence{display:flex;width:100%;min-height:clamp(52px,8dvh,68px);align-items:center;justify-content:flex-start;gap:clamp(10px,1.6dvh,14px);padding:clamp(8px,1.4dvh,12px) clamp(14px,2.2dvh,20px);border:2px solid #4da8e8;border-radius:12px;background:#fffdf7;box-shadow:0 4px #253b591f;color:#253b59;font-size:clamp(17px,2.7dvh,23px);font-weight:600;line-height:1.35;text-align:left}.hanzi-page--runtime-new .hanzi-meaning-sentence:active{box-shadow:0 1px #253b591f;transform:translateY(3px)}.hanzi-page--runtime-new .hanzi-meaning-sentence img{width:clamp(20px,3dvh,24px);height:clamp(20px,3dvh,24px);flex:0 0 auto}@media(orientation:portrait){.hanzi-page.hanzi-page--runtime-new{min-height:720px}.hanzi-page--runtime-new .hanzi-shape-card__content{width:min(620px,calc(100% - 48px));grid-template-columns:minmax(150px,.7fr) minmax(280px,1.3fr);gap:24px}}.hanzi-page--listen-challenge,.hanzi-page--listen-wrong{display:grid;height:100dvh;min-height:600px;grid-template-rows:minmax(0,1fr) auto;overflow:hidden;padding:clamp(76px,10dvh,96px) 0 max(20px,env(safe-area-inset-bottom));background:radial-gradient(circle at 18% 18%,rgba(77,168,232,.12),transparent 26%),radial-gradient(circle at 88% 82%,rgba(255,122,61,.1),transparent 28%),#fff8e8}.hanzi-page--listen-challenge>.hanzi-back-button,.hanzi-page--listen-wrong>.hanzi-back-button{position:absolute;z-index:3;top:36px;left:32px;border-radius:999px}.hanzi-listen-shell{display:grid;width:min(960px,calc(100% - 120px));align-self:center;margin:0 auto;justify-items:center}.hanzi-listen-title{display:flex;width:100%;align-items:center;justify-content:center;gap:32px;margin-bottom:54px}.hanzi-listen-title h1{margin:0 0 8px;font-size:34px;font-weight:600;line-height:48px}.hanzi-listen-title p{margin:0;color:var(--hanzi-brown);font-size:20px;font-weight:600}.hanzi-listen-play{display:grid;width:80px;height:80px;place-items:center;border:2px solid var(--hanzi-ink);border-radius:50%;background:#4da8e8;box-shadow:0 6px #253b5924;color:#fffdf7}.hanzi-listen-play .hanzi-play-icon{width:24px;height:31px;margin-left:5px}.hanzi-listen-sentence{display:flex;min-width:min(620px,100%);min-height:150px;align-items:center;justify-content:center;gap:28px;padding:36px 46px;border:2px solid var(--hanzi-ink);border-radius:24px;background:var(--hanzi-surface);box-shadow:0 9px #253b5924}.hanzi-listen-sentence p{margin:0;color:var(--hanzi-brown);font-size:clamp(34px,4vw,48px);font-weight:600;line-height:1}.hanzi-listen-blank{display:grid;width:78px;height:78px;place-items:center;border:2px dashed #dfc0b4;border-radius:20px;background:#fff1ed;color:#9aa3ad;font-size:40px;font-weight:700}.hanzi-listen-blank--filled{border-style:solid;background:#fff0c5;color:var(--hanzi-ink);font-size:48px}.hanzi-listen-replay{display:inline-flex;height:64px;align-items:center;justify-content:center;margin-top:48px;padding:0 42px;border:2px solid var(--hanzi-ink);border-radius:999px;background:#4da8e8;box-shadow:0 6px #253b5924;color:#fffdf7;font-size:24px;font-weight:600}.hanzi-listen-options{display:flex;margin-top:44px;justify-content:center;gap:32px}.hanzi-listen-options button{display:grid;width:112px;height:112px;place-items:center;border:2px solid var(--hanzi-ink);border-radius:24px;background:var(--hanzi-surface);box-shadow:0 7px #253b5924;color:var(--hanzi-ink);font-size:56px;font-weight:600;transition:transform .12s ease,background .12s ease}.hanzi-listen-options button:active{transform:translateY(4px);box-shadow:0 3px #253b5924}.hanzi-listen-options .hanzi-listen-option--selected{background:#fff0c5}.hanzi-listen-options .hanzi-listen-option--correct{background:#dff8e6}.hanzi-page--listen-correct .hanzi-feedback-toast--listen{position:static;z-index:4;align-self:start;justify-self:center;margin-top:0;transform:none}.hanzi-page--listen-correct,.hanzi-page--listen-wrong{grid-template-rows:auto minmax(0,1fr) auto;gap:clamp(10px,2dvh,20px);padding-top:clamp(74px,9dvh,88px)}.hanzi-listen-shell--answered{align-self:center;margin:0 auto}.hanzi-listen-next{position:static;justify-self:center;margin:0;display:inline-flex;width:260px;height:72px;align-items:center;justify-content:center;gap:12px;border:2px solid var(--hanzi-ink);border-radius:24px;background:#ff7a3d;box-shadow:0 8px #251914;color:#fffdf7;font-size:28px;font-weight:700;transform:none}.hanzi-listen-next:active{box-shadow:0 4px #251914;transform:translateY(4px) scale(.985)}.hanzi-listen-wrong__content{display:grid;width:min(560px,calc(100% - 64px));align-self:center;margin:0 auto;justify-items:center}.hanzi-listen-wrong__content .hanzi-listen-sentence{min-width:368px;min-height:150px;margin-top:32px;gap:12px;padding:32px}.hanzi-listen-wrong__content .hanzi-listen-sentence p{font-size:34px}.hanzi-listen-wrong__content .hanzi-listen-blank{width:60px;height:60px;font-size:38px}.hanzi-listen-wrong__content .hanzi-listen-options{margin-top:38px;gap:22px}.hanzi-listen-wrong__content .hanzi-listen-options button{width:86px;height:86px;border-radius:20px;font-size:44px}.hanzi-listen-feedback{display:inline-flex;width:min(496px,100%);height:72px;align-items:center;justify-content:center;gap:12px;margin-top:34px;padding:0 28px;border:2px solid var(--hanzi-ink);border-radius:999px;background:#a78ae71a;color:var(--hanzi-brown);font-size:24px;font-weight:600}.hanzi-listen-feedback span{display:grid;width:32px;height:32px;place-items:center;border-radius:50%;background:#a78ae7;color:#fffdf7;font-family:var(--sm-font-numeric);font-weight:800}.hanzi-page--result{display:grid;grid-template-rows:auto 1fr auto;padding:96px clamp(48px,8vw,136px) 48px}.hanzi-result-header{display:flex;align-items:center;justify-content:center;gap:28px}.hanzi-result-medal{display:grid;width:104px;height:104px;place-items:center;border:2px solid var(--hanzi-ink);border-radius:50%;background:#72c78e;color:#fff;font-size:56px;font-weight:800}.hanzi-result-header h1{margin:0 0 8px;font-size:34px;line-height:48px}.hanzi-result-header p{margin:0;color:var(--hanzi-brown);font-size:20px}.hanzi-result-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;gap:32px}.hanzi-result-grid article{min-height:280px;padding:36px 40px;border:2px solid var(--hanzi-ink);border-radius:32px;background:var(--hanzi-surface);box-shadow:0 10px #253b5924;text-align:center}.hanzi-result-grid h2{margin:0 0 28px;font-size:24px}.hanzi-result-grid p{display:flex;align-items:baseline;justify-content:space-between;margin:24px 0;color:var(--hanzi-brown);font-size:20px}.hanzi-result-grid strong{color:var(--hanzi-ink);font-size:28px}.hanzi-result-characters{display:flex;justify-content:center;gap:16px;margin-top:34px}.hanzi-result-characters b{display:grid;width:62px;height:62px;place-items:center;border:2px solid var(--hanzi-ink);border-radius:18px;background:#fff1ed;font-size:34px}.hanzi-score-ring{display:grid;width:150px;height:150px;margin:20px auto 14px;place-items:center;border:14px solid #e7f2ff;border-top-color:#4da8e8;border-radius:50%}.hanzi-score-ring__value{display:flex;align-items:baseline;justify-content:center;gap:4px}.hanzi-score-ring strong{font-size:28px;line-height:1}.hanzi-score-ring span{color:#65758b;font-size:18px;font-weight:700}.hanzi-result-footer{display:flex;align-items:center;justify-content:space-between;gap:36px}.hanzi-result-footer p{max-width:560px;margin:0;color:var(--hanzi-brown);font-size:20px;line-height:1.6}.hanzi-result-footer button{min-width:260px;height:72px;font-size:28px}@media(max-width:900px),(orientation:portrait){.hanzi-page{min-height:820px}.hanzi-home-header,.hanzi-flow-header{width:min(100% - 36px,860px);margin-top:24px}.hanzi-home-header,.hanzi-flow-header__top{grid-template-columns:96px minmax(0,1fr) 120px}.hanzi-time-chip{padding:0 16px;font-size:18px}.hanzi-stage-list{width:min(100% - 48px,720px);gap:18px}.hanzi-stage-card{grid-template-columns:92px minmax(0,1fr);min-height:150px;padding:20px 24px}.hanzi-stage-card__icon{width:76px;height:76px;font-size:34px}.hanzi-stage-card h2{font-size:24px}.hanzi-stage-card__copy>div{align-items:flex-start;flex-direction:column;gap:2px}.hanzi-review-actions{gap:18px}.hanzi-review-actions button{width:min(250px,42vw)}.hanzi-step-indicators{width:min(100% - 48px,640px)}.hanzi-step-pill:not(:last-child):after{left:calc(100% + 16px);width:36px}.hanzi-new-card,.hanzi-meaning-layout{width:min(100% - 48px,820px)}.hanzi-meaning-layout{grid-template-columns:1fr;gap:24px;justify-items:center}.hanzi-meaning-picture{justify-self:center}.hanzi-result-grid{gap:18px}.hanzi-result-grid article{padding:28px 24px}.hanzi-listen-shell{width:min(100% - 48px,760px);margin-top:118px}.hanzi-listen-title{margin-bottom:38px}.hanzi-listen-options{gap:20px}.hanzi-listen-options button{width:96px;height:96px;font-size:48px}}@media(max-width:760px){.hanzi-page--result{height:auto;min-height:100dvh;overflow-y:auto;padding:42px 24px}.hanzi-result-header,.hanzi-result-footer{align-items:flex-start;flex-direction:column}.hanzi-result-grid{grid-template-columns:1fr;margin:36px 0}}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}
