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;transition:background-color .3s ease,color .3s ease}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body.dark-theme{background-color:#1a1a1a;color:#e0e0e0}body.dark-theme *{box-sizing:border-box}.App{text-align:center;transition:all .3s ease}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.dark-theme .App{background-color:#1a1a1a;color:#e0e0e0}.dark-theme .App-header{background-color:#0d1117;color:#e0e0e0}.dark-theme .App-link{color:#58a6ff}.user-subtitles-overlay{align-items:center;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#0009;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:2999}.user-subtitles-container{animation:slideInScale .3s ease;background:linear-gradient(135deg,#fff,#f8fafe);border-radius:16px;box-shadow:0 10px 40px #00000026,0 0 0 1px #ffffff1a;display:flex;flex-direction:column;max-height:80vh;max-width:90%;overflow:hidden;width:580px}.user-subtitles-header{align-items:center;background:linear-gradient(135deg,#dce2f1,#e8ecf5);border-bottom:1px solid #dce2f199;display:flex;flex-shrink:0;justify-content:space-between;padding:16px 20px}.user-subtitles-header h3{align-items:center;color:#2c3e50;display:flex;font-size:20px;font-weight:600;gap:8px;margin:0;text-shadow:0 1px 2px #fffc}.user-subtitles-header h3:before{content:"📚";filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));font-size:22px}.user-subtitles-close{align-items:center;background:#fffc;border:none;border-radius:50%;box-shadow:0 2px 8px #0000001a;color:#666;cursor:pointer;display:flex;font-size:20px;height:36px;justify-content:center;padding:0;transition:all .3s ease;width:36px}.user-subtitles-close:hover{background:#fff;box-shadow:0 4px 12px #00000026;color:#333;transform:scale(1.1)}.user-subtitles-content{background:linear-gradient(180deg,#ffffffe6,#f8fafee6);flex:1 1;min-height:0;overflow-y:auto;padding:20px}.user-subtitles-list h4{color:#88cb71;font-size:16px;font-weight:500;margin-bottom:12px;margin-right:10px;margin-top:0;text-align:right}.user-subtitles-list ul{grid-gap:12px;display:grid;gap:12px;list-style:none;margin:0;padding:0}.user-subtitle-item{background:linear-gradient(135deg,#ffffffe6,#f8fafee6);border:1px solid #4a9eff1a;border-radius:16px;box-shadow:0 2px 12px #4a9eff14;cursor:pointer;display:flex;flex-direction:column;margin-bottom:0;overflow:hidden;padding:18px 20px;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.user-subtitle-item:before{background:linear-gradient(135deg,#4a9eff,#007bff);bottom:0;content:"";left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:4px}.user-subtitle-item:hover{background:linear-gradient(135deg,#fff,#f0f5ff);border-color:#4a9eff4d;box-shadow:0 12px 32px #4a9eff33;transform:translateY(-3px) scale(1.01)}.user-subtitle-item:hover:before{opacity:1}.user-subtitle-item-row{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.user-subtitle-title{align-items:center;color:#2c3e50;display:flex;flex:1 1;font-size:16px;font-weight:600;line-height:1.4;margin-right:12px}.user-subtitle-language{background:linear-gradient(135deg,#4a9eff1a,#4a9eff26);border:1px solid #4a9eff4d;border-radius:12px;box-shadow:0 1px 4px #4a9eff33;color:#4a9eff;flex-shrink:0;font-size:12px;font-weight:500;letter-spacing:.5px;padding:4px 12px;text-transform:uppercase}.user-subtitle-language[data-lang=jp-zh]{background:linear-gradient(135deg,#b0ff6b1a,#7aff6b26);border-color:#2383154d;color:#2da617}.user-subtitle-language[data-lang=jp]{background:linear-gradient(135deg,#4ecdc41a,#4ecdc426);border-color:#4ecdc44d;color:#4ecdc4}.user-subtitle-language[data-lang=zh]{background:linear-gradient(135deg,#45b7d11a,#45b7d126);border-color:#45b7d14d;color:#45b7d1}.user-subtitle-language[data-lang=en]{background:linear-gradient(135deg,#9c27b01a,#9c27b026);border-color:#9c27b04d;color:#9c27b0}.user-subtitle-description{color:#64748b;font-size:13px;line-height:1.5;margin-top:4px;opacity:.8;transition:opacity .2s ease}.user-subtitle-item:hover .user-subtitle-description{opacity:1}.user-subtitles-error{background:linear-gradient(135deg,#ff4d4f1a,#ffccc726);border:1px solid #ff4d4f4d;border-radius:10px;box-shadow:0 2px 8px #ff4d4f1a;color:#d63031;font-size:14px;gap:8px;margin:16px 0;padding:12px 16px}.user-subtitles-error:before{content:"⚠️";flex-shrink:0;font-size:16px}.user-subtitles-empty:before{content:"📭";display:block;filter:drop-shadow(0 2px 8px rgba(0,0,0,.1));font-size:48px;margin-bottom:16px}.user-subtitles-empty:after{background:linear-gradient(90deg,#ff6b6b,#4ecdc4 50%,#4a9eff);border-radius:16px 16px 0 0;content:"";height:3px;left:0;position:absolute;right:0;top:0}.user-subtitles-loading-inline,.user-subtitles-loading-placeholder{background:linear-gradient(135deg,#fffc,#f8fafecc);border:1px solid #4a9eff1a;border-radius:16px;color:#64748b;font-size:15px;padding:40px 20px;position:relative;text-align:center}.user-subtitles-loading-inline:before,.user-subtitles-loading-placeholder:before{animation:loadingBounce 1.5s infinite;content:"⏳";display:block;font-size:32px;margin-bottom:12px}.user-subtitles-loading-inline{animation:pulse 1.5s infinite}@keyframes loadingBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media (max-width:576px){.user-subtitles-container{margin:20px;max-height:85vh;width:95%}.user-subtitles-header{padding:14px 18px}.user-subtitles-header h3{font-size:18px}.user-subtitles-header h3:before{font-size:20px}.user-subtitles-content{padding:16px}.user-subtitle-item{padding:14px 16px}.user-subtitle-title{font-size:15px}.user-subtitle-language{font-size:11px;padding:3px 8px}.user-subtitle-description{font-size:12px;max-width:280px}.user-subtitles-list ul{gap:10px}}.user-subtitles-header-buttons{align-items:center;display:flex;gap:12px}.user-subtitles-refresh{align-items:center;background:linear-gradient(135deg,#007bff,#0056b3);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;gap:6px;padding:8px 12px;transition:all .3s ease}.user-subtitles-refresh:hover:not(:disabled){background:linear-gradient(135deg,#0056b3,#003d82);transform:translateY(-1px)}.user-subtitles-refresh:disabled{cursor:not-allowed;opacity:.6}.user-subtitles-loading{align-items:center;color:#666;display:flex;flex-direction:column;justify-content:center;padding:60px 20px}.loading-spinner{animation:spin 1s linear infinite;border:3px solid #f3f3f3;border-radius:50%;border-top-color:#007bff;height:40px;margin-bottom:16px;width:40px}.user-subtitles-empty{align-items:center;background:linear-gradient(135deg,#fffc,#f8fafecc);border:1px solid #4a9eff1a;border-radius:16px;color:#666;display:flex;flex-direction:column;font-size:15px;justify-content:center;overflow:hidden;padding:60px 20px;position:relative;text-align:center}.empty-icon{font-size:48px;margin-bottom:16px;opacity:.5}.user-subtitles-empty p{color:#333;font-size:16px;margin:0 0 8px}.user-subtitles-empty small{color:#999;font-size:14px}.user-subtitles-error{align-items:center;background:linear-gradient(135deg,#fff5f5,#ffeaea);border:1px solid #fecaca;border-radius:8px;color:#dc2626;display:flex;justify-content:space-between;margin-bottom:16px;padding:16px}.retry-button{background:#dc2626;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;padding:6px 12px;transition:background .3s ease}.retry-button:hover{background:#b91c1c}.user-subtitle-item.loading{cursor:wait;opacity:.7}.user-subtitle-item.loading:hover{box-shadow:0 2px 12px #4a9eff14;transform:none}.subtitle-loading-indicator{align-items:center;display:inline-flex;margin-left:8px}.mini-spinner{animation:spin 1s linear infinite;border:2px solid #f3f3f3;border-radius:50%;border-top-color:#007bff;height:14px;width:14px}.user-subtitle-date{color:#999;font-size:12px;margin-top:6px}.dark-theme .user-subtitles-overlay{background-color:#000c}.dark-theme .user-subtitles-container{background:linear-gradient(135deg,#161b22,#21262d);border:1px solid #30363d;box-shadow:0 10px 40px #0009,0 0 0 1px #58a6ff1a}.dark-theme .user-subtitles-header{background:linear-gradient(135deg,#21262d,#30363d);border-bottom:1px solid #30363d}.dark-theme .user-subtitles-header h3{color:#e6edf3;text-shadow:0 1px 2px #000c}.dark-theme .user-subtitles-close{background:#b1bac41a;color:#e6edf3}.dark-theme .user-subtitles-close:hover{background:#f8514933;color:#f85149}.dark-theme .user-subtitles-content{background:linear-gradient(180deg,#161b22f2,#0d1117f2);border-top:1px solid #30363d;color:#e6edf3}.dark-theme .user-subtitles-list{background-color:#21262d;border:1px solid #30363d}.dark-theme .user-subtitles-list::-webkit-scrollbar{background-color:#21262d}.dark-theme .user-subtitles-list::-webkit-scrollbar-thumb{background-color:#30363d}.dark-theme .user-subtitles-list::-webkit-scrollbar-thumb:hover{background-color:#484f58}.dark-theme .subtitle-item{background-color:#161b22;border:1px solid #30363d}.dark-theme .subtitle-item:hover{background-color:#21262d;border-color:#58a6ff}.dark-theme .subtitle-name{color:#e6edf3}.dark-theme .subtitle-info{color:#8b949e}.dark-theme .subtitle-actions button{background-color:#21262d;border:1px solid #30363d;color:#e6edf3}.dark-theme .subtitle-actions button:hover{background-color:#30363d;border-color:#58a6ff}.dark-theme .subtitle-actions .load-btn{background-color:#238636}.dark-theme .subtitle-actions .load-btn:hover{background-color:#2ea043}.dark-theme .subtitle-actions .delete-btn{background-color:#da3633}.dark-theme .subtitle-actions .delete-btn:hover{background-color:#f85149}.dark-theme .empty-message{color:#8b949e}.dark-theme .user-subtitle-date{color:#6e7681}.dark-theme .loading-spinner{border:2px solid #30363d;border-top-color:#58a6ff}.dark-theme .user-subtitle-item{background:linear-gradient(135deg,#161b22f2,#21262df2);border:1px solid #58a6ff1a;box-shadow:0 2px 12px #0006}.dark-theme .user-subtitle-item:hover{background:linear-gradient(135deg,#21262d,#30363d);border-color:#58a6ff4d;box-shadow:0 6px 24px #00000080}.dark-theme .user-subtitle-item:before{background:linear-gradient(135deg,#58a6ff,#007bff)}.dark-theme .user-subtitle-title{color:#e6edf3}.dark-theme .user-subtitle-description{color:#8b949e}.dark-theme .user-subtitle-item:hover .user-subtitle-description{color:#c9d1d9}.dark-theme .user-subtitle-language{background:linear-gradient(135deg,#58a6ff1a,#58a6ff26);border:1px solid #58a6ff4d;color:#58a6ff}.dark-theme .user-subtitle-language[data-lang=jp-zh]{background:linear-gradient(135deg,#3fb9501a,#3fb95026);border-color:#3fb9504d;color:#3fb950}.dark-theme .user-subtitle-language[data-lang=jp]{background:linear-gradient(135deg,#4ecdc41a,#4ecdc426);border-color:#4ecdc44d;color:#4ecdc4}.dark-theme .user-subtitle-language[data-lang=zh]{background:linear-gradient(135deg,#45b7d11a,#45b7d126);border-color:#45b7d14d;color:#45b7d1}.dark-theme .user-subtitle-language[data-lang=en]{background:linear-gradient(135deg,#9c27b01a,#9c27b026);border-color:#9c27b04d;color:#9c27b0}.dark-theme .user-subtitles-error{background:linear-gradient(135deg,#f851491a,#ffccc71a);border:1px solid #f851494d;color:#f85149}.dark-theme .user-subtitles-empty,.dark-theme .user-subtitles-loading-inline,.dark-theme .user-subtitles-loading-placeholder{background:linear-gradient(135deg,#161b22cc,#21262dcc);border:1px solid #58a6ff1a;color:#8b949e}.dark-theme .user-subtitles-refresh{background:linear-gradient(135deg,#238636,#2ea043)}.dark-theme .user-subtitles-refresh:hover:not(:disabled){background:linear-gradient(135deg,#2ea043,#238636);box-shadow:0 4px 12px #2ea04366;transform:translateY(-1px)}.profile-modal-overlay{align-items:center;animation:fadeIn .3s ease;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:3000}.profile-modal{animation:slideInScale .3s ease;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;display:flex;flex-direction:column;max-width:90%;overflow:hidden;width:500px}.profile-modal-header{align-items:center;background-color:#f8f9fa;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:20px 24px}.profile-modal-header h2{color:#333;font-size:20px;font-weight:600;margin:0}.profile-close-button{align-items:center;background:none;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;font-size:24px;height:30px;justify-content:center;padding:0;transition:all .3s ease;width:30px}.profile-close-button:hover{background-color:#0000000d;color:#333}.profile-tabs{background-color:#fafafa;border-bottom:1px solid #eee;display:flex}.profile-tab-button{background:none;border:none;border-bottom:2px solid #0000;color:#666;cursor:pointer;flex:1 1;font-size:15px;font-weight:500;padding:15px 20px;transition:all .3s ease}.profile-tab-button:hover{background-color:#2196f30d;color:#2196f3}.profile-tab-button.active{background-color:#fff;border-bottom-color:#2196f3;color:#2196f3;font-weight:600}.profile-content{background:#fff;max-height:60vh;overflow-y:auto;padding:24px}.profile-info-item{border-bottom:1px solid #f0f0f0;margin-bottom:24px;padding-bottom:20px}.profile-info-item:last-child{border-bottom:none;margin-bottom:0}.profile-label{color:#666;display:block;font-size:14px;font-weight:600;margin-bottom:8px}.profile-value{color:#333;font-size:15px;font-weight:500;line-height:1.5;padding:10px 0;word-break:break-all}.profile-edit-area{display:flex;flex-direction:column;gap:12px}.profile-input{background:#fff;border:1px solid #ddd;border-radius:6px;box-sizing:border-box;color:#333;font-size:16px;margin:0 auto;padding:10px;text-align:center;transition:all .3s ease;width:150px}.profile-input:focus{border-color:#2196f3;box-shadow:0 0 0 3px #2196f31a;outline:none}.profile-input::placeholder{color:#999;font-weight:400}.profile-button-group{display:flex;gap:10px;justify-content:flex-end}.profile-cancel-button,.profile-save-button,.profile-submit-button{border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:all .3s ease}.profile-save-button{background-color:#2196f3;color:#fff}.profile-save-button:hover{background-color:#1976d2}.profile-save-button:disabled{background-color:#ccc;cursor:not-allowed;opacity:.7}.profile-cancel-button{background-color:#f5f5f5;border:1px solid #ddd;color:#666}.profile-cancel-button:hover{background-color:#eee;color:#333}.profile-cancel-button:disabled{color:#999;cursor:not-allowed}.profile-submit-button{background-color:#2196f3;color:#fff;font-size:16px;margin-top:16px;padding:12px;width:100%}.profile-submit-button:hover{background-color:#1976d2}.profile-submit-button:disabled{background-color:#ccc;cursor:not-allowed;opacity:.7}.profile-form-group{border-bottom:1px solid #f0f0f0;margin-bottom:24px;padding-bottom:20px}.profile-form-group:last-child{border-bottom:none;margin-bottom:0}.profile-form-group .profile-label{margin-bottom:8px;margin-right:0}.profile-form-group .profile-input{flex:1 1;margin-bottom:0}.profile-error-container{background:#fff5f5;border-left:4px solid #f44336;border-radius:6px;margin-bottom:20px;padding:12px 16px}.profile-button-container{border-top:1px solid #f0f0f0;margin-top:20px;padding-top:20px}.profile-error-message{align-items:center;color:#f44336;display:flex;font-size:14px;font-weight:500;gap:6px;margin:0}.profile-error-message:before{color:#f44336;content:"⚠";font-size:14px}.profile-success-message{align-items:center;background:#f0f9f0;border:1px solid #d4edda;border-radius:6px;color:#155724;display:flex;font-size:14px;font-weight:500;gap:6px;justify-content:center;margin:16px 24px;padding:12px 16px;text-align:center}.profile-success-message:before{color:#28a745;content:"✓";font-size:16px}.profile-content::-webkit-scrollbar{width:6px}.profile-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.profile-content::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.profile-content::-webkit-scrollbar-thumb:hover{background:#bbb}@media (max-width:600px){.profile-modal{margin:20px;width:95%}.profile-modal-header{padding:18px 20px}.profile-modal-header h2{font-size:18px}.profile-content{padding:20px}.profile-form-group,.profile-info-item{margin-bottom:20px;padding-bottom:16px}.profile-button-group{flex-direction:column;gap:8px}.profile-cancel-button,.profile-save-button{width:100%}}.dark-theme .profile-modal-overlay{background-color:#000c}.dark-theme .profile-modal{background:#161b22;border:1px solid #30363d;box-shadow:0 10px 40px #00000080}.dark-theme .profile-modal-header{background-color:#21262d;border-bottom:1px solid #30363d}.dark-theme .profile-modal-header h2{color:#e6edf3}.dark-theme .profile-close-button{color:#8b949e}.dark-theme .profile-close-button:hover{background-color:#b1bac41a;color:#e6edf3}.dark-theme .profile-tabs{background-color:#21262d;border-bottom:1px solid #30363d}.dark-theme .profile-tab-button{color:#8b949e}.dark-theme .profile-tab-button:hover{background-color:#58a6ff1a;color:#e6edf3}.dark-theme .profile-tab-button.active{background-color:#161b22;border-bottom-color:#58a6ff;color:#58a6ff}.dark-theme .profile-content{background:#161b22;color:#e6edf3}.dark-theme .profile-info-item{border-bottom:1px solid #30363d}.dark-theme .profile-label{color:#8b949e}.dark-theme .profile-value{color:#e6edf3}.dark-theme .profile-input{background-color:#0d1117;border:1px solid #30363d;color:#e6edf3}.dark-theme .profile-input:focus{border-color:#58a6ff;box-shadow:0 0 0 3px #58a6ff4d}.dark-theme .profile-input::placeholder{color:#6e7681}.dark-theme .profile-save-button{background-color:#238636}.dark-theme .profile-save-button:hover{background-color:#2ea043}.dark-theme .profile-save-button:disabled{background-color:#30363d;color:#6e7681}.dark-theme .profile-cancel-button{background-color:#21262d;border:1px solid #30363d;color:#8b949e}.dark-theme .profile-cancel-button:hover{background-color:#30363d;color:#e6edf3}.dark-theme .profile-cancel-button:disabled{color:#6e7681}.dark-theme .profile-submit-button{background-color:#238636}.dark-theme .profile-submit-button:hover{background-color:#2ea043}.dark-theme .profile-submit-button:disabled{background-color:#30363d;color:#6e7681}.dark-theme .profile-form-group{border-bottom:1px solid #30363d}.dark-theme .profile-error-container{background:#2d1b1b;border-left:4px solid #f85149}.dark-theme .profile-button-container{border-top:1px solid #30363d}.dark-theme .profile-error-message,.dark-theme .profile-error-message:before{color:#f85149}.dark-theme .profile-success-message{background:#1b2d1b;border:1px solid #2ea043;color:#3fb950}.dark-theme .profile-success-message:before{color:#3fb950}.dark-theme .profile-content::-webkit-scrollbar{background-color:#21262d}.dark-theme .profile-content::-webkit-scrollbar-track{background:#21262d}.dark-theme .profile-content::-webkit-scrollbar-thumb{background:#30363d}.dark-theme .profile-content::-webkit-scrollbar-thumb:hover{background:#484f58}.sidebar{background-color:#f4f4f4;border-radius:10px;flex:0 0 50%;flex-direction:row;height:calc(100vh - 90px);overflow:hidden;position:relative;transition:width .3s ease,opacity .3s ease}.sidebar,.sidebar-tabs{display:flex;min-width:0}.sidebar-tabs{flex:0 0 60%;flex-direction:column;height:100%;transition:margin-right .3s ease}.tab-headers{background:#f0f2f5;border-bottom:1px solid #ddd;display:flex;padding:10px 10px 0;position:relative}.tab-button{background:none;border:none;border-radius:8px 8px 0 0;color:#666;cursor:pointer;margin-right:2px;padding:10px 20px;transition:all .3s ease}.tab-button:hover{background:#0000000d}.tab-button.active{background:#fff;border:1px solid #ddd;border-bottom:none;color:#2196f3}.vocabulary-toggle-button{align-items:center;background:#ffffffe6;border:none;border-radius:6px;box-shadow:0 2px 4px #0000001a;color:#666;cursor:pointer;display:none;justify-content:center;padding:8px;position:absolute;right:10px;top:50%;transform:translateY(-50%);transition:all .3s ease}.vocabulary-toggle-button:hover{background:#fff;box-shadow:0 2px 8px #00000026;color:#2196f3}.vocabulary-toggle-button svg.expanded{transform:rotate(0deg);transition:transform .3s ease}.vocabulary-toggle-button svg.collapsed{transform:rotate(180deg);transition:transform .3s ease}.tab-content{display:flex;flex:1 1;flex-direction:column;overflow:hidden}.favorites-panel{flex:1 1;overflow-y:auto;padding:15px}.favorite-item{background:#fff;border-radius:8px;box-shadow:0 2px 6px #0000001a;margin-bottom:15px;padding:15px;position:relative}.favorite-content{color:#ffb32d;max-height:120px;overflow:hidden;position:relative;text-align:left;white-space:pre-wrap}.favorite-content.expanded{max-height:none}.more-button{color:#2196f3;font-size:14px;padding:5px 0}.delete-favorite,.more-button{background:none;border:none;cursor:pointer}.delete-favorite{color:#999;font-size:18px;padding:5px;position:absolute;right:10px;top:10px}.favorite-button{background:none;border:none;color:#ff7503;cursor:pointer;font-size:16px;margin-left:8px;opacity:.5;padding:4px;transition:opacity .3s}.favorite-button:hover{opacity:1}.favorite-button.favorited{color:#ff7503;cursor:default;opacity:1}.notebook-panel{background-color:#f9f9f9;box-shadow:inset 0 0 10px #0000000d}.explanation-panel,.notebook-panel{border-radius:8px;display:flex;flex-direction:column;height:100%;overflow:hidden}.explanation-panel{background-color:#f8f9fa;padding:15px}.explanation-content{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000d;flex:1 1;overflow-y:auto;padding:10px}.explanation-loading{align-items:center;color:#6c757d;display:flex;flex-direction:column;font-size:14px;gap:15px;height:100%;justify-content:center}.explanation-error{background-color:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#e74c3c;padding:20px}.explanation-empty,.explanation-error{align-items:center;display:flex;font-size:14px;height:100%;justify-content:center;text-align:center}.explanation-empty{color:#8899a6;flex-direction:column;line-height:1.6}.explanation-empty-icon{color:#667eea;height:48px;margin:0 auto 16px;opacity:.5;width:48px}.notes-tabs{background-color:#f0f7ff;border-bottom:1px solid #e8e8e8;display:flex;flex-wrap:nowrap;gap:5px;overflow-x:auto;overflow-y:hidden;padding:10px 10px 0;scrollbar-color:#ccc #0000;scrollbar-width:thin;white-space:nowrap}.notes-tabs::-webkit-scrollbar{height:4px}.notes-tabs::-webkit-scrollbar-track{background:#0000}.notes-tabs::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:10px}.note-tab{align-items:center;background-color:#e7f5ff;border:1px solid #c5e3ff;border-radius:6px 6px 0 0;color:#339af0;cursor:pointer;display:flex;gap:8px;height:38px;margin-bottom:-1px;max-width:180px;min-width:100px;overflow:hidden;padding:8px 15px;position:relative;text-overflow:ellipsis;transition:all .2s ease;white-space:nowrap}.note-tab.active{background-color:#fff;border-bottom-color:#fff;box-shadow:0 -2px 5px #0000000d;color:#1c7ed6;font-weight:500;z-index:1}.note-tab:hover:not(.active){background-color:#d0ebff}.note-tab-title{flex:1 1;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.note-tab .delete-note{align-items:center;background:none;border:none;border-radius:50%;color:#adb5bd;cursor:pointer;display:flex;height:20px;justify-content:center;opacity:0;padding:0;transition:all .2s ease;width:20px}.note-tab:hover .delete-note{opacity:1}.note-tab .delete-note:hover{background-color:#fa52521a;color:#fa5252}.add-note-tab{align-items:center;background-color:#4dabf7;border:none;border-radius:6px 6px 0 0;color:#fff;cursor:pointer;display:flex;height:38px;justify-content:center;margin-bottom:-1px;padding:0;transition:all .2s ease;width:38px}.add-note-tab:hover{background-color:#339af0}.note-container{background-color:#fff;border-radius:0 0 8px 8px;box-shadow:inset 0 0 5px #00000005;flex:1 1;overflow-y:auto;padding:20px}.note-editor{animation:fadeIn .3s ease;background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000d;display:flex;flex-direction:column;height:100%;position:relative}.note-header{justify-content:flex-end;position:absolute;right:0;top:-15px;z-index:10}.note-header,.save-status{align-items:center;display:flex}.save-status{animation:pulse 2s infinite;background-color:#f1f3f5;border-radius:4px;color:#495057;font-size:10px;font-weight:500;gap:5px;padding:2px 10px;transition:all .3s ease}.save-status.saving{background-color:#fff9db;color:#f08c00}.save-status.saved{background-color:#d3f9d8;color:#2b8a3e}.save-status.error{background-color:#ffe3e3;color:#e03131}.note-title-input{background-color:initial;border:none;border-bottom:2px solid #0000;color:#343a40;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:18px;font-weight:600;outline:none;padding:8px 0;transition:all .3s ease;width:70%}.note-title-input:focus{border-bottom:2px solid #4dabf7}.note-title-input::placeholder{color:#adb5bd;font-weight:400}.note-content-input{border:none;box-shadow:inset 0 2px 5px #00000005;color:#495057;flex:1 1;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:16px;height:calc(100% - 60px);line-height:1.6;outline:none;padding:20px;resize:none;scrollbar-color:#dee2e6 #f8f9fa;scrollbar-width:thin;transition:background-color .3s ease}.note-content-input,.note-content-input:focus{background-color:#fefff0}.note-content-input::placeholder{color:#adb5bd}.note-content-input::-webkit-scrollbar{width:8px}.note-content-input::-webkit-scrollbar-track{background-color:#f8f9fa;border-radius:4px}.note-content-input::-webkit-scrollbar-thumb{background-color:#dee2e6;border:2px solid #f8f9fa;border-radius:4px}.note-content-input::-webkit-scrollbar-thumb:hover{background-color:#ced4da}.empty-note-state{align-items:center;background-color:#fff;border-radius:8px;box-shadow:0 3px 10px #00000014;color:#adb5bd;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center}.empty-note-state svg{color:#4dabf7;height:48px;margin-bottom:15px;opacity:.5;width:48px}.empty-note-state p{color:#868e96;font-size:16px;margin-bottom:20px}.empty-note-state button{background-color:#4dabf7;border:none;border-radius:6px;box-shadow:0 2px 5px #0000001a;color:#fff;cursor:pointer;font-size:14px;padding:10px 20px;transition:all .2s ease}.empty-note-state button:hover{background-color:#339af0;box-shadow:0 4px 8px #00000026;transform:translateY(-1px)}.ai-assistant-intro{animation:slideInFromTop .5s ease-out;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;box-shadow:0 4px 15px #667eea4d;color:#fff;margin:15px;min-width:300px;padding:20px;transition:all .3s ease}.ai-assistant-intro.fade-out{animation:slideOutToTop .3s ease-in forwards}@keyframes slideOutToTop{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-100%)}}.assistant-info{align-items:flex-start;display:flex;gap:20px;margin-bottom:20px}.assistant-avatar-section{align-items:center;display:flex;flex-direction:column;flex-shrink:0;gap:8px}.assistant-avatar{border:3px solid #ffffff4d;border-radius:50%;box-shadow:0 2px 10px #0003;height:60px;overflow:hidden;width:60px}.assistant-avatar img{height:100%;object-fit:cover;width:100%}.assistant-name{color:#fff;font-size:18px;font-weight:600;margin:0;text-align:center}.assistant-description{align-items:center;display:flex;flex:1 1}.assistant-description p{color:#ffffffe6;font-size:14px;line-height:1.6;margin:0}.assistant-buttons{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.assistant-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff4d;border-radius:20px;color:#fff;cursor:pointer;flex:0 1 auto;font-size:13px;font-weight:500;max-width:120px;min-width:80px;overflow:hidden;padding:10px 16px;position:relative;transition:all .3s ease;white-space:nowrap}.assistant-btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.assistant-btn:hover{background:#ffffff4d;box-shadow:0 4px 15px #fff3;transform:translateY(-2px)}.assistant-btn:hover:before{left:100%}.horror-btn:hover{background:#ff6b6bcc;box-shadow:0 4px 15px #ee5a244d}.chat-btn:hover{background:#74b9ffcc;box-shadow:0 4px 15px #0984e34d}.manga-btn:hover{background:#05c248cc;box-shadow:0 4px 15px #43e8544d}.assistant-btn:active{box-shadow:0 2px 8px #0003;transform:translateY(0)}@media (max-width:500px){.assistant-buttons{align-items:center;flex-direction:column}.assistant-btn{max-width:none;width:100px}}@media (min-width:500px) and (max-width:700px){.assistant-btn{font-size:12px;max-width:100px;min-width:70px;padding:8px 12px}}@media (min-width:700px){.assistant-btn{max-width:110px;min-width:85px}}.loading-message{color:#666;display:flex;flex-direction:column;font-style:italic;gap:5px}.loading-header{align-items:center;display:flex;gap:10px}.loading-dots{display:flex;gap:4px}.loading-dots span{animation:loadingPulse 1.4s infinite;background-color:#4dabf7;border-radius:50%;height:6px;width:6px}.loading-dots span:first-child{animation-delay:0s}.loading-dots span:nth-child(2){animation-delay:.2s}.loading-dots span:nth-child(3){animation-delay:.4s}@keyframes loadingPulse{0%,60%,to{opacity:1;transform:scale(1)}30%{opacity:.7;transform:scale(1.5)}}.loading-text{color:#666;font-size:14px}.loading-content{color:#999;font-size:14px;font-style:normal;opacity:.8;padding-left:0}.analysis-panel{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001f;box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;height:100%;overflow:hidden;padding:10px;position:relative;width:100%}.analysis-content{flex:1 1;line-height:1.6;overflow-x:hidden;overflow-y:auto;padding:15px;scroll-behavior:smooth;text-align:left;white-space:pre-wrap}.analysis-content:after{clear:both;content:"";display:table}.analysis-content::-webkit-scrollbar{width:6px}.analysis-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.analysis-content::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.analysis-content::-webkit-scrollbar-thumb:hover{background:#555}.user-message{background-color:#e3f2fd;border-radius:12px 12px 0 12px;color:#1976d2;float:right;text-align:right}.api-message,.user-message{word-wrap:break-word;clear:both;display:inline-block;margin:8px 0;max-width:80%;padding:8px 12px}.api-message{background-color:#f5f5f5;border-radius:12px 12px 12px 0;color:#333;float:left;text-align:left}.bilingual-message{display:flex;flex-direction:column;gap:8px}.japanese-text{color:#2c3e50;font-size:16px;font-weight:500;line-height:1.6}.chinese-text{color:#666;font-size:14px;font-weight:400;line-height:1.4}.japanese-with-furigana{display:inline;line-height:2.2}.furigana-ruby{ruby-align:center;display:inline-ruby;ruby-position:over}.kanji-text{display:inline}.furigana-reading{color:#888;font-size:10px;font-weight:400;line-height:1}.normal-text{display:inline;line-height:1.6}.analysis-chat{align-items:flex-start;background-color:#f8f9fa;border-top:1px solid #ddd;display:flex;margin-top:auto;padding:10px}.analysis-chat textarea{border:1px solid #e0e3e9;border-radius:8px;box-shadow:0 2px 4px #0000000d;flex:1 1;font-size:14px;line-height:1.5;margin-right:10px;min-height:60px;padding:10px;resize:none;transition:border-color .3s,box-shadow .3s}.analysis-chat textarea:focus{border-color:#4a9eff;box-shadow:0 0 0 3px #4a9eff1a;outline:none}.analysis-chat textarea::placeholder{color:#adb5bd;content:"输入消息...\n按 Shift + Enter 换行，Enter 发送"}.chat-buttons{display:none;gap:10px;margin-top:10px}.floating-send-2-button{align-items:center;background-color:#b9c9f04d;border:none;border-radius:5px;bottom:12px;color:#444;cursor:pointer;display:flex;font-size:14px;height:35px;justify-content:center;padding:6px 10px;position:absolute;right:12px;transition:all .2s ease;width:35px;z-index:10}.floating-send-2-button svg{stroke:#444;height:20px;transition:all .2s ease;width:20px}.floating-send-2-button:hover{background-color:rgba(185,201,240,.747);box-shadow:none;transform:none}.floating-send-2-button:hover svg{filter:none;transform:none}.floating-send-2-button:active{background-color:rgba(185,201,240,.747);box-shadow:none;transform:translateY(1px)}.floating-send-2-button:disabled{background-color:#b9c9f026;box-shadow:none;color:#aaa;cursor:not-allowed}.floating-send-2-button:disabled svg{stroke:#aaa;filter:none;opacity:.5;transform:none}@keyframes buttonPulse{0%{box-shadow:0 0 0 0 #6366f166}70%{box-shadow:0 0 0 10px #6366f100}to{box-shadow:0 0 0 0 #6366f100}}.floating-send-2-button:not(:disabled):hover{animation:none}.floating-send-2-button:active:after,.floating-send-2-button:after{display:none}.textarea-container{box-sizing:border-box;margin:0;padding:0;position:relative;width:100%}.textarea-container textarea{border:1px solid #d9d9d9;border-radius:4px;box-sizing:border-box;font-size:14px;min-height:100px;padding:10px 45px 10px 10px;resize:vertical;width:100%}.vocabulary-analysis{background-color:#fff;border:1px solid #e0e3e9;border-radius:10px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative;transition:flex .3s ease,opacity .3s ease}.vocabulary-analysis.expanded{flex:0 0 40%;min-width:0;opacity:1}.vocabulary-analysis.collapsed{border:none;box-shadow:none;flex:0 0;margin:0;min-width:0;opacity:0;padding:0}.vocabulary-input-section{background-color:#fafbfc;border-bottom:1px solid #e8e8e8;padding:5px}.vocabulary-input-container{align-items:center;display:flex;gap:8px;width:100%}.vocabulary-input{background-color:#fff;border:1px solid #e1e8ed;border-radius:8px;flex:1 1;font-family:Hiragino Sans,Yu Gothic,Meiryo,sans-serif;font-size:16px;padding:6px 10px;transition:border-color .3s ease,box-shadow .3s ease}.vocabulary-search-button{align-items:center;background-color:#667eea;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;flex-shrink:0;height:32px;justify-content:center;padding:6px;transition:all .3s ease;width:32px}.vocabulary-search-button:hover:not(:disabled){background-color:#5a6fd8;box-shadow:0 2px 8px #667eea4d;transform:translateY(-1px)}.vocabulary-search-button:active:not(:disabled){box-shadow:0 1px 4px #667eea4d;transform:translateY(0)}.vocabulary-search-button:disabled{background-color:#e1e8ed;box-shadow:none;color:#adb5bd;cursor:not-allowed;transform:none}.vocabulary-search-button svg{height:16px;width:16px}.vocabulary-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.vocabulary-input::placeholder{color:#8899a6;font-size:14px}.vocabulary-output-section{background-color:#fff;flex:1 1;overflow-y:auto;scrollbar-color:#dee2e6 #f8f9fa;scrollbar-width:thin;width:100%}.vocabulary-output-section::-webkit-scrollbar{width:6px}.vocabulary-output-section::-webkit-scrollbar-track{background-color:#f8f9fa;border-radius:3px}.vocabulary-output-section::-webkit-scrollbar-thumb{background-color:#dee2e6;border-radius:3px}.vocabulary-output-section::-webkit-scrollbar-thumb:hover{background-color:#ced4da}.vocabulary-result{animation:fadeInUp .3s ease;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin-bottom:15px;padding:10px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.vocabulary-original{color:#2c3e50;font-family:Hiragino Sans,Yu Gothic,Meiryo,sans-serif;font-size:20px;font-weight:600;margin-bottom:12px}.vocabulary-reading{color:#e74c3c;font-family:Hiragino Sans,Yu Gothic,Meiryo,sans-serif;font-size:16px;margin-bottom:8px}.vocabulary-translation{color:#27ae60;font-size:16px;font-weight:500;margin-bottom:8px}.vocabulary-part-of-speech{background-color:#f3e5f5;border-radius:4px;color:#8e44ad;display:inline-block;font-size:14px;font-weight:500;margin-bottom:12px;padding:4px 8px}.vocabulary-examples{margin-top:15px}.vocabulary-examples-title{color:#495057;font-size:14px;font-weight:600;margin-bottom:10px}.vocabulary-example{background-color:#fff;border:1px solid #e9ecef;border-left:4px solid #667eea;border-radius:4px;font-size:14px;line-height:1.5;margin-bottom:8px;padding:10px 12px}.vocabulary-example-japanese{color:#2c3e50;font-family:Hiragino Sans,Yu Gothic,Meiryo,sans-serif;margin-bottom:4px}.vocabulary-example-chinese{color:#6c757d;font-size:13px}.vocabulary-loading{color:#6c757d;font-size:14px;padding:40px 20px;text-align:center}.vocabulary-loading:before{animation:spin 1s linear infinite;border:2px solid #f3f3f3;border-radius:50%;border-top-color:#667eea;content:"";display:inline-block;height:20px;margin-right:10px;width:20px}.vocabulary-error{background-color:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#e74c3c;font-size:14px;padding:20px;text-align:center}.vocabulary-empty{color:#8899a6;font-size:14px;line-height:1.6;padding:40px 20px;text-align:center}.vocabulary-empty-icon{color:#667eea;height:48px;margin:0 auto 16px;opacity:.5;width:48px}.dictionary-result{animation:fadeInUp .3s ease;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin-bottom:15px;padding:15px}.dictionary-entries{margin-top:12px}.dictionary-entry{background-color:#fff;border:1px solid #e9ecef;border-left:4px solid #667eea;border-radius:6px;margin-bottom:12px;padding:12px}.dictionary-entry:last-child{margin-bottom:0}.entry-readings{margin-bottom:8px}.reading-item{display:inline-block;margin-bottom:4px;margin-right:12px}.reading-word{color:#2c3e50;font-size:18px;font-weight:600}.reading-furigana,.reading-word{font-family:Hiragino Sans,Yu Gothic,Meiryo,sans-serif}.reading-furigana{color:#e74c3c;font-size:14px;margin-left:4px}.entry-meta{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.common-tag{background-color:#28a745}.common-tag,.jlpt-tag{border-radius:3px;color:#fff;font-size:11px;font-weight:500;padding:2px 6px}.jlpt-tag{background-color:#007bff}.general-tag{background-color:#6c757d;border-radius:3px;color:#fff;font-size:11px;font-weight:500;padding:2px 6px}.entry-meanings{margin-top:8px}.meaning-item{margin-bottom:8px}.meaning-pos{background-color:#f3e5f5;border-radius:3px;color:#8e44ad;display:inline-block;font-size:13px;font-weight:500;margin-bottom:6px;padding:3px 6px}.meaning-definitions{margin-left:0}.definition-item{color:#495057;font-size:14px;line-height:1.4;margin-bottom:2px}.more-results-hint{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:4px;color:#6c757d;font-size:12px;margin-top:10px;padding:8px;text-align:center}.no-result{animation:fadeInUp .3s ease;background-color:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;padding:20px;text-align:center}.no-result-message{color:#856404;font-size:14px;margin-top:8px}.dark-theme .dictionary-result{background-color:#21262d;border:1px solid #30363d;color:#e6edf3}.dark-theme .dictionary-entry{background-color:#161b22;border:1px solid #30363d;border-left:4px solid #58a6ff}.dark-theme .reading-word{color:#e6edf3}.dark-theme .reading-furigana{color:#f85149}.dark-theme .meaning-pos{background-color:#2d1b2d;color:#d2a8ff}.dark-theme .definition-item{color:#c9d1d9}.dark-theme .more-results-hint{background-color:#21262d;border:1px solid #30363d;color:#8b949e}.dark-theme .no-result{background-color:#2d2a1b;border:1px solid #4a4624;color:#e6c547}.dark-theme .no-result-message{color:#e6c547}.sentence-original{color:#2c3e50;font-family:Hiragino Sans,Yu Gothic,Meiryo,sans-serif;font-size:18px;line-height:1.6;margin-bottom:12px}.sentence-translation-text{color:#0369a1;font-size:16px;font-weight:500;line-height:1.5}.subtitle-analysis-result{animation:fadeInUp .3s ease;background-color:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;margin-bottom:15px;padding:20px;text-align:left}.subtitle-analysis-original{background-color:#e0f2fe;border-left:4px solid #0284c7;border-radius:6px;color:#1e40af;font-family:Hiragino Sans,Yu Gothic,Meiryo,sans-serif;font-size:18px;font-weight:600;line-height:1.6;margin-bottom:16px;padding:12px}.subtitle-analysis-content{color:#374151;font-family:Microsoft YaHei,sans-serif;font-size:15px;line-height:1.7;white-space:pre-wrap}@media (max-width:1200px){.sidebar{width:80%}.vocabulary-analysis.expanded{max-width:350px}}@media (max-width:900px){.sidebar{width:90%}.vocabulary-analysis.expanded{max-width:300px;min-width:250px}.resize-handle{width:4px}}@media (max-width:700px){.sidebar{margin-left:10px;width:95%}.vocabulary-analysis.expanded{max-width:250px;min-width:200px}.resize-handle{width:3px}}.dark-theme .tab-headers{background:#21262d;border-bottom:1px solid #30363d}.dark-theme .tab-button{color:#8b949e}.dark-theme .tab-button:hover{background:#b1bac41f;color:#e6edf3}.dark-theme .tab-button.active{background:#161b22;border-bottom:2px solid #58a6ff;color:#e6edf3}.dark-theme .analysis-panel{background-color:#161b22;border:1px solid #30363d;box-shadow:0 1px 3px #0000004d}.dark-theme .analysis-content{background-color:#161b22;color:#e6edf3}.dark-theme .analysis-content::-webkit-scrollbar{background-color:#21262d}.dark-theme .analysis-content::-webkit-scrollbar-thumb{background-color:#30363d}.dark-theme .analysis-content::-webkit-scrollbar-thumb:hover{background-color:#484f58}.dark-theme .analysis-chat{background-color:#21262d;border-top:1px solid #30363d}.dark-theme .analysis-chat textarea{background-color:#0d1117;border:1px solid #30363d;color:#e6edf3}.dark-theme .analysis-chat textarea:focus{border-color:#58a6ff;box-shadow:0 0 0 3px #58a6ff1a}.dark-theme .analysis-chat textarea::placeholder{color:#6e7681}.dark-theme .vocabulary-input-section{background-color:#21262d;border-bottom:1px solid #30363d}.dark-theme .vocabulary-input{background-color:#0d1117;border:1px solid #30363d;color:#e6edf3}.dark-theme .vocabulary-input:focus{border-color:#58a6ff;box-shadow:0 0 0 3px #58a6ff1a}.dark-theme .vocabulary-input::placeholder{color:#6e7681}.dark-theme .vocabulary-search-button{background-color:#58a6ff;color:#fff}.dark-theme .vocabulary-search-button:hover:not(:disabled){background-color:#4493f8;box-shadow:0 2px 8px #58a6ff4d}.dark-theme .vocabulary-search-button:disabled{background-color:#30363d;color:#6e7681}.dark-theme .vocabulary-output-section{background-color:#161b22}.dark-theme .vocabulary-output-section::-webkit-scrollbar-track{background-color:#21262d}.dark-theme .vocabulary-output-section::-webkit-scrollbar-thumb{background-color:#30363d}.dark-theme .vocabulary-output-section::-webkit-scrollbar-thumb:hover{background-color:#484f58}.dark-theme .vocabulary-result{background-color:#21262d;border:1px solid #30363d;color:#e6edf3}.dark-theme .sidebar{background-color:#161b22;border-left:1px solid #30363d}.dark-theme .sidebar-header{background-color:#21262d;border-bottom:1px solid #30363d;color:#e6edf3}.dark-theme .sidebar-content,.dark-theme .sidebar-tabs{background-color:#161b22}.dark-theme .tab-content{background-color:#161b22;color:#e6edf3}.dark-theme .sidebar button{background-color:#21262d;border:1px solid #30363d;color:#e6edf3}.dark-theme .sidebar button:hover{background-color:#30363d;border-color:#58a6ff}.dark-theme .sidebar input,.dark-theme .sidebar select,.dark-theme .sidebar textarea{background-color:#0d1117;border:1px solid #30363d;color:#e6edf3}.dark-theme .sidebar input:focus,.dark-theme .sidebar select:focus,.dark-theme .sidebar textarea:focus{border-color:#58a6ff;box-shadow:0 0 0 3px #58a6ff1a}.dark-theme .sidebar ::-webkit-scrollbar{background-color:#21262d}.dark-theme .sidebar ::-webkit-scrollbar-thumb{background-color:#30363d}.dark-theme .sidebar ::-webkit-scrollbar-thumb:hover{background-color:#484f58}.dark-theme .explanation-panel{background-color:#161b22}.dark-theme .explanation-content{background-color:#21262d;color:#e6edf3}.dark-theme .explanation-content::-webkit-scrollbar-track{background-color:#161b22}.dark-theme .explanation-content::-webkit-scrollbar-thumb{background-color:#30363d}.dark-theme .explanation-content::-webkit-scrollbar-thumb:hover{background-color:#484f58}.dark-theme .explanation-loading{color:#8b949e}.dark-theme .explanation-error{background-color:#2d1b1b;border:1px solid #4a2828;color:#f85149}.dark-theme .explanation-empty{color:#6e7681}.dark-theme .explanation-empty-icon{color:#58a6ff}.dark-theme .subtitle-analysis-result{background-color:#21262d;border:1px solid #30363d}.dark-theme .subtitle-analysis-original{background-color:#0d1117;border-left:4px solid #58a6ff;color:#58a6ff}.dark-theme .subtitle-analysis-content{color:#e6edf3}.dark-theme .notes-tabs{background-color:#21262d;border-bottom:1px solid #30363d}.dark-theme .notes-tabs::-webkit-scrollbar-thumb{background-color:#30363d}.dark-theme .note-tab{background-color:#161b22;border:1px solid #30363d;color:#8b949e}.dark-theme .note-tab.active{background-color:#21262d;border-bottom-color:#21262d;box-shadow:0 -2px 5px #0000004d;color:#e6edf3}.dark-theme .note-tab:hover:not(.active){background-color:#30363d}.dark-theme .note-tab .delete-note{color:#6e7681}.dark-theme .note-tab .delete-note:hover{background-color:#f851491a;color:#f85149}.dark-theme .add-note-tab{background-color:#238636;color:#e6edf3}.dark-theme .add-note-tab:hover{background-color:#2ea043}.dark-theme .note-container{background-color:#161b22}.dark-theme .note-editor{background-color:#21262d;box-shadow:0 2px 8px #0000004d}.dark-theme .note-title-input{border-bottom:2px solid #0000;color:#e6edf3}.dark-theme .note-title-input:focus{border-bottom:2px solid #58a6ff}.dark-theme .note-title-input::placeholder{color:#6e7681}.dark-theme .note-content-input{background-color:#0d1117;border:1px solid #30363d;color:#e6edf3}.dark-theme .note-content-input:focus{background-color:#0d1117;border-color:#58a6ff}.dark-theme .note-content-input::placeholder{color:#6e7681}.dark-theme .note-content-input::-webkit-scrollbar,.dark-theme .note-content-input::-webkit-scrollbar-track{background-color:#21262d}.dark-theme .note-content-input::-webkit-scrollbar-thumb{background-color:#30363d;border:2px solid #21262d}.dark-theme .note-content-input::-webkit-scrollbar-thumb:hover{background-color:#484f58}.dark-theme .empty-note-state{background-color:#21262d;box-shadow:0 3px 10px #0000004d;color:#8b949e}.dark-theme .empty-note-state svg{color:#58a6ff;opacity:.7}.dark-theme .empty-note-state p{color:#8b949e}.dark-theme .empty-note-state button{background-color:#238636;box-shadow:0 2px 5px #0000004d;color:#fff}.dark-theme .empty-note-state button:hover{background-color:#2ea043;box-shadow:0 4px 8px #0006}.vp-subtitles-simple-list{background-color:#fbfbfb;box-sizing:border-box;display:block;flex:1 1;height:calc(100% - 30px);margin:0;overflow-y:auto;padding:10px 0;position:relative;scrollbar-color:#dadada #0000;scrollbar-width:thin}.vp-subtitles-simple-list::-webkit-scrollbar{width:6px}.vp-subtitles-simple-list::-webkit-scrollbar-track{background:#0000}.vp-subtitles-simple-list::-webkit-scrollbar-thumb{background-color:#dadada;border-radius:3px}.vp-subtitle-simple-item{align-items:flex-start;border-left:3px solid #0000;border-radius:4px;border-top:1px solid #eee;display:flex;margin-bottom:3px;padding:8px 15px;position:relative;transition:all .3s ease}.vp-subtitle-simple-item.active{background-color:#e8f5fe;border-left-color:#42b4ff;box-shadow:0 2px 8px #42b4ff1a}.vp-subtitle-simple-item.active .vp-subtitle-simple-jp{color:#1a73e8;font-weight:500}.vp-subtitle-simple-item.active .vp-subtitle-simple-zh{color:#4285f4}.vp-subtitle-simple-item.selected{background:#f0f7ff!important;border-left:4px solid #4285f4}.vp-subtitle-simple-checkbox{accent-color:#4285f4;align-self:center;flex-shrink:0;margin-right:12px;margin-top:0;width:auto}.vp-subtitle-simple-jp{color:#333;margin-bottom:4px}.vp-subtitle-simple-jp,.vp-subtitle-simple-zh{font-weight:400;line-height:1.5;transition:color .3s ease}.vp-subtitle-simple-zh{border-top:1px dashed #eee;color:#666;font-size:.95em;margin-top:2px;padding-top:3px}.vp-subtitle-simple-content{flex:1 1;margin-bottom:5px;margin-right:10px;overflow:hidden}.vp-subtitle-simple-item:hover{background-color:#f5f9ff}.vp-subtitle-simple-item .time{align-self:center;color:#999;flex-shrink:0;font-size:.8em;min-width:70px;text-align:right;white-space:nowrap}.vp-subtitle-simple-item.active .time{color:#4285f4}.vp-subtitle-simple-panel{align-items:center;bottom:0;display:flex;height:100%;justify-content:center;left:0;position:absolute;right:0;top:0;width:100%;z-index:110000}.dplayer-fulled .vp-subtitle-simple-panel,.dplayer-web-fullscreen-fix .vp-subtitle-simple-panel{position:fixed}.panel-mask{background:#000000b3;height:100%;left:0;position:absolute;top:0;width:100%}.panel-content{background:#fff;border-radius:8px;display:flex;flex-direction:column;height:80%;max-height:800px;max-width:1200px;overflow-y:auto;padding:20px;position:relative;width:80%;z-index:1001}.panel-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.panel-header h3{color:#333;font-size:18px;margin:0}.panel-header button{background:none;border:none;color:#666;cursor:pointer;font-size:24px;line-height:1;padding:0}.panel-header button:hover{color:#333}.panel-footer{align-items:center;border-top:1px solid #ddd;display:flex;justify-content:space-between;padding-top:10px}.loop-button:hover{background:#bbdefb}.loop-button:disabled{cursor:not-allowed;opacity:.5}.clear-button{padding:8px}.clear-button:hover{color:#333}.dark-theme .vp-subtitles-simple-list{background-color:#161b22;scrollbar-color:#30363d #0000}.dark-theme .vp-subtitles-simple-list::-webkit-scrollbar-thumb{background-color:#30363d}.dark-theme .vp-subtitle-simple-item{background-color:#161b22;border-top:1px solid #30363d}.dark-theme .vp-subtitle-simple-item:hover{background-color:#21262d}.dark-theme .vp-subtitle-simple-item.active{background-color:#0d1117;border-left-color:#58a6ff;box-shadow:0 2px 8px #58a6ff26}.dark-theme .vp-subtitle-simple-item.active .vp-subtitle-simple-jp{color:#58a6ff}.dark-theme .vp-subtitle-simple-item.active .vp-subtitle-simple-zh{color:#4493f8}.dark-theme .vp-subtitle-simple-item.selected{background:#0d1117!important;border-left:4px solid #58a6ff}.dark-theme .vp-subtitle-simple-checkbox{accent-color:#58a6ff}.dark-theme .vp-subtitle-simple-jp{color:#e6edf3}.dark-theme .vp-subtitle-simple-zh{border-top:1px dashed #30363d;color:#8b949e}.dark-theme .vp-subtitle-simple-item .time{color:#6e7681}.dark-theme .vp-subtitle-simple-item.active .time{color:#58a6ff}.dark-theme .panel-content{background:#161b22;border:1px solid #30363d}.dark-theme .panel-header h3{color:#e6edf3}.dark-theme .panel-header button{color:#8b949e}.dark-theme .panel-header button:hover{color:#e6edf3}.dark-theme .panel-footer{border-top:1px solid #30363d}.dark-theme .loop-button{background:#21262d;border:1px solid #30363d;color:#58a6ff}.dark-theme .loop-button:hover{background:#30363d}.dark-theme .loop-button.active{background:#58a6ff;color:#fff}.dark-theme .clear-button{color:#8b949e}.dark-theme .clear-button:hover{color:#e6edf3}.redeem-code-overlay{align-items:center;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#0009;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:2999}.redeem-code-container{animation:slideInScale .3s ease;background:linear-gradient(135deg,#fff,#f8fafe);border-radius:16px;box-shadow:0 10px 40px #00000026,0 0 0 1px #ffffff1a;display:flex;flex-direction:column;max-height:80vh;max-width:90%;overflow:hidden;width:520px}.redeem-code-header{align-items:center;background:linear-gradient(135deg,#dce2f1,#e8ecf5);border-bottom:1px solid #dce2f199;display:flex;flex-shrink:0;justify-content:space-between;padding:16px 20px}.redeem-code-header h3{color:#2c3e50;font-size:20px;font-weight:600;margin:0;text-shadow:0 1px 2px #fffc}.redeem-code-close{align-items:center;background:#fffc;border:none;border-radius:50%;box-shadow:0 2px 8px #0000001a;color:#666;cursor:pointer;display:flex;font-size:20px;height:36px;justify-content:center;padding:0;transition:all .3s ease;width:36px}.redeem-code-close:hover{background:#fff;box-shadow:0 4px 12px #00000026;color:#333;transform:scale(1.1)}.redeem-code-content{background:linear-gradient(180deg,#ffffffe6,#f8fafee6);flex:1 1;min-height:0;overflow-y:auto;padding:20px}.redeem-code-redeem{background:linear-gradient(135deg,#ffffffe6,#f0f5ffe6);border:1px solid #dce2f1cc;border-radius:12px;box-shadow:0 2px 8px #0000000a;margin-bottom:18px;padding:16px}.redeem-code-redeem h4{color:#2c3e50;font-size:16px;font-weight:600;margin-bottom:16px;margin-top:0}.redeem-code-redeem form{gap:12px}.redeem-code-form-row,.redeem-code-redeem form{align-items:center;display:flex;margin-bottom:12px}.redeem-code-form-row{justify-content:space-between;width:100%}.redeem-code-input-wrapper{display:flex;flex:1 1;gap:12px}.redeem-code-input{background:#ffffffe6;border:2px solid #dce2f1cc;border-radius:10px;color:#2c3e50;flex:1 1;font-size:15px;padding:12px 16px;transition:all .3s ease}.redeem-code-input:focus{background:#fff;border-color:#4a9eff;box-shadow:0 0 0 3px #4a9eff26;outline:none}.redeem-code-input::placeholder{color:#a0a8b8}.redeem-code-redeem-button{background:linear-gradient(135deg,#4a9eff,#007bff);border:none;border-radius:10px;box-shadow:0 2px 8px #4a9eff4d;color:#fff;cursor:pointer;font-size:15px;font-weight:500;min-width:80px;padding:12px 20px;transition:all .3s ease;white-space:nowrap}.redeem-code-redeem-button:hover:not(:disabled){background:linear-gradient(135deg,#40a9ff,#0056b3);box-shadow:0 4px 12px #4a9eff66;transform:translateY(-1px)}.redeem-code-redeem-button:active:not(:disabled){transform:translateY(0)}.redeem-code-redeem-button:disabled{background:linear-gradient(135deg,#a5d3ff,#c8e1ff);box-shadow:none;cursor:not-allowed;transform:none}.redeem-code-redeem-error{align-items:center;background:linear-gradient(135deg,#ff4d4f1a,#ffccc726);border:1px solid #ff4d4f4d;border-radius:10px;box-shadow:0 2px 8px #ff4d4f1a;color:#d63031;display:flex;font-size:14px;gap:8px;margin-top:12px;padding:12px 16px}.redeem-code-redeem-error:before{content:"⚠️";flex-shrink:0;font-size:16px}.redeem-code-redeem-success{animation:successSlideIn .4s ease;background:linear-gradient(135deg,#52c41a1a,#b7eb8f26);border:1px solid #52c41a4d;border-radius:12px;box-shadow:0 4px 12px #52c41a1a;color:#389e0d;margin-top:16px;padding:16px 20px}.redeem-code-redeem-success p{align-items:center;display:flex;font-size:15px;font-weight:500;gap:8px;margin:0 0 12px}.redeem-code-redeem-success p:before{content:"🎉";font-size:18px}.redeem-code-redeem-success ul{list-style:none;margin:0;padding:0}.redeem-code-redeem-success li{align-items:center;background:#ffffffb3;border-radius:8px;display:flex;font-size:14px;gap:8px;margin:4px 0;padding:8px 12px;transition:all .2s ease}.redeem-code-redeem-success li:hover{background:#ffffffe6;transform:translateX(4px)}.redeem-code-redeem-success li:before{content:"📄";font-size:14px}@keyframes successSlideIn{0%{opacity:0;transform:translateY(10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.redeem-code-list h4{color:#88cb71;font-size:16px;font-weight:500;margin-bottom:12px;margin-right:10px;margin-top:0;text-align:right}.redeem-code-list ul{list-style:none;margin:0;padding:0}.redeem-code-loading{animation:fadeIn .2s ease;background-color:#fff;border-radius:12px;box-shadow:0 6px 24px #00000026;color:#666;font-style:italic;left:50%;min-width:200px;padding:30px 20px;position:fixed;text-align:center;top:50%;transform:translate(-50%,-50%);z-index:3000}.redeem-code-error{background-color:#fff2f0;border:1px solid #ffccc7;border-radius:4px;color:#ff4d4f;font-size:14px;margin:15px 0;padding:10px}.redeem-code-empty{color:#999;font-size:14px;font-style:italic;padding:30px 0;text-align:center}.redeem-code-label{color:#666;flex-shrink:0;font-size:14px;width:80px}.redeem-code-loading-inline,.redeem-code-loading-placeholder{color:#999;font-size:14px;font-style:italic;padding:20px 0;text-align:center}.redeem-code-loading-inline{animation:pulse 1.5s infinite;position:relative}.redeem-instructions{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#fffffff2,#f8fafef2);border:2px solid #4a9eff26;border-radius:16px;box-shadow:0 6px 24px #4a9eff1f;overflow:hidden;padding:18px;position:relative}.redeem-instructions:before{background:linear-gradient(90deg,#ff6b6b,#4ecdc4 33%,#45b7d1 66%,#4a9eff);border-radius:16px 16px 0 0;content:"";height:3px;left:0;position:absolute;right:0;top:0}.redeem-instructions h4{align-items:center;color:#1a365d;display:flex;font-size:17px;font-weight:700;gap:8px;margin:0 0 16px;text-shadow:0 1px 3px #0000001a}.redeem-instructions h4:before{animation:giftBounce 2s infinite;content:"🎁";filter:drop-shadow(0 2px 6px rgba(0,0,0,.2));font-size:18px}.redeem-instructions>p{background:#4a9eff0d;border-left:3px solid #4a9eff;border-radius:10px;color:#4a5568;font-size:14px;font-weight:400;line-height:1.5;margin:0 0 14px;padding:8px 12px;text-align:center}.redeem-instructions>p:first-of-type{background:#4a9eff1a;color:#1a365d;font-size:15px;font-weight:600}.redeem-instructions ul{grid-gap:10px;display:grid;gap:10px;list-style:none;margin:0;padding:0}.redeem-instructions li{align-items:center;background:linear-gradient(135deg,#ffffffe6,#f8fafee6);border:1px solid #4a9eff1a;border-radius:12px;box-shadow:0 1px 8px #4a9eff14;color:#2d3748;display:flex;font-size:14px;gap:12px;line-height:1.4;padding:12px 16px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.redeem-instructions li:hover{background:linear-gradient(135deg,#fff,#f0f5ff);border-color:#4a9eff4d;box-shadow:0 8px 24px #4a9eff33;transform:translateY(-2px) scale(1.01)}.redeem-instructions li:before{align-items:center;border-radius:50%;box-shadow:0 2px 12px #00000026;color:#fff;content:"";display:flex;flex-shrink:0;font-size:16px;font-weight:700;height:36px;justify-content:center;position:relative;width:36px}.redeem-instructions li:first-child:before{animation:iconFloat 3s ease-in-out infinite;background:linear-gradient(135deg,#ff6b6b,#ee5a52);content:"🎪";font-size:14px}.redeem-instructions li:nth-child(2):before{animation:iconFloat 3s ease-in-out .5s infinite;background:linear-gradient(135deg,#4ecdc4,#44a08d);content:"👥";font-size:14px}.redeem-instructions li:nth-child(3):before{animation:iconFloat 3s ease-in-out 1s infinite;background:linear-gradient(135deg,#45b7d1,#4a9eff);content:"📱";font-size:14px}@keyframes giftBounce{0%,to{transform:translateY(0) rotate(0deg)}25%{transform:translateY(-3px) rotate(-2deg)}50%{transform:translateY(-6px) rotate(0deg)}75%{transform:translateY(-3px) rotate(2deg)}}@keyframes iconFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes slideInScale{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}@keyframes slideIn{0%{opacity:0;transform:translate(-50%,-60%)}to{opacity:1;transform:translate(-50%,-50%)}}@media (max-width:576px){.redeem-code-container{margin:20px;max-height:85vh;width:95%}.redeem-code-header{padding:14px 18px}.redeem-code-header h3{font-size:18px}.redeem-code-content{padding:16px}.redeem-code-redeem{margin-bottom:16px;padding:14px}.redeem-code-form-row{flex-direction:column;gap:12px}.redeem-code-input-wrapper{width:100%}.redeem-code-redeem-button{justify-self:stretch;width:100%}.redeem-instructions{padding:16px}.redeem-instructions h4{font-size:16px;margin-bottom:12px}.redeem-instructions h4:before{font-size:16px}.redeem-instructions li{font-size:13px;gap:10px;padding:10px 14px}.redeem-instructions li:before{font-size:12px;height:32px;width:32px}.redeem-instructions>p{font-size:13px;margin-bottom:12px;padding:8px 10px}.redeem-instructions ul{gap:8px}.user-subtitle-description{max-width:180px}}@media (max-width:480px){.redeem-code-input-wrapper{flex-direction:column;gap:12px}.redeem-code-input{width:100%}.redeem-code-redeem-button{padding:14px 20px;width:100%}}.dark-theme .redeem-code-overlay{background-color:#000c}.dark-theme .redeem-code-container{background:linear-gradient(135deg,#161b22,#21262d);border:1px solid #30363d;box-shadow:0 10px 40px #0009,0 0 0 1px #58a6ff1a}.dark-theme .redeem-code-header{background:linear-gradient(135deg,#21262d,#30363d);border-bottom:1px solid #30363d}.dark-theme .redeem-code-header h3{color:#e6edf3;text-shadow:0 1px 2px #000c}.dark-theme .redeem-code-close{background:#b1bac41a;color:#e6edf3}.dark-theme .redeem-code-close:hover{background:#f8514933;color:#f85149}.dark-theme .redeem-code-content{background:linear-gradient(180deg,#161b22f2,#0d1117f2);border-top:1px solid #30363d;color:#e6edf3}.dark-theme .redeem-code-input-group label{color:#e6edf3}.dark-theme .redeem-code-input{background:linear-gradient(135deg,#0d1117,#161b22);border:2px solid #30363d;box-shadow:0 2px 8px #0000004d;color:#e6edf3}.dark-theme .redeem-code-input:focus{background:linear-gradient(135deg,#161b22,#21262d);border-color:#58a6ff;box-shadow:0 0 0 3px #58a6ff4d,0 2px 12px #0006}.dark-theme .redeem-code-input::placeholder{color:#6e7681}.dark-theme .redeem-code-redeem-button{background:linear-gradient(135deg,#238636,#2ea043);border:1px solid #30363d;color:#fff}.dark-theme .redeem-code-redeem-button:hover:not(:disabled){background:linear-gradient(135deg,#2ea043,#238636);box-shadow:0 4px 12px #2ea04366;transform:translateY(-1px)}.dark-theme .redeem-code-redeem-button:disabled{background:#30363d;color:#6e7681}.dark-theme .redeem-codes-list{background-color:#21262d;border:1px solid #30363d}.dark-theme .redeem-codes-list::-webkit-scrollbar{background-color:#21262d}.dark-theme .redeem-codes-list::-webkit-scrollbar-thumb{background-color:#30363d}.dark-theme .redeem-codes-list::-webkit-scrollbar-thumb:hover{background-color:#484f58}.dark-theme .redeem-code-item{background-color:#161b22;border:1px solid #30363d}.dark-theme .redeem-code-item.used{background-color:#21262d;border-color:#30363d;opacity:.6}.dark-theme .redeem-code-text{color:#e6edf3}.dark-theme .redeem-code-status{color:#8b949e}.dark-theme .redeem-code-status.used{color:#6e7681}.dark-theme .redeem-code-status.available{color:#3fb950}.dark-theme .redeem-message{background-color:#21262d;border:1px solid #30363d;color:#e6edf3}.dark-theme .redeem-message.success{background-color:#3fb9501a;border-color:#3fb950;color:#3fb950}.dark-theme .redeem-message.error{background-color:#f851491a;border-color:#f85149;color:#f85149}.dark-theme .redeem-code-redeem{background:linear-gradient(135deg,#21262df2,#161b22f2);border:1px solid #30363d;box-shadow:0 4px 16px #0006}.dark-theme .redeem-code-redeem h4{color:#e6edf3}.dark-theme .redeem-code-redeem-error{background:linear-gradient(135deg,#f851491a,#ffccc71a);border:1px solid #f851494d;color:#f85149}.dark-theme .redeem-code-redeem-success{background:linear-gradient(135deg,#3fb9501a,#b7eb8f1a);border:1px solid #3fb9504d;color:#3fb950}.dark-theme .redeem-code-redeem-success li{background:#21262db3;color:#e6edf3}.dark-theme .redeem-code-redeem-success li:hover{background:#21262de6}.dark-theme .redeem-code-list h4{color:#3fb950}.dark-theme .redeem-code-loading{background-color:#21262d;border:1px solid #30363d;color:#8b949e}.dark-theme .redeem-code-error{background-color:#2d1b1b;border:1px solid #4a2828;color:#f85149}.dark-theme .redeem-code-empty{color:#6e7681}.dark-theme .redeem-code-label{color:#8b949e}.dark-theme .redeem-code-loading-inline,.dark-theme .redeem-code-loading-placeholder{color:#6e7681}.dark-theme .redeem-instructions{background:linear-gradient(135deg,#161b22f2,#21262df2);border:2px solid #58a6ff26}.dark-theme .redeem-instructions h4{color:#e6edf3}.dark-theme .redeem-instructions>p{background:#58a6ff1a;border-left:3px solid #58a6ff;color:#c9d1d9}.dark-theme .redeem-instructions>p:first-of-type{background:#58a6ff26;color:#e6edf3}.dark-theme .redeem-instructions li{background:linear-gradient(135deg,#161b22e6,#21262de6);border:1px solid #58a6ff1a;color:#c9d1d9}.dark-theme .redeem-instructions li:hover{background:linear-gradient(135deg,#21262d,#30363d);border-color:#58a6ff4d}.online-video-modal-overlay{align-items:center;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.online-video-modal{background:#fff;border-radius:12px;box-shadow:0 20px 40px #0000004d;max-height:75vh;max-width:700px;overflow:hidden;width:90%}.online-video-header{align-items:center;background:#f8f9fa;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:20px 24px}.online-video-header h2{color:#333;font-size:20px;font-weight:600;margin:0}.online-video-close-btn{background:none;border:none;border-radius:6px;color:#666;cursor:pointer;padding:8px;transition:all .2s}.online-video-close-btn:hover{background:#e9ecef;color:#333}.online-video-content{max-height:55vh;overflow:hidden;padding:20px}.video-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr);width:100%}.video-item{background:#fff;border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;overflow:hidden;position:relative;transition:all .2s}.video-item:not(.empty):hover{border-color:#007bff;box-shadow:0 4px 12px #007bff26;transform:translateY(-2px)}.video-item.empty{cursor:default;opacity:.5}.video-item.empty:hover{border-color:#e0e0e0;box-shadow:none;transform:none}.video-thumbnail{align-items:center;background:#f8f9fa;display:flex;height:120px;justify-content:center;overflow:hidden;width:100%}.video-thumbnail img{height:100%;object-fit:cover;width:100%}.placeholder-thumbnail{align-items:center;color:#999;display:flex;height:100%;justify-content:center;width:100%}.video-info{padding:12px}.video-title{color:#333;font-size:14px;font-weight:600;line-height:1.3;margin:0 0 6px}.video-description{color:#666;font-size:12px;line-height:1.4;margin:0 0 8px}.video-meta{align-items:center;display:flex;justify-content:space-between}.video-duration{background:#f0f0f0;border-radius:4px;color:#999;font-size:12px;padding:2px 6px}.video-play-overlay{align-items:center;background:#000000b3;border-radius:50%;display:flex;height:50px;justify-content:center;left:50%;opacity:0;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .2s;width:50px}.video-item:not(.empty):hover .video-play-overlay{opacity:1}.video-play-overlay svg{height:24px;width:24px}.online-video-footer{background:#f8f9fa;border-top:1px solid #e0e0e0;padding:16px 24px;text-align:center}.video-count{color:#666;font-size:14px;margin:0}@media (max-width:768px){.online-video-modal{max-height:85vh;width:95%}.video-grid{grid-template-columns:1fr}.online-video-header{padding:16px 20px}.online-video-content{padding:16px}.video-thumbnail{height:140px}}.online-video-content::-webkit-scrollbar{width:6px}.online-video-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.online-video-content::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.online-video-content::-webkit-scrollbar-thumb:hover{background:#999}.dark-theme .online-video-modal-overlay{background:#000c}.dark-theme .online-video-modal{background:#161b22;border:1px solid #30363d;box-shadow:0 20px 40px #0009}.dark-theme .online-video-header{background:#21262d;border-bottom:1px solid #30363d}.dark-theme .online-video-header h2{color:#e6edf3}.dark-theme .online-video-close-btn{color:#8b949e}.dark-theme .online-video-close-btn:hover{background:#b1bac41a;color:#e6edf3}.dark-theme .online-video-content{background:#161b22;color:#e6edf3}.dark-theme .online-video-content::-webkit-scrollbar,.dark-theme .online-video-content::-webkit-scrollbar-track{background:#21262d}.dark-theme .online-video-content::-webkit-scrollbar-thumb{background:#30363d}.dark-theme .online-video-content::-webkit-scrollbar-thumb:hover{background:#484f58}.dark-theme .online-video-input-group label{color:#e6edf3}.dark-theme .online-video-input{background-color:#0d1117;border:2px solid #30363d;color:#e6edf3}.dark-theme .online-video-input:focus{border-color:#58a6ff;box-shadow:0 0 0 3px #58a6ff4d}.dark-theme .online-video-input::placeholder{color:#6e7681}.dark-theme .online-video-submit-btn{background-color:#238636;border:1px solid #30363d}.dark-theme .online-video-submit-btn:hover:not(:disabled){background-color:#2ea043}.dark-theme .online-video-submit-btn:disabled{background-color:#30363d;color:#6e7681}.navbar{background-color:#dce2f1;box-sizing:border-box;color:#fff;justify-content:space-between;padding:10px 20px;position:fixed;top:0;width:100%;z-index:2000}.navbar,.navbar-left{align-items:center;display:flex}.navbar-left{color:#0f0f10;font-size:20px;gap:15px}.app-title{font-size:14px;font-weight:500;margin-left:-10px;white-space:nowrap}.navbar-subtitle-btn{background-color:#b9c9f04d;border:none;border-radius:5px;color:#444;font-size:14px;padding:6px 10px;transition:all .2s ease}.navbar-subtitle-btn:hover{background-color:rgba(185,201,240,.747)}.navbar-subtitle-btn:active{transform:translateY(1px)}.theme-btn{background-color:#b9c9f04d;border:none;border-radius:5px;color:#444;cursor:pointer;font-size:14px;margin-right:5px;padding:6px 10px;transition:all .2s ease}.theme-btn:hover:not(:disabled){background-color:rgba(185,201,240,.747)}.theme-btn:disabled{background-color:#889ecfcc;color:#fff;cursor:default;font-weight:500}.theme-btn:active:not(:disabled){transform:translateY(1px)}.theme-dropdown-container{display:inline-block;position:relative}.theme-dropdown-btn{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:linear-gradient(135deg,#b9c9f04d,#a5b4dc66);border:1px solid #b9c9f080;border-radius:8px;box-shadow:0 2px 8px #0000000d;color:#444;cursor:pointer;display:flex;font-size:14px;gap:8px;padding:8px 12px;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none}.theme-dropdown-btn:hover{background:linear-gradient(135deg,#b9c9f099,#a5b4dcb3);border-color:#b9c9f0cc;box-shadow:0 4px 12px #0000001a;transform:translateY(-1px)}.theme-dropdown-btn:active{box-shadow:0 2px 6px #0000001a;transform:translateY(0)}.theme-icon{align-items:center;display:flex;height:18px;justify-content:center;transition:all .3s ease;width:18px}.theme-text{font-weight:500;letter-spacing:.3px}.theme-dropdown-arrow{align-items:center;display:flex;justify-content:center;margin-left:2px;transition:transform .3s cubic-bezier(.4,0,.2,1)}.theme-dropdown-arrow.open{transform:rotate(180deg)}.theme-dropdown-menu{animation:dropdownSlideIn .2s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff2;border:1px solid #b9c9f04d;border-radius:12px;box-shadow:0 8px 32px #0000001f;min-width:180px;overflow:hidden;padding:8px;position:absolute;right:0;top:calc(100% + 8px);z-index:1000}@keyframes dropdownSlideIn{0%{opacity:0;transform:translateY(-8px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.theme-dropdown-item{align-items:center;border-radius:8px;color:#444;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:12px;margin-bottom:4px;padding:12px 16px;position:relative;transition:all .2s cubic-bezier(.4,0,.2,1)}.theme-dropdown-item:last-child{margin-bottom:0}.theme-dropdown-item:hover{background:linear-gradient(135deg,#4a9eff1a,#4a9eff0d);color:#2c3e50;transform:translateX(2px)}.theme-dropdown-item.active{background:linear-gradient(135deg,#4a9eff26,#4a9eff14);border:1px solid #4a9eff33;color:#4a9eff}.theme-item-icon{align-items:center;display:flex;flex-shrink:0;height:20px;justify-content:center;width:20px}.theme-item-text{flex:1 1;letter-spacing:.3px}.theme-item-check{align-items:center;animation:checkFadeIn .2s ease;color:#4a9eff;display:flex;height:16px;justify-content:center;width:16px}@keyframes checkFadeIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.navbar-logo{height:30px}.navbar-right{align-items:center;display:flex;gap:10px}.navbar-btn{background-color:#007bff;border:none;border-radius:5px;color:#000;cursor:pointer;font-size:14px;margin-left:5px;padding:6px 12px;transition:background-color .3s}.navbar-btn:hover{background-color:#0056b3}.user-menu-container{cursor:pointer;position:relative}.user-nickname{background-color:#b9c9f04d;border-radius:5px;color:#444;font-size:14px;padding:6px 10px;transition:all .2s ease}.user-nickname:hover{background-color:rgba(185,201,240,.747)}.user-nickname:active{transform:translateY(1px)}.user-menu{animation:fadeIn .2s ease;background:#fff;border:1px solid #e8e8e8;border-radius:8px;box-shadow:0 3px 12px #0000001a;min-width:100px;padding:5px 0;position:absolute;right:0;top:110%;z-index:1000}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.menu-item{align-items:center;color:#555;cursor:pointer;display:flex;font-size:13px;justify-content:center;padding:8px 16px;transition:all .2s ease}.menu-item:hover{background-color:#f0f7ff;color:#5a8de1}.menu-item:last-child{border-top:1px solid #eee;color:#ff7875;margin-top:3px;padding-top:10px}.menu-item:last-child:hover{background-color:#fff1f0;color:#ff4d4f}.login-btn{background-color:#b9c9f0}.login-btn:hover{background-color:#97b0f0}.register-btn{background-color:#f5ceb7}.register-btn:hover{background-color:#f1a172}.container{align-items:stretch;background-color:#eaeaef;box-sizing:border-box;display:flex;gap:20px;height:calc(100vh - 50px);justify-content:flex-start;margin-top:50px;overflow:hidden;padding:20px;position:relative}.study{display:flex;flex:0 0 50%;flex-direction:column;height:100%;min-width:0}.video-container{flex-shrink:0;height:0;padding-bottom:40%}.video-container,.video-container2{background-color:#e3edcd;position:relative;transition:all .3s ease;width:100%}.video-container2{flex-grow:1;padding-bottom:56%}.video-player{background-color:#f0f0f0;border:1px solid #ddd;border-radius:10px;bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0}.video-player,.video-player.no-video{align-items:center;display:flex;justify-content:center}.video-player.no-video{background-color:#fff}.video-player.no-video:after{color:#555;content:"";font-size:18px}.video-player video::-webkit-media-controls-fullscreen-button{display:none}.control-bar{align-items:flex-start;background:#fff;border-radius:5px;border-top:1px solid #eee;bottom:0;display:flex;gap:15px;padding:12px;position:-webkit-sticky;position:sticky}.loop-button{background:#e3f2fd;border:none;border-radius:20px;color:#2196f3;cursor:pointer;padding:8px 16px;transition:all .2s}.loop-button:hover{background:#1976d2}.loop-button.active{background:#2196f3;color:#fff}.clear-button{background:none;border:none;color:#666;cursor:pointer;display:none;padding:4px}.speed-font{font-weight:700;height:30px;justify-content:center;width:30px}.speed-font,.toggle-btn{align-items:center;display:flex;font-size:14px}.toggle-btn{background-color:#f0f0f0;border:1px solid #ddd;border-radius:4px;cursor:pointer;gap:5px;margin-left:10px;padding:5px 10px;transition:all .2s ease}.toggle-btn:hover{background-color:#e9e9e9}.video-container.expanded{aspect-ratio:unset;flex-grow:1;max-height:none;max-width:85vw}.video-container.resizing{transition:none;-webkit-user-select:none;user-select:none}.left-down-area{background-color:#eaeaea;border-radius:10px;display:flex;flex-direction:column;flex-grow:1;height:calc(100% - 20px - 56.25vw);margin-top:10px;overflow-y:auto;width:100%}.upload-buttons{display:flex;justify-content:center}.video-upload-options{align-items:center;display:flex;flex-direction:column;gap:16px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:10}.online-video-btn{align-items:center;background-color:#4bc0c0e6;border:1px solid #4bc0c0cc;border-radius:30px;box-shadow:0 2px 8px #00000014;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:500;gap:12px;outline:none;padding:10px 16px;transition:all .3s ease}.online-video-btn:hover{background-color:#4bc0c0;box-shadow:0 4px 12px #4bc0c04d;transform:scale(1.03)}.online-video-btn svg{fill:currentColor;height:24px;transition:transform .3s ease;width:24px}.online-video-btn:hover svg{transform:translateY(-2px)}.upload-video-btn{align-items:center;background-color:#ffffffe6;border:1px solid #bedfe4cc;border-radius:30px;box-shadow:0 2px 8px #00000014;color:#427d9d;cursor:pointer;display:flex;font-size:16px;font-weight:500;gap:12px;padding:10px 16px;transition:all .3s ease;z-index:10}.upload-video-btn:hover{background-color:#fffffff2;box-shadow:0 4px 12px #427d9d26;color:#164863;transform:scale(1.03)}.upload-video-btn svg{fill:currentColor;height:24px;transition:transform .3s ease;width:24px}.upload-video-btn:hover svg{transform:translateY(-2px)}.upload-subtitle-btn{align-items:center;background-color:#e2f1ffe6;border:1px solid #bedfe4cc;border-radius:25px;box-shadow:0 2px 6px #0000000f;color:#427d9d;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:10px;padding:8px 14px;transition:all .3s ease}.upload-subtitle-btn:hover{background-color:#e2f1fff2;box-shadow:0 3px 10px #427d9d26;color:#164863;transform:translateY(-2px)}.upload-subtitle-btn svg{fill:currentColor;height:20px;transition:transform .3s ease;width:20px}.upload-subtitle-btn:hover svg{transform:rotate(5deg)}.dplayer-container{background-color:#000;height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:10}.close-video-btn{align-items:center;background-color:#0000004d;border:none;border-radius:50%;color:#fffc;cursor:pointer;display:flex;height:28px;justify-content:center;padding:5px;position:absolute;right:10px;top:10px;transition:all .3s ease;width:28px;z-index:100}.close-video-btn:hover{background-color:#00000080;color:#fff;transform:scale(1.05)}.subtitle-status{background-color:#0009;border-radius:5px;color:#fff;font-size:14px;max-width:60%;overflow:hidden;padding:5px 10px;position:absolute;right:50px;text-overflow:ellipsis;top:10px;white-space:nowrap;z-index:100}input[type=file]{display:none}.ad-container{background-color:#fff;border:1px solid #ddd;border-radius:5px;display:flex;flex-direction:column;font-size:16px;justify-content:flex-start;position:relative;text-align:center}.ad-container,.vp-subtitles-list{box-sizing:border-box;height:100%;overflow-x:hidden;overflow-y:auto}.vp-subtitles-list{background-color:#dce2f161;border:1px solid #dee2e6;border-radius:0 0 8px 8px;border-top:none;display:block;flex:1 1;margin:0;padding:10px 0;scrollbar-color:#dadada #0000;scrollbar-width:thin}.vp-subtitles-list::-webkit-scrollbar{width:6px}.vp-subtitles-list::-webkit-scrollbar-track{background:#0000}.vp-subtitles-list::-webkit-scrollbar-thumb{background-color:#dadada;border-radius:3px}.vp-subtitle-item{background:#fff;border-left:3px solid #0000;border-top:1px solid #f0f0f0;padding:8px 0;position:relative;transition:all .3s ease}.vp-subtitle-item:hover{background-color:#f8fffe;border-left-color:#30b734;box-shadow:0 2px 8px #0000000d}.vp-subtitle-item.active{background-color:#e8f4fd;border-left-color:#1890ff;box-shadow:0 2px 12px #1890ff26;transition:all .5s ease}.vp-subtitle-item.active .vp-sub-cn{color:#d4a76a!important}.vp-subtitle-item.keep-style{background-color:#f0f8ff;border-left-color:#87ceeb;box-shadow:0 1px 6px #87ceeb1a;transition:all .3s ease}.vp-subtitle-item.keep-style .vp-sub-cn{color:#d4a76a!important}.vp-subtitle-main{align-items:flex-start;display:flex;gap:0;padding:0 15px;position:relative}.vp-subtitle-left{align-items:center;display:flex;flex-direction:column;flex-shrink:0;gap:6px;margin-right:12px}.vp-subtitle-time{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:4px;color:#666;font-family:Courier New,monospace;font-size:12px;font-weight:600;margin-bottom:2px;min-width:42px;padding:4px 8px;text-align:center;transition:all .3s ease}.vp-subtitle-item.active .vp-subtitle-time{background-color:#e3f2fd;border-color:#bbdefb;color:#1976d2}.vp-subtitle-item:hover .vp-subtitle-time{background-color:#e8f5e8;border-color:#c8e6c9;color:#2e7d32}.vp-sub-jp{color:#000;font-size:24px;line-height:1.5;margin-bottom:2px;word-spacing:.2em}.vp-sub-cn{color:#666;font-size:20px;line-height:1.2}.vp-subtitle-content{display:flex;flex:1 1;flex-direction:column;gap:2px;min-width:0}.vp-subtitle-actions{align-items:center;display:flex;flex-direction:column;flex-shrink:0;gap:6px;justify-content:flex-start;margin-left:12px;min-width:32px;opacity:1;padding:4px 0;position:relative;z-index:2}.vp-subtitle-item:hover .vp-subtitle-actions{opacity:1;transform:none}.vp-furigana-text{color:#888;font-size:.6em;left:0;line-height:1;position:absolute;text-align:center;top:1em;white-space:nowrap}.vp-action-button{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#f8f9fae6;border:1px solid #e9ecefcc;border-radius:50%;box-shadow:0 1px 3px #0000001a;color:#495057b3;cursor:pointer;display:flex;font-size:12px;font-weight:500;gap:0;height:28px;justify-content:center;opacity:1;padding:6px;transition:all .3s ease;white-space:nowrap;width:28px}.vp-action-button:hover{background-color:#fffffff2;border-color:#dcdcdce6;box-shadow:0 2px 8px #00000026;color:#212529e6;transform:translateY(-1px) scale(1.05)}.vp-action-button:active{box-shadow:0 1px 3px #0000001a;transform:translateY(0) scale(.98)}.vp-action-button svg{fill:currentColor;flex-shrink:0;height:16px;width:16px}.vp-action-button span{display:none}.vp-play-button{align-items:center;background:linear-gradient(135deg,#4caf50e6,#8bc34ae6);border:1px solid #4caf5066;border-radius:50%;box-shadow:0 2px 4px #4caf5033;color:#fffffff2;display:flex;height:28px;justify-content:center;margin:0 auto;transition:all .3s ease;width:28px}.vp-play-button:hover{background:linear-gradient(135deg,#4caf50,#8bc34a);border-color:#4caf5099;box-shadow:0 3px 8px #4caf504d;transform:translateY(-1px) scale(1.05)}.vp-play-button:active{box-shadow:0 1px 3px #4caf5033;transform:translateY(0) scale(.98)}.vp-play-button svg{height:16px;width:16px}.vp-copy-button{background-color:#2196f31a;border-color:#2196f34d;color:#2196f3cc}.vp-copy-button:hover{background-color:#2196f326;border-color:#2196f380;color:#2196f3;transform:translateY(-1px) scale(1.05)}.vp-analyze-button{background-color:#9c27b01a;border-color:#9c27b04d;color:#9c27b0cc}.vp-analyze-button:hover{background-color:#9c27b026;border-color:#9c27b080;color:#9c27b0;transform:translateY(-1px) scale(1.05)}.vp-analyze-button:disabled{background:#f8f9fa80;border-color:#e9ecef80;box-shadow:0 1px 3px #0000000d;color:#6c757d66;cursor:not-allowed;opacity:.5;transform:none}.word-segment{display:inline-block;margin:0 5px;transition:all .2s ease}.kanji-with-furigana,.vp-kanji-with-furigana{display:inline-block;line-height:1.2;margin:.8em .5em auto 5px;min-width:1em;padding-top:.3em;position:relative;text-align:center;vertical-align:bottom}.furigana-text,.vp-furigana-text{color:#4d4b4df7;display:block;font-size:.6em;font-weight:400;line-height:1;pointer-events:none;position:absolute;text-align:center;top:-1.2em;white-space:nowrap;z-index:10}.word-segment-plain{border-left:0 solid #0003;display:inline-block;margin:0 3px;padding-left:0;transition:all .2s ease}.kanji-with-furigana.active,.vp-kanji-with-furigana.active,.word-segment-plain.active,.word-segment.active{background-color:#ffc107cc;border-radius:3px;color:#fff;padding:2px 4px}.text-segment{margin-right:.5em}.word-container{display:inline-block}.word-separator{color:#0000004d;margin:0 2px}.kanji-base{display:inline-block;margin:.8em 5px auto;min-width:1em;padding-top:.5em;position:relative;text-align:center;vertical-align:bottom}.furigana-base{color:#ccc;display:block;font-size:.6em;font-weight:400;left:0;line-height:1;pointer-events:none;position:absolute;text-align:center;top:-.5em;white-space:nowrap;width:100%}.kanji-group-container{display:inline-block;margin:0 1px;position:relative;vertical-align:bottom}.furigana-span{color:#4d4b4df7;font-size:.6em;font-weight:400;left:0;line-height:1;position:absolute;top:-1.5em;white-space:nowrap;z-index:10}.furigana-span,.kanji-span{box-sizing:border-box;display:block;min-width:-webkit-fit-content;min-width:fit-content;text-align:center}.token-with-aligned-furigana{display:inline-block;margin:0 2px;position:relative;vertical-align:bottom}.kanji-group-container .furigana-span,.kanji-group-container .kanji-span{transition:width .1s ease}.token-with-aligned-furigana+.token-with-aligned-furigana{margin-left:3px}.token-with-aligned-furigana[data-active=true]{color:#fff}.phrase-block .token-with-aligned-furigana{margin:0 1px}@media (max-width:768px){.furigana-span{font-size:.55em;top:-1.4em}.kanji-group-container{margin:0 .5px}}.vp-subtitle-controls{align-items:center;background:linear-gradient(135deg,#f0f2f5,#dce2f1);border:1px solid #dee2e6;border-radius:8px 8px 0 0;box-shadow:0 1px 3px #0000001a;box-sizing:border-box;display:flex;height:36px;justify-content:flex-end;margin-bottom:0;min-height:36px;padding:8px 12px;position:static;transition:all .2s ease;width:100%;z-index:60}.vp-subtitle-controls:hover{border-color:#adb5bd;box-shadow:0 2px 5px #00000026}.vp-subtitle-controls:before{display:none}.vp-subtitle-controls .controls-content{align-items:center;background:#0000;border:none;border-radius:0;box-shadow:none;box-sizing:border-box;display:flex;flex-shrink:0;gap:12px;height:auto;max-width:100%;overflow:hidden;padding:0;position:static;transform:none;transition:none;white-space:nowrap;width:auto;z-index:auto}.vp-subtitle-controls:hover .controls-content{left:auto;right:auto;transform:none}.vp-subtitle-controls:hover:before{display:none}.vp-subtitle-control-item{align-items:center;border-radius:4px;color:#495057;cursor:pointer;display:flex;flex-shrink:0;font-size:13px;gap:4px;margin-top:5px;padding:3px 6px;transition:all .2s ease;-webkit-user-select:none;user-select:none}.vp-subtitle-control-item:hover{background-color:#007bff1a}.vp-subtitle-control-item input[type=checkbox]{cursor:pointer;flex-shrink:0;height:14px;margin:0;width:14px}.vp-subtitle-control-item span{cursor:pointer;flex-shrink:0;font-weight:500;transition:color .2s ease}.vp-subtitle-control-item:hover span{color:#007bff}.vp-subtitle-control-item input[type=checkbox]:checked+span{color:#007bff;font-weight:600}@media (max-width:768px){.vp-subtitle-controls{min-height:32px;padding:6px 8px}.vp-subtitle-controls .controls-content{gap:8px}.vp-subtitle-control-item{font-size:12px;gap:3px;padding:2px 4px}.vp-subtitle-control-item input[type=checkbox]{height:12px;width:12px}}@media (max-width:480px){.vp-subtitle-controls{min-height:28px;padding:4px 6px}.vp-subtitle-controls .controls-content{gap:6px}.vp-subtitle-control-item{font-size:11px;padding:1px 3px}}.subtitle-loading-container{animation:slideInFromTop .3s ease-out;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;box-shadow:0 4px 15px #0000001a;margin:15px 0;padding:20px;position:relative;transition:opacity .8s ease,transform .8s ease;z-index:100}.subtitle-loading-container.completed{background:linear-gradient(135deg,#4caf50,#45a049)}.subtitle-loading-container.fade-out{opacity:0;pointer-events:none;transform:translateY(-15px) scale(.95)}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.subtitle-loading-content{align-items:center;display:flex;flex-direction:column;gap:12px}.loading-message{color:#fff;font-size:14px;font-weight:500;margin-bottom:5px;text-align:center}.progress-bar-container{background-color:#fff3;border-radius:4px;box-shadow:inset 0 1px 3px #0003;height:8px;max-width:300px;overflow:hidden;width:100%}.progress-bar{animation:progressShimmer 2s infinite;background:linear-gradient(90deg,#4caf50,#45a049,#4caf50);background-size:200% 100%;border-radius:4px;height:100%;transition:width .3s ease}@keyframes progressShimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.progress-text{color:#fff;font-size:12px;font-weight:500;opacity:.9}.subtitle-loading-container+.vp-subtitles-list{margin-top:0}.vp-subtitles-list{animation:subtitleFadeIn .8s ease-in-out;opacity:1;position:relative;transform:translateY(0);z-index:50}@keyframes subtitleFadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.video-tip-message{animation:tipFadeIn .3s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#000c;border:1px solid #ffffff1a;border-radius:8px;box-shadow:0 4px 12px #0000004d;color:#fff;font-size:18px;font-weight:500;left:50%;padding:12px 20px;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);-webkit-user-select:none;user-select:none;white-space:nowrap;z-index:2000}@keyframes tipFadeIn{0%{opacity:0;transform:translate(-50%,-50%) translateY(-10px) scale(.9)}to{opacity:1;transform:translate(-50%,-50%) translateY(0) scale(1)}}.video-tip-message svg{fill:currentColor;display:inline-block;height:48px;vertical-align:middle;width:48px}.persistent-status-indicators{display:flex;flex-direction:column;gap:8px;left:20px;pointer-events:none;position:absolute;top:20px;-webkit-user-select:none;user-select:none;z-index:2500}.status-indicator{animation:statusFadeIn .3s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#000000d9;border:1px solid #ffffff26;border-radius:6px;box-shadow:0 3px 10px #0000004d;color:#fff;font-size:14px;font-weight:500;padding:8px 12px;transition:all .3s ease;white-space:nowrap}.loop-indicator{background-color:#228b22e6;border-color:#90ee904d}.skip-indicator{background-color:#ff8c00e6;border-color:#ffd7004d}@keyframes statusFadeIn{0%{opacity:0;transform:translateX(-15px) scale(.9)}to{opacity:1;transform:translateX(0) scale(1)}}@media (max-width:768px){.vp-subtitle-main{gap:0;padding:0 10px}.vp-subtitle-left{gap:4px;margin-right:8px}.vp-subtitle-time{font-size:11px;margin-bottom:2px;min-width:38px;padding:3px 6px}.vp-play-button{height:24px;width:24px}.vp-play-button svg{height:14px;width:14px}.vp-subtitle-actions{flex-direction:row;gap:4px;min-width:auto}.vp-action-button{font-size:10px;padding:4px 6px}.vp-action-button span{display:none}}@media (max-width:480px){.vp-subtitle-main{gap:0;padding:0 8px}.vp-subtitle-left{gap:3px;margin-right:6px}.vp-subtitle-time{font-size:10px;margin-bottom:2px;min-width:34px;padding:2px 4px}.vp-play-button{height:22px;width:22px}.vp-play-button svg{height:12px;width:12px}.vp-action-button{height:24px;padding:4px;width:24px}.vp-subtitle-actions{gap:4px;min-width:28px}}.video-blocker{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);box-shadow:0 2px 6px #0000004d;transition:all .2s ease}.video-blocker:hover{border-color:#ffffff80;box-shadow:0 4px 8px #0006}.video-blocker.dragging{cursor:ns-resize!important;transform:scale(1.01)}.video-blocker.dragging,.video-blocker.resizing{border-color:#fff9;box-shadow:0 6px 12px #00000080}.blocker-resize-handle{opacity:.6;transition:all .2s ease}.blocker-resize-handle:hover{opacity:1;transform:scale(1.1)}.video-blocker:hover .blocker-resize-handle{opacity:.8}.blocker-resize-se:hover{background:linear-gradient(-45deg,#0000,#0000 35%,#fffc 0,#fffc 65%,#0000 0)!important}.blocker-resize-nw:hover{background:linear-gradient(45deg,#0000,#0000 35%,#fffc 0,#fffc 65%,#0000 0)!important}.blocker-resize-e:hover,.blocker-resize-n:hover,.blocker-resize-s:hover,.blocker-resize-w:hover{background:#ffffff80!important}.dplayer-blocker-icon{transition:all .3s ease}.dplayer-blocker-icon:hover{transform:scale(1.1)}.dplayer-blocker-icon .dplayer-icon-content svg{transition:fill .3s ease}.dplayer-blocker-icon:hover .dplayer-icon-content svg{fill:#3f94db}.video-blocker span{pointer-events:none;text-shadow:0 1px 2px #000c}.dplayer-bar,.dplayer-bar-wrap,.dplayer-controller,.dplayer-controller-bar{z-index:100!important}.dark-theme .navbar{background-color:#21262d;color:#e6edf3}.dark-theme .navbar-left{color:#e6edf3}.dark-theme .navbar-subtitle-btn{background-color:#388bfd33;color:#e6edf3}.dark-theme .navbar-subtitle-btn:hover{background-color:#388bfd66}.dark-theme .user-nickname{background-color:#388bfd33;color:#e6edf3}.dark-theme .user-nickname:hover{background-color:#388bfd66}.dark-theme .user-menu{background:#2d333b;border:1px solid #444c56}.dark-theme .menu-item{color:#e6edf3}.dark-theme .menu-item:hover{background-color:#373e47;color:#58a6ff}.dark-theme .menu-item:last-child{border-top:1px solid #444c56;color:#f85149}.dark-theme .menu-item:last-child:hover{background-color:#f851491a}.dark-theme .theme-btn{background-color:#388bfd33;color:#e6edf3}.dark-theme .theme-btn:hover:not(:disabled){background-color:#388bfd66}.dark-theme .theme-btn:disabled{background-color:#388bfd99}.dark-theme .theme-dropdown-btn{background:linear-gradient(135deg,#388bfd33,#388bfd4d);border:1px solid #388bfd66;color:#e6edf3}.dark-theme .theme-dropdown-btn:hover{background:linear-gradient(135deg,#388bfd66,#388bfd80);border-color:#388bfd99;box-shadow:0 4px 12px #388bfd33}.dark-theme .theme-dropdown-menu{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#161b22f2;border:1px solid #388bfd4d;box-shadow:0 8px 32px #0006}.dark-theme .theme-dropdown-item{color:#e6edf3}.dark-theme .theme-dropdown-item:hover{background:linear-gradient(135deg,#58a6ff1a,#58a6ff0d);color:#e6edf3}.dark-theme .theme-dropdown-item.active{background:linear-gradient(135deg,#58a6ff33,#58a6ff1a);border:1px solid #58a6ff4d;color:#58a6ff}.dark-theme .theme-item-check{color:#58a6ff}.dark-theme .container,.dark-theme .study{background-color:#0d1117}.dark-theme .video-player{background-color:#161b22;border:1px solid #30363d}.dark-theme .video-player.no-video{background-color:#161b22}.dark-theme .video-player.no-video:after{color:#8b949e}.dark-theme .video-container{background-color:#161b22;border:1px solid #30363d}.dark-theme .video-container2{background-color:#161b22}.dark-theme .ad-container{background-color:#161b22;border:1px solid #30363d;color:#e6edf3}.dark-theme .ad-container .vp-sub-jp,.dark-theme .ad-container .vp-subtitle-item .vp-sub-jp,.dark-theme .ad-container .vp-subtitle-item.active .vp-sub-jp,.dark-theme .ad-container .vp-subtitle-item:hover .vp-sub-jp{color:#e6edf3!important}.dark-theme .ad-container .vp-sub-cn{color:#8b949e!important}.dark-theme .ad-container .vp-subtitle-item.active .vp-sub-cn,.dark-theme .ad-container .vp-subtitle-item.keep-style .vp-sub-cn{color:#f0c674!important}.dark-theme .vp-subtitles-list{background-color:#21262d;border:1px solid #30363d;color:#e6edf3}.dark-theme .vp-subtitle-item{background-color:#161b22;border-top:1px solid #30363d;color:#e6edf3}.dark-theme .vp-subtitle-item:hover{background-color:#21262d;border-left-color:#58a6ff}.dark-theme .vp-subtitle-item.active{background-color:#0d1117;border-left-color:#58a6ff;box-shadow:0 2px 12px #58a6ff26}.dark-theme .vp-subtitle-item.keep-style{background-color:#161b22;border-left-color:#58a6ff;box-shadow:0 1px 6px #58a6ff1a}.dark-theme .vp-subtitle-time{background-color:#21262d;border:1px solid #30363d;color:#8b949e}.dark-theme .vp-subtitle-item.active .vp-subtitle-time{background-color:#0d1117;border-color:#30363d;color:#58a6ff}.dark-theme .vp-subtitle-item:hover .vp-subtitle-time{background-color:#21262d;border-color:#58a6ff;color:#e6edf3}.dark-theme .furigana-span,.dark-theme .furigana-text,.dark-theme .kanji-group-container .furigana-text,.dark-theme .kanji-group-container .romaji-text,.dark-theme .kanji-group-container .vp-furigana-text,.dark-theme .romaji-text,.dark-theme .vp-furigana-text,.dark-theme .vp-sub-jp,.dark-theme .vp-subtitle-item.active .furigana-span,.dark-theme .vp-subtitle-item.active .furigana-text,.dark-theme .vp-subtitle-item.active .romaji-text,.dark-theme .vp-subtitle-item.active .vp-furigana-text,.dark-theme .vp-subtitle-item.active .vp-sub-jp,.dark-theme .vp-subtitle-item.keep-style .vp-sub-jp,.dark-theme .vp-subtitle-item:hover .furigana-span,.dark-theme .vp-subtitle-item:hover .furigana-text,.dark-theme .vp-subtitle-item:hover .romaji-text,.dark-theme .vp-subtitle-item:hover .vp-furigana-text,.dark-theme .vp-subtitle-item:hover .vp-sub-jp{color:#e6edf3!important}.dark-theme .vp-sub-cn{color:#8b949e}.dark-theme .vp-subtitle-item.active .vp-sub-cn,.dark-theme .vp-subtitle-item.keep-style .vp-sub-cn{color:#f0c674!important}.dark-theme .vp-action-button{background-color:#21262d;border:1px solid #30363d;color:#8b949e}.dark-theme .vp-action-button:hover{background-color:#30363d;border-color:#58a6ff;color:#e6edf3}.dark-theme .subtitle-upload-buttons .upload-subtitle-btn{background-color:#21262d;border:1px solid #30363d;color:#e6edf3}.dark-theme .subtitle-upload-buttons .upload-subtitle-btn:hover{background-color:#30363d;border-color:#58a6ff}.dark-theme .vp-subtitle-controls{background:linear-gradient(135deg,#21262d,#30363d);border:1px solid #30363d;box-shadow:0 1px 3px #0000004d}.dark-theme .vp-subtitle-controls:hover{border-color:#484f58;box-shadow:0 2px 5px #0006}.dark-theme .vp-subtitle-control-item{color:#e6edf3}.dark-theme .vp-subtitle-control-item:hover{background-color:#58a6ff1a}.dark-theme .vp-subtitle-control-item input[type=checkbox]:checked+span,.dark-theme .vp-subtitle-control-item:hover span{color:#58a6ff}.dark-theme .upload-buttons{background-color:#161b22}.dark-theme .online-video-btn{background-color:#21262d;border:1px solid #30363d;color:#e6edf3}.dark-theme .online-video-btn:hover{background-color:#30363d;border-color:#58a6ff}.dark-theme .upload-video-btn{background-color:#21262d;border:1px solid #30363d;color:#e6edf3}.dark-theme .upload-video-btn:hover{background-color:#30363d;border-color:#58a6ff}.dark-theme .toggle-btn{background-color:#21262d;border:1px solid #30363d;color:#e6edf3}.dark-theme .toggle-btn:hover{background-color:#30363d;border-color:#58a6ff}.dark-theme body{background-color:#1a1a1a;color:#e0e0e0}.dark-theme .navbar{background-color:#2d2d2d;border-bottom:1px solid #444}.dark-theme .app-title,.dark-theme .navbar-left{color:#e0e0e0}.dark-theme .navbar-subtitle-btn{background-color:#55555580;color:#e0e0e0}.dark-theme .navbar-subtitle-btn:hover{background-color:#555c}.dark-theme .navbar-btn{background-color:#4a4a4a;color:#e0e0e0}.dark-theme .navbar-btn:hover{background-color:#666}.dark-theme .theme-btn{background-color:#55555580;color:#e0e0e0}.dark-theme .theme-btn:hover:not(:disabled){background-color:#555c}.dark-theme .theme-btn:disabled{background-color:#878787cc;color:#fff}.dark-theme .user-nickname{background-color:#55555580;color:#e0e0e0}.dark-theme .user-nickname:hover{background-color:#555c}.dark-theme .user-menu{background:#3a3a3a;border:1px solid #555}.dark-theme .menu-item{color:#e0e0e0}.dark-theme .menu-item:hover{background-color:#4a4a4a;color:#7fb3ff}.dark-theme .menu-item:last-child{border-top:1px solid #555;color:#f99}.dark-theme .menu-item:last-child:hover{background-color:#4a2a2a}.dark-theme .container{background-color:#1a1a1a}.dark-theme .upload-buttons{background-color:#2d2d2d;border:1px solid #444}.dark-theme .upload-btn{background-color:#4a4a4a;border:1px solid #666;color:#e0e0e0}.dark-theme .upload-btn:hover{background-color:#666}.dark-theme .sidebar{background-color:#2d2d2d;border-left:1px solid #444}.dark-theme .sidebar-header{background-color:#3a3a3a;border-bottom:1px solid #555;color:#e0e0e0}.dark-theme .subtitle-list{background-color:#2d2d2d}.dark-theme .subtitle-item{border-bottom:1px solid #444;color:#e0e0e0}.dark-theme .subtitle-item:hover{background-color:#3a3a3a}.dark-theme .subtitle-item.active{background-color:#4a4a4a}.dark-theme .luna-panel{background-color:#2d2d2d;border:1px solid #444}.dark-theme .luna-header{background-color:#3a3a3a;border-bottom:1px solid #555;color:#e0e0e0}.dark-theme .chat-history{background-color:#2d2d2d}.dark-theme .chat-input-area{background-color:#3a3a3a;border-top:1px solid #555}.dark-theme .chat-input{background-color:#4a4a4a;border:1px solid #666;color:#e0e0e0}.dark-theme .chat-input:focus{border-color:#7fb3ff}.dark-theme .send-btn{background-color:#4a6fa5;color:#fff}.dark-theme .send-btn:hover{background-color:#5a7fb5}.dark-theme .modal-content{background-color:#2d2d2d;border:1px solid #444;color:#e0e0e0}.dark-theme .modal-header{background-color:#3a3a3a;border-bottom:1px solid #555}.dark-theme .modal-body{background-color:#2d2d2d}.dark-theme .modal-footer{background-color:#3a3a3a;border-top:1px solid #555}.dark-theme input[type=email],.dark-theme input[type=password],.dark-theme input[type=text],.dark-theme select,.dark-theme textarea{background-color:#4a4a4a;border:1px solid #666;color:#e0e0e0}.dark-theme input[type=email]:focus,.dark-theme input[type=password]:focus,.dark-theme input[type=text]:focus,.dark-theme select:focus,.dark-theme textarea:focus{background-color:#555;border-color:#7fb3ff}.dark-theme button{background-color:#4a4a4a;border:1px solid #666;color:#e0e0e0}.dark-theme button:hover{background-color:#666}.dark-theme button:disabled{background-color:#333;color:#999}.dark-theme .video-container{background-color:#1a1a1a;border:1px solid #444}.dark-theme .subtitle-container{color:#e0e0e0}.dark-theme ::-webkit-scrollbar,.dark-theme ::-webkit-scrollbar-track{background-color:#2d2d2d}.dark-theme ::-webkit-scrollbar-thumb{background-color:#555;border-radius:6px}.dark-theme ::-webkit-scrollbar-thumb:hover{background-color:#666}.token-with-aligned-furigana,.word-segment{transition:all .2s ease}.token-with-aligned-furigana:hover,.word-segment:hover{background-color:#b9c9f04d!important;border-radius:3px;transform:scale(1.05)}.token-with-aligned-furigana:active,.word-segment:active{background-color:#b9c9f080!important;transform:scale(.98)}.dplayer-notice-list,.dplayer-setting{display:none!important}.dplayer-subtitles-box{left:82px!important;min-width:0!important}.vertical-volume-bar{z-index:1}.vertical-volume-bar-wrap{z-index:2}.volume-dot{z-index:3}.volume-value-display{transition:opacity .2s}.vertical-volume-controller:hover .volume-value-display{opacity:1}@keyframes hideDiv{0%{opacity:1;visibility:visible}to{opacity:0;visibility:hidden}}#speedButton:focus+#speedMenu:not(:hover),#volumeButton:focus+#volumeController:not(:hover){animation:hideDiv 3s forwards}.dark-theme .dplayer{background-color:#1a1a1a}.dark-theme .dplayer-controller{background:linear-gradient(0deg,#000c,#0009 50%,#0000)}.dark-theme .dplayer-controller-bar{background-color:#ffffff1a}.dark-theme .dplayer-bar-wrap{background-color:#fff3}.dark-theme .dplayer-bar{background-color:#7fb3ff}.dark-theme .volume-value-display{background-color:#2d2d2de6;color:#e0e0e0}.dark-theme .vertical-volume-bar{background-color:#fff3}.dark-theme .vertical-volume-bar-wrap{background-color:#ffffff4d}.dark-theme .volume-dot{background-color:#7fb3ff}.auth-modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.auth-modal{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;max-width:400px;padding:30px;position:relative;width:100%}.close-button{align-items:center;background:none;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;font-size:24px;height:30px;justify-content:center;padding:0;position:absolute;right:15px;top:15px;transition:background-color .3s;width:30px}.close-button:hover{background-color:#0000000d}h2{color:#333;margin:0 0 20px;text-align:center}.form-group{margin-bottom:20px}label{color:#666;display:block;font-size:14px;margin-bottom:8px}input{border:1px solid #ddd;border-radius:6px;font-size:16px;padding:10px;transition:border-color .3s,box-shadow .3s;width:100%}input:focus{border-color:#2196f3;box-shadow:0 0 0 3px #2196f31a;outline:none}.submit-button{background-color:#2196f3;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;padding:12px;transition:background-color .3s;width:100%}.submit-button:hover{background-color:#1976d2}.submit-button:disabled{background-color:#ccc;cursor:not-allowed;opacity:.7}.error-message{background-color:#ffebee;color:#f44336}.error-message,.success-message{border-radius:4px;font-size:14px;margin-bottom:15px;padding:10px}.success-message{background-color:#e8f5e9;color:#4caf50}.verification-info{background-color:#e3f2fd;border-radius:4px;color:#1976d2;font-size:14px;line-height:1.5;margin-bottom:20px;padding:15px}.auth-links{align-items:center;display:flex;flex-direction:column;gap:12px;margin-top:20px}.text-button{background:none;border:none;color:#2196f3;cursor:pointer;font-size:14px;padding:5px;text-decoration:underline;transition:color .3s}.text-button:hover{color:#1976d2}.text-button:disabled{color:#ccc;cursor:not-allowed}.input-hint{color:#707070;font-size:12px;font-style:italic;margin-top:5px}.auth-separator{align-items:center;color:#888;display:flex;margin:20px 0;text-align:center}.auth-separator:after,.auth-separator:before{border-bottom:1px solid #ddd;content:"";flex:1 1}.auth-separator span{font-size:14px;padding:0 10px}.register-button{background-color:#f5ceb7;border:none;border-radius:6px;color:#333;cursor:pointer;font-size:16px;margin-top:10px;padding:12px;transition:background-color .3s;width:100%}.register-button:hover{background-color:#f1a172}.dark-theme .auth-modal-overlay{background-color:#000c}.dark-theme .auth-modal{background:#161b22;border:1px solid #30363d;box-shadow:0 4px 20px #00000080;color:#e6edf3}.dark-theme .close-button{color:#8b949e}.dark-theme .close-button:hover{background-color:#b1bac41a;color:#e6edf3}.dark-theme .form-group label,.dark-theme h2{color:#e6edf3}.dark-theme .form-input{background-color:#0d1117;border:2px solid #30363d;color:#e6edf3}.dark-theme .form-input:focus{border-color:#58a6ff;box-shadow:0 0 0 3px #58a6ff4d}.dark-theme .form-input::placeholder{color:#6e7681}.dark-theme .login-button{background-color:#238636}.dark-theme .login-button:hover{background-color:#2ea043}.dark-theme .register-button{background-color:#f85149}.dark-theme .register-button:hover{background-color:#da3633}.dark-theme .switch-mode{color:#58a6ff}.dark-theme .switch-mode:hover{color:#79c0ff}
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{height:1px;left:-100000px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{word-wrap:break-word;box-sizing:border-box;height:100%;line-height:1.42;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;margin:0;padding:0}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"\2022"}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"\2611"}.ql-editor ul[data-checked=false]>li:before{content:"\2610"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-increment:list-0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow .ql-toolbar:after,.ql-snow.ql-toolbar:after{clear:both;content:"";display:table}.ql-snow .ql-toolbar button,.ql-snow.ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow .ql-toolbar button svg,.ql-snow.ql-toolbar button svg{float:left;height:100%}.ql-snow .ql-toolbar button:active:hover,.ql-snow.ql-toolbar button:active:hover{outline:none}.ql-snow .ql-toolbar input.ql-image[type=file],.ql-snow.ql-toolbar input.ql-image[type=file]{display:none}.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar button.ql-active,.ql-snow .ql-toolbar button:focus,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover{color:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow .ql-toolbar button:hover:not(.ql-active),.ql-snow.ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{margin-bottom:5px;margin-top:5px;padding:5px 10px;white-space:pre-wrap}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;padding:2px 4px;width:24px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid #0000;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{margin-top:-9px;position:absolute;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-item:before,.ql-snow .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid #0000}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid #0000;box-shadow:0 2px 8px #0003}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{border:1px solid #ccc;display:none;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.admin-panel{color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;margin:0 auto;max-width:1200px;padding:20px}.admin-header{align-items:center;border-bottom:1px solid #eaeaea;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:20px}.admin-header h1{color:#1a1a1a;font-size:24px;margin:0}.admin-user-info{align-items:center;display:flex;gap:15px}.admin-user-info span{color:#666;font-size:14px}.back-button{background-color:#f0f0f0;border:none;border-radius:4px;color:#333;cursor:pointer;font-size:14px;padding:8px 12px;transition:background-color .2s}.back-button:hover{background-color:#e0e0e0}.admin-nav{margin-bottom:20px}.admin-nav ul{border-bottom:1px solid #eaeaea;display:flex;list-style:none;margin:0;padding:0}.admin-nav li{border-bottom:2px solid #0000;color:#666;cursor:pointer;font-size:15px;padding:12px 20px;transition:all .2s}.admin-nav li:hover{color:#1890ff}.admin-nav li.active{border-bottom-color:#1890ff;color:#1890ff;font-weight:500}.admin-content{background-color:#fff;border-radius:4px;box-shadow:0 2px 8px #0000000f;padding:20px}.admin-table{border-collapse:collapse;margin-top:20px;width:100%}.admin-table td,.admin-table th{border-bottom:1px solid #eaeaea;padding:12px 15px;text-align:left}.admin-table th{background-color:#f9f9f9;color:#333;font-weight:500}.admin-table tr:hover{background-color:#f6f6f6}.admin-button{border:none;border-radius:4px;cursor:pointer;font-size:14px;padding:8px 15px;transition:all .2s}.admin-button-primary{background-color:#1890ff;color:#fff}.admin-button-primary:hover{background-color:#40a9ff}.admin-button-danger{background-color:#ff4d4f;color:#fff}.admin-button-danger:hover{background-color:#ff7875}.admin-button-default{background-color:#f0f0f0;color:#333}.admin-button-default:hover{background-color:#e0e0e0}.admin-button-small{font-size:12px;margin-left:5px;padding:2px 6px}.redemption-code{align-items:center;background-color:#f5f5f5;border:1px solid #e0e0e0;border-radius:3px;display:inline-flex;font-family:monospace;font-size:14px;margin-bottom:5px;padding:2px 5px}.admin-form{max-width:600px}.admin-form-item{margin-bottom:20px}.admin-form-label{display:block;font-weight:500;margin-bottom:8px}.admin-form-input,.admin-form-select,.admin-form-textarea{border:1px solid #d9d9d9;border-radius:4px;font-size:14px;padding:10px;transition:border-color .2s;width:100%}.admin-form-input:focus,.admin-form-select:focus,.admin-form-textarea:focus{border-color:#40a9ff;box-shadow:0 0 0 2px #1890ff33;outline:none}.admin-form-textarea{min-height:100px;resize:vertical}.admin-form-help{color:#666;display:block;font-size:12px;margin-top:5px}.admin-loading-spinner{animation:spin 1s linear infinite;border:4px solid #0000001a;border-left-color:#1890ff;border-radius:50%;height:40px;margin:20px auto;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.admin-auth-required,.admin-error,.admin-loading,.admin-unauthorized{align-items:center;background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;justify-content:center;margin:40px auto;max-width:500px;min-height:300px;padding:40px;text-align:center}.admin-loading{color:#1890ff;font-size:16px}.admin-error{color:#ff4d4f}.admin-error h2{color:#ff4d4f;margin-bottom:16px}.admin-error p{margin-bottom:24px;max-width:80%;word-break:break-word}.admin-auth-required h2,.admin-unauthorized h2{color:#faad14;margin-bottom:16px}.admin-auth-required p,.admin-unauthorized p{color:#555;margin-bottom:8px}.admin-auth-required button,.admin-error button,.admin-unauthorized button{background-color:#1890ff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;margin-top:20px;padding:10px 20px;transition:background-color .3s}.admin-auth-required button:hover,.admin-error button:hover,.admin-unauthorized button:hover{background-color:#40a9ff}.admin-modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.admin-modal{background-color:#fff;border-radius:4px;box-shadow:0 4px 12px #00000026;max-height:90vh;max-width:500px;overflow-y:auto;padding:20px;width:90%}.admin-modal-header{align-items:center;border-bottom:1px solid #eaeaea;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:10px}.admin-modal-header h3{font-size:18px;margin:0}.admin-modal-close{background:none;border:none;color:#999;cursor:pointer;font-size:20px}.admin-modal-close:hover{color:#333}.admin-modal-footer{border-top:1px solid #eaeaea;display:flex;gap:10px;justify-content:flex-end;margin-top:20px;padding-top:10px}.admin-switch{display:inline-block;height:20px;position:relative;width:40px}.admin-switch input{height:0;opacity:0;width:0}.admin-switch-slider{background-color:#ccc;border-radius:20px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.4s}.admin-switch-slider:before{background-color:#fff;border-radius:50%;bottom:2px;content:"";height:16px;left:2px;position:absolute;transition:.4s;width:16px}input:checked+.admin-switch-slider{background-color:#1890ff}input:checked+.admin-switch-slider:before{transform:translateX(20px)}.admin-tag{border-radius:4px;display:inline-block;font-size:12px;margin-right:5px;padding:2px 8px}.admin-tag-success{background-color:#f6ffed;border:1px solid #b7eb8f;color:#52c41a}.admin-tag-warning{background-color:#fffbe6;border:1px solid #ffe58f;color:#faad14}.admin-tag-error{background-color:#fff2f0;border:1px solid #ffccc7;color:#ff4d4f}.admin-tag-info{background-color:#e6f7ff;border:1px solid #91d5ff;color:#1890ff}.admin-pagination{display:flex;justify-content:flex-end;margin-top:20px}.admin-pagination button{background-color:#fff;border:1px solid #d9d9d9;border-radius:4px;cursor:pointer;margin:0 5px;padding:5px 10px}.admin-pagination button:hover:not(:disabled){border-color:#1890ff;color:#1890ff}.admin-pagination button:disabled{color:#d9d9d9;cursor:not-allowed}.admin-pagination-current{border-color:#1890ff!important;color:#1890ff;font-weight:700}.admin-row-highlight{background-color:#1890ff0d!important}.admin-row-highlight:hover{background-color:#1890ff1a!important}.admin-alert{align-items:center;border-radius:4px;display:flex;font-size:14px;justify-content:space-between;margin-bottom:20px;padding:12px 15px;position:relative}.admin-alert-error{background-color:#fff2f0;border:1px solid #ffccc7;color:#ff4d4f}.admin-alert-success{background-color:#f6ffed;border:1px solid #b7eb8f;color:#52c41a}.admin-alert-warning{background-color:#fffbe6;border:1px solid #ffe58f;color:#faad14}.admin-alert-info{background-color:#e6f7ff;border:1px solid #91d5ff;color:#1890ff}.admin-alert-close{background:none;border:none;color:inherit;cursor:pointer;font-size:18px;margin-left:10px;opacity:.7}.admin-alert-close:hover{opacity:1}.admin-empty{background-color:#f9f9f9;border-radius:4px;color:#999;font-size:14px;margin:20px 0;padding:30px;text-align:center}
/*# sourceMappingURL=main.9a100fb0.css.map*/