*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#fafaf8;color:#1f2937;touch-action:manipulation;-webkit-tap-highlight-color:transparent;user-select:none;-webkit-user-select:none}#root{min-height:100dvh}button{font-family:inherit;cursor:pointer}img{max-width:100%;display:block}.app-layout{min-height:100dvh;max-width:520px;margin:0 auto;display:flex;flex-direction:column}.page-transition{flex:1;display:flex;flex-direction:column;animation:papoti-page-enter .25s ease-out}@keyframes papoti-pop{0%{transform:scale(.6);opacity:0}70%{transform:scale(1.12)}to{transform:scale(1);opacity:1}}@keyframes papoti-shake{0%,to{transform:translate(0)}20%{transform:translate(-8px)}40%{transform:translate(8px)}60%{transform:translate(-6px)}80%{transform:translate(6px)}}@keyframes papoti-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.07)}}@keyframes papoti-pulse-soft{0%,to{opacity:1}50%{opacity:.55}}@keyframes papoti-star{0%{transform:scale(0) rotate(-30deg);opacity:0}60%{transform:scale(1.35) rotate(8deg);opacity:1}to{transform:scale(1) rotate(0);opacity:1}}@keyframes papoti-jump{0%,to{transform:translateY(0)}35%{transform:translateY(-.18em) scale(1.08)}70%{transform:translateY(.04em)}}@keyframes papoti-fall{0%{transform:translateY(-26px);opacity:0}55%{transform:translateY(3px);opacity:1}80%{transform:translateY(-2px)}to{transform:translateY(0);opacity:1}}@keyframes papoti-halo{0%{box-shadow:0 0 #15803d73}to{box-shadow:0 0 0 18px #15803d00}}@keyframes papoti-page-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.anim-pop{animation:papoti-pop .3s ease-out}.anim-shake{animation:papoti-shake .45s ease-in-out}.anim-pulse{animation:papoti-pulse 1.6s ease-in-out infinite}.big-button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-width:64px;min-height:64px;padding:12px 20px;border:none;border-radius:20px;font-size:32px;line-height:1;background:#1d4ed8;color:#fff;box-shadow:0 4px 12px #11182726;transition:transform .15s ease,box-shadow .15s ease,background .2s ease}.big-button:active:not(:disabled){transform:scale(.95);box-shadow:0 2px 6px #11182726}.big-button:disabled{background:#e5e7eb;color:#9ca3af;box-shadow:none;cursor:default}.big-button--ghost{background:#fff;color:#1f2937;box-shadow:0 2px 8px #1118271a}.big-button--correct{background:#15803d}.big-button--wrong{background:#b91c1c}.big-button__icon{font-size:36px}.big-button__label{font-size:22px;font-weight:600}.big-button--xl{min-width:96px;min-height:96px;border-radius:24px}.big-button--xl .big-button__icon{font-size:52px}.picto-card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;aspect-ratio:1;min-width:96px;min-height:96px;width:100%;padding:12px;border:4px solid transparent;border-radius:24px;background:#fff;box-shadow:0 4px 14px #1118271f;transition:transform .15s ease,border-color .2s ease,background .2s ease}.picto-card:active:not(:disabled){transform:scale(.96)}.picto-card:disabled{cursor:default}.picto-card__emoji{font-size:64px;line-height:1}.picto-card__image{width:72%;aspect-ratio:1;object-fit:contain}.picto-card--selected{border-color:#1d4ed8}.picto-card--correct{border-color:#15803d;background:#ecfdf3;animation:papoti-pop .35s ease-out,papoti-halo .6s ease-out}.picto-card--wrong{border-color:#b91c1c;background:#fef2f2;animation:papoti-shake .45s ease-in-out}.progress-dots{display:flex;align-items:center;justify-content:center;gap:10px;padding:8px 0}.progress-dots__dot{width:12px;height:12px;border-radius:999px;background:#e5e7eb;transition:background .3s ease,transform .3s ease}.progress-dots__dot--done{background:#15803d;animation:papoti-pop .3s ease-out}.progress-dots__dot--current{background:#1d4ed8;transform:scale(1.5)}.audio-button{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:999px;background:#1d4ed8;color:#fff;width:64px;height:64px;font-size:30px;box-shadow:0 4px 12px #1d4ed859;transition:transform .15s ease}.audio-button:active{transform:scale(.94)}.audio-button--l{width:88px;height:88px;font-size:42px}.audio-button--xl{width:128px;height:128px;font-size:64px}.audio-button--playing{animation:papoti-pulse .9s ease-in-out infinite}.star-burst{display:flex;justify-content:center;gap:12px;font-size:72px;line-height:1}.star-burst__star{opacity:0;animation:papoti-star .6s ease-out forwards}.star-burst__star--off{animation:none;opacity:.25;filter:grayscale(1)}.mot-colore{display:inline-flex;align-items:baseline;font-weight:700;letter-spacing:.02em;line-height:1.3}.mot-colore--s{font-size:28px}.mot-colore--m{font-size:40px}.mot-colore--l{font-size:52px}.mot-colore--xl{font-size:64px}.mot-colore__seg{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;margin:0;padding:0 .02em;font:inherit;letter-spacing:inherit;line-height:inherit;cursor:pointer}.mot-colore__seg--highlight{animation:papoti-pulse-soft 1.4s ease-in-out infinite}.mot-colore__seg--tap{display:inline-block;animation:papoti-jump .3s ease-out}.mot-colore__syll-sep{align-self:center;width:.14em;height:.14em;margin:0 .08em;border-radius:999px;background:#9ca3af}.page{flex:1;display:flex;flex-direction:column;padding:16px;gap:16px}.page__header{display:flex;align-items:center;gap:12px}.page__header .progress-dots{flex:1}.home__logo{display:flex;flex-direction:column;align-items:center;gap:4px;padding:24px 0 8px}.home__logo-emoji{font-size:72px;line-height:1}.home__logo-name{margin:0;font-size:34px;font-weight:800;color:#1d4ed8;letter-spacing:.04em}.home__grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:8px 0}.module-tile{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:120px;border:none;border-radius:24px;background:#fff;box-shadow:0 4px 14px #1118271f;transition:transform .15s ease}.module-tile:active:not(:disabled){transform:scale(.96)}.module-tile__emoji{font-size:56px;line-height:1}.module-tile__label{font-size:18px;font-weight:600}.module-tile--lang{min-height:96px;font-family:system-ui,-apple-system,Segoe UI,Roboto,Noto Sans Thai,Noto Sans Lao,sans-serif}.onboarding__native{margin:0;padding:0 16px;text-align:center;font-size:20px;font-weight:600;color:#374151;font-family:system-ui,-apple-system,Segoe UI,Roboto,Noto Sans Thai,Noto Sans Lao,Noto Sans Arabic,sans-serif}.onboarding__hint{text-align:center;font-size:40px;line-height:1;animation:papoti-pulse 1.6s ease-in-out infinite}.onboarding__confirm{display:flex;flex-direction:column;align-items:center;gap:8px;padding:8px 0 24px}.onboarding__confirm .big-button{animation:papoti-pulse 1.6s ease-in-out infinite}.module-tile--locked{background:#f3f4f6;box-shadow:none}.module-tile--locked .module-tile__emoji{filter:grayscale(1);opacity:.5}.module-tile__lock{position:absolute;font-size:24px}.module-tile{position:relative}.module-tile__lock{top:8px;right:12px}.home__settings{position:fixed;top:12px;right:12px;width:64px;height:64px;border:none;border-radius:999px;background:transparent;font-size:28px;opacity:.55}.lesson-path{display:flex;flex-direction:column;align-items:center;gap:20px;padding:16px 0 48px}.lesson-node{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;width:92px;height:92px;border:5px solid;border-radius:999px;background:#fff;font-size:34px;font-weight:800;box-shadow:0 4px 14px #1118271f;transition:transform .15s ease}.lesson-node:active:not(:disabled){transform:scale(.95)}.lesson-node--available{animation:papoti-pulse 2.2s ease-in-out infinite}.lesson-node--locked{border-color:#e5e7eb;background:#f3f4f6;color:#9ca3af;box-shadow:none;animation:none;font-size:28px}.lesson-node--done{border-color:#15803d;animation:none}.lesson-node__stars{font-size:13px;letter-spacing:-1px}.lesson-node--left{align-self:flex-start;margin-left:18%}.lesson-node--right{align-self:flex-end;margin-right:18%}.lesson-stage{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;text-align:center}.lesson-stage__giant{font-size:120px;font-weight:800;line-height:1;display:flex;gap:24px;align-items:baseline;justify-content:center;flex-wrap:wrap}.lesson-stage__emoji{font-size:96px;line-height:1}.lesson-stage__footer{display:flex;align-items:center;justify-content:center;gap:24px;padding:16px 0 24px}.word-card{display:flex;flex-direction:column;align-items:center;gap:12px;padding:20px 28px;border:none;border-radius:24px;background:#fff;box-shadow:0 4px 14px #1118271f}.exercise{flex:1;display:flex;flex-direction:column;align-items:center;gap:20px;padding:8px 0}.exercise__prompt{display:flex;flex-direction:column;align-items:center;gap:12px}.exercise__grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;width:100%;max-width:380px}.exercise__choices{display:flex;flex-direction:column;gap:14px;width:100%;max-width:380px}.choice-word{display:flex;align-items:center;justify-content:center;min-height:80px;padding:8px 16px;border:4px solid transparent;border-radius:20px;background:#fff;box-shadow:0 4px 14px #1118271f;transition:transform .15s ease}.choice-word:active:not(:disabled){transform:scale(.97)}.choice-word--correct{border-color:#15803d;background:#ecfdf3;animation:papoti-pop .3s ease-out}.choice-word--wrong{border-color:#b91c1c;background:#fef2f2;animation:papoti-shake .45s ease-in-out}.choice-word--ink{font-size:52px;font-weight:700;color:#1f2937}.fusion__stage{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%;max-width:380px;min-height:220px;padding:0 24px}.fusion__letter{font-size:96px;font-weight:800;line-height:1;padding:8px 16px;border-radius:24px;background:#fff;box-shadow:0 4px 14px #11182726;touch-action:none}.fusion__letter--drag{cursor:grab}.fusion__result{font-size:110px;font-weight:800;line-height:1;animation:papoti-pop .4s ease-out}.tile-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px;min-height:76px;width:100%;max-width:380px}.tile-row--target{border:3px dashed #d1d5db;border-radius:20px;padding:8px}.tile{min-width:64px;min-height:64px;padding:8px 16px;border:none;border-radius:16px;background:#fff;box-shadow:0 4px 12px #11182726;font-size:40px;font-weight:700;color:#1f2937;transition:transform .15s ease}.tile:active:not(:disabled){transform:scale(.95)}.tile--used{visibility:hidden}.dictee-nombre__choices{display:grid;grid-template-columns:1fr 1fr;gap:16px;width:100%;max-width:380px}.dictee-nombre__choice{min-height:96px}.dictee-nombre__choice .big-button__label{font-size:56px;font-weight:800}.dictee-nombre__renfort{font-size:120px;font-weight:800;line-height:1;color:#15803d}.phrase-trou__sentence{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px;max-width:420px;padding:0 8px;font-size:36px;font-weight:700;line-height:1.5;color:#1f2937;text-align:center}.phrase-trou__gap{display:inline-flex;align-items:center;justify-content:center;min-width:110px;min-height:64px;padding:4px 12px;border:3px dashed #d1d5db;border-radius:16px;background:#fff;transition:border-color .2s ease,background .2s ease}.phrase-trou__gap--filled{border-color:#15803d;border-style:solid;background:#ecfdf3;animation:papoti-pop .3s ease-out}.phrase-trou__gap--wrong{border-color:#b91c1c;border-style:solid;background:#fef2f2}.trace-lettre__card{border-radius:24px;background:#fff;box-shadow:0 4px 14px #1118271f;overflow:hidden}.trace-lettre__canvas{display:block;max-width:100%;touch-action:none;cursor:crosshair}.saisie__slots{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px;min-height:80px;width:100%;max-width:420px;border:3px dashed #d1d5db;border-radius:20px;padding:8px}.saisie__slot{display:inline-flex;align-items:center;justify-content:center;min-width:64px;min-height:64px;padding:4px 10px;border:3px dashed #d1d5db;border-radius:16px;background:#fafaf8;font-size:36px;font-weight:700;color:#1f2937}.saisie__slot--filled{border-style:solid;border-color:#1d4ed8;background:#fff;cursor:pointer;animation:papoti-pop .25s ease-out}.saisie__keyboard{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px;width:100%;max-width:420px;padding:8px 0}.nombre-step__value{position:relative;font-size:96px;font-weight:800;line-height:1;color:#1f2937}.nombre-step__trap{position:absolute;top:-8px;right:-36px;font-size:26px;opacity:.75}.nombre-step__decomposition{display:flex;align-items:flex-end;justify-content:center;gap:24px;flex-wrap:wrap}.nombre-step__group{display:flex;flex-direction:column;align-items:center;gap:8px;opacity:0;animation:papoti-pop .4s ease-out forwards}@media(prefers-reduced-motion:reduce){.nombre-step__group{opacity:1;animation:none}}.nombre-step__blocks{display:flex;align-items:flex-end;justify-content:center;gap:6px;flex-wrap:wrap;max-width:180px}.nombre-step__bar{width:18px;height:72px;border-radius:6px;background:#1d4ed8;animation:papoti-fall .45s ease-out backwards}.nombre-step__unit{width:18px;height:18px;border-radius:5px;background:#f59e0b;animation:papoti-fall .45s ease-out backwards}.nombre-step__part-label{font-size:30px;font-weight:800;color:#1f2937}.sons-group{padding:4px 0}.sons-group+.sons-group{margin-top:12px;padding-top:16px;border-top:3px dashed #e5e7eb}.sons-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.sons-group--colores .sons-grid{grid-template-columns:1fr 1fr}.son-card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-height:96px;padding:12px 8px;border:none;border-radius:20px;background:#fff;box-shadow:0 4px 14px #1118271f;transition:transform .15s ease}.son-card:active{transform:scale(.96)}.son-card--colore{min-height:120px}.son-card--playing{animation:papoti-pulse .9s ease-in-out infinite}.son-card__pastille{position:absolute;top:10px;right:12px;width:18px;height:18px;border-radius:999px}.son-card__graphie{font-size:44px;font-weight:800;line-height:1}.son-card--colore .son-card__graphie{font-size:52px}.son-card__autres{font-size:16px;font-weight:600;color:#9ca3af;letter-spacing:.04em}.son-card__emoji{font-size:28px;line-height:1}.settings-row{display:flex;align-items:center;gap:16px;padding:8px 0}.feedback-veil{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;transition:background .3s ease}.feedback-veil--correct{background:#15803d1f}.confetti-canvas{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100dvh;pointer-events:none;z-index:40}.confetti-static{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;gap:28px;pointer-events:none;z-index:40;font-size:40px;animation:papoti-confetti-fade 1.2s ease-out forwards}@keyframes papoti-confetti-fade{0%{opacity:0}25%{opacity:1}to{opacity:0}}.streak-banner{display:flex;align-items:center;justify-content:center;gap:14px;padding:12px 16px;border:none;border-radius:20px;background:#fff;box-shadow:0 2px 10px #11182714;transition:transform .15s ease}.streak-banner:active{transform:scale(.97)}.streak-banner__flame{font-size:26px;line-height:1}.streak-banner__days{display:flex;align-items:center;gap:8px}.streak-banner__day{width:14px;height:14px;border-radius:999px;background:#e5e7eb;transition:background .3s ease}.streak-banner__day--active{background:#f59e0b}.streak-banner__day--today{box-shadow:0 0 0 3px #f59e0b4d;animation:papoti-pulse 1.8s ease-in-out infinite}.streak-banner__words{font-size:20px;font-weight:800;color:#1f2937;white-space:nowrap}.badge-shelf{display:flex;align-items:center;gap:12px;overflow-x:auto;padding:8px 4px 16px;-webkit-overflow-scrolling:touch}.badge-shelf__item{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:64px;height:64px;border:none;border-radius:999px;background:#fff;box-shadow:0 2px 8px #11182714;font-size:32px;line-height:1;transition:transform .15s ease}.badge-shelf__item:active{transform:scale(.92)}.badge-shelf__item--locked{background:#f3f4f6;box-shadow:none;filter:grayscale(1);opacity:.45}.badge-celebration__emoji{font-size:120px;line-height:1}.badge-celebration__label{font-size:26px;font-weight:800;color:#1f2937}.lesson-gains{display:flex;align-items:center;justify-content:center;gap:24px;min-height:48px}.lesson-gains__words{font-size:34px;font-weight:800;color:#15803d}.lesson-gains__day{font-size:34px;line-height:1;animation:papoti-star .6s ease-out 1.2s backwards}.nombres__display{display:flex;flex-direction:column;align-items:center;gap:12px;min-height:200px;justify-content:center;padding:12px 8px;text-align:center}.nombres__digits{font-size:clamp(28px,9vw,44px);font-weight:800;letter-spacing:.02em;color:#1f2937;word-break:break-word}.nombres__letters{font-size:clamp(20px,5.5vw,30px);font-weight:700;color:#1d4ed8;line-height:1.25;word-break:break-word;max-width:92%}.nombres__too-big{font-size:56px}.nombres__say{align-self:center}.nombres__parts{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;margin-top:4px}.nombres__part{color:#fff;font-size:15px;font-weight:700;padding:4px 10px;border-radius:999px}.nombres__pad{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:16px;max-width:420px;width:100%;margin:0 auto auto}.nombres__key{min-height:72px;border:none;border-radius:20px;background:#fff;box-shadow:0 3px 10px #1118271f;font-size:32px;font-weight:700;color:#1f2937;transition:transform .12s ease}.nombres__key:active{transform:scale(.94)}.nombres__key--action{background:#eef2ff;color:#1d4ed8}.dico__loading{font-size:48px;text-align:center;padding:60px 0}.dico__search{flex:1;min-height:48px;margin-left:12px;padding:0 16px;border:2px solid #e5e7eb;border-radius:16px;font-size:18px;background:#fff}.dico__count{padding:4px 16px;color:#9ca3af;font-size:14px}.dico__list{list-style:none;margin:0;padding:0 8px 24px;display:flex;flex-direction:column;gap:8px}.dico__item{display:flex;align-items:center;gap:14px;width:100%;min-height:60px;padding:8px 16px;border:none;border-radius:16px;background:#fff;box-shadow:0 2px 8px #11182714;text-align:left}.dico__item-emoji{font-size:30px;width:40px;text-align:center}.dico__item-lemma{font-size:22px;font-weight:700;color:#1f2937;flex:1}.dico__item-pos{font-size:13px;color:#6b7280;font-style:italic}.dico__entry{display:flex;flex-direction:column;align-items:center;gap:14px;padding:8px 20px 32px;text-align:center}.dico__image{width:160px;height:160px;object-fit:cover;border-radius:20px}.dico__emoji{font-size:96px;line-height:1}.dico__headword{display:flex;align-items:center;gap:14px}.dico__lemma{font-size:40px;font-weight:800;color:#1f2937}.dico__badges{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.dico__badge{font-size:15px;font-weight:600;padding:4px 12px;border-radius:999px}.dico__badge--pos{background:#eef2ff;color:#1d4ed8}.dico__badge--gender{background:#fdf2f8;color:#be185d}.dico__badge--group{background:#ecfdf5;color:#15803d}.dico__badge--ipa{background:#f3f4f6;color:#6b7280;font-family:monospace}.dico__definition{font-size:22px;line-height:1.5;color:#1f2937;max-width:520px}.dico__definition--empty{color:#9ca3af;font-style:italic}.dico__link{border:none;background:none;padding:0;font:inherit;color:#1d4ed8;font-weight:700;text-decoration:underline;text-decoration-style:dotted;cursor:pointer}.audio-button--small{width:40px;height:40px;font-size:20px;vertical-align:middle;margin-right:8px}.dico__say-def{margin-right:10px}
