.Home-module__g21JLG__container{background-color:#0000;background-image:radial-gradient(circle at 0 0,#fcb1ef,#0000 70%),radial-gradient(circle at 100% 100%,#817bee,#0000 70%);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:auto,auto;background-attachment:fixed;background-origin:padding-box,padding-box;background-clip:border-box,border-box;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex}.Home-module__g21JLG__card{text-align:center;width:100%;max-width:600px;padding:2.5rem;overflow-x:visible}@media (max-width:480px){.Home-module__g21JLG__card{padding:1.5rem 1rem}}.Home-module__g21JLG__title{color:var(--primary);text-shadow:2px 2px #0000001a;margin-bottom:2rem;font-size:3rem;font-weight:900}.Home-module__g21JLG__subtitle{color:var(--text);margin-bottom:1rem;font-size:1.5rem;font-weight:800}.Home-module__g21JLG__optionsGroup{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2rem;display:flex}.Home-module__g21JLG__optionBtn{border-radius:var(--radius);color:var(--text);box-shadow:var(--shadow-sm);background:#fff;border:3px solid #0000;padding:1rem 1.5rem;font-size:1.2rem;font-weight:800;transition:all .2s}.Home-module__g21JLG__optionBtn:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.Home-module__g21JLG__optionBtn.Home-module__g21JLG__active{background:var(--secondary);color:#fff;border-color:var(--secondary-hover);transform:scale(1.05)}.Home-module__g21JLG__startBtn{background:var(--primary);color:#fff;box-shadow:var(--shadow-md);border-radius:50px;padding:1.2rem 3rem;font-size:1.5rem;font-weight:900;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.Home-module__g21JLG__startBtn:hover{background:var(--primary-hover);box-shadow:var(--shadow-lg);transform:scale(1.1)}.Home-module__g21JLG__startBtn:disabled{cursor:not-allowed;background:#ccc;transform:none}.Home-module__g21JLG__header{justify-content:space-between;align-items:center;width:100%;margin-bottom:2rem;display:flex}.Home-module__g21JLG__scoreBadge{background:var(--accent);color:var(--text);box-shadow:var(--shadow-sm);white-space:nowrap;border-radius:50px;align-items:center;gap:.5rem;padding:.5rem 1.5rem;font-size:1.5rem;font-weight:900;display:flex}.Home-module__g21JLG__backBtn{color:var(--text);white-space:nowrap;background:#ffffff80;border-radius:20px;padding:.5rem 1rem;font-weight:800;transition:all .2s}.Home-module__g21JLG__backBtn:hover{background:#fff}.Home-module__g21JLG__syllableWrapper{grid-template-columns:1fr auto 1fr;justify-content:center;align-items:center;width:min-content;margin:3rem auto;display:grid;position:relative;overflow:visible}.Home-module__g21JLG__syllableDisplay{color:var(--text);text-shadow:4px 4px #0000000d;letter-spacing:-2px;text-align:center;white-space:nowrap;padding:0;font-size:clamp(4rem,20vw,10rem);font-weight:900}.Home-module__g21JLG__wordPart{color:var(--text);opacity:.4;letter-spacing:-2px;white-space:nowrap;font-size:clamp(3rem,15vw,7.5rem);font-weight:900}.Home-module__g21JLG__wordPartLeft,.Home-module__g21JLG__wordPartRight{align-items:center;height:100%;display:flex;position:absolute;top:0}.Home-module__g21JLG__wordPartLeft{text-align:right;justify-content:flex-end;width:100%;right:0;translate:-100%}.Home-module__g21JLG__wordPartRight{justify-self:start;right:0;translate:100%}.Home-module__g21JLG__micBtn{color:#fff;width:100px;height:100px;box-shadow:var(--shadow-md);background:#464d768c;border:1px solid #ccc;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 2rem;font-size:2.5rem;transition:all .3s;display:flex}.Home-module__g21JLG__micBtn.Home-module__g21JLG__listening{background:var(--error);border:1px solid #fff;animation:1.5s infinite Home-module__g21JLG__pulse}@keyframes Home-module__g21JLG__pulse{0%{transform:scale(1);box-shadow:0 0 #ff4757b3}70%{transform:scale(1.1);box-shadow:0 0 0 20px #ff475700}to{transform:scale(1);box-shadow:0 0 #ff475700}}.Home-module__g21JLG__feedback{justify-content:center;align-items:center;height:120px;min-height:2rem;margin-bottom:2rem;font-size:1.5rem;font-weight:800;display:flex}.Home-module__g21JLG__feedback.Home-module__g21JLG__success{color:var(--success)}.Home-module__g21JLG__feedback.Home-module__g21JLG__error{color:var(--error)}.Home-module__g21JLG__feedback.Home-module__g21JLG__neutral{color:var(--text)}.Home-module__g21JLG__progressContainer{width:100%;margin-bottom:2rem}.Home-module__g21JLG__progressLabel{justify-content:space-between;margin-bottom:.5rem;font-size:1.1rem;font-weight:800;display:flex}.Home-module__g21JLG__progressBarTrack{background:#ffffff80;border-radius:10px;width:100%;height:20px;overflow:hidden;box-shadow:inset 0 2px 4px #0000000d}.Home-module__g21JLG__progressBarFill{background:linear-gradient(90deg, var(--secondary), var(--success));border-radius:10px;height:100%;transition:width .5s cubic-bezier(.175,.885,.32,1.275)}.Home-module__g21JLG__prizesList{flex-wrap:wrap;justify-content:center;align-self:center;align-items:center;gap:5px;margin-left:auto;margin-right:10px;display:flex;overflow:visible}.Home-module__g21JLG__prizeItem{width:40px;height:40px;box-shadow:var(--shadow-sm);background:#fffc;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;animation:.5s Home-module__g21JLG__popIn;display:flex}.Home-module__g21JLG__overlay{z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Home-module__g21JLG__overlayContent{border-radius:var(--radius);text-align:center;background:#fff;width:500px;max-width:90%;padding:3rem}.Home-module__g21JLG__prizeEmoji{margin-bottom:1rem;font-size:6rem;animation:2s infinite Home-module__g21JLG__bounce}.Home-module__g21JLG__prizeTitle{color:var(--primary);margin-bottom:1rem;font-size:2.5rem;font-weight:900}.Home-module__g21JLG__prizeDesc{color:var(--text);margin-bottom:2rem;font-size:1.5rem;font-weight:800}.Home-module__g21JLG__continueBtn{background:var(--secondary);color:#fff;border-radius:50px;padding:1rem 2rem;font-size:1.2rem;font-weight:900;transition:transform .2s}.Home-module__g21JLG__continueBtn:hover{transform:scale(1.05)}.Home-module__g21JLG__settingsBtn{width:50px;height:50px;box-shadow:var(--shadow-md);cursor:pointer;z-index:100;background:#fff;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;transition:all .2s;display:flex}.Home-module__g21JLG__settingsBtn:hover{box-shadow:var(--shadow-lg);transform:scale(1.1)}.Home-module__g21JLG__prizeRow{border-radius:var(--radius);background:#ffffff80;grid-template-columns:60px 1fr 80px auto;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.5rem;display:grid}@media (max-width:480px){.Home-module__g21JLG__prizeRow{grid-template-rows:auto auto auto auto;grid-template-columns:1fr;gap:.5rem}}.Home-module__g21JLG__input{border-radius:var(--radius);border:2px solid #0000001a;width:100%;padding:.5rem;font-size:1rem;font-weight:700}.Home-module__g21JLG__inputEmoji{text-align:center;font-size:1.5rem}.Home-module__g21JLG__removeBtn{background:var(--error);color:#fff;border-radius:var(--radius);cursor:pointer;text-align:center;justify-content:center;align-items:center;width:25px;height:25px;font-weight:700;display:flex}.Home-module__g21JLG__addBtn{background:var(--secondary);color:#fff;border-radius:var(--radius);cursor:pointer;box-shadow:var(--shadow-sm);margin:1rem 0;padding:.8rem 1.5rem;font-size:1.1rem;font-weight:700}.Home-module__g21JLG__saveBtn{background:var(--success);color:#fff;cursor:pointer;width:100%;box-shadow:var(--shadow-md);border:1px solid;border-radius:50px;margin-top:1rem;padding:1rem 2rem;font-size:1.2rem;font-weight:900}.Home-module__g21JLG__historyTable{border-collapse:collapse;width:100%;color:var(--text);border-radius:var(--radius);background:#ffffffb3;margin-top:1rem;font-size:1.1rem;overflow:hidden}.Home-module__g21JLG__historyTable th,.Home-module__g21JLG__historyTable td{text-align:left;border-bottom:1px solid #0000000d;padding:1rem}.Home-module__g21JLG__historyTable th{color:var(--primary);background:#ffffffe6;font-weight:900}.Home-module__g21JLG__historyTable tr:last-child td{border-bottom:none}.Home-module__g21JLG__historyTable tr:hover{background:#ffffffe6}
