#root{max-width:100%;margin:0 auto;padding:0;text-align:center;width:100%}.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:.5rem 0;box-shadow:0 2px 4px #0000001a}.app-header .container{max-width:100%;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:.5rem;align-items:center}.nav-menu a,.nav-menu button{color:#fff;text-decoration:none;padding:.1rem .8rem;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:100%;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:.1rem 0}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem 0;text-align:center;margin-bottom:1rem}.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:1.1rem;margin-bottom:1rem}.hero-content p{font-size:1.2rem;margin-bottom:1rem;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:1rem;padding:0 1rem}.feature-card{background:#fff;padding:.1rem;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:0rem 1rem}.how-it-works h2{font-size:2rem;color:#2c3e50;margin-bottom:1rem}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.step{background:#fff;padding:1rem 1rem .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:.5rem}.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 .login-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.login-container .login-header h2{margin:0;color:#2c3e50}.login-container .home-link{color:#3498db;text-decoration:none;font-size:.9rem}.login-container .home-link:hover{text-decoration:underline}.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}}.tma-debug-info{margin-top:1rem;padding:.75rem;background-color:#e6f7ff;border:1px solid #91d5ff;border-radius:4px;text-align:center}.tma-debug-info p{margin:0;color:#1890ff;font-weight:500}.initializing-message{text-align:center;padding:1rem;color:#666}.books-page{padding:1rem 0}.books-page h1{text-align:center;margin-bottom:1rem;margin-top:0;color:#2c3e50;font-size:1.2rem}.books-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.book-card{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;padding:.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:300px;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:0rem 0}.books-list{grid-template-columns:1fr}.book-cover img,.cover-placeholder{height:250px}}.chapters-page{padding:0}.chapters-page h1{text-align:center;margin-bottom:1rem;margin-top:0rem;color:#2c3e50;font-size:1.4rem}.chapters-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:.8rem}.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}}.fragments-page{padding:0}.fragments-page h1{text-align:center;margin-bottom:1.2rem;margin-top:0;color:#2c3e50;font-size:1.4rem}.navigation{display:flex;justify-content:space-between;margin-bottom:1rem}.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:.8rem;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 .8rem;line-height:1.5;text-align:left}.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{display:inline-block;padding:.1rem 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-primary{background-color:#3498db;color:#fff;flex:1}.btn-primary:hover{background-color:#2980b9}@media(max-width:768px){.fragments-page{padding:1rem 0}.navigation{gap:1rem;align-items:center}.fragments-list{grid-template-columns:1fr}}.audio-player{background:transparent;border-radius:4px;padding:0 8px;max-width:300px;margin:0rem 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:6px;border-radius:3px;background:#e9ecef;outline:none;cursor:pointer;-webkit-appearance:none;appearance:none}.progress-bar::-webkit-slider-thumb{appearance:none;width:12px;height:12px;border-radius:50%;background:#495057;cursor:pointer;border:2px solid #fff;box-shadow:0 0 2px #0003}.progress-bar::-moz-range-thumb{width:12px;height:12px;border-radius:50%;background:#495057;cursor:pointer;border:2px solid #fff;box-shadow:0 0 2px #0003}.volume-container{display:flex;align-items:center;gap:6px}.volume-icon{font-size:12px;opacity:.6}.volume-slider{width:60px;height:6px;border-radius:3px;background:#adb5bd;outline:none;cursor:pointer;-webkit-appearance:none;appearance:none}.volume-slider::-webkit-slider-thumb{appearance:none;width:12px;height:12px;border-radius:50%;background:#495057;cursor:pointer;border:2px solid #fff;box-shadow:0 0 2px #0003}.volume-slider::-moz-range-thumb{width:12px;height:12px;border-radius:50%;background:#495057;cursor:pointer;border:2px solid #fff;box-shadow:0 0 2px #0003}.lesson-page{padding:0;margin-top:0}.lesson-page h1{text-align:center;margin-bottom:.5rem;margin-top:0;color:#2c3e50;font-size:1.6rem}.lesson-page .breadcrumbs{text-align:left;margin:0 0 .2rem;color:#2c3e50;font-size:.7rem}.controls-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.75rem;background-color:#f8f9fa;border-radius:6px;margin-bottom:1.5rem;box-shadow:0 1px 3px #000;flex-wrap:wrap}.controls-row .btn{padding:.4rem .6rem;font-size:.85rem;min-width:auto;flex:none}.controls-row .btn-icon{padding:.4rem .6rem;display:flex;align-items:center;justify-content:center;width:36px!important;height:36px;min-width:36px;flex:none}.controls-row .btn-icon span{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.volume-slider-mini{flex:1;height:6px;border-radius:3px;background:#adb5bd;outline:none;cursor:pointer;-webkit-appearance:none;appearance:none}.volume-slider-mini::-webkit-slider-thumb{appearance:none;width:12px;height:12px;border-radius:50%;background:#495057;cursor:pointer;border:2px solid #fff;box-shadow:0 0 2px #0003}.volume-slider-mini::-moz-range-thumb{width:12px;height:12px;border-radius:50%;background:#495057;cursor:pointer;border:2px solid #fff;box-shadow:0 0 2px #0003}.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:.8rem .8rem .4rem;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:.1rem}@media(max-width:768px){.lesson-page{padding: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}.volume-control input[type=range]{flex:1;height:6px;border-radius:3px;background:#adb5bd;outline:none;cursor:pointer;-webkit-appearance:none;appearance:none}.volume-control input[type=range]::-webkit-slider-thumb{appearance:none;width:12px;height:12px;border-radius:50%;background:#495057;cursor:pointer;border:2px solid #fff;box-shadow:0 2px #0003}.volume-control input[type=range]::-moz-range-thumb{width:12px;height:12px;border-radius:50%;background:#495057;cursor:pointer;border:2px solid #fff;box-shadow:0 0 2px #0003}.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 rgba(0,.1);flex-wrap:wrap;width:auto;min-width:0}.autoplay-status{font-size:.875rem;color:#495057;white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis}.btn-danger{background-color:#e74c3c;color:#fff}.btn-danger:hover{background-color:#c0392b}.grammar-section{margin-top:2rem}.grammar-section h2{color:#2c3e50;margin-bottom:1rem;border-bottom:2px solid #3498db;padding-bottom:.5rem}.grammar-text{text-align:left}.grammar-item{margin-bottom:1rem;line-height:1.6;color:#2c3e50}.translation-tooltip{position:absolute;z-index:1000}.tooltip-content{position:relative;background:#fff;border:1px solid #ddd;border-radius:8px;padding:12px;box-shadow:0 4px 12px #00000026;min-width:150px;max-width:300px;background-color:#fff;border:1px solid #e0e0e0}.tooltip-word{font-weight:700;font-size:1.1em;margin-bottom:6px;color:#2c3e50;text-align:center;border-bottom:1px solid #eee;padding-bottom:6px}.tooltip-translation{color:#34495e;font-size:1em;line-height:1.4;text-align:center}.tooltip-close{position:absolute;top:5px;right:8px;background:none;border:none;font-size:1.2em;cursor:pointer;color:#95a5a6;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.tooltip-close:hover{color:#7f8c8d}.dictionary-page{padding:0}.dictionary-page h1{text-align:center;margin-bottom:1.5rem;margin-top:0;color:#2c3e50;font-size:1.6rem}.navigation{text-align:center;margin-bottom:2rem}.filter-container{position:sticky;top:0;background-color:#fff;padding:1rem 0;z-index:100;margin-bottom:1.5rem;box-shadow:0 2px 5px #0000001a;text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px}.filter-input{padding:.5rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;width:100%;max-width:300px;box-sizing:border-box}.filter-input:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 2px #3498db33}.filter-checkboxes{display:flex;justify-content:center;align-items:center;gap:15px;margin-top:10px}.filter-checkbox{display:flex;align-items:center;gap:5px;font-size:.9rem;color:#2c3e50;cursor:pointer}.new-word-indicator{position:absolute;top:1.5rem;right:1rem;width:10px;height:10px;background-color:#2ecc71;border-radius:50%;z-index:2;cursor:default}.new-word-indicator[title]:hover:after{content:attr(title);position:absolute;top:-25px;right:0;background-color:#333;color:#fff;padding:4px 8px;border-radius:4px;font-size:.8rem;white-space:nowrap;z-index:10;transform:translate(50%)}.filter-checkbox input[type=checkbox]{margin:0;transform:scale(1.2)}.words-counter{text-align:center;margin:1rem 0;font-size:.9rem;color:#7f8c8d;font-weight:500}.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:.8rem;display:flex;flex-direction:column;gap:1rem;transition:transform .3s ease,box-shadow .3s ease;position:relative}.word-card:hover{transform:translateY(-5px);box-shadow:0 4px 20px #00000026}.word-info h3{margin:.2rem 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{position:absolute;top:1.5rem;left:.5rem;margin:0}.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}.play-word-audio{background:none;border:none;font-size:1.2rem;cursor:pointer;padding:0rem;border-radius:4px;transition:background-color .2s}.play-word-audio:hover{background-color:#f0f0f0}.play-word-audio.playing{background-color:#e6f7ff}.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;overflow-x:hidden}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}}
