:root{color:#fff;background-color:#01141c;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.4;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;color:inherit;background-color:inherit}a{color:inherit;text-decoration:none}button{font-family:inherit}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.4;color:#f0f0f0;background-color:#01141c}select,option{color:#fff;background-color:#1a2b33}#main-content{padding-top:35px;padding-bottom:35px;min-height:100vh;overflow-y:auto}.view{max-width:800px;margin:0 auto}.continue-btn,.study-btn,.upgrade-btn{background-color:#b8662e;color:#fff;border:none;padding:8px 15px;border-radius:4px;margin-top:10px;cursor:pointer;font-size:.9rem}.app-footer{background-color:#0a0a0a;position:fixed;bottom:0;width:100%;z-index:100;box-shadow:0 -2px 4px #0000004d}.nav-container{display:flex;justify-content:space-around;padding:5px 0}.nav-icon{font-size:1.4rem}.nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:none;border:none;cursor:pointer;color:#999;width:25%;font-size:.8rem;transition:color .3s;line-height:1.4rem}.nav-item.active{color:#d6a756}.splash-screen{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#01141c;display:flex;justify-content:center;align-items:center;z-index:1000;transition:opacity .5s ease-out}.splash-screen.fade-out{opacity:0;transition:opacity .5s ease-out}.logo-container{text-align:center}.splash-logo{width:240px;height:auto}.app-header{background-color:#c7495d;color:#fff;padding:5px;text-align:center;position:fixed;top:0;width:100%;z-index:100;box-shadow:0 2px 4px #0003;min-height:40px}.header-content{display:flex;align-items:center;justify-content:center;position:relative}.app-header h2{font-size:1.2rem;font-weight:400}.back-button{position:absolute;left:0;background:none;border:0;width:30px;color:#fff;font-size:1.2rem;cursor:pointer}.home-view{padding:20px}.stats-container{display:flex;justify-content:space-between;text-align:center;margin-top:15px;gap:10px}.stat-item{flex:1;padding:15px;background-color:#0e2229;border-radius:8px}.stat-number{display:block;font-size:1.8rem;font-weight:700;color:#4a6fa5;margin-bottom:5px}.stat-label{font-size:.9rem;color:#ccc}.current-story-section .story-card{display:flex;overflow:hidden;background-color:#0e2229;border-radius:10px;margin-top:15px}.story-card-image{width:120px;height:100%}.story-card-content{padding:15px;flex:1}.story-card-content h4{margin-bottom:5px}.story-card-content p{margin-bottom:10px;color:#ccc}.continue-btn{background-color:#4a6fa5;color:#fff;border:none;padding:8px 15px;border-radius:4px;font-size:.9rem;cursor:pointer}.library-tabs{display:flex;margin-top:15px;border-bottom:1px solid #2e3c41}.library-tab{background:none;border:none;padding:10px 15px;cursor:pointer;font-size:.9rem;color:#aaa;border-bottom:2px solid transparent}.library-tab.active{color:#4a6fa5;border-bottom:2px solid #4a6fa5}.story-list-item{display:flex;padding:10px 0;border-bottom:1px solid #2e3c41}.story-thumbnail{width:60px;height:60px;border-radius:5px;margin-right:15px}.story-info h4{margin-bottom:5px}.story-info p{font-size:.85rem;color:#aaa}.discover-view{padding:20px;color:#fff}.discover-view h2{text-align:center;margin-bottom:30px;font-size:2rem}.section{margin-bottom:40px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.section-header h3{font-size:1.3rem;color:#b4d0e6}.see-more{font-size:.9rem;color:#6a8caf;text-decoration:none}.story-cards,.series-cards{display:flex;overflow-x:auto;gap:15px;padding-bottom:5px}.story-card,.series-card{min-width:180px;background-color:#0e1c22;border-radius:8px;overflow:hidden;box-shadow:0 2px 5px #0000001a}.story-card-image,.series-card-image{height:100px}.story-card-content,.series-card-content{padding:10px 15px}.story-card-content h4,.series-card-content h4{margin:0 0 5px;font-size:1rem;color:#fff}.story-card-content p,.series-card-content p{margin:0;font-size:.8rem;color:#aaa}.category-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:15px}.category-card{padding:20px;border-radius:8px;color:#fff;text-align:center;cursor:pointer;box-shadow:0 2px 5px #0000001a;transition:transform .2s ease}.category-card:hover{transform:translateY(-3px)}.category-card h4{margin-bottom:5px;font-size:1.1rem}.category-card p{font-size:.85rem;opacity:.85}.flashcards-view{padding:20px;color:#fff}.flashcards-view h2{text-align:center;margin-bottom:30px;font-size:2rem}.saved-words-section{margin-bottom:40px}.word-list{background-color:#0e1c22;border-radius:8px;overflow:hidden;box-shadow:0 2px 5px #0000001a}.word-item{padding:15px 20px;border-bottom:1px solid #1e2a2f;display:flex;justify-content:space-between;align-items:center}.word-item:last-child{border-bottom:none}.word-text{font-weight:600;font-size:1.1rem;color:#b4d0e6}.word-info{font-size:.85rem;color:#8899a8}.study-section h3{margin-bottom:20px}.flashcard-sets{display:flex;flex-direction:column;gap:15px}.flashcard-set{background-color:#0e1c22;padding:15px 20px;border-radius:8px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 5px #0000001a}.set-info h4{margin:0 0 5px;color:#fff}.set-info p{margin:0;font-size:.9rem;color:#aaa}.study-btn{background-color:#4a6fa5;color:#fff;border:none;padding:8px 16px;border-radius:4px;font-size:.9rem;cursor:pointer;transition:background .3s}.study-btn:hover{background-color:#395b87}.profile-view{color:#fff;padding:20px;max-width:800px;margin:0 auto}.profile-view .section{margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.1)}.profile-view .section h3{color:#f5f5f5;font-size:1.3rem;margin-bottom:15px}.profile-info{display:flex;align-items:center;margin-bottom:15px}.profile-avatar{width:60px;height:60px;border-radius:50%;background-color:#4a6fa5;color:#fff;display:flex;justify-content:center;align-items:center;font-size:1.5rem;margin-right:15px}.profile-details h4{margin-bottom:4px;font-size:1rem;color:#fff}.profile-details p{font-size:.85rem;color:#ccc}.account-actions{display:flex;gap:10px;margin-top:10px}.account-btn{background-color:#4a6fa5;color:#fff;border:none;padding:8px 12px;border-radius:4px;cursor:pointer;font-size:.9rem}.auth-actions{margin-left:auto}.login-btn{background-color:#4a6fa5;color:#fff;border:none;padding:8px 14px;border-radius:4px;font-size:.9rem;cursor:pointer}.subscription-info{background-color:#0f1d22;border-radius:8px;padding:20px}.plan-badge.free{background-color:#4a6fa5;color:#fff;padding:2px 6px;border-radius:10px;font-size:.75rem}.premium-features{margin:15px 0;padding-left:20px;color:#bbb}.premium-features li{margin-bottom:6px}.upgrade-btn{background-color:#b46a3f;color:#fff;border:none;padding:10px 15px;border-radius:6px;font-size:.9rem;cursor:pointer}.plan-badge.anon{background-color:#666;color:#fff;padding:2px 6px;border-radius:10px;font-size:.75rem}.free-plus-plan{margin-top:20px}.free-plus-features{margin:10px 0 20px 20px;color:#aaa;font-size:.9rem}.upgrade-btn.secondary{background-color:#4a6fa5;color:#fff;border:none;padding:10px 15px;border-radius:6px;font-size:.9rem;cursor:pointer}.language-settings{background-color:#0f1d22;border-radius:8px;padding:20px}.language-option{margin-bottom:15px}.language-option label{display:block;margin-bottom:5px;font-weight:700;color:#fff}.language-select{width:100%;padding:8px;border-radius:4px;border:none;background-color:#1a2b33;color:#fff}.about-text{margin-bottom:15px;color:#ccc}.about-links{display:flex;flex-wrap:wrap;gap:15px}.about-link{color:#4a6fa5;text-decoration:none;font-size:.9rem}.app-version{font-size:.75rem;color:#666;margin-top:20px;text-align:center}.collections-view{padding:0 10px}.library-tabs{display:flex;margin-bottom:15px;border-bottom:1px solid #eee}.library-tab{background:none;border:none;padding:10px 15px;cursor:pointer;font-size:.9rem;color:#ccc;border-bottom:2px solid transparent;transition:all .2s ease}.library-tab.active{color:#f5f5f5;border-bottom:2px solid #f5f5f5}.series-cards{display:flex;flex-direction:column;gap:15px}.series-card{background-color:#111;border-radius:8px;overflow:hidden;box-shadow:0 2px 6px #0003;display:flex}.series-card-image{width:80px;height:100%}.series-card-content{padding:10px 15px;flex:1}.series-card-content h4{margin:0 0 5px;color:#fff}.series-card-content p{font-size:.85rem;color:#ccc}.category-view{padding:20px;color:#fff}.category-description{margin-bottom:25px;color:#ccc;line-height:1.5}.series-list{display:flex;flex-direction:column;gap:16px}.series-card{background-color:#2b2621;border:1px solid #D2A95E;border-radius:10px;overflow:hidden;display:flex;flex-direction:row}.series-card-image{width:90px;height:100%}.series-card-content{padding:16px;color:#d2a95e;display:flex;flex-direction:column;justify-content:center}.series-card-content h4{margin:0 0 6px;font-size:1rem;color:#fff}.series-card-content p{margin:0;font-size:.85rem;color:#bbb}.series-view{padding:20px;color:#fff}.series-synopsis{margin-bottom:30px;line-height:1.6;color:#ddd}.chapter-header{margin-bottom:15px;color:#fff;font-size:1.2rem}.chapter-list{display:flex;flex-direction:column;gap:12px}.chapter-item{display:flex;justify-content:space-between;align-items:center;background-color:#2b2621;border:1px solid #D2A95E;padding:12px 16px;border-radius:8px;color:#d2a95e}.chapter-item span{flex:1;margin-right:15px;font-weight:500}.chapter-btn{background-color:transparent;color:#d2a95e;border:1px solid #D2A95E;border-radius:6px;padding:6px 14px;font-size:.9rem;cursor:pointer}.chapter-btn:hover{background-color:#d2a95e;color:#2b2621}.story-view{font-size:1.1rem;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;padding-bottom:80px}.paragraph-text{margin-bottom:1rem;text-indent:1.8rem;line-height:1.7}.sentence{margin-right:5px;border-radius:5px;transition:background-color .3s ease;display:inline;padding-left:5px;padding-bottom:2px}.sentence.highlighted{background-color:#172a33}.word{display:inline;border-radius:3px;transition:background-color .2s;cursor:pointer}.word::hover{background-color:#2c3e50}.tooltip-content h3{margin-bottom:10px;color:#fff;border-bottom:1px solid #555;padding-bottom:5px}.tooltip-content p{font-size:14px}.sentence-highlighted{background-color:#3498db33!important;border-radius:4px;padding:2px 4px;transition:background-color .2s ease}.word-highlighted{background-color:#9b59b666!important;border-radius:3px;padding:1px 3px;box-shadow:0 0 8px #9b59b699;transition:all .2s ease}.phrase{display:inline;cursor:pointer;border-bottom:1px dotted rgba(255,255,255,.3);transition:background-color .2s ease}.phrase:hover{background-color:#ffffff0d;border-radius:3px}.sentence-highlighted .word:hover{background-color:#3498db4d}.translation-bar{position:sticky;top:60px;left:0;right:0;padding:.75rem 1rem;background-color:#1e3a5f;color:#fff;text-align:center;font-size:.95rem;z-index:90;box-shadow:0 2px 8px #0003;min-height:40px;max-height:80px;overflow-y:auto;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.reading-controls-compact{position:fixed;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background-color:#1a1a1a;border-top:1px solid #333;z-index:100;gap:.5rem}.nav-compact{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:.25rem .5rem;transition:opacity .2s}.nav-compact:disabled{opacity:.3;cursor:not-allowed}.nav-compact:not(:disabled):hover{opacity:.7}.page-counter-compact{color:#fff;font-size:.9rem;min-width:40px;text-align:center}.tts-button-compact{background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff;font-size:1.25rem;width:36px;height:36px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s,box-shadow .2s}.tts-button-compact:hover{transform:scale(1.05);box-shadow:0 4px 12px #667eea66}.speed-button-compact{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;font-size:.85rem;padding:.25rem .5rem;border-radius:4px;cursor:pointer;transition:background .2s;min-width:40px}.speed-button-compact:hover{background:#fff3}.settings-button-compact{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;font-size:1rem;width:32px;height:32px;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.settings-button-compact:hover{background:#fff3}@media (max-width: 768px){.reading-controls-compact{padding:.5rem .75rem;gap:.35rem}.nav-compact{font-size:1.25rem;padding:.2rem .4rem}.page-counter-compact{font-size:.85rem;min-width:35px}.tts-button-compact{width:32px;height:32px;font-size:1.1rem}.speed-button-compact{font-size:.8rem;padding:.2rem .4rem;min-width:35px}.settings-button-compact{width:28px;height:28px;font-size:.9rem}.translation-bar{font-size:.9rem;padding:.5rem .75rem}}.story-content{touch-action:pan-y;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.story-view[data-theme=sepia]{background-color:#f4ecd8;color:#5c4a3a}.story-view[data-theme=light]{background-color:#fff;color:#000}.story-view[data-theme=high-contrast]{background-color:#000;color:#ff0}
