@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Phenomena:wght@700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{align-items:center;background:linear-gradient(179.61deg,#9462f4 15.33%,#7171f2 54.82%,#73aaf9 93.49%);display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;justify-content:center;min-height:100vh;padding:20px}.app-container{max-width:1200px;width:100%}.landing-card{background:#0000;border-radius:40px;padding:30px 40px}.header{align-items:center;background:radial-gradient(11.51% 142.39% at 50% 123.33%,#cfa6ff 0,#b473ff 48.76%,#9361f3 100%);border-radius:30px;display:flex;justify-content:space-between;margin-bottom:20px;padding:14px 30px}.logo{color:#fff;font-family:Phenomena,sans-serif;font-size:28px;font-weight:700;letter-spacing:-.5px}.login-btn{background:#fff;border:none;border-radius:100px;color:#7b4ef8;cursor:pointer;font-family:Inter,sans-serif;font-size:18px;font-weight:500;padding:10px 30px;transition:all .3s}.login-btn:hover{box-shadow:0 8px 25px -8px #ffffff4d;transform:scale(1.02)}.hero{margin-bottom:25px;padding:20px 30px 15px;text-align:center}.hero-title{color:#fff;font-family:Phenomena,sans-serif;font-size:40px;font-weight:700;line-height:1.2;margin-bottom:8px}.hero-title .highlight{background:#ffffff26;border-radius:10px;padding:0 10px}.hero-subtitle{color:#fff;font-family:Inter,sans-serif;font-size:18px;line-height:1.5;margin:0 auto 15px;max-width:700px;opacity:.95}.skills{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(4,1fr);margin:10px 0 15px}.skill-card{background:#fff;border:1px solid #ffffff1a;border-radius:24px;box-shadow:0 8px 30px -10px #0000001a;overflow:visible;padding:22px 16px 18px;position:relative;text-align:center;transition:all .3s}.skill-card:hover{border-color:#7b4ef8;box-shadow:0 20px 55px -12px #7b4ef840;transform:translateY(-4px)}.skill-icon{display:block;font-size:38px;margin-bottom:8px}.skill-title{color:#7b4ef8;font-family:Phenomena,sans-serif;font-size:20px;font-weight:700;letter-spacing:1px;margin-bottom:4px}.skill-subtitle{color:#7b4ef8;font-weight:600;margin-bottom:6px}.skill-list,.skill-subtitle{font-family:Inter,sans-serif;font-size:13px}.skill-list{color:#333;line-height:1.7;list-style:none;padding:0}.skill-list li{padding:1px 0}.skill-list li:before{color:#7b4ef8;content:"• ";font-weight:700}.test-btn{background:#7b4ef8;border:none;border-radius:50px;box-shadow:0 4px 12px #7b4ef84d;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-size:11px;font-weight:600;letter-spacing:.5px;padding:4px 14px;position:absolute;right:12px;top:12px;transition:all .3s ease;white-space:nowrap;z-index:10}.test-btn:hover{background:#5a3bd0;box-shadow:0 6px 20px #7b4ef866;transform:scale(1.05)}.footer{border-top:1px solid #ffffff26;color:#fff9;font-family:Inter,sans-serif;font-size:13px;margin-top:5px;padding-top:12px;text-align:center}@media (max-width:1024px){.landing-card{padding:20px}.hero-title{font-size:32px}.skills{gap:14px;grid-template-columns:repeat(2,1fr)}.header{padding:12px 20px}}@media (max-width:640px){.landing-card{padding:14px}.hero-title{font-size:24px}.hero-subtitle{font-size:15px}.skills{gap:12px;grid-template-columns:1fr}.skill-card{padding:16px 14px}.header{flex-direction:column;gap:10px;padding:12px 16px}.login-btn{font-size:14px;padding:8px 20px}.logo{font-size:22px}.test-btn{font-size:10px;padding:3px 10px;right:8px;top:8px}.user-info{align-items:center;background:#ffffff26;border-radius:16px;display:flex;font-size:16px;justify-content:space-between;margin-bottom:16px;padding:12px 20px}.change-age-btn,.user-info{color:#fff;font-family:Inter,sans-serif}.change-age-btn{background:#fff3;border:none;border-radius:50px;cursor:pointer;font-size:14px;padding:6px 18px;transition:all .3s}.change-age-btn:hover{background:#ffffff4d}.modules{margin:30px 0 25px}.modules-title{color:#fff;font-family:Phenomena,sans-serif;font-size:32px;font-weight:700;margin-bottom:20px;text-align:center}.modules-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(3,1fr)}.module-card{background:#fff;border-radius:24px;box-shadow:0 8px 30px -10px #0000001a;padding:24px 20px;text-align:center;transition:all .3s}.module-card:hover:not(.disabled){box-shadow:0 20px 55px -12px #7b4ef840;transform:translateY(-4px)}.module-card.disabled{opacity:.5;pointer-events:none}.module-status{font-size:28px;margin-bottom:8px}.module-status.completed{color:#22c55e}.module-status.locked{color:#9ca3af}.module-name{color:#1a1a2e;font-family:Inter,sans-serif;font-size:18px;font-weight:700;margin-bottom:6px}.module-desc{color:#6b6b7b;margin-bottom:14px}.module-btn,.module-desc{font-family:Inter,sans-serif;font-size:14px}.module-btn{background:#7b4ef8;border:none;border-radius:50px;color:#fff;cursor:pointer;font-weight:600;padding:10px 28px;transition:all .3s}.module-btn:hover:not(:disabled){background:#6a3dd4;transform:scale(1.02)}.module-btn:disabled{background:#d1d5db;cursor:not-allowed}.modules-note{color:#ffffffb3;font-family:Inter,sans-serif;font-size:14px;margin-top:16px;text-align:center}@media (max-width:1024px){.modules-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.modules-grid{grid-template-columns:1fr}.modules-title{font-size:24px}.user-info{flex-wrap:wrap;font-size:14px;gap:8px;justify-content:center}}}.age-popup-overlay{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.age-popup{animation:slideUp .4s ease;background:#fff;border-radius:40px;box-shadow:0 30px 80px #0000004d;max-width:600px;padding:40px 45px;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.age-popup-header{margin-bottom:30px;text-align:center}.age-popup-header h2{color:#1a1a2e;font-family:Phenomena,sans-serif;font-size:36px;font-weight:700;margin-bottom:8px}.age-popup-subtitle{color:#6b6b7b;font-family:Inter,sans-serif;font-size:16px;line-height:1.5}.age-popup-body{margin-bottom:30px}.form-group{margin-bottom:24px}.form-group label{display:block;font-weight:600;margin-bottom:8px}.date-input,.form-group label{color:#1a1a2e;font-family:Inter,sans-serif;font-size:16px}.date-input{background:#f8f6ff;border:2px solid #e5e0f5;border-radius:16px;padding:14px 18px;transition:all .3s;width:100%}.date-input:focus{border-color:#7b4ef8;box-shadow:0 0 0 4px #7b4ef81a;outline:none}.age-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(4,1fr)}.age-btn{background:#f8f6ff;border:2px solid #e5e0f5;border-radius:14px;color:#333;cursor:pointer;font-family:Inter,sans-serif;font-size:14px;font-weight:500;padding:12px 8px;transition:all .3s}.age-btn:hover{background:#f0edff;border-color:#7b4ef8}.age-btn.active{background:#7b4ef8;border-color:#7b4ef8;box-shadow:0 4px 15px #7b4ef84d;color:#fff}.error-text{color:#ef4444;font-family:Inter,sans-serif;font-size:14px;margin-top:8px}.age-popup-footer,.error-text{text-align:center}.save-btn{background:#7b4ef8;border:none;border-radius:50px;box-shadow:0 10px 30px -10px #7b4ef866;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-size:18px;font-weight:600;padding:16px 48px;transition:all .3s}.save-btn:hover{box-shadow:0 15px 40px -10px #7b4ef880;transform:translateY(-3px)}@media (max-width:640px){.age-popup{border-radius:28px;padding:28px 20px}.age-popup-header h2{font-size:28px}.age-grid{grid-template-columns:repeat(3,1fr)}.save-btn{font-size:16px;padding:14px 32px}}.modules-container{align-items:center;background:linear-gradient(179.61deg,#9462f4 15.33%,#7171f2 54.82%,#73aaf9 93.49%);display:flex;justify-content:center;min-height:100vh;padding:20px}.modules-card{background:#fff;border:6px solid #fff;border-radius:50px;box-shadow:0 30px 80px #00000026;max-width:1200px;padding:28px 40px;width:100%}.modules-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:18px}.back-btn{background:#f8f6ff;border:2px solid #e5e0f5;border-radius:20px;color:#1a1a2e;cursor:pointer;font-family:Inter,sans-serif;font-size:16px;font-weight:600;padding:10px 20px;transition:all .3s}.back-btn:hover{background:#f0edff;border-color:#7b4ef8}.modules-user{background:#f8f6ff;border-radius:50px;color:#4a4a5a;font-family:Inter,sans-serif;font-size:16px;padding:8px 16px}.modules-hero{text-align:center}.modules-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(4,1fr)}.module-card{align-items:center;background:#fff;border:3px solid #e5e0f5;border-radius:24px;cursor:pointer;display:flex;flex-direction:column;gap:6px;padding:16px;position:relative;text-align:center;transition:all .2s ease}.module-card.active:hover{border-color:#c7bcef}.module-card-selected{background:#f0fdf4;border-color:#22c55e;box-shadow:0 10px 30px -10px #22c55e73}.module-card-disabled{cursor:not-allowed;opacity:.55}.module-checkbox{font-size:18px;line-height:1;position:absolute;right:12px;top:10px}.module-soon-badge{background:#f0edff;border-radius:10px;color:#7b4ef8;font-family:Inter,sans-serif;font-size:11px;font-weight:700;left:12px;padding:2px 8px;position:absolute;top:10px}.module-icon{font-size:36px}.module-name{color:#1a1a2e;font-size:16px;font-weight:700}.module-desc,.module-name{font-family:Inter,sans-serif}.module-desc{color:#666;font-size:13px;margin-bottom:2px}.module-topics{list-style:none;margin:0;padding:0;text-align:left;width:100%}.module-topics li{border-bottom:1px dashed #e5e0f5;color:#4a4a5a;font-family:Inter,sans-serif;font-size:12px;padding:3px 0}.module-topics li:last-child{border-bottom:none}.modules-start-bar{display:flex;justify-content:center;margin-top:20px}.modules-start-selected-btn{background:linear-gradient(130.29deg,#9061f9,#6d28d9);border:none;border-radius:50px;box-shadow:0 14px 34px -8px #6d28d999;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-size:19px;font-weight:800;padding:16px 44px;transition:all .3s}.modules-start-selected-btn:hover:not(:disabled){box-shadow:0 18px 40px -8px #6d28d9b3;transform:translateY(-2px)}.modules-start-selected-btn:disabled{background:#c7bcef;box-shadow:none;color:#fff;cursor:not-allowed}@media (max-width:1024px){.modules-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.modules-card{border-radius:30px;padding:24px 16px}.modules-grid{grid-template-columns:1fr}}.module-template-container{align-items:center;background:linear-gradient(179.61deg,#9462f4 15.33%,#7171f2 54.82%,#73aaf9 93.49%);display:flex;justify-content:center;min-height:100vh;padding:20px}.module-template-card{background:#fff;border:6px solid #fff;border-radius:50px;box-shadow:0 30px 80px #00000026;justify-content:center;margin-top:-40px;max-width:1200px;min-height:700px;padding:40px 50px}.module-template-card,.module-template-content{align-items:center;display:flex;flex-direction:column;width:100%}.module-template-content{gap:30px}.module-template-progress{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:10px;margin-top:20px}.module-template-dot{border:3px solid #fff;border-radius:70px;box-shadow:0 3px 10px #aebbd2cf;height:22px;transition:all .3s;width:40px}.module-template-dot.correct{background:linear-gradient(90deg,#2bec56,#51eec7)}.module-template-dot.wrong{background:linear-gradient(90deg,#fe2bc3 3.75%,#ff1431 96.25%)}.module-template-dot.empty{background:#fff;opacity:.45}.module-template-bottom-row{align-items:center;display:flex;gap:20px;justify-content:space-between;width:100%}.module-template-extra{color:#4a4a5a;flex:1 1;font-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:1.3;max-width:60%;text-align:right}.module-template-btn{align-items:center;background:linear-gradient(130.29deg,#fe2b2b 13.21%,#ef0f45 81.73%);border:5px solid #fff;border-radius:200px;cursor:pointer;display:flex;height:72px;justify-content:center;position:relative;transition:all .3s;width:200px}.module-template-btn:hover:not(:disabled){filter:brightness(1.05)}.module-template-btn:disabled{cursor:not-allowed;opacity:.5}.module-template-btn-shadow{border-radius:200px;bottom:-10%;height:22%;left:3%;opacity:.85;position:absolute;width:94%;z-index:-1}.module-template-btn-blink{background:#ffffff8c;border-radius:50%;height:16px;left:22px;pointer-events:none;position:absolute;top:10px;width:16px}.module-template-btn-blink-small{background:#fff6;border-radius:50%;height:8px;left:42px;pointer-events:none;position:absolute;top:6px;width:8px}.module-template-btn-text{color:#fff;font-family:Inter,sans-serif;font-size:36px;font-weight:800;line-height:43px;text-transform:uppercase;z-index:1}@media (max-width:768px){.module-template-card{border-radius:30px;margin-top:0;min-height:auto;padding:24px 16px}.module-template-bottom-row{align-items:center;flex-direction:column;gap:10px}.module-template-extra{max-width:100%;text-align:center}.module-template-dot{height:18px;width:30px}.module-template-btn{height:54px;width:144px}.module-template-btn-text{font-size:25px}}.module-template-btn{outline:none}.module-template-btn:focus{box-shadow:none;outline:none}.module-template-btn:hover:not(:disabled){filter:none!important}.module-template-btn-shadow{transition:none!important}.module-template-btn:disabled .module-template-btn-blink,.module-template-btn:disabled .module-template-btn-blink-small,.module-template-btn:disabled .module-template-btn-shadow{opacity:0}.sound-test-container{background:linear-gradient(179.61deg,#9462f4 15.33%,#7171f2 54.82%,#73aaf9 93.49%);min-height:100vh;padding:20px}.sound-test-card,.sound-test-container{align-items:center;display:flex;justify-content:center}.sound-test-card{background:#fff;border:6px solid #fff;border-radius:50px;box-shadow:0 30px 80px #00000026;max-width:1200px;min-height:700px;padding:40px 50px;width:100%}.test-area{flex-direction:column;gap:30px}.images-container,.test-area{align-items:center;display:flex;width:100%}.images-container{gap:80px;justify-content:center}.image-card{align-items:center;background:#fff;border:4px solid #e5e0f5;border-radius:49px;box-shadow:0 4px 20px #0000000f;cursor:pointer;display:flex;flex-direction:column;height:400px;justify-content:center;padding:20px;transition:all .3s ease;width:380px}.image-card:hover{box-shadow:0 12px 40px #7b4ef826;transform:translateY(-4px)}.image-card.selected{background:#f0edff;border-color:#7b4ef8;box-shadow:0 0 0 6px #7b4ef833}.test-image{border-radius:20px;height:260px;object-fit:contain;width:260px}.image-label{color:#1a1a2e;font-family:Inter,sans-serif;font-size:20px;font-weight:600;margin-top:12px}.image-placeholder{align-items:center;color:#c4c4d0;display:flex;flex-direction:column;font-size:60px;justify-content:center}.placeholder-text{color:#9ca3af;font-family:Inter,sans-serif;font-size:14px;margin-top:8px}.progress-indicators{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.progress-dot{border:3px solid #fff;border-radius:70px;box-shadow:0 3px 10px #aebbd2cf;height:22px;transition:all .3s;width:40px}.progress-dot.correct{background:linear-gradient(90deg,#2bec56,#51eec7)}.progress-dot.wrong{background:linear-gradient(90deg,#fe2bc3 3.75%,#ff1431 96.25%)}.progress-dot.empty{background:#fff;opacity:.45}.result-card{padding:60px 50px;text-align:center}.result-text{color:#4a4a5a;font-size:20px;line-height:1.6;margin-bottom:30px}.result-btn,.result-text{font-family:Inter,sans-serif}.result-btn{background:#7b4ef8;border:none;border-radius:50px;box-shadow:0 10px 30px -10px #7b4ef866;color:#fff;cursor:pointer;font-size:18px;font-weight:600;padding:16px 48px;transition:all .3s}.result-btn:hover{box-shadow:0 15px 40px -10px #7b4ef880;transform:translateY(-3px)}@media (max-width:1024px){.images-container{gap:40px}.image-card{height:300px;width:280px}.test-image{height:180px;width:180px}}@media (max-width:768px){.sound-test-card{border-radius:30px;min-height:auto;padding:24px 16px}.images-container{flex-direction:column;gap:16px}.image-card{height:240px;padding:12px;width:220px}.test-image{height:140px;width:140px}.image-label{font-size:16px}.progress-dot{height:18px;width:30px}.stop-btn{height:60px;width:160px}.stop-btn-text{font-size:28px}.result-card{padding:30px 20px}.result-title{font-size:28px}.score-number{font-size:48px}}.musicperception-container{align-items:center;display:flex;flex-direction:column;gap:16px;padding-bottom:20px;width:100%}.musicperception-main-row{grid-gap:40px!important;align-items:center!important;display:grid!important;gap:40px!important;grid-template-columns:1fr auto!important;justify-content:center!important}.musicperception-images-grid{grid-gap:30px!important;display:grid!important;gap:30px!important;grid-template-columns:380px 380px!important}.musicperception-image-wrapper{align-items:center;background:#f8f6ff;border:4px solid #e5e0f5;border-radius:28px;display:flex;flex-direction:column;height:380px!important;justify-content:center;padding:10px;transition:all .3s ease;width:380px!important}.musicperception-image{height:340px!important;object-fit:contain!important;width:340px!important}.musicperception-option-label{color:#1a1a2e;font-family:Inter,sans-serif;font-size:20px;font-weight:600;margin-top:10px}.musicperception-image-wrapper.highlighted{background:#fff8e0;border-color:#ffb800;box-shadow:0 0 0 4px #ffb8004d}.musicperception-image-wrapper.answer-correct{background:#e8fdf0;border-color:#22c55e}.musicperception-image-wrapper.answer-wrong{background:#fee2e2;border-color:#ef4444}.musicperception-indicators{align-items:center;display:flex;flex-direction:column;flex-shrink:0;gap:20px}.musicperception-indicators .indicator{align-items:center;background:#f0f0f5;border-radius:50%;display:flex;font-size:36px;height:80px;justify-content:center;transition:all .3s ease;width:80px}.musicperception-indicators .listen.active{background:#7b4ef8}.musicperception-indicators .speak.active{background:#22c55e}.musicperception-indicators .indicator-icon{line-height:1}.rhythm-test-container{align-items:center;background:linear-gradient(179.61deg,#9462f4 15.33%,#7171f2 54.82%,#73aaf9 93.49%);display:flex;justify-content:center;min-height:100vh;padding:20px}.rhythm-test-card{background:#fff;border:6px solid #fff;border-radius:50px;box-shadow:0 30px 80px #00000026;justify-content:center;max-width:1200px;min-height:700px;padding:40px 50px}.rhythm-area,.rhythm-test-card{align-items:center;display:flex;flex-direction:column;width:100%}.rhythm-area{gap:30px}.rhythm-top-row{align-items:center;display:flex;gap:80px;justify-content:center;width:100%}.clap-hands{font-size:280px;line-height:1;transform-origin:center;transition:all .1s ease;-webkit-user-select:none;user-select:none}.clap-hands.clap{opacity:.7;transform:scale(.8)}.rhythm-big-btn{align-items:center;background:#f8f6ff;border:4px solid #e5e0f5;border-radius:49px;box-shadow:0 4px 20px #0000000f;cursor:pointer;display:flex;flex-direction:column;gap:12px;height:150px;justify-content:center;transition:all .3s ease;width:150px}.rhythm-big-btn:hover:not(:disabled){box-shadow:0 12px 40px #7b4ef826;transform:translateY(-4px)}.rhythm-big-btn:disabled{cursor:not-allowed;opacity:.4}.rhythm-big-btn .btn-icon{font-size:48px;line-height:1}.rhythm-big-btn .btn-label{color:#1a1a2e;font-family:Inter,sans-serif;font-size:16px;font-weight:600}.rhythm-big-btn.active{background:#f0edff;border-color:#7b4ef8;box-shadow:0 0 0 6px #7b4ef833}.rhythm-progress{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.rhythm-dot{background:#fff;border:3px solid #fff;border-radius:70px;box-shadow:0 3px 10px #aebbd2cf;height:22px;opacity:.45;transition:all .3s;width:40px}.rhythm-dot.active{background:linear-gradient(90deg,#2bec56,#51eec7);opacity:1}.rhythm-status{font-family:Inter,sans-serif;font-size:20px;font-weight:600;min-height:40px;text-align:center}.status-clap{animation:pulse-text .8s ease-in-out infinite;color:#22c55e}@keyframes pulse-text{0%,to{opacity:1}50%{opacity:.4}}.status-result.success{color:#22c55e}.status-result.error{color:#ef4444}.stop-btn{align-items:center;background:linear-gradient(130.29deg,#fe2b2b 13.21%,#ef0f45 81.73%);border:5px solid #fff;border-radius:200px;cursor:pointer;display:flex;height:80px;justify-content:center;margin-top:20px;position:relative;transition:all .3s;width:220px}.stop-btn:hover{transform:scale(1.02)}.stop-btn-shadow{background:#d80939;border-radius:200px;bottom:-10px;height:46px;left:0;position:absolute;width:220px;z-index:-1}.stop-btn-blink{background:#ff7a82;border-radius:20px;height:24px;left:14px;opacity:.7;position:absolute;top:5px;width:43px}.stop-btn-text{color:#fff;font-family:Inter,sans-serif;font-size:40px;font-weight:800;line-height:48px;text-transform:uppercase;z-index:1}@media (max-width:1024px){.rhythm-top-row{flex-wrap:wrap;gap:40px}.clap-hands{font-size:200px}.rhythm-big-btn{height:180px;width:160px}.rhythm-big-btn .btn-icon{font-size:48px}}@media (max-width:768px){.rhythm-test-card{border-radius:30px;min-height:auto;padding:24px 16px}.rhythm-top-row{flex-direction:column;gap:16px}.rhythm-big-btn{height:160px;width:160px}.rhythm-big-btn .btn-icon{font-size:40px}.rhythm-big-btn .btn-label{font-size:14px}.clap-hands{font-size:150px}.rhythm-dot{height:18px;width:30px}.stop-btn{height:60px;width:160px}.stop-btn-text{font-size:28px}.rhythm-status{font-size:16px}}.phonemic-container{align-items:center;display:flex;flex-direction:column;gap:24px;padding-bottom:20px;width:100%}.phonemic-speaking-badge{align-items:center;background:#f0f0f5;border-radius:100px;display:flex;gap:10px;height:44px;margin-bottom:24px;opacity:.4;padding:10px 24px;pointer-events:none;transition:all .3s ease}.phonemic-speaking-badge.active{background:#7b4ef8;box-shadow:0 4px 12px #7b4ef84d;opacity:1}.phonemic-speaking-icon{font-size:22px;line-height:1}.phonemic-speaking-text{color:#6b6b7b;font-family:Inter,sans-serif;font-size:16px;font-weight:600;transition:color .3s ease}.phonemic-speaking-badge.active .phonemic-speaking-text{color:#fff}.phonemic-cards-grid{grid-gap:30px!important;display:grid!important;gap:30px!important;grid-template-columns:380px 380px!important}.phonemic-card-wrapper{align-items:center;background:#f8f6ff;border:4px solid #e5e0f5;border-radius:28px;display:flex;height:380px!important;justify-content:center;padding:10px;transition:all .3s ease;width:380px!important}.phonemic-card-wrapper.clickable{cursor:pointer}.phonemic-card-wrapper.clickable:hover{background:#f0ecfb;border-color:#c4bbe8;transform:scale(1.02)}.phonemic-card-wrapper.clickable:active{transform:scale(.98)}.phonemic-card-image{height:340px!important;object-fit:contain!important;pointer-events:none;width:340px!important}.phonemic-card-wrapper.answer-correct{animation:correctPulse .5s ease;background:#e8fdf0;border-color:#22c55e;box-shadow:0 0 0 4px #22c55e40}.phonemic-card-wrapper.answer-correct-hint{animation:correctPulse .5s ease .3s both;background:#e8fdf0;border-color:#22c55e;box-shadow:0 0 0 4px #22c55e40}.phonemic-card-wrapper.answer-wrong{animation:wrongShake .5s ease;background:#fee2e2;border-color:#ef4444;box-shadow:0 0 0 4px #ef444440}@keyframes correctPulse{0%{transform:scale(1)}50%{transform:scale(1.04)}to{transform:scale(1)}}@keyframes wrongShake{0%,to{transform:translateX(0)}20%{transform:translateX(-8px)}40%{transform:translateX(8px)}60%{transform:translateX(-6px)}80%{transform:translateX(6px)}}.phonemic-result-content{text-align:center}.phonemic-result-title{color:#1a1a2e;font-family:Phenomena,sans-serif;font-size:40px;font-weight:700;margin-bottom:20px}.phonemic-result-score{align-items:baseline;display:flex;justify-content:center;margin-bottom:20px}.phonemic-score-number{color:#7b4ef8;font-family:Phenomena,sans-serif;font-size:72px;font-weight:700}.phonemic-score-total{color:#b0b0c8;font-family:Inter,sans-serif;font-size:28px;font-weight:600}.phonemic-loading-text{color:#6b6b7b;font-family:Inter,sans-serif;font-size:20px}.sound-position-main-row{align-items:center;display:flex;gap:60px;justify-content:center;width:100%}.sound-position-image-wrapper{border-radius:24px;box-shadow:0 8px 30px #00000014;height:250px;padding:15px;width:250px}.sound-position-circles-col{gap:25px}.sound-pos-circle{height:80px;width:80px}.circle-dot{height:16px;width:16px}.sound-in-word-container{align-items:center;display:flex;flex-direction:column;gap:20px;padding-bottom:20px;width:100%}.mode-buttons-container{display:flex;gap:20px;justify-content:center;margin-bottom:20px}.mode-btn{font-size:18px;padding:14px 28px;transition:all .3s ease}.mode-btn-active{background:#ede9fe;border-color:#7c3aed;box-shadow:0 4px 20px #7c3aed59;transform:scale(1.05)}.sound-in-word-speaking-badge{align-items:center;background:#f0f0f5;border-radius:100px;display:flex;gap:10px;height:44px;margin-bottom:10px;opacity:.4;padding:10px 24px;pointer-events:none;transition:all .3s ease}.sound-in-word-speaking-badge.active{background:#7b4ef8;box-shadow:0 4px 12px #7b4ef84d;opacity:1}.sound-in-word-speaking-icon{font-size:22px;line-height:1}.sound-in-word-speaking-text{color:#6b6b7b;font-family:Inter,sans-serif;font-size:16px;font-weight:600;transition:color .3s ease}.sound-in-word-speaking-badge.active .sound-in-word-speaking-text{color:#fff}.sound-in-word-cards-grid{grid-gap:25px!important;display:grid!important;gap:25px!important;grid-template-columns:repeat(3,280px)!important;justify-content:center}.sound-in-word-card-wrapper{align-items:center;background:#f8f6ff;border:4px solid #e5e0f5;border-radius:24px;display:flex;height:280px!important;justify-content:center;padding:10px;transition:all .3s ease;width:280px!important}.sound-in-word-card-wrapper.clickable{cursor:pointer}.sound-in-word-card-wrapper.clickable:hover{background:#f0ecfb;border-color:#c4bbe8;transform:scale(1.03)}.sound-in-word-card-image{height:240px!important;object-fit:contain!important;pointer-events:none;width:240px!important}.sound-in-word-card-wrapper.answer-correct{animation:siwCorrectPulse .5s ease;background:#e8fdf0;border-color:#22c55e;box-shadow:0 0 0 4px #22c55e40}.sound-in-word-card-wrapper.answer-correct-hint{animation:siwCorrectPulse .5s ease .3s both;background:#e8fdf0;border-color:#22c55e;box-shadow:0 0 0 4px #22c55e40}.sound-in-word-card-wrapper.answer-wrong{animation:siwWrongShake .5s ease;background:#fee2e2;border-color:#ef4444;box-shadow:0 0 0 4px #ef444440}@keyframes siwCorrectPulse{0%{transform:scale(1)}50%{transform:scale(1.04)}to{transform:scale(1)}}@keyframes siwWrongShake{0%,to{transform:translateX(0)}20%{transform:translateX(-8px)}40%{transform:translateX(8px)}60%{transform:translateX(-6px)}80%{transform:translateX(6px)}}.sound-in-word-result-content{text-align:center}.sound-in-word-result-title{color:#1a1a2e;font-family:Phenomena,sans-serif;font-size:40px;font-weight:700;margin-bottom:20px}.sound-in-word-result-score{align-items:baseline;display:flex;justify-content:center;margin-bottom:20px}.sound-in-word-score-number{color:#7b4ef8;font-family:Phenomena,sans-serif;font-size:72px;font-weight:700}.sound-in-word-score-total{color:#b0b0c8;font-family:Inter,sans-serif;font-size:28px;font-weight:600}.sound-position-container{align-items:center;display:flex;flex-direction:column;width:100%}.sound-position-circles-col{align-items:center;display:flex;flex-direction:column;gap:20px}.wordformation-indicators{height:100px}.sound-pos-circle{align-items:center;background:#f8f6ff;border:4px solid #e5e0f5;border-radius:50%;cursor:pointer;display:flex;height:70px;justify-content:center;transition:all .2s ease;width:70px}.sound-pos-circle:hover:not(:disabled){background:#f0edff;border-color:#7b4ef8;transform:scale(1.1)}.sound-pos-circle:disabled{cursor:default;opacity:.7}.sound-pos-circle.correct{background:#d1fae5;border-color:#10b981;box-shadow:0 0 20px #10b98166}.sound-pos-circle.wrong{background:#fee2e2;border-color:#ef4444;box-shadow:0 0 20px #ef444466}.circle-dot{background:#e5e0f5;border-radius:50%;height:18px;transition:background .2s;width:18px}.sound-pos-circle:hover:not(:disabled) .circle-dot{background:#7b4ef8}.sound-pos-circle.correct .circle-dot{background:#10b981}.sound-pos-circle.wrong .circle-dot{background:#ef4444}.sound-position-image-wrapper{align-items:center;background:#fff;border-radius:30px;box-shadow:0 10px 40px #00000014;display:flex;height:450px;justify-content:center;padding:20px;width:450px}.vision-container{align-items:center;display:flex;flex-direction:column;gap:16px;padding-bottom:20px;width:100%}.vision-images-grid{grid-row-gap:10px;grid-column-gap:24px;align-items:start;column-gap:24px;display:grid;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:800px;row-gap:10px;width:100%}.vision-image-btn{align-items:center;background:#f8f6ff;border:4px solid #e5e0f5;border-radius:28px;cursor:pointer;display:flex;justify-content:center;padding:12px;transition:all .3s ease}.vision-image-btn:hover:not(.selected){box-shadow:0 8px 25px #7b4ef826;transform:translateY(-4px)}.vision-image-btn.selected{background:#f0edff;border-color:#7b4ef8;box-shadow:0 0 0 6px #7b4ef833}.vision-image{border:5px solid #0000!important;flex-shrink:0!important;height:200px!important;object-fit:contain!important;width:200px!important}@media (max-width:768px){.vision-images-grid{gap:16px;max-width:100%}.vision-image-btn{min-height:150px;padding:12px}.vision-image{height:100px;width:100px}}@media (max-width:480px){.vision-images-grid{gap:12px}.vision-image-btn{min-height:110px;padding:12px}.vision-image{height:60px;width:60px}}.size-items-row{background:#0000;gap:35px;margin:0 auto;max-width:850px;min-height:300px;padding:30px;width:100%}.size-item-card,.size-items-row{align-items:center;border-radius:24px;display:flex;justify-content:center}.size-item-card{background:#fff;border:4px solid #e5e0f5;cursor:grab;flex-shrink:0;height:260px;transition:all .3s ease;-webkit-user-select:none;user-select:none;width:260px}.size-item-card:hover{box-shadow:0 12px 40px #7b4ef826;transform:translateY(-6px)}.size-item-card.dragging{opacity:.5;transform:scale(.95)}.size-item-img{height:170px;object-fit:contain;pointer-events:none;width:170px}@media (max-width:1024px){.size-item-card{height:160px;width:160px}.size-item-img{height:100px;width:100px}}@media (max-width:768px){.size-items-row{flex-wrap:wrap;gap:16px;padding:16px}.size-item-card{height:120px;width:120px}.size-item-img{height:80px;width:80px}}.vision-main-row{align-items:center;display:flex;gap:30px;justify-content:space-between;padding:0 40px;width:100%}.vision-options-col{display:flex;flex-direction:column;gap:15px;width:200px}.vision-option-btn{background:#f8f6ff;border:3px solid #e5e0f5;border-radius:20px;color:#1a1a2e;cursor:pointer;font-family:Inter,sans-serif;font-size:16px;font-weight:700;height:60px;transition:all .2s;width:100%}.vision-option-btn:hover:not(:disabled){background:#f0edff;border-color:#7b4ef8}.vision-option-btn.answer-correct{background:#d1fae5;border-color:#10b981;box-shadow:0 8px 20px #10b9814d;color:#065f46}.vision-option-btn.answer-wrong{background:#fee2e2;border-color:#ef4444;box-shadow:0 8px 20px #ef44444d;color:#991b1b}.vision-option-btn:disabled{cursor:default;opacity:.6}.vision-image-wrapper{align-items:center;background:#fff;border-radius:24px;box-shadow:0 8px 30px #00000014;display:flex;height:450px;justify-content:center;padding:15px;width:450px}.vision-img{border-radius:16px;max-height:100%;max-width:100%;object-fit:contain}.spatial-container{flex-direction:column;gap:20px}.spatial-container,.spatial-main-row{align-items:center;display:flex;width:100%}.spatial-main-row{gap:40px;justify-content:center}.spatial-options-col{display:flex;flex-direction:column;gap:15px}.spatial-option-btn{background:#f8f6ff;border:3px solid #e5e0f5;border-radius:20px;color:#1a1a2e;cursor:pointer;font-family:Inter,sans-serif;font-size:18px;font-weight:700;height:60px;transition:all .2s;width:160px}.spatial-option-btn:hover:not(:disabled){background:#f0edff;border-color:#7b4ef8}.spatial-option-btn.selected{background:#7b4ef8;border-color:#7b4ef8;box-shadow:0 8px 20px #7b4ef84d;color:#fff}.spatial-option-btn:disabled{cursor:default;opacity:.6}.spatial-scene{align-items:center;display:flex;justify-content:center;max-height:350px;width:400px}.spatial-scene-image{border-radius:16px;max-height:100%;max-width:100%;object-fit:contain}.spatial-indicators-col{align-items:center;display:flex;flex-direction:column;gap:20px}.spatial-bot-speak-indicator{align-items:center;background:#f8f6ff;border:2px solid #e5e0f5;border-radius:50%;box-shadow:0 4px 15px #0000000d;display:flex;font-size:36px;height:80px;justify-content:center;transition:all .3s;width:80px}.spatial-bot-speak-indicator.active{background:#ede9fe;border-color:#7c3aed;box-shadow:0 4px 20px #7c3aed59}.spatial-user-speak-btn{align-items:center;background:#f8f6ff;border:2px solid #e5e0f5;border-radius:50%;box-shadow:0 4px 15px #0000000d;color:#1a1a2e;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:36px;font-weight:600;height:80px;justify-content:center;padding:0;transition:all .3s;width:80px}.spatial-user-speak-btn.active,.spatial-user-speak-btn:hover:not(:disabled){background:#ede9fe;border-color:#7c3aed}.spatial-user-speak-btn.active{box-shadow:0 4px 20px #7c3aed59}.spatial-user-speak-btn:disabled{cursor:default;opacity:.6}.puzzle-container{align-items:center;display:flex;flex-direction:column;gap:40px;width:100%}.puzzle-frames-row{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}.puzzle-frame{grid-gap:2px;background:#e5e0f5;border-radius:12px;display:grid;gap:2px;padding:2px}.puzzle-cell{align-items:center;border-radius:8px;cursor:pointer;display:flex;justify-content:center;overflow:hidden}.puzzle-cell-empty{background:#f8f6ff;border:2px dashed #c7bcef}.puzzle-cell-filled{background:#fff;border:2px solid #22c55e;cursor:default}.puzzle-cell-image{display:block;height:100%;object-fit:cover;width:100%}.puzzle-tray-row{background:#f8f6ff;border:2px solid #e5e0f5;border-radius:20px;display:flex;flex-wrap:wrap;gap:12px;justify-content:center;max-width:900px;min-height:100px;padding:16px}.puzzle-frame-solved{align-items:center;background:#fff;border:3px solid #22c55e;border-radius:12px;box-shadow:0 8px 20px #22c55e59;display:flex;justify-content:center;padding:0}.puzzle-frame-solved-image{border-radius:10px;display:block;height:100%;object-fit:cover;width:100%}.puzzle-tray-item{border:3px solid #0000;border-radius:10px;cursor:grab;height:90px;overflow:hidden;transition:transform .15s,border-color .2s;width:90px}.puzzle-tray-item:hover{transform:scale(1.05)}.puzzle-tray-item-selected{border-color:#7c3aed;box-shadow:0 4px 15px #7c3aed59}.puzzle-tray-image{display:block;height:100%;object-fit:cover;width:100%}.rotation-container{gap:36px;width:100%}.rotation-container,.rotation-sample-block{align-items:center;display:flex;flex-direction:column}.rotation-sample-block{gap:10px}.rotation-sample-frame{align-items:center;background:#f8f6ff;border:3px solid #e5e0f5;border-radius:30px;display:flex;height:320px;justify-content:center;width:320px}.rotation-options-row{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.rotation-option-btn{align-items:center;background:#fff;border:3px solid #e5e0f5;border-radius:20px;cursor:pointer;display:flex;height:110px;justify-content:center;transition:all .2s;width:110px}.rotation-option-btn:hover:not(:disabled){background:#f8f6ff;border-color:#7c3aed}.rotation-option-btn:disabled{cursor:default}.rotation-correct{background:#f0fdf4;border-color:#22c55e;box-shadow:0 8px 20px #22c55e4d}.rotation-wrong{background:#fef2f2;border-color:#ef4444;box-shadow:0 8px 20px #ef444440}.rotation-image{max-height:65%;max-width:65%;object-fit:contain}.vocabulary-container{align-items:center;display:flex;flex-direction:column;gap:16px;padding-bottom:20px;width:100%}.vocabulary-images-grid{grid-row-gap:10px;grid-column-gap:24px;align-items:start;column-gap:24px;display:grid;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:800px;row-gap:10px;width:100%}.vocabulary-image-btn{align-items:center;background:#f8f6ff;border:4px solid #e5e0f5;border-radius:28px;cursor:pointer;display:flex;justify-content:center;padding:12px;transition:all .3s ease}.vocabulary-image-btn:hover:not(.selected-multiple){box-shadow:0 8px 25px #7b4ef826;transform:translateY(-4px)}.vocabulary-image-btn.selected-multiple{background:#f0edff;border-color:#7b4ef8;box-shadow:0 0 0 6px #7b4ef833}.vocabulary-image{border:5px solid #0000!important;flex-shrink:0!important;height:200px!important;object-fit:contain!important;width:200px!important}.vocabulary-confirm-btn{background:#7b4ef8;border:none;border-radius:50px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-size:18px;font-weight:600;margin-top:8px;padding:12px 32px;transition:all .3s ease}.vocabulary-confirm-btn:hover:not(:disabled){box-shadow:0 8px 25px #7b4ef84d;transform:scale(1.02)}.vocabulary-confirm-btn:disabled{cursor:not-allowed;opacity:.5}@media (max-width:768px){.vocabulary-images-grid{gap:16px;max-width:100%}.vocabulary-image-btn{min-height:150px;padding:12px}.vocabulary-image{height:100px;width:100px}.vocabulary-confirm-btn{font-size:16px;padding:10px 24px}}@media (max-width:480px){.vocabulary-images-grid{gap:12px}.vocabulary-image-btn{min-height:110px;padding:80px}.vocabulary-image{height:60px;width:60px}.vocabulary-confirm-btn{font-size:14px;padding:8px 20px}}.wordformation-container{align-items:center;display:flex;flex-direction:column;gap:16px;padding-bottom:20px}.wordformation-main-row{grid-gap:40px!important;align-items:center!important;display:grid!important;gap:40px!important;grid-template-columns:1fr auto!important;justify-content:center!important}.wordformation-images-grid{grid-gap:30px!important;display:grid!important;gap:30px!important;grid-template-columns:380px 380px!important}.wordformation-image-wrapper{align-items:center;background:#f8f6ff;border:4px solid #e5e0f5;border-radius:28px;display:flex;height:380px!important;justify-content:center;padding:10px;width:380px!important}.wordformation-image{height:340px!important;object-fit:contain!important;width:340px!important}.wordformation-image-wrapper.highlighted{background:#fff8e0;border-color:#ffb800;box-shadow:0 0 0 4px #ffb8004d}.wordformation-image-wrapper.answer-correct{background:#e8fdf0;border-color:#22c55e}.wordformation-image-wrapper.answer-wrong{background:#fee2e2;border-color:#ef4444}.wordformation-container{padding:20px;width:100%}.wordformation-main-row{align-items:center;display:flex;flex-direction:column;gap:30px}.wordformation-images-grid{display:flex;flex-wrap:wrap;gap:40px;justify-content:center}.wordformation-image-wrapper{background:#f5f5f5;border:4px solid #0000;border-radius:16px;height:200px;overflow:hidden;transition:all .3s ease;width:200px}.wordformation-image-wrapper.highlighted{border-color:gold;box-shadow:0 0 20px #ffd70080;transform:scale(1.05)}.wordformation-image-wrapper.answer-correct{border-color:#4caf50;box-shadow:0 0 20px #4caf5080}.wordformation-image-wrapper.answer-wrong{border-color:#f44336;box-shadow:0 0 20px #f4433680}.wordformation-image{height:100%;object-fit:cover;width:100%}.wordformation-indicators{gap:30px;margin-top:10px}.indicator{background:#e0e0e0;height:60px;width:60px}.indicator.active{animation:pulse 1s infinite;background:#2196f3}.indicator-icon{font-size:30px}.result-content{padding:40px}.result-title{font-size:32px}.result-score{font-size:48px;font-weight:700}.score-number{color:#4caf50}.score-total{color:#999}.loading-text{color:#666;font-size:24px;padding:40px}.ab-game-area{padding:0 40px 20px}.ab-top-controls{align-items:center;display:flex;justify-content:center;margin-bottom:15px;min-height:80px}.ab-mode-selection{align-items:center;display:flex;flex-direction:column;gap:20px;margin:0}.ab-mode-title{color:"#1A1A2E";font-family:Phenomena,sans-serif;font-size:32px;font-weight:700;margin:0}.ab-mode-buttons{display:flex;gap:20px}.ab-mode-btn{background:#f8f6ff;border:2px solid #e5e0f5;border-radius:20px;color:"#1A1A2E";cursor:pointer;font-family:Inter,sans-serif;font-size:18px;font-weight:600;padding:15px 30px;transition:all .2s ease}.ab-mode-btn:hover{background:"#F0EDFF";border-color:"#7B4EF8";box-shadow:0 4px 12px #7b4ef826;transform:translateY(-2px)}.ab-animals-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(4,1fr)}.ab-adults-grid{margin-bottom:15px}.ab-animal-card{align-items:center;background:#fff;border:4px solid #e5e0f5;border-radius:24px;display:flex;justify-content:center;padding:10px;transition:all .3s ease}.ab-baby-card{background:#f8f6ff}.ab-animal-card.correct{background:#d1fae5;border-color:#10b981;box-shadow:0 0 0 4px #10b98133}.ab-animal-card.wrong{animation:shake .5s;background:#fee2e2;border-color:#ef4444}.ab-animal-img{height:170px!important;max-height:170px!important;max-width:170px!important;min-height:170px!important;min-width:170px!important;object-fit:contain!important;width:170px!important}.ab-fallback-text{color:#6b6b7b;font-family:Inter,sans-serif;font-size:14px;height:170px;padding:5px;text-align:center}.ab-fallback-text,.ab-indicators{align-items:center;display:flex;justify-content:center}.ab-indicators{flex-direction:row;flex-shrink:0;gap:20px}.ab-indicator{align-items:center;background:#f0f0f5;border-radius:50%;display:flex;font-size:36px;height:80px;justify-content:center;line-height:1;transition:all .3s ease;width:80px}.ab-indicator.listen.active{background:#7b4ef8}.ab-indicator.speak.active{background:#22c55e}.negation-container{align-items:center;display:flex;flex-direction:column;gap:20px;padding-bottom:20px;width:100%}.negation-images-grid{grid-row-gap:10px;grid-column-gap:24px;align-items:start;column-gap:24px;display:grid;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:800px;row-gap:10px;width:100%}.negation-image-btn{align-items:center;background:#f8f6ff;border:4px solid #e5e0f5;border-radius:28px;cursor:pointer;display:flex;justify-content:center;padding:12px;transition:all .3s ease}.negation-image-btn:hover:not(.selected){box-shadow:0 8px 25px #7b4ef826;transform:translateY(-4px)}.negation-image-btn.selected{background:#f0edff;border-color:#7b4ef8;box-shadow:0 0 0 6px #7b4ef833}.negation-image{border:5px solid #0000!important;flex-shrink:0!important;height:200px!important;object-fit:contain!important;width:200px!important}.negation-confirm-btn{background:#7b4ef8;border:none;border-radius:50px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-size:18px;font-weight:600;margin-top:8px;padding:12px 32px;transition:all .3s ease}.negation-confirm-btn:hover:not(:disabled){box-shadow:0 8px 25px #7b4ef84d;transform:scale(1.02)}.negation-confirm-btn:disabled{cursor:not-allowed;opacity:.5}.negation-result-content{text-align:center}.negation-result-title{color:#1a1a2e;font-family:Phenomena,sans-serif;font-size:40px;font-weight:700;margin-bottom:20px}.negation-result-score{align-items:baseline;display:flex;justify-content:center;margin-bottom:20px}.negation-score-number{color:#7b4ef8;font-family:Phenomena,sans-serif;font-size:72px;font-weight:700}.negation-score-total{color:#b0b0c8;font-family:Inter,sans-serif;font-size:28px;font-weight:600}.negation-loading-text{color:#6b6b7b;font-family:Inter,sans-serif;font-size:20px}@media (max-width:768px){.negation-images-grid{gap:16px;max-width:100%}.negation-image-btn{min-height:150px;padding:12px}.negation-image{height:100px;width:100px}.negation-confirm-btn{font-size:16px;padding:10px 24px}}@media (max-width:480px){.negation-images-grid{gap:12px}.negation-image-btn{min-height:110px;padding:10px}.negation-image{height:60px;width:60px}.negation-confirm-btn{font-size:14px;padding:8px 20px}}.mi-container{align-items:stretch;box-sizing:border-box;display:flex;gap:50px;padding:20px 10px;width:100%}.mi-grid{grid-gap:15px;display:grid;flex-shrink:0;gap:15px;grid-template-columns:repeat(2,160px);grid-template-rows:repeat(3,160px)}.mi-grid-cell{align-items:center;background:#fff;border:4px solid #e5e0f5;border-radius:24px;display:flex;justify-content:center;transition:all .3s ease}.mi-grid-cell.dummy{background:#f0f0f0;border:4px dashed #d0d0d0;cursor:default}.mi-grid-cell:not(.dummy):not(.clickable){cursor:grab}.mi-grid-cell:not(.dummy):not(.clickable):hover{border-color:#7b4ef8;box-shadow:0 10px 25px #0000001a;transform:translateY(-5px)}.mi-grid-cell.clickable{cursor:pointer}.mi-grid-cell.clickable:hover{background:#f8f6ff;border-color:#7b4ef8}.error-shake{animation:shake .4s ease-in-out;border-color:#ef4444!important}.mi-floor{background-color:#c9a66b;background-image:url(https://7cdc3d1b-1cdd-4f85-aaa4-fa5c412f8f13.selstorage.ru/textures/floor.png);background-position:50%;background-size:cover;border:8px solid #5d3a1a;border-radius:8px;box-shadow:inset 0 0 20px #00000026,0 10px 20px #0000004d;height:500px;min-width:500px;position:relative;width:100%}.mi-floor-label{color:#fff;font-family:Inter,sans-serif;font-size:14px;font-weight:700;pointer-events:none;position:absolute;right:20px;text-shadow:0 1px 3px #00000080;text-transform:uppercase;top:15px;z-index:5}.mi-floor-items{bottom:15px;flex-wrap:wrap;gap:10px;left:20px;z-index:5}.mi-floor-items,.mi-rug{display:flex;position:absolute}.mi-rug{align-items:center;background-color:#b45309;background-image:url(https://7cdc3d1b-1cdd-4f85-aaa4-fa5c412f8f13.selstorage.ru/textures/carpet.png);background-position:50%;background-size:cover;border:12px solid #f5f5f5;border-radius:8px;box-shadow:0 15px 35px #0006;flex-direction:column;height:300px;justify-content:center;left:50%;padding:40px 20px 20px;top:50%;transform:translate(-50%,-50%);width:240px;z-index:10}.mi-rug-label{color:#fff;font-family:Inter,sans-serif;font-size:16px;font-weight:700;left:0;pointer-events:none;position:absolute;right:0;text-align:center;text-shadow:0 1px 3px #00000080;text-transform:uppercase;top:-45px}.mi-rug-items{flex-wrap:wrap;gap:10px}.mi-rug-items,.mi-zone-item{align-items:center;display:flex;justify-content:center}.mi-zone-item{height:70px;width:70px}.mi-shape{align-items:center;border-radius:50%;color:#fff;display:flex;font-weight:700;height:80px;justify-content:center;pointer-events:none;-webkit-user-select:none;user-select:none;width:80px}.mi-shape.square{border-radius:16px}.mi-shape.red{background:#ef4444}.mi-shape.blue{background:#3b82f6}.mi-shape.img-placeholder{background:#e5e0f5;color:#6b6b7b;font-family:Phenomena,sans-serif;font-size:32px}.mi-result-content{text-align:center}.mi-result-title{color:#1a1a2e;font-family:Phenomena,sans-serif;font-size:40px;font-weight:700;margin-bottom:20px}.mi-result-score{align-items:baseline;display:flex;justify-content:center;margin-bottom:20px}.mi-score-number{color:#7b4ef8;font-family:Phenomena,sans-serif;font-size:72px;font-weight:700}.mi-score-total{color:#b0b0c8;font-family:Inter,sans-serif;font-size:28px;font-weight:600}.sentence-comp-container{align-items:center;display:flex;flex-direction:column;gap:24px;padding-bottom:20px;width:100%}.sentence-comp-speaking-badge{align-items:center;background:#f0f0f5;border-radius:100px;display:flex;gap:10px;height:44px;margin-bottom:24px;opacity:.4;padding:10px 24px;pointer-events:none;transition:all .3s ease}.sentence-comp-speaking-badge.active{background:#7b4ef8;box-shadow:0 4px 12px #7b4ef84d;opacity:1}.sentence-comp-speaking-icon{font-size:22px;line-height:1}.sentence-comp-speaking-text{color:#6b6b7b;font-family:Inter,sans-serif;font-size:16px;font-weight:600;transition:color .3s ease}.sentence-comp-speaking-badge.active .sentence-comp-speaking-text{color:#fff}.sentence-comp-cards-grid{grid-gap:30px!important;display:grid!important;gap:30px!important;grid-template-columns:380px 380px!important}.sentence-comp-card-wrapper{align-items:center;background:#f8f6ff;border:4px solid #e5e0f5;border-radius:28px;display:flex;height:380px!important;justify-content:center;padding:10px;transition:all .3s ease;width:380px!important}.sentence-comp-card-wrapper.clickable{cursor:pointer}.sentence-comp-card-wrapper.clickable:hover{background:#f0ecfb;border-color:#c4bbe8;transform:scale(1.02)}.sentence-comp-card-wrapper.clickable:active{transform:scale(.98)}.sentence-comp-card-image{height:340px!important;object-fit:contain!important;pointer-events:none;width:340px!important}.sentence-comp-card-wrapper.answer-correct{animation:sentenceCorrectPulse .5s ease;background:#e8fdf0;border-color:#22c55e;box-shadow:0 0 0 4px #22c55e40}.sentence-comp-card-wrapper.answer-correct-hint{animation:sentenceCorrectPulse .5s ease .3s both;background:#e8fdf0;border-color:#22c55e;box-shadow:0 0 0 4px #22c55e40}.sentence-comp-card-wrapper.answer-wrong{animation:sentenceWrongShake .5s ease;background:#fee2e2;border-color:#ef4444;box-shadow:0 0 0 4px #ef444440}@keyframes sentenceCorrectPulse{0%{transform:scale(1)}50%{transform:scale(1.04)}to{transform:scale(1)}}@keyframes sentenceWrongShake{0%,to{transform:translateX(0)}20%{transform:translateX(-8px)}40%{transform:translateX(8px)}60%{transform:translateX(-6px)}80%{transform:translateX(6px)}}.sentence-comp-result-content{text-align:center}.sentence-comp-result-title{color:#1a1a2e;font-family:Phenomena,sans-serif;font-size:40px;font-weight:700;margin-bottom:20px}.sentence-comp-result-score{align-items:baseline;display:flex;justify-content:center;margin-bottom:20px}.sentence-comp-score-number{color:#7b4ef8;font-family:Phenomena,sans-serif;font-size:72px;font-weight:700}.sentence-comp-score-total{color:#b0b0c8;font-family:Inter,sans-serif;font-size:28px;font-weight:600}.sentence-comp-loading-text{color:#6b6b7b;font-family:Inter,sans-serif;font-size:20px}.story-items-row{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;padding:20px 0;width:100%}.story-slot-wrapper{align-items:center;display:flex;flex-direction:column;gap:10px}.story-pos-num{color:#b0b0c8;font-family:Phenomena,sans-serif;font-size:24px;font-weight:700}.story-item-card{align-items:center;background:#f8f6ff;border:4px solid #e5e0f5;border-radius:20px;cursor:pointer;display:flex;height:180px;justify-content:center;position:relative;transition:all .2s ease;-webkit-user-select:none;user-select:none;width:220px}.story-item-card:hover{background:#f0ecfb;border-color:#c4bbe8}.story-item-card.selected-card{background:#ede7ff;border-color:#7b4ef8;box-shadow:0 0 0 4px #7b4ef833;transform:scale(1.05)}.story-item-card.dragging{opacity:.5;transform:scale(.95)}.story-item-img{height:90%;object-fit:contain;pointer-events:none;width:90%}.story-speak-btn{align-items:center;background:#fffffff2;border:2px solid #e0e0e0;border-radius:50%;box-shadow:0 2px 6px #0000001a;cursor:pointer;display:flex;font-size:18px;height:36px;justify-content:center;position:absolute;right:8px;top:8px;transition:all .2s;width:36px;z-index:10}.story-speak-btn:hover{border-color:#7b4ef8;transform:scale(1.15)}.story-speak-btn.active{animation:pulse 1s infinite;background:#7b4ef8;border-color:#7b4ef8}@keyframes pulse{0%{box-shadow:0 0 0 0 #7b4ef880}70%{box-shadow:0 0 0 12px #7b4ef800}to{box-shadow:0 0 0 0 #7b4ef800}}.story-item-card.correct-card{background:#e8fdf0;border-color:#22c55e}.story-item-card.wrong-card{animation:shake .4s ease;background:#fee2e2;border-color:#ef4444}.story-loading-text,.story-result-content{text-align:center}.story-loading-text{color:#6b6b7b;font-family:Inter,sans-serif;font-size:20px;margin-top:40px}.story-result-title{color:#1a1a2e;font-family:Phenomena,sans-serif;font-size:40px;font-weight:700;margin-bottom:20px}.story-result-score{align-items:baseline;display:flex;justify-content:center;margin-bottom:20px}.story-score-number{color:#7b4ef8;font-family:Phenomena,sans-serif;font-size:72px;font-weight:700}.story-score-total{color:#b0b0c8;font-family:Inter,sans-serif;font-size:28px;font-weight:600}.gen-container{align-items:center;display:flex;flex-direction:column;gap:20px;padding-bottom:10px;width:100%}.gen-main-row{align-items:center!important;display:flex!important;gap:30px!important;justify-content:center!important;width:100%}.wordformation-indicators{align-items:center;display:flex;flex-direction:column;flex-shrink:0;gap:20px}.gen-grid{grid-gap:20px!important;display:grid!important;gap:20px!important;grid-template-columns:1fr 1fr!important;max-width:500px!important;width:100%}.gen-card{align-items:center;aspect-ratio:1/1;background:#f8f6ff;border:3px solid #e5e0f5;border-radius:20px;box-sizing:border-box;display:flex;justify-content:center;padding:10px;width:100%!important}.gen-img{height:90%;object-fit:contain;pointer-events:none;width:90%}.gen-feedback-text{border-radius:16px;font-family:Inter,sans-serif;font-size:22px;font-weight:700;padding:10px 25px}.gen-feedback-text.correct{background:#dcfce7;color:#166534}.gen-feedback-text.wrong{background:#fee2e2;color:#991b1b}.gen-loading-text,.gen-result-content{text-align:center}.gen-loading-text{color:#6b6b7b;font-family:Inter,sans-serif;font-size:20px;margin-top:40px}.gen-result-title{color:#1a1a2e;font-family:Phenomena,sans-serif;font-size:40px;font-weight:700;margin-bottom:20px}.gen-result-score{align-items:baseline;display:flex;justify-content:center;margin-bottom:20px}.gen-score-number{color:#7b4ef8;font-family:Phenomena,sans-serif;font-size:72px;font-weight:700}.gen-score-total{color:#b0b0c8;font-family:Inter,sans-serif;font-size:28px;font-weight:600}.verbs-container{align-items:center;display:flex;flex-direction:column;gap:20px;padding-bottom:20px;width:100%}.verbs-main-row{align-items:center!important;display:flex!important;gap:40px!important;justify-content:center!important;width:100%}.verbs-image-card{align-items:center;background:#f8f6ff;border:4px solid #e5e0f5;border-radius:28px;box-sizing:border-box;display:flex;height:450px!important;justify-content:center;padding:15px;width:450px!important}.verbs-img{height:100%;object-fit:contain!important;pointer-events:none;width:100%}.verbs-indicators-col{align-items:center;display:flex;flex-direction:column;flex-shrink:0;gap:20px}.indicator{font-size:36px;height:80px;width:80px}.indicator.listen.active{animation:verbsPulse 1.5s infinite}@keyframes verbsPulse{0%{box-shadow:0 0 0 0 #7b4ef880}70%{box-shadow:0 0 0 15px #7b4ef800}to{box-shadow:0 0 0 0 #7b4ef800}}.verbs-loading-text,.verbs-result-content{text-align:center}.verbs-loading-text{color:#6b6b7b;font-family:Inter,sans-serif;font-size:20px;margin-top:40px}.verbs-result-title{color:#1a1a2e;font-family:Phenomena,sans-serif;font-size:40px;font-weight:700;margin-bottom:20px}.verbs-result-score{align-items:baseline;display:flex;justify-content:center;margin-bottom:20px}.verbs-score-number{color:#7b4ef8;font-family:Phenomena,sans-serif;font-size:72px;font-weight:700}.verbs-score-total{color:#b0b0c8;font-family:Inter,sans-serif;font-size:28px;font-weight:600}.daily-routine-container{align-items:center;display:flex;flex-direction:column;gap:20px;padding-bottom:20px;width:100%}.routine-indicators{display:flex;gap:20px;margin-bottom:10px}.routine-indicators .indicator{align-items:center;background:#f0f0f5;border-radius:50%;display:flex;font-size:28px;height:60px;justify-content:center;transition:all .3s ease;width:60px}.routine-indicators .indicator.listen.active{background:#7b4ef8}.routine-indicators .indicator.speak.active{background:#22c55e}.routine-indicators .indicator-icon{line-height:1}.routine-main-area{align-items:flex-start;display:flex;gap:40px;justify-content:center;margin-top:-20px;width:100%}.routine-board-wrapper{flex-shrink:0;height:min(max(55vw,350px),550px);margin-top:-20px;position:relative;width:min(max(55vw,350px),550px)}.routine-board-bg{border-radius:24px;height:100%;left:0;object-fit:contain;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.routine-zones-grid{grid-gap:0;display:grid;gap:0;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;height:100%;position:relative;width:100%;z-index:2}.routine-zone{padding:15px}.routine-zone.zone-active{background:#7b4ef814;cursor:pointer}.routine-zone.zone-active:hover{background:#7b4ef833}.routine-zone-items{align-content:flex-start;display:flex;flex-wrap:wrap;gap:10px;height:100%;justify-content:center;width:100%}.routine-zone-item{align-items:center;animation:dropIn .3s ease-out forwards;background:#fff;border:2px solid #e5e0f5;border-radius:14px;box-shadow:0 4px 10px #00000014;display:flex;height:100px;justify-content:center;padding:5px;width:100px}.routine-zone-img{height:100%;object-fit:contain!important;width:100%}.routine-active-card-wrapper{flex-shrink:0;gap:25px;margin-top:20px}.routine-active-card,.routine-active-card-wrapper{align-items:center;display:flex;flex-direction:column}.routine-active-card{background:#fff;border:3px solid #e5e0f5;border-radius:20px;box-shadow:0 10px 25px;cursor:grab;padding:15px;position:relative;transition:all .3s ease;width:150px}.routine-active-card:after{bottom:-20px;content:"";left:-20px;position:absolute;right:-20px;top:-20px}.routine-active-img{height:120px;max-height:100%;max-width:100%;object-fit:contain;pointer-events:none;width:120px}.routine-zone{align-content:flex-start;align-items:flex-start;background:#0000;border:none;cursor:default;display:flex;flex-wrap:wrap;justify-content:center;padding:20px;position:relative;transition:background .2s ease}.routine-zone:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0}@keyframes dropIn{0%{opacity:0;transform:translateY(-15px) scale(.8)}to{opacity:1;transform:translateY(0) scale(1)}}.result-title{color:"#1A1A2E"}.routine-active-card.selected{background:#f3f0ff;border-color:#7b4ef8;box-shadow:0 0 0 8px #7b4ef866,0 0 20px 8px #7b4ef859,0 15px 35px #7b4ef840;cursor:grabbing;transform:scale(1.1);transition:all .3s ease;z-index:100}.daily-routine-container.card-is-selected:before{background:#0000000d;bottom:0;content:"";left:0;pointer-events:none!important;position:fixed;right:0;top:0;z-index:50}.days-container{padding-bottom:20px}.days-container,.days-main-area{align-items:center;display:flex;flex-direction:column;gap:15px;width:100%}.days-main-area,.mode-buttons{justify-content:center}.mode-buttons{display:flex;gap:20px;margin-bottom:20px}.mode-btn{background:#f8f6ff;border:2px solid #e5e0f5;border-radius:50px;box-shadow:0 4px 15px #0000000d;color:#1a1a2e;cursor:pointer;font-family:Inter,sans-serif;font-size:16px;font-weight:600;padding:12px 24px;transition:all .3s}.mode-btn.active{background:#ede9fe;border-color:#7c3aed;box-shadow:0 4px 20px #7c3aed59}.days-board-wrapper{aspect-ratio:7/8;background-image:url(https://7cdc3d1b-1cdd-4f85-aaa4-fa5c412f8f13.selstorage.ru/awareness/calendar.png);background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-radius:24px;flex-shrink:0;max-height:60vh;overflow:hidden;position:relative;width:min(85vw,600px)}.days-grid{grid-gap:0;box-sizing:border-box;display:grid;gap:0;grid-template-columns:repeat(7,1fr);grid-template-rows:.4fr repeat(5,1fr);height:100%;left:0;padding:4% 3%;position:absolute;top:0;width:100%;z-index:2}.day-cell{align-items:center;cursor:default;display:flex;justify-content:center;transition:all .3s ease}.day-cell.cell-active{background:#ffffff26;box-shadow:inset 0 0 0 3px #ffffff80;cursor:pointer}.day-cell.cell-active:hover{background:#ffffff4d;transform:scale(1.05)}.day-cell.cell-correct{background:#22c55e4d;border:3px solid #22c55e;box-shadow:0 0 10px 4px #22c55e66;transform:scale(1.05)}.day-cell.cell-wrong{animation:shake .5s;background:#ef44444d;border:3px solid #ef4444;box-shadow:0 0 10px 4px #ef444466}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}.days-indicators{flex-shrink:0;gap:20px;margin-top:10px}.days-indicators,.indicator{display:flex;justify-content:center}.indicator{align-items:center;background:#f0f0f5;border-radius:50%;font-size:24px;height:50px;transition:all .3s ease;width:50px}.indicator.listen.active{background:#7b4ef8}.indicator.speak.active{background:#22c55e}.indicator-icon{line-height:1}.result-content{text-align:center}.result-title{color:#1a1a2e;font-family:Phenomena,sans-serif;font-size:40px;font-weight:700;margin-bottom:20px}.result-score{align-items:baseline;display:flex;justify-content:center;margin-bottom:20px}.score-number{color:#7b4ef8;font-family:Phenomena,sans-serif;font-size:72px;font-weight:700}.score-total{color:#b0b0c8;font-size:28px;font-weight:600}.loading-text,.score-total{font-family:Inter,sans-serif}.loading-text{color:#6b6b7b;font-size:20px;padding-top:50px;text-align:center}.report-overlay{align-items:center;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:9999}.report-modal{background:#fff;border-radius:12px;display:flex;flex-direction:column;height:90vh;max-width:800px;overflow:hidden;width:100%}.report-toolbar{background:#f8f9fa;border-bottom:1px solid #ddd;display:flex;gap:15px;justify-content:flex-end;padding:15px}.btn-close,.btn-download{border:none;border-radius:6px;cursor:pointer;font-weight:700;padding:10px 20px}.btn-close{background:#e0e0e0;color:#333}.btn-download{background:#007bff;color:#fff}.report-document{flex:1 1;overflow-y:auto;padding:40px}.profile-box{background:#f8f9fa;border-left:4px solid #007bff;border-radius:8px;margin-bottom:20px;padding:15px}.dashboard-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin-top:20px}.dashboard-card{border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 5px #0000000d;padding:15px}.card-header{display:flex;font-weight:700;justify-content:space-between;margin-bottom:10px}.test-score{border-radius:12px;color:#fff;font-size:14px;padding:2px 8px}.progress-bar-container{background:#e9ecef;border-radius:5px;height:10px;overflow:hidden;width:100%}.progress-bar-fill{border-radius:5px;height:100%;transition:width .5s ease}.card-footer{font-size:14px;font-weight:700;margin-top:8px}.editable-textarea{border:1px solid #ced4da;border-radius:6px;line-height:1.5;min-height:100px;outline:none;padding:15px}.editable-textarea:focus{border-color:#007bff;box-shadow:0 0 0 .2rem #007bff40}.reg-container{align-items:center;background:#f8f6ff;display:flex;font-family:Inter,sans-serif;justify-content:center;min-height:100vh;padding:20px}.reg-card{background:#fff;border:1px solid #e5e0f5;border-radius:32px;box-shadow:0 20px 60px #7b4ef814;max-height:90vh;max-width:560px;overflow-y:auto;padding:40px;width:100%}.reg-header{margin-bottom:30px;text-align:center}.reg-title{color:#1a1a2e;font-family:Phenomena,sans-serif;font-size:36px;font-weight:700;margin:0 0 10px}.reg-subtitle{color:#6b6b7b;font-size:15px;margin:0}.required-star{color:#ef4444}.reg-form{gap:18px}.reg-form,.reg-input-group{display:flex;flex-direction:column}.reg-input-group{gap:6px}.reg-input-group label{color:#1a1a2e;font-size:14px;font-weight:600}.reg-input-group input{background:#f8f6ff;border:2px solid #e5e0f5;border-radius:14px;box-sizing:border-box;color:#1a1a2e;font-family:Inter,sans-serif;font-size:15px;outline:none;padding:12px 16px;transition:all .2s ease;width:100%}.reg-input-group input:focus{background:#fff;border-color:#7b4ef8;box-shadow:0 0 0 4px #7b4ef81a}.reg-input-group input.input-error{background:#fef2f2;border-color:#ef4444}.error-tooltip{align-items:flex-start;animation:fadeIn .2s ease-out;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;color:#b91c1c;display:flex;font-size:13px;gap:8px;line-height:1.4;margin-top:4px;padding:10px 12px}.error-icon{flex-shrink:0;font-size:14px;margin-top:1px}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.reg-checkboxes{background:#fafafe;border:1px solid #e5e0f5;border-radius:16px;display:flex;flex-direction:column;gap:14px;padding:20px}.reg-checkbox-label{align-items:flex-start;color:#1a1a2e;cursor:pointer;display:flex;font-size:14px;gap:10px;line-height:1.4}.reg-checkbox{accent-color:#7b4ef8;cursor:pointer;flex-shrink:0;height:18px;margin-top:3px;width:18px}.long-text-label{color:#4a4a68;font-size:13px}.policy-link{color:#7b4ef8;cursor:pointer;font-weight:600;text-decoration:underline}.policy-link:hover{color:#6d3ce7}.disabled-consent{opacity:.6;pointer-events:none}.disabled-consent .policy-link{pointer-events:auto}.consent-hint{color:#d97706;font-size:12px;margin-bottom:5px;margin-top:-8px;padding-left:28px}.optional-tag{color:#6b6b7b;font-size:12px;font-style:italic;font-weight:400;margin-left:4px}.reg-submit-btn{background:#7b4ef8;border:none;border-radius:16px;box-shadow:0 8px 20px #7b4ef84d;color:#fff;cursor:pointer;font-family:Phenomena,sans-serif;font-size:20px;font-weight:700;margin-top:10px;padding:16px;transition:all .2s ease;width:100%}.reg-submit-btn:hover:not(:disabled){background:#6d3ce7;box-shadow:0 10px 25px #7b4ef866;transform:translateY(-2px)}.reg-submit-btn:disabled{background:#b0b0c8;box-shadow:none;cursor:not-allowed}.reg-footer{color:#6b6b7b;display:flex;font-size:15px;gap:8px;justify-content:center;margin-top:25px;text-align:center}.reg-login-link{background:none;border:none;color:#7b4ef8;cursor:pointer;font-family:Inter,sans-serif;font-size:15px;font-weight:700;text-decoration:underline}.password-wrapper{align-items:center;display:flex;position:relative}.password-wrapper input{padding-right:50px!important}.eye-btn{align-items:center;background:none;border:none;cursor:pointer;display:flex;font-size:20px;justify-content:center;opacity:.5;padding:5px;position:absolute;right:15px;transition:opacity .2s ease}.eye-btn:hover{opacity:1}.policy-modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.policy-modal-content{background:#fff;border-radius:24px;box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column;max-height:80vh;max-width:600px;width:100%}.policy-modal-header{align-items:center;border-bottom:1px solid #e5e0f5;display:flex;justify-content:space-between;padding:25px 30px}.policy-modal-header h2{color:#1a1a2e;font-family:Phenomena,sans-serif;font-size:24px;margin:0}.policy-close-btn{background:none;border:none;color:#6b6b7b;cursor:pointer;font-size:24px}.policy-modal-body{color:#4a4a68;flex-grow:1;font-size:15px;line-height:1.6;overflow-y:auto;padding:30px}.policy-accept-btn{background:#7b4ef8;border:none;border-radius:14px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-size:16px;font-weight:600;margin:20px 30px 30px;padding:14px;transition:.2s}.policy-accept-btn:hover{background:#6d3ce7}
/*# sourceMappingURL=main.c06912da.css.map*/