@import "https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&display=swap";:root{--primary-color:#4caf50;--primary-light:#c8e6c9;--secondary-color:#ff9800;--secondary-light:#ffe0b2;--accent-color:#9c27b0;--bg-color:#f5f7fa;--text-dark:#333;--text-light:#777;--font-family:"M PLUS Rounded 1c", sans-serif;--border-radius:16px;--box-shadow:0 8px 30px #00000014;--glass-bg:#ffffffd9;--min-tap-target:60px;--font-size-base:18px;--font-size-large:24px;--font-size-xl:32px}*{box-sizing:border-box;-webkit-user-select:none;user-select:none;margin:0;padding:0}body{font-family:var(--font-family);background:var(--bg-color);color:var(--text-dark);font-size:var(--font-size-base);background-image:radial-gradient(circle at 50% 0%, #fff 0%, var(--bg-color) 100%);flex-direction:column;min-height:100vh;display:flex;overflow-x:hidden}#root{flex-direction:column;flex:1;width:100%;max-width:1200px;margin:0 auto;display:flex;position:relative}html.kids-mode-active,body.kids-mode-active{overscroll-behavior:none;width:100%;height:100%;overflow:hidden}body.kids-mode-active{position:fixed;inset:0}body.kids-mode-active #root{width:100%;max-width:none;height:100dvh;overflow:hidden}body.kids-mode-active .app-container{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;width:100%;max-width:none;height:100%;overflow:hidden auto}.kids-landscape-prompt{display:none}@media (orientation:portrait){.kids-landscape-prompt{z-index:100;color:#fff;text-align:center;background:linear-gradient(145deg,#86cfde,#78bd69);place-items:center;padding:24px;display:grid;position:fixed;inset:0}.kids-landscape-prompt div{background:#4b855eee;border:5px solid #fff4b1;border-radius:28px;flex-direction:column;gap:14px;max-width:440px;padding:30px;display:flex;box-shadow:0 9px #326344}.kids-landscape-prompt strong{font-size:clamp(28px,8vw,42px)}.kids-landscape-prompt span{font-size:clamp(17px,4vw,23px);font-weight:700;line-height:1.6}}.btn{min-width:var(--min-tap-target);min-height:var(--min-tap-target);border-radius:var(--border-radius);font-family:var(--font-family);font-size:var(--font-size-base);cursor:pointer;background:#fff;border:none;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-weight:700;transition:all .2s cubic-bezier(.175,.885,.32,1.275);display:inline-flex;box-shadow:0 4px 15px #0000000d}.btn:active{transform:scale(.95);box-shadow:0 2px 8px #0000000d}.btn-primary{background:linear-gradient(135deg, var(--primary-color), #388e3c);color:#fff;box-shadow:0 8px 20px #4caf504d}.btn-secondary{background:linear-gradient(135deg, var(--secondary-color), #f57c00);color:#fff;box-shadow:0 8px 20px #ff98004d}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);border-radius:var(--border-radius);box-shadow:var(--box-shadow);border:1px solid #ffffff80;padding:24px}.header{justify-content:space-between;align-items:center;padding:20px;display:flex}.title{font-size:var(--font-size-xl);text-align:center;background:linear-gradient(45deg, var(--primary-color), var(--accent-color));-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-weight:700}.question-text{font-size:var(--font-size-large);text-align:center;min-height:40px;margin:20px 0;font-weight:700}@keyframes dropIn{0%{opacity:0;transform:translateY(-50px)}60%{opacity:1;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-drop-in{animation:.4s cubic-bezier(.175,.885,.32,1.275) forwards dropIn}@keyframes popIn{0%{opacity:0;transform:scale(.5)}70%{opacity:1;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.animate-pop-in{animation:.5s cubic-bezier(.175,.885,.32,1.275) forwards popIn}@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 #ef5350b3}70%{transform:scale(1.05);box-shadow:0 0 0 15px #ef535000}to{transform:scale(1);box-shadow:0 0 #ef535000}}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-8px)}75%{transform:translate(8px)}}.animate-shake{animation:.4s ease-in-out shake}.completion-actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.completion-result{color:#6a4a2c;text-align:center;background:#fff9df;border:4px solid #f1c65e;border-radius:22px;flex-direction:column;align-items:center;gap:12px;padding:14px;display:flex;box-shadow:0 6px #b98742}.completion-result-title{color:#d97839;font-size:28px;font-weight:900}.completion-result-rewards{flex-wrap:wrap;justify-content:center;align-items:center;gap:15px;font-size:20px;display:flex}.completion-result-rewards span{color:#e6a62d;letter-spacing:2px;font-size:24px}.completion-decoration{color:#8d5c27;cursor:pointer;background:#fff0a1;border:4px solid #f0b947;border-radius:18px;align-items:center;gap:9px;padding:9px 14px;font-size:18px;animation:.5s popIn;display:flex}.completion-decoration span{font-size:34px}.kids-map-page{background:linear-gradient(135deg,#86cfde 0%,#bce5b1 46%,#45789e 100%);min-height:100vh;position:relative;overflow:hidden}.kids-map-goal{z-index:4;cursor:pointer;background:0 0;border:0;width:0;height:0;position:absolute;top:13%;right:7%}.kids-map-goal-stone{color:#fff;background:linear-gradient(#ffc56c,#ec7745);border:5px solid #ffffffb8;border-radius:50%;place-items:center;width:112px;height:78px;font-size:39px;display:grid;position:absolute;transform:translate(-50%,-50%);box-shadow:inset 0 9px #ffffff40,0 9px #67473245,0 13px 18px #3e543240}.kids-map-goal-board{box-sizing:border-box;color:#543a25;text-align:left;background:#fff8e9;border:4px solid #e8b878;border-radius:16px;flex-direction:column;width:250px;min-height:102px;padding:12px 16px;display:flex;position:absolute;top:-58px;left:-322px;box-shadow:0 6px #a66e3e66}.kids-map-goal-board strong{font-size:22px;line-height:1.1}.kids-map-goal-board small{color:#c26e2f;margin-top:7px;font-size:14px;font-weight:700}.kids-map-goal.is-cleared .kids-map-goal-stone{background:linear-gradient(#ffbd3d,#ee7438);border:4px solid #fff3a0;animation:1.6s ease-in-out infinite goal-pulse;box-shadow:0 5px #a94c2d,0 0 0 7px #fff1a544,0 0 24px #fff1a5}.kids-map-goal.is-cleared .kids-map-goal-board{background:linear-gradient(#fff7c6,#ffe38a);border-color:#ffe16b;box-shadow:0 0 22px #fff1a5,0 8px #a76b25}@keyframes goal-pulse{50%{transform:scale(1.08)}}.kids-map-header{z-index:5;justify-content:space-between;align-items:center;padding:18px 28px;display:flex;position:relative}.map-header-button{color:#4b3424;background:#fff8ec;border:2px solid #5b3a231f;min-height:58px}.kids-map-logo{color:#fff;background:#f47b45;border-radius:999px;align-items:center;gap:7px;padding:9px 22px;font-size:clamp(18px,3vw,27px);display:flex;box-shadow:0 5px #b95231,0 10px 18px #5c371a2e}.kids-map-world{z-index:1;background:url(/assets/adventure-map-background-v1.png) 50%/cover no-repeat;width:min(1180px,100%);height:calc(100dvh - 96px);margin:0 auto;position:relative;overflow:hidden}.kids-map-world:before{content:"";pointer-events:none;background:linear-gradient(#ffffff10,#163f5218);position:absolute;inset:0}.kids-map-path{z-index:2;width:96%;height:96%;position:absolute;inset:4% 2% 0}.kids-map-path-ipad{display:none}.kids-map-path path{fill:none;stroke:#f4c579;stroke-width:30px;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 8px #a5733d55)}.kids-map-path path+path{stroke-width:4px}.map-stage{z-index:3;width:0;height:0;font-family:var(--font-family);cursor:pointer;background:0 0;border:0;position:absolute}.map-stage-stone{color:#fff;text-shadow:0 3px #58373738;border:5px solid #ffffff7a;border-radius:50%;place-items:center;width:112px;height:78px;font-size:50px;font-weight:700;line-height:1;transition:transform .25s;display:grid;position:absolute;transform:translate(-50%,-50%);box-shadow:inset 0 9px #ffffff40,0 9px #67473245,0 13px 18px #3e543240}.map-stage:hover .map-stage-stone{transform:translate(-50%,-58%)scale(1.08)}.map-stage-green .map-stage-stone{background:linear-gradient(#aeea64,#54a848)}.map-stage-cyan .map-stage-stone{background:linear-gradient(#8fe8f2,#32a8c8)}.map-stage-blue .map-stage-stone{background:linear-gradient(#83b5ff,#496ad4)}.map-stage-purple .map-stage-stone{background:linear-gradient(#d38afa,#914cc3)}.map-stage-orange .map-stage-stone{background:linear-gradient(#ffd165,#ed812f)}.map-stage-peach .map-stage-stone{background:linear-gradient(#ffc38b,#e96f51)}.map-stage.is-cleared .map-stage-stone{box-shadow:inset 0 9px #fff6,0 0 0 8px #fff1a5,0 9px #67473245}.map-stage.is-perfect .map-stage-stone,.map-stage.is-perfect .map-stage-board{background:linear-gradient(#fff1a3,#e8a52b);border-color:#ffe16b;box-shadow:0 0 22px #fff1a5,0 8px #a76b25}.map-stage-board b{color:#fff;background:#f28b46;border-radius:999px;align-self:flex-start;margin-top:8px;padding:5px 11px;font-size:17px;line-height:1}.map-stage-board{box-sizing:border-box;color:#543a25;text-align:left;background:#fff8e9;border:4px solid #e8b878;border-radius:16px;align-items:center;width:250px;min-height:102px;padding:12px 16px;display:flex;position:absolute;top:-58px;left:68px;box-shadow:0 6px #a66e3e66}.map-stage-copy{flex-direction:column;min-width:0;display:flex}.map-stage-board strong{font-size:22px;line-height:1.1}.map-stage-board strong span{display:block}.map-stage-board small{color:#9c7048;margin-top:6px;font-size:13px;font-weight:700}.map-progress{z-index:4;color:#68492f;background:#fff7e5ee;border:4px solid #e7b979;border-radius:18px;grid-template-columns:minmax(230px,1fr) 150px 205px;align-items:center;gap:13px;width:650px;padding:10px 14px;display:grid;position:absolute;bottom:14px;right:18px;box-shadow:0 6px #9f6b4155}.map-progress-track{background:#e5c38f;border-radius:20px;height:13px;margin:6px 0;overflow:hidden}.map-progress-track span{border-radius:inherit;background:linear-gradient(90deg,#ffe05a,#f39b35);width:46%;height:100%;display:block}.map-progress-meter strong{white-space:nowrap}.map-progress small{font-size:11px}.map-progress-reward{color:#7c522d;align-items:center;gap:7px;display:flex}.map-progress-reward span{font-size:31px}.map-progress-reward strong{font-size:13px;line-height:1.25}.map-progress p{color:#875c35;margin:0;padding-bottom:13px;font-size:12px;font-weight:700;line-height:1.45}.map-profile-switch{color:#a46336;cursor:pointer;background:0 0;border:0;font-size:11px;font-weight:700;text-decoration:underline;position:absolute;bottom:5px;right:14px}.map-settings-overlay{z-index:10;background:#1d2b3685;place-items:center;display:grid;position:fixed;inset:0}.map-settings-panel{color:#543a25;background:#fff8e9;border:5px solid #e8b878;border-radius:25px;flex-direction:column;gap:21px;width:min(390px,92vw);padding:28px;display:flex;box-shadow:0 18px #6d472744}.map-settings-title,.map-settings-title strong{justify-content:space-between;align-items:center;gap:8px;display:flex}.map-settings-title button{color:#79583d;cursor:pointer;background:0 0;border:0}.map-settings-panel hr{border:0;border-top:2px solid #eed5aa}.map-settings-numbers{flex-wrap:wrap;gap:8px;margin:13px 0 7px;display:flex}.map-settings-numbers button{color:#765230;cursor:pointer;background:#fff;border:3px solid #e5c38f;border-radius:15px;width:56px;height:56px;font-size:21px;font-weight:700}.map-settings-numbers .is-active{color:#3c7f37;background:#eaffd5;border-color:#64ad51}@media (width<=760px){.kids-map-header{padding:10px 12px}.map-header-button{min-width:52px;min-height:52px;padding:9px 12px}.map-header-button span{display:none}.kids-map-logo{padding:7px 13px;font-size:18px}.kids-map-world{transform-origin:0 0;min-width:690px}.kids-map-page{overflow:hidden}.kids-map-goal{right:7%}.map-progress{width:620px;right:12px}}@media (orientation:landscape) and (width<=1366px) and (height<=1024px){.kids-map-header{padding:10px 18px}.map-header-button{min-height:48px;padding:8px 14px}.kids-map-logo{padding:7px 18px;font-size:21px}.kids-map-world{background-position:50%;background-size:100% 100%;height:calc(100dvh - 70px);min-height:610px}.map-stage-stone{border-width:4px;width:76px;height:54px;font-size:34px}.map-stage-board,.kids-map-goal-board{border-width:3px;border-radius:12px;width:150px;min-height:54px;padding:7px 9px;top:-33px}.map-stage-board{left:45px}.map-stage-board strong,.kids-map-goal-board strong{font-size:14px;line-height:1.08}.map-stage-board small,.kids-map-goal-board small,.map-stage-board b,.kids-map-path:not(.kids-map-path-ipad){display:none}.kids-map-path-ipad{display:block}.kids-map-path path{stroke-width:23px}.kids-map-goal{top:10%;right:5%}.kids-map-goal-stone{width:78px;height:56px;font-size:28px}.kids-map-goal-board{left:-191px}.map-stage-green{top:76%!important;left:15%!important}.map-stage-cyan{top:47%!important;left:22%!important}.map-stage-blue{top:19%!important;left:24%!important}.map-stage-purple{top:78%!important;left:67%!important}.map-stage-orange{top:53%!important;left:72%!important}.map-stage-peach{top:27%!important;left:73%!important}.map-stage-purple .map-stage-board,.map-stage-orange .map-stage-board,.map-stage-peach .map-stage-board{left:-194px}.map-progress{border-width:3px;grid-template-columns:1fr;gap:8px;width:310px;padding:7px 10px 16px;bottom:8px;left:50%;right:auto;transform:translate(-50%)}.map-progress-meter strong{font-size:12px}.map-progress-track{height:8px;margin:3px 0}.map-progress small{font-size:9px}.map-progress-reward,.map-progress p{display:none}.map-profile-switch{font-size:10px;bottom:3px;right:10px}}@media (orientation:landscape) and (height<=500px){.kids-map-header{padding:5px 10px}.map-header-button{min-width:42px;min-height:38px;padding:5px 9px}.map-header-button svg{width:19px;height:19px}.kids-map-logo{padding:4px 12px;font-size:16px;box-shadow:0 3px #b95231}.kids-map-world{width:100%;min-width:0;height:calc(100dvh - 48px);min-height:0}.kids-map-path{width:98%;height:98%;inset:2% 1% 0}.kids-map-path path{stroke-width:18px}.map-stage-stone{border-width:3px;width:58px;height:42px;font-size:27px}.map-stage-board,.kids-map-goal-board{border-width:2px;border-radius:9px;width:112px;min-height:42px;padding:5px 7px;top:-25px}.map-stage-board{left:34px}.map-stage-board strong,.kids-map-goal-board strong{font-size:11px}.kids-map-goal{right:4%}.kids-map-goal-stone{border-width:3px;width:60px;height:44px;font-size:22px}.kids-map-goal-board{left:-145px}.map-stage-purple .map-stage-board,.map-stage-orange .map-stage-board,.map-stage-peach .map-stage-board{left:-146px}.map-progress{border-width:2px;border-radius:12px;gap:4px;width:235px;padding:4px 7px 13px;bottom:4px}.map-progress-meter strong{font-size:10px}.map-progress-track{height:6px;margin:2px 0}.map-progress small{font-size:8px}.map-profile-switch{font-size:8px;bottom:2px;right:7px}}.teacher-guide{color:#473b31;flex-direction:column;gap:18px;margin:20px;display:flex}.teacher-guide-intro,.teacher-guide-section{box-shadow:var(--box-shadow);background:#fff;border-radius:18px;padding:22px}.teacher-guide h2{color:#6b4a31;margin-bottom:12px;font-size:24px}.teacher-guide p{margin:7px 0;line-height:1.7}.teacher-guide-note{background:#fff8d8;border:2px solid #e5b34f;border-radius:12px;flex-direction:column;gap:5px;margin-top:14px;padding:13px;line-height:1.6;display:flex}.teacher-guide-table-wrap{margin-top:13px;overflow-x:auto}.teacher-guide-table{border-collapse:collapse;width:100%;min-width:1000px;font-size:14px;line-height:1.45}.teacher-guide-table th,.teacher-guide-table td{vertical-align:top;text-align:left;border:1px solid #decda9;padding:10px}.teacher-guide-table thead th{color:#fff;background:#6f5a9e}.teacher-guide-table tbody th{color:#5c4381;background:#f5efff;width:145px}.teacher-guide-table tbody th b{font-size:22px;display:block}.teacher-guide-table tbody th span{display:block}.teacher-guide-table ul{margin:0;padding-left:18px}.teacher-guide-table li{margin-bottom:3px}.curriculum-table{min-width:760px}.teacher-guide-sources{flex-wrap:wrap;gap:8px;font-size:14px;display:flex}.teacher-guide-sources a{color:#5542a5}.is-none{color:#a34d4d;font-weight:700}.worksheet-maker{background:#eef3f7;grid-template-columns:310px 1fr;gap:18px;padding:18px;display:grid}.worksheet-controls{box-shadow:var(--box-shadow);background:#fff;border-radius:18px;flex-direction:column;gap:15px;padding:18px;display:flex}.worksheet-controls label{color:#65452c;flex-direction:column;gap:5px;font-weight:700;display:flex}.worksheet-controls select{font:inherit;background:#fff;border:2px solid #ddc292;border-radius:10px;padding:10px}.worksheet-controls .btn-image{color:#fff;background:linear-gradient(135deg,#6d63d8,#5144b8);box-shadow:0 8px 20px #6255cc4d}.worksheet-export-overlay{z-index:20;background:#25324499;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.worksheet-export-dialog{color:#65452c;text-align:center;background:#fffaf0;border:4px solid #e5b95e;border-radius:20px;flex-direction:column;gap:12px;width:min(390px,100%);padding:24px;display:flex;box-shadow:0 12px 30px #25324466}.worksheet-export-dialog h3{font-size:20px;line-height:1.45}.worksheet-export-dialog p{color:#88694e;margin:0 0 4px;font-size:14px}.worksheet-export-dialog .btn{justify-content:center}.worksheet-image-list{flex-direction:column;gap:9px;max-height:52vh;padding:3px;display:flex;overflow-y:auto}.worksheet-image-item{background:#fff;border:2px solid #ddc292;border-radius:12px;grid-template-columns:58px 1fr;align-items:center;gap:7px;padding:7px;display:grid}.worksheet-image-item img{object-fit:cover;object-position:top;background:#fff;border:1px solid #d8d8d8;width:58px;height:76px}.worksheet-image-item a{color:#5144b8;grid-column:2;font-size:13px;font-weight:700}.worksheet-image-item small{color:#88694e;grid-column:2;font-size:11px}.worksheet-export-dialog .btn-image-save{color:#fff;background:linear-gradient(135deg,#6d63d8,#5144b8)}.worksheet-template-picker{border:2px solid #ddc292;border-radius:12px;flex-direction:column;gap:7px;max-height:300px;padding:10px;display:flex;overflow-y:auto}.worksheet-template-picker legend{color:#65452c;padding:0 5px;font-weight:700}.worksheet-template-picker label{cursor:pointer;grid-template-columns:20px 73px 1fr;align-items:center;gap:4px;font-size:13px;display:grid}.worksheet-template-picker input{width:17px;height:17px}.worksheet-template-picker span{color:#8b6a4c;font-size:11px}.worksheet-hint-picker{border:2px solid #ddc292;border-radius:12px;gap:15px;padding:9px;display:flex}.worksheet-hint-picker legend{color:#65452c;padding:0 5px;font-weight:700}.worksheet-hint-picker label{flex-direction:row;align-items:center;gap:5px;display:flex}.worksheet-preview{flex-direction:column;align-items:center;gap:20px;display:flex}.print-page{color:#333;background:#fff;width:210mm;min-height:297mm;padding:15mm;box-shadow:0 4px 18px #7892a244}.print-page header{border-bottom:3px solid #efb64e;justify-content:space-between;padding-bottom:8px;display:flex}.print-student-fields{align-items:center;gap:12px;font-size:14px;font-weight:700;display:flex}.print-student-fields span{white-space:nowrap;align-items:center;gap:5px;display:flex}.print-student-fields i{border:2px solid #9a896e;border-radius:3px;width:250px;height:30px;display:block}.print-page h1{color:#dd7c3c;font-size:23px}.print-page h2{color:#674599;margin-top:10px;font-size:20px}.print-page p{margin:3px 0 8px;font-size:14px;font-weight:700}.print-section{height:112mm}.print-section.section-5,.print-section.section-6,.print-section.section-8{height:225mm}.print-question-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:minmax(0,1fr);gap:9px;height:calc(100% - 55px);display:grid}.print-question{border:3px solid #e5c891;border-radius:14px;flex-direction:column;justify-content:flex-start;min-width:0;min-height:0;padding:10px;font-size:20px;display:flex;overflow:hidden}.print-question-heading{align-items:flex-start;gap:7px;margin-bottom:8px;display:flex}.print-items{vertical-align:middle;flex-wrap:wrap;justify-content:center;align-items:center;gap:1px 3px;max-width:100%;display:inline-flex}.print-item{flex:none;line-height:1;display:inline-block}.print-options,.print-groups{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:10px;display:grid}.print-options.two-options,.print-groups.two-options{grid-template-columns:repeat(2,minmax(0,1fr))}.print-option-card{overflow-wrap:anywhere;text-align:center;background:#fcf9ff;border:2px solid #a992bd;border-radius:10px;justify-content:center;align-items:center;min-width:0;min-height:46px;padding:6px;font-size:21px;line-height:1.05;display:flex}.print-example{background:#f5edff;padding:6px}.print-sequence{gap:8px;margin-top:18px;display:flex}.print-sequence span,.print-numberline span{border:2px solid #8466a6;place-items:center;width:43px;height:43px;display:grid}.print-big-number,.print-number-card{text-align:center;border:3px solid #dfaa42;border-radius:9px;width:58px;margin:6px auto;padding:4px;font-size:36px;display:block}.print-numberline-problem{max-width:100%;position:relative;overflow:hidden}.print-numberline-cards{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.print-numberline-cards .print-number-card{z-index:2;background:#fff4bd;margin:0 auto;position:relative}.print-numberline-hint{width:100%;height:34px;display:block;overflow:visible}.print-numberline-hint line{stroke:#d59632;stroke-width:2px;stroke-dasharray:4 3}.print-numberline-space{height:18px}.print-equation{margin-top:22px;font-size:24px}.print-numberline{margin-top:12px;display:flex}.print-numberline-problem .print-numberline{grid-template-columns:repeat(5,minmax(0,1fr));width:100%;margin-top:0;display:grid}.print-numberline-problem.slots-5 .print-numberline{width:62%;margin-left:auto;margin-right:auto}.print-numberline-problem.slots-10 .print-numberline{grid-template-columns:repeat(10,minmax(0,1fr))}.print-numberline span{border:1px solid #8466a6;border-top-width:3px;width:auto;height:32px;font-size:15px}.print-numberline .is-blank{background:#fff;border:3px solid #6f5296}.print-between{align-items:center;gap:9px;margin-top:18px;display:flex}.print-between strong{border:3px solid #dda73d;padding:8px;font-size:26px}.print-answer-box{vertical-align:middle;background:#fff;border:3px solid #6f5296;border-radius:7px;flex:none;width:54px;height:54px;display:inline-block}.print-number-option{flex-direction:column;align-items:center;gap:4px;display:flex}.print-number-option strong{font-size:27px}.print-number-option .print-items{max-width:100%;font-size:18px;line-height:1}.print-between-sequence{justify-content:center;align-items:center;gap:7px;margin-top:10px;display:flex}.print-between-sequence span{background:#fff3b6;border:2px solid #e4a53d;border-radius:7px;place-items:center;width:43px;height:43px;font-weight:700;display:grid}.print-sequence .is-hint{background:#fff3b6;border-color:#e4a53d}.print-hint-group{background:#fff8d4;border:2px solid #e5ad48;border-radius:8px;padding:5px;display:inline-block}.print-hint-note{color:#9c6b34;margin-top:6px;font-weight:700}.print-target-group{background:#fff8d4;border:2px solid #e5ad48;border-radius:8px;align-items:center;gap:5px;max-width:100%;padding:5px;display:flex;overflow:hidden}.print-target-group small{color:#94602e;flex:none;font-weight:700}.print-answers{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:12px;font-size:24px;display:grid}.answer-page{min-height:140mm}.answer-page section{height:auto}.questions-2 .print-question{padding:15px;font-size:28px}.questions-2 .print-items{font-size:30px}.questions-2 .print-option-card{min-width:78px;min-height:66px;padding:10px 14px;font-size:30px}.questions-2 .print-sequence span{width:60px;height:60px;font-size:28px}.questions-2 .print-equation{font-size:34px}.questions-2 .print-between{font-size:22px}.questions-2 .print-answer-box{border-width:4px;width:72px;height:72px}.questions-3{grid-template-columns:1fr}.questions-3 .print-question{padding:7px;font-size:20px}.questions-3 .print-sequence{margin-top:4px}.questions-3 .print-answer-box{width:38px;height:38px}.questions-4 .print-question{padding:4px;font-size:18px}.questions-4 .print-question-heading{margin-bottom:1px}.questions-4 .print-items{letter-spacing:0;font-size:18px;line-height:1.05}.questions-4 .print-options,.questions-4 .print-groups{gap:3px;margin-top:3px}.questions-4 .print-option-card{border-radius:6px;min-width:0;min-height:30px;padding:2px;font-size:16px;line-height:1}.questions-4 .print-example{padding:2px;font-size:16px;line-height:1.05}.questions-4 .print-sequence{gap:3px;margin-top:5px}.questions-4 .print-sequence span{width:30px;height:30px;font-size:17px}.questions-4 .print-big-number,.questions-4 .print-number-card{width:40px;margin:0 auto;padding:0;font-size:25px}.questions-4 .print-equation{margin-top:7px;font-size:20px}.questions-4 .print-numberline{margin-top:3px}.questions-4 .print-numberline span{width:auto;height:21px;font-size:11px}.questions-4 .print-numberline-cards{gap:3px}.questions-4 .print-numberline-hint{height:14px}.questions-4 .print-numberline-space{height:8px}.questions-4 .print-numberline-hint line{stroke-width:1.5px;stroke-dasharray:3 2}.questions-4 .print-between{gap:3px;margin-top:5px;font-size:14px}.questions-4 .print-between strong{padding:2px;font-size:20px}.questions-4 .print-answer-box{border-width:2px;width:34px;height:34px}.questions-4 .print-number-option{gap:1px}.questions-4 .print-number-option strong{font-size:19px}.questions-4 .print-number-option .print-items{font-size:12px;line-height:.9}.questions-4 .print-between-sequence{gap:3px;margin-top:3px}.questions-4 .print-between-sequence span{width:28px;height:28px;font-size:15px}.questions-4 .print-hint-group{padding:2px}.questions-4 .print-hint-note{margin-top:2px;font-size:10px}.questions-4 .print-target-group{gap:2px;padding:2px;font-size:14px;line-height:1}.questions-4 .print-target-group small{font-size:9px}.questions-6 .print-question{font-size:22px}.questions-6 .print-items{font-size:23px}.questions-6 .print-option-card{min-width:62px;min-height:50px;font-size:23px}.questions-8 .print-question{padding:7px;font-size:18px}.questions-8 .print-items{font-size:19px;line-height:1.05}.questions-8 .print-options,.questions-8 .print-groups{gap:4px;margin-top:5px}.questions-8 .print-option-card{min-width:0;min-height:34px;padding:3px;font-size:16px}.questions-8 .print-sequence{gap:4px;margin-top:8px}.questions-8 .print-sequence span{width:32px;height:32px;font-size:18px}.questions-8 .print-equation{margin-top:10px;font-size:20px}.questions-8 .print-between{margin-top:8px;font-size:15px}.questions-8 .print-between strong{padding:3px;font-size:20px}.questions-8 .print-answer-box{border-width:2px;width:38px;height:38px}.questions-8 .print-numberline span{height:23px;font-size:11px}.questions-8 .print-numberline-cards{gap:4px}.questions-8 .print-numberline-cards .print-number-card{width:34px;padding:0;font-size:20px}.questions-8 .print-numberline-hint{height:15px}.questions-8 .print-number-option{gap:1px}.questions-8 .print-number-option strong{font-size:20px}.questions-8 .print-number-option .print-items{font-size:13px;line-height:.9}.questions-8 .print-between-sequence{gap:3px;margin-top:4px}.questions-8 .print-between-sequence span{width:30px;height:30px;font-size:16px}@media (width<=900px){.worksheet-maker{grid-template-columns:1fr}.print-page{transform-origin:top;margin-bottom:-70mm;transform:scale(.75)}}@media print{body{background:#fff}.header,.teacher-tabs,.worksheet-controls{display:none!important}.worksheet-maker,.worksheet-preview{background:#fff;padding:0;display:block}.print-page{width:210mm;min-height:297mm;box-shadow:none;page-break-after:always;margin:0;padding:15mm;transform:none}.print-answer-hidden{display:none}.answer-page{page-break-after:auto}}@media (orientation:landscape) and (height<=500px){.s1-feed-page{min-height:100dvh!important}.s1-feed-header{gap:8px!important;padding:4px 10px!important}.s1-feed-header .btn{font-size:14px;min-height:36px!important;padding:5px 9px!important}.s1-feed-question{padding:5px 10px 2px!important;font-size:17px!important}.s1-feed-animals{gap:8px!important;padding:4px 10px!important}.s1-feed-animal-card{border-width:2px!important;border-radius:14px!important;gap:2px!important;width:112px!important;padding:4px 6px!important}.s1-feed-animal-image{width:90px!important;height:90px!important}.s1-feed-count{gap:7px!important;min-height:48px!important;padding:3px 10px!important}.s1-feed-count-image{width:36px!important;height:36px!important}.s1-feed-count>div>div{font-size:15px!important}.s1-feed-count>img{width:48px!important;height:48px!important}.s1-feed-tray{border-radius:14px!important;gap:5px!important;margin:0 auto 4px!important;padding:5px 14px!important}.s1-feed-tray>div:not(:first-child){width:52px!important;height:52px!important}.s1-feed-tray img{width:48px!important;height:48px!important}.s1-feed-footer{min-height:48px;padding:4px 10px!important}.s1-feed-footer .btn{min-height:40px;padding:7px 28px!important;font-size:16px!important}.s2-fill-page{min-height:100dvh!important}.s2-fill-header{gap:8px!important;padding:4px 10px!important}.s2-fill-header .btn{font-size:14px;min-height:36px!important;padding:5px 9px!important}.s2-fill-number-line{padding:3px 10px!important}.s2-fill-number-line>div{width:27px!important;height:27px!important;font-size:15px!important}.s2-fill-number-line>div:first-child{width:auto!important;height:auto!important;font-size:23px!important}.s2-fill-question{padding:4px 10px 1px!important;font-size:19px!important}.s2-fill-main{gap:8px!important;padding:5px 10px 10px!important}.s2-fill-train{border-width:3px!important;border-radius:20px!important;gap:6px!important;padding:10px 14px!important}.s2-fill-train>.animate-pop-in{margin-right:5px!important;font-size:62px!important}.s2-fill-car{border-width:3px!important;border-radius:14px!important;width:66px!important;height:66px!important;font-size:39px!important}.s2-fill-car>div{font-size:28px!important;bottom:-21px!important}.s2-fill-choices{gap:14px!important;margin-top:7px!important}.s2-fill-choice{border-width:3px!important;border-radius:16px!important;width:68px!important;height:68px!important;font-size:39px!important}.s2-fill-footer{min-height:46px;height:auto!important}.s2-fill-footer .btn{min-height:40px;padding:7px 28px!important;font-size:16px!important}.s2-fill-complete{z-index:20;background:#fffffff5;border-radius:18px;justify-content:center;padding:8px;display:flex;position:fixed;inset:6px;overflow:auto;gap:0!important}.s2-fill-complete>img,.s2-fill-complete>div:not(.completion-result){display:none}.s2-fill-complete .completion-result{border-width:3px;border-radius:15px;gap:5px;width:min(760px,96vw);max-height:calc(100dvh - 28px);padding:6px;overflow:auto}.s2-fill-complete .completion-result-title{font-size:19px}.s2-fill-complete .completion-result-rewards{gap:7px;font-size:14px}.s2-fill-complete .completion-result-rewards span{font-size:18px}.s2-fill-complete .completion-actions{flex-wrap:nowrap;gap:7px}.s2-fill-complete .completion-actions .btn{min-width:0;min-height:38px;padding:6px 10px!important;font-size:13px!important}}.balance-scale-wrapper{flex-direction:column;justify-content:flex-end;align-items:center;width:100%;max-width:800px;height:450px;margin:0 auto;padding-bottom:20px;display:flex;position:relative}.pillar{z-index:10;background:linear-gradient(90deg,#d4d4d4,#f5f5f5,#a3a3a3);border-radius:15px 15px 0 0;width:30px;height:250px;position:absolute;bottom:20px;left:50%;transform:translate(-50%);box-shadow:2px 0 10px #0000001a}.pillar-base{z-index:11;background:linear-gradient(#b0b0b0,#888);border-radius:15px 15px 5px 5px;width:120px;height:30px;position:absolute;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 4px 10px #0003}.beam-group{transform-origin:50%;z-index:12;width:600px;height:20px;margin-left:-300px;transition:transform .6s cubic-bezier(.175,.885,.32,1.275);position:absolute;bottom:250px;left:50%}.beam{background:linear-gradient(#8b4513,#5c2e0a);border-radius:10px;width:100%;height:100%;box-shadow:0 4px 8px #0003}.pivot{z-index:13;background:#f5f5f5;border:4px solid #888;border-radius:50%;width:24px;height:24px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.wire-container{transform-origin:top;flex-direction:column;align-items:center;width:200px;transition:transform .6s cubic-bezier(.175,.885,.32,1.275);display:flex;position:absolute;top:10px}.wire-container.left{left:10px}.wire-container.right{right:10px}.wires{width:160px;height:100px;position:relative}.wire-line{background:#666;width:2px;height:100px;position:absolute;top:0}.wire-line.left-wire{transform-origin:0 0;left:50%;transform:rotate(35deg)}.wire-line.right-wire{transform-origin:100% 0;right:50%;transform:rotate(-35deg)}.pan{z-index:14;background:linear-gradient(#e0e0e0,#999);border-radius:10px 10px 40px 40px;justify-content:center;align-items:flex-end;width:180px;height:30px;padding-bottom:5px;display:flex;position:relative;box-shadow:0 5px 15px #0003}.pan-items{flex-wrap:wrap;justify-content:center;gap:5px;width:100%;display:flex;position:absolute;bottom:25px}.item{filter:drop-shadow(0 4px 6px #0003);cursor:pointer;font-size:40px;line-height:1}.stage-menu-page{color:#55361f;min-height:100vh;position:relative;overflow:hidden}.stage-menu-page:before{content:"";opacity:.9;position:absolute;inset:0}.stage-menu-forest:before{background:linear-gradient(#a6ddadcc,#79b75dcc),radial-gradient(circle at 50% 42%,#fff6b3,#0000 37%)}.stage-menu-sea:before{background:linear-gradient(#7bd9ef,#2384be),radial-gradient(circle at 46% 28%,#dfffff,#0000 32%)}.stage-menu-sky:before{background:linear-gradient(#8fd5f1,#5d8bd9 66%,#7880d6),radial-gradient(circle at 45% 20%,#fff8cd,#0000 30%)}.stage-menu-garden:before{background:linear-gradient(#d2e987,#79b85c)}.stage-menu-candy:before{background:linear-gradient(#ffd7ba,#e9a9c8)}.stage-menu-castle:before{background:linear-gradient(#9cb7e8,#6769ad)}.stage-menu-scenery{pointer-events:none;position:absolute;inset:0}.stage-menu-scenery span{z-index:1;filter:drop-shadow(0 8px 3px #3b633744);font-size:clamp(54px,9vw,130px);position:absolute}.scenery-1{top:10%;left:-1%}.scenery-2{bottom:5%;left:5%}.scenery-3{top:16%;right:10%}.scenery-4{bottom:3%;right:-1%}.scenery-5{bottom:1%;left:46%}.stage-menu-header{z-index:2;grid-template-columns:150px 1fr 150px;align-items:center;gap:10px;padding:19px 25px;display:grid;position:relative}.stage-menu-header .btn{color:#4b3424;background:#fff8ec;min-height:58px}.stage-menu-header h1{text-align:center;color:#53331d;text-shadow:0 3px #fff9e9,0 0 7px #fff9e9;font-size:clamp(24px,4vw,39px)}.stage-menu-main{z-index:2;width:min(1140px,100% - 32px);margin:0 auto;padding-bottom:36px;position:relative}.stage-menu-course{color:#fff;background:#b96d43;border:4px solid #9a552f;border-radius:9px;width:fit-content;margin:0 auto 13px;padding:9px 42px;font-size:clamp(17px,2.4vw,24px);font-weight:700;box-shadow:0 5px #743d27}.stage-menu-section{margin:18px 0 24px}.stage-menu-ribbon{color:#fff;text-align:center;background:#b96d43;border:4px solid #924f2e;border-radius:9px;width:fit-content;min-width:min(560px,88vw);margin:0 auto 17px;padding:8px 34px;font-size:clamp(17px,2.5vw,24px);box-shadow:0 5px #723e27}.ribbon-advanced{background:#a85e3d}.stage-menu-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.stage-menu-card{color:#54341e;min-height:190px;font-family:var(--font-family);text-align:left;cursor:pointer;background:#fff9ebee;border:5px solid #e4c89a;border-radius:27px;grid-template-columns:42% 1fr;align-items:center;gap:10px;padding:24px 19px 18px;transition:transform .2s,box-shadow .2s;display:grid;position:relative;box-shadow:0 9px #8c674a77,0 14px 20px #4b5d3c44}.stage-menu-card:hover{transform:translateY(-5px);box-shadow:0 13px #8c674a77,0 18px 24px #4b5d3c55}.stage-menu-card.is-coming{opacity:.78;filter:saturate(.68)}.stage-menu-cookie{color:#67411f;background:#d99a58;border-radius:50%;padding:10px 8px;font-size:12px;font-weight:700;position:absolute;top:-14px;right:14px;box-shadow:inset 0 0 0 3px #efbd75,0 3px #9f6a3d}.stage-menu-stars{color:#eaa32f;letter-spacing:2px;text-shadow:0 2px #fff;font-size:19px;position:absolute;bottom:10px;right:18px}.stage-menu-preview{background:#f8e2b5;border-radius:19px;justify-content:center;align-items:center;gap:6px;min-height:112px;padding:10px;font-size:clamp(30px,4vw,49px);display:flex;box-shadow:inset 0 4px #fff8dd}.stage-menu-card-copy{flex-direction:column;gap:8px;min-width:0;display:flex}.stage-menu-card-copy strong{font-size:clamp(20px,2.7vw,29px);line-height:1.16}.stage-menu-card-copy small{color:#84654a;font-size:13px;font-weight:700;line-height:1.55}.stage-menu-missing{place-items:center;min-height:100vh;display:grid}@media (width<=720px){.stage-menu-header{grid-template-columns:62px 1fr 62px;padding:12px}.stage-menu-header .btn{min-width:54px;padding:10px;font-size:0}.stage-menu-grid{grid-template-columns:1fr}.stage-menu-card{min-height:156px}.stage-menu-preview{min-height:90px}}@media (orientation:landscape) and (height<=500px){.s1-count-page{padding-bottom:58px}.s1-count-footer.is-visible{z-index:20;background:#fffffff5;min-height:54px;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 14px #0000001f;padding:6px 10px!important}.s1-count-footer.is-visible .btn{min-height:40px;padding:7px 28px!important;font-size:16px!important}.s1-count-footer.is-visible>.animate-pop-in{max-height:calc(100dvh - 12px);overflow:auto;gap:5px!important}.s1-count-footer.is-visible>.animate-pop-in>div:not(.completion-result){display:none}.s1-count-footer.is-visible .completion-result{border-width:3px;border-radius:15px;gap:5px;padding:6px}.s1-count-footer.is-visible .completion-result-title{font-size:19px}.s1-count-footer.is-visible .completion-actions{flex-wrap:nowrap;gap:7px}.s1-count-footer.is-visible .completion-actions .btn{min-width:0;padding-inline:10px!important;font-size:13px!important}}.which-page{background:radial-gradient(circle at 72% 8%,#fffffff2 0 2%,#0000 8%),linear-gradient(145deg,#8bd3e7 0%,#b8e7c0 47%,#5d9d64 100%);flex-direction:column;flex:1;min-height:100vh;display:flex;position:relative;overflow:hidden}.which-page:before,.which-page:after{content:"";pointer-events:none;position:absolute}.which-page:before{background:linear-gradient(#95d16e,#4d945b);border-radius:50% 50% 0 0;height:390px;inset:auto -8% -150px;box-shadow:inset 0 12px #ffffff2e}.which-page:after{opacity:.58;background:radial-gradient(circle at 72% 48%,#304b94 0 18%,#0000 19%),radial-gradient(circle at 72% 60%,#243c83 0 25%,#0000 26%),linear-gradient(150deg,#0000 0 45%,#5077ba 46% 100%);border-radius:55% 0 0 50%;width:480px;height:260px;top:62px;right:-90px}.which-scenery,.which-content{z-index:1;position:relative}.which-scenery{pointer-events:none;position:absolute;inset:0;overflow:hidden}.which-tree{filter:drop-shadow(0 12px 3px #2d5a3433);font-size:clamp(88px,12vw,170px);position:absolute;bottom:8px}.which-tree-left{left:-28px}.which-tree-right{right:-28px;transform:scaleX(-1)}.which-cloud{opacity:.88;font-size:72px;position:absolute;top:96px;left:50%;transform:translate(-50%)}.which-candy{font-size:clamp(64px,8vw,112px);position:absolute;bottom:10%;right:7%;transform:rotate(15deg)}.which-stars{color:#fff4a8;letter-spacing:18px;text-shadow:0 0 12px #fffbd2;font-size:30px;position:absolute;top:98px;right:8%}.which-header{align-items:center;gap:12px;padding:18px 24px;display:flex}.which-header .btn{color:#493323;background:#fff8ec;border:2px solid #6c48291f;min-height:52px}.which-title{text-align:center;color:#493323;flex:1}.which-title strong{font-size:clamp(21px,3vw,29px);display:block}.which-title span{color:#fff;background:#f47b45;border-radius:999px;margin-top:4px;padding:3px 14px;font-size:14px;display:inline-block;box-shadow:0 3px #bb5532}.which-content{flex-direction:column;flex:1;width:min(920px,100% - 28px);margin:0 auto;display:flex}.which-score{color:#7b5b39;background:#fff9e7e0;border-radius:18px;align-self:center;min-height:34px;padding:5px 18px;font-size:15px;font-weight:700}.which-question{color:#513724;text-align:center;cursor:pointer;background:#fff8ec;border:4px solid #f0c889;border-radius:22px;align-self:center;margin:8px 0 10px;padding:12px 32px;font-size:clamp(20px,3vw,27px);font-weight:700;box-shadow:0 8px #7e532e2e}.which-cards{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:clamp(12px,3vw,30px);padding:8px 12px 16px;display:grid}.which-animal-card{cursor:pointer;background:#fff8e3f5;border:4px solid #e4bb7f;border-radius:28px;flex-direction:column;align-items:center;gap:8px;min-width:0;padding:14px 14px 16px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;box-shadow:0 10px #79522c2e,0 16px 22px #485f2d26}.which-animal-card:hover{transform:translateY(-4px)}.which-animal-card.is-selected{transform:translateY(-5px)scale(1.02)}.which-animal-card.is-correct{background:#f3ffe5;border-color:#77bd56;box-shadow:0 10px #4f913f55,0 0 28px #91d961aa}.which-animal-card.is-wrong{background:#fff1e9;border-color:#ed8874}.which-animal{object-fit:contain;width:clamp(84px,14vw,128px);height:clamp(84px,14vw,128px)}.which-animal-name{color:#64452f;font-size:clamp(17px,2.3vw,21px);font-weight:700}.which-stack{background:#fff2ba;border:3px solid #f5c15b;border-radius:18px;flex-direction:column-reverse;justify-content:flex-start;align-items:center;gap:1px;width:116px;height:216px;padding:7px;display:flex;box-shadow:inset 0 4px #ffffffa6}.which-apple{justify-content:center;align-items:center;width:90px;height:38px;font-size:31px;line-height:1;display:flex}.which-apple+.which-apple{border-bottom:1px dashed #e5ae43}.which-number{color:#fff;background:#f89d46;border-radius:18px;min-height:37px;padding:1px 18px;font-size:24px;font-weight:700;box-shadow:0 4px #ca6a2c}.which-number.is-hidden{visibility:hidden}.which-result-badge{font-size:48px;line-height:1;position:absolute;top:-20px;right:-10px}.which-bottom{z-index:2;justify-content:center;align-items:center;gap:16px;min-height:94px;padding:14px 24px 20px;display:flex;position:relative}.which-bottom .btn{border:3px solid #ffffff8c}.which-finish{color:#513724;text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;padding:24px;display:flex}@media (width<=620px){.which-header{padding:10px 12px}.which-header .btn{min-width:52px;padding:9px 12px}.which-header .btn span{display:none}.which-cloud{font-size:56px;top:80px}.which-question{padding:10px 16px}.which-cards{gap:9px;padding-inline:2px}.which-animal-card{border-radius:22px;padding:10px 7px 12px}.which-stack{width:96px;height:193px;padding:5px}.which-apple{width:76px;height:34px;font-size:28px}.which-candy{display:none}}.s3-page{color:#fff;background:radial-gradient(circle at 15% 18%,#fff 0 2px,#0000 3px),radial-gradient(circle at 78% 25%,#fff8ab 0 3px,#0000 4px),radial-gradient(circle at 63% 63%,#fff 0 2px,#0000 3px),linear-gradient(145deg,#172c70,#3d3c9b 56%,#6f53b6);flex-direction:column;min-height:100vh;display:flex;overflow:hidden}.s3-header{align-items:center;gap:12px;padding:16px 22px;display:flex}.s3-header .btn{color:#4b3424;background:#fff8ec;min-height:52px}.s3-title{text-align:center;text-shadow:0 3px #1b245d;flex:1;font-size:clamp(21px,3vw,29px);font-weight:700}.s3-subtitle{text-align:center;color:#fff5a3;font-size:17px;font-weight:700}.s3-main{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:24px;padding:18px;display:flex}.s3-question{color:#543a25;text-align:center;background:#fff8e9;border:4px solid #ffd369;border-radius:20px;padding:13px 26px;font-size:clamp(21px,4vw,31px);font-weight:700;box-shadow:0 8px #4d3870aa}.s3-orbit{background:#202f78aa;border:4px solid #889bff;border-radius:38px;flex-wrap:wrap;justify-content:center;align-items:center;gap:13px;padding:24px;display:flex}.s3-planet,.s3-choice{color:#fff;text-shadow:0 3px #3652a3;background:linear-gradient(145deg,#8ee8f0,#4d79df);border:4px solid #fff9b2;border-radius:50%;place-items:center;width:92px;height:92px;font-size:43px;font-weight:700;display:grid;box-shadow:inset 0 8px #fff5,0 8px #1b296688}.s3-planet.is-blank{color:#fff5a3;background:#fff2;border-style:dashed}.s3-planet.is-filled{background:linear-gradient(145deg,#b3ed70,#52a84e)}.s3-planet.is-drop-target{background:#ffffff35;border-color:#ffec6d;animation:.75s ease-in-out infinite alternate s3DropTarget}.s3-choice{cursor:pointer;background:linear-gradient(145deg,#ffcf6e,#ed7f42)}.s3-choice[draggable=true]{cursor:grab}.s3-choice[draggable=true]:active{cursor:grabbing}.s3-choice.is-wrong{background:#e96767;animation:.4s ease-in-out shake}.s3-choice.is-correct{background:linear-gradient(145deg,#c9f77b,#62b84f);animation:.75s ease-in-out infinite alternate s3CorrectPulse}.s3-card-row{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.s3-drag-guide{color:#fff8b4;text-align:center;text-shadow:0 2px #25336e;font-size:16px;font-weight:700}.s3-position-row{justify-content:center;align-items:flex-start;gap:12px;display:flex}.s3-position-cell{flex-direction:column;align-items:center;gap:9px;display:flex}.s3-position-label{color:#fff6ad;text-align:center;background:#fff2;border-radius:999px;min-width:74px;padding:4px 8px;font-size:14px;font-weight:700}.s3-rocket{filter:drop-shadow(0 8px 4px #121c5b88);font-size:74px}.s3-rocket-hop{animation:1s ease-in-out forwards s3RocketHop}.s3-feedback{color:#fff;text-shadow:0 3px #3a812f;background:#73bd55;border:4px solid #fff5a3;border-radius:22px;padding:10px 26px;font-size:clamp(25px,4vw,37px);font-weight:700;animation:.45s ease-out popIn;position:relative;box-shadow:0 8px #2b5d5c88}.s3-feedback:before,.s3-feedback:after{content:"★";color:#ffec6d;text-shadow:0 0 13px #fff3a5;font-size:31px;position:absolute;top:-27px}.s3-feedback:before{left:-20px;transform:rotate(-18deg)}.s3-feedback:after{right:-20px;transform:rotate(18deg)}.s3-launchpad{justify-content:center;align-items:flex-end;width:170px;height:170px;display:flex;position:relative}.s3-launchpad:after{content:"";background:#28397a;border-radius:50%;width:145px;height:18px;position:absolute;bottom:0;box-shadow:0 5px #101a56}.s3-launch-rocket{z-index:1;filter:drop-shadow(0 8px 4px #121c5b88);font-size:91px;position:relative}.s3-launch-rocket.is-ready{animation:.35s ease-in-out infinite alternate s3RocketReady}.s3-launch-rocket.is-flying{animation:1.6s cubic-bezier(.3,.05,.65,1) forwards s3RocketLaunch}.s3-launch-fire{z-index:0;font-size:54px;animation:.25s ease-in-out infinite alternate s3Fire;position:absolute;bottom:5px}@keyframes s3CorrectPulse{0%{transform:scale(1)}to{transform:scale(1.12);box-shadow:0 0 28px #c9f77baa}}@keyframes s3DropTarget{0%{transform:scale(1);box-shadow:0 0 6px #ffec6d88}to{transform:scale(1.08);box-shadow:0 0 26px #ffec6dcc}}@keyframes s3RocketHop{0%{transform:translate(-95px)rotate(-42deg)}to{transform:translate(95px)translateY(-18px)rotate(-42deg)}}@keyframes s3RocketReady{0%{transform:translateY(0)}to{transform:translateY(-6px)}}@keyframes s3RocketLaunch{0%{transform:translateY(0)}35%{transform:translateY(-36px)}to{transform:translateY(-720px)scale(.35)}}@keyframes s3Fire{0%{transform:translateY(3px)scale(.9)}to{transform:translateY(13px)scale(1.2)}}.s3-footer{justify-content:center;align-items:center;min-height:100px;padding:14px;display:flex}.s3-footer .btn{font-size:20px}.s3-complete{color:#fff8b4;text-align:center;flex-direction:column;align-items:center;gap:15px;font-size:26px;font-weight:700;display:flex}@media (width<=620px){.s3-header{padding:10px}.s3-header .btn{min-width:52px;padding:9px 12px}.s3-header .btn span{display:none}.s3-planet,.s3-choice{width:70px;height:70px;font-size:33px}.s3-orbit{gap:8px;padding:16px 10px}}.candy-count-page{background:radial-gradient(circle at 12% 20%,#fff7d9 0 4px,#0000 5px),radial-gradient(circle at 86% 16%,#fff7d9 0 5px,#0000 6px),linear-gradient(145deg,#ffd2bd,#f3b6d5 58%,#d89bc5);flex-direction:column;min-height:100vh;display:flex;overflow:hidden}.candy-count-header{align-items:center;gap:12px;padding:15px 20px;display:flex}.candy-count-header .btn{color:#53351f;background:#fff8ec;min-height:54px}.candy-count-title{text-align:center;color:#6c3b43;text-shadow:0 3px #fff2df;flex:1;font-size:clamp(22px,4vw,32px);font-weight:700}.candy-count-main{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:19px;padding:14px;display:flex}.candy-count-question{color:#633d25;background:#fff9e8;border:4px solid #e8a765;border-radius:20px;padding:10px 25px;font-size:clamp(22px,4vw,31px);font-weight:700;box-shadow:0 7px #a7675b66}.candy-count-board{background:#fff9ebf5;border:6px solid #e8bb83;border-radius:34px;grid-template-columns:1fr 134px;align-items:center;gap:16px;width:min(680px,95vw);min-height:285px;padding:24px;display:grid;box-shadow:0 11px #9a675155}.candy-count-items{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;padding:8px;font-size:clamp(45px,7vw,69px);display:flex}.candy-count-drop{color:#d59c67;background:#fff4df;border:6px dashed #e8a765;border-radius:21px;place-items:center;width:118px;height:118px;font-size:61px;font-weight:700;display:grid}.candy-count-drop.is-target{animation:.75s ease-in-out infinite alternate candyDropPulse}.candy-count-drop.is-correct{color:#4c993d;background:#eaffd7;border-style:solid;border-color:#72b751;animation:.45s ease-out popIn}.candy-count-guide{color:#754650;text-align:center;font-size:16px;font-weight:700}.candy-number-tray{background:#fff0d9cc;border:4px solid #e0a366;border-radius:23px;flex-wrap:wrap;justify-content:center;gap:9px;max-width:760px;padding:13px;display:flex}.candy-number-card{color:#e17943;cursor:grab;background:#fff9ea;border:4px solid #e99d57;border-radius:15px;place-items:center;width:63px;height:68px;font-size:34px;font-weight:700;display:grid;box-shadow:0 5px #aa6a4d66}.candy-number-card:active{cursor:grabbing}.candy-number-card.is-wrong{background:#ffd7d2;border-color:#d95858;animation:.4s ease-in-out shake}.candy-number-card.is-active{background:#eaffd7;border-color:#72b751}.candy-count-feedback{color:#5c9a3f;text-shadow:0 2px #fff;font-size:27px;font-weight:700}.candy-count-footer{justify-content:center;align-items:center;min-height:89px;padding:12px;display:flex}.candy-flash-card{color:#e17d44;cursor:pointer;background:#fff9e8;border:9px solid #efae61;border-radius:36px;flex-direction:column;justify-content:center;align-items:center;gap:14px;width:min(330px,72vw);height:330px;display:flex;box-shadow:0 14px #a76b5a66}.candy-flash-card span{font-size:190px;font-weight:700;line-height:.9}.candy-flash-card small{color:#996146;align-items:center;gap:7px;font-size:17px;font-weight:700;display:flex}.candy-flash-card.is-correct{background:#eaffd7;border-color:#72b751;animation:.45s ease-out popIn}.candy-flash-progress{color:#754650;font-size:20px;font-weight:700}.candy-flash-actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.candy-listen-button{min-width:260px}.candy-flash-heard{color:#754650;font-size:16px;font-weight:700}.candy-flash-collection{flex-wrap:wrap;justify-content:center;gap:7px;max-width:760px;min-height:57px;padding:8px;display:flex}.candy-flash-collection span{color:#4c993d;background:#efffdb;border:3px solid #72b751;border-radius:11px;place-items:center;width:45px;height:48px;font-size:24px;font-weight:700;display:grid;box-shadow:0 4px #7ba35a66}.candy-sort-slots{flex-wrap:wrap;justify-content:center;gap:12px;padding:16px;display:flex}.candy-sort-slots span{color:#d7ab80;background:#fff9e8;border:5px dashed #e8a765;border-radius:18px;place-items:center;width:86px;height:92px;font-size:45px;font-weight:700;display:grid}.candy-sort-slots .is-filled{color:#4c993d;background:#eaffd7;border-style:solid;border-color:#72b751;animation:.35s ease-out popIn}.candy-big-number{color:#e17d44;background:#fff7dd;border:7px solid #efae61;border-radius:50%;place-items:center;width:144px;height:144px;font-size:85px;font-weight:700;display:grid;box-shadow:0 9px #a76b5a66}.candy-plate-grid{grid-template-columns:repeat(3,1fr);gap:14px;width:min(850px,96vw);display:grid}.candy-plate{cursor:pointer;background:#fff8e9;border:5px solid #e4b16f;border-radius:26px;flex-wrap:wrap;place-content:center;gap:4px;min-height:170px;padding:13px;font-size:39px;display:flex;box-shadow:0 8px #9b6a5266}.candy-plate.is-wrong{background:#ffd7d2;border-color:#d95858;animation:.4s ease-in-out shake}.candy-plate.is-correct{background:#eaffd7;border-color:#72b751;animation:.45s ease-out popIn}.candy-trace-board{background:#fff9e8;border:7px solid #e4b16f;border-radius:33px;width:min(520px,91vw);height:390px;position:relative;box-shadow:0 11px #9b6a5266}.candy-trace-guide{color:#e8bd8a;place-items:center;font-size:315px;font-weight:700;line-height:1;display:grid;position:absolute;inset:0}.candy-trace-board canvas{touch-action:none;cursor:crosshair;width:100%;height:100%;position:absolute;inset:0}.candy-hunt-grid{grid-template-columns:repeat(4,1fr);gap:12px;width:min(650px,94vw);display:grid}.candy-hunt-card{color:#df7b45;cursor:pointer;background:#fff8e9;border:5px solid #e4b16f;border-radius:23px;place-items:center;min-height:105px;font-size:55px;font-weight:700;display:grid;box-shadow:0 7px #9b6a5266}.candy-hunt-card.is-wrong{background:#ffd7d2;border-color:#d95858;animation:.4s ease-in-out shake}.candy-hunt-card.is-correct{background:#eaffd7;border-color:#72b751;animation:.45s ease-out popIn}@keyframes candyDropPulse{0%{transform:scale(1);box-shadow:0 0 5px #fff5b2}to{transform:scale(1.06);box-shadow:0 0 24px #fff19d}}@media (width<=620px){.candy-count-header{padding:10px}.candy-count-header .btn{min-width:52px;padding:9px 12px}.candy-count-header .btn span{display:none}.candy-count-board{grid-template-columns:1fr 91px;min-height:230px;padding:15px}.candy-count-drop{width:84px;height:84px;font-size:47px}.candy-number-card{width:49px;height:54px;font-size:27px}.candy-plate-grid{gap:8px}.candy-plate{min-height:132px;padding:8px;font-size:30px}.candy-hunt-grid{gap:8px}.candy-hunt-card{min-height:76px;font-size:40px}}.orchard-page{color:#543b25;background:linear-gradient(#b9e7b1,#78bd69 62%,#5b9a55);flex-direction:column;min-height:100vh;display:flex;overflow:hidden}.orchard-header{align-items:center;gap:12px;padding:15px 20px;display:flex}.orchard-header .btn{color:#543b25;background:#fff8e9;min-height:54px}.orchard-title{text-align:center;text-shadow:0 3px #f4ffe9;flex:1;font-size:clamp(22px,4vw,32px);font-weight:700}.orchard-main{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:18px;padding:14px;display:flex}.orchard-question{color:#624322;text-align:center;background:#fff9e8;border:4px solid #d99b55;border-radius:20px;padding:10px 24px;font-size:clamp(21px,4vw,30px);font-weight:700;box-shadow:0 7px #79623f55}.orchard-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:18px;display:flex}.orchard-basket{background:#edc477;border:7px solid #bd7d43;border-radius:24px 24px 45px 45px;flex-wrap:wrap;place-content:center;gap:5px;width:220px;min-height:180px;padding:18px;font-size:45px;display:flex;box-shadow:inset 0 5px #fff0bd,0 9px #76532f55}.orchard-basket.is-target{border-style:dashed;animation:.75s ease-in-out infinite alternate orchardPulse}.orchard-label{text-align:center;font-size:21px;font-weight:700}.orchard-choice-row{flex-wrap:wrap;justify-content:center;gap:13px;display:flex}.orchard-choice{color:#dc7939;cursor:pointer;background:#fff9e9;border:5px solid #db9c52;border-radius:20px;place-items:center;min-width:83px;min-height:83px;font-size:41px;font-weight:700;display:grid;box-shadow:0 6px #79623f55}.orchard-choice.is-wrong{background:#ffd9d2;border-color:#dc6060;animation:.4s shake}.orchard-choice.is-correct{background:#eaffd7;border-color:#68ad4c;animation:.45s popIn}.orchard-feedback{color:#3c8937;text-shadow:0 2px #efffe8;font-size:28px;font-weight:700}.orchard-footer{justify-content:center;align-items:center;min-height:92px;padding:12px;display:flex}.orchard-plus{color:#fff7b2;text-shadow:0 4px #66814b;font-size:51px;font-weight:700}.orchard-total{color:#d57834;background:#fff4c0;border:7px solid #f2bb5d;border-radius:50%;place-items:center;width:112px;height:112px;font-size:63px;font-weight:700;display:grid;box-shadow:0 8px #79623f55}.orchard-pool{background:#fff6d5aa;border:5px solid #bd7d43;border-radius:24px;flex-wrap:wrap;justify-content:center;gap:10px;max-width:680px;padding:16px;display:flex}.orchard-apple{cursor:pointer;background:#fff9e9;border:3px solid #dfb264;border-radius:16px;place-items:center;width:68px;height:68px;font-size:43px;display:grid}.orchard-bond-grid{grid-template-columns:repeat(3,1fr);gap:13px;width:min(760px,94vw);display:grid}.orchard-bond{color:#634526;cursor:pointer;background:#fff9e9;border:5px solid #d79b55;border-radius:22px;padding:14px;font-size:24px;font-weight:700;box-shadow:0 7px #79623f55}.orchard-bond.is-wrong{background:#ffd9d2;border-color:#dc6060;animation:.4s shake}.orchard-bond.is-correct{background:#eaffd7;border-color:#68ad4c;animation:.45s popIn}.orchard-scale-wrap{width:min(800px,100%);height:330px;margin-top:-52px}.orchard-scale-wrap .balance-scale-wrapper{transform-origin:bottom;height:380px;transform:scale(.9)}.orchard-scale-apple{filter:drop-shadow(0 3px 3px #5f432b55);font-size:37px;line-height:1}.apple-remove{cursor:pointer;background:0 0;border:0;padding:0}.orchard-pan-drop{color:#725737;cursor:pointer;border-radius:15px;flex-wrap:wrap;justify-content:center;align-items:flex-end;gap:3px;width:180px;min-height:76px;padding:4px;font-size:13px;font-weight:700;display:flex}.orchard-side-boxes{flex-wrap:wrap;justify-content:center;gap:76px;margin-top:-12px;display:flex}.orchard-side-box{background:#fff6d5cc;border:5px solid #bd7d43;border-radius:22px;flex-direction:column;align-items:center;gap:7px;min-width:220px;padding:10px 15px;display:flex;box-shadow:0 6px #76532f55}.box-left{border-color:#4d96cf}.box-right{border-color:#d77a78}.orchard-box-apple{cursor:grab;padding:3px;font-size:38px;display:inline-block}.orchard-box-apple:active{cursor:grabbing}.orchard-scale-guide{color:#684a2f;text-align:center;background:#fff8dccc;border-radius:15px;padding:7px 15px;font-size:16px;font-weight:700}.orchard-total-apples{background:#efffdccc;border:5px solid #6bad4f;border-radius:22px;flex-wrap:wrap;justify-content:center;align-items:center;gap:4px;max-width:620px;padding:10px 16px;font-size:39px;display:flex}.orchard-total-apples strong{color:#438237;margin-left:10px;font-size:31px}.orchard-scale-controls{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:-32px;display:flex}@keyframes orchardPulse{0%{transform:scale(1);box-shadow:0 0 4px #fff7aa}to{transform:scale(1.05);box-shadow:0 0 25px #fff7aa}}@media (width<=620px){.orchard-header{padding:10px}.orchard-header .btn{min-width:52px;padding:9px 12px}.orchard-header .btn span{display:none}.orchard-basket{width:150px;min-height:135px;padding:10px;font-size:34px}.orchard-side-boxes{gap:9px}.orchard-side-box{min-width:155px;padding:8px}.orchard-bond-grid{gap:8px}.orchard-bond{padding:9px;font-size:18px}}.castle-page{color:#2e2451;background:linear-gradient(#8678dd 0 24%,#c2b9f3 24% 52%,#8bc47d 52%);min-height:100vh;padding:22px;font-family:Yu Gothic,Hiragino Kaku Gothic ProN,sans-serif;overflow:hidden}.castle-sky{color:#fff5a3;justify-content:space-around;font-size:28px;display:flex}.castle-header{justify-content:space-between;align-items:center;gap:16px;max-width:950px;margin:0 auto 14px;display:flex}.castle-header h1{color:#fff;text-shadow:0 3px #5a438f;margin:0;font-size:clamp(25px,4vw,42px)}.castle-eyebrow{color:#fff7ad;text-align:center;margin:0;font-weight:800}.castle-crown{font-size:56px}.castle-back,.castle-next{color:#563b80;cursor:pointer;background:#fff2a8;border:0;border-radius:18px;padding:12px 18px;font-size:17px;font-weight:900;box-shadow:0 5px #c68d45}.castle-board{background:#fffdf4;border:8px solid #f2c86a;border-radius:30px;max-width:920px;min-height:430px;margin:auto;padding:24px;position:relative;box-shadow:0 10px #5c4c85}.castle-board:before{content:"🏰";opacity:.2;font-size:96px;position:absolute;bottom:-20px;right:-17px}.castle-instruction{color:#644694;text-align:center;margin:0 0 18px;font-size:clamp(20px,3vw,29px);font-weight:900}.castle-feedback{color:#ee7f35;text-align:center;min-height:33px;margin:18px 0 0;font-size:22px;font-weight:900}.castle-feedback.correct{color:#42a84b}.castle-feedback.wrong{color:#e76b51}.castle-footer{justify-content:center;padding:22px;display:flex}.castle-gates{justify-content:center;gap:clamp(20px,8vw,90px);padding:24px;display:flex}.castle-gate{color:#fff;cursor:pointer;background:#7255a5;border:6px solid #d9a742;border-radius:95px 95px 14px 14px;min-width:190px;min-height:210px;box-shadow:inset 0 -18px #553b7c,0 7px #a57b32}.castle-gate strong{color:#fff3a5;font-size:82px;display:block}.castle-gems{max-width:150px;margin:auto;font-size:25px;line-height:1.1;display:block}.castle-gate.selected{outline:8px solid #9adc76}.castle-gate.open{animation:1s forwards castle-door-open}.castle-gate.open strong,.castle-gate.open .castle-gems{animation:.9s forwards castle-door-content}@keyframes castle-door-open{0%{transform-origin:0;transform:perspective(500px)rotateY(0)}55%{transform-origin:0;background:#3d285d;transform:perspective(500px)rotateY(72deg);box-shadow:inset 18px 0 #25183b,0 7px #a57b32}to{transform-origin:0;background:#25183b;transform:perspective(500px)rotateY(72deg)scale(.82);box-shadow:inset 18px 0 #160f25,0 7px #a57b32}}@keyframes castle-door-content{to{opacity:.15}}.castle-line-wrap{padding:45px 8px 10px}.castle-drag-card{color:#fff;text-align:center;cursor:grab;background:#7a5bac;border:5px solid #f0c34f;border-radius:18px;width:100px;margin:0 auto 45px;font-size:62px;font-weight:900;box-shadow:0 6px #563a80}.castle-line-card{width:64px;height:64px;margin-bottom:34px;font-size:38px}.castle-line-card.placed{visibility:hidden}.castle-numberline,.castle-line-labels{grid-template-columns:repeat(10,64px);justify-content:center;gap:5px;display:grid}.castle-slot{color:#765590;cursor:pointer;background:#fbf3ff;border:4px dashed #9270b6;border-radius:12px;width:64px;height:64px;font-size:32px;font-weight:900}.castle-line-labels span{color:#765590;text-align:center;padding-top:7px;font-size:19px;font-weight:900}.castle-slot.correct{color:#3ba84a;background:#ddf5c7}.castle-slot.wrong{color:#da5f50;background:#ffe1dc}.castle-steps{grid-template-columns:repeat(4,83px);justify-content:center;gap:16px;margin:30px auto;display:grid}.castle-step{color:#604482;background:#fbf3ff;border:4px dashed #b48bd1;border-radius:16px;width:83px;height:83px;font-size:45px;font-weight:900}.castle-cards{flex-wrap:wrap;justify-content:center;gap:16px;min-height:100px;display:flex}.castle-card{color:#fff;cursor:grab;background:#7d60b0;border:5px solid #dbaa43;border-radius:17px;width:83px;height:83px;font-size:50px;font-weight:900;box-shadow:0 5px #533777}.castle-card:disabled{visibility:hidden}.castle-ok{color:#fff;cursor:pointer;background:#e88d42;border:0;border-radius:18px;margin:14px auto 0;padding:13px 24px;font-size:20px;font-weight:900;display:block;box-shadow:0 5px #b75f2e}.castle-ok:disabled{opacity:.4;cursor:default}.castle-reset{color:#b65546;cursor:pointer;background:#fff0ea;border:3px solid #e08976;border-radius:18px;margin:10px auto;padding:10px 18px;font-size:18px;font-weight:900;display:block}.castle-between{justify-content:center;align-items:center;gap:24px;margin:42px 0;font-size:clamp(23px,4vw,41px);font-weight:900;display:flex}.castle-between-condition{background:#f1e5ff;border-radius:20px;align-items:center;gap:10px;padding:14px;display:flex}.castle-between strong{color:#fff;text-align:center;background:#7557a8;border-radius:18px;min-width:70px;padding:11px}.castle-between .castle-between-question{color:#604284;background:#fff1a0;border:7px solid #e1ad45;border-radius:50%;min-width:108px;padding:19px 10px;font-size:70px;line-height:1;box-shadow:0 7px #b77b31}.castle-between span{color:#c48b34}.castle-choices{justify-content:center;gap:20px;display:flex}.castle-choice{color:#604284;cursor:pointer;background:#fff1a0;border:5px solid #e1ad45;border-radius:50%;width:92px;height:92px;font-size:43px;font-weight:900}@media (width<=620px){.castle-page{padding:12px}.castle-board{border-width:5px;min-height:400px;padding:16px 8px}.castle-crown{display:none}.castle-gates{gap:14px;padding:14px 0}.castle-gate{min-width:132px;min-height:190px}.castle-gate strong{font-size:68px}.castle-slot{border-left-width:2px;font-size:19px}.castle-line-wrap{overflow-x:auto}.castle-numberline,.castle-line-labels{justify-content:start;width:max-content}.castle-between{flex-direction:column;gap:12px;margin:22px 0}}.profile-page,.collection-page{min-height:100vh;font-family:var(--font-family);background:linear-gradient(#92d8ed,#bde89b);padding:24px}.profile-back,.collection-back{color:#68452e;cursor:pointer;background:#fff8e8;border:0;border-radius:16px;padding:13px 18px;font-size:17px;font-weight:900;box-shadow:0 5px #b88352}.profile-panel{color:#65452c;text-align:center;background:#fff9edee;border:6px solid #e9bd75;border-radius:32px;max-width:820px;margin:28px auto;padding:28px;box-shadow:0 10px #8c673f66}.profile-kicker{color:#df7b46;font-weight:900}.profile-panel h1{margin:8px 0 25px;font-size:39px}.profile-list{flex-wrap:wrap;justify-content:center;gap:15px;display:flex}.profile-card{color:#65452c;cursor:pointer;background:#fff;border:4px solid #efd09b;border-radius:23px;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:150px;min-height:166px;display:flex;box-shadow:0 6px #c59159}.profile-card span{font-size:53px}.profile-card strong{font-size:19px}.profile-card small{color:#d47843;font-weight:900}.profile-add{background:#fff4d8;border-style:dashed}.profile-form{border-top:3px dashed #ecc989;flex-direction:column;gap:16px;max-width:570px;margin:28px auto 0;padding-top:20px;display:flex}.profile-icons{flex-wrap:wrap;justify-content:center;gap:9px;display:flex}.profile-icons button{cursor:pointer;background:#fff;border:3px solid #ebc994;border-radius:17px;width:61px;height:61px;font-size:30px}.profile-icons .selected{background:#e9ffd8;border-color:#5bae56;transform:scale(1.08)}.profile-form input{text-align:center;-webkit-user-select:text;user-select:text;border:3px solid #e8c991;border-radius:16px;padding:14px;font-family:inherit;font-size:22px}.profile-form-buttons{justify-content:center;gap:12px;display:flex}.profile-form-buttons button{cursor:pointer;border:0;border-radius:14px;padding:13px 20px;font-size:17px;font-weight:900}.profile-form-buttons .primary{color:#fff;background:#58ad57}.collection-page{color:#fff;background:linear-gradient(#6e65b2 0 49%,#85bd70 49%)}.collection-header{text-align:center;justify-content:space-between;align-items:center;max-width:980px;margin:auto;display:flex}.collection-header p{color:#fff09a;font-weight:900}.collection-header h1{text-shadow:0 4px #493a7b;font-size:clamp(28px,5vw,47px)}.collection-header strong{color:#634a2e;background:#fff3a4;border-radius:18px;padding:11px 17px;font-size:20px}.collection-castle{background:radial-gradient(circle at 50% 45%,#d9c6ff88,#0000 52%);border-radius:36px;max-width:760px;height:410px;margin:16px auto;position:relative}.collection-castle-picture{text-align:center;filter:drop-shadow(0 17px #483b7755);padding-top:66px;font-size:260px;line-height:1}.collection-decoration{cursor:pointer;filter:drop-shadow(0 5px #40366b77);background:0 0;border:0;font-size:58px;position:absolute}.decoration-0{bottom:11%;left:8%}.decoration-1{bottom:12%;right:9%}.decoration-2{top:12%;left:25%}.decoration-3{top:14%;right:24%}.decoration-4{bottom:3%;left:40%}.decoration-5{top:0;right:40%}.decoration-6{top:22%;left:3%}.decoration-7{top:24%;right:3%}.collection-list{color:#68452e;text-align:center;background:#fff9edee;border:5px solid #e9bd75;border-radius:24px;max-width:780px;margin:auto;padding:16px 20px}.collection-list h2{margin-bottom:10px}.collection-list button{color:#68452e;cursor:pointer;background:#fff;border:3px solid #edce99;border-radius:15px;margin:6px;padding:9px 13px;font-weight:900}.collection-list span{margin-right:6px;font-size:23px}.collection-treasure{color:#68452e;text-align:center;background:#fff9edee;border:5px solid #e9bd75;border-radius:24px;max-width:780px;margin:18px auto;padding:18px}.collection-treasure p{color:#916947;margin:6px 0 14px;font-weight:800}.collection-treasure-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.collection-treasure-grid button{color:#68452e;cursor:pointer;background:#fff;border:4px solid #e5c38f;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:5px;min-height:142px;padding:10px;display:flex}.collection-treasure-grid span{font-size:40px}.collection-treasure-grid small{color:#9b704c;font-size:11px;font-weight:800}.collection-treasure-grid .is-earned{background:#fff2a5;border-color:#edb746}.collection-treasure-grid .is-locked{filter:grayscale(.35);background:#f3eee5}.collection-certificate{color:#68452e;text-align:center;background:linear-gradient(#fffdf1,#fff3bc);border:9px double #e4ad3d;border-radius:20px;max-width:780px;margin:18px auto;padding:30px 24px 26px;position:relative;box-shadow:0 8px #77523d55}.collection-certificate-seal{font-size:52px;position:absolute;top:18px;right:24px}.collection-certificate p{color:#b1772d;letter-spacing:3px;margin:0;font-weight:900}.collection-certificate h2{color:#cb7b2f;letter-spacing:8px;margin:5px 0 14px;font-size:42px}.collection-certificate>strong{border-bottom:3px solid #d6a554;min-width:250px;padding:5px 22px 8px;font-size:27px;display:inline-block}.collection-certificate .collection-certificate-message{color:#68452e;letter-spacing:1px;margin:20px 0 18px;font-size:17px;line-height:1.8}.collection-certificate small{color:#946537;font-size:15px;font-weight:900}@media (width<=620px){.collection-treasure-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
