.Quiz-module__XTynIG__container{background-color:#f4f7fa;min-height:100vh;font-family:Nunito,sans-serif;display:block}.Quiz-module__XTynIG__main{max-width:var(--site-max);box-sizing:border-box;width:100%;margin:0 auto;padding:2rem 1rem;padding-top:10px!important}.Quiz-module__XTynIG__loading{color:#555;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;font-size:1.5rem;font-weight:700;display:flex}.Quiz-module__XTynIG__quizCard,.Quiz-module__XTynIG__resultCard{text-align:center;box-sizing:border-box;background:#fff;border-radius:20px;width:100%;padding:1rem 2.5rem 2.5rem;position:relative;overflow:hidden;box-shadow:0 10px 25px #0000000d}.Quiz-module__XTynIG__progressBar{z-index:10;background:#f3f4f6;width:100%;height:8px;position:absolute;top:0;left:0}.Quiz-module__XTynIG__progressFill{background:#3b82f6;height:100%;transition:width .3s}.Quiz-module__XTynIG__questionHeader{color:#888;text-transform:uppercase;justify-content:space-between;align-items:center;margin-top:.25rem;margin-bottom:1.5rem;font-size:.9rem;font-weight:700;display:flex}.Quiz-module__XTynIG__audioBtn{color:#2563eb;cursor:pointer;background:#eff6ff;border:1px solid #dbeafe;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;transition:all .2s;display:flex}.Quiz-module__XTynIG__audioBtn:hover:not(:disabled){color:#fff;background:#2563eb;transform:scale(1.05)}.Quiz-module__XTynIG__counter{text-align:center;white-space:nowrap;flex:1;margin:0 10px}.Quiz-module__XTynIG__headerNextBtn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:99px;margin:0 10px;padding:8px 20px;font-size:.9rem;font-weight:700;transition:transform .1s,background .2s;animation:.2s ease-out Quiz-module__XTynIG__popIn;box-shadow:0 4px 10px #2563eb4d}.Quiz-module__XTynIG__headerNextBtn:hover{background:#1d4ed8;transform:translateY(-1px)}.Quiz-module__XTynIG__headerNextBtn:active{transform:scale(.95)}.Quiz-module__XTynIG__hint{cursor:pointer;border:2px solid #fcd34d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;transition:all .2s;animation:2s ease-in-out infinite Quiz-module__XTynIG__hintPulse;display:flex;box-shadow:0 0 8px #fbbf2499}.Quiz-module__XTynIG__hint:hover{animation:none;transform:scale(1.1);box-shadow:0 0 15px #fbbf24}@keyframes Quiz-module__XTynIG__hintPulse{0%{transform:scale(1);box-shadow:0 0 5px #fbbf2466}50%{transform:scale(1.05);box-shadow:0 0 15px #fbbf24cc}to{transform:scale(1);box-shadow:0 0 5px #fbbf2466}}.Quiz-module__XTynIG__hintReveal{text-align:center;color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;margin-bottom:1.5rem;padding:8px 16px;font-size:1rem;font-weight:700;animation:.3s Quiz-module__XTynIG__fadeIn}@keyframes Quiz-module__XTynIG__fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.Quiz-module__XTynIG__sentence{color:#1f2937;margin-bottom:3rem;font-size:1.8rem;font-weight:600;line-height:1.6}.Quiz-module__XTynIG__blank{color:#3b82f6;text-align:center;border-bottom:3px solid #3b82f6;min-width:100px;padding:0 10px;display:inline-block}.Quiz-module__XTynIG__optionsGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.Quiz-module__XTynIG__optionBtn{color:#374151;cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:1.2rem;font-size:1.1rem;font-weight:600;transition:all .2s}.Quiz-module__XTynIG__optionBtn:hover:not(:disabled){background:#f9fafb;border-color:#3b82f6;transform:translateY(-2px)}.Quiz-module__XTynIG__correct{color:#15803d!important;background-color:#dcfce7!important;border-color:#22c55e!important}.Quiz-module__XTynIG__wrong{opacity:.7;color:#b91c1c!important;background-color:#fee2e2!important;border-color:#ef4444!important}.Quiz-module__XTynIG__feedback{color:#4b5563;margin-top:2rem;font-size:1.2rem;font-weight:700;animation:.3s Quiz-module__XTynIG__popIn}.Quiz-module__XTynIG__scoreCircle{color:#fff;background:#3b82f6;border-radius:50%;justify-content:center;align-items:center;width:150px;height:150px;margin:2rem auto;font-size:3rem;font-weight:700;display:flex;box-shadow:0 10px 20px #3b82f666}@keyframes Quiz-module__XTynIG__popIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (max-width:820px){.Quiz-module__XTynIG__main{padding:1.5rem}.Quiz-module__XTynIG__quizCard{padding:2rem}.Quiz-module__XTynIG__sentence{font-size:1.6rem}}@media (max-width:600px){.Quiz-module__XTynIG__main{padding:.5rem 1.5rem}.Quiz-module__XTynIG__quizCard{border-radius:16px;padding:.7rem 1rem 1.5rem}.Quiz-module__XTynIG__progressBar{margin-bottom:1.5rem}.Quiz-module__XTynIG__sentence{margin-bottom:1rem;font-size:1.35rem;line-height:1.4}.Quiz-module__XTynIG__blank{min-width:60px}.Quiz-module__XTynIG__optionsGrid{grid-template-columns:1fr;gap:.2rem}.Quiz-module__XTynIG__optionBtn{padding:1rem;font-size:1.1rem}}@media (max-width:380px){.Quiz-module__XTynIG__main{padding:.25rem 1rem}.Quiz-module__XTynIG__quizCard{padding:.5rem .25rem 1rem}.Quiz-module__XTynIG__optionBtn{padding:1rem;font-size:1rem}.Quiz-module__XTynIG__sentence{margin-bottom:1rem;font-size:1rem}.Quiz-module__XTynIG__questionHeader{margin-bottom:1rem;font-size:.8rem}.Quiz-module__XTynIG__optionsGrid{gap:.1rem}.Quiz-module__XTynIG__scoreCircle{width:120px;height:120px;font-size:2.5rem}}
.Header-module__hBw1pG__avatarButton{all:unset;cursor:pointer;-webkit-tap-highlight-color:transparent;justify-content:center;align-items:center;width:50px;height:50px;padding:0;line-height:0;display:inline-flex;background:0 0!important;border:none!important}.Header-module__hBw1pG__avatarButton:hover,.Header-module__hBw1pG__avatarButton:focus,.Header-module__hBw1pG__avatarButton:active{box-shadow:none!important;background:0 0!important;border:none!important;outline:none!important;transform:none!important}.Header-module__hBw1pG__avatar{object-fit:cover;border-radius:50%;transition:transform .2s cubic-bezier(.175,.885,.32,1.275);display:block;box-shadow:0 4px 10px #0000001a;width:50px!important;height:50px!important}.Header-module__hBw1pG__avatarButton:hover .Header-module__hBw1pG__avatar,.Header-module__hBw1pG__avatarButton:focus .Header-module__hBw1pG__avatar{transform:scale(1.05)}.Header-module__hBw1pG__avatarButton:active .Header-module__hBw1pG__avatar{transform:scale(.95)}.Header-module__hBw1pG__avatarCount{color:#4b5563;min-height:1em;margin-top:2px;font-size:.85rem;font-weight:700;line-height:1}.Header-module__hBw1pG__avatarHeader{align-items:center;gap:8px;display:flex}.Header-module__hBw1pG__avatarHeader h3{margin:0;font-size:1.1rem;line-height:1}.Header-module__hBw1pG__reloadBtn{all:unset;cursor:pointer;color:#1f3f5b;background:0 0;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.Header-module__hBw1pG__reloadBtn:hover,.Header-module__hBw1pG__reloadBtn:focus{background:#1f3f5b14;outline:none}.Header-module__hBw1pG__reloadIcon{fill:currentColor;width:18px;height:18px}.Header-module__hBw1pG__eikenHeader{z-index:1000;width:100%;max-width:calc(var(--site-max) - 24px);-webkit-backdrop-filter:blur(10px);background-color:#fffc;border:1px solid #fff6;border-radius:20px;margin:12px auto 8px;transition:all .3s ease-in-out;position:sticky;top:12px;box-shadow:0 4px 20px #00000014}.Header-module__hBw1pG__modalOverlay{z-index:2000;background:#00000059;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Header-module__hBw1pG__modal{contain:content;will-change:transform,opacity;background:#fff;border-radius:12px;width:min(900px,92vw);max-height:80vh;padding:16px;overflow:auto;box-shadow:0 10px 30px #0003}.Header-module__hBw1pG__modal h3{margin:0 0 12px}.Header-module__hBw1pG__modalActions{justify-content:flex-end;margin-top:10px;display:flex}.Header-module__hBw1pG__avatarGridWrap{padding-bottom:6px;overflow-x:auto}.Header-module__hBw1pG__avatarGrid{grid-template-columns:repeat(7,140px);grid-auto-rows:auto;gap:12px;display:grid}.Header-module__hBw1pG__avatarGridWrap{-webkit-overflow-scrolling:touch}.Header-module__hBw1pG__modal,.Header-module__hBw1pG__profileCard{position:relative}.Header-module__hBw1pG__closeIconBtn{all:unset;cursor:pointer;color:#4b5563;background:#f3f4f6;border:1.5px solid #d1d5db;border-radius:50%;place-items:center;width:30px;height:30px;font-size:18px;font-weight:800;line-height:1;transition:all .2s;display:grid;position:absolute;top:12px;right:12px}.Header-module__hBw1pG__closeIconBtn:hover,.Header-module__hBw1pG__closeIconBtn:focus{color:#dc2626;background:#fee2e2;border-color:#fca5a5;outline:none;transform:rotate(90deg)}@media (max-width:420px){.Header-module__hBw1pG__avatarGrid{grid-template-columns:repeat(7,120px)}}.Header-module__hBw1pG__avatarCard{cursor:pointer;background:#f9fafb;border:3px solid #e5e7eb;border-radius:10px;flex-direction:column;align-items:center;gap:6px;padding:10px;display:flex}.Header-module__hBw1pG__avatarCard,.Header-module__hBw1pG__avatarCard:hover,.Header-module__hBw1pG__avatarCard:focus{box-shadow:none!important;top:auto!important;transform:none!important}.Header-module__hBw1pG__avatarCardCommon{background-color:#eef2f7;border-color:#374151}.Header-module__hBw1pG__avatarCardRare{background-color:#e6f0ff;border-color:#1e3a8a}.Header-module__hBw1pG__avatarCardLegendary{background-color:#fff7e6;border-color:#8a4b00}.Header-module__hBw1pG__avatarCardMythic{background-color:#f3e8ff;border-color:#6b21a8}.Header-module__hBw1pG__avatarCardAncient{background-color:#eaf7f1;border-color:#065f46}.Header-module__hBw1pG__avatarCardSeasonal{background-color:#ffe4e6;border-color:#be123c}.Header-module__hBw1pG__avatarCard img,.Header-module__hBw1pG__avatarImage{object-fit:cover;border-radius:8px;width:96px;height:96px}.Header-module__hBw1pG__avatarCard[data-owned="0"] .Header-module__hBw1pG__avatarImage{filter:grayscale();opacity:.5}.Header-module__hBw1pG__avatarCard span{color:#374151;font-size:.95rem;font-weight:600}.Header-module__hBw1pG__avatarCard.Header-module__hBw1pG__avatarBuyable{cursor:pointer}.Header-module__hBw1pG__avatarCard .Header-module__hBw1pG__avatarPrice{color:#4338ca;background:#eef2ff;border-radius:999px;padding:2px 10px;font-size:.8rem;font-weight:800;line-height:1.2}.Header-module__hBw1pG__raritySection{margin:14px 0 10px}.Header-module__hBw1pG__rarityTitle{letter-spacing:.5px;color:#111827;background:#eef2f7;border-radius:999px;margin:0 0 8px;padding:4px 10px;font-size:1rem;font-weight:800;display:inline-block}.Header-module__hBw1pG__rarityCommon{color:#374151;background:#eef2f7}.Header-module__hBw1pG__rarityRare{color:#1e3a8a;background:#e6f0ff}.Header-module__hBw1pG__rarityLegendary{color:#8a4b00;background:#fff7e6}.Header-module__hBw1pG__rarityMythic{color:#6b21a8;background:#f3e8ff}.Header-module__hBw1pG__rarityAncient{color:#065f46;background:#eaf7f1}.Header-module__hBw1pG__raritySeasonal{color:#9d174d;background:#ffe4e6}.Header-module__hBw1pG__avatarBorderCommon{border:3px solid #374151!important;border-radius:12px!important}.Header-module__hBw1pG__avatarBorderRare{border:3px solid #1e3a8a!important;border-radius:12px!important}.Header-module__hBw1pG__avatarBorderLegendary{border:3px solid #8a4b00!important;border-radius:12px!important}.Header-module__hBw1pG__avatarBorderMythic{border:3px solid #6b21a8!important;border-radius:12px!important}.Header-module__hBw1pG__avatarBorderAncient{border:3px solid #065f46!important;border-radius:12px!important}.Header-module__hBw1pG__avatarBorderSeasonal{border:3px solid #be123c!important;border-radius:12px!important}.Header-module__hBw1pG__innerContainer{box-sizing:border-box;justify-content:center;align-items:center;width:100%;height:60px;padding:0 20px;transition:height .3s ease-in-out;display:flex}.Header-module__hBw1pG__mainRow{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;width:100%;height:100%;transition:all .3s ease-in-out;display:grid}.Header-module__hBw1pG__leftArea{justify-content:flex-start;align-items:center;gap:2px;height:100%;display:flex}.Header-module__hBw1pG__leftArea .Header-module__hBw1pG__headerBack{color:#334155}.Header-module__hBw1pG__leftArea .Header-module__hBw1pG__headerBack:hover{color:#1e293b}.Header-module__hBw1pG__centerArea{text-align:center;justify-content:center;align-items:center;min-width:0;height:100%;display:flex}.Header-module__hBw1pG__rightArea{justify-content:flex-end;align-items:center;gap:8px;height:100%;display:flex;position:relative}.Header-module__hBw1pG__brandTitle{background:linear-gradient(135deg,#1e293b 0%,#3b82f6 100%);-webkit-text-fill-color:transparent;color:#0000;letter-spacing:.5px;text-shadow:0 2px 4px #0000000a;white-space:nowrap;text-overflow:ellipsis;-webkit-background-clip:text;background-clip:text;min-width:0;max-width:100%;font-size:1.8rem;font-weight:900;overflow:hidden}.Header-module__hBw1pG__menuToggleBtn{cursor:pointer;color:#4b5563;background:#f3f4f6;border:1.5px solid #d1d5db;border-radius:50%;outline:none;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:18px;transition:all .2s;display:flex;box-shadow:none!important;margin-right:0!important;padding:0!important;line-height:1!important}.Header-module__hBw1pG__menuToggleBtn:hover{color:#1f2937!important;background:#e5e7eb!important;transform:scale(1.05)!important}.Header-module__hBw1pG__menuToggleBtn:active{transform:scale(.95)!important}.Header-module__hBw1pG__logo{width:auto;height:100%}.Header-module__hBw1pG__headerPillSquared{box-sizing:border-box;justify-content:center;align-items:center;font-weight:900;transition:all .3s ease-in-out;color:#2c567a!important;height:auto!important;min-height:auto!important;box-shadow:none!important;background:0 0!important;border-radius:12px!important;margin:0 auto 12px!important;padding:0 16px!important;line-height:1.2!important;display:flex!important}.Header-module__hBw1pG__shrunk{top:4px;margin-top:4px!important}.Header-module__hBw1pG__shrunk .Header-module__hBw1pG__innerContainer{height:45px}.Header-module__hBw1pG__shrunk .Header-module__hBw1pG__avatar{height:calc(100% - 10px)!important}.Header-module__hBw1pG__shrunk .Header-module__hBw1pG__headerPillSquared{margin-bottom:6px!important;font-size:1.1rem!important}.Header-module__hBw1pG__profileOverlay{z-index:3000;-webkit-backdrop-filter:blur(8px);background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Header-module__hBw1pG__profileCard{background:#fff;border:4px solid #ffccd5;border-radius:24px;width:min(92vw,480px);padding:28px;position:relative;box-shadow:0 24px 70px #0003}.Header-module__hBw1pG__profileHeader{grid-template-columns:96px 1fr;align-items:center;gap:20px;margin-bottom:18px;display:grid}.Header-module__hBw1pG__profileAvatarLg{object-fit:cover;background-color:#fff;border-radius:50%;width:96px;height:96px;box-shadow:0 6px 18px #0000001f}.Header-module__hBw1pG__profileMeta{gap:4px;display:grid}.Header-module__hBw1pG__profileNameContainer{align-items:center;min-height:40px;display:flex}.Header-module__hBw1pG__nameDisplayWrapper{align-items:center;gap:10px;width:100%;display:flex}.Header-module__hBw1pG__profileNameText{color:#ff6b6b;text-shadow:0 2px #0000000d;word-break:break-word;font-size:26px;font-weight:900}.Header-module__hBw1pG__editNameBtn{all:unset;cursor:pointer;background:#fff;border:2px solid #ffccd5;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:13px;transition:all .2s cubic-bezier(.175,.885,.32,1.275);display:inline-flex}.Header-module__hBw1pG__editNameBtn:hover{background:#fff0f3;border-color:#ffb3c1;transform:scale(1.15)rotate(15deg)}.Header-module__hBw1pG__nameEditWrapper{align-items:center;gap:8px;width:100%;display:flex}.Header-module__hBw1pG__nameInput{color:#374151;background-color:#fff;border:3px solid #ffccd5;border-radius:12px;outline:none;flex:1;min-width:100px;padding:6px 12px;font-size:16px;font-weight:700;transition:all .2s}.Header-module__hBw1pG__nameInput:focus{border-color:#ff8fab;box-shadow:0 0 0 3px #ff8fab33}.Header-module__hBw1pG__saveNameBtn,.Header-module__hBw1pG__cancelNameBtn{all:unset;cursor:pointer;border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;font-weight:700;transition:all .2s;display:flex;box-shadow:none!important;margin-right:0!important}.Header-module__hBw1pG__saveNameBtn{color:#fff;background:#4ade80;border:2px solid #22c55e}.Header-module__hBw1pG__saveNameBtn:hover{box-shadow:none!important;background:#22c55e!important;transform:scale(1.1)!important}.Header-module__hBw1pG__saveNameBtn:active{box-shadow:none!important;transform:scale(.95)!important}.Header-module__hBw1pG__cancelNameBtn{color:#fff;background:#fca5a5;border:2px solid #ef4444}.Header-module__hBw1pG__cancelNameBtn:hover{box-shadow:none!important;background:#ef4444!important;transform:scale(1.1)!important}.Header-module__hBw1pG__cancelNameBtn:active{box-shadow:none!important;transform:scale(.95)!important}.Header-module__hBw1pG__badgeRow{flex-wrap:wrap;gap:6px;margin-top:4px;display:flex}.Header-module__hBw1pG__badge{border-radius:999px;align-items:center;gap:4px;padding:4px 10px;font-size:13px;font-weight:800;display:inline-flex;box-shadow:0 2px 4px #00000008}.Header-module__hBw1pG__badgeAdmin{color:#ef4444;background-color:#fee2e2;border:1.5px solid #fca5a5}.Header-module__hBw1pG__badgeStudent{color:#0284c7;background-color:#e0f2fe;border:1.5px solid #bae6fd}.Header-module__hBw1pG__badgeCoins{color:#ca8a04;background-color:#fef9c3;border:1.5px solid #fef08a}.Header-module__hBw1pG__loginName{color:#9ca3af;margin-top:2px;font-family:monospace;font-size:12px}.Header-module__hBw1pG__profileActions{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:20px;display:grid}.Header-module__hBw1pG__profileBtn{color:#fff;cursor:pointer;border:none;border-radius:16px;justify-content:center;align-items:center;gap:6px;padding:12px 10px;font-size:15px;font-weight:800;transition:all .2s cubic-bezier(.175,.885,.32,1.275);display:flex;margin-right:0!important;box-shadow:0 4px 6px #0000000d!important}.Header-module__hBw1pG__profileBtn:active{transform:translateY(1px)scale(.97)!important;box-shadow:inset 0 2px 4px #0000001a!important}.Header-module__hBw1pG__profileBtnHome{text-shadow:0 1px 2px #00000026;background:linear-gradient(135deg,#4facfe 0%,#00f2fe 100%);border:2px solid #3b82f6}.Header-module__hBw1pG__profileBtnHome:hover{background:linear-gradient(135deg,#5fc3ff 0%,#1ae8fe 100%)!important;transform:translateY(-3px)scale(1.03)!important;box-shadow:0 8px 20px #4facfe59!important}.Header-module__hBw1pG__profileBtnGacha{text-shadow:0 1px 2px #0000001a;background:linear-gradient(135deg,#f6d365 0%,#fda085 100%);border:2px solid #f97316}.Header-module__hBw1pG__profileBtnGacha:hover{background:linear-gradient(135deg,#fedd7c 0%,#ffad96 100%)!important;transform:translateY(-3px)scale(1.03)!important;box-shadow:0 8px 20px #fda08559!important}.Header-module__hBw1pG__profileBtnAvatar{text-shadow:0 1px 2px #00000026;background:linear-gradient(135deg,#a18cd1 0%,#fbc2eb 100%);border:2px solid #8b5cf6}.Header-module__hBw1pG__profileBtnAvatar:hover{background:linear-gradient(135deg,#b39fe0 0%,#ffd4f6 100%)!important;transform:translateY(-3px)scale(1.03)!important;box-shadow:0 8px 20px #a18cd159!important}.Header-module__hBw1pG__profileBtnLogout{color:#4b5563;background:#f3f4f6;border:2px solid #d1d5db}.Header-module__hBw1pG__profileBtnLogout:hover{color:#dc2626!important;background:#fee2e2!important;border-color:#fca5a5!important;transform:translateY(-3px)scale(1.03)!important;box-shadow:0 8px 20px #dc26261f!important}.Header-module__hBw1pG__profileBtn:disabled{cursor:not-allowed!important;color:#666!important;box-shadow:none!important;background:#ccc!important;border-color:#bbb!important;transform:none!important}.Header-module__hBw1pG__eikenHeader.Header-module__hBw1pG__fullWidthHeader{width:100%;max-width:776px!important;margin:12px auto!important}header.flush .Header-module__hBw1pG__innerContainer{padding-left:0!important;padding-right:0!important}.Header-module__hBw1pG__dropdownMenu{z-index:2000;box-sizing:border-box;background:#fff;border:2px solid #ffccd5;border-radius:20px;flex-direction:column;gap:8px;width:180px;padding:12px;animation:.2s cubic-bezier(.16,1,.3,1) Header-module__hBw1pG__slideDown;display:flex;position:absolute;top:54px;right:0;box-shadow:0 10px 30px #00000026}.Header-module__hBw1pG__dropdownLinks{flex-direction:column;gap:8px;display:flex}.Header-module__hBw1pG__dropdownLink{color:#4b5563;background-color:#f3f4f6;border:1px solid #0000;border-radius:50px;justify-content:center;align-items:center;padding:6px 12px;font-size:14.5px;font-weight:700;line-height:1;text-decoration:none;transition:all .25s cubic-bezier(.175,.885,.32,1.275);display:inline-flex;white-space:nowrap!important;box-shadow:none!important;margin-right:0!important}.Header-module__hBw1pG__dropdownLink:hover{color:#854d0e!important;background-color:#fffbeb!important;background-image:none!important;border-color:#fde047!important;transform:translateY(-2px)scale(1.03)!important;box-shadow:0 6px 15px #fbbf2426!important}.Header-module__hBw1pG__dropdownLink:active{transform:scale(.98)!important;box-shadow:inset 0 2px 4px #0000001a!important}.Header-module__hBw1pG__dropdownLinkActive{margin:-1px;color:#78350f!important;background-color:#fcd34d!important;border:2px solid #f59e0b!important;box-shadow:0 2px 8px #f59e0b33!important}.Header-module__hBw1pG__dropdownLinkActive:hover{border-color:#d97706!important;box-shadow:0 4px 12px #f59e0b40!important}.Header-module__hBw1pG__dropdownLinkActive:active{transform:scale(.98)!important;box-shadow:inset 0 2px 6px #92400e26!important}@keyframes Header-module__hBw1pG__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.Header-module__hBw1pG__eikenHeader{border-radius:16px;max-width:calc(100% - 16px);margin:8px auto}.Header-module__hBw1pG__innerContainer{height:56px;padding:0 12px}.Header-module__hBw1pG__mainRow{grid-template-columns:auto minmax(0,1fr) auto;height:100%}.Header-module__hBw1pG__avatarButton,.Header-module__hBw1pG__avatar{width:46px!important;height:46px!important}.Header-module__hBw1pG__brandTitle{font-size:1.7rem!important}.Header-module__hBw1pG__dropdownMenu{top:50px}.Header-module__hBw1pG__profileOverlay{align-items:flex-start;padding:20px;overflow-y:auto}.Header-module__hBw1pG__profileCard{width:100%;max-width:360px;max-height:max-content;margin:auto;padding:24px 16px}.Header-module__hBw1pG__profileHeader{text-align:center;flex-direction:column;gap:8px;margin-bottom:20px;display:flex}.Header-module__hBw1pG__profileAvatarLg{width:72px;height:72px;margin:0 auto}.Header-module__hBw1pG__profileName{font-size:24px}.Header-module__hBw1pG__profileRole,.Header-module__hBw1pG__profileCoins{font-size:15px}.Header-module__hBw1pG__profileBtn{padding:12px;font-size:16px}}@media (max-width:380px){.Header-module__hBw1pG__brandTitle{letter-spacing:0!important;font-size:1.25rem!important}.Header-module__hBw1pG__avatar{width:40px!important;height:40px!important}}
.BackPill-module__0xFeGG__pill{white-space:nowrap;cursor:pointer;-webkit-backdrop-filter:blur(8px);-webkit-tap-highlight-color:transparent;border-radius:22px;align-items:center;gap:6px;min-height:44px;padding:0 16px;font-family:inherit;font-size:.9rem;font-weight:800;line-height:1;text-decoration:none;transition:transform .15s,background .15s;display:inline-flex;box-shadow:0 2px 6px #00000026}.BackPill-module__0xFeGG__glyph{font-size:1rem;line-height:1}.BackPill-module__0xFeGG__dark{color:#e2e8f0;background:#00000073;border:1px solid #ffffff24}.BackPill-module__0xFeGG__dark:hover{background:#0000009e}.BackPill-module__0xFeGG__light{color:#0369a1;background:#ffffffe6;border:1px solid #bae6fd}.BackPill-module__0xFeGG__light:hover{background:#f0f9ff}.BackPill-module__0xFeGG__pill.BackPill-module__0xFeGG__compact{-webkit-backdrop-filter:none;justify-content:center;gap:0;min-width:44px;width:44px!important;height:44px!important;box-shadow:none!important;background:0 0!important;border:none!important;padding:0!important}.BackPill-module__0xFeGG__pill.BackPill-module__0xFeGG__compact:hover{background:0 0!important}.BackPill-module__0xFeGG__compactIcon{font-size:1.9rem;line-height:1}.BackPill-module__0xFeGG__hud{z-index:30;position:absolute;top:12px;left:12px}.BackPill-module__0xFeGG__inline{position:static}.BackPill-module__0xFeGG__pill:hover{transform:translateY(-1px)}.BackPill-module__0xFeGG__pill:active{transform:translateY(1px)}.BackPill-module__0xFeGG__pill:focus-visible{outline-offset:2px;outline:3px solid #38bdf8}@media (prefers-reduced-motion:reduce){.BackPill-module__0xFeGG__pill{transition:none}.BackPill-module__0xFeGG__pill:hover,.BackPill-module__0xFeGG__pill:active{transform:none}}
.GardenVisual-module__mbS8oW__gardenContainer{background:#f0f4f8;border-radius:0;width:100%;height:250px;margin-bottom:.5rem;position:relative;overflow:hidden;box-shadow:inset 0 0 20px #0000001a}.GardenVisual-module__mbS8oW__skyContainer{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.GardenVisual-module__mbS8oW__sky{height:100%;transition:opacity 2s ease-in-out;position:absolute;inset:0}.GardenVisual-module__mbS8oW__fadeHidden{opacity:0}.GardenVisual-module__mbS8oW__fadeVisible{opacity:1}.GardenVisual-module__mbS8oW__celestialBody{font-size:3rem;transition:opacity 1s;position:absolute;top:20px;right:20px}.GardenVisual-module__mbS8oW__ground{background:#795548;border-top:4px solid #5d4037;height:30%;position:absolute;bottom:0;left:0;right:0}.GardenVisual-module__mbS8oW__plantLayer{pointer-events:none;height:100px;position:absolute;bottom:25%;left:0;right:0}.GardenVisual-module__mbS8oW__plantWrapper{transform-origin:bottom;pointer-events:auto;transition:transform .3s;position:absolute}.GardenVisual-module__mbS8oW__waterCue{pointer-events:none;z-index:10;opacity:0;font-size:18px;transition:opacity .2s;animation:1s infinite GardenVisual-module__mbS8oW__bounce;position:absolute;top:-25px;left:50%;transform:translate(-50%)}.GardenVisual-module__mbS8oW__plantWrapper:hover .GardenVisual-module__mbS8oW__waterCue{opacity:1}@keyframes GardenVisual-module__mbS8oW__bounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(-5px)}}.GardenVisual-module__mbS8oW__emptyMsg{text-align:center;color:#fff;text-shadow:0 1px 2px #00000080;margin-top:40px;font-family:monospace}@keyframes GardenVisual-module__mbS8oW__sway{0%{transform:rotate(-5deg)scale(1)}to{transform:rotate(5deg)scale(1)}}.GardenVisual-module__mbS8oW__hudOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:20;background:#0000004d;border:1px solid #ffffff26;border-radius:20px;gap:15px;padding:6px 14px;display:flex;position:absolute;bottom:12px;left:12px}.GardenVisual-module__mbS8oW__hudItem{color:#fff;text-shadow:0 1px 2px #00000080;align-items:center;gap:5px;font-size:.9rem;font-weight:800;display:flex}.GardenVisual-module__mbS8oW__pulseWater{animation:2s ease-in-out infinite GardenVisual-module__mbS8oW__waterGlow}@keyframes GardenVisual-module__mbS8oW__waterGlow{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;filter:drop-shadow(0 0 5px #03a9f4);transform:scale(1.1)}}
.SchoolEnglishPlayer-module__C4rmAG__playerShell{flex-direction:column;gap:14px;font-family:"M PLUS Rounded 1c",sans-serif;display:flex}.SchoolEnglishPlayer-module__C4rmAG__playerHead{align-items:center;gap:12px;display:flex}.SchoolEnglishPlayer-module__C4rmAG__backBtn{color:#475569;cursor:pointer;background:#eef2f7;border:none;border-radius:999px;width:auto;margin:0;padding:8px 14px;font-family:inherit;font-size:.88rem;font-weight:900;box-shadow:0 3px #cbd5e1}.SchoolEnglishPlayer-module__C4rmAG__backBtn:hover{background-image:none;transform:translateY(-1px);box-shadow:0 4px #cbd5e1}.SchoolEnglishPlayer-module__C4rmAG__playerTitleBox{flex-direction:column;display:flex}.SchoolEnglishPlayer-module__C4rmAG__playerUnitNo{color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;font-size:.72rem;font-weight:800}.SchoolEnglishPlayer-module__C4rmAG__playerTitle{color:#1f3f5b;margin:0;font-size:1.25rem;font-weight:900}.SchoolEnglishPlayer-module__C4rmAG__activityRail{-webkit-overflow-scrolling:touch;gap:8px;padding-bottom:4px;display:flex;overflow-x:auto}.SchoolEnglishPlayer-module__C4rmAG__railChip{color:#475569;cursor:pointer;background:#fffdf8;border:2px solid #e8e2d4;border-radius:999px;flex:none;align-items:center;gap:6px;width:auto;margin:0;padding:8px 14px;font-family:inherit;font-size:.82rem;font-weight:800;display:inline-flex;box-shadow:0 3px #e8e2d4}.SchoolEnglishPlayer-module__C4rmAG__railChip:hover{background-image:none;transform:translateY(-1px);box-shadow:0 4px #e8e2d4}.SchoolEnglishPlayer-module__C4rmAG__railChipActive{border-color:var(--clay,#38bdf8);color:var(--clay-deep,#0369a1);box-shadow:0 3px 0 var(--clay,#38bdf8)}.SchoolEnglishPlayer-module__C4rmAG__railChipDone{background:var(--clay-soft,#d5eefb);border-color:var(--clay-soft,#d5eefb)}.SchoolEnglishPlayer-module__C4rmAG__railChipLabel{text-overflow:ellipsis;white-space:nowrap;max-width:130px;overflow:hidden}.SchoolEnglishPlayer-module__C4rmAG__railStars{letter-spacing:-1px;font-size:.6rem}.SchoolEnglishPlayer-module__C4rmAG__stageCard{background:#fffdf8;border-radius:22px;padding:16px;box-shadow:0 6px #efe9db,0 14px 24px #1f293714}.SchoolEnglishPlayer-module__C4rmAG__stageKindHead{align-items:center;gap:8px;margin-bottom:10px;display:flex}.SchoolEnglishPlayer-module__C4rmAG__stageKindIcon{font-size:1.2rem}.SchoolEnglishPlayer-module__C4rmAG__stageKindLabel{color:#64748b;font-size:.95rem;font-weight:900}.SchoolEnglishPlayer-module__C4rmAG__lectureShell{background:#fffdf8;border-radius:22px;flex-direction:column;gap:14px;padding:18px 16px 16px;display:flex;position:relative;box-shadow:0 6px #efe9db,0 14px 24px #1f293714}.SchoolEnglishPlayer-module__C4rmAG__skipBtn{color:#94a3b8;cursor:pointer;width:auto;box-shadow:none;background:0 0;border:2px solid #e2e8f0;border-radius:999px;margin:0;padding:4px 12px;font-family:inherit;font-size:.78rem;font-weight:800;position:absolute;top:10px;right:10px}.SchoolEnglishPlayer-module__C4rmAG__skipBtn:hover{color:#64748b;box-shadow:none;background-image:none;transform:none}.SchoolEnglishPlayer-module__C4rmAG__papipoRow{align-items:flex-start;gap:12px;padding-top:8px;display:flex}.SchoolEnglishPlayer-module__C4rmAG__bubble{background:#f2f8ff;border-radius:16px 16px 16px 4px;flex:1;padding:12px 14px}.SchoolEnglishPlayer-module__C4rmAG__beatTitle{color:#1f3f5b;margin-bottom:4px;font-size:1rem;font-weight:900}.SchoolEnglishPlayer-module__C4rmAG__beatText{color:#334155;margin:0;font-size:.92rem;font-weight:600;line-height:1.65}.SchoolEnglishPlayer-module__C4rmAG__demoStage,.SchoolEnglishPlayer-module__C4rmAG__demoStageCol{background:#f8fafc;border-radius:14px;justify-content:center;align-items:center;gap:10px;padding:14px;font-weight:900;display:flex}.SchoolEnglishPlayer-module__C4rmAG__demoStageCol{flex-direction:column;gap:6px}.SchoolEnglishPlayer-module__C4rmAG__demoOrb{font-size:1.6rem}.SchoolEnglishPlayer-module__C4rmAG__demoWave{color:#38bdf8;letter-spacing:2px;font-size:1.2rem;animation:1.2s infinite SchoolEnglishPlayer-module__C4rmAG__demoPulse}.SchoolEnglishPlayer-module__C4rmAG__demoEar{font-size:1.6rem}.SchoolEnglishPlayer-module__C4rmAG__demoVs{color:#94a3b8;font-size:.85rem}.SchoolEnglishPlayer-module__C4rmAG__demoCard{color:#1f3f5b;background:#fff;border:2px solid #e2e8f0;border-radius:10px;padding:8px 14px;box-shadow:0 3px #e2e8f0}.SchoolEnglishPlayer-module__C4rmAG__demoTile{background:var(--clay-soft,#d5eefb);color:var(--clay-deep,#0369a1);box-shadow:0 3px 0 var(--clay,#38bdf8);border-radius:8px;padding:6px 10px}.SchoolEnglishPlayer-module__C4rmAG__demoArrow{color:#94a3b8}.SchoolEnglishPlayer-module__C4rmAG__demoBlock{color:#64748b;background:#fff;border:2px dashed #cbd5e1;border-radius:10px;padding:6px 40px}@keyframes SchoolEnglishPlayer-module__C4rmAG__demoPulse{0%,to{opacity:.4}50%{opacity:1}}.SchoolEnglishPlayer-module__C4rmAG__beatDots{justify-content:center;gap:6px;display:flex}.SchoolEnglishPlayer-module__C4rmAG__dot{background:#e2e8f0;border-radius:50%;width:8px;height:8px}.SchoolEnglishPlayer-module__C4rmAG__dotActive{background:var(--clay,#38bdf8);transform:scale(1.25)}.SchoolEnglishPlayer-module__C4rmAG__navRow{justify-content:space-between;align-items:center;gap:10px;display:flex}.SchoolEnglishPlayer-module__C4rmAG__navBack,.SchoolEnglishPlayer-module__C4rmAG__navNext,.SchoolEnglishPlayer-module__C4rmAG__navStart{cursor:pointer;background-image:none;border:none;border-radius:999px;width:auto;margin:0;padding:10px 20px;font-family:inherit;font-size:.95rem;font-weight:900}.SchoolEnglishPlayer-module__C4rmAG__navBack{color:#64748b;background:#eef2f7;box-shadow:0 3px #cbd5e1}.SchoolEnglishPlayer-module__C4rmAG__navBack:hover{background-image:none;transform:translateY(-1px);box-shadow:0 4px #cbd5e1}.SchoolEnglishPlayer-module__C4rmAG__navNext,.SchoolEnglishPlayer-module__C4rmAG__navStart{background:var(--clay,#38bdf8);color:#fff;box-shadow:0 4px 0 var(--clay-deep,#0369a1)}.SchoolEnglishPlayer-module__C4rmAG__navNext:hover,.SchoolEnglishPlayer-module__C4rmAG__navStart:hover{box-shadow:0 6px 0 var(--clay-deep,#0369a1);background-image:none;transform:translateY(-2px)}.SchoolEnglishPlayer-module__C4rmAG__navStart{padding:12px 24px;font-size:1.02rem}.SchoolEnglishPlayer-module__C4rmAG__activityStage{flex-direction:column;align-items:center;gap:14px;display:flex}.SchoolEnglishPlayer-module__C4rmAG__skinForest{background:radial-gradient(at 10% 0,#a7f3d080 0,#0000 45%),radial-gradient(at 90% 100%,#fde68a66 0,#0000 45%);border-radius:18px;padding:12px}.SchoolEnglishPlayer-module__C4rmAG__skinTreasure{background:radial-gradient(at 15% 0,#7dd3fc73 0,#0000 50%),radial-gradient(at 85% 100%,#fde04773 0,#0000 45%);border-radius:18px;padding:12px}.SchoolEnglishPlayer-module__C4rmAG__skinPond{background:radial-gradient(at 20% 0,#86efac73 0,#0000 50%),radial-gradient(at 80% 100%,#7dd3fc66 0,#0000 45%);border-radius:18px;padding:12px}.SchoolEnglishPlayer-module__C4rmAG__skinSpace{background:radial-gradient(at 20% 0,#a5b4fc80 0,#0000 50%),radial-gradient(at 80% 100%,#d8b4fe66 0,#0000 45%);border-radius:18px;padding:12px}.SchoolEnglishPlayer-module__C4rmAG__skinCandy{background:radial-gradient(at 20% 0,#fbcfe880 0,#0000 50%),radial-gradient(at 80% 100%,#fde68a73 0,#0000 45%);border-radius:18px;padding:12px}.SchoolEnglishPlayer-module__C4rmAG__treasureCoin{letter-spacing:.1em;color:#78350f;background:radial-gradient(circle at 30% 25%,#ffffffd9 0%,#fff0 45%),#fde68a;border:3px solid #f59e0b;border-radius:999px;align-items:center;gap:8px;padding:10px 24px;font-size:1.55rem;font-weight:900;animation:.35s cubic-bezier(.34,1.56,.64,1) SchoolEnglishPlayer-module__C4rmAG__coinIn;display:inline-flex;box-shadow:0 5px #b45309,0 10px 16px #78350f33}@keyframes SchoolEnglishPlayer-module__C4rmAG__coinIn{0%{opacity:0;transform:scale(.6)rotate(-8deg)}to{opacity:1;transform:scale(1)rotate(0)}}.SchoolEnglishPlayer-module__C4rmAG__loopProgress{align-items:center;gap:10px;width:100%;display:flex}.SchoolEnglishPlayer-module__C4rmAG__loopCount{color:#94a3b8;font-size:.82rem;font-weight:900}.SchoolEnglishPlayer-module__C4rmAG__loopBar{background:#eef2f7;border-radius:4px;flex:1;height:8px;overflow:hidden}.SchoolEnglishPlayer-module__C4rmAG__loopBarFill{background:var(--clay,#38bdf8);border-radius:4px;height:100%;transition:width .3s}.SchoolEnglishPlayer-module__C4rmAG__loopStars{color:#b45309;font-size:.85rem;font-weight:900}.SchoolEnglishPlayer-module__C4rmAG__itemPrompt{color:#1f3f5b;text-align:center;margin:0;font-size:1.05rem;font-weight:800}.SchoolEnglishPlayer-module__C4rmAG__itemPromptJa{color:#64748b;text-align:center;margin:0;font-size:.92rem;font-weight:700}.SchoolEnglishPlayer-module__C4rmAG__playOrb{background:var(--clay,#38bdf8);color:#fff;cursor:pointer;width:88px;height:88px;box-shadow:0 6px 0 var(--clay-deep,#0369a1),0 12px 18px #1f293724;background-image:radial-gradient(circle at 32% 26%,#ffffff80 0%,#fff0 45%);border:none;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:2px;margin:0;padding:0;font-family:inherit;font-size:1.7rem;display:flex;position:relative}.SchoolEnglishPlayer-module__C4rmAG__playOrb:hover{box-shadow:0 8px 0 var(--clay-deep,#0369a1),0 14px 20px #1f293729;background-image:radial-gradient(circle at 32% 26%,#ffffff80 0%,#fff0 45%);transform:translateY(-2px)}.SchoolEnglishPlayer-module__C4rmAG__playOrb:active{box-shadow:0 2px 0 var(--clay-deep,#0369a1);transform:translateY(3px)}.SchoolEnglishPlayer-module__C4rmAG__playOrbBusy{animation:.9s infinite SchoolEnglishPlayer-module__C4rmAG__orbPulse}.SchoolEnglishPlayer-module__C4rmAG__playOrbLabel{letter-spacing:.06em;font-size:.62rem;font-weight:900}@keyframes SchoolEnglishPlayer-module__C4rmAG__orbPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.SchoolEnglishPlayer-module__C4rmAG__choiceGrid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px;width:100%;display:grid}.SchoolEnglishPlayer-module__C4rmAG__choiceCard,.SchoolEnglishPlayer-module__C4rmAG__pairCard,.SchoolEnglishPlayer-module__C4rmAG__basketCard{color:#1f3f5b;cursor:pointer;box-sizing:border-box;background:#fff;border:3px solid #e8e2d4;border-radius:16px;width:auto;margin:0;padding:16px 10px;font-family:inherit;font-size:1.05rem;font-weight:900;transition:transform .12s,box-shadow .12s;box-shadow:0 4px #e8e2d4}.SchoolEnglishPlayer-module__C4rmAG__choiceCard:hover,.SchoolEnglishPlayer-module__C4rmAG__pairCard:hover,.SchoolEnglishPlayer-module__C4rmAG__basketCard:hover{border-color:var(--clay,#38bdf8);box-shadow:0 6px 0 var(--clay-soft,#d5eefb);background-image:none;transform:translateY(-2px)}.SchoolEnglishPlayer-module__C4rmAG__choiceCard:disabled,.SchoolEnglishPlayer-module__C4rmAG__pairCard:disabled,.SchoolEnglishPlayer-module__C4rmAG__basketCard:disabled{opacity:.7;cursor:default}.SchoolEnglishPlayer-module__C4rmAG__pairRow{grid-template-columns:1fr 1fr;gap:12px;width:100%;display:grid}.SchoolEnglishPlayer-module__C4rmAG__pairCard{padding:22px 10px;font-size:1.35rem}.SchoolEnglishPlayer-module__C4rmAG__pairReveal{gap:10px;display:flex}.SchoolEnglishPlayer-module__C4rmAG__pairRevealBtn{color:#0369a1;cursor:pointer;background:#f2f8ff;border:none;border-radius:999px;width:auto;margin:0;padding:6px 14px;font-family:inherit;font-size:.85rem;font-weight:800;box-shadow:0 2px #bfdbfe}.SchoolEnglishPlayer-module__C4rmAG__pairRevealBtn:hover{background-image:none;transform:none}.SchoolEnglishPlayer-module__C4rmAG__basketRow{flex-wrap:wrap;justify-content:center;gap:12px;width:100%;display:flex}.SchoolEnglishPlayer-module__C4rmAG__basketCard{flex-direction:column;align-items:center;gap:4px;min-width:110px;display:flex}.SchoolEnglishPlayer-module__C4rmAG__basketEmoji{font-size:1.5rem}.SchoolEnglishPlayer-module__C4rmAG__basketLabel{font-size:1rem}.SchoolEnglishPlayer-module__C4rmAG__echoWord{color:#1f3f5b;letter-spacing:.02em;margin:0;font-size:1.7rem;font-weight:900}.SchoolEnglishPlayer-module__C4rmAG__micRow{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;display:flex}.SchoolEnglishPlayer-module__C4rmAG__micBtn,.SchoolEnglishPlayer-module__C4rmAG__micPlayBtn{color:#be123c;cursor:pointer;background:#fff1f2;border:2px solid #fecdd3;border-radius:999px;width:auto;margin:0;padding:10px 18px;font-family:inherit;font-size:.92rem;font-weight:900;box-shadow:0 3px #fecdd3}.SchoolEnglishPlayer-module__C4rmAG__micBtn:hover,.SchoolEnglishPlayer-module__C4rmAG__micPlayBtn:hover{background-image:none;transform:translateY(-1px);box-shadow:0 4px #fecdd3}.SchoolEnglishPlayer-module__C4rmAG__micBtnLive{color:#fff;background:#be123c;border-color:#be123c;animation:.8s infinite SchoolEnglishPlayer-module__C4rmAG__orbPulse}.SchoolEnglishPlayer-module__C4rmAG__micPlayBtn{color:#15803d;background:#f0fdf4;border-color:#bbf7d0;box-shadow:0 3px #bbf7d0}.SchoolEnglishPlayer-module__C4rmAG__micPlayBtn:hover{box-shadow:0 4px #bbf7d0}.SchoolEnglishPlayer-module__C4rmAG__doneBtn,.SchoolEnglishPlayer-module__C4rmAG__softBtn,.SchoolEnglishPlayer-module__C4rmAG__printBtn{cursor:pointer;box-sizing:border-box;background-image:none;border:none;border-radius:999px;align-items:center;gap:6px;width:auto;margin:0;padding:12px 22px;font-family:inherit;font-size:.98rem;font-weight:900;text-decoration:none;display:inline-flex}.SchoolEnglishPlayer-module__C4rmAG__doneBtn{background:var(--clay,#38bdf8);color:#fff;box-shadow:0 4px 0 var(--clay-deep,#0369a1)}.SchoolEnglishPlayer-module__C4rmAG__doneBtn:hover{box-shadow:0 6px 0 var(--clay-deep,#0369a1);background-image:none;transform:translateY(-2px)}.SchoolEnglishPlayer-module__C4rmAG__doneBtn:active{box-shadow:0 1px 0 var(--clay-deep,#0369a1);transform:translateY(2px)}.SchoolEnglishPlayer-module__C4rmAG__doneBtn:disabled{opacity:.5;cursor:default;transform:none}.SchoolEnglishPlayer-module__C4rmAG__softBtn{color:#475569;background:#eef2f7;box-shadow:0 4px #cbd5e1}.SchoolEnglishPlayer-module__C4rmAG__softBtn:hover{background-image:none;transform:translateY(-1px);box-shadow:0 5px #cbd5e1}.SchoolEnglishPlayer-module__C4rmAG__printBtn{color:#92400e;background:#fef3c7;box-shadow:0 4px #fcd34d}.SchoolEnglishPlayer-module__C4rmAG__printBtn:hover{background-image:none;transform:translateY(-1px);box-shadow:0 5px #fcd34d}.SchoolEnglishPlayer-module__C4rmAG__actionRow{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.SchoolEnglishPlayer-module__C4rmAG__feedbackFlash{text-align:center;border-radius:14px;width:100%;padding:10px 14px;font-size:.95rem;font-weight:900;animation:.25s ease-out SchoolEnglishPlayer-module__C4rmAG__flashIn}.SchoolEnglishPlayer-module__C4rmAG__feedbackGood{color:#047857;background:#ecfdf5}.SchoolEnglishPlayer-module__C4rmAG__feedbackSoft{color:#b45309;background:#fffbeb}@keyframes SchoolEnglishPlayer-module__C4rmAG__flashIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.SchoolEnglishPlayer-module__C4rmAG__flashCard{border:3px solid var(--clay-soft,#d5eefb);cursor:pointer;color:#1f3f5b;width:100%;min-height:150px;box-shadow:0 6px 0 var(--clay-soft,#d5eefb);background:#fff;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:8px;margin:0;font-family:inherit;display:flex}.SchoolEnglishPlayer-module__C4rmAG__flashCard:hover{box-shadow:0 8px 0 var(--clay-soft,#d5eefb);background-image:none;transform:translateY(-2px)}.SchoolEnglishPlayer-module__C4rmAG__flashCardFlipped{background:var(--clay-soft,#d5eefb)}.SchoolEnglishPlayer-module__C4rmAG__flashWord{font-size:1.9rem;font-weight:900}.SchoolEnglishPlayer-module__C4rmAG__flashMeaning{color:var(--clay-deep,#0369a1);font-size:1.35rem;font-weight:900}.SchoolEnglishPlayer-module__C4rmAG__flashHint{color:#94a3b8;font-size:.72rem;font-weight:700}.SchoolEnglishPlayer-module__C4rmAG__selfAssessRow{gap:12px;display:flex}.SchoolEnglishPlayer-module__C4rmAG__buildSlots,.SchoolEnglishPlayer-module__C4rmAG__buildLine{background:#f8fafc;border:2px dashed #cbd5e1;border-radius:14px;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;width:100%;min-height:54px;padding:10px;display:flex}.SchoolEnglishPlayer-module__C4rmAG__builtWord{color:#1f3f5b;letter-spacing:.12em;font-size:1.6rem;font-weight:900}.SchoolEnglishPlayer-module__C4rmAG__buildLine{color:#1f3f5b;font-size:1.05rem;font-weight:800}.SchoolEnglishPlayer-module__C4rmAG__builtEmpty{color:#b6c2d2;font-size:.85rem;font-weight:700}.SchoolEnglishPlayer-module__C4rmAG__undoTileBtn{color:#b91c1c;cursor:pointer;background:#fee2e2;border:none;border-radius:10px;width:auto;margin:0;padding:6px 10px;font-family:inherit;font-size:.9rem;font-weight:900;box-shadow:0 2px #fca5a5}.SchoolEnglishPlayer-module__C4rmAG__undoTileBtn:hover{background-image:none;transform:none}.SchoolEnglishPlayer-module__C4rmAG__tileTray{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.SchoolEnglishPlayer-module__C4rmAG__blendSlot{color:#b6c2d2;background:#fff;border:2px dashed #cbd5e1;border-radius:12px;place-items:center;min-width:44px;height:52px;font-size:1.5rem;font-weight:900;transition:transform .18s,border-color .18s;display:inline-grid}.SchoolEnglishPlayer-module__C4rmAG__blendSlotFilled{border-style:solid;border-color:var(--clay,#38bdf8);color:var(--clay-deep,#0369a1);background:var(--clay-soft,#d5eefb);transform:scale(1.06)}.SchoolEnglishPlayer-module__C4rmAG__tileWobble{animation:.45s ease-in-out SchoolEnglishPlayer-module__C4rmAG__tileWobble}@keyframes SchoolEnglishPlayer-module__C4rmAG__tileWobble{0%,to{transform:translate(0)rotate(0)}25%{transform:translate(-5px)rotate(-4deg)}50%{transform:translate(5px)rotate(4deg)}75%{transform:translate(-3px)rotate(-2deg)}}.SchoolEnglishPlayer-module__C4rmAG__letterTile,.SchoolEnglishPlayer-module__C4rmAG__wordTile{background:var(--clay-soft,#d5eefb);color:var(--clay-deep,#0369a1);cursor:pointer;width:auto;box-shadow:0 4px 0 var(--clay,#38bdf8);background-image:none;border:none;border-radius:12px;margin:0;padding:12px 16px;font-family:inherit;font-size:1.15rem;font-weight:900}.SchoolEnglishPlayer-module__C4rmAG__letterTile:hover,.SchoolEnglishPlayer-module__C4rmAG__wordTile:hover{box-shadow:0 6px 0 var(--clay,#38bdf8);background-image:none;transform:translateY(-2px)}.SchoolEnglishPlayer-module__C4rmAG__letterTile:disabled,.SchoolEnglishPlayer-module__C4rmAG__wordTile:disabled{opacity:.35;cursor:default;box-shadow:0 2px 0 var(--clay,#38bdf8);transform:none}.SchoolEnglishPlayer-module__C4rmAG__wordTile{text-transform:none;font-size:.98rem}.SchoolEnglishPlayer-module__C4rmAG__typedRow{gap:8px;width:100%;display:flex}.SchoolEnglishPlayer-module__C4rmAG__typedInput{color:#1f3f5b;box-sizing:border-box;background:#fff;border:3px solid #e8e2d4;border-radius:14px;flex:1;min-width:0;padding:12px 14px;font-family:inherit;font-size:1rem;font-weight:700}.SchoolEnglishPlayer-module__C4rmAG__typedInput:focus{border-color:var(--clay,#38bdf8);outline:none}.SchoolEnglishPlayer-module__C4rmAG__hintBtn{color:#b45309;cursor:pointer;width:auto;box-shadow:none;background:0 0;border:2px dashed #fcd34d;border-radius:999px;margin:0;padding:6px 14px;font-family:inherit;font-size:.85rem;font-weight:800}.SchoolEnglishPlayer-module__C4rmAG__hintBtn:hover{box-shadow:none;background-image:none;transform:none}.SchoolEnglishPlayer-module__C4rmAG__hintText{color:#b45309;margin:0;font-size:.88rem;font-weight:700}.SchoolEnglishPlayer-module__C4rmAG__clozeSentence{color:#1f3f5b;text-align:center;margin:0;font-size:1.15rem;font-weight:800;line-height:1.8}.SchoolEnglishPlayer-module__C4rmAG__clozeBlank{border-bottom:3px solid var(--clay,#38bdf8);min-width:64px;color:var(--clay,#38bdf8);text-align:center;display:inline-block}.SchoolEnglishPlayer-module__C4rmAG__transformInstruction{color:#6d28d9;text-align:center;margin:0;font-size:.95rem;font-weight:900}.SchoolEnglishPlayer-module__C4rmAG__sourceSentence{color:#1f3f5b;text-align:center;background:#f8fafc;border-radius:12px;margin:0;padding:12px 16px;font-size:1.12rem;font-weight:800}.SchoolEnglishPlayer-module__C4rmAG__tokenLine{flex-wrap:wrap;justify-content:center;gap:6px;display:flex}.SchoolEnglishPlayer-module__C4rmAG__tokenBtn{color:#1f3f5b;cursor:pointer;background:#fff;border:2px solid #e8e2d4;border-radius:10px;width:auto;margin:0;padding:8px 12px;font-family:inherit;font-size:1.02rem;font-weight:800;box-shadow:0 3px #e8e2d4}.SchoolEnglishPlayer-module__C4rmAG__tokenBtn:hover{border-color:var(--clay,#38bdf8);background-image:none;transform:translateY(-1px)}.SchoolEnglishPlayer-module__C4rmAG__tokenBtn:disabled{cursor:default}.SchoolEnglishPlayer-module__C4rmAG__tokenBtnHit{color:#b91c1c;background:#fee2e2;border-color:#f87171;text-decoration:line-through}.SchoolEnglishPlayer-module__C4rmAG__compositionFraming{color:#64748b;text-align:center;margin:0;font-size:.85rem;font-weight:800}.SchoolEnglishPlayer-module__C4rmAG__segmentStack{background:#f8fafc;border:2px dashed #cbd5e1;border-radius:14px;flex-direction:column;align-items:stretch;gap:8px;width:100%;padding:12px;display:flex}.SchoolEnglishPlayer-module__C4rmAG__segmentPlaced{background:#fff;border-radius:10px;align-items:flex-start;gap:10px;padding:8px 10px;display:flex;box-shadow:0 2px #e2e8f0}.SchoolEnglishPlayer-module__C4rmAG__segmentNo{background:var(--clay-soft,#d5eefb);width:24px;height:24px;color:var(--clay-deep,#0369a1);border-radius:50%;flex:none;place-items:center;font-size:.8rem;font-weight:900;display:grid}.SchoolEnglishPlayer-module__C4rmAG__segmentText{color:#334155;font-size:.9rem;font-weight:700;line-height:1.5}.SchoolEnglishPlayer-module__C4rmAG__segmentTray{flex-direction:column;gap:8px;width:100%;display:flex}.SchoolEnglishPlayer-module__C4rmAG__segmentTile{background:var(--clay-soft,#d5eefb);color:#1f3f5b;text-align:left;cursor:pointer;width:auto;box-shadow:0 3px 0 var(--clay,#38bdf8);background-image:none;border:none;border-radius:12px;margin:0;padding:10px 14px;font-family:inherit;font-size:.9rem;font-weight:700;line-height:1.5}.SchoolEnglishPlayer-module__C4rmAG__segmentTile:hover{box-shadow:0 5px 0 var(--clay,#38bdf8);background-image:none;transform:translateY(-1px)}.SchoolEnglishPlayer-module__C4rmAG__segmentTile:disabled{opacity:.3;cursor:default;transform:none}.SchoolEnglishPlayer-module__C4rmAG__writingBrief{background:#f8fafc;border-radius:16px;flex-direction:column;gap:8px;width:100%;padding:14px 16px;display:flex}.SchoolEnglishPlayer-module__C4rmAG__writingPrompt{color:#1f3f5b;margin:0;font-size:1.05rem;font-weight:900}.SchoolEnglishPlayer-module__C4rmAG__writingPromptJa{color:#64748b;margin:0;font-size:.88rem;font-weight:700}.SchoolEnglishPlayer-module__C4rmAG__writingRules{color:#334155;flex-direction:column;gap:4px;margin:0;padding-left:18px;font-size:.88rem;font-weight:700;display:flex}.SchoolEnglishPlayer-module__C4rmAG__transitionChip{color:#6d28d9;background:#ede9fe;border-radius:999px;margin:0 3px 2px 0;padding:2px 10px;font-size:.78rem;font-weight:900;display:inline-block}.SchoolEnglishPlayer-module__C4rmAG__citationBox{background:#fffbeb;border:2px solid #fcd34d;border-radius:12px;padding:10px 12px}.SchoolEnglishPlayer-module__C4rmAG__citationBox p{color:#78350f;margin:4px 0 0;font-size:.85rem;font-weight:700}.SchoolEnglishPlayer-module__C4rmAG__citationHead{color:#92400e;font-size:.82rem;font-weight:900}.SchoolEnglishPlayer-module__C4rmAG__capturePreview{border-radius:14px;max-width:100%;max-height:300px;box-shadow:0 6px 16px #1f293726}.SchoolEnglishPlayer-module__C4rmAG__captureInput{display:none}.SchoolEnglishPlayer-module__C4rmAG__gateReport{background:#f8fafc;border-radius:16px;flex-direction:column;gap:8px;width:100%;padding:14px 16px;display:flex}.SchoolEnglishPlayer-module__C4rmAG__gateHead{color:#1f3f5b;font-size:1.15rem;font-weight:900}.SchoolEnglishPlayer-module__C4rmAG__gateWordCount{color:#64748b;font-size:.88rem;font-weight:700}.SchoolEnglishPlayer-module__C4rmAG__gateList{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.SchoolEnglishPlayer-module__C4rmAG__gatePass{color:#047857;font-size:.92rem;font-weight:800}.SchoolEnglishPlayer-module__C4rmAG__gateFail{color:#b45309;font-size:.92rem;font-weight:800}.SchoolEnglishPlayer-module__C4rmAG__gateDetail{color:#64748b;font-size:.8rem;font-weight:600}.SchoolEnglishPlayer-module__C4rmAG__transcriptionBox{color:#475569;font-size:.85rem}.SchoolEnglishPlayer-module__C4rmAG__transcriptionBox p{color:#475569;margin:6px 0 0;line-height:1.6}.SchoolEnglishPlayer-module__C4rmAG__summaryCard{text-align:center;background:#fffdf8;border-radius:22px;flex-direction:column;align-items:center;gap:12px;padding:24px 16px;display:flex;box-shadow:0 6px #efe9db,0 14px 24px #1f293714}.SchoolEnglishPlayer-module__C4rmAG__summaryBurst{font-size:2rem}.SchoolEnglishPlayer-module__C4rmAG__summaryHead{color:#1f3f5b;margin:0;font-size:1.3rem;font-weight:900}.SchoolEnglishPlayer-module__C4rmAG__challengeLine{color:#b45309;margin:0;font-size:.88rem;font-weight:800}.SchoolEnglishPlayer-module__C4rmAG__unitCompletePanel{background:radial-gradient(circle at 20% 0,#ffffffb3 0%,#fff0 45%),#fef3c7;border-radius:20px;flex-direction:column;align-items:center;gap:10px;padding:16px;display:flex;box-shadow:0 5px #fcd34d}.SchoolEnglishPlayer-module__C4rmAG__unitCompleteHead{color:#92400e;font-size:1.1rem;font-weight:900}.SchoolEnglishPlayer-module__C4rmAG__claimBtn{color:#fff;cursor:pointer;background:#f59e0b;border:none;border-radius:999px;width:auto;margin:0;padding:12px 24px;font-family:inherit;font-size:1rem;font-weight:900;box-shadow:0 4px #b45309}.SchoolEnglishPlayer-module__C4rmAG__claimBtn:hover{background-image:none;transform:translateY(-2px);box-shadow:0 6px #b45309}.SchoolEnglishPlayer-module__C4rmAG__claimBtn:disabled{opacity:.75;cursor:default;transform:none}.SchoolEnglishPlayer-module__C4rmAG__claimBtnDone{color:#047857;background:#d1fae5;box-shadow:0 3px #6ee7b7}.SchoolEnglishPlayer-module__C4rmAG__returnBtn{color:#475569;background:#eef2f7;border-radius:999px;align-items:center;gap:6px;padding:10px 18px;font-size:.9rem;font-weight:900;text-decoration:none;display:inline-flex;box-shadow:0 3px #cbd5e1}.SchoolEnglishPlayer-module__C4rmAG__gameBtn{color:#0369a1;background:#e0f2fe;border-radius:999px;align-items:center;gap:6px;padding:10px 20px;font-size:.95rem;font-weight:900;text-decoration:none;transition:transform .15s;display:inline-flex;box-shadow:0 4px #7dd3fc}.SchoolEnglishPlayer-module__C4rmAG__gameBtn:hover{transform:translateY(-2px)}.SchoolEnglishPlayer-module__C4rmAG__celebrateOverlay{z-index:60;background:#0f172a73;place-items:center;display:grid;position:fixed;inset:0}.SchoolEnglishPlayer-module__C4rmAG__celebrateCard{text-align:center;background:#fffdf8;border-radius:24px;padding:30px 36px;animation:.35s cubic-bezier(.34,1.56,.64,1) SchoolEnglishPlayer-module__C4rmAG__popIn}.SchoolEnglishPlayer-module__C4rmAG__celebrateCard h2{color:#1f3f5b;margin:8px 0 4px;font-weight:900}.SchoolEnglishPlayer-module__C4rmAG__celebrateCard p{color:#64748b;margin:0;font-weight:700}.SchoolEnglishPlayer-module__C4rmAG__celebrateBurst{font-size:2.2rem}@keyframes SchoolEnglishPlayer-module__C4rmAG__popIn{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}.SchoolEnglishPlayer-module__C4rmAG__printArea{display:none}@media print{body *{visibility:hidden}.SchoolEnglishPlayer-module__C4rmAG__printArea,.SchoolEnglishPlayer-module__C4rmAG__printArea *{visibility:visible}.SchoolEnglishPlayer-module__C4rmAG__printArea{box-sizing:border-box;color:#111;background:#fff;width:100%;padding:24px;font-family:"M PLUS Rounded 1c",Segoe UI,sans-serif;display:block;position:absolute;top:0;left:0}}.SchoolEnglishPlayer-module__C4rmAG__printHeader{border-bottom:2px solid #111;justify-content:space-between;align-items:baseline;margin-bottom:12px;padding-bottom:6px;display:flex}.SchoolEnglishPlayer-module__C4rmAG__printBrand{letter-spacing:.05em;font-size:11px;font-weight:800}.SchoolEnglishPlayer-module__C4rmAG__printMeta{font-size:12px}.SchoolEnglishPlayer-module__C4rmAG__printPromptBox{border:2px solid #111;border-radius:8px;margin-bottom:14px;padding:10px 12px}.SchoolEnglishPlayer-module__C4rmAG__printPromptEn{font-size:14px;font-weight:800}.SchoolEnglishPlayer-module__C4rmAG__printPromptJa{margin-top:2px;font-size:11px}.SchoolEnglishPlayer-module__C4rmAG__printRules{color:#333;margin-top:6px;font-size:10px}.SchoolEnglishPlayer-module__C4rmAG__printCitationBox{border:1.5px dashed #555;border-radius:8px;margin-bottom:12px;padding:8px 10px;font-size:11px}.SchoolEnglishPlayer-module__C4rmAG__printSection{margin-bottom:10px}.SchoolEnglishPlayer-module__C4rmAG__printSectionHead{margin-bottom:4px;font-size:11px}.SchoolEnglishPlayer-module__C4rmAG__printSectionHint{color:#555;font-style:italic}.SchoolEnglishPlayer-module__C4rmAG__printLines{flex-direction:column;display:flex}.SchoolEnglishPlayer-module__C4rmAG__printLine{border-bottom:1.5px solid #9aa4b2;height:26px}@media (min-width:720px){.SchoolEnglishPlayer-module__C4rmAG__pairRow{max-width:460px}.SchoolEnglishPlayer-module__C4rmAG__choiceGrid{max-width:520px}.SchoolEnglishPlayer-module__C4rmAG__playerTitle{font-size:1.45rem}}
.LevelChipPicker-module__dbtJya__chipRow{z-index:10;flex-wrap:wrap;justify-content:center;gap:6px;display:flex;position:relative}.LevelChipPicker-module__dbtJya__themeAmber{--chip-accent:#f59e0b;--chip-deep:#b45309}.LevelChipPicker-module__dbtJya__themeBlue{--chip-accent:#3b82f6;--chip-deep:#1d4ed8}.LevelChipPicker-module__dbtJya__themeRed{--chip-accent:#dc2626;--chip-deep:#991b1b}.LevelChipPicker-module__dbtJya__chip{box-sizing:border-box;color:#64748b;cursor:pointer;background-color:#fff;background-image:none;border:2px solid #e2e8f0;border-radius:12px;width:auto;margin:0;padding:7px 12px;font-family:inherit;font-size:.85rem;font-weight:800;line-height:1;transition:transform .12s,box-shadow .12s,background-color .15s,color .15s;box-shadow:0 3px #e2e8f0}.LevelChipPicker-module__dbtJya__chipRow .LevelChipPicker-module__dbtJya__chip:hover{background-color:#fff;background-image:none;transform:translateY(-1px);box-shadow:0 4px #e2e8f0}.LevelChipPicker-module__dbtJya__chipRow .LevelChipPicker-module__dbtJya__chip:active{transform:translateY(2px);box-shadow:0 1px #e2e8f0}.LevelChipPicker-module__dbtJya__chipActive{background-color:var(--chip-accent);border-color:var(--chip-accent);color:#fff;box-shadow:0 3px 0 var(--chip-deep)}.LevelChipPicker-module__dbtJya__chipRow .LevelChipPicker-module__dbtJya__chipActive:hover{background-color:var(--chip-accent);box-shadow:0 4px 0 var(--chip-deep)}.LevelChipPicker-module__dbtJya__chipRow .LevelChipPicker-module__dbtJya__chipActive:active{box-shadow:0 1px 0 var(--chip-deep)}.LevelChipPicker-module__dbtJya__chipDisabled{opacity:.45;cursor:not-allowed}.LevelChipPicker-module__dbtJya__chipRow .LevelChipPicker-module__dbtJya__chipDisabled:hover{background-color:#fff;transform:none;box-shadow:0 3px #e2e8f0}.LevelChipPicker-module__dbtJya__chipRow .LevelChipPicker-module__dbtJya__chipDisabled:active{transform:none;box-shadow:0 3px #e2e8f0}@media (min-width:901px){.LevelChipPicker-module__dbtJya__compact{gap:4px}.LevelChipPicker-module__dbtJya__compact .LevelChipPicker-module__dbtJya__chip{border-radius:10px;padding:5px 8px;font-size:.7rem}}
.PapipoSensei-module__tGonAG__wrap{animation:3.2s ease-in-out infinite PapipoSensei-module__tGonAG__papipoBob;display:inline-block}.PapipoSensei-module__tGonAG__svg{width:100%;height:100%;display:block}.PapipoSensei-module__tGonAG__cardigan{fill:#ff8a70}.PapipoSensei-module__tGonAG__shirt{fill:#fff7ef}.PapipoSensei-module__tGonAG__badge{fill:#ffd166;stroke:#e0a800;stroke-width:1px}.PapipoSensei-module__tGonAG__skin{fill:#ffe3c8}.PapipoSensei-module__tGonAG__hair{fill:#6b4a35}.PapipoSensei-module__tGonAG__glasses circle{fill:#ffffff59;stroke:#4a3b2f;stroke-width:2.5px}.PapipoSensei-module__tGonAG__glasses path{stroke:#4a3b2f;stroke-width:2.5px}.PapipoSensei-module__tGonAG__eyes{transform-origin:100px 90px;animation:4.5s infinite PapipoSensei-module__tGonAG__papipoBlink}.PapipoSensei-module__tGonAG__eye{fill:#333}.PapipoSensei-module__tGonAG__glint{fill:#fff}.PapipoSensei-module__tGonAG__starEye{fill:#f5a623}.PapipoSensei-module__tGonAG__cheek{fill:#ff8a7066}.PapipoSensei-module__tGonAG__smile{stroke:#7a4a32;stroke-width:3px;fill:none;stroke-linecap:round}.PapipoSensei-module__tGonAG__mouthOpen{fill:#8c4a3c}.PapipoSensei-module__tGonAG__dots circle{fill:#b8c4d0;animation:1.6s ease-in-out infinite PapipoSensei-module__tGonAG__papipoDots}.PapipoSensei-module__tGonAG__dots circle:nth-child(2){animation-delay:.25s}.PapipoSensei-module__tGonAG__dots circle:nth-child(3){animation-delay:.5s}.PapipoSensei-module__tGonAG__sparkles path{fill:#ffd166;transform-origin:50%;transform-box:fill-box;animation:1.4s ease-in-out infinite PapipoSensei-module__tGonAG__papipoSparkle}.PapipoSensei-module__tGonAG__sparkles path:nth-child(2){animation-delay:.3s}.PapipoSensei-module__tGonAG__sparkles path:nth-child(3){animation-delay:.6s}.PapipoSensei-module__tGonAG__celebrating{animation:.9s ease-in-out infinite PapipoSensei-module__tGonAG__papipoJump}@keyframes PapipoSensei-module__tGonAG__papipoBob{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes PapipoSensei-module__tGonAG__papipoJump{0%,to{transform:translateY(0)}40%{transform:translateY(-9px)}}@keyframes PapipoSensei-module__tGonAG__papipoBlink{0%,93%,to{transform:scaleY(1)}95%,97%{transform:scaleY(.08)}}@keyframes PapipoSensei-module__tGonAG__papipoDots{0%,to{opacity:.25}50%{opacity:1}}@keyframes PapipoSensei-module__tGonAG__papipoSparkle{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1.15)}}
.Lecture-module__XDwI2a__lectureShell{background:#fff;border-radius:18px;max-width:560px;margin:0 auto;padding:18px 16px 22px;position:relative;box-shadow:0 8px 24px #0000001f}.Lecture-module__XDwI2a__skipButton{z-index:2;color:#868e96;box-shadow:none;background:#f1f3f5;border-radius:999px;width:auto;margin:0;padding:6px 12px;font-size:.8rem;position:absolute;top:10px;right:10px}.Lecture-module__XDwI2a__skipButton:hover{box-shadow:none;background:#e9ecef;transform:none}.Lecture-module__XDwI2a__papipoRow{align-items:flex-start;gap:10px;margin-top:30px;display:flex}.Lecture-module__XDwI2a__bubble{background:#fff4ec;border:2px solid #ffd8c2;border-radius:14px;flex:1;padding:12px 14px;position:relative}.Lecture-module__XDwI2a__bubble:before{content:"";border:6px solid #0000;border-right-color:#ffd8c2;position:absolute;top:28px;left:-10px}.Lecture-module__XDwI2a__beatTitle{color:#e8590c;margin-bottom:4px;font-size:1.02rem;font-weight:700}.Lecture-module__XDwI2a__beatText{color:#495057;margin:0;font-size:.92rem;line-height:1.65}.Lecture-module__XDwI2a__taskTabs{gap:8px;margin:14px 0 0;display:flex}.Lecture-module__XDwI2a__taskTab{color:#868e96;box-shadow:none;background:#f1f3f5;border-radius:10px;flex:1;width:auto;margin:0;padding:9px 8px;font-size:.85rem}.Lecture-module__XDwI2a__taskTab:hover{box-shadow:none;background:#e9ecef;transform:none}.Lecture-module__XDwI2a__taskTabActive{color:#fff!important;background:#4dabf7!important}.Lecture-module__XDwI2a__widgetArea{margin-top:14px}.Lecture-module__XDwI2a__beatDots{justify-content:center;gap:8px;margin-top:18px;display:flex}.Lecture-module__XDwI2a__dot{background:#dee2e6;border-radius:50%;width:9px;height:9px;transition:background .2s}.Lecture-module__XDwI2a__dotActive{background:#ff8a70}.Lecture-module__XDwI2a__navRow{justify-content:space-between;align-items:center;gap:10px;margin-top:12px;display:flex}.Lecture-module__XDwI2a__navBack{color:#495057;box-shadow:none;background:#f1f3f5;border-radius:12px;width:auto;margin:0;padding:11px 18px}.Lecture-module__XDwI2a__navBack:hover{box-shadow:none;background:#e9ecef;transform:none}.Lecture-module__XDwI2a__navNext,.Lecture-module__XDwI2a__navStart{background-image:linear-gradient(45deg,#ff7e5f,#feb47b);border-radius:12px;width:auto;margin:0;padding:11px 22px;font-weight:700}.Lecture-module__XDwI2a__navStart{background-image:linear-gradient(45deg,#f03e3e,#ff8787);font-size:1.05rem}.Lecture-module__XDwI2a__stackerWrap{flex-direction:column;gap:12px;display:flex}.Lecture-module__XDwI2a__stackerColumn{flex-direction:column;gap:6px;min-height:60px;display:flex}.Lecture-module__XDwI2a__stackBlock{color:#fff;text-shadow:0 1px 2px #00000040;border-radius:10px;justify-content:space-between;align-items:center;gap:8px;padding:10px 14px;animation:.45s cubic-bezier(.2,1.4,.4,1) Lecture-module__XDwI2a__blockDrop;display:flex;box-shadow:0 3px 8px #00000026}.Lecture-module__XDwI2a__stackBlockJa{font-size:.95rem;font-weight:700}.Lecture-module__XDwI2a__stackBlockEn{opacity:.9;font-size:.75rem}@keyframes Lecture-module__XDwI2a__blockDrop{0%{opacity:0;transform:translateY(-26px)scale(.9)}to{opacity:1;transform:translateY(0)scale(1)}}.Lecture-module__XDwI2a__stackButton{background-image:linear-gradient(45deg,#4dabf7,#74c0fc);border-radius:12px;width:100%;margin:0;padding:12px 16px;font-weight:700}.Lecture-module__XDwI2a__stackDone{text-align:center;color:#2b8a3e;font-size:.92rem;font-weight:700}.Lecture-module__XDwI2a__stackReset{color:#495057;box-shadow:none;background:#f1f3f5;border-radius:999px;width:auto;margin:8px 0 0;padding:7px 14px;font-size:.8rem;display:inline-block}.Lecture-module__XDwI2a__stackReset:hover{box-shadow:none;background-image:none;transform:none}.Lecture-module__XDwI2a__metronomeWrap{flex-direction:column;gap:10px;display:flex}.Lecture-module__XDwI2a__gauge{background:#f1f3f5;border-radius:999px;height:26px;position:relative;overflow:hidden}.Lecture-module__XDwI2a__gaugeDangerLeft,.Lecture-module__XDwI2a__gaugeDangerRight,.Lecture-module__XDwI2a__gaugeSafe{position:absolute;top:0;bottom:0}.Lecture-module__XDwI2a__gaugeDangerLeft{background:repeating-linear-gradient(45deg,#ffc9c9,#ffc9c9 8px,#ffa8a8 8px 16px);left:0}.Lecture-module__XDwI2a__gaugeDangerRight{background:repeating-linear-gradient(45deg,#ffc9c9,#ffc9c9 8px,#ffa8a8 8px 16px);right:0}.Lecture-module__XDwI2a__gaugeSafe{background:linear-gradient(#8ce99a,#51cf66)}.Lecture-module__XDwI2a__gaugeNeedle{background:#1f2b3a;border-radius:2px;width:4px;margin-left:-2px;transition:left .15s ease-out;position:absolute;top:-3px;bottom:-3px}.Lecture-module__XDwI2a__gaugeLabels{color:#868e96;justify-content:space-between;font-size:.75rem;display:flex}.Lecture-module__XDwI2a__gaugeSafeLabel{color:#2b8a3e;font-weight:700}.Lecture-module__XDwI2a__gaugeSlider{accent-color:#ff8a70;width:100%}.Lecture-module__XDwI2a__zoneChip{text-align:center;border-radius:10px;padding:9px 10px;font-size:.9rem;font-weight:700}.Lecture-module__XDwI2a__zone_safe{color:#2b8a3e;background:#d3f9d8}.Lecture-module__XDwI2a__zone_under,.Lecture-module__XDwI2a__zone_over{color:#c92a2a;background:#ffe3e3}.Lecture-module__XDwI2a__badgesWrap{flex-direction:column;gap:10px;display:flex}.Lecture-module__XDwI2a__badgeGroup{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.Lecture-module__XDwI2a__badgeGroupLabel{color:#868e96;flex:0 0 64px;font-size:.78rem;font-weight:700}.Lecture-module__XDwI2a__badgeRow{flex-wrap:wrap;gap:6px;display:flex}.Lecture-module__XDwI2a__badge{color:#1971c2;box-shadow:none;background:#fff;border:2px solid #74c0fc;border-radius:999px;width:auto;margin:0;padding:6px 12px;font-size:.82rem;font-weight:700}.Lecture-module__XDwI2a__badge:hover{background:#e7f5ff;transform:translateY(-2px);box-shadow:0 3px 6px #0000001f}.Lecture-module__XDwI2a__badgeActive{border-color:#1971c2;color:#fff!important;background:#1971c2!important}.Lecture-module__XDwI2a__badgeDetail{color:#1864ab;background:#e7f5ff;border-radius:10px;min-height:40px;padding:10px 12px;font-size:.88rem}.Lecture-module__XDwI2a__badgeExample{color:#4dabf7;margin-top:4px;font-size:.8rem}.Lecture-module__XDwI2a__framingWrap{flex-direction:column;gap:12px;display:flex}.Lecture-module__XDwI2a__framingPair{justify-content:center;gap:14px;display:flex}.Lecture-module__XDwI2a__phoneFrame{flex-direction:column;align-items:center;gap:6px;margin:0;display:flex}.Lecture-module__XDwI2a__phoneScreen{background:#343a40;border:4px solid #212529;border-radius:16px;width:118px;height:190px;position:relative;overflow:hidden}.Lecture-module__XDwI2a__paperGood{background:#fffdf5;border-radius:3px;flex-direction:column;gap:9px;padding:14px 8px;display:flex;position:absolute;inset:12px 10px}.Lecture-module__XDwI2a__paperBad{background:#fffdf5;border-radius:3px;flex-direction:column;gap:9px;width:110px;height:150px;padding:14px 8px;display:flex;position:absolute;top:24px;left:-14px;transform:rotate(-14deg)}.Lecture-module__XDwI2a__paperLine{background:#ced4da;border-radius:2px;height:5px}.Lecture-module__XDwI2a__paperLineShort{background:#ced4da;border-radius:2px;width:60%;height:5px}.Lecture-module__XDwI2a__glare{background:radial-gradient(circle,#fffffff2,#fff0);border-radius:50%;width:46px;height:46px;position:absolute;top:8px;right:6px}.Lecture-module__XDwI2a__fingerShadow{background:#00000073;border-radius:50%;width:56px;height:56px;position:absolute;bottom:-14px;right:-10px}.Lecture-module__XDwI2a__framingGoodLabel{color:#2b8a3e;font-size:.8rem;font-weight:700}.Lecture-module__XDwI2a__framingBadLabel{color:#c92a2a;font-size:.8rem;font-weight:700}.Lecture-module__XDwI2a__framingTips{flex-direction:column;gap:4px;margin:0;padding:0 4px;list-style:none;display:flex}.Lecture-module__XDwI2a__framingTips li{color:#495057;font-size:.85rem}
.TaskPanel-module__ZMmEsq__panel{background:#fff;border-radius:16px;flex-direction:column;gap:12px;max-width:560px;margin:0 auto;padding:16px;display:flex;box-shadow:0 6px 18px #0000001a}.TaskPanel-module__ZMmEsq__panelHeader{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.TaskPanel-module__ZMmEsq__taskBadge{color:#fff;background:linear-gradient(45deg,#ff7e5f,#feb47b);border-radius:999px;padding:4px 12px;font-size:.9rem;font-weight:700}.TaskPanel-module__ZMmEsq__typeLabel{color:#343a40;font-size:1rem;font-weight:700}.TaskPanel-module__ZMmEsq__typeLabel small{color:#868e96;font-weight:400}.TaskPanel-module__ZMmEsq__wordChip{color:#2b8a3e;background:#d3f9d8;border-radius:999px;margin-left:auto;padding:4px 10px;font-size:.85rem;font-weight:700}.TaskPanel-module__ZMmEsq__emailCard{background:#fffdf5;border:1px solid #ffe8b3;border-radius:10px;padding:14px 16px;box-shadow:inset 0 1px 4px #0000000a}.TaskPanel-module__ZMmEsq__emailBody{white-space:pre-wrap;color:#343a40;font-size:.95rem;line-height:1.8}.TaskPanel-module__ZMmEsq__underline{text-underline-offset:3px;font-weight:700;-webkit-text-decoration:underline #f03e3e;text-decoration:underline #f03e3e;text-decoration-thickness:2px}.TaskPanel-module__ZMmEsq__passageCard{background:#f8f9fa;border-left:4px solid #4dabf7;border-radius:8px;padding:12px 14px}.TaskPanel-module__ZMmEsq__passagePara{color:#343a40;margin:0 0 10px;font-size:.93rem;line-height:1.75}.TaskPanel-module__ZMmEsq__passagePara:last-child{margin-bottom:0}.TaskPanel-module__ZMmEsq__essayCard{flex-direction:column;gap:10px;display:flex}.TaskPanel-module__ZMmEsq__essayQuestion{color:#212529;margin:0;font-size:1rem;font-weight:500;line-height:1.7}.TaskPanel-module__ZMmEsq__pointsBox{border:2px solid #343a40;border-radius:6px;max-width:320px;overflow:hidden}.TaskPanel-module__ZMmEsq__pointsTitle{color:#fff;text-align:center;letter-spacing:2px;background:#343a40;padding:3px;font-size:.85rem;font-weight:700}.TaskPanel-module__ZMmEsq__pointsList{flex-direction:column;gap:3px;margin:0;padding:8px 14px;display:flex}.TaskPanel-module__ZMmEsq__pointsList li{color:#343a40;font-size:.92rem}.TaskPanel-module__ZMmEsq__ruleChips{flex-wrap:wrap;gap:6px;display:flex}.TaskPanel-module__ZMmEsq__ruleChip{color:#1971c2;background:#e7f5ff;border-radius:999px;padding:5px 10px;font-size:.78rem;font-weight:700}.TaskPanel-module__ZMmEsq__hintBox{background:#fff4ec;border-radius:10px;padding:10px 12px}.TaskPanel-module__ZMmEsq__hintSummary{cursor:pointer;color:#e8590c;font-size:.9rem;font-weight:700}.TaskPanel-module__ZMmEsq__hintJa{color:#495057;margin:8px 0 0;font-size:.88rem;line-height:1.7}.TaskPanel-module__ZMmEsq__hintEn{color:#868e96;margin:4px 0 0;font-size:.78rem}.TaskPanel-module__ZMmEsq__paperReminder{color:#5c4d00;text-align:center;background:#fff9db;border-radius:10px;padding:9px 12px;font-size:.85rem}
.ExamTimer-module__zguh3W__timer{color:#fff;border-radius:999px;align-items:center;gap:8px;padding:7px 14px;font-size:1.05rem;font-weight:700;transition:background .4s;display:inline-flex}.ExamTimer-module__zguh3W__clock{letter-spacing:1px}.ExamTimer-module__zguh3W__calm{background:linear-gradient(135deg,#4dabf7,#339af0)}.ExamTimer-module__zguh3W__warn{background:linear-gradient(135deg,#ffa94d,#ff922b)}.ExamTimer-module__zguh3W__danger{background:linear-gradient(135deg,#ff6b6b,#fa5252);animation:1s ease-in-out infinite ExamTimer-module__zguh3W__timerPulse}.ExamTimer-module__zguh3W__over{background:linear-gradient(135deg,#adb5bd,#868e96)}.ExamTimer-module__zguh3W__overChip{font-size:.72rem;font-weight:400}@keyframes ExamTimer-module__zguh3W__timerPulse{0%,to{transform:scale(1)}50%{transform:scale(1.04)}}
.UnitProgressCard-module__yTrcSa__card{background:#fff;border:2px solid #f0f0f0;border-radius:20px;margin-bottom:20px;padding:20px;box-shadow:0 8px #efefef,0 10px 20px #0000000d}.UnitProgressCard-module__yTrcSa__cardZeroProgress{border:2px solid #f2f2f2}@keyframes UnitProgressCard-module__yTrcSa__pastelGlow{0%{border-color:#e0f7fa;box-shadow:0 0 #e0f7fa66}50%{border-color:#b2ebf2;box-shadow:0 0 15px 5px #b2ebf266}to{border-color:#e0f7fa;box-shadow:0 0 #e0f7fa66}}.UnitProgressCard-module__yTrcSa__cardActiveInvitation{animation:2.5s infinite UnitProgressCard-module__yTrcSa__pastelGlow}.UnitProgressCard-module__yTrcSa__cardHeader{cursor:pointer;flex-direction:column;gap:12px;display:flex;position:relative}.UnitProgressCard-module__yTrcSa__cardBody{transition:max-height .4s,opacity .4s,padding-top .4s;overflow:hidden}.UnitProgressCard-module__yTrcSa__bodyClosed{opacity:0;pointer-events:none;max-height:0;padding-top:0}.UnitProgressCard-module__yTrcSa__bodyOpen{opacity:1;pointer-events:auto;max-height:1000px;padding-top:45px}.UnitProgressCard-module__yTrcSa__pipRowContainer{justify-content:center;align-items:center;width:100%;margin-top:6px;display:flex;position:relative}.UnitProgressCard-module__yTrcSa__miniProgressBar{justify-content:center;gap:4px;display:flex}.UnitProgressCard-module__yTrcSa__pip{box-sizing:border-box;background:#e0e0e0;border:1px solid #e0e0e0;border-radius:3px;width:24px;height:6px;transition:background-color .3s,border .3s}.UnitProgressCard-module__yTrcSa__pipCompleted{background:#2ecc71;border-color:#2ecc71}.UnitProgressCard-module__yTrcSa__pipActive{border-color:var(--jg-primary,#3498db);background:0 0}.UnitProgressCard-module__yTrcSa__pipLocked{background:#e0e0e0;border-color:#e0e0e0}.UnitProgressCard-module__yTrcSa__headerGrammarStatus{margin-left:8px;font-size:1.1rem}.UnitProgressCard-module__yTrcSa__chevron{color:#b2bec3;font-size:1.1rem;transition:transform .3s;position:absolute;right:0}.UnitProgressCard-module__yTrcSa__chevronOpen{transform:rotate(180deg)}.UnitProgressCard-module__yTrcSa__metadataRow{justify-content:space-between;align-items:center;width:100%;display:flex}.UnitProgressCard-module__yTrcSa__rewardBar{align-items:center;gap:4px;display:flex}.UnitProgressCard-module__yTrcSa__rewardIcon{filter:saturate(.2);opacity:.4;font-size:.95rem;line-height:1;transition:all .3s}.UnitProgressCard-module__yTrcSa__rewardActive{filter:saturate();opacity:1}.UnitProgressCard-module__yTrcSa__milestone,.UnitProgressCard-module__yTrcSa__starCounter{color:#b2bec3;background:#f8f9fa;border-radius:10px;padding:4px 10px;font-size:.85rem;font-weight:800}.UnitProgressCard-module__yTrcSa__titleArea{width:100%;padding:0 10px}.UnitProgressCard-module__yTrcSa__unitTitle{color:#2d3436;text-align:center;margin:0;font-size:1.3rem;font-weight:800;line-height:1.4}.UnitProgressCard-module__yTrcSa__grammarMilestone{color:#b2bec3;margin-top:4px;font-size:.8rem}.UnitProgressCard-module__yTrcSa__pathContainer{padding:10px 0 20px;position:relative}.UnitProgressCard-module__yTrcSa__nodesGrid{z-index:2;grid-template-columns:repeat(4,1fr);place-items:center;gap:20px 10px;display:grid;position:relative}.UnitProgressCard-module__yTrcSa__vineSvg{z-index:-1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.UnitProgressCard-module__yTrcSa__vineSegment{stroke-width:5px;fill:none;stroke-linecap:round;transition:stroke .6s ease-in-out}.UnitProgressCard-module__yTrcSa__vineEmpty{stroke:#e0d8c8;stroke-dasharray:6 8}.UnitProgressCard-module__yTrcSa__vineSolid{stroke:#2ecc71;filter:drop-shadow(0 0 4px #2ecc7166);stroke-dasharray:none}.UnitProgressCard-module__yTrcSa__vineGrowing{stroke:#2ecc71;filter:drop-shadow(0 0 4px #2ecc7166);stroke-dasharray:200;stroke-dashoffset:200px;animation:1.2s ease-in-out forwards UnitProgressCard-module__yTrcSa__snakeGrow}@keyframes UnitProgressCard-module__yTrcSa__snakeGrow{0%{stroke-dashoffset:200px}to{stroke-dashoffset:0}}.UnitProgressCard-module__yTrcSa__progressBar{display:none}.UnitProgressCard-module__yTrcSa__mastery-lvl1{background:#ebfaf0!important;border-color:#27ae60!important}.UnitProgressCard-module__yTrcSa__mastery-lvl2{background:#ebf5fb!important;border-color:#2980b9!important}.UnitProgressCard-module__yTrcSa__mastery-lvl3{background:#fffdf0!important;border-color:#d4af37!important}.UnitProgressCard-module__yTrcSa__mastery-lvl4{animation:2s infinite UnitProgressCard-module__yTrcSa__pulseMastery;background:#fff9e6!important;border:3px solid #d4af37!important}@keyframes UnitProgressCard-module__yTrcSa__pulseMastery{0%{box-shadow:0 4px #0000001a,0 0 #d4af3766}70%{box-shadow:0 4px #0000001a,0 0 0 15px #d4af3700}to{box-shadow:0 4px #0000001a,0 0 #d4af3700}}.UnitProgressCard-module__yTrcSa__node{cursor:pointer;flex-direction:column;align-items:center;transition:transform .2s;display:flex}.UnitProgressCard-module__yTrcSa__node:hover:not(.UnitProgressCard-module__yTrcSa__nodeLocked){transform:translateY(-5px)}.UnitProgressCard-module__yTrcSa__iconContainer{background:#fff;border:3px solid #dfe6e9;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;margin-bottom:8px;display:flex}.UnitProgressCard-module__yTrcSa__nodeActive .UnitProgressCard-module__yTrcSa__iconContainer{border-color:#3498db;box-shadow:0 0 15px #3498db4d}.UnitProgressCard-module__yTrcSa__nodeCompleted .UnitProgressCard-module__yTrcSa__iconContainer{background:#f0fff4;border-color:#2ecc71}.UnitProgressCard-module__yTrcSa__nodeLocked{filter:saturate(.2);opacity:.4;cursor:not-allowed}.UnitProgressCard-module__yTrcSa__nodeFuture .UnitProgressCard-module__yTrcSa__iconContainer{background:#f1f2f6;border-style:dashed}.UnitProgressCard-module__yTrcSa__nodeLabel{color:#636e72;font-size:.75rem;font-weight:700}.UnitProgressCard-module__yTrcSa__startButton{color:#fff;cursor:pointer;background:#ff7675;border:none;border-radius:15px;width:100%;padding:12px;font-size:1.1rem;font-weight:800;box-shadow:0 4px #d63031}.UnitProgressCard-module__yTrcSa__startButton:active{transform:translateY(2px);box-shadow:0 2px #d63031}.UnitProgressCard-module__yTrcSa__advIcon{justify-content:center;align-items:center;width:100%;height:100%;font-size:1.5rem;line-height:1;display:flex}.UnitProgressCard-module__yTrcSa__nodeNewlyUnlocked .UnitProgressCard-module__yTrcSa__iconContainer{animation:1.8s cubic-bezier(.175,.885,.32,1.275) forwards UnitProgressCard-module__yTrcSa__unlockPulse}@keyframes UnitProgressCard-module__yTrcSa__unlockPulse{0%{transform:scale(1);box-shadow:0 0 #3498dbcc}40%{transform:scale(1.3);box-shadow:0 0 0 35px #3498db66}70%{transform:scale(1.1);box-shadow:0 0 0 40px #3498db00}to{transform:scale(1);box-shadow:0 0 #3498db00}}.UnitProgressCard-module__yTrcSa__footprintPath{z-index:5;pointer-events:none;width:100%;height:50px;position:absolute;top:-15px;left:0}.UnitProgressCard-module__yTrcSa__footprint{opacity:0;font-size:16px;position:absolute}.UnitProgressCard-module__yTrcSa__footprintActive:first-child{animation:.4s 1.9s forwards UnitProgressCard-module__yTrcSa__stepIn1;top:15px;right:15%}.UnitProgressCard-module__yTrcSa__footprintActive:nth-child(2){animation:.4s 2.2s forwards UnitProgressCard-module__yTrcSa__stepIn2;top:0;right:30%}.UnitProgressCard-module__yTrcSa__footprintActive:nth-child(3){animation:.4s 2.5s forwards UnitProgressCard-module__yTrcSa__stepIn3;top:-10px;right:45%}.UnitProgressCard-module__yTrcSa__footprintActive:nth-child(4){animation:.4s 2.8s forwards UnitProgressCard-module__yTrcSa__stepIn4;top:-15px;right:60%}@keyframes UnitProgressCard-module__yTrcSa__stepIn1{0%{opacity:0;transform:scale(.5)rotate(-60deg)}to{opacity:var(--target-opacity,.4);transform:scale(1)rotate(-60deg)}}@keyframes UnitProgressCard-module__yTrcSa__stepIn2{0%{opacity:0;transform:scale(.5)rotate(-75deg)}to{opacity:var(--target-opacity,.4);transform:scale(1)rotate(-75deg)}}@keyframes UnitProgressCard-module__yTrcSa__stepIn3{0%{opacity:0;transform:scale(.5)rotate(-85deg)}to{opacity:var(--target-opacity,.4);transform:scale(1)rotate(-85deg)}}@keyframes UnitProgressCard-module__yTrcSa__stepIn4{0%{opacity:0;transform:scale(.5)rotate(-95deg)}to{opacity:var(--target-opacity,.4);transform:scale(1)rotate(-95deg)}}.UnitProgressCard-module__yTrcSa__footprintStatic{opacity:var(--target-opacity,.4);position:absolute}.UnitProgressCard-module__yTrcSa__footprintStatic:first-child{top:15px;right:15%;transform:scale(1)rotate(-60deg)}.UnitProgressCard-module__yTrcSa__footprintStatic:nth-child(2){top:0;right:30%;transform:scale(1)rotate(-75deg)}.UnitProgressCard-module__yTrcSa__footprintStatic:nth-child(3){top:-10px;right:45%;transform:scale(1)rotate(-85deg)}.UnitProgressCard-module__yTrcSa__footprintStatic:nth-child(4){top:-15px;right:60%;transform:scale(1)rotate(-95deg)}.UnitProgressCard-module__yTrcSa__grammarPositioner{z-index:10;position:absolute;top:-30px;left:25%;transform:translate(-50%)}.UnitProgressCard-module__yTrcSa__grammarMilestone{filter:saturate(.2);opacity:.4;flex-direction:column;justify-content:center;align-items:center;gap:2px;transition:all .4s;display:inline-flex;transform:scale(.9)}.UnitProgressCard-module__yTrcSa__grammarIcon{font-size:1.5rem;line-height:1}.UnitProgressCard-module__yTrcSa__grammarText{color:#636e72;font-size:.9rem;font-weight:800}.UnitProgressCard-module__yTrcSa__grammarActive{transform:scale(1);filter:saturate()!important;opacity:1!important}.UnitProgressCard-module__yTrcSa__grammarPulse{animation:.6s ease-out UnitProgressCard-module__yTrcSa__grammarUnlockPulse}@keyframes UnitProgressCard-module__yTrcSa__grammarUnlockPulse{0%{transform:scale(1)}50%{filter:drop-shadow(0 0 10px #fcc419cc);transform:scale(1.25)}to{filter:drop-shadow(0 0 #fcc41900);transform:scale(1)}}.UnitProgressCard-module__yTrcSa__grammarIconWrapper{justify-content:center;align-items:center;display:inline-flex;position:relative}.UnitProgressCard-module__yTrcSa__hanamaruStamp{opacity:.75;filter:drop-shadow(0 2px 2px #e91e634d);pointer-events:none;z-index:2;font-size:2.1rem;line-height:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.UnitProgressCard-module__yTrcSa__stampAnimate{animation:.5s cubic-bezier(.175,.885,.32,1.275) 3s forwards UnitProgressCard-module__yTrcSa__stampHit}@keyframes UnitProgressCard-module__yTrcSa__stampHit{0%{opacity:0;transform:translate(-50%,-50%)scale(3)rotate(-15deg)}50%{opacity:.8;transform:translate(-50%,-50%)scale(.8)rotate(5deg)}to{opacity:.55;transform:translate(-50%,-50%)scale(1)rotate(0)}}@media (max-width:380px){.UnitProgressCard-module__yTrcSa__card{padding:15px 10px!important}.UnitProgressCard-module__yTrcSa__nodesGrid{gap:20px 6px!important}.UnitProgressCard-module__yTrcSa__iconContainer{width:42px!important;height:42px!important}}.UnitProgressCard-module__yTrcSa__cardDisabled{opacity:.65;filter:grayscale(.8);cursor:not-allowed;pointer-events:none!important;box-shadow:none!important;background:repeating-linear-gradient(45deg,#fff,#fff 15px,#f5f6fa 15px 30px)!important;border:2px dashed #dcdde1!important;transform:none!important}.UnitProgressCard-module__yTrcSa__cardDisabled *{pointer-events:none!important}.UnitProgressCard-module__yTrcSa__disabledBadge{color:#636e72;vertical-align:middle;background:#dfe6e9;border:1px dashed #b2bec3;border-radius:8px;margin-left:10px;padding:4px 8px;font-size:.8rem;font-weight:800;display:inline-block}
.CameraCapture-module__oaOxIq__slot{background:#fff;border-radius:16px;flex-direction:column;gap:10px;padding:14px;display:flex;box-shadow:0 6px 18px #0000001a}.CameraCapture-module__oaOxIq__slotHeader{color:#343a40;font-size:.95rem;font-weight:700}.CameraCapture-module__oaOxIq__liveWrap{background:#000;border-radius:12px;position:relative;overflow:hidden}.CameraCapture-module__oaOxIq__video{object-fit:cover;width:100%;max-height:60vh;display:block}.CameraCapture-module__oaOxIq__guideOverlay{pointer-events:none;flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex;position:absolute;inset:0}.CameraCapture-module__oaOxIq__guideFrame{border:3px dashed #ffffffd9;border-radius:8px;width:78%;height:72%}.CameraCapture-module__oaOxIq__guideText{color:#fff;background:#00000073;border-radius:999px;padding:3px 10px;font-size:.8rem}.CameraCapture-module__oaOxIq__shutter{background:#fff;border:4px solid #ff8a70;border-radius:50%;width:68px;height:68px;margin:0;padding:0;font-size:1.6rem;position:absolute;bottom:14px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000059}.CameraCapture-module__oaOxIq__shutter:hover{background:#fff;transform:translate(-50%)scale(1.05)}.CameraCapture-module__oaOxIq__shutter:active{transform:translate(-50%)scale(.95)}.CameraCapture-module__oaOxIq__capturedWrap{flex-direction:column;align-items:center;gap:10px;display:flex}.CameraCapture-module__oaOxIq__thumb{object-fit:contain;background:#f8f9fa;border:2px solid #dee2e6;border-radius:10px;width:100%;max-height:46vh}.CameraCapture-module__oaOxIq__retakeButton{color:#495057;box-shadow:none;background:#f1f3f5;border-radius:999px;width:auto;margin:0;padding:9px 18px;font-size:.88rem}.CameraCapture-module__oaOxIq__retakeButton:hover{box-shadow:none;background:#e9ecef;transform:none}.CameraCapture-module__oaOxIq__retakeButton:disabled{opacity:.5;cursor:not-allowed}.CameraCapture-module__oaOxIq__idleWrap{flex-direction:column;gap:8px;display:flex}.CameraCapture-module__oaOxIq__openCameraButton{background-image:linear-gradient(45deg,#ff7e5f,#feb47b);border-radius:14px;width:100%;margin:0;padding:16px;font-size:1.05rem;font-weight:700}.CameraCapture-module__oaOxIq__fileButton{color:#1971c2;box-shadow:none;background:#fff;border:2px solid #74c0fc;border-radius:12px;width:100%;margin:0;padding:12px;font-size:.9rem}.CameraCapture-module__oaOxIq__fileButton:hover{box-shadow:none;background:#e7f5ff;transform:none}.CameraCapture-module__oaOxIq__openCameraButton:disabled,.CameraCapture-module__oaOxIq__fileButton:disabled{opacity:.5;cursor:not-allowed}.CameraCapture-module__oaOxIq__cameraError{color:#c92a2a;text-align:center;margin:0;font-size:.8rem}.CameraCapture-module__oaOxIq__hiddenInput{display:none}
.WorkshopVisual-module__d8u2iW__workshopContainer{border-radius:0 0 20px 20px;width:100%;height:220px;margin-bottom:0;position:relative;overflow:hidden}.WorkshopVisual-module__d8u2iW__skyContainer{z-index:0;position:absolute;inset:0}.WorkshopVisual-module__d8u2iW__sky{transition:opacity 1.5s ease-in-out;position:absolute;inset:0}.WorkshopVisual-module__d8u2iW__fadeHidden{opacity:0}.WorkshopVisual-module__d8u2iW__fadeVisible{opacity:1}.WorkshopVisual-module__d8u2iW__blueprintGrid{z-index:1;pointer-events:none;background-image:linear-gradient(#64a0dc14 1px,#0000 1px),linear-gradient(90deg,#64a0dc14 1px,#0000 1px);background-size:24px 24px;transition:opacity 1s;position:absolute;inset:0}.WorkshopVisual-module__d8u2iW__reactorAnchor{z-index:5;flex-direction:column;align-items:center;transition:all 1s ease-in-out;display:flex;position:absolute;left:50%;transform:translate(-50%)}.WorkshopVisual-module__d8u2iW__reactorCore{border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;font-size:2rem;transition:all .8s;display:flex;position:relative}.WorkshopVisual-module__d8u2iW__reactorSvg{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.WorkshopVisual-module__d8u2iW__reactorCore:before{content:"";opacity:.4;border:2px solid;border-radius:50%;animation:2.5s ease-in-out infinite WorkshopVisual-module__d8u2iW__reactorPulse;position:absolute;inset:-8px}.WorkshopVisual-module__d8u2iW__reactorCore:after{content:"";opacity:.15;border:1px solid;border-radius:50%;animation:2.5s ease-in-out .5s infinite WorkshopVisual-module__d8u2iW__reactorPulse;position:absolute;inset:-16px}@keyframes WorkshopVisual-module__d8u2iW__reactorPulse{0%{opacity:.15;transform:scale(1)}50%{opacity:.35;transform:scale(1.1)}to{opacity:.15;transform:scale(1)}}.WorkshopVisual-module__d8u2iW__reactorCold{color:#718096;background:radial-gradient(circle,#4a5568,#2d3748);box-shadow:0 0 20px #7180964d}.WorkshopVisual-module__d8u2iW__reactorWarm{color:#63b3ed;background:radial-gradient(circle,#2b6cb0,#1a365d);box-shadow:0 0 30px #63b3ed66}.WorkshopVisual-module__d8u2iW__reactorHot{color:#00e5ff;background:radial-gradient(circle,#0987a0,#065666);box-shadow:0 0 40px #00e5ff80}.WorkshopVisual-module__d8u2iW__reactorFull{color:#fefcbf;background:radial-gradient(circle,#d69e2e,#975a16);animation:1.5s ease-in-out infinite WorkshopVisual-module__d8u2iW__reactorFullPulse;box-shadow:0 0 50px #fefcbf99}.WorkshopVisual-module__d8u2iW__reactorWhiteHot{color:#fff!important;background:radial-gradient(circle,#fff,#e0e7ff,#a5b4fc)!important;animation:1s ease-in-out infinite WorkshopVisual-module__d8u2iW__reactorWhiteHotPulse!important;box-shadow:0 0 30px #fff9,0 0 60px #00e5ff66,0 0 90px #00e5ff33!important}@keyframes WorkshopVisual-module__d8u2iW__reactorWhiteHotPulse{0%{box-shadow:0 0 30px #ffffff80,0 0 60px #00e5ff4d,0 0 90px #00e5ff26}50%{box-shadow:0 0 40px #fffc,0 0 80px #00e5ff80,0 0 120px #00e5ff4d}to{box-shadow:0 0 30px #ffffff80,0 0 60px #00e5ff4d,0 0 90px #00e5ff26}}@keyframes WorkshopVisual-module__d8u2iW__reactorFullPulse{0%{box-shadow:0 0 30px #fefcbf66}50%{box-shadow:0 0 60px #fefcbfb3}to{box-shadow:0 0 30px #fefcbf66}}.WorkshopVisual-module__d8u2iW__sparkGroup{transition:opacity .5s}.WorkshopVisual-module__d8u2iW__lightningOverlay{z-index:8;pointer-events:none;width:100%;height:100%;animation:.25s ease-out forwards WorkshopVisual-module__d8u2iW__lightningFlash;position:absolute;inset:0}.WorkshopVisual-module__d8u2iW__lightningBolt{fill:none;stroke:#fff;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 6px #fff)drop-shadow(0 0 14px #00e5ff)drop-shadow(0 0 28px #7c3aed)}@keyframes WorkshopVisual-module__d8u2iW__lightningFlash{0%{opacity:1}60%{opacity:.7}to{opacity:0}}.WorkshopVisual-module__d8u2iW__reactorStruck{transition:background 50ms,box-shadow 50ms;color:#fff!important;background:radial-gradient(circle,#fff,#e0e7ff,#a5b4fc)!important;box-shadow:0 0 40px #ffffffe6,0 0 80px #00e5ff99,0 0 120px #00e5ff4d!important}.WorkshopVisual-module__d8u2iW__reactorLabel{letter-spacing:.5px;text-transform:uppercase;color:#ffffffb3;text-shadow:0 1px 3px #00000080;margin-top:6px;font-size:.75rem;font-weight:800}.WorkshopVisual-module__d8u2iW__ground{z-index:2;height:28%;transition:background 1s;position:absolute;bottom:0;left:0;right:0}.WorkshopVisual-module__d8u2iW__groundBlueprint{background:linear-gradient(#1e293b,#0f172a);border-top:2px solid #64a0dc26}.WorkshopVisual-module__d8u2iW__groundActive{background:linear-gradient(#1a1a2e,#0a0a1a);border-top:2px solid #0f83}.WorkshopVisual-module__d8u2iW__batteryRow{z-index:10;background:#0003;border:1px solid #ffffff0d;border-radius:10px;justify-content:center;align-items:center;gap:5px;padding:6px 12px;display:flex;position:absolute;top:16px;left:50%;transform:translate(-50%)}.WorkshopVisual-module__d8u2iW__batteryCell{background:#ffffff05;border:1px solid #fff3;border-radius:3px;width:10px;height:18px;transition:background .3s,border-color .3s,box-shadow .3s}.WorkshopVisual-module__d8u2iW__batteryCellCold{background:#718096;border-color:#718096}.WorkshopVisual-module__d8u2iW__batteryCellWarm{background:#63b3ed;border-color:#63b3ed;box-shadow:0 0 6px #63b3ed99}.WorkshopVisual-module__d8u2iW__batteryCellHot{background:#00e5ff;border-color:#00e5ff;box-shadow:0 0 8px #00e5ff}.WorkshopVisual-module__d8u2iW__batteryCellFull{background:#d69e2e;border-color:#fefcbf;box-shadow:0 0 8px #d69e2e}.WorkshopVisual-module__d8u2iW__batteryCellWhiteHot{background:#fff;border-color:#fff;box-shadow:0 0 10px #fff,0 0 4px #00e5ff}.WorkshopVisual-module__d8u2iW__hudOverlay{z-index:10;gap:10px;display:flex;position:absolute;top:10px;right:12px}.WorkshopVisual-module__d8u2iW__hudItem{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#e2e8f0;white-space:nowrap;background:#00000073;border:1px solid #ffffff14;border-radius:10px;padding:5px 12px;font-size:.8rem;font-weight:800}.WorkshopVisual-module__d8u2iW__devControlPanel{z-index:100;color:#0f8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#000000d1;border:2px solid #f0f;border-radius:12px;flex-direction:column;gap:5px;padding:10px 14px;font-family:Courier New,monospace;font-size:.7rem;display:flex;position:absolute;bottom:45px;right:12px;box-shadow:0 0 8px #f0f6,0 0 20px #ff00ff26,inset 0 0 12px #ff00ff0f}.WorkshopVisual-module__d8u2iW__devControlPanel input[type=range]{cursor:pointer;accent-color:#f0f;width:110px}.WorkshopVisual-module__d8u2iW__devControlPanel label{text-transform:uppercase;letter-spacing:.5px;color:#f0f;text-shadow:0 0 6px #ff00ff80;font-weight:700}.WorkshopVisual-module__d8u2iW__devPhaseTag{letter-spacing:1px;text-align:center;color:#00e5ff;background:#ff00ff26;border:1px solid #00e5ff4d;border-radius:4px;padding:1px 6px;font-size:.6rem;font-weight:900;display:inline-block}@media (max-width:600px){.WorkshopVisual-module__d8u2iW__workshopContainer{border-radius:0 0 14px 14px;height:180px}.WorkshopVisual-module__d8u2iW__reactorCore{width:52px;height:52px;font-size:1.6rem}.WorkshopVisual-module__d8u2iW__reactorSvg{width:52px;height:52px}.WorkshopVisual-module__d8u2iW__reactorCore:before{inset:-6px}.WorkshopVisual-module__d8u2iW__reactorCore:after{inset:-12px}.WorkshopVisual-module__d8u2iW__hudItem{padding:4px 8px;font-size:.7rem}.WorkshopVisual-module__d8u2iW__backButtonHUD{height:32px;padding:0 10px;font-size:.8rem}.WorkshopVisual-module__d8u2iW__batteryRow{gap:3px;padding:4px 8px;top:12px}.WorkshopVisual-module__d8u2iW__batteryCell{width:6px;height:12px}.WorkshopVisual-module__d8u2iW__devControlPanel{padding:6px 10px;font-size:.6rem;bottom:38px;right:8px}.WorkshopVisual-module__d8u2iW__devControlPanel input[type=range]{width:80px}}@media (max-width:400px){.WorkshopVisual-module__d8u2iW__batteryRow{gap:2px;padding:3px 6px}.WorkshopVisual-module__d8u2iW__batteryCell{width:5px;height:10px}}
.ScribeCanvasJP-module__zJq9AW__canvasContainer{box-sizing:border-box;touch-action:none;background-color:#fcfbf9;border:4px solid #444;border-radius:4px;flex-shrink:0;width:min(90vw,55vh,600px);height:min(90vw,55vh,600px);margin:0 auto;display:block;position:relative;overflow:hidden;box-shadow:0 8px 16px #0003}.ScribeCanvasJP-module__zJq9AW__canvas{z-index:2;cursor:url(/assets/cursors/brush.png),crosshair;background:0 0;width:100%;height:100%;display:block;position:relative}.ScribeCanvasJP-module__zJq9AW__bgTextLayer{color:#e0e0e0;z-index:1;pointer-events:none;justify-content:center;align-items:center;width:100%;height:100%;font-family:Klee One,serif;line-height:1;display:flex;position:absolute;top:0;left:0}.ScribeCanvasJP-module__zJq9AW__gridHiragana{background-image:linear-gradient(#999 50%,#0000 50%),linear-gradient(90deg,#999 50%,#0000 50%);background-position:top,0;background-repeat:repeat-y,repeat-x;background-size:2px 16px,16px 2px}.ScribeCanvasJP-module__zJq9AW__gridKatakana{background-image:linear-gradient(#e0e0e0 1px,#0000 1px),linear-gradient(90deg,#e0e0e0 1px,#0000 1px);background-size:20px 20px}.ScribeCanvasJP-module__zJq9AW__feedbackOverlay{pointer-events:none;opacity:0;z-index:10;font-size:8rem;font-weight:700;transition:opacity .3s,transform .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ScribeCanvasJP-module__zJq9AW__hanamaru{color:#e74c3c;opacity:1;animation:.4s cubic-bezier(.175,.885,.32,1.275) ScribeCanvasJP-module__zJq9AW__stamp;transform:translate(-50%,-50%)scale(1.2)}.ScribeCanvasJP-module__zJq9AW__maru{color:#e74c3c;opacity:1;border:8px solid #e74c3c;border-radius:50%;width:180px;height:180px;animation:.4s cubic-bezier(.175,.885,.32,1.275) ScribeCanvasJP-module__zJq9AW__stamp;display:flex;transform:translate(-50%,-50%)scale(1)}@keyframes ScribeCanvasJP-module__zJq9AW__stamp{0%{opacity:0;transform:translate(-50%,-50%)scale(3)}to{opacity:1;transform:translate(-50%,-50%)scale(1.2)}}.ScribeCanvasJP-module__zJq9AW__shake{animation:.4s cubic-bezier(.36,.07,.19,.97) both ScribeCanvasJP-module__zJq9AW__shake}@keyframes ScribeCanvasJP-module__zJq9AW__shake{10%,90%{border-color:#e74c3c;transform:translate(-2px)}20%,80%{transform:translate(4px)}30%,50%,70%{transform:translate(-8px)}40%,60%{transform:translate(8px)}}
.ParticleSlotter-module__Lx7UuG__overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0006;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.ParticleSlotter-module__Lx7UuG__modal{background-color:#fff9e6;border:4px solid #ffd166;border-radius:24px;flex-direction:column;align-items:center;width:90%;max-width:500px;padding:30px;display:flex;position:relative;box-shadow:0 10px 30px #0003}.ParticleSlotter-module__Lx7UuG__closeButton{cursor:pointer;color:#ff6b6b;background:0 0;border:none;align-self:flex-start;width:fit-content;padding:8px;font-size:1.5rem;transition:transform .2s;position:absolute;top:15px;right:15px}.ParticleSlotter-module__Lx7UuG__closeButton:hover{transform:scale(1.1)}.ParticleSlotter-module__Lx7UuG__header{color:#4ecdc4;text-align:center;margin-bottom:20px;font-size:1.5rem;font-weight:700}.ParticleSlotter-module__Lx7UuG__sentenceArea{text-align:center;color:#2c3e50;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin-bottom:30px;font-size:1.8rem;line-height:2.5rem;display:flex}.ParticleSlotter-module__Lx7UuG__slot{color:#2d3436;vertical-align:middle;background-color:#ffffff80;border:3px dashed #b2bec3;border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.8rem;display:inline-flex}.ParticleSlotter-module__Lx7UuG__slotActive{background-color:#74b9ff33;border-color:#74b9ff}.ParticleSlotter-module__Lx7UuG__slotCorrect{color:#fff;background-color:#55efc4;border-style:solid;border-color:#55efc4;box-shadow:0 4px #00b894}.ParticleSlotter-module__Lx7UuG__optionsArea{flex-wrap:wrap;justify-content:center;gap:15px;width:100%;margin-bottom:20px;display:flex}.ParticleSlotter-module__Lx7UuG__particleTile{color:#fff;cursor:grab;-webkit-user-select:none;user-select:none;touch-action:none;background-color:#0984e3;border:none;border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.8rem;font-weight:700;transition:transform .1s,box-shadow .1s;display:flex;box-shadow:0 6px #074b83,0 8px 10px #0000001a}.ParticleSlotter-module__Lx7UuG__particleTile:active{cursor:grabbing}.ParticleSlotter-module__Lx7UuG__particleTileDragging{opacity:.8;transform:scale(1.05);box-shadow:0 10px 20px #0003}.ParticleSlotter-module__Lx7UuG__particleTileSlot{box-shadow:none;transform:translateY(6px)}.ParticleSlotter-module__Lx7UuG__particleTileDisabled{opacity:.5;cursor:default;box-shadow:none;transform:none}.ParticleSlotter-module__Lx7UuG__feedbackArea{flex-direction:column;align-items:center;width:100%;min-height:100px;margin-top:10px;display:flex}.ParticleSlotter-module__Lx7UuG__senseiIcon{object-fit:cover;background-color:#fff;border:3px solid #4ecdc4;border-radius:50%;width:80px;height:80px;margin-bottom:5px;box-shadow:0 4px 10px #0000001a}.ParticleSlotter-module__Lx7UuG__loadingContainer{flex-direction:column;align-items:center;margin-bottom:20px;display:flex}.ParticleSlotter-module__Lx7UuG__speechBubble{text-align:center;color:#2d3436;background:#fff;border:3px solid #dfe6e9;border-radius:16px;max-width:90%;padding:15px 20px;font-size:1.1rem;animation:.3s ease-out forwards ParticleSlotter-module__Lx7UuG__popIn;position:relative;box-shadow:0 4px 15px #0000001a}.ParticleSlotter-module__Lx7UuG__speechBubble:after{content:"";border:10px solid #0000;border-top-width:0;border-bottom:15px solid #fff;margin-left:-10px;position:absolute;top:-15px;left:50%}.ParticleSlotter-module__Lx7UuG__speechBubble:before{content:"";border:12px solid #0000;border-top-width:0;border-bottom:18px solid #dfe6e9;margin-left:-12px;position:absolute;top:-19px;left:50%}.ParticleSlotter-module__Lx7UuG__feedbackCorrect{border-color:#55efc4}.ParticleSlotter-module__Lx7UuG__feedbackCorrect:before{border-color:#0000 #0000 #55efc4}.ParticleSlotter-module__Lx7UuG__feedbackInfo{border-color:#74b9ff}.ParticleSlotter-module__Lx7UuG__feedbackInfo:before{border-color:#0000 #0000 #74b9ff}@keyframes ParticleSlotter-module__Lx7UuG__popIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.ParticleSlotter-module__Lx7UuG__loading{color:#ff9f43;font-size:1.5rem;animation:1.5s infinite ParticleSlotter-module__Lx7UuG__pulse}@keyframes ParticleSlotter-module__Lx7UuG__pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.ParticleSlotter-module__Lx7UuG__retryButton{color:#fff;cursor:pointer;background-color:#ff9f43;border:none;border-radius:20px;margin-top:20px;padding:10px 20px;font-size:1.2rem;transition:transform .1s,box-shadow .1s;box-shadow:0 4px #cc8036}.ParticleSlotter-module__Lx7UuG__retryButton:active{transform:translateY(4px);box-shadow:0 0 #cc8036}.ParticleSlotter-module__Lx7UuG__particleTextLong{word-break:break-all;white-space:normal;text-align:center;max-width:2.2em;font-size:1rem;line-height:1.2;display:block}.ParticleSlotter-module__Lx7UuG__starsContainer{justify-content:center;align-items:center;gap:10px;width:100%;margin-bottom:20px;display:flex}.ParticleSlotter-module__Lx7UuG__starGold{color:#ff9f43;text-shadow:0 2px 4px #ff9f4366;font-size:2rem;animation:.4s cubic-bezier(.175,.885,.32,1.275) ParticleSlotter-module__Lx7UuG__popIn}.ParticleSlotter-module__Lx7UuG__starEmpty{color:#dfe6e9;font-size:2rem}.ParticleSlotter-module__Lx7UuG__progressText{color:#636e72;margin-left:10px;font-size:1rem;font-weight:700}.ParticleSlotter-module__Lx7UuG__celebrationOverlay{flex-direction:column;justify-content:center;align-items:center;min-height:300px;animation:.5s ease-out forwards ParticleSlotter-module__Lx7UuG__popIn;display:flex}.ParticleSlotter-module__Lx7UuG__celebrationText{color:#00b894;text-align:center;text-shadow:0 2px 10px #00b89433;margin-bottom:30px;font-size:2.2rem}.ParticleSlotter-module__Lx7UuG__kanjiInteractive{cursor:help;text-underline-offset:6px;-webkit-text-decoration:underline dotted #4ecdc4;text-decoration:underline dotted #4ecdc4;text-decoration-thickness:3px;display:inline-block;position:relative}.ParticleSlotter-module__Lx7UuG__readingPopup{color:#fff;white-space:nowrap;z-index:2000;pointer-events:none;background:#2d3436;border-radius:12px;padding:8px 12px;font-size:.85rem;line-height:1.5;position:absolute;bottom:125%;left:50%;transform:translate(-50%);box-shadow:0 4px 15px #0000004d}.ParticleSlotter-module__Lx7UuG__readingPopup:after{content:"";border:6px solid #0000;border-top-color:#2d3436;margin-left:-6px;position:absolute;top:100%;left:50%}.ParticleSlotter-module__Lx7UuG__popupText{text-align:left;display:block}
.StickerBook-module__ZNjoWa__bookShell{background:#fffdf8;border-radius:20px;overflow:hidden;box-shadow:0 5px #efe9db,0 12px 20px #1f293714}.StickerBook-module__ZNjoWa__bookToggle{color:#78350f;cursor:pointer;width:100%;box-shadow:none;background:linear-gradient(120deg,#fef3c7 0%,#fde8bd 100%);border:none;border-radius:0;align-items:center;gap:10px;margin:0;padding:12px 16px;font-family:inherit;font-size:1rem;font-weight:900;display:flex}.StickerBook-module__ZNjoWa__bookToggle:hover{box-shadow:none;transform:none}.StickerBook-module__ZNjoWa__bookIcon{font-size:1.3rem}.StickerBook-module__ZNjoWa__bookTitle{flex:none}.StickerBook-module__ZNjoWa__bookCount{color:#b45309;background:#fff;border-radius:999px;padding:2px 12px;font-size:.82rem;box-shadow:inset 0 1px 3px #78350f26}.StickerBook-module__ZNjoWa__bookCaret{color:#b45309;margin-left:auto;font-size:.8rem}.StickerBook-module__ZNjoWa__stickerGrid{grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:10px;padding:14px;display:grid}.StickerBook-module__ZNjoWa__sticker{cursor:pointer;box-sizing:border-box;background:#fff;border:2px solid #f1ead9;border-radius:16px;flex-direction:column;align-items:center;gap:4px;width:auto;margin:0;padding:12px 6px 8px;font-family:inherit;transition:transform .15s,box-shadow .15s;display:flex;position:relative;box-shadow:0 3px #f1ead9}.StickerBook-module__ZNjoWa__sticker:hover{background-image:none}.StickerBook-module__ZNjoWa__stickerUnlocked{border-color:#fcd34d;box-shadow:0 4px #fcd34d}.StickerBook-module__ZNjoWa__stickerUnlocked:hover{transform:translateY(-2px);box-shadow:0 6px #fcd34d}.StickerBook-module__ZNjoWa__stickerUnlocked:active{transform:translateY(2px);box-shadow:0 1px #fcd34d}.StickerBook-module__ZNjoWa__stickerLocked{cursor:default;opacity:.55;background:#f7f4ec}.StickerBook-module__ZNjoWa__stickerLocked:hover{transform:none;box-shadow:0 3px #f1ead9}.StickerBook-module__ZNjoWa__stickerFace{color:#b45309;background:radial-gradient(circle at 32% 26%,#fffffff2 0%,#fff0 45%),#fde8bd;border-radius:50%;place-items:center;width:52px;height:52px;font-size:1.7rem;font-weight:900;display:grid;box-shadow:inset 0 -4px 6px #78350f1f}.StickerBook-module__ZNjoWa__stickerLocked .StickerBook-module__ZNjoWa__stickerFace{color:#b7ab94;background:#e9e4d8}.StickerBook-module__ZNjoWa__stickerLabel{color:#64748b;text-align:center;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:.68rem;font-weight:800;line-height:1.3;overflow:hidden}.StickerBook-module__ZNjoWa__stickerEar{font-size:.7rem}.StickerBook-module__ZNjoWa__stickerOfDay{border-color:#f59e0b;animation:1.6s ease-in-out infinite StickerBook-module__ZNjoWa__dayPulse}.StickerBook-module__ZNjoWa__dayRibbon{color:#fff;white-space:nowrap;background:#f59e0b;border-radius:999px;padding:2px 8px;font-size:.58rem;font-weight:900;position:absolute;top:-8px;left:50%;transform:translate(-50%);box-shadow:0 2px #b45309}@keyframes StickerBook-module__ZNjoWa__dayPulse{0%,to{box-shadow:0 4px #fcd34d,0 0 #f59e0b66}50%{box-shadow:0 4px #fcd34d,0 0 0 8px #f59e0b00}}.StickerBook-module__ZNjoWa__stickerHatch{animation:.7s cubic-bezier(.34,1.56,.64,1) StickerBook-module__ZNjoWa__hatch}@keyframes StickerBook-module__ZNjoWa__hatch{0%{opacity:0;transform:scale(.3)rotate(-12deg)}60%{transform:scale(1.15)rotate(4deg)}to{opacity:1;transform:scale(1)rotate(0)}}.StickerBook-module__ZNjoWa__stickerPlaying .StickerBook-module__ZNjoWa__stickerFace{animation:.5s ease-in-out infinite StickerBook-module__ZNjoWa__wiggle}@keyframes StickerBook-module__ZNjoWa__wiggle{0%,to{transform:rotate(0)}25%{transform:rotate(-8deg)scale(1.08)}75%{transform:rotate(8deg)scale(1.08)}}@media (min-width:720px){.StickerBook-module__ZNjoWa__stickerGrid{grid-template-columns:repeat(auto-fill,minmax(110px,1fr))}}
.LessonBlocks-module__b_SKwa__card{--clay:#94a3b8;--clay-soft:#e2e8f0;--clay-deep:#64748b;border:3px solid var(--clay-soft);box-shadow:0 7px 0 var(--clay-soft),0 14px 22px #1f29371a;background:#fffdf8;border-radius:26px;padding:14px 14px 16px;transition:transform .15s,box-shadow .15s,background .3s;position:relative}.LessonBlocks-module__b_SKwa__card:active{box-shadow:0 3px 0 var(--clay-soft),0 8px 14px #1f293714;transform:translateY(3px)}.LessonBlocks-module__b_SKwa__cardDone{background:linear-gradient(160deg,#fff 0%,var(--clay-soft)130%);border-color:var(--clay);animation:.4s cubic-bezier(.34,1.56,.64,1) LessonBlocks-module__b_SKwa__clayPop}@keyframes LessonBlocks-module__b_SKwa__clayPop{0%{transform:scale(.97)}55%{transform:scale(1.02)}to{transform:scale(1)}}.LessonBlocks-module__b_SKwa__typeMusic{--clay:#f59e0b;--clay-soft:#fde8bd;--clay-deep:#b45309}.LessonBlocks-module__b_SKwa__typeHomework{--clay:#f97316;--clay-soft:#ffd9bd;--clay-deep:#c2410c}.LessonBlocks-module__b_SKwa__typePhonics{--clay:#ec4899;--clay-soft:#fbd0e8;--clay-deep:#be185d}.LessonBlocks-module__b_SKwa__typeVideo{--clay:#ef4444;--clay-soft:#fecfcf;--clay-deep:#b91c1c}.LessonBlocks-module__b_SKwa__typeWorksheet{--clay:#8b5cf6;--clay-soft:#e4d9fc;--clay-deep:#6d28d9}.LessonBlocks-module__b_SKwa__typeVocabulary{--clay:#06b6d4;--clay-soft:#c8f3fb;--clay-deep:#0e7490}.LessonBlocks-module__b_SKwa__typeBook{--clay:#10b981;--clay-soft:#c8f2e2;--clay-deep:#047857}.LessonBlocks-module__b_SKwa__typeGame{--clay:#3b82f6;--clay-soft:#cfe2fd;--clay-deep:#1d4ed8}.LessonBlocks-module__b_SKwa__typeTextbook{--clay:#64748b;--clay-soft:#dbe2ea;--clay-deep:#334155}.LessonBlocks-module__b_SKwa__typeEiken{--clay:#eab308;--clay-soft:#f8ecb5;--clay-deep:#a16207}.LessonBlocks-module__b_SKwa__typeConversation{--clay:#14b8a6;--clay-soft:#c5f0ea;--clay-deep:#0f766e}.LessonBlocks-module__b_SKwa__typeSchoolEnglish{--clay:#0ea5e9;--clay-soft:#cdeafc;--clay-deep:#0369a1}.LessonBlocks-module__b_SKwa__cardHead{align-items:center;gap:10px;margin-bottom:6px;display:flex}.LessonBlocks-module__b_SKwa__orderBadge{background:var(--clay);color:#fff;width:30px;height:30px;box-shadow:0 3px 0 var(--clay-deep);border-radius:12px;flex:none;place-items:center;font-size:.95rem;font-weight:900;display:grid;transform:rotate(-4deg)}.LessonBlocks-module__b_SKwa__iconOrb{background:radial-gradient(circle at 32% 28%,#fffffff2 0%,#fff0 42%),var(--clay-soft);width:46px;height:46px;box-shadow:inset 0 -4px 6px #1f29371f,0 3px 0 var(--clay);border-radius:50%;flex:none;place-items:center;font-size:1.5rem;display:grid}.LessonBlocks-module__b_SKwa__headText{flex:1;min-width:0}.LessonBlocks-module__b_SKwa__cardTitle{color:#263243;overflow-wrap:anywhere;margin:0;font-size:1.05rem;font-weight:900;line-height:1.25}.LessonBlocks-module__b_SKwa__cardSub{color:var(--clay-deep);letter-spacing:.03em;font-size:.72rem;font-weight:800}.LessonBlocks-module__b_SKwa__stamp{color:#fff;background:#22c55e;border-radius:999px;flex:none;padding:6px 12px;font-size:.78rem;font-weight:900;animation:.45s cubic-bezier(.34,1.8,.64,1) LessonBlocks-module__b_SKwa__stampIn;transform:rotate(6deg);box-shadow:0 3px #15803d}@keyframes LessonBlocks-module__b_SKwa__stampIn{0%{transform:rotate(6deg)scale(0)}70%{transform:rotate(6deg)scale(1.2)}to{transform:rotate(6deg)scale(1)}}.LessonBlocks-module__b_SKwa__body{flex-direction:column;gap:10px;padding-left:4px;display:flex}.LessonBlocks-module__b_SKwa__instructions{color:#475569;margin:0;font-size:.9rem;font-weight:600;line-height:1.65}.LessonBlocks-module__b_SKwa__textbookLine{color:#334155;font-size:.9rem;font-weight:700}.LessonBlocks-module__b_SKwa__pendingNote{color:#94a3b8;font-size:.85rem;font-weight:700}.LessonBlocks-module__b_SKwa__actionRow{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.LessonBlocks-module__b_SKwa__targetLine{color:var(--clay-deep);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;font-size:.82rem;font-weight:800;display:flex}.LessonBlocks-module__b_SKwa__pips{gap:6px;display:flex}.LessonBlocks-module__b_SKwa__pip{border:3px solid var(--clay);background:#fff;border-radius:50%;width:16px;height:16px;transition:background .25s,transform .25s;box-shadow:inset 0 -2px 2px #1f293714}.LessonBlocks-module__b_SKwa__pipFull{background:var(--clay);animation:.35s cubic-bezier(.34,1.8,.64,1) LessonBlocks-module__b_SKwa__pipBounce;transform:scale(1.15)}@keyframes LessonBlocks-module__b_SKwa__pipBounce{0%{transform:scale(.6)}60%{transform:scale(1.35)}to{transform:scale(1.15)}}.LessonBlocks-module__b_SKwa__doneBtn,.LessonBlocks-module__b_SKwa__goBtn,.LessonBlocks-module__b_SKwa__printBtn,.LessonBlocks-module__b_SKwa__undoBtn,.LessonBlocks-module__b_SKwa__micBtn,.LessonBlocks-module__b_SKwa__micPlayBtn{cursor:pointer;box-sizing:border-box;border:none;border-radius:16px;align-items:center;gap:6px;width:auto;margin:0;font-family:inherit;font-weight:900;text-decoration:none;transition:transform .12s,box-shadow .12s;display:inline-flex}.LessonBlocks-module__b_SKwa__doneBtn:hover,.LessonBlocks-module__b_SKwa__goBtn:hover{box-shadow:0 7px 0 var(--clay-deep);background-image:none;transform:translateY(-2px)}.LessonBlocks-module__b_SKwa__undoBtn:hover{background-image:none;transform:none;box-shadow:0 3px #cbd5e1}.LessonBlocks-module__b_SKwa__micBtn:hover{box-shadow:0 6px 0 var(--clay);background-image:none;transform:translateY(-2px)}.LessonBlocks-module__b_SKwa__micBtnLive:hover{box-shadow:0 6px #b91c1c}.LessonBlocks-module__b_SKwa__micPlayBtn:hover{background-image:none;transform:none;box-shadow:0 4px #cbd5e1}.LessonBlocks-module__b_SKwa__doneBtn{background:var(--clay);color:#fff;box-shadow:0 5px 0 var(--clay-deep);padding:12px 22px;font-size:1rem}.LessonBlocks-module__b_SKwa__doneBtn:active{box-shadow:0 1px 0 var(--clay-deep);transform:translateY(4px)}.LessonBlocks-module__b_SKwa__goBtn{background:var(--clay);color:#fff;box-shadow:0 5px 0 var(--clay-deep);padding:12px 26px;font-size:1.05rem}.LessonBlocks-module__b_SKwa__goBtn:active{box-shadow:0 1px 0 var(--clay-deep);transform:translateY(4px)}.LessonBlocks-module__b_SKwa__printBtn{color:var(--clay-deep);border:3px solid var(--clay-soft);box-shadow:0 4px 0 var(--clay-soft);background:#fff;padding:9px 16px;font-size:.88rem}.LessonBlocks-module__b_SKwa__printBtn:active{box-shadow:0 1px 0 var(--clay-soft);transform:translateY(3px)}.LessonBlocks-module__b_SKwa__undoBtn{color:#64748b;background:#f1f5f9;padding:8px 14px;font-size:.8rem;box-shadow:0 3px #cbd5e1}.LessonBlocks-module__b_SKwa__undoBtn:active{transform:translateY(2px);box-shadow:0 1px #cbd5e1}.LessonBlocks-module__b_SKwa__audioGate{align-items:center;gap:12px;display:flex}.LessonBlocks-module__b_SKwa__playOrb{cursor:pointer;color:#fff;box-sizing:border-box;background:radial-gradient(circle at 32% 26%,#ffffff80 0%,#fff0 45%),var(--clay);width:62px;height:62px;box-shadow:0 6px 0 var(--clay-deep),0 10px 16px #1f293726;border:none;border-radius:50%;flex:none;margin:0;padding:0;font-size:1.5rem;transition:transform .12s,box-shadow .12s}.LessonBlocks-module__b_SKwa__playOrb:hover{background:radial-gradient(circle at 32% 26%,#ffffff80 0%,#fff0 45%),var(--clay);box-shadow:0 6px 0 var(--clay-deep),0 10px 16px #1f293726;transform:none}.LessonBlocks-module__b_SKwa__playOrb:active{box-shadow:0 2px 0 var(--clay-deep);transform:translateY(4px)}.LessonBlocks-module__b_SKwa__playOrbActive{animation:1.2s ease-in-out infinite LessonBlocks-module__b_SKwa__orbPulse}@keyframes LessonBlocks-module__b_SKwa__orbPulse{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}.LessonBlocks-module__b_SKwa__audioTrack{background:var(--clay-soft);border-radius:999px;flex:1;height:16px;overflow:hidden;box-shadow:inset 0 2px 4px #1f293726}.LessonBlocks-module__b_SKwa__audioFill{background:var(--clay);border-radius:999px;height:100%;transition:width .3s linear}.LessonBlocks-module__b_SKwa__videoFrame{aspect-ratio:16/9;width:100%;box-shadow:inset 0 0 0 3px var(--clay-soft);background:#0f172a;border-radius:18px;position:relative;overflow:hidden}.LessonBlocks-module__b_SKwa__videoFrame iframe,.LessonBlocks-module__b_SKwa__videoFrame video,.LessonBlocks-module__b_SKwa__videoFrame>div{border:none;width:100%;height:100%;position:absolute;inset:0}.LessonBlocks-module__b_SKwa__papipoBubble{background:var(--clay-soft);color:var(--clay-deep);border-radius:18px 18px 18px 4px;align-items:center;gap:10px;padding:10px 14px;font-size:.88rem;font-weight:800;display:flex}.LessonBlocks-module__b_SKwa__papipoFace{font-size:1.5rem}.LessonBlocks-module__b_SKwa__topicCard{border:3px solid var(--clay-soft);background:#fff;border-radius:16px;flex-direction:column;gap:6px;padding:10px 12px;display:flex}.LessonBlocks-module__b_SKwa__topicPrompt{color:#263243;font-size:.92rem;font-weight:800}.LessonBlocks-module__b_SKwa__topicExampleRow{justify-content:space-between;align-items:center;gap:8px;display:flex}.LessonBlocks-module__b_SKwa__topicExample{color:var(--clay-deep);font-size:.9rem;font-style:italic;font-weight:700}.LessonBlocks-module__b_SKwa__speakBtn{cursor:pointer;box-sizing:border-box;background:var(--clay);color:#fff;width:42px;height:42px;box-shadow:0 4px 0 var(--clay-deep);border:none;border-radius:50%;flex:none;margin:0;padding:0;font-size:1.1rem;transition:transform .12s,box-shadow .12s}.LessonBlocks-module__b_SKwa__speakBtn:hover{box-shadow:0 6px 0 var(--clay-deep);background-image:none;transform:translateY(-2px)}.LessonBlocks-module__b_SKwa__speakBtn:active{box-shadow:0 1px 0 var(--clay-deep);transform:translateY(3px)}.LessonBlocks-module__b_SKwa__speakBtnBusy{animation:.9s ease-in-out infinite LessonBlocks-module__b_SKwa__orbPulse}.LessonBlocks-module__b_SKwa__micRow{flex-wrap:wrap;gap:10px;display:flex}.LessonBlocks-module__b_SKwa__micBtn{color:var(--clay-deep);border:3px solid var(--clay);box-shadow:0 4px 0 var(--clay);background:#fff;padding:10px 16px;font-size:.88rem}.LessonBlocks-module__b_SKwa__micBtn:active{box-shadow:0 1px 0 var(--clay);transform:translateY(3px)}.LessonBlocks-module__b_SKwa__micBtnLive{color:#fff;background:#ef4444;border-color:#ef4444;animation:.8s ease-in-out infinite LessonBlocks-module__b_SKwa__orbPulse;box-shadow:0 4px #b91c1c}.LessonBlocks-module__b_SKwa__micPlayBtn{color:#334155;background:#f1f5f9;padding:10px 16px;font-size:.88rem;box-shadow:0 4px #cbd5e1}@media (min-width:720px){.LessonBlocks-module__b_SKwa__card{padding:18px 20px 20px}.LessonBlocks-module__b_SKwa__cardTitle{font-size:1.15rem}}
.Certificate-module__-ZuF-W__banner{background:radial-gradient(circle at 15% 0,#fffc 0%,#fff0 45%),linear-gradient(120deg,#fde68a 0%,#fbcfe8 100%);border-radius:20px;align-items:center;gap:12px;padding:14px 16px;display:flex;box-shadow:0 5px #f59e0b,0 12px 20px #78350f26}.Certificate-module__-ZuF-W__bannerEmoji{font-size:2rem}.Certificate-module__-ZuF-W__bannerText{flex-direction:column;flex:1;gap:2px;display:flex}.Certificate-module__-ZuF-W__bannerText strong{color:#78350f;font-size:1.05rem;font-weight:900}.Certificate-module__-ZuF-W__bannerText span{color:#92400e;font-size:.8rem;font-weight:700}.Certificate-module__-ZuF-W__printBtn{color:#b45309;cursor:pointer;background:#fff;border:none;border-radius:999px;width:auto;margin:0;padding:10px 18px;font-family:inherit;font-size:.9rem;font-weight:900;box-shadow:0 3px #fcd34d}.Certificate-module__-ZuF-W__printBtn:hover{background-image:none;transform:translateY(-1px);box-shadow:0 4px #fcd34d}.Certificate-module__-ZuF-W__certArea{display:none}@media print{body *{visibility:hidden}.Certificate-module__-ZuF-W__certArea,.Certificate-module__-ZuF-W__certArea *{visibility:visible}.Certificate-module__-ZuF-W__certArea{box-sizing:border-box;background:#fff;width:100%;padding:24px;font-family:"M PLUS Rounded 1c",Segoe UI,sans-serif;display:block;position:absolute;top:0;left:0}}.Certificate-module__-ZuF-W__certFrame{text-align:center;color:#1f2937;border:6px double #b45309;border-radius:18px;padding:36px 40px}.Certificate-module__-ZuF-W__certBrand{letter-spacing:.12em;color:#92400e;font-size:11px;font-weight:800}.Certificate-module__-ZuF-W__certTitle{letter-spacing:.2em;color:#78350f;margin:14px 0 2px;font-size:34px;font-weight:900}.Certificate-module__-ZuF-W__certSub{letter-spacing:.08em;color:#6b7280;font-size:12px}.Certificate-module__-ZuF-W__certName{border-bottom:2px solid #b45309;margin:26px auto 6px;padding:0 30px 4px;font-size:24px;font-weight:900;display:inline-block}.Certificate-module__-ZuF-W__certBody{max-width:480px;margin:14px auto;font-size:13px;line-height:2}.Certificate-module__-ZuF-W__certStickers{flex-wrap:wrap;justify-content:center;gap:8px;margin:14px 0 6px;display:flex}.Certificate-module__-ZuF-W__certSticker{color:#b45309;background:#fef3c7;border:2px solid #f59e0b;border-radius:50%;place-items:center;width:40px;height:40px;font-size:18px;font-weight:900;display:grid}.Certificate-module__-ZuF-W__certFooter{justify-content:space-between;align-items:flex-end;margin-top:26px;padding:0 10px;display:flex}.Certificate-module__-ZuF-W__certDate{font-size:12px}.Certificate-module__-ZuF-W__certStamp{color:#78350f;flex-direction:column;align-items:center;gap:2px;font-size:11px;font-weight:800;display:flex}.Certificate-module__-ZuF-W__stampSensei{pointer-events:none}
