@import"https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&display=swap";:root{--color-orange: #FF8C42;--color-orange-light: #FFB07A;--color-violet: #7B68EE;--color-violet-light: #A594FF;--color-green: #4CAF50;--color-green-light: #81C784;--color-blue: #42A5F5;--color-blue-light: #80D4FF;--color-pink: #FF6B9D;--color-pink-light: #FF9EC2;--color-yellow: #FFD54F;--color-yellow-light: #FFE88A;--color-red: #EF5350;--color-bg-start: #FFF8F0;--color-bg-end: #F0F0FF;--color-text: #2D2D3F;--color-text-light: #6B6B80;--color-white: #FFFFFF;--radius-lg: 24px;--radius-xl: 32px;--shadow-card: 0 8px 32px rgba(0, 0, 0, .08);--shadow-card-hover: 0 12px 40px rgba(0, 0, 0, .15);--font-family: "Nunito", sans-serif}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-tap-highlight-color:transparent}body{font-family:var(--font-family);color:var(--color-text);background:linear-gradient(135deg,var(--color-bg-start) 0%,var(--color-bg-end) 100%);min-height:100dvh;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100dvh;display:flex;flex-direction:column}a{text-decoration:none;color:inherit}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes float{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-6px) rotate(2deg)}75%{transform:translateY(4px) rotate(-2deg)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes wiggle{0%,to{transform:rotate(0)}25%{transform:rotate(-5deg)}75%{transform:rotate(5deg)}}@keyframes popIn{0%{opacity:0;transform:scale(.5)}70%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.page{flex:1;display:flex;flex-direction:column;align-items:center;padding:2rem 1.5rem;max-width:900px;margin:0 auto;width:100%}.page-title{font-size:2.5rem;font-weight:900;text-align:center;margin-bottom:2rem;animation:fadeInUp .6s ease-out}.cards-grid{display:grid;gap:1.5rem;width:100%;animation:fadeInUp .6s ease-out .2s both}.cards-grid--2{grid-template-columns:repeat(2,1fr)}.placeholder-message{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;flex:1;animation:fadeInUp .6s ease-out}.placeholder-message .emoji{font-size:5rem;animation:float 3s ease-in-out infinite}.placeholder-message p{font-size:1.5rem;font-weight:700;color:var(--color-text-light);text-align:center}@media(min-width:768px){.page{padding:3rem 2rem}.page-title{font-size:3rem}.cards-grid{gap:2rem}}@media(min-width:1024px){.page{padding:3rem;max-width:1000px}}@media(pointer:coarse){button,a{min-height:44px;min-width:44px}}.app{min-height:100dvh;display:flex;flex-direction:column}.subject-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem 1.5rem;border-radius:var(--radius-xl);background:var(--color-white);box-shadow:var(--shadow-card);cursor:pointer;transition:all .3s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;border:3px solid transparent;min-height:180px}.subject-card:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:var(--card-color, var(--color-orange));border-radius:var(--radius-xl) var(--radius-xl) 0 0;transition:height .3s ease}.subject-card:hover,.subject-card:active{transform:translateY(-6px) scale(1.02);box-shadow:var(--shadow-card-hover);border-color:var(--card-color, var(--color-orange))}.subject-card:hover:before,.subject-card:active:before{height:8px}.subject-card:active{transform:translateY(-2px) scale(.98)}.subject-card__icon{font-size:4rem;line-height:1;animation:popIn .5s ease-out both}.subject-card:hover .subject-card__icon{animation:wiggle .5s ease-in-out}.subject-card__title{font-size:1.3rem;font-weight:800;text-align:center;color:var(--color-text)}.subject-card--large{padding:3rem 2rem;min-height:240px}.subject-card--large .subject-card__icon{font-size:5rem}.subject-card--large .subject-card__title{font-size:1.6rem}@media(min-width:768px){.subject-card{padding:2.5rem 2rem;min-height:220px}.subject-card__icon{font-size:5rem}.subject-card__title{font-size:1.5rem}.subject-card--large{padding:3.5rem 2.5rem;min-height:280px}.subject-card--large .subject-card__icon{font-size:6rem}.subject-card--large .subject-card__title{font-size:1.8rem}}.home{justify-content:center;gap:1rem}.home__mascot-container{display:flex;flex-direction:column;align-items:center;gap:.5rem;animation:fadeInUp .5s ease-out}.home__mascot{width:140px;height:140px;object-fit:contain;animation:float 4s ease-in-out infinite;filter:drop-shadow(0 8px 16px rgba(0,0,0,.1))}.home__title{font-size:3rem;font-weight:900;background:linear-gradient(135deg,var(--color-orange),var(--color-violet));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-align:center;animation:fadeInUp .5s ease-out .1s both}.home__subtitle{font-size:1.2rem;font-weight:600;color:var(--color-text-light);text-align:center;animation:fadeInUp .5s ease-out .2s both;margin-bottom:1rem}@media(min-width:768px){.home__mascot{width:180px;height:180px}.home__title{font-size:4rem}.home__subtitle{font-size:1.4rem}}.back-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border:none;border-radius:16px;background:var(--color-white);box-shadow:0 4px 16px #0000000f;cursor:pointer;font-family:var(--font-family);font-size:1.1rem;font-weight:700;color:var(--color-text);transition:all .2s ease;align-self:flex-start;margin-bottom:1.5rem}.back-button:hover,.back-button:active{background:var(--color-violet-light);color:var(--color-white);transform:translate(-4px);box-shadow:0 6px 20px #7b68ee40}.back-button:active{transform:translate(-2px) scale(.97)}.back-button__arrow{font-size:1.3rem;transition:transform .2s ease}.back-button:hover .back-button__arrow{transform:translate(-3px)}@media(min-width:768px){.back-button{padding:.9rem 1.5rem;font-size:1.2rem}}.math-page .page-title{color:var(--color-orange)}.math-page .page-title .emoji{display:inline-block;animation:bounce 2s ease-in-out infinite}.french-page .page-title{color:var(--color-violet)}.french-page .page-title .emoji{display:inline-block;animation:bounce 2s ease-in-out infinite}.count100{padding-bottom:3rem}.count100__top-bar{display:flex;align-items:center;justify-content:center;width:100%;position:relative}.count100__top-bar .page-title{margin:0}.count100__settings-btn{position:absolute;right:0;top:50%;transform:translateY(-50%);background:none;border:none;font-size:1.5rem;cursor:pointer;padding:.5rem;opacity:.5;transition:opacity .2s ease}.count100__settings-btn:active{opacity:1}.count100__modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100;animation:fadeInUp .3s ease-out}.count100__modal{background:var(--color-white);border-radius:var(--radius-xl);padding:2rem 1.5rem;max-width:320px;width:90%;text-align:center;box-shadow:var(--shadow-card)}.count100__modal-title{font-size:1.4rem;font-weight:900;margin-bottom:.5rem;color:var(--color-text)}.count100__modal-text{font-size:1rem;color:var(--color-text-light);margin-bottom:1rem}.count100__pin-input{font-family:var(--font-family);font-size:1.8rem;font-weight:900;text-align:center;letter-spacing:.5rem;width:160px;padding:.6rem;border:3px solid var(--color-violet-light);border-radius:var(--radius-lg);outline:none;transition:border-color .2s ease}.count100__pin-input:focus{border-color:var(--color-violet)}.count100__pin-input--error{border-color:var(--color-red);animation:shakeError .4s ease-out}.count100__pin-error{color:var(--color-red);font-weight:700;font-size:.9rem;margin-top:.5rem}.count100__modal-actions{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.count100__victory-hint{font-size:.9rem;color:var(--color-text-light);opacity:.7;margin-top:.5rem}.count100__header{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:500px;margin-bottom:.5rem;animation:fadeInUp .5s ease-out .1s both}.count100__level{font-size:1.1rem;font-weight:800;color:var(--color-violet);background:var(--color-violet-light);padding:.3rem .9rem;border-radius:20px;opacity:.9}.count100__progress{font-size:1.1rem;font-weight:800;color:var(--color-green);background:var(--color-green-light);padding:.3rem .9rem;border-radius:20px;opacity:.9}.count100__hint{margin-bottom:1rem;min-height:2rem;animation:fadeInUp .5s ease-out .15s both}.count100__hint p{font-size:1.2rem;font-weight:700;color:var(--color-text-light);text-align:center}.count100__hint strong{color:var(--color-orange);font-size:1.4rem}.count100__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;width:100%;max-width:500px;margin-bottom:1.5rem}.count100__bubble{aspect-ratio:1;display:flex;align-items:center;justify-content:center;font-family:var(--font-family);font-size:1.6rem;font-weight:900;color:var(--color-white);background:linear-gradient(135deg,var(--color-blue) 0%,var(--color-violet) 100%);border:none;border-radius:50%;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .3s ease;box-shadow:0 4px 12px #7b68ee40;animation:popIn .4s ease-out both;-webkit-user-select:none;user-select:none}.count100__bubble:active:not(:disabled){transform:scale(.92)}.count100__bubble--found{background:linear-gradient(135deg,var(--color-green-light) 0%,#b0bec5 100%);color:var(--color-white);cursor:default;box-shadow:none;opacity:.6;font-size:1.4rem}.count100__bubble--correct{background:linear-gradient(135deg,var(--color-green) 0%,var(--color-green-light) 100%);animation:bounceOnce .4s ease-out;box-shadow:0 0 20px #4caf5080}.count100__bubble--shake{animation:shakeError .4s ease-out;background:linear-gradient(135deg,var(--color-red) 0%,#ff7043 100%)}.count100__victory{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;flex:1;min-height:300px;animation:fadeInUp .6s ease-out}.count100__victory-emoji{font-size:5rem;animation:bounce 1s ease-in-out infinite}.count100__victory-title{font-size:1.8rem;font-weight:900;text-align:center;color:var(--color-text);line-height:1.3}.count100__victory-sub{font-size:1.2rem;font-weight:700;color:var(--color-text-light)}.count100__victory-actions{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:320px;margin-top:.5rem}.count100__btn{font-family:var(--font-family);font-weight:800;font-size:1.1rem;border:none;border-radius:var(--radius-lg);padding:.9rem 1.8rem;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;-webkit-user-select:none;user-select:none}.count100__btn:active{transform:scale(.95)}.count100__btn--primary{background:linear-gradient(135deg,var(--color-orange) 0%,var(--color-orange-light) 100%);color:var(--color-white);box-shadow:0 4px 16px #ff8c4259}.count100__btn--secondary{background:var(--color-white);color:var(--color-violet);box-shadow:var(--shadow-card)}.count100__btn--small{font-size:.95rem;padding:.6rem 1.2rem;background:var(--color-white);color:var(--color-text-light);box-shadow:0 2px 8px #0000000f}.count100__btn--ghost{background:transparent;box-shadow:none;color:var(--color-text-light);text-decoration:underline}.count100__btn--reset{background:var(--color-orange-light);color:#fff;font-weight:700}.count100__actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center;animation:fadeInUp .5s ease-out .3s both}@media(min-width:768px){.count100__grid{grid-template-columns:repeat(5,1fr);gap:1rem;max-width:600px}.count100__bubble{font-size:1.8rem}.count100__header{max-width:600px}.count100__victory-title{font-size:2.2rem}.count100__hint strong{font-size:1.6rem}}@media(min-width:1024px){.count100__grid{grid-template-columns:repeat(5,1fr);max-width:650px}.count100__bubble{font-size:2rem}.count100__bubble:hover:not(:disabled){transform:scale(1.08);box-shadow:0 6px 20px #7b68ee59}}@media(pointer:coarse){.count100__bubble{min-height:56px;min-width:56px}}.general-page .page-title{animation:fadeInUp .5s ease-out}.general-page .cards-grid{animation:fadeInUp .5s ease-out .1s both}.games-page .page-title{animation:fadeInUp .5s ease-out}.games-page .cards-grid{animation:fadeInUp .5s ease-out .1s both}.shop-game{padding-bottom:3rem;gap:.75rem}.shop-game__top-bar{display:flex;align-items:center;justify-content:center;width:100%;position:relative}.shop-game__top-bar .page-title{margin:0;font-size:2rem}.shop-game__settings-btn{position:absolute;right:0;top:50%;transform:translateY(-50%);background:none;border:none;font-size:1.5rem;cursor:pointer;padding:.5rem;opacity:.5;transition:opacity .2s ease}.shop-game__settings-btn:active{opacity:1}.shop-game__header{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:500px;gap:.5rem;animation:fadeInUp .5s ease-out .1s both}.shop-game__level{font-size:.9rem;font-weight:800;color:var(--color-violet);background:var(--color-violet-light);padding:.25rem .7rem;border-radius:20px;opacity:.9;white-space:nowrap}.shop-game__level-name{font-size:.85rem;font-weight:700;color:var(--color-text-light)}.shop-game__progress{font-size:.9rem;font-weight:800;color:var(--color-green);background:var(--color-green-light);padding:.25rem .7rem;border-radius:20px;opacity:.9;white-space:nowrap}.shop-game__articles{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;width:100%;max-width:500px;animation:fadeInUp .5s ease-out .15s both}.shop-game__article{display:flex;flex-direction:column;align-items:center;gap:.25rem;background:var(--color-white);border-radius:var(--radius-lg);padding:1rem 1.5rem;box-shadow:var(--shadow-card);animation:popIn .4s ease-out}.shop-game__article-emoji{font-size:3rem;animation:float 3s ease-in-out infinite}.shop-game__article-name{font-size:1rem;font-weight:700;color:var(--color-text)}.shop-game__article-price{font-size:1.3rem;font-weight:900;color:var(--color-orange)}.shop-game__total-line{width:100%;text-align:center;font-size:1.1rem;font-weight:700;color:var(--color-text);padding:.5rem;background:var(--color-yellow-light);border-radius:12px}.shop-game__total-line strong{color:var(--color-orange);font-size:1.3rem}.shop-game__instructions{font-size:1.1rem;font-weight:700;color:var(--color-violet);text-align:center;background:var(--color-violet-light);padding:.6rem 1.2rem;border-radius:16px;opacity:.95;animation:fadeInUp .4s ease-out;width:100%;max-width:500px}.shop-game__coins{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem;width:100%;max-width:500px;animation:fadeInUp .5s ease-out .2s both}.shop-game__coin{display:flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:50%;border:3px solid rgba(0,0,0,.15);background:radial-gradient(circle at 35% 35%,var(--coin-color),color-mix(in srgb,var(--coin-color) 70%,#000));color:#fff;font-family:var(--font-family);font-size:1rem;font-weight:900;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;box-shadow:0 3px 8px #0003,inset 0 1px 2px #ffffff4d;text-shadow:0 1px 2px rgba(0,0,0,.3);-webkit-user-select:none;user-select:none}.shop-game__coin:active{transform:scale(.9)}.shop-game__coin--bill{width:80px;height:50px;border-radius:12px;font-size:1.1rem}.shop-game__register{width:100%;max-width:500px;background:linear-gradient(180deg,#3e2723,#5d4037);border-radius:20px;padding:0;box-shadow:0 8px 24px #3e272366,inset 0 1px #ffffff1a;display:flex;flex-direction:column;transition:border-color .3s ease,box-shadow .3s ease;border:3px solid #2E1B17;overflow:hidden}.shop-game__register--success{border-color:var(--color-green);box-shadow:0 0 24px #4caf5080,0 8px 24px #3e272366}.shop-game__register--error{border-color:var(--color-red);animation:shakeError .4s ease-out}.shop-game__register-top{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;background:#2e1b17}.shop-game__register-icon{font-size:1.2rem}.shop-game__register-label{font-size:.95rem;font-weight:800;color:#ffd54f;text-transform:uppercase;letter-spacing:.1em}.shop-game__register-screen{display:flex;align-items:center;justify-content:space-between;margin:.6rem .8rem;padding:.5rem 1rem;background:#1b5e20;border-radius:10px;border:2px solid #0D3B0F;box-shadow:inset 0 2px 8px #0006}.shop-game__register-total-label{font-size:.7rem;font-weight:700;color:#81c784;text-transform:uppercase;letter-spacing:.15em}.shop-game__register-total{font-size:1.8rem;font-weight:900;color:#a5d6a7;font-family:Courier New,monospace;text-shadow:0 0 8px rgba(165,214,167,.5)}.shop-game__register-tray{display:flex;flex-wrap:wrap;gap:.4rem;min-height:56px;align-items:center;padding:.8rem;background:#4e342e;border-top:2px solid #3E2723}.shop-game__register-empty{font-size:.85rem;color:#bcaaa4;opacity:.8;font-style:italic;width:100%;text-align:center}.shop-game__register-coin{display:flex;align-items:center;justify-content:center;position:relative;width:44px;height:44px;border-radius:50%;border:2px solid rgba(0,0,0,.1);background:radial-gradient(circle at 35% 35%,var(--coin-color),color-mix(in srgb,var(--coin-color) 70%,#000));color:#fff;font-family:var(--font-family);font-size:.8rem;font-weight:900;cursor:pointer;transition:transform .15s ease;text-shadow:0 1px 2px rgba(0,0,0,.3);-webkit-user-select:none;user-select:none;animation:popIn .3s ease-out}.shop-game__register-coin:active{transform:scale(.85)}.shop-game__register-coin--bill{width:56px;height:36px;border-radius:8px;font-size:.85rem}.shop-game__register-coin-x{position:absolute;top:-4px;right:-4px;background:var(--color-red);color:#fff;width:16px;height:16px;border-radius:50%;font-size:.55rem;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease}.shop-game__register-coin:hover .shop-game__register-coin-x,.shop-game__register-coin:active .shop-game__register-coin-x{opacity:1}@media(pointer:coarse){.shop-game__register-coin-x{opacity:.8}}.shop-game__feedback{font-size:1.3rem;font-weight:900;text-align:center;animation:popIn .4s ease-out}.shop-game__feedback--success{color:var(--color-green)}.shop-game__feedback--error{color:var(--color-red)}.shop-game__actions{display:flex;flex-direction:column;align-items:center;gap:.5rem;width:100%;max-width:500px}.shop-game__btn{font-family:var(--font-family);font-weight:800;font-size:1.1rem;border:none;border-radius:var(--radius-lg);padding:.9rem 1.8rem;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;-webkit-user-select:none;user-select:none}.shop-game__btn:active{transform:scale(.95)}.shop-game__btn:disabled{opacity:.5;cursor:not-allowed}.shop-game__btn--primary{background:linear-gradient(135deg,var(--color-orange) 0%,var(--color-orange-light) 100%);color:var(--color-white);box-shadow:0 4px 16px #ff8c4259}.shop-game__btn--pay{width:100%;font-size:1.3rem;padding:1rem}.shop-game__btn--secondary{background:var(--color-white);color:var(--color-violet);box-shadow:var(--shadow-card)}.shop-game__btn--small{font-size:.9rem;padding:.5rem 1rem;background:var(--color-white);color:var(--color-text-light);box-shadow:0 2px 8px #0000000f}.shop-game__modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100;animation:fadeInUp .3s ease-out}.shop-game__modal{background:var(--color-white);border-radius:var(--radius-xl);padding:2rem 1.5rem;max-width:320px;width:90%;text-align:center;box-shadow:var(--shadow-card)}.shop-game__modal-title{font-size:1.4rem;font-weight:900;margin-bottom:.5rem}.shop-game__modal-text{font-size:1rem;color:var(--color-text-light);margin-bottom:1rem}.shop-game__pin-input{font-family:var(--font-family);font-size:1.8rem;font-weight:900;text-align:center;letter-spacing:.5rem;width:160px;padding:.6rem;border:3px solid var(--color-violet-light);border-radius:var(--radius-lg);outline:none;transition:border-color .2s ease}.shop-game__pin-input:focus{border-color:var(--color-violet)}.shop-game__pin-input--error{border-color:var(--color-red);animation:shakeError .4s ease-out}.shop-game__pin-error{color:var(--color-red);font-weight:700;font-size:.9rem;margin-top:.5rem}.shop-game__modal-actions{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.shop-game__victory{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;flex:1;min-height:300px;animation:fadeInUp .6s ease-out}.shop-game__victory-emoji{font-size:5rem;animation:bounce 1s ease-in-out infinite}.shop-game__victory-title{font-size:1.8rem;font-weight:900;text-align:center;color:var(--color-text);line-height:1.3}.shop-game__victory-sub{font-size:1.2rem;font-weight:700;color:var(--color-text-light)}.shop-game__victory-hint{font-size:.9rem;color:var(--color-text-light);opacity:.7;margin-top:.5rem}.shop-game__victory-actions{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:320px;margin-top:.5rem}@media(min-width:768px){.shop-game__top-bar .page-title{font-size:2.5rem}.shop-game__article-emoji{font-size:4rem}.shop-game__coin{width:70px;height:70px;font-size:1.1rem}.shop-game__coin--bill{width:90px;height:56px}.shop-game__register{max-width:600px}.shop-game__target{font-size:1.6rem}.shop-game__victory-title{font-size:2.2rem}}@media(min-width:1024px){.shop-game__coin:hover{transform:scale(1.1);box-shadow:0 6px 16px #00000040,inset 0 1px 2px #ffffff4d}}@media(pointer:coarse){.shop-game__coin{min-height:56px;min-width:56px}.shop-game__register-coin{min-height:44px;min-width:44px}}.dayofweek{padding-bottom:3rem}.dayofweek__top-bar{display:flex;align-items:center;justify-content:center;width:100%;position:relative}.dayofweek__top-bar .page-title{margin:0}.dayofweek__settings-btn{position:absolute;right:0;top:50%;transform:translateY(-50%);background:none;border:none;font-size:1.5rem;cursor:pointer;padding:.5rem;opacity:.5;transition:opacity .2s ease}.dayofweek__settings-btn:active{opacity:1}.dayofweek__modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100;animation:fadeInUp .3s ease-out}.dayofweek__modal{background:var(--color-white);border-radius:var(--radius-xl);padding:2rem 1.5rem;max-width:320px;width:90%;text-align:center;box-shadow:var(--shadow-card)}.dayofweek__modal-title{font-size:1.4rem;font-weight:900;margin-bottom:.5rem;color:var(--color-text)}.dayofweek__modal-text{font-size:1rem;color:var(--color-text-light);margin-bottom:1rem}.dayofweek__pin-input{font-family:var(--font-family);font-size:1.8rem;font-weight:900;text-align:center;letter-spacing:.5rem;width:160px;padding:.6rem;border:3px solid var(--color-violet-light);border-radius:var(--radius-lg);outline:none;transition:border-color .2s ease}.dayofweek__pin-input:focus{border-color:var(--color-violet)}.dayofweek__pin-input--error{border-color:var(--color-red);animation:shakeError .4s ease-out}.dayofweek__pin-error{color:var(--color-red);font-weight:700;font-size:.9rem;margin-top:.5rem}.dayofweek__modal-actions{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.dayofweek__header{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:500px;margin-bottom:.5rem;animation:fadeInUp .5s ease-out .1s both}.dayofweek__level{font-size:1.1rem;font-weight:800;color:var(--color-violet);background:var(--color-violet-light);padding:.3rem .9rem;border-radius:20px;opacity:.9}.dayofweek__progress{font-size:1.1rem;font-weight:800;color:var(--color-green);background:var(--color-green-light);padding:.3rem .9rem;border-radius:20px;opacity:.9}.dayofweek__instruction{font-size:1.3rem;font-weight:800;color:var(--color-text);text-align:center;margin-bottom:1.2rem;animation:fadeInUp .5s ease-out .15s both;line-height:1.4}.dayofweek__instruction strong{color:var(--color-orange);font-size:1.5rem}.dayofweek__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.9rem;width:100%;max-width:420px;margin-bottom:1.5rem}.dayofweek__grid--last-row{justify-content:center}.dayofweek__bubble{display:flex;align-items:center;justify-content:center;font-family:var(--font-family);font-size:1.2rem;font-weight:900;color:var(--color-white);background:linear-gradient(135deg,var(--color-blue) 0%,var(--color-violet) 100%);border:none;border-radius:var(--radius-lg);cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .3s ease;box-shadow:0 4px 12px #7b68ee40;animation:popIn .4s ease-out both;-webkit-user-select:none;user-select:none;padding:1rem .6rem;min-height:60px}.dayofweek__bubble:active:not(:disabled){transform:scale(.92)}.dayofweek__bubble--found{background:linear-gradient(135deg,var(--color-green-light) 0%,#b0bec5 100%);color:var(--color-white);cursor:default;box-shadow:none;opacity:.6;font-size:1.1rem}.dayofweek__bubble--correct{background:linear-gradient(135deg,var(--color-green) 0%,var(--color-green-light) 100%);animation:bounceOnce .4s ease-out;box-shadow:0 0 20px #4caf5080}.dayofweek__bubble--shake{animation:shakeError .4s ease-out;background:linear-gradient(135deg,var(--color-red) 0%,#ff7043 100%)}.dayofweek__question{font-size:1.6rem;font-weight:900;color:var(--color-text);text-align:center;margin-bottom:.4rem;animation:fadeInUp .4s ease-out;line-height:1.4}.dayofweek__question-day{display:block;font-size:2.2rem;color:var(--color-orange);margin-top:.3rem}.dayofweek__choices{display:flex;flex-direction:column;gap:.9rem;width:100%;max-width:380px;margin-top:1.2rem;margin-bottom:1.5rem}.dayofweek__choice{font-family:var(--font-family);font-size:1.4rem;font-weight:800;color:var(--color-white);background:linear-gradient(135deg,var(--color-blue) 0%,var(--color-violet) 100%);border:none;border-radius:var(--radius-lg);padding:1.1rem 1.5rem;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;box-shadow:0 4px 12px #7b68ee40;animation:popIn .4s ease-out both;-webkit-user-select:none;user-select:none}.dayofweek__choice:active:not(:disabled){transform:scale(.95)}.dayofweek__choice--correct{background:linear-gradient(135deg,var(--color-green) 0%,var(--color-green-light) 100%);animation:bounceOnce .4s ease-out;box-shadow:0 0 20px #4caf5080}.dayofweek__choice--wrong{background:linear-gradient(135deg,var(--color-red) 0%,#ff7043 100%);animation:shakeError .4s ease-out}.dayofweek__choice:disabled{cursor:default}.dayofweek__today-badge{font-size:1.1rem;font-weight:700;color:var(--color-violet);background:var(--color-violet-light);padding:.5rem 1.2rem;border-radius:20px;margin-bottom:1rem;animation:fadeInUp .3s ease-out}.dayofweek__victory{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;flex:1;min-height:300px;animation:fadeInUp .6s ease-out}.dayofweek__victory-emoji{font-size:5rem;animation:bounce 1s ease-in-out infinite}.dayofweek__victory-title{font-size:1.8rem;font-weight:900;text-align:center;color:var(--color-text);line-height:1.3}.dayofweek__victory-sub{font-size:1.2rem;font-weight:700;color:var(--color-text-light)}.dayofweek__victory-hint{font-size:.9rem;color:var(--color-text-light);opacity:.7;margin-top:.5rem}.dayofweek__victory-actions{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:320px;margin-top:.5rem}.dayofweek__btn{font-family:var(--font-family);font-weight:800;font-size:1.1rem;border:none;border-radius:var(--radius-lg);padding:.9rem 1.8rem;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;-webkit-user-select:none;user-select:none}.dayofweek__btn:active{transform:scale(.95)}.dayofweek__btn--primary{background:linear-gradient(135deg,var(--color-orange) 0%,var(--color-orange-light) 100%);color:var(--color-white);box-shadow:0 4px 16px #ff8c4259}.dayofweek__btn--secondary{background:var(--color-white);color:var(--color-violet);box-shadow:var(--shadow-card)}.dayofweek__btn--small{font-size:.95rem;padding:.6rem 1.2rem;background:var(--color-white);color:var(--color-text-light);box-shadow:0 2px 8px #0000000f}.dayofweek__actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center;animation:fadeInUp .5s ease-out .3s both}.dayofweek__feedback{font-size:1.2rem;font-weight:800;text-align:center;margin-top:.5rem;min-height:1.8rem;animation:fadeInUp .3s ease-out}.dayofweek__feedback--correct{color:var(--color-green)}.dayofweek__feedback--wrong{color:var(--color-red)}@media(min-width:768px){.dayofweek__grid{grid-template-columns:repeat(4,1fr);gap:1rem;max-width:520px}.dayofweek__bubble{font-size:1.4rem;padding:1.2rem .8rem;min-height:68px}.dayofweek__header{max-width:520px}.dayofweek__victory-title{font-size:2.2rem}.dayofweek__question{font-size:1.8rem}.dayofweek__question-day{font-size:2.5rem}.dayofweek__choice{font-size:1.6rem;padding:1.2rem 1.8rem}.dayofweek__instruction{font-size:1.5rem}.dayofweek__instruction strong{font-size:1.7rem}}@media(min-width:1024px){.dayofweek__bubble:hover:not(:disabled){transform:scale(1.08);box-shadow:0 6px 20px #7b68ee59}.dayofweek__choice:hover:not(:disabled){transform:scale(1.04);box-shadow:0 6px 20px #7b68ee59}}@media(pointer:coarse){.dayofweek__bubble{min-height:56px;min-width:56px}.dayofweek__choice{min-height:56px}}.months{padding-bottom:3rem}.months__top-bar{display:flex;align-items:center;justify-content:center;width:100%;position:relative}.months__top-bar .page-title{margin:0}.months__settings-btn{position:absolute;right:0;top:50%;transform:translateY(-50%);background:none;border:none;font-size:1.5rem;cursor:pointer;padding:.5rem;opacity:.5;transition:opacity .2s ease}.months__settings-btn:active{opacity:1}.months__modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100;animation:fadeInUp .3s ease-out}.months__modal{background:var(--color-white);border-radius:var(--radius-xl);padding:2rem 1.5rem;max-width:320px;width:90%;text-align:center;box-shadow:var(--shadow-card)}.months__modal-title{font-size:1.4rem;font-weight:900;margin-bottom:.5rem;color:var(--color-text)}.months__modal-text{font-size:1rem;color:var(--color-text-light);margin-bottom:1rem}.months__pin-input{font-family:var(--font-family);font-size:1.8rem;font-weight:900;text-align:center;letter-spacing:.5rem;width:160px;padding:.6rem;border:3px solid var(--color-green-light);border-radius:var(--radius-lg);outline:none;transition:border-color .2s ease}.months__pin-input:focus{border-color:var(--color-green)}.months__pin-input--error{border-color:var(--color-red);animation:shakeError .4s ease-out}.months__pin-error{color:var(--color-red);font-weight:700;font-size:.9rem;margin-top:.5rem}.months__modal-actions{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.months__header{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:500px;margin-bottom:.5rem;animation:fadeInUp .5s ease-out .1s both}.months__level{font-size:1rem;font-weight:800;color:var(--color-green);background:var(--color-green-light);padding:.3rem .9rem;border-radius:20px;opacity:.9}.months__progress{font-size:1.1rem;font-weight:800;color:var(--color-orange);background:var(--color-orange-light);padding:.3rem .9rem;border-radius:20px;opacity:.9}.months__instruction{font-size:1.3rem;font-weight:800;color:var(--color-text);text-align:center;margin-bottom:1.2rem;animation:fadeInUp .5s ease-out .15s both;line-height:1.4}.months__instruction strong{color:var(--color-green);font-size:1.5rem}.months__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem;width:100%;max-width:440px;margin-bottom:1.5rem}.months__bubble{display:flex;align-items:center;justify-content:center;font-family:var(--font-family);font-size:1.05rem;font-weight:900;color:var(--color-white);background:linear-gradient(135deg,var(--color-green) 0%,var(--color-blue) 100%);border:none;border-radius:var(--radius-lg);cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .3s ease;box-shadow:0 4px 12px #4caf5040;animation:popIn .4s ease-out both;-webkit-user-select:none;user-select:none;padding:.9rem .4rem;min-height:56px}.months__bubble:active:not(:disabled){transform:scale(.92)}.months__bubble--found{background:linear-gradient(135deg,var(--color-green-light) 0%,#b0bec5 100%);color:var(--color-white);cursor:default;box-shadow:none;opacity:.6;font-size:1.1rem}.months__bubble--correct{background:linear-gradient(135deg,var(--color-green) 0%,var(--color-green-light) 100%);animation:bounceOnce .4s ease-out;box-shadow:0 0 20px #4caf5080}.months__bubble--shake{animation:shakeError .4s ease-out;background:linear-gradient(135deg,var(--color-red) 0%,#ff7043 100%)}.months__question{font-size:1.6rem;font-weight:900;color:var(--color-text);text-align:center;margin-bottom:.4rem;animation:fadeInUp .4s ease-out;line-height:1.4}.months__question-month{display:block;font-size:2.2rem;color:var(--color-green);margin-top:.3rem}.months__choices{display:flex;flex-direction:column;gap:.9rem;width:100%;max-width:380px;margin-top:1.2rem;margin-bottom:1.5rem}.months__choices--season{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem;max-width:420px}.months__choice{font-family:var(--font-family);font-size:1.4rem;font-weight:800;color:var(--color-white);background:linear-gradient(135deg,var(--color-green) 0%,var(--color-blue) 100%);border:none;border-radius:var(--radius-lg);padding:1.1rem 1.5rem;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;box-shadow:0 4px 12px #4caf5040;animation:popIn .4s ease-out both;-webkit-user-select:none;user-select:none}.months__choice--season{font-size:1.15rem;padding:1rem .6rem;text-align:center}.months__choice:active:not(:disabled){transform:scale(.95)}.months__choice--correct{background:linear-gradient(135deg,var(--color-green) 0%,var(--color-green-light) 100%);animation:bounceOnce .4s ease-out;box-shadow:0 0 20px #4caf5080}.months__choice--wrong{background:linear-gradient(135deg,var(--color-red) 0%,#ff7043 100%);animation:shakeError .4s ease-out}.months__choice:disabled{cursor:default}.months__today-badge{font-size:1.1rem;font-weight:700;color:var(--color-green);background:var(--color-green-light);padding:.5rem 1.2rem;border-radius:20px;margin-bottom:1rem;animation:fadeInUp .3s ease-out}.months__victory{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;flex:1;min-height:300px;animation:fadeInUp .6s ease-out}.months__victory-emoji{font-size:5rem;animation:bounce 1s ease-in-out infinite}.months__victory-title{font-size:1.8rem;font-weight:900;text-align:center;color:var(--color-text);line-height:1.3}.months__victory-sub{font-size:1.2rem;font-weight:700;color:var(--color-text-light)}.months__victory-hint{font-size:.9rem;color:var(--color-text-light);opacity:.7;margin-top:.5rem}.months__victory-actions{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:320px;margin-top:.5rem}.months__btn{font-family:var(--font-family);font-weight:800;font-size:1.1rem;border:none;border-radius:var(--radius-lg);padding:.9rem 1.8rem;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;-webkit-user-select:none;user-select:none}.months__btn:active{transform:scale(.95)}.months__btn--primary{background:linear-gradient(135deg,var(--color-orange) 0%,var(--color-orange-light) 100%);color:var(--color-white);box-shadow:0 4px 16px #ff8c4259}.months__btn--secondary{background:var(--color-white);color:var(--color-green);box-shadow:var(--shadow-card)}.months__btn--small{font-size:.95rem;padding:.6rem 1.2rem;background:var(--color-white);color:var(--color-text-light);box-shadow:0 2px 8px #0000000f}.months__actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center;animation:fadeInUp .5s ease-out .3s both}.months__feedback{font-size:1.2rem;font-weight:800;text-align:center;margin-top:.5rem;min-height:1.8rem;animation:fadeInUp .3s ease-out}.months__feedback--correct{color:var(--color-green)}.months__feedback--wrong{color:var(--color-red)}@media(min-width:768px){.months__grid{grid-template-columns:repeat(4,1fr);gap:1rem;max-width:540px}.months__bubble{font-size:1.2rem;padding:1.1rem .6rem;min-height:64px}.months__header{max-width:540px}.months__victory-title{font-size:2.2rem}.months__question{font-size:1.8rem}.months__question-month{font-size:2.5rem}.months__choice{font-size:1.6rem;padding:1.2rem 1.8rem}.months__choice--season{font-size:1.3rem;padding:1.1rem .8rem}.months__instruction{font-size:1.5rem}.months__instruction strong{font-size:1.7rem}}@media(min-width:1024px){.months__bubble:hover:not(:disabled){transform:scale(1.08);box-shadow:0 6px 20px #4caf5059}.months__choice:hover:not(:disabled){transform:scale(1.04);box-shadow:0 6px 20px #4caf5059}}@media(pointer:coarse){.months__bubble{min-height:56px;min-width:56px}.months__choice{min-height:56px}}.readclock{padding-bottom:3rem}.readclock__top-bar{display:flex;align-items:center;justify-content:center;width:100%;position:relative}.readclock__top-bar .page-title{margin:0}.readclock__settings-btn{position:absolute;right:0;top:50%;transform:translateY(-50%);background:none;border:none;font-size:1.5rem;cursor:pointer;padding:.5rem;opacity:.5;transition:opacity .2s ease}.readclock__settings-btn:active{opacity:1}.readclock__modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100;animation:fadeInUp .3s ease-out}.readclock__modal{background:var(--color-white);border-radius:var(--radius-xl);padding:2rem 1.5rem;max-width:320px;width:90%;text-align:center;box-shadow:var(--shadow-card)}.readclock__modal-title{font-size:1.4rem;font-weight:900;margin-bottom:.5rem;color:var(--color-text)}.readclock__modal-text{font-size:1rem;color:var(--color-text-light);margin-bottom:1rem}.readclock__pin-input{font-family:var(--font-family);font-size:1.8rem;font-weight:900;text-align:center;letter-spacing:.5rem;width:160px;padding:.6rem;border:3px solid var(--color-pink-light);border-radius:var(--radius-lg);outline:none;transition:border-color .2s ease}.readclock__pin-input:focus{border-color:var(--color-pink)}.readclock__pin-input--error{border-color:var(--color-red);animation:shakeError .4s ease-out}.readclock__pin-error{color:var(--color-red);font-weight:700;font-size:.9rem;margin-top:.5rem}.readclock__modal-actions{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.readclock__header{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:500px;margin-bottom:.5rem;animation:fadeInUp .5s ease-out .1s both}.readclock__level{font-size:1.1rem;font-weight:800;color:var(--color-pink);background:var(--color-pink-light);padding:.3rem .9rem;border-radius:20px;opacity:.9}.readclock__progress{font-size:1.1rem;font-weight:800;color:var(--color-green);background:var(--color-green-light);padding:.3rem .9rem;border-radius:20px;opacity:.9}.readclock__clock-container{display:flex;align-items:center;justify-content:center;margin:1.2rem 0;animation:popIn .5s ease-out}.readclock__question{font-size:1.6rem;font-weight:900;color:var(--color-text);text-align:center;margin-bottom:.4rem;animation:fadeInUp .4s ease-out;line-height:1.4}.readclock__question-time{display:block;font-size:2.4rem;color:var(--color-pink);margin-top:.3rem}.readclock__clocks-row{display:flex;flex-direction:column;gap:1rem;align-items:center;margin:1rem 0;animation:fadeInUp .4s ease-out}.readclock__clock-option{background:var(--color-white);border:4px solid var(--color-pink-light);border-radius:var(--radius-xl);padding:.8rem;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,border-color .2s ease;box-shadow:0 4px 12px #ff6b9d26;-webkit-user-select:none;user-select:none}.readclock__clock-option:active:not(:disabled){transform:scale(.95)}.readclock__clock-option--correct{border-color:var(--color-green);animation:bounceOnce .4s ease-out;box-shadow:0 0 20px #4caf5080}.readclock__clock-option--wrong{border-color:var(--color-red);animation:shakeError .4s ease-out}.readclock__clock-option:disabled{cursor:default}.readclock__choices{display:flex;flex-direction:column;gap:.9rem;width:100%;max-width:380px;margin-top:1.2rem;margin-bottom:1.5rem}.readclock__choice{font-family:var(--font-family);font-size:1.4rem;font-weight:800;color:var(--color-white);background:linear-gradient(135deg,var(--color-pink) 0%,var(--color-pink-light) 100%);border:none;border-radius:var(--radius-lg);padding:1.1rem 1.5rem;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;box-shadow:0 4px 12px #ff6b9d40;animation:popIn .4s ease-out both;-webkit-user-select:none;user-select:none}.readclock__choice:active:not(:disabled){transform:scale(.95)}.readclock__choice--correct{background:linear-gradient(135deg,var(--color-green) 0%,var(--color-green-light) 100%);animation:bounceOnce .4s ease-out;box-shadow:0 0 20px #4caf5080}.readclock__choice--wrong{background:linear-gradient(135deg,var(--color-red) 0%,#ff7043 100%);animation:shakeError .4s ease-out}.readclock__choice:disabled{cursor:default}.readclock__feedback{font-size:1.2rem;font-weight:800;text-align:center;margin-top:.5rem;min-height:1.8rem;animation:fadeInUp .3s ease-out}.readclock__feedback--correct{color:var(--color-green)}.readclock__feedback--wrong{color:var(--color-red)}.readclock__victory{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;flex:1;min-height:300px;animation:fadeInUp .6s ease-out}.readclock__victory-emoji{font-size:5rem;animation:bounce 1s ease-in-out infinite}.readclock__victory-title{font-size:1.8rem;font-weight:900;text-align:center;color:var(--color-text);line-height:1.3}.readclock__victory-sub{font-size:1.2rem;font-weight:700;color:var(--color-text-light)}.readclock__victory-hint{font-size:.9rem;color:var(--color-text-light);opacity:.7;margin-top:.5rem}.readclock__victory-actions{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:320px;margin-top:.5rem}.readclock__btn{font-family:var(--font-family);font-weight:800;font-size:1.1rem;border:none;border-radius:var(--radius-lg);padding:.9rem 1.8rem;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;-webkit-user-select:none;user-select:none}.readclock__btn:active{transform:scale(.95)}.readclock__btn--primary{background:linear-gradient(135deg,var(--color-orange) 0%,var(--color-orange-light) 100%);color:var(--color-white);box-shadow:0 4px 16px #ff8c4259}.readclock__btn--secondary{background:var(--color-white);color:var(--color-pink);box-shadow:var(--shadow-card)}.readclock__btn--small{font-size:.95rem;padding:.6rem 1.2rem;background:var(--color-white);color:var(--color-text-light);box-shadow:0 2px 8px #0000000f}.readclock__actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center;animation:fadeInUp .5s ease-out .3s both}@media(min-width:768px){.readclock__header{max-width:520px}.readclock__victory-title{font-size:2.2rem}.readclock__question{font-size:1.8rem}.readclock__question-time{font-size:2.8rem}.readclock__choice{font-size:1.6rem;padding:1.2rem 1.8rem}.readclock__clocks-row{flex-direction:row;gap:1.5rem;justify-content:center}.readclock__clock-option{padding:1rem}}@media(min-width:1024px){.readclock__choice:hover:not(:disabled){transform:scale(1.04);box-shadow:0 6px 20px #ff6b9d59}.readclock__clock-option:hover:not(:disabled){transform:scale(1.05);box-shadow:0 6px 20px #ff6b9d59}}@media(pointer:coarse){.readclock__choice{min-height:56px}.readclock__clock-option{min-height:56px;min-width:56px}}.toolwords{padding-bottom:3rem}.toolwords__top-bar{display:flex;align-items:center;justify-content:center;width:100%;position:relative}.toolwords__top-bar .page-title{margin:0}.toolwords__settings-btn{position:absolute;right:0;top:50%;transform:translateY(-50%);background:none;border:none;font-size:1.5rem;cursor:pointer;padding:.5rem;opacity:.5;transition:opacity .2s ease}.toolwords__settings-btn:active{opacity:1}.toolwords__modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100;animation:fadeInUp .3s ease-out}.toolwords__modal{background:var(--color-white);border-radius:var(--radius-xl);padding:2rem 1.5rem;max-width:320px;width:90%;text-align:center;box-shadow:var(--shadow-card)}.toolwords__modal-title{font-size:1.4rem;font-weight:900;margin-bottom:.5rem;color:var(--color-text)}.toolwords__modal-text{font-size:1rem;color:var(--color-text-light);margin-bottom:1rem}.toolwords__pin-input{font-family:var(--font-family);font-size:1.8rem;font-weight:900;text-align:center;letter-spacing:.5rem;width:160px;padding:.6rem;border:3px solid var(--color-violet-light);border-radius:var(--radius-lg);outline:none;transition:border-color .2s ease}.toolwords__pin-input:focus{border-color:var(--color-violet)}.toolwords__pin-input--error{border-color:var(--color-red);animation:shakeError .4s ease-out}.toolwords__pin-error{color:var(--color-red);font-weight:700;font-size:.9rem;margin-top:.5rem}.toolwords__modal-actions{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.toolwords__header{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:500px;margin-bottom:.5rem;animation:fadeInUp .5s ease-out .1s both}.toolwords__level{font-size:1rem;font-weight:800;color:var(--color-violet);background:var(--color-violet-light);padding:.3rem .9rem;border-radius:20px;opacity:.9}.toolwords__progress{font-size:1.1rem;font-weight:800;color:var(--color-green);background:var(--color-green-light);padding:.3rem .9rem;border-radius:20px;opacity:.9}.toolwords__instruction{font-size:1.3rem;font-weight:800;color:var(--color-text);text-align:center;margin-bottom:1rem;animation:fadeInUp .5s ease-out .15s both;line-height:1.4}.toolwords__target-word{display:block;font-size:3rem;font-weight:900;color:var(--color-orange);margin-top:.5rem;animation:popIn .4s ease-out}.toolwords__sentence{font-size:1.5rem;font-weight:800;color:var(--color-text);text-align:center;margin-bottom:1.2rem;line-height:1.6;animation:fadeInUp .4s ease-out;background:var(--color-white);padding:1rem 1.5rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-card);max-width:420px;width:100%}.toolwords__choices{display:flex;flex-direction:column;gap:.9rem;width:100%;max-width:380px;margin-top:1rem;margin-bottom:1.5rem}.toolwords__choice{font-family:var(--font-family);font-size:1.4rem;font-weight:800;color:var(--color-white);background:linear-gradient(135deg,var(--color-blue) 0%,var(--color-violet) 100%);border:none;border-radius:var(--radius-lg);padding:1.1rem 1.5rem;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;box-shadow:0 4px 12px #7b68ee40;animation:popIn .4s ease-out both;-webkit-user-select:none;user-select:none}.toolwords__choice:active:not(:disabled){transform:scale(.95)}.toolwords__choice--correct{background:linear-gradient(135deg,var(--color-green) 0%,var(--color-green-light) 100%);animation:bounceOnce .4s ease-out;box-shadow:0 0 20px #4caf5080}.toolwords__choice--wrong{background:linear-gradient(135deg,var(--color-red) 0%,#ff7043 100%);animation:shakeError .4s ease-out}.toolwords__choice:disabled{cursor:default}.toolwords__build-zone{display:flex;align-items:center;justify-content:center;min-height:70px;background:var(--color-white);border:3px solid var(--color-blue-light);border-radius:var(--radius-lg);padding:.8rem 1.5rem;margin-bottom:1.2rem;max-width:380px;width:100%;transition:border-color .3s ease,background .3s ease}.toolwords__build-zone--correct{border-color:var(--color-green);background:#4caf5014}.toolwords__build-zone--wrong{border-color:var(--color-red);background:#ef535014;animation:shakeError .4s ease-out}.toolwords__built-word{font-size:2.4rem;font-weight:900;color:var(--color-text);letter-spacing:.3rem}.toolwords__placeholder{color:var(--color-text-light);opacity:.4;font-size:1.5rem}.toolwords__letter-grid{display:flex;flex-wrap:wrap;gap:.7rem;justify-content:center;max-width:380px;width:100%;margin-bottom:1rem}.toolwords__letter{display:flex;align-items:center;justify-content:center;width:56px;height:56px;font-family:var(--font-family);font-size:1.6rem;font-weight:900;color:var(--color-white);background:linear-gradient(135deg,var(--color-blue) 0%,var(--color-violet) 100%);border:none;border-radius:50%;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,opacity .3s ease;box-shadow:0 4px 12px #7b68ee40;animation:popIn .4s ease-out both;-webkit-user-select:none;user-select:none}.toolwords__letter:active:not(:disabled){transform:scale(.9)}.toolwords__letter--used{opacity:.3;cursor:default;transform:scale(.85)}.toolwords__flash-display{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:2rem;animation:popIn .3s ease-out}.toolwords__flash-word{font-size:4rem;font-weight:900;color:var(--color-orange);animation:pulse 1s ease-in-out infinite}.toolwords__flash-timer{width:200px;height:6px;background:var(--color-violet-light);border-radius:3px;overflow:hidden;position:relative}.toolwords__flash-timer:after{content:"";position:absolute;inset:0;background:var(--color-violet);border-radius:3px;animation:timerShrink 2s linear forwards}@keyframes timerShrink{0%{width:100%}to{width:0%}}.toolwords__sentence-zone{display:flex;align-items:center;justify-content:center;min-height:70px;background:var(--color-white);border:3px solid var(--color-blue-light);border-radius:var(--radius-lg);padding:.8rem 1rem;margin-bottom:1.2rem;max-width:420px;width:100%;transition:border-color .3s ease,background .3s ease}.toolwords__sentence-zone--correct{border-color:var(--color-green);background:#4caf5014}.toolwords__sentence-zone--wrong{border-color:var(--color-red);background:#ef535014;animation:shakeError .4s ease-out}.toolwords__selected-words{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.toolwords__selected-word{font-family:var(--font-family);font-size:1.2rem;font-weight:800;color:var(--color-violet);background:var(--color-violet-light);border:none;border-radius:16px;padding:.4rem .8rem;cursor:pointer;transition:transform .15s ease;-webkit-user-select:none;user-select:none}.toolwords__selected-word:active{transform:scale(.92)}.toolwords__word-choices{display:flex;flex-wrap:wrap;gap:.7rem;justify-content:center;max-width:420px;width:100%;margin-bottom:1.5rem}.toolwords__word-bubble{font-family:var(--font-family);font-size:1.3rem;font-weight:800;color:var(--color-white);background:linear-gradient(135deg,var(--color-blue) 0%,var(--color-violet) 100%);border:none;border-radius:var(--radius-lg);padding:.7rem 1.2rem;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;box-shadow:0 4px 12px #7b68ee40;animation:popIn .4s ease-out both;-webkit-user-select:none;user-select:none}.toolwords__word-bubble:active:not(:disabled){transform:scale(.93)}.toolwords__word-bubble:disabled{cursor:default}.toolwords__feedback{font-size:1.2rem;font-weight:800;text-align:center;margin-bottom:.5rem;min-height:1.8rem;animation:fadeInUp .3s ease-out}.toolwords__feedback--correct{color:var(--color-green)}.toolwords__feedback--wrong{color:var(--color-red)}@keyframes bounceOnce{0%{transform:scale(1)}40%{transform:scale(1.25)}70%{transform:scale(.95)}to{transform:scale(1)}}@keyframes shakeError{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(6px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}.toolwords__victory{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;flex:1;min-height:300px;animation:fadeInUp .6s ease-out}.toolwords__victory-emoji{font-size:5rem;animation:bounce 1s ease-in-out infinite}.toolwords__victory-title{font-size:1.8rem;font-weight:900;text-align:center;color:var(--color-text);line-height:1.3}.toolwords__victory-sub{font-size:1.2rem;font-weight:700;color:var(--color-text-light)}.toolwords__victory-hint{font-size:.9rem;color:var(--color-text-light);opacity:.7;margin-top:.5rem}.toolwords__victory-actions{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:320px;margin-top:.5rem}.toolwords__btn{font-family:var(--font-family);font-weight:800;font-size:1.1rem;border:none;border-radius:var(--radius-lg);padding:.9rem 1.8rem;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;-webkit-user-select:none;user-select:none}.toolwords__btn:active{transform:scale(.95)}.toolwords__btn--primary{background:linear-gradient(135deg,var(--color-orange) 0%,var(--color-orange-light) 100%);color:var(--color-white);box-shadow:0 4px 16px #ff8c4259}.toolwords__btn--secondary{background:var(--color-white);color:var(--color-violet);box-shadow:var(--shadow-card)}.toolwords__btn--small{font-size:.95rem;padding:.6rem 1.2rem;background:var(--color-white);color:var(--color-text-light);box-shadow:0 2px 8px #0000000f}.toolwords__actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center;animation:fadeInUp .5s ease-out .3s both}@media(min-width:768px){.toolwords__header{max-width:520px}.toolwords__target-word{font-size:3.5rem}.toolwords__sentence{font-size:1.7rem}.toolwords__choice{font-size:1.6rem;padding:1.2rem 1.8rem}.toolwords__instruction{font-size:1.5rem}.toolwords__letter{width:64px;height:64px;font-size:1.8rem}.toolwords__built-word{font-size:2.8rem}.toolwords__flash-word{font-size:5rem}.toolwords__victory-title{font-size:2.2rem}.toolwords__word-bubble{font-size:1.5rem;padding:.8rem 1.4rem}}@media(min-width:1024px){.toolwords__choice:hover:not(:disabled){transform:scale(1.04);box-shadow:0 6px 20px #7b68ee59}.toolwords__letter:hover:not(:disabled){transform:scale(1.1);box-shadow:0 6px 20px #7b68ee59}.toolwords__word-bubble:hover:not(:disabled){transform:scale(1.06);box-shadow:0 6px 20px #7b68ee59}}@media(pointer:coarse){.toolwords__letter{min-height:56px;min-width:56px}.toolwords__choice{min-height:56px}.toolwords__word-bubble{min-height:48px}.toolwords__selected-word{min-height:44px}}
