.toolbar-trigger{display:flex;align-items:center;gap:6px;padding:8px 14px;background:#646cff1a;border:1px solid rgba(100,108,255,.2);border-radius:20px;cursor:pointer;color:var(--text-color);font-size:.9rem;transition:all .3s ease}.toolbar-trigger:hover{background:#646cff33;border-color:#646cff66;transform:translateY(-1px)}.toolbar-trigger:active{transform:scale(.98)}.toolbar-trigger .cog-icon{font-size:1rem;transition:transform .5s ease;color:var(--accent-color, #646cff)}.toolbar-trigger:hover .cog-icon{transform:rotate(90deg)}.toolbar-trigger .trigger-text{display:flex;align-items:center;gap:6px}.toolbar-trigger .trigger-text .indicator{font-size:.85rem}.toolbar-trigger .trigger-text .indicator.sun{color:#f39c12}.toolbar-trigger .trigger-text .indicator.moon{color:#f1c40f}.toolbar-trigger .trigger-text .lang-label{font-weight:500;font-size:.8rem;padding:2px 6px;background:#646cff26;border-radius:4px}.toolbar-dropdown .ant-dropdown-menu{padding:8px;min-width:160px;background:var(--card-bg, #fff);border:1px solid var(--border-color, #e8e8e8);border-radius:12px;box-shadow:0 6px 24px #00000026}.toolbar-dropdown .ant-dropdown-menu-item-group-title{color:var(--text-color);font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.5px;padding:8px 12px 4px;opacity:.7}.toolbar-dropdown .ant-dropdown-menu-item{padding:8px 12px;border-radius:8px;margin:2px 0;transition:all .2s ease}.toolbar-dropdown .ant-dropdown-menu-item:hover{background:#646cff1a}.toolbar-dropdown .ant-dropdown-menu-item.ant-dropdown-menu-item-selected{background:#646cff26;color:var(--accent-color, #646cff)}.toolbar-dropdown .ant-dropdown-menu-item.ant-dropdown-menu-item-selected .menu-item-content{font-weight:500}.toolbar-dropdown .ant-dropdown-menu-item-divider{margin:8px 0;background:var(--border-color, #e8e8e8)}.menu-item-content{display:flex;align-items:center;gap:8px;color:var(--text-color)}.menu-item-content .menu-icon{font-size:.9rem}.menu-item-content .menu-icon.sun{color:#f39c12}.menu-item-content .menu-icon.moon{color:#6b7280}.menu-item-content .menu-icon.blur{color:#646cff;font-size:1rem}.menu-item-content.cyberpunk-option .cyber-icon{font-size:1rem;filter:drop-shadow(0 0 3px #00fff9) drop-shadow(0 0 6px #ff2a6d)}.menu-item-content.blur-toggle{display:flex;justify-content:space-between;width:100%}.menu-item-content.blur-toggle .blur-label{display:flex;align-items:center;gap:8px}.menu-item-content.blur-toggle .ant-switch{background:#00000040}.menu-item-content.blur-toggle .ant-switch.ant-switch-checked{background:#646cff}.toolbar-trigger.cyberpunk-mode{background:linear-gradient(135deg,#00fff91a,#ff2a6d1a);border:1px solid rgba(0,255,249,.3);box-shadow:0 0 15px #00fff926}.toolbar-trigger.cyberpunk-mode:hover{background:linear-gradient(135deg,#00fff933,#ff2a6d33);border-color:#00fff980;box-shadow:0 0 25px #00fff940}.toolbar-trigger.cyberpunk-mode .cog-icon{color:#00fff9;filter:drop-shadow(0 0 4px #00fff9)}.toolbar-trigger.cyberpunk-mode .cyber-indicator{filter:drop-shadow(0 0 4px #00fff9) drop-shadow(0 0 8px #ff2a6d);animation:cyber-pulse 2s ease-in-out infinite}@keyframes cyber-pulse{0%,to{filter:drop-shadow(0 0 4px #00fff9) drop-shadow(0 0 8px #ff2a6d)}50%{filter:drop-shadow(0 0 8px #00fff9) drop-shadow(0 0 16px #ff2a6d)}}[data-theme=cyberpunk] .toolbar-dropdown .ant-dropdown-menu{background:#0a0a14f2;border:1px solid rgba(0,255,249,.3);box-shadow:0 0 30px #00fff933}[data-theme=cyberpunk] .toolbar-dropdown .ant-dropdown-menu-item:hover{background:#00fff91a}[data-theme=cyberpunk] .toolbar-dropdown .ant-dropdown-menu-item.ant-dropdown-menu-item-selected{background:#00fff926;color:#00fff9}[data-theme=cyberpunk] .toolbar-dropdown .ant-dropdown-menu-item.ant-dropdown-menu-item-selected .menu-item-content{text-shadow:0 0 8px #00fff9}[data-theme=cyberpunk] .toolbar-dropdown .ant-dropdown-menu-item-divider{background:#00fff933}[data-theme=cyberpunk] .toolbar-dropdown .ant-dropdown-menu-item-group-title{color:#00fff9;text-shadow:0 0 5px #00fff9}.menu-item-content.nature-option .nature-icon{font-size:1rem;filter:drop-shadow(0 1px 2px rgba(45,90,61,.3))}.toolbar-trigger.nature-mode{background:linear-gradient(135deg,#2d5a3d1a,#87a87826);border:1px solid rgba(45,90,61,.25);box-shadow:0 2px 10px #2d5a3d1a}.toolbar-trigger.nature-mode:hover{background:linear-gradient(135deg,#2d5a3d26,#87a87833);border-color:#2d5a3d66;box-shadow:0 4px 15px #2d5a3d26}.toolbar-trigger.nature-mode .cog-icon{color:#2d5a3d}.toolbar-trigger.nature-mode .nature-indicator{animation:nature-leaf-sway 3s ease-in-out infinite}[data-theme=nature] .toolbar-dropdown .ant-dropdown-menu{background:#faf8f3fa;border:1px solid rgba(45,90,61,.15);box-shadow:0 8px 30px #5c40331f}[data-theme=nature] .toolbar-dropdown .ant-dropdown-menu-item:hover{background:#87a8781f}[data-theme=nature] .toolbar-dropdown .ant-dropdown-menu-item.ant-dropdown-menu-item-selected{background:#2d5a3d1a;color:#2d5a3d}[data-theme=nature] .toolbar-dropdown .ant-dropdown-menu-item-divider{background:#2d5a3d1a}[data-theme=nature] .toolbar-dropdown .ant-dropdown-menu-item-group-title{color:#2d5a3d;font-family:Cormorant Garamond,Georgia,serif}@media print{.toolbar-trigger,.toolbar-dropdown{display:none!important}}@media(max-width:768px){.toolbar-trigger{padding:8px;border-radius:50%;width:40px;height:40px;justify-content:center}.toolbar-trigger .cog-icon{font-size:1.1rem}.toolbar-trigger .trigger-text{display:none}}@media(max-width:480px){.toolbar-trigger{width:36px;height:36px;padding:6px}.toolbar-trigger .cog-icon{font-size:1rem}}.image-uploader{display:flex;align-items:center;justify-content:center;min-height:100px;border:1px dashed #d9d9d9;border-radius:8px;cursor:pointer;transition:border-color .2s;padding:16px}.image-uploader:hover{border-color:#1890ff}.image-uploader span{color:#999;font-size:14px}.image-uploader-compact{width:80px;height:80px;border:1px dashed #d9d9d9;border-radius:8px;cursor:pointer;transition:border-color .2s}.image-uploader-compact:hover{border-color:#1890ff}.user-login-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;background:linear-gradient(135deg,#646cff,#828eff);border:none;border-radius:20px;color:#fff;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease}.user-login-btn:hover{background:linear-gradient(135deg,#5058e5,#727ce5);transform:translateY(-1px);box-shadow:0 4px 12px #646cff66}.user-login-btn:active{transform:scale(.98)}.user-avatar-btn{display:flex;align-items:center;gap:8px;padding:4px 12px 4px 4px;background:#646cff1a;border:1px solid rgba(100,108,255,.2);border-radius:24px;cursor:pointer;color:var(--text-color);transition:all .3s ease}.user-avatar-btn:hover{background:#646cff33;border-color:#646cff66;transform:translateY(-1px)}.user-avatar-btn .user-avatar{border:2px solid rgba(100,108,255,.3)}.user-avatar-btn .user-name{font-size:.85rem;font-weight:500;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-center-dropdown .ant-dropdown-menu{padding:8px;min-width:220px;background:var(--card-bg, #fff);border:1px solid var(--border-color, #e8e8e8);border-radius:12px;box-shadow:0 8px 32px #00000026}.user-center-dropdown .ant-dropdown-menu-item{padding:10px 12px;border-radius:8px;margin:2px 0;transition:all .2s ease;color:var(--text-color)}.user-center-dropdown .ant-dropdown-menu-item:hover{background:#646cff1a}.user-center-dropdown .ant-dropdown-menu-item.ant-dropdown-menu-item-disabled{cursor:default;opacity:1}.user-center-dropdown .ant-dropdown-menu-item.ant-dropdown-menu-item-disabled:hover{background:transparent}.user-center-dropdown .ant-dropdown-menu-item.ant-dropdown-menu-item-danger{color:#ff4d4f}.user-center-dropdown .ant-dropdown-menu-item.ant-dropdown-menu-item-danger:hover{background:#ff4d4f1a;color:#ff4d4f}.user-center-dropdown .ant-dropdown-menu-item .anticon{font-size:1rem}.user-center-dropdown .ant-dropdown-menu-item-divider{margin:8px 0;background:var(--border-color, #e8e8e8)}.user-info-card{display:flex;align-items:center;gap:12px;padding:8px 0}.user-info-card .user-avatar-large{flex-shrink:0;border:2px solid rgba(100,108,255,.3)}.user-info-card .user-details{display:flex;flex-direction:column;gap:4px;min-width:0}.user-info-card .user-details .user-nickname{font-size:1rem;font-weight:600;color:var(--text-color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-info-card .user-details .user-role{display:flex;align-items:center;gap:4px;font-size:.75rem;color:var(--text-secondary, #999);padding:2px 8px;background:#646cff1a;border-radius:10px;width:fit-content}.user-info-card .user-details .user-role .admin-icon{color:#ffc107;font-size:.8rem}.password-modal .ant-modal-content{background:var(--card-bg, #1a1a2e);border:1px solid var(--border-color, rgba(255, 255, 255, .1));border-radius:16px}.password-modal .ant-modal-header{background:transparent;border-bottom:1px solid var(--border-color, rgba(255, 255, 255, .1));padding:16px 24px}.password-modal .ant-modal-header .ant-modal-title{color:var(--text-color, #fff);font-size:1.1rem;font-weight:600}.password-modal .ant-modal-close{color:var(--text-color, #fff)}.password-modal .ant-modal-close:hover{color:#646cff}.password-modal .ant-modal-body{padding:24px}.password-form .ant-input-affix-wrapper{background:var(--input-bg, rgba(255, 255, 255, .05));border-color:var(--border-color, rgba(255, 255, 255, .1))}.password-form .ant-input-affix-wrapper:hover,.password-form .ant-input-affix-wrapper:focus{border-color:#646cff}.password-form .ant-input-affix-wrapper .ant-input{background:transparent;color:var(--text-color, #fff)}.password-form .ant-input-affix-wrapper .ant-input-prefix,.password-form .ant-input-password-icon{color:var(--text-secondary, rgba(255, 255, 255, .5))}.password-form .ant-input-password-icon:hover{color:var(--text-color, #fff)}.password-form .form-buttons{margin-bottom:0;margin-top:8px}.password-form .form-buttons .ant-form-item-control-input-content{display:flex;gap:12px;justify-content:flex-end}.password-form .form-buttons .ant-form-item-control-input-content .ant-btn{min-width:80px}.password-form .form-buttons .ant-form-item-control-input-content .ant-btn-primary{background:linear-gradient(135deg,#646cff,#828eff);border:none}.password-form .form-buttons .ant-form-item-control-input-content .ant-btn-primary:hover{background:linear-gradient(135deg,#5058e5,#727ce5)}.password-form .form-buttons .ant-form-item-control-input-content .ant-btn-default{background:transparent;border-color:var(--border-color, rgba(255, 255, 255, .2));color:var(--text-color, #fff)}.password-form .form-buttons .ant-form-item-control-input-content .ant-btn-default:hover{border-color:#646cff;color:#646cff}[data-theme=light] .user-avatar-btn{background:#646cff0d;border-color:#646cff26}[data-theme=light] .password-modal .ant-modal-content{background:#fff;border-color:#e5e5e5}[data-theme=light] .password-modal .ant-modal-header{border-color:#e5e5e5}[data-theme=light] .password-modal .ant-modal-header .ant-modal-title{color:#1a1a1a}[data-theme=light] .password-form .ant-input-affix-wrapper{background:#f5f5f5;border-color:#e5e5e5}[data-theme=light] .password-form .ant-input-affix-wrapper .ant-input{color:#1a1a1a}[data-theme=light] .password-form .ant-input-affix-wrapper .ant-input-prefix{color:#999}[data-theme=light] .password-form .form-buttons .ant-btn-default{border-color:#e5e5e5;color:#1a1a1a}[data-theme=light] .user-info-card .user-details .user-nickname{color:#1a1a1a}@media(max-width:768px){.user-avatar-btn{padding:4px;border-radius:50%}.user-avatar-btn .user-name{display:none}.user-login-btn{padding:8px;border-radius:50%}.user-login-btn span{display:none}}.navbar{background:var(--nav-bg);position:sticky;top:0;box-shadow:var(--shadow);z-index:100}.nav-container{height:3.5rem;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center}.nav-links{font-size:1.2rem;display:flex;gap:2rem;list-style:none;padding:0;margin:0}.navbar a{text-decoration:none;color:var(--text-color);font-weight:700;transition:color .3s ease;padding:.5rem 0;display:inline-block}.navbar a:hover{color:var(--accent-color)}.navbar a.active{color:var(--accent-color)!important;position:relative}.navbar a.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background-color:var(--accent-color);border-radius:1px}.nav-toolbar{display:flex;align-items:center;gap:12px}@media print{.navbar.no-print,.no-print{display:none!important}}@media(max-width:768px){.nav-container{padding:0 .8rem}.nav-links{gap:1rem}}@media(max-width:480px){.nav-links{gap:.6rem;font-size:.85rem}.nav-container{padding:0 .5rem}}.audio-recorder{display:inline-flex;align-items:center;gap:8px}.audio-recorder .audio-btn{display:flex;align-items:center;justify-content:center;transition:all .3s ease;min-width:44px;font-size:20px;position:relative;overflow:visible}.audio-recorder .audio-btn:hover{transform:scale(1.1)}.audio-recorder .audio-btn.debouncing{opacity:.6;pointer-events:none}.audio-recorder .record-btn{color:var(--text-color)}.audio-recorder .record-btn.recording{color:#ff4d4f;animation:recording-pulse 1s ease-in-out infinite}.audio-recorder .record-btn:hover:not(.recording){color:var(--primary-color)}.audio-recorder .play-btn{color:var(--primary-color)}.audio-recorder .play-btn.playing{animation:playing-pulse 1s ease-in-out infinite}.audio-recorder .play-btn.loading{color:var(--primary-color);animation:loading-spin 1s linear infinite;opacity:.8}.audio-recorder .play-btn.paused-playback{color:#52c41a;animation:continue-pulse 1.5s ease-in-out infinite}.audio-recorder .play-btn.paused-playback:after{content:"";position:absolute;inset:0;border:2px solid #52c41a;border-radius:50%;opacity:.3;animation:ripple 1.5s ease-out infinite}.audio-recorder .pause-btn{color:var(--warning-color, #faad14)}.audio-recorder .delete-btn{opacity:.7}.audio-recorder .delete-btn:hover{opacity:1}.audio-recorder .recording-time{font-size:14px;font-family:Consolas,Monaco,monospace;color:#ff4d4f;min-width:50px;animation:blink 1s ease-in-out infinite}@media screen and (max-width:768px){.audio-recorder{gap:12px}.audio-recorder .audio-btn{min-width:48px;min-height:48px;font-size:24px}.audio-recorder .recording-time{font-size:16px;min-width:55px}}@keyframes recording-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.1)}}@keyframes loading-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes continue-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.15)}}@keyframes ripple{0%{transform:scale(.8);opacity:.5}to{transform:scale(1.5);opacity:0}}@keyframes playing-pulse{0%,to{opacity:1}50%{opacity:.6}}@keyframes blink{0%,to{opacity:1}50%{opacity:.5}}:root[data-theme=dark] .audio-recorder .recording-time{color:#ff6b6b}.collapsible-section{background:var(--card-bg);border-radius:16px;border:1px solid var(--border-color);overflow:hidden;transition:all .3s ease;margin-bottom:1rem}.collapsible-section .collapsible-header{display:flex;align-items:center;justify-content:space-between;padding:.8rem 1rem;min-height:48px;cursor:pointer;border-bottom:1px solid var(--border-color);transition:all .2s ease;background:linear-gradient(135deg,#667eea0d,#764ba20d)}.collapsible-section .collapsible-header:hover{background:linear-gradient(135deg,#667eea1a,#764ba21a)}.collapsible-section .collapsible-header .header-left{display:flex;align-items:center;gap:.5rem}.collapsible-section .collapsible-header .header-left .collapse-toggle-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease;color:var(--text-color)}.collapsible-section .collapsible-header .header-left .collapse-toggle-btn:hover{background:#667eea26;color:#667eea}.collapsible-section .collapsible-header .header-left .collapse-toggle-btn .anticon{font-size:12px;transition:transform .3s ease}.collapsible-section .collapsible-header .header-left .section-title{font-size:1rem;font-weight:600;color:var(--text-color);display:flex;align-items:center;gap:.5rem}.collapsible-section .collapsible-header .header-right{display:flex;align-items:center;gap:.5rem}.collapsible-section .collapsible-content{max-height:2000px;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1),opacity .3s ease,padding .3s ease;padding:1rem;opacity:1}.collapsible-section .collapsible-content.hidden{max-height:0;padding:0 1rem;opacity:0}.collapsible-section.collapsed .collapsible-header{border-bottom-color:transparent}[data-theme=dark] .collapsible-section .collapsible-header{background:linear-gradient(135deg,#667eea14,#764ba214)}[data-theme=dark] .collapsible-section .collapsible-header:hover{background:linear-gradient(135deg,#667eea26,#764ba226)}@media screen and (max-width:768px){.collapsible-section{border-radius:12px}.collapsible-section .collapsible-header{padding:.6rem .8rem}.collapsible-section .collapsible-header .header-left .section-title{font-size:.9rem}.collapsible-section .collapsible-content{padding:.8rem}.collapsible-section .collapsible-content.hidden{padding:0 .8rem}}.floating-expand-btn{position:fixed;z-index:1000;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;cursor:grab;box-shadow:0 4px 15px #667eea66;transition:border-radius .3s ease,transform .2s ease,box-shadow .2s ease;-webkit-user-select:none;user-select:none;touch-action:none}.floating-expand-btn .anticon{font-size:18px;transition:transform .3s ease}.floating-expand-btn.dragging{cursor:grabbing;border-radius:50%;transform:scale(1.1);box-shadow:0 8px 25px #667eea80}.floating-expand-btn.dragging .anticon{transform:rotate(0)}.floating-expand-btn.snapped.snapped-left{border-radius:0 50% 50% 0;transform:translate(-50%)}.floating-expand-btn.snapped.snapped-left .anticon{transform:translate(4px)}.floating-expand-btn.snapped.snapped-left:hover{transform:translate(-50%) scale(1.05)}.floating-expand-btn.snapped.snapped-right{border-radius:50% 0 0 50%;transform:translate(50%)}.floating-expand-btn.snapped.snapped-right .anticon{transform:translate(-4px) rotate(180deg)}.floating-expand-btn.snapped.snapped-right:hover{transform:translate(50%) scale(1.05)}.floating-expand-btn.snapped.snapped-top{border-radius:0 0 50% 50%;transform:translateY(-50%)}.floating-expand-btn.snapped.snapped-top .anticon{transform:translateY(4px) rotate(90deg)}.floating-expand-btn.snapped.snapped-top:hover{transform:translateY(-50%) scale(1.05)}.floating-expand-btn.snapped.snapped-bottom{border-radius:50% 50% 0 0;transform:translateY(50%)}.floating-expand-btn.snapped.snapped-bottom .anticon{transform:translateY(-4px) rotate(-90deg)}.floating-expand-btn.snapped.snapped-bottom:hover{transform:translateY(50%) scale(1.05)}.floating-expand-btn:hover:not(.dragging){box-shadow:0 6px 20px #667eea80}.floating-expand-btn:active{cursor:grabbing}@media screen and (max-width:768px){.floating-expand-btn .anticon{font-size:20px}}.floating-expand-btn.words-btn{background:linear-gradient(135deg,#667eea,#764ba2)}.floating-expand-btn.article-btn{background:linear-gradient(135deg,#f093fb,#f5576c)}.floating-expand-btn.sidebar-btn{background:linear-gradient(135deg,#4facfe,#00f2fe)}.learn-page{padding:1rem 0 2rem;max-width:1600px;margin:0 auto}.learn-page *{scrollbar-width:none;-ms-overflow-style:none}.learn-page *::-webkit-scrollbar{display:none;width:0;height:0}.review-section{background:var(--review-bg);padding:1.5rem 2rem;position:relative;overflow:hidden;min-height:300px;border:1px solid transparent;transition:background .5s ease,border-color .5s ease,box-shadow .5s ease}.review-section.fullscreen{min-height:calc(100vh - 106px);display:flex;flex-direction:column}.review-section.fullscreen .review-card-container{flex:1;display:flex;align-items:center;justify-content:center}.review-section.fullscreen .review-card{max-width:600px;min-height:280px}.review-section.fullscreen .review-card .card-front,.review-section.fullscreen .review-card .card-back{padding:2rem}.review-section.fullscreen .review-card .card-image img{max-width:200px;max-height:140px}.review-section.fullscreen .review-card .card-word{font-size:2.4rem;margin-bottom:1.5rem}.review-section.fullscreen .review-card .card-chinese{font-size:1.8rem;margin-bottom:1.2rem}.review-section.fullscreen .review-card .card-example{padding:1rem 1.2rem;margin-bottom:1.5rem}.review-section.fullscreen .review-card .card-example .vietnamese{font-size:1.1rem}.review-section.fullscreen .review-card .card-example .chinese{font-size:1rem}.review-section.fullscreen .review-card .show-answer-btn{font-size:1.1rem;padding:.8rem 3rem}.review-section.fullscreen .review-card .card-actions{gap:1.5rem}.review-section.fullscreen .review-card .card-actions .forget-btn,.review-section.fullscreen .review-card .card-actions .remember-btn{padding:.8rem 1.5rem;font-size:1.1rem}@media(max-width:768px){.review-section.fullscreen{min-height:calc(100vh - 90px);padding:1rem}.review-section.fullscreen .review-card{min-height:220px}.review-section.fullscreen .review-card .card-front,.review-section.fullscreen .review-card .card-back{padding:1.5rem}.review-section.fullscreen .review-card .card-word{font-size:1.8rem}.review-section.fullscreen .review-card .card-chinese{font-size:1.4rem}}.review-section:before{content:"";position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);border-radius:50%}.review-section.empty{min-height:120px;display:flex;align-items:center;justify-content:center;background:var(--review-bg-empty)}[data-theme=cyberpunk] .review-section{border:1px solid rgba(0,255,249,.3);box-shadow:0 0 30px #00fff91a,0 0 60px #ff2a6d0d,inset 0 0 60px #00fff908}[data-theme=cyberpunk] .review-section:before{background:radial-gradient(circle,rgba(0,255,249,.08) 0%,transparent 70%)}[data-theme=nature] .review-section{border:1px solid rgba(45,90,61,.2);box-shadow:0 8px 30px #2d5a3d26,inset 0 0 60px #87a8780d}[data-theme=nature] .review-section:before{background:radial-gradient(circle,rgba(212,168,75,.1) 0%,transparent 70%)}[data-theme=nature] .review-section h3{font-family:Cormorant Garamond,Georgia,serif;letter-spacing:.05em}.review-section .review-loading{display:flex;align-items:center;justify-content:center;height:150px}.review-section .review-loading .ant-spin-dot-item{background-color:#fff}.review-section .review-empty{text-align:center;color:#fff}.review-section .review-empty .emoji{font-size:3rem;display:block;margin-bottom:.5rem}.review-section .review-empty p{font-size:1.1rem;opacity:.9}.review-section .review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;position:relative;z-index:1}.review-section .review-header h3{color:var(--review-text-color);margin:0;font-size:1.2rem;display:flex;align-items:center;gap:.5rem;transition:color .5s ease}.review-section .review-header h3 .icon{animation:rotate 2s linear infinite}[data-theme=cyberpunk] .review-section .review-header h3{text-shadow:0 0 10px currentColor;font-family:var(--font-display);text-transform:uppercase;letter-spacing:.1em}.review-section .review-header .review-header-right{display:flex;align-items:center;gap:.8rem}.review-section .review-header .round-indicator{display:flex;gap:.4rem;padding:.2rem .6rem;background:#ffffff26;border-radius:12px}.review-section .review-header .round-indicator .round-dot{font-size:.85rem;color:#fff6;transition:all .3s ease}.review-section .review-header .round-indicator .round-dot.active{color:#4ade80;text-shadow:0 0 10px rgba(74,222,128,.5);animation:pulse-glow 1s ease-in-out}.review-section .review-header .review-progress{color:var(--review-text-color);font-size:.9rem;padding:.3rem 1rem;background:#fff3;border-radius:20px;transition:all .5s ease}[data-theme=cyberpunk] .review-section .review-header .review-progress{background:#00fff926;border:1px solid rgba(0,255,249,.3);font-family:var(--font-body)}.review-section .review-card-container{perspective:1000px;display:flex;justify-content:center;position:relative;z-index:1}.review-section .review-card{width:100%;max-width:500px;min-height:150px;background:#fff;border-radius:16px;box-shadow:0 10px 40px #0003;transition:transform .6s;transform-style:preserve-3d;position:relative}.review-section .review-card.flipped .card-front{opacity:0;pointer-events:none}.review-section .review-card.flipped .card-back{opacity:1;pointer-events:auto}.review-section .review-card .card-front,.review-section .review-card .card-back{padding:1.5rem;transition:opacity .3s}.review-section .review-card .card-front{opacity:1}.review-section .review-card .card-back{opacity:0;pointer-events:none;position:absolute;inset:0;padding:1.5rem}.review-section .review-card .card-image{text-align:center;margin-bottom:1rem}.review-section .review-card .card-image img{max-width:120px;max-height:80px;border-radius:8px;object-fit:cover}.review-section .review-card .card-word{font-size:1.8rem;font-weight:700;color:#333;text-align:center;margin-bottom:1rem}.review-section .review-card .ant-btn:hover{background-color:transparent;border:none}.review-section .review-card .card-chinese{font-size:1.4rem;color:#667eea;text-align:center;font-weight:600;margin-bottom:1rem}.review-section .review-card .card-example{background:#f8f9fa;padding:.8rem 1rem;border-radius:8px;margin-bottom:1rem}.review-section .review-card .card-example .vietnamese{color:#333;font-size:.95rem;margin-bottom:.3rem}.review-section .review-card .card-example .chinese{color:#666;font-size:.85rem}.review-section .review-card .round-hint{text-align:center;color:#667eea;font-size:.9rem;margin-bottom:.8rem;padding:.3rem .8rem;background:#667eea1a;border-radius:12px;display:inline-block;margin-left:auto;margin-right:auto;animation:bounce-gentle 2s ease-in-out infinite}.review-section .review-card .show-answer-btn{display:block;margin:0 auto;background:var(--btn-primary-bg);border:none;padding:.5rem 2rem;height:auto;transition:all .3s ease}[data-theme=cyberpunk] .review-section .review-card .show-answer-btn{background:linear-gradient(135deg,#00fff933,#05d9e833);border:1px solid #00fff9;color:#00fff9;text-shadow:0 0 8px #00fff9;box-shadow:0 0 20px #00fff94d;font-family:var(--font-display);text-transform:uppercase;letter-spacing:.1em}[data-theme=cyberpunk] .review-section .review-card .show-answer-btn:hover{background:linear-gradient(135deg,#00fff959,#05d9e859);box-shadow:0 0 30px #00fff980;transform:translateY(-2px)}[data-theme=nature] .review-section .review-card .show-answer-btn{background:linear-gradient(135deg,#2d5a3d,#4a7c59);border:none;color:#f5f0e8;font-family:Nunito,sans-serif;box-shadow:0 4px 15px #2d5a3d4d;border-radius:12px}[data-theme=nature] .review-section .review-card .show-answer-btn:hover{background:linear-gradient(135deg,#3d6a4d,#5a8c69);box-shadow:0 6px 20px #2d5a3d66;transform:translateY(-2px)}.review-section .review-card .card-actions{display:flex;gap:1rem;justify-content:center}.review-section .review-card .card-actions .forget-btn,.review-section .review-card .card-actions .remember-btn{flex:1;height:auto;padding:.6rem 1rem;font-size:1rem;border-radius:10px}.review-section .review-card .card-actions .forget-btn{background:#f8f9fa;border:1px solid #ddd;color:#666}.review-section .review-card .card-actions .forget-btn:hover{background:#fee2e2;border-color:#fca5a5;color:#dc2626}[data-theme=cyberpunk] .review-section .review-card .card-actions .forget-btn{background:#ff2a6d1a;border:1px solid rgba(255,42,109,.4);color:#ff2a6d}[data-theme=cyberpunk] .review-section .review-card .card-actions .forget-btn:hover{background:#ff2a6d40;border-color:#ff2a6d;box-shadow:0 0 20px #ff2a6d4d}[data-theme=nature] .review-section .review-card .card-actions .forget-btn{background:#c67b5c1a;border:1px solid rgba(198,123,92,.4);color:#c67b5c}[data-theme=nature] .review-section .review-card .card-actions .forget-btn:hover{background:#c67b5c33;border-color:#c67b5c;box-shadow:0 4px 15px #c67b5c33}.review-section .review-card .card-actions .remember-btn{background:linear-gradient(135deg,#22c55e,#16a34a);border:none}.review-section .review-card .card-actions .remember-btn:hover{background:linear-gradient(135deg,#16a34a,#15803d)}[data-theme=cyberpunk] .review-section .review-card .card-actions .remember-btn{background:linear-gradient(135deg,#00fff933,#38ef7d33);border:1px solid #00fff9;color:#00fff9;text-shadow:0 0 8px #00fff9}[data-theme=cyberpunk] .review-section .review-card .card-actions .remember-btn:hover{background:linear-gradient(135deg,#00fff959,#38ef7d59);box-shadow:0 0 25px #00fff966}[data-theme=nature] .review-section .review-card .card-actions .remember-btn{background:linear-gradient(135deg,#2d5a3d,#4a7c59);border:none;color:#f5f0e8}[data-theme=nature] .review-section .review-card .card-actions .remember-btn:hover{background:linear-gradient(135deg,#3d6a4d,#5a8c69);box-shadow:0 6px 20px #2d5a3d4d}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes cyber-border-flow{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes pulse-glow{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}@keyframes bounce-gentle{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.learn-body{display:grid;grid-template-columns:280px 1fr 400px;gap:1.5rem;min-height:600px;position:relative;transition:grid-template-columns .3s ease}.learn-body.scene-collapsed{grid-template-columns:0 1fr 400px}.learn-body.words-collapsed{grid-template-columns:280px 0 1fr}.learn-body.article-collapsed{grid-template-columns:280px 1fr 0}.learn-body.scene-collapsed.words-collapsed{grid-template-columns:0 0 1fr}.learn-body.scene-collapsed.article-collapsed{grid-template-columns:0 1fr 0}.learn-body.words-collapsed.article-collapsed{grid-template-columns:280px 0 0}.learn-body.scene-collapsed.words-collapsed.article-collapsed{grid-template-columns:0 0 0}.scene-section{background:var(--card-bg);border-radius:16px;border:1px solid var(--border-color);overflow-x:hidden;overflow-y:auto;display:flex;flex-direction:column;transition:all .3s ease;height:calc(100vh - 106px)}@media(max-width:768px){.scene-section{height:calc(100vh - 90px)}}.learn-body.scene-collapsed .scene-section{opacity:0;overflow:hidden;pointer-events:none}.sidebar-expand-btn{position:absolute;z-index:100;width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;cursor:grab;box-shadow:0 4px 15px #667eea66;transition:border-radius .3s ease,transform .2s ease,box-shadow .2s ease;-webkit-user-select:none;user-select:none;touch-action:none}.sidebar-expand-btn .anticon{font-size:18px;transition:transform .3s ease}.sidebar-expand-btn.dragging{cursor:grabbing;border-radius:50%;transform:scale(1.1);box-shadow:0 8px 25px #667eea80}.sidebar-expand-btn.dragging .anticon{transform:rotate(0)}.sidebar-expand-btn.snapped.snapped-left{border-radius:0 50% 50% 0;transform:translate(-50%)}.sidebar-expand-btn.snapped.snapped-left .anticon{transform:translate(4px)}.sidebar-expand-btn.snapped.snapped-left:hover{transform:translate(-50%) scale(1.05)}.sidebar-expand-btn.snapped.snapped-right{border-radius:50% 0 0 50%;transform:translate(50%)}.sidebar-expand-btn.snapped.snapped-right .anticon{transform:translate(-4px) rotate(180deg)}.sidebar-expand-btn.snapped.snapped-right:hover{transform:translate(50%) scale(1.05)}.sidebar-expand-btn:hover:not(.dragging){box-shadow:0 6px 20px #667eea80}.sidebar-expand-btn:active{cursor:grabbing}@media screen and (max-width:768px){.sidebar-expand-btn{width:48px;height:48px}.sidebar-expand-btn .anticon{font-size:20px}}.scene-section{position:relative}.scene-section.collapsed{width:0;min-width:0;border:none;background:transparent;overflow:hidden;opacity:0}.scene-section.collapsed .sidebar-header,.scene-section.collapsed .lesson-list{display:none}.scene-section .sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:.8rem 1rem;min-height:48px;border-bottom:1px solid var(--border-color);background:linear-gradient(135deg,#646cff14,#828cff0a);gap:.5rem}.scene-section .sidebar-header .collapse-btn{color:var(--text-color);font-size:1rem;flex-shrink:0}.scene-section .sidebar-header h3{margin:0;font-size:1rem;color:var(--text-color);flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.scene-section .sidebar-header .ant-btn-primary{background:linear-gradient(135deg,#646cffe6,#828cffe6);border:none}.scene-section .sidebar-header .ant-btn-primary:hover{background-color:var(--ant-btn-bg-color-hover);border:none}.scene-section .lesson-list{flex:1;overflow-y:auto;padding:.5rem}.scene-section .lesson-list .loading-container{display:flex;justify-content:center;padding:2rem}.scene-section .lesson-item{padding:.8rem 1rem;border-radius:10px;cursor:pointer;transition:all .2s ease;margin-bottom:.3rem}.scene-section .lesson-item:hover{background:#646cff1a}.scene-section .lesson-item:hover .edit-title-btn{opacity:1}.scene-section .lesson-item.active{background:linear-gradient(135deg,#646cff26,#828cff1a);border:1px solid rgba(100,108,255,.3)}.scene-section .lesson-item .lesson-info{display:flex;flex-direction:column;gap:.2rem}.scene-section .lesson-item .lesson-name-row{display:flex;align-items:center;gap:.3rem}.scene-section .lesson-item .lesson-name{font-size:.95rem;color:var(--text-color);font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.scene-section .lesson-item .lesson-action-buttons{display:flex;align-items:center;gap:.2rem;flex-shrink:0}.scene-section .lesson-item .edit-title-btn,.scene-section .lesson-item .delete-lesson-btn{min-width:32px;min-height:32px;padding:4px;font-size:14px;display:flex;align-items:center;justify-content:center}@media screen and (max-width:768px){.scene-section .lesson-item .edit-title-btn,.scene-section .lesson-item .delete-lesson-btn{min-width:40px;min-height:40px;font-size:16px}}.scene-section .lesson-item .edit-title-btn:hover{color:#667eea}.scene-section .lesson-item .delete-lesson-btn{opacity:.6}.scene-section .lesson-item .delete-lesson-btn:hover{opacity:1}.scene-section .lesson-item .lesson-meta{font-size:.75rem;color:var(--text-color);opacity:.6}.scene-section .lesson-item .lesson-title-edit{display:flex;flex-direction:column;gap:.5rem}.scene-section .lesson-item .lesson-title-edit .ant-input{font-size:.9rem}.scene-section .lesson-item .lesson-title-edit .image-upload-section{display:flex;align-items:center;gap:.5rem}.scene-section .lesson-item .lesson-title-edit .image-upload-section .image-preview-small{display:flex;align-items:center;gap:.3rem}.scene-section .lesson-item .lesson-title-edit .image-upload-section .image-preview-small .ant-btn-text{min-width:24px;min-height:24px;padding:2px}.scene-section .lesson-item .lesson-title-edit .edit-actions{display:flex;gap:.3rem;justify-content:flex-end}.scene-section .lesson-item .lesson-title-edit .edit-actions .ant-btn-primary{background:linear-gradient(135deg,#646cffe6,#828cffe6);border:none}.main-content{flex:1;display:flex;flex-direction:column;min-width:0}.lesson-header-image{height:180px;border-radius:16px;margin-bottom:1rem;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000026}.lesson-header-image .lesson-header-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0000001a,#00000080);display:flex;align-items:flex-end;padding:1.5rem}.lesson-header-image .lesson-header-title{color:#fff;margin:0;font-size:1.8rem;font-weight:600;text-shadow:0 2px 8px rgba(0,0,0,.4)}@media(max-width:768px){.lesson-header-image{height:140px}.lesson-header-image .lesson-header-title{font-size:1.4rem}}.main-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;background:var(--card-bg);border-radius:16px;border:1px solid var(--border-color)}.main-empty .ant-btn-primary{background:linear-gradient(135deg,#646cffe6,#828cffe6);border:none}.three-column-layout{display:grid;grid-template-columns:1fr 400px;gap:1rem;flex:1;transition:grid-template-columns .3s ease}.three-column-layout.words-collapsed{grid-template-columns:1fr}.three-column-layout.words-collapsed .center-column{display:none}.three-column-layout.words-collapsed .right-column{grid-column:1 / -1}.three-column-layout.article-collapsed{grid-template-columns:1fr}.three-column-layout.article-collapsed .right-column{display:none}.three-column-layout.article-collapsed .center-column{grid-column:1 / -1}.three-column-layout.words-collapsed.article-collapsed{grid-template-columns:1fr;min-height:200px}.three-column-layout.words-collapsed.article-collapsed .center-column,.three-column-layout.words-collapsed.article-collapsed .right-column{display:none}@media(max-width:1200px){.three-column-layout{grid-template-columns:1fr}.three-column-layout .right-column{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.three-column-layout.words-collapsed .center-column,.three-column-layout.article-collapsed .right-column{display:none}}.section-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;margin-bottom:0}.section-card.collapsible-section .collapsible-header{border-bottom:1px solid var(--border-color);padding:.8rem 1rem;flex-shrink:0}.section-card.collapsible-section .collapsible-header .section-title{font-size:.95rem}.section-card.collapsible-section .collapsible-content{padding:1rem}.section-card .ant-card-head{border-bottom:1px solid var(--border-color);min-height:auto;padding:.8rem 1rem}.section-card .ant-card-head .ant-card-head-title{font-size:.95rem;padding:0}.section-card .ant-card-body{padding:1rem}.editable-card .header-right .ant-btn-text{opacity:0;transition:opacity .2s ease;min-width:44px;font-size:18px;display:flex;align-items:center;justify-content:center}.editable-card:hover .header-right .ant-btn-text{opacity:1}.editable-card .ant-card-extra .ant-btn-text{opacity:0;transition:opacity .2s ease;min-width:44px;font-size:18px;display:flex;align-items:center;justify-content:center}.editable-card:hover .ant-card-extra .ant-btn-text{opacity:1}@media screen and (max-width:768px){.editable-card .header-right .ant-btn-text,.editable-card .ant-card-extra .ant-btn-text{opacity:1;min-width:48px;min-height:48px;font-size:20px}}.words-section{min-width:0;transition:all .3s ease;height:calc(100vh - 106px);display:flex;flex-direction:column}@media(max-width:768px){.words-section{height:calc(100vh - 90px)}}.learn-body.words-collapsed .words-section{opacity:0;overflow:hidden;pointer-events:none}.words-section .words-card{display:flex;flex-direction:column;flex:1;height:100%;overflow:hidden}.words-section .words-card.collapsible-section{height:100%}.words-section .words-card.collapsible-section .collapsible-header{flex-shrink:0}.words-section .words-card.collapsible-section .collapsible-header .section-title{width:100%}.words-section .words-card.collapsible-section .collapsible-content{flex:1;display:flex;flex-direction:column;overflow-y:auto}.words-section .words-card .ant-card-head-title{width:100%}.words-section .words-card .words-card-title{display:flex;justify-content:space-between;align-items:center;width:100%;gap:1rem}.words-section .words-card .words-card-title>span{flex-shrink:0}.words-section .words-card .words-card-title .visibility-toggles{display:flex;gap:.5rem;align-items:center}.words-section .words-card .words-card-title .visibility-toggles .ant-switch-checked{background:#667eea}.words-section .words-card .ant-card-body{flex:1;display:flex;flex-direction:column;overflow-y:auto}.words-section .words-card .word-count{color:var(--text-color);opacity:.6;font-size:.85rem}.words-section .word-form{background:#646cff0d;border-radius:10px;padding:1rem;margin-bottom:1rem;border:1px dashed rgba(100,108,255,.3)}.words-section .word-form .form-row{display:flex;gap:.5rem;margin-bottom:.5rem}.words-section .word-form .form-row:last-child{margin-bottom:0}.words-section .word-form .form-row .ant-input{flex:1}.words-section .word-form .form-row.image-row{align-items:center}.words-section .word-form .form-row.image-row .word-image-preview{display:flex;align-items:center;gap:.5rem}.words-section .word-form .form-row.image-row .word-image-preview img{width:60px;height:40px;object-fit:cover;border-radius:6px}.words-section .word-form .form-row.image-row .ant-btn-primary{background:linear-gradient(135deg,#646cffe6,#828cffe6);border:none}.words-section .word-list{padding-right:0;flex:1;display:flex;flex-direction:column}.words-section .word-list .ant-empty{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center}@media(min-width:1024px){.words-section .word-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:.8rem;align-items:stretch;align-content:start}.words-section .word-list .ant-empty{grid-column:1 / -1;justify-self:center}}@media(min-width:768px)and (max-width:1023px){.words-section .word-list{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem;align-items:stretch;align-content:start}.words-section .word-list .ant-empty{grid-column:1 / -1;justify-self:center}}.words-section .word-card{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;margin-bottom:.8rem;transition:all .2s ease;position:relative;overflow:hidden}@media(min-width:768px){.words-section .word-card{margin-bottom:0}}.words-section .word-card:hover{border-color:#646cff4d;box-shadow:0 4px 12px #646cff1a}.words-section .word-card.has-bg-image .word-card-overlay{position:absolute;inset:0;background:var(--card-bg);opacity:.85;z-index:0;pointer-events:none}.words-section .word-card.has-bg-image .word-main-row,.words-section .word-card.has-bg-image .word-examples-row{position:relative;z-index:1}.words-section .word-card .word-main-row{display:flex;gap:1rem;align-items:center}.words-section .word-card .word-main-row .word-text{flex:1;min-width:0}.words-section .word-card .word-main-row .word-text .word-vietnamese{font-size:1.2rem;font-weight:600;color:#667eea;margin-bottom:.2rem}.words-section .word-card .word-main-row .word-text .word-vietnamese.blurred .blur-text-wrapper{display:inline-block}.words-section .word-card .word-main-row .word-text .word-chinese{font-size:1rem;color:var(--text-color)}.words-section .word-card .word-main-row .word-text .word-chinese.blurred .blur-text-wrapper{display:inline-block}.words-section .word-card .word-main-row .word-actions{display:flex;flex-direction:row;align-items:center;gap:.3rem;flex-shrink:0}.words-section .word-card .word-main-row .word-actions .audio-recorder{opacity:1}.words-section .word-card .word-main-row .word-actions .action-buttons{display:flex;flex-direction:row;gap:.3rem}.words-section .word-card .word-main-row .word-actions .ant-btn{min-width:36px;min-height:36px;padding:4px;font-size:14px;display:flex;align-items:center;justify-content:center}.words-section .word-card .word-examples-row{display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem;align-items:baseline;padding-left:.5rem;border-left:2px solid rgba(100,108,255,.3)}.words-section .word-card .word-examples-row .word-example,.words-section .word-card .word-examples-row .word-example-chinese{font-size:.85rem;color:var(--text-color);opacity:.7;display:flex;align-items:flex-start;gap:.3rem}.words-section .word-card .word-examples-row .word-example .label,.words-section .word-card .word-examples-row .word-example-chinese .label{flex-shrink:0}.words-section .word-card .word-examples-row .word-example.blurred .blur-text-wrapper,.words-section .word-card .word-examples-row .word-example-chinese.blurred .blur-text-wrapper{display:inline-block}.words-section .word-card .word-examples-row .word-example-chinese{font-size:.8rem;opacity:.6}@media screen and (max-width:768px){.words-section .word-card .word-main-row .word-actions .ant-btn{min-width:40px;min-height:40px;font-size:16px}}.words-section .word-card.editing,.words-section .word-card.new-word-card{border-color:#646cff80;background:#646cff05}.words-section .word-edit-form{width:100%}.words-section .word-edit-form .edit-form-row{display:flex;gap:.5rem;margin-bottom:.5rem}.words-section .word-edit-form .edit-form-row .ant-input{flex:1}.words-section .word-edit-form .edit-form-row.example-row .ant-input{width:100%}.words-section .word-edit-form .edit-form-row.actions-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:0}.words-section .word-edit-form .edit-form-row.actions-row .image-section{display:flex;align-items:center;gap:.5rem}.words-section .word-edit-form .edit-form-row.actions-row .image-section .word-image-preview{display:flex;align-items:center;gap:.3rem}.words-section .word-edit-form .edit-form-row.actions-row .action-buttons{display:flex;gap:.5rem}.words-section .word-edit-form .edit-form-row.actions-row .action-buttons .ant-btn-primary{background:linear-gradient(135deg,#646cffe6,#828cffe6);border:none}.words-section .card-extra{display:flex;align-items:center;gap:1rem}.words-section .card-extra .word-count{color:var(--text-color);opacity:.6;font-size:.85rem}.words-section .card-extra .ant-btn-primary{background:linear-gradient(135deg,#646cffe6,#828cffe6);border:none}.article-section{min-width:0;transition:all .3s ease;height:calc(100vh - 106px);display:flex;flex-direction:column}@media(max-width:768px){.article-section{height:calc(100vh - 90px)}}.learn-body.article-collapsed .article-section{opacity:0;overflow:hidden;pointer-events:none}.article-section .article-card{flex:1;display:flex;flex-direction:column;height:100%;overflow:hidden}.article-section .article-card.collapsible-section{display:flex;flex-direction:column;flex:1;height:100%}.article-section .article-card.collapsible-section .collapsible-header{flex-shrink:0}.article-section .article-card.collapsible-section .collapsible-content,.article-section .article-card .ant-card-body{flex:1;display:flex;flex-direction:column;overflow-y:auto}.article-section .article-card .article-edit{flex:1;display:flex;flex-direction:column}.article-section .article-card .article-edit .ant-input{font-size:1.2rem!important;line-height:1.8;resize:vertical;min-height:200px;flex:1}.article-section .article-card .article-display{font-size:1rem;line-height:2;color:var(--text-color);white-space:pre-wrap;flex:1;overflow-y:auto}.article-section .article-card .article-display.blurred .blur-text-wrapper{display:block}.article-section .article-card .article-display:empty,.article-section .article-card .article-display.empty-article{display:flex;justify-content:center;align-items:center;color:var(--text-secondary)}.article-section .article-card .collapsible-content .ant-empty{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center}.paste-upload-wrapper{display:flex;flex-direction:column;gap:.3rem;align-items:flex-start}.paste-input{width:100%;padding:.3rem .5rem;border:1px dashed var(--border-color);border-radius:6px;background:#646cff05;font-size:.75rem;color:var(--text-color);opacity:.7;cursor:text;transition:all .2s ease}.paste-input:focus{outline:none;border-color:#646cff80;background:#646cff0d}.paste-input::placeholder{color:var(--text-color);opacity:.5}.paste-upload-area{display:flex;align-items:center;justify-content:center;padding:.4rem .8rem;border:1px dashed var(--border-color);border-radius:6px;background:#646cff08;cursor:pointer;transition:all .2s ease;min-width:100px}.paste-upload-area:hover,.paste-upload-area:focus{outline:none;border-color:#646cff99;background:#646cff14}.paste-upload-area .paste-hint{font-size:.75rem;color:var(--text-color);opacity:.6;white-space:nowrap}@media(max-width:1200px){.learn-body{grid-template-columns:250px 1fr 350px}.learn-body.scene-collapsed{grid-template-columns:0 1fr 350px}.learn-body.words-collapsed{grid-template-columns:250px 0 1fr}.learn-body.article-collapsed{grid-template-columns:250px 1fr 0}.learn-body.scene-collapsed.words-collapsed{grid-template-columns:0 0 1fr}.learn-body.scene-collapsed.article-collapsed{grid-template-columns:0 1fr 0}.learn-body.words-collapsed.article-collapsed{grid-template-columns:250px 0 0}}@media(max-width:1000px){.learn-body{grid-template-columns:1fr!important;gap:1rem}.learn-body.scene-collapsed,.learn-body.words-collapsed,.learn-body.article-collapsed,.learn-body.scene-collapsed.words-collapsed,.learn-body.scene-collapsed.article-collapsed,.learn-body.words-collapsed.article-collapsed{grid-template-columns:1fr!important}.learn-body.scene-collapsed .scene-section,.learn-body.words-collapsed .words-section,.learn-body.article-collapsed .article-section{display:none}.scene-section{max-height:200px}.scene-section .lesson-list{display:flex;gap:.5rem;padding:.5rem;overflow-x:auto;overflow-y:hidden}.scene-section .lesson-list .lesson-item{flex-shrink:0;width:auto;min-width:150px}.words-section,.article-section{width:100%}}@media(max-width:768px){.review-section{padding:1rem}.review-section .review-card .card-word{font-size:1.4rem}.review-section .review-card .card-chinese{font-size:1.1rem}}.blur-text-wrapper{position:relative;cursor:pointer;display:inline-block}.blur-text-wrapper .blur-text{filter:blur(6px);-webkit-user-select:none;user-select:none;transition:filter .2s ease}.blur-text-wrapper .reveal-hint{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#646cffe6;color:#fff;padding:.4rem .8rem;border-radius:6px;font-size:.8rem;white-space:nowrap;opacity:0;transition:opacity .2s ease;display:flex;align-items:center;gap:.3rem;z-index:1;pointer-events:none}.blur-text-wrapper .reveal-hint .anticon{font-size:.85rem}.blur-text-wrapper:hover .blur-text{filter:blur(4px)}.blur-text-wrapper:hover .reveal-hint{opacity:1}.blur-text-wrapper.article-blur{display:block;width:100%}.blur-text-wrapper.article-blur .blur-text{display:block}.blur-text-wrapper.article-blur .reveal-hint{top:30%}.lesson-image-dragger .ant-upload-drag{border-color:var(--border-color);background:#646cff05;border-radius:10px;transition:all .2s ease}.lesson-image-dragger .ant-upload-drag:hover{border-color:#646cff80;background:#646cff0d}.lesson-image-dragger .ant-upload-drag-icon .anticon{color:#646cffb3;font-size:2.5rem}.lesson-image-dragger .ant-upload-text{color:var(--text-color);font-size:.95rem}.lesson-image-dragger .ant-upload-hint{color:var(--text-color);opacity:.6;font-size:.8rem}.search-panel-overlay{position:fixed;inset:0;background:#0009;z-index:1000;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease-out}.search-panel-overlay.glass-enabled{background:var(--overlay-bg);backdrop-filter:blur(var(--glass-blur));-webkit-backdrop-filter:blur(var(--glass-blur))}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.search-panel{width:90%;max-width:850px;max-height:85vh;background:var(--card-bg);border:1px solid var(--border-color);border-radius:24px;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;overflow:hidden;animation:slideUp .3s ease-out}.search-panel.glass-enabled{background:var(--glass-bg);backdrop-filter:blur(var(--glass-blur));-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);box-shadow:0 25px 80px #0006,inset 0 1px #ffffff1a}.search-panel .search-panel-header{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 1.5rem;background:var(--accent-color);border-bottom:1px solid rgba(255,255,255,.1)}.search-panel .search-panel-header h3{color:#fff;margin:0;font-size:1.2rem;display:flex;align-items:center;gap:.5rem;text-shadow:0 1px 2px rgba(0,0,0,.2)}.search-panel .search-panel-header .ant-btn{color:#fff;font-size:1.2rem}.search-panel .search-panel-header .ant-btn:hover{color:#fffc}.search-panel .search-panel-filters{display:flex;gap:.8rem;padding:1rem 1.5rem;background:#646cff08;border-bottom:1px solid var(--glass-border)}.search-panel .search-panel-filters .ant-input-affix-wrapper{flex:1;border-radius:10px;background:var(--card-bg)}.search-panel .search-panel-filters .ant-input-affix-wrapper:focus,.search-panel .search-panel-filters .ant-input-affix-wrapper:hover,.search-panel .search-panel-filters .ant-input-affix-wrapper.ant-input-affix-wrapper-focused{box-shadow:none}.search-panel .search-panel-filters .lesson-filter{min-width:150px}.search-panel .search-panel-filters .lesson-filter .ant-select-selector{border-radius:10px!important;background:var(--card-bg)!important;border:1px solid var(--border-color)!important}.search-panel .search-panel-filters .lesson-filter:hover .ant-select-selector,.search-panel .search-panel-filters .lesson-filter.ant-select-focused .ant-select-selector{border-color:var(--accent-color)!important;box-shadow:0 0 0 2px #667eea1a!important}@media screen and (max-width:768px){.search-panel .search-panel-filters .lesson-filter{display:none}}.search-panel .search-panel-filters .ant-btn-primary{background:var(--accent-color);border:none;border-radius:10px}.search-panel .search-panel-filters .ant-btn-primary:hover{background:var(--accent-color);filter:brightness(1.1)}.search-panel .search-panel-stats{padding:.6rem 1.5rem;font-size:.85rem;color:var(--text-color);opacity:.7;border-bottom:1px solid var(--glass-border);background:#646cff05}.search-panel .search-results{flex:1;overflow:hidden;padding:.5rem 1rem 1rem}.search-panel .search-results .ant-list{height:100%}.search-panel .search-loading{display:flex;align-items:center;justify-content:center;padding:3rem}.search-panel .virtual-word-list{padding-right:0;overflow-y:hidden!important}.search-panel .virtual-word-list .rc-virtual-list-holder{overflow-y:hidden!important}.search-panel .search-result-item{display:flex;justify-content:space-between;align-items:flex-start;padding:.9rem 1rem;margin-bottom:.6rem;background:var(--card-bg);border:1px solid var(--border-color);border-radius:14px;transition:all .25s cubic-bezier(.4,0,.2,1);min-height:80px}.search-panel .search-result-item:hover{border-color:#646cff80;box-shadow:0 8px 25px #646cff26,inset 0 1px #ffffff0d;background:linear-gradient(135deg,var(--card-bg) 0%,rgba(100,108,255,.03) 100%)}.search-panel .search-result-item .result-main{display:flex;gap:1rem;flex:1;align-items:center}.search-panel .search-result-item .result-image{flex-shrink:0}.search-panel .search-result-item .result-content{flex:1;min-width:0}.search-panel .search-result-item .result-content .result-vietnamese{font-size:1.1rem;font-weight:600;color:var(--accent-color);margin-bottom:.15rem;line-height:1.3}.search-panel .search-result-item .result-content .result-chinese{font-size:.95rem;color:var(--text-color);margin-bottom:.3rem}.search-panel .search-result-item .result-content .result-example{font-size:.8rem;color:var(--text-color);opacity:.65;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:400px}.search-panel .search-result-item .result-content .result-example .example-chinese{color:var(--text-color);opacity:.5}.search-panel .search-result-item .result-meta{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;flex-shrink:0}.search-panel .search-result-item .result-meta .ant-btn-link{color:#667eea;padding:0;height:auto;font-size:.8rem}.search-panel .search-result-item .result-meta .ant-btn-link:hover{color:#764ba2}.search-panel .search-result-item .result-meta .review-info{font-size:.7rem;color:var(--text-color);opacity:.5;background:#646cff14;padding:.15rem .5rem;border-radius:8px}.search-panel .load-more-indicator{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;color:var(--text-color);opacity:.7;font-size:.9rem}.search-panel .no-more-indicator{text-align:center;padding:1rem;color:var(--text-color);opacity:.5;font-size:.85rem;border-top:1px dashed var(--border-color);margin-top:.5rem}.sidebar-actions{display:flex;gap:.4rem}.audio-controls{display:flex;align-items:center;gap:.2rem}.audio-controls .ant-btn.playing{color:#667eea;animation:pulse-audio 1s ease-in-out infinite}@keyframes pulse-audio{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.word-card .word-actions .ant-btn.recording{color:#f5222d;animation:recording-pulse 1s ease-in-out infinite}.word-card .word-actions .audio-controls{margin-right:.3rem;padding-right:.3rem;border-right:1px solid var(--border-color)}@keyframes recording-pulse{0%,to{opacity:1}50%{opacity:.5}}.article-card-extra{display:flex;align-items:center;gap:.5rem}.article-card-extra .ant-btn{min-width:44px;padding:8px;font-size:18px;display:flex;align-items:center;justify-content:center}.article-card-extra .article-audio-controls{display:flex;align-items:center;gap:.3rem;margin-right:.3rem;padding-right:.5rem;border-right:1px solid var(--border-color)}.article-card-extra .article-audio-controls .ant-btn.playing{color:#667eea;animation:pulse-audio 1s ease-in-out infinite}.article-card-extra .ant-btn.recording{color:#f5222d;animation:recording-pulse 1s ease-in-out infinite}@media screen and (max-width:768px){.article-card-extra{gap:.8rem}.article-card-extra .ant-btn{min-width:48px;min-height:48px;font-size:20px}}.review-audio-btn{margin-left:.5rem;color:#667eeacc;vertical-align:middle;min-width:44px;font-size:20px}.review-audio-btn.playing{color:#667eea;animation:pulse-audio 1s ease-in-out infinite}.review-audio-btn:hover{color:#667eea}@media screen and (max-width:768px){.review-audio-btn{min-width:48px;min-height:48px;font-size:24px}}.review-card .card-word,.review-card .card-chinese{display:flex;align-items:center;justify-content:center;gap:.5rem}@media print{.learn-page{display:none}}.learn-page .ant-btn:hover,.learn-page .ant-btn:focus,.learn-page .ant-btn:active{border-color:transparent!important;box-shadow:none!important}.learn-page .ant-btn.ant-btn-text:hover,.learn-page .ant-btn.ant-btn-text:focus,.learn-page .ant-btn.ant-btn-text:active{background:transparent;border-color:transparent!important}.learn-page .ant-btn.ant-btn-primary:hover,.learn-page .ant-btn.ant-btn-primary:focus{border-color:transparent!important}.back-to-top-rocket{position:fixed;right:2rem;bottom:2rem;z-index:1000;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(20px);transition:opacity .4s ease,visibility .4s ease,transform .4s cubic-bezier(.68,-.55,.265,1.55)}.back-to-top-rocket.visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top-rocket:hover:not(.launching) .rocket-container{transform:translateY(-8px)}.back-to-top-rocket:hover:not(.launching) .rocket-body{box-shadow:0 8px 30px #667eea80,0 0 50px #667eea4d}.back-to-top-rocket:hover:not(.launching) .rocket-icon{animation:rocket-idle-hover .6s ease-in-out infinite}.back-to-top-rocket:hover:not(.launching) .rocket-flames{opacity:.9;transform:translate(-50%) scaleY(1.2)}.back-to-top-rocket.launching{pointer-events:none}.back-to-top-rocket.launching .rocket-container{animation:rocket-fly-away 1s cubic-bezier(.4,0,.2,1) forwards}.back-to-top-rocket.launching .rocket-body{animation:rocket-shake .08s linear infinite;box-shadow:0 0 40px #ff6b3599,0 0 80px #ffc10766}.back-to-top-rocket.launching .rocket-flames{opacity:1;transform:translate(-50%) scaleY(2)}.back-to-top-rocket.launching .rocket-flames .flame{animation:flame-intense .08s ease-in-out infinite alternate}.back-to-top-rocket.launching .rocket-trail{opacity:1}.back-to-top-rocket.launching .rocket-trail .trail-particle{animation:trail-fall .6s ease-out infinite;animation-delay:var(--delay)}.back-to-top-rocket.launching .launch-smoke{opacity:1}.back-to-top-rocket.launching .launch-smoke .smoke-puff{animation:smoke-expand .8s ease-out forwards;animation-delay:var(--delay)}.back-to-top-rocket .rocket-container{position:relative;transition:transform .3s ease}.back-to-top-rocket .rocket-body{width:60px;height:60px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #667eea66,0 0 40px #667eea33;transition:box-shadow .3s ease;position:relative;z-index:2}.back-to-top-rocket .rocket-body .rocket-icon{font-size:28px;transform:rotate(-45deg);filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.back-to-top-rocket .rocket-flames{position:absolute;bottom:5px;left:50%;transform:translate(-50%);display:flex;align-items:flex-start;justify-content:center;gap:3px;opacity:0;transition:all .2s ease;z-index:1;transform-origin:top center}.back-to-top-rocket .rocket-flames .flame{background:linear-gradient(to bottom,#ffeb3b,#ffc107,#ff9800,#ff5722);border-radius:50%/30% 30% 70% 70%;filter:blur(1px);animation:flame-flicker .15s ease-in-out infinite alternate}.back-to-top-rocket .rocket-flames .flame.flame-center{width:14px;height:35px;background:linear-gradient(to bottom,#fff,#ffeb3b 20%,#ff9800,#ff5722)}.back-to-top-rocket .rocket-flames .flame.flame-left{width:10px;height:25px;transform:rotate(15deg);margin-right:-3px;animation-delay:.05s}.back-to-top-rocket .rocket-flames .flame.flame-right{width:10px;height:25px;transform:rotate(-15deg);margin-left:-3px;animation-delay:.1s}.back-to-top-rocket .rocket-trail{position:absolute;bottom:-10px;left:50%;transform:translate(-50%);opacity:0;pointer-events:none}.back-to-top-rocket .rocket-trail .trail-particle{position:absolute;width:6px;height:6px;background:radial-gradient(circle,#ffeb3b 0%,#ff9800 50%,transparent 100%);border-radius:50%;opacity:0}.back-to-top-rocket .launch-smoke{position:absolute;bottom:0;left:50%;transform:translate(-50%);opacity:0;pointer-events:none;z-index:0}.back-to-top-rocket .launch-smoke .smoke-puff{position:absolute;width:20px;height:20px;background:radial-gradient(circle,rgba(200,200,200,.9) 0%,rgba(150,150,150,.4) 50%,transparent 100%);border-radius:50%;opacity:0}@keyframes rocket-idle-hover{0%,to{transform:rotate(-45deg) translateY(0)}50%{transform:rotate(-45deg) translateY(-4px)}}@keyframes flame-flicker{0%{opacity:.8;transform:scaleX(.9)}to{opacity:1;transform:scaleX(1.1)}}@keyframes flame-intense{0%{transform:scaleY(.9) scaleX(.95);filter:blur(1px) brightness(1)}to{transform:scaleY(1.1) scaleX(1.05);filter:blur(2px) brightness(1.2)}}@keyframes rocket-fly-away{0%{transform:translateY(0) scale(1);opacity:1}10%{transform:translateY(10px) scale(1.1);opacity:1}30%{transform:translateY(-50px) scale(1);opacity:1}to{transform:translateY(calc(-100vh - 100px)) scale(.6);opacity:0}}@keyframes rocket-shake{0%,to{transform:translate(0)}25%{transform:translate(-2px)}75%{transform:translate(2px)}}@keyframes trail-fall{0%{opacity:1;transform:translateY(0) translate(var(--x-offset, 0)) scale(1)}to{opacity:0;transform:translateY(80px) translate(var(--x-offset, 0)) scale(.3)}}@keyframes smoke-expand{0%{opacity:.9;transform:translate(0) scale(.3)}50%{opacity:.6}to{opacity:0;transform:translate(var(--x-offset, 0),50px) scale(2.5)}}@media screen and (max-width:768px){.back-to-top-rocket{right:1rem;bottom:1rem}.back-to-top-rocket .rocket-body{width:50px;height:50px}.back-to-top-rocket .rocket-body .rocket-icon{font-size:24px}.back-to-top-rocket .rocket-flames .flame.flame-center{width:12px;height:28px}.back-to-top-rocket .rocket-flames .flame.flame-left,.back-to-top-rocket .rocket-flames .flame.flame-right{width:8px;height:20px}}.transfer-lesson-list{max-height:400px;overflow-y:auto}.transfer-lesson-list .transfer-lesson-item{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;margin-bottom:8px;background:var(--card-bg);border:1px solid var(--border-color);border-radius:8px;cursor:pointer;transition:border-color .2s ease}.transfer-lesson-list .transfer-lesson-item:hover{border-color:var(--primary-color)}.transfer-lesson-list .transfer-lesson-item:last-child{margin-bottom:0}.transfer-lesson-list .transfer-lesson-item .transfer-lesson-title{font-weight:500;color:var(--text-color)}.transfer-lesson-list .transfer-lesson-item .transfer-lesson-count{font-size:12px;color:var(--text-secondary)}.global-progress{position:fixed;top:0;left:0;right:0;height:3px;z-index:9999;background:transparent;pointer-events:none}.global-progress-bar{height:100%;background:linear-gradient(90deg,#646cff,#87d068,#646cff);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite;transition:width .2s ease-out;border-radius:0 2px 2px 0;box-shadow:0 0 10px #646cff80}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media print{.global-progress{display:none!important}}.login-modal .ant-modal-content{background:var(--card-bg, #1a1a2e);border:1px solid var(--border-color, rgba(255, 255, 255, .1));border-radius:16px;overflow:hidden}.login-modal .ant-modal-close{color:var(--text-color, #fff)}.login-modal .ant-modal-close:hover{color:#646cff}.login-modal-content{padding:1rem}.login-title{text-align:center;font-size:1.5rem;font-weight:600;color:var(--text-color, #fff);margin-bottom:1.5rem}.login-form .ant-input-affix-wrapper,.login-form .ant-input{background:var(--input-bg, rgba(255, 255, 255, .05));border-color:var(--border-color, rgba(255, 255, 255, .1));color:var(--text-color, #fff)}.login-form .ant-input-affix-wrapper:hover,.login-form .ant-input:hover,.login-form .ant-input-affix-wrapper:focus,.login-form .ant-input:focus{border-color:#646cff}.login-form .ant-input-affix-wrapper .ant-input,.login-form .ant-input .ant-input{background:transparent}.login-form .ant-input-affix-wrapper .ant-input-prefix,.login-form .ant-input .ant-input-prefix,.login-form .ant-input-password-icon{color:var(--text-secondary, rgba(255, 255, 255, .5))}.login-form .ant-input-password-icon:hover{color:var(--text-color, #fff)}.login-form .ant-btn-primary{background:linear-gradient(135deg,#646cff,#828eff);border:none;font-weight:500}.login-form .ant-btn-primary:hover{background:linear-gradient(135deg,#5058e5,#727ce5)}.ant-tabs .ant-tabs-nav{margin-bottom:1.5rem}.ant-tabs .ant-tabs-nav:before{border-color:var(--border-color, rgba(255, 255, 255, .1))}.ant-tabs .ant-tabs-tab{font-size:1rem}.ant-tabs .ant-tabs-tab:hover{color:var(--text-color, #fff)}.ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:#646cff}.ant-tabs .ant-tabs-ink-bar{background:#646cff}.login-divider{display:flex;align-items:center;margin:1.5rem 0}.login-divider:before,.login-divider:after{content:"";flex:1;height:1px;background:var(--border-color, rgba(255, 255, 255, .1))}.login-divider span{padding:0 1rem;color:var(--text-secondary, rgba(255, 255, 255, .5));font-size:.875rem}.guest-btn{background:transparent;border:1px solid var(--border-color, rgba(255, 255, 255, .2));color:var(--text-color, #fff)}.guest-btn:hover{border-color:#646cff;color:#646cff}.avatar-upload-wrapper{display:flex;flex-direction:column;align-items:center;margin-bottom:1.5rem}.avatar-upload{position:relative;width:80px;height:80px;border-radius:50%;cursor:pointer;overflow:hidden;border:2px dashed var(--border-color, rgba(255, 255, 255, .2));transition:all .3s ease}.avatar-upload:hover{border-color:#646cff}.avatar-upload:hover .avatar-overlay{opacity:1}.avatar-upload .ant-avatar{width:100%!important;height:100%!important}.avatar-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;background:#646cff1a;color:var(--text-secondary, rgba(255, 255, 255, .5))}.avatar-placeholder .camera-icon{font-size:1.5rem;margin-bottom:4px;color:#646cff}.avatar-placeholder .avatar-text{font-size:.7rem}.avatar-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#646cffcc;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;color:#fff;font-size:1.5rem}.avatar-hint{margin-top:.5rem;font-size:.75rem;color:var(--text-secondary, rgba(255, 255, 255, .5))}[data-theme=light] .login-modal .ant-modal-content{background:#fff;border-color:#e5e5e5}[data-theme=light] .login-title{color:#1a1a1a}[data-theme=light] .login-form .ant-input-affix-wrapper,[data-theme=light] .login-form .ant-input{background:#f5f5f5;border-color:#e5e5e5;color:#1a1a1a}[data-theme=light] .login-form .ant-input-affix-wrapper .ant-input-prefix,[data-theme=light] .login-form .ant-input .ant-input-prefix,[data-theme=light] .login-divider span{color:#999}[data-theme=light] .guest-btn{border-color:#e5e5e5;color:#1a1a1a}[data-theme=light] .avatar-upload{border-color:#e5e5e5}[data-theme=light] .avatar-placeholder{background:#646cff0d;color:#999}[data-theme=light] .avatar-hint{color:#999}:root{--bg-color: #1a1a1a;--card-bg: #333;--text-color: #ffffff;--accent-color: #646cff;--nav-bg: #242424;--border-color: #444;--shadow: 0 4px 6px rgba(0, 0, 0, .3);--glass-bg: rgba(30, 30, 40, .85);--glass-border: rgba(255, 255, 255, .1);--glass-blur: 12px;--overlay-bg: rgba(0, 0, 0, .7);--font-display: inherit;--font-body: inherit;--review-bg: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--review-bg-empty: linear-gradient(135deg, #5a67d8 0%, #6b46c1 100%);--review-text-color: #ffffff;--btn-primary-bg: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--btn-primary-hover: linear-gradient(135deg, #5a67d8 0%, #6b46c1 100%)}html{overflow-y:scroll}body{width:100%!important}body.ant-scrolling-effect{width:100%!important;padding-right:0!important}[data-theme=light]{--bg-color: #f0f2f5;--card-bg: #ffffff;--text-color: #213547;--accent-color: #0066cc;--nav-bg: #ffffff;--border-color: #e0e0e0;--shadow: 0 4px 12px rgba(0, 0, 0, .1);--glass-bg: rgba(255, 255, 255, .75);--glass-border: rgba(0, 0, 0, .08);--glass-blur: 12px;--overlay-bg: rgba(0, 0, 0, .4);--font-display: inherit;--font-body: inherit;--review-bg: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);--review-bg-empty: linear-gradient(135deg, #56ab2f 0%, #a8e063 100%);--review-text-color: #ffffff;--btn-primary-bg: linear-gradient(135deg, #0066cc 0%, #0099ff 100%);--btn-primary-hover: linear-gradient(135deg, #0055aa 0%, #0088ee 100%)}[data-theme=nature]{--nature-forest: #2d5a3d;--nature-moss: #4a7c59;--nature-sage: #87a878;--nature-cream: #f5f0e8;--nature-bark: #5c4033;--nature-terracotta: #c67b5c;--nature-gold: #d4a84b;--nature-sky: #87ceeb;--bg-color: #faf8f3;--card-bg: rgba(255, 253, 248, .95);--text-color: #3d3d3d;--accent-color: var(--nature-forest);--nav-bg: rgba(250, 248, 243, .98);--border-color: rgba(45, 90, 61, .15);--shadow: 0 4px 20px rgba(92, 64, 51, .08), 0 1px 3px rgba(92, 64, 51, .05);--glass-bg: rgba(250, 248, 243, .88);--glass-border: rgba(45, 90, 61, .1);--glass-blur: 14px;--overlay-bg: rgba(45, 90, 61, .6);--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "Nunito", -apple-system, BlinkMacSystemFont, sans-serif;--review-bg: linear-gradient(135deg, #2d5a3d 0%, #4a7c59 50%, #87a878 100%);--review-bg-empty: linear-gradient(135deg, #4a7c59 0%, #87a878 100%);--review-text-color: #f5f0e8;--btn-primary-bg: linear-gradient(135deg, #2d5a3d 0%, #4a7c59 100%);--btn-primary-hover: linear-gradient(135deg, #3d6a4d 0%, #5a8c69 100%)}[data-theme=nature] body{font-family:var(--font-body);background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0 Q35 15 30 30 Q25 15 30 0' fill='none' stroke='rgba(45,90,61,0.03)' stroke-width='0.5'/%3E%3Cpath d='M0 30 Q15 25 30 30 Q15 35 0 30' fill='none' stroke='rgba(45,90,61,0.03)' stroke-width='0.5'/%3E%3C/svg%3E"),radial-gradient(ellipse at 30% 20%,rgba(135,168,120,.08) 0%,transparent 50%),radial-gradient(ellipse at 70% 80%,rgba(212,168,75,.05) 0%,transparent 40%),var(--bg-color);background-attachment:fixed}[data-theme=nature] h1,[data-theme=nature] h2,[data-theme=nature] h3{font-family:var(--font-display);font-weight:500;letter-spacing:.02em;color:var(--nature-forest)}[data-theme=nature] a{color:var(--nature-forest);text-decoration:none;position:relative;transition:all .3s ease}[data-theme=nature] a:hover{color:var(--nature-terracotta)}[data-theme=nature] .ant-btn{font-family:var(--font-body);border-radius:8px;transition:all .4s cubic-bezier(.4,0,.2,1)}[data-theme=nature] .ant-btn-primary{background:var(--btn-primary-bg)!important;border:none!important;color:var(--nature-cream)!important;box-shadow:0 4px 15px #2d5a3d40}[data-theme=nature] .ant-btn-primary:hover{background:var(--btn-primary-hover)!important;transform:translateY(-2px);box-shadow:0 6px 20px #2d5a3d59}[data-theme=nature] .ant-btn-default{background:var(--nature-cream)!important;border:1px solid var(--nature-sage)!important;color:var(--nature-forest)!important}[data-theme=nature] .ant-btn-default:hover{background:#87a8781a!important;border-color:var(--nature-forest)!important}[data-theme=nature] .ant-btn-text{color:var(--nature-forest)!important}[data-theme=nature] .ant-btn-text:hover{color:var(--nature-terracotta)!important;background:#c67b5c14!important}[data-theme=nature] .ant-btn-dangerous{background:linear-gradient(135deg,var(--nature-terracotta) 0%,#a65c42 100%)!important;border:none!important;color:var(--nature-cream)!important}[data-theme=nature] .ant-card,[data-theme=nature] .section-card{background:var(--card-bg)!important;border:1px solid var(--border-color)!important;border-radius:16px!important;box-shadow:var(--shadow);position:relative;overflow:hidden}[data-theme=nature] .ant-input,[data-theme=nature] .ant-input-affix-wrapper{background:#fffdf8cc!important;border-radius:8px!important;font-family:var(--font-body)}[data-theme=nature] .ant-input:focus,[data-theme=nature] .ant-input-affix-wrapper:focus,[data-theme=nature] .ant-input-affix-wrapper-focused{border-color:var(--nature-moss)!important;box-shadow:0 0 0 3px #4a7c591a!important}[data-theme=nature] .ant-switch-checked{background:linear-gradient(135deg,var(--nature-forest) 0%,var(--nature-moss) 100%)!important}[data-theme=nature] nav{background:var(--nav-bg)!important;border-bottom:1px solid var(--border-color);box-shadow:0 2px 10px #5c40330d}[data-theme=nature] ::-webkit-scrollbar{width:10px;height:10px}[data-theme=nature] ::-webkit-scrollbar-track{background:#f5f0e880}[data-theme=nature] ::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--nature-sage),var(--nature-moss));border-radius:5px;border:2px solid var(--bg-color)}[data-theme=nature] ::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,var(--nature-moss),var(--nature-forest))}[data-theme=nature] ::selection{background:#87a8784d;color:var(--nature-forest)}@keyframes nature-breathe{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.02);opacity:.95}}@keyframes nature-sway{0%,to{transform:rotate(-1deg)}50%{transform:rotate(1deg)}}@keyframes nature-leaf-sway{0%,to{transform:rotate(-5deg)}50%{transform:rotate(5deg)}}@keyframes leaf-fall{0%{transform:translateY(-10px) rotate(0);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(100vh) rotate(360deg);opacity:0}}[data-theme=nature] .nature-breathe{animation:nature-breathe 4s ease-in-out infinite}[data-theme=nature] .nature-sway{animation:nature-sway 6s ease-in-out infinite}[data-theme=nature] .nature-card-hover:hover{border-color:var(--nature-moss)!important;box-shadow:0 8px 30px #2d5a3d1f,0 2px 8px #2d5a3d14;transform:translateY(-4px)}[data-theme=nature] .ant-tooltip-inner{background:var(--nature-forest)!important;border-radius:8px!important;font-family:var(--font-body)}[data-theme=nature] .ant-popconfirm .ant-popover-inner{background:var(--card-bg)!important;border:1px solid var(--border-color)!important;border-radius:12px!important}[data-theme=nature] .ant-modal-content{background:var(--card-bg)!important;border:1px solid var(--border-color)!important;border-radius:20px!important;box-shadow:0 20px 60px #5c403326!important}[data-theme=nature] .ant-modal-header{background:transparent!important;border-bottom:1px solid var(--border-color)!important}[data-theme=nature] .ant-modal-title{color:var(--nature-forest)!important;font-family:var(--font-display);font-size:1.3em}html{background-color:var(--bg-color);overflow:hidden;height:100%}body{margin:0;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;transition:background-color .5s ease,color .5s ease;background-color:var(--bg-color);color:var(--text-color);overflow-x:hidden;overflow-y:auto;height:100%}a,button{transition:all .3s ease}.container{padding:0;max-width:100vw;box-sizing:border-box;overflow:visible}h1,h2,h3,h4,h5,h6{margin:0}ul,li,p{margin:0;padding:0}li{list-style-type:none}.ant-table-wrapper .ant-table-pagination.ant-pagination{margin:5px 0 0!important}.ant-tabs-nav{margin-bottom:5px!important}
