#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.layout{min-height:100vh;display:flex;flex-direction:column}.app-header{background-color:#2c3e50;color:#fff;padding:1rem 0;box-shadow:0 2px 4px #0000001a}.app-header .container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 1rem}.app-header h1{font-size:1.5rem;margin:0}.nav-menu{display:flex;gap:1rem;align-items:center}.nav-menu a,.nav-menu button{color:#fff;text-decoration:none;padding:.5rem 1rem;border-radius:4px;background:none;border:none;cursor:pointer;font-size:1rem}.nav-menu a:hover,.nav-menu button:hover{background-color:#34495e}.nav-menu a.active{background-color:#3498db}.logout-btn{background-color:#e74c3c!important}.logout-btn:hover{background-color:#c0392b!important}.app-main{flex:1;padding:2rem 0;background-color:#ecf0f1}.app-main .container{max-width:1200px;margin:0 auto;padding:0 1rem}.app-footer{background-color:#2c3e50;color:#fff;padding:1rem 0;text-align:center}@media(max-width:768px){.app-header .container{flex-direction:column;gap:1rem}.nav-menu{width:100%;justify-content:center}.app-main{padding:1rem 0}}.home-page{padding:2rem 0}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 0;text-align:center;margin-bottom:3rem}.hero-content{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:800px;margin:0 auto;padding:0 1rem}.hero-content h1{font-size:2.5rem;margin-bottom:1rem}.hero-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.9;max-width:600px}.auth-options{display:flex;gap:1rem;justify-content:center;margin-bottom:1rem;flex-wrap:wrap}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:6px;text-decoration:none;font-weight:500;text-align:center;cursor:pointer;border:none;font-size:1rem;transition:all .3s ease;max-width:100%;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.btn-primary{background-color:#3498db;color:#fff;max-width:100%;word-wrap:break-word}.btn-primary:hover{background-color:#2980b9;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem;padding:0 1rem}.feature-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 10px #0000001a;text-align:center;transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px)}.feature-card h3{color:#2c3e50;margin-bottom:1rem}.feature-card p{color:#7f8c8d;line-height:1.6}.how-it-works{text-align:center;padding:3rem 1rem}.how-it-works h2{font-size:2rem;color:#2c3e50;margin-bottom:3rem}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.step{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 10px #0000001a;text-align:center}.step-number{width:40px;height:40px;background:#3498db;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-weight:700}.step h3{color:#2c3e50;margin-bottom:1rem}.step p{color:#7f8c8d;line-height:1.6}@media(max-width:768px){.hero-content h1{font-size:2rem}.hero-content p{font-size:1rem}.auth-options{flex-direction:column;align-items:center}.features,.steps{grid-template-columns:1fr}}.login-page{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:1rem}.login-container{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 20px #0000001a;width:100%;max-width:400px}.login-container h2{text-align:center;margin-bottom:1.5rem;color:#2c3e50}.login-form{margin-bottom:1.5rem}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;color:#2c3e50;font-weight:500}.form-group input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 2px #3498db33}.error-message{background-color:#e74c3c;color:#fff;padding:.75rem;border-radius:4px;margin-bottom:1rem;text-align:center}.divider{text-align:center;margin:1.5rem 0;position:relative;color:#7f8c8d}.divider:before,.divider:after{content:"";position:absolute;top:50%;width:40%;height:1px;background-color:#ddd}.divider:before{left:0}.divider:after{right:0}.oauth-buttons{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.oauth-btn{padding:.75rem;border:none;border-radius:4px;color:#fff;font-weight:500;cursor:pointer;transition:all .3s ease}.oauth-btn:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0003}.oauth-btn.google{background-color:#db4437}.oauth-btn.yandex{background-color:red}.oauth-btn.vk{background-color:#4a76a8}.demo-info{background-color:#f8f9fa;padding:1rem;border-radius:4px;text-align:center;font-size:.9rem;color:#7f8c8d}.demo-info p{margin:.25rem 0}@media(max-width:768px){.login-page{padding:.5rem}.login-container{padding:1.5rem}}.books-page{padding:2rem 0}.books-page h1{text-align:center;margin-bottom:2rem;color:#2c3e50}.books-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.book-card{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;transition:transform .3s ease,box-shadow .3s ease}.book-card:hover{transform:translateY(-5px);box-shadow:0 4px 20px #00000026}.book-cover{text-align:center}.book-cover img{max-width:100%;height:200px;object-fit:cover;border-radius:4px;box-shadow:0 2px 8px #000}.cover-placeholder{width:100%;height:200px;background-color:#ecf0f1;display:flex;align-items:center;justify-content:center;border-radius:4px;color:#7f8c8d;font-style:italic}.book-info{flex:1;display:flex;flex-direction:column;gap:.5rem}.book-info h3{margin:0 .5rem;color:#2c3e50}.author,.level,.chapter-count{margin:0;color:#7f8c8d;font-size:.9rem}.description{color:#34495e;line-height:1.5;margin:.5rem 0 0;flex:1}.book-actions{margin-top:auto;text-align:center}.btn-primary{background-color:#3498db;color:#fff;width:100%}@media(max-width:768px){.books-page{padding:1rem 0}.books-list{grid-template-columns:1fr}.book-cover img,.cover-placeholder{height:150px}}.chapters-page{padding:2rem 0}.chapters-page h1{text-align:center;margin-bottom:2rem;color:#2c3e50}.chapters-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.chapter-card{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;transition:transform .3s ease,box-shadow .3s ease}.chapter-card:hover{transform:translateY(-5px);box-shadow:0 4px 20px #00000026}.chapter-info h3{margin:0 0 .5rem;color:#2c3e50}.chapter-info p{color:#7f8c8d;margin:0 1rem;line-height:1.5}.chapter-actions{display:flex;gap:.75rem;margin-top:auto}.btn-primary{background-color:#3498db;color:#fff}@media(max-width:768px){.chapters-page{padding:1rem 0}.chapters-list{grid-template-columns:1fr}.chapter-actions{flex-direction:column}}.fragments-page{padding:2rem 0}.fragments-page h1{text-align:center;margin-bottom:1.5rem;color:#2c3e50}.navigation{display:flex;justify-content:space-between;margin-bottom:2rem}.fragments-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.fragment-card{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;transition:transform .3s ease,box-shadow .3s ease}.fragment-card:hover{transform:translateY(-5px);box-shadow:0 4px 20px #00000026}.fragment-info h3{margin:0 0 .5rem;color:#2c3e50}.fragment-info p{color:#7f8c8d;margin:0 1rem;line-height:1.5}.progress-bar{width:100%;height:8px;background-color:#ecf0f1;border-radius:4px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#27ae60,#2ecc71);transition:width .3s ease}.progress-text{font-size:.875rem;color:#7f8c8d;text-align:right;margin-top:.25rem}.fragment-actions{display:flex;gap:.75rem;margin-top:auto}.btn-primary{background-color:#3498db;color:#fff;flex:1}.btn-primary:hover{background-color:#2980b9}@media(max-width:768px){.fragments-page{padding:1rem 0}.navigation{flex-direction:column;gap:1rem;align-items:center}.fragments-list{grid-template-columns:1fr}}.audio-player{background:transparent;border-radius:4px;padding:8px;max-width:300px;margin:.5rem 0;box-shadow:none}.audio-controls{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.play-pause-btn{background:#e9ecef;border:1px solid #ced4da;border-radius:50%;width:24px;height:24px;font-size:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s;padding:0;color:#495057}.play-pause-btn:hover{background:#dee2e6}.progress-container{display:flex;align-items:center;gap:6px;flex:1;min-width:120px}.time-current,.time-duration{font-size:11px;color:#888;min-width:30px}.progress-bar{flex:1;height:2px;border-radius:1px;background:#e9ecef;outline:none;cursor:pointer}.progress-bar::-webkit-slider-thumb{appearance:none;width:8px;height:8px;border-radius:50%;background:#adb5bd;cursor:pointer}.progress-bar::-moz-range-thumb{width:8px;height:8px;border-radius:50%;background:#adb5bd;cursor:pointer;border:none}.volume-container{display:flex;align-items:center;gap:6px}.volume-icon{font-size:12px;opacity:.6}.volume-slider{width:60px;height:2px;border-radius:1px;background:#e9ecef;outline:none;cursor:pointer}.volume-slider::-webkit-slider-thumb{appearance:none;width:8px;height:8px;border-radius:50%;background:#adb5bd;cursor:pointer}.volume-slider::-moz-range-thumb{width:8px;height:8px;border-radius:50%;background:#adb5bd;cursor:pointer;border:none}.lesson-page{padding:2rem 0}.lesson-page h1{text-align:center;margin-bottom:1.5rem;color:#2c3e50}.lesson-content,.lesson-questions{margin-bottom:2rem}.lesson-content h2,.lesson-questions h2{color:#2c3e50;margin-bottom:1rem;border-bottom:2px solid #3498db;padding-bottom:.5rem}.sentences-list,.questions-list{display:flex;flex-direction:column;gap:1rem}.sentence-item,.question-item{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;padding:1.5rem;cursor:pointer;transition:all .3s ease;border-left:4px solid #3498db}.sentence-item:hover,.question-item:hover{box-shadow:0 4px 20px #00000026;transform:translateY(-3px)}.sentence-item.completed,.question-item.completed{border-left-color:#27ae60;background-color:#f8fff9}.sentence-item p,.question-item p{margin:0 0 1rem;color:#2c3e50;font-size:1.1rem;line-height:1.6}.sentence-item .audio-player,.question-item .audio-player{margin-top:1rem}@media(max-width:768px){.lesson-page{padding:1rem 0}.sentence-item p,.question-item p{font-size:1rem}}.volume-control{display:flex;align-items:center;gap:8px;padding:.75rem;background-color:#f8f9fa;border-radius:6px;margin-bottom:1.5rem;box-shadow:0 1px 3px #000}.autoplay-control{display:flex;align-items:center;justify-content:center;gap:1rem;padding:.75rem;background-color:#f8f9fa;border-radius:6px;margin-bottom:1.5rem;box-shadow:0 1px 3px #000}.autoplay-status{font-size:.875rem;color:#495057;white-space:nowrap}.btn-danger{background-color:#e74c3c;color:#fff}.btn-danger:hover{background-color:#c0392b}.dictionary-page{padding:2rem 0}.dictionary-page h1{text-align:center;margin-bottom:1.5rem;color:#2c3e50}.navigation{text-align:center;margin-bottom:2rem}.dictionary-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.word-card{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;transition:transform .3s ease,box-shadow .3s ease}.word-card:hover{transform:translateY(-5px);box-shadow:0 4px 20px #00000026}.word-info h3{margin:0 .5rem;color:#2c3e50;font-size:1.5rem}.transcription{color:#7f8c8d;margin:0;font-style:italic}.translation{color:#2c3e50;margin:.5rem 0 0;font-weight:500}.word-audio{margin-top:auto}.btn{display:inline-block;padding:.5rem 1rem;border-radius:4px;text-decoration:none;font-weight:500;text-align:center;cursor:pointer;border:none;font-size:.9rem;transition:all .3s ease;max-width:100%;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;box-sizing:border-box}.btn-secondary{background-color:#95a5a6;color:#fff}.btn-secondary:hover{background-color:#7f8c8d}.loading,.error{text-align:center;padding:2rem;font-size:1.1rem}.error{color:#e74c3c}.auth-required{text-align:center;padding:2rem}.auth-required p{margin-bottom:1rem;color:#7f8c8d}@media(max-width:768px){.dictionary-page{padding:1rem 0}.word-info h3{font-size:1.25rem}.dictionary-list{grid-template-columns:1fr}}.volume-control{display:flex;align-items:center;gap:8px;padding:.75rem;background-color:#f8f9fa;border-radius:6px;margin-bottom:1.5rem;box-shadow:0 1px 3px #0000001a}.volume-control label{font-weight:400;color:#495057;white-space:nowrap;font-size:.875rem}.volume-control input[type=range]{flex:1;height:2px;border-radius:1px;background:#e9ecef;outline:none;cursor:pointer}.volume-control input[type=range]::-webkit-slider-thumb{appearance:none;width:12px;height:12px;border-radius:50%;background:#adb5bd;cursor:pointer}.volume-control input[type=range]::-moz-range-thumb{width:12px;height:12px;border-radius:50%;background:#adb5bd;cursor:pointer;border:none}.volume-value{font-size:.75rem;color:#868e96;min-width:35px;text-align:right}.tma-auth{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:1rem}.auth-container{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 20px #0000001a;width:100%;max-width:400px;text-align:center}.auth-container h2{margin-bottom:1rem;color:#2c3e50}.auth-container p{color:#7f8c8d}@media(max-width:768px){.tma-auth{padding:.5rem}.auth-container{padding:1.5rem}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
