.stats-container{--theme-color:#2563eb;--theme-bg:rgba(37, 99, 235, 0.05);--theme-glow:rgba(37, 99, 235, 0.2);font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;margin-left:320px!important;padding:30px 40px;box-sizing:border-box;min-height:100vh;background-color:#f8f9fc;transition:margin-left 0.3s cubic-bezier(.4,0,.2,1),width 0.3s cubic-bezier(.4,0,.2,1)!important}@media (max-width:992px){.stats-container{margin-left:0!important;padding:20px}}.stats-header h2{font-size:24px;font-weight:800;color:#0f172a;margin:0 0 20px 0;letter-spacing:-.02em}.stats-controls{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:25px;flex-wrap:wrap}.stats-filters{display:flex;gap:8px;flex-wrap:wrap}.filter-btn{padding:10px 20px;border:2px solid #e2e8f0;background:#fff;border-radius:50px;cursor:pointer;font-weight:700;font-size:14px;color:#64748b;display:flex;align-items:center;gap:8px;transition:all 0.25s cubic-bezier(.4,0,.2,1)}.filter-btn .tab-svg{stroke:currentColor;transition:transform 0.2s ease;flex-shrink:0}.filter-btn:hover .tab-svg{transform:scale(1.1)}.filter-btn:hover{border-color:var(--theme-color);color:var(--theme-color);background:var(--theme-bg)}.filter-btn.active{background:var(--theme-color);color:#fff;border-color:var(--theme-color);box-shadow:0 4px 12px var(--theme-glow)}.timeframe-selector{display:flex;align-items:center;gap:8px}.timeframe-selector label{font-size:13px;font-weight:700;color:#64748b}.timeframe-selector select{padding:8px 16px;border:2px solid #e2e8f0;background:#fff;border-radius:8px;font-size:13px;font-weight:700;color:#4b5563;outline:none;cursor:pointer;transition:all 0.2s ease}.timeframe-selector select:focus{border-color:var(--theme-color);box-shadow:0 0 0 3px var(--theme-glow)}.stats-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:30px}.stat-card{background:#fff;padding:24px;border-radius:16px;box-shadow:0 4px 20px rgb(0 0 0 / .02);border:1.5px solid #f1f5f9;display:flex;flex-direction:column;gap:12px;transition:all 0.3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.stat-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgb(0 0 0 / .06);border-color:var(--theme-color)}.stat-card-header{display:flex;align-items:center;gap:10px}.stat-card-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:var(--theme-bg);color:var(--theme-color);transition:all 0.3s ease}.stat-card-label{font-size:14px;font-weight:700;color:#64748b}.stat-card-value{font-size:36px;font-weight:800;color:#0f172a;line-height:1}.stat-card-value-container{display:flex;flex-direction:column;gap:8px}.stat-progress-bar-bg{width:100%;height:6px;background:#f1f5f9;border-radius:10px;overflow:hidden}.stat-progress-bar-fill{height:100%;background:linear-gradient(90deg,var(--theme-color) 0%,var(--theme-color) 100%);border-radius:10px;transition:width 0.6s cubic-bezier(.4,0,.2,1)}.chart-section{background:#fff;padding:24px;border-radius:16px;box-shadow:0 4px 20px rgb(0 0 0 / .02);border:1.5px solid #f1f5f9;margin-bottom:30px}.chart-wrapper{position:relative;height:380px;width:100%}.stats-activity-section{background:#fff;border-radius:16px;padding:24px;border:1.5px solid #f1f5f9;box-shadow:0 4px 20px rgb(0 0 0 / .02)}.activity-title{font-size:18px;font-weight:800;color:#0f172a;margin:0 0 20px 0;letter-spacing:-.01em}.activity-table-wrapper{overflow-x:auto;max-height:400px;overflow-y:auto}.activity-table{width:100%;border-collapse:collapse;text-align:left}.activity-table th{padding:12px 16px;font-size:12px;font-weight:800;color:#64748b;border-bottom:1.5px solid #f1f5f9;text-transform:uppercase;letter-spacing:.05em;position:sticky;top:0;background:#fff;z-index:2}.activity-table td{padding:16px;font-size:14px;color:#334155;border-bottom:1px solid #f1f5f9;vertical-align:middle}.activity-table tr:last-child td{border-bottom:none}.activity-table tr:hover td{background:#f8fafc}.activity-skill-cell{display:flex;align-items:center;gap:12px}.activity-skill-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;flex-shrink:0}.activity-skill-icon.writing{background:#fee2e2;color:#ef4444}.activity-skill-icon.speaking{background:#f3e8ff;color:#a855f7}.activity-skill-icon.task{background:#fef3c7;color:#f59e0b}.activity-skill-details{display:flex;flex-direction:column}.activity-skill-name{font-weight:700;color:#0f172a}.activity-exam-type{font-size:12px;color:#64748b;margin-top:2px}.badge-pct{display:inline-flex;align-items:center;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:700}.badge-pct.writing{background:#fee2e2;color:#b91c1c}.badge-pct.speaking{background:#f3e8ff;color:#6b21a8}.badge-pct.task{background:#fef3c7;color:#b45309}.badge-score{font-family:monospace;font-size:14px;font-weight:600;color:#334155;background:#f1f5f9;padding:4px 8px;border-radius:6px}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 40px;background:#fff;border-radius:16px;border:1.5px dashed #e2e8f0;text-align:center;margin-top:10px}.empty-icon{font-size:48px;margin-bottom:16px}.empty-state h4{font-size:18px;font-weight:800;color:#0f172a;margin:0 0 8px 0}.empty-state p{font-size:14px;color:#64748b;max-width:400px;margin:0 0 24px 0;line-height:1.5}.empty-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 24px;background:var(--theme-color);color:#fff!important;font-weight:700;font-size:14px;border-radius:8px;text-decoration:none!important;transition:all 0.2s ease;box-shadow:0 4px 12px var(--theme-glow);border:none;cursor:pointer}.empty-btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px var(--theme-glow);filter:brightness(.95)}.iaw-loader-container{display:flex;justify-content:center;align-items:center;min-height:200px}.iaw-loader{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid var(--theme-color);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}html.toefl-dark .stats-container,body.toefl-dark .stats-container,.toefl-dark .stats-container{background-color:#0f172a!important;--theme-bg:rgba(37, 99, 235, 0.15)}html.toefl-dark .stats-header h2,.toefl-dark .stats-header h2{color:#f8fafc}html.toefl-dark .timeframe-selector label,.toefl-dark .timeframe-selector label{color:#94a3b8}html.toefl-dark .timeframe-selector select,.toefl-dark .timeframe-selector select{background:#1e293b;border-color:#334155;color:#cbd5e1}html.toefl-dark .stat-card,.toefl-dark .stat-card{background:#1e293b;border-color:#334155;box-shadow:0 4px 20px rgb(0 0 0 / .15)}html.toefl-dark .stat-card-label,.toefl-dark .stat-card-label{color:#94a3b8}html.toefl-dark .stat-card-value,.toefl-dark .stat-card-value{color:#f8fafc}html.toefl-dark .stat-progress-bar-bg,.toefl-dark .stat-progress-bar-bg{background:#334155}html.toefl-dark .chart-section,.toefl-dark .chart-section{background:#1e293b;border-color:#334155;box-shadow:0 4px 20px rgb(0 0 0 / .15)}html.toefl-dark .stats-activity-section,.toefl-dark .stats-activity-section{background:#1e293b;border-color:#334155;box-shadow:0 4px 20px rgb(0 0 0 / .15)}html.toefl-dark .activity-title,.toefl-dark .activity-title{color:#f8fafc}html.toefl-dark .activity-table th,.toefl-dark .activity-table th{background:#1e293b;color:#94a3b8;border-bottom-color:#334155}html.toefl-dark .activity-table td,.toefl-dark .activity-table td{color:#cbd5e1;border-bottom-color:#334155}html.toefl-dark .activity-table tr:hover td,.toefl-dark .activity-table tr:hover td{background:#0f172a}html.toefl-dark .activity-skill-name,.toefl-dark .activity-skill-name{color:#f8fafc}html.toefl-dark .activity-exam-type,.toefl-dark .activity-exam-type{color:#94a3b8}html.toefl-dark .badge-score,.toefl-dark .badge-score{background:#334155;color:#cbd5e1}html.toefl-dark .filter-btn,.toefl-dark .filter-btn{background:#1e293b;border-color:#334155;color:#cbd5e1}html.toefl-dark .filter-btn.active,.toefl-dark .filter-btn.active{color:#fff;border-color:var(--theme-color);background:var(--theme-color)}html.toefl-dark .empty-state,.toefl-dark .empty-state{background:#1e293b;border-color:#334155}html.toefl-dark .empty-state h4,.toefl-dark .empty-state h4{color:#f8fafc}html.toefl-dark .empty-state p,.toefl-dark .empty-state p{color:#94a3b8}.iaw-premium-overlay{position:relative;width:100%;margin-top:30px;min-height:480px}.iaw-blur-preview{user-select:none;pointer-events:none}.iaw-upgrade-cta{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:rgb(255 255 255 / .85);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);z-index:10;text-align:center;padding:40px;border-radius:20px;border:1px solid #e2e8f0;box-shadow:0 10px 30px rgb(0 0 0 / .05)}.iaw-upgrade-icon{width:64px;height:64px;background:rgb(37 99 235 / .1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#2563eb;margin-bottom:24px}.iaw-upgrade-icon svg{width:32px;height:32px}.iaw-upgrade-cta h3{font-size:22px;font-weight:800;color:#0f172a;margin:0 0 12px 0;font-family:inherit}.iaw-upgrade-cta p{font-size:15px;color:#475569;max-width:380px;margin:0 0 28px 0;line-height:1.6}.iaw-btn-premium{padding:14px 32px;background:#2563eb;color:#fff!important;font-weight:700;font-size:14px;border-radius:12px;text-decoration:none;box-shadow:0 8px 20px rgb(37 99 235 / .25);transition:all 0.25s ease}.iaw-btn-premium:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 12px 24px rgb(37 99 235 / .35)}html.toefl-dark .iaw-upgrade-cta,.toefl-dark .iaw-upgrade-cta{background:rgb(15 23 42 / .85);border-color:#334155;box-shadow:0 10px 30px rgb(0 0 0 / .3)}html.toefl-dark .iaw-upgrade-cta h3,.toefl-dark .iaw-upgrade-cta h3{color:#f8fafc}html.toefl-dark .iaw-upgrade-cta p,.toefl-dark .iaw-upgrade-cta p{color:#cbd5e1}html.toefl-dark .iaw-upgrade-icon,.toefl-dark .iaw-upgrade-icon{background:rgb(37 99 235 / .2);color:#3b82f6}.ielts-history-list-wrapper{width:100%;margin-top:15px;border-radius:16px;overflow:hidden;border:1px solid #e2e8f0;background:#fff;box-shadow:0 4px 20px rgb(0 0 0 / .02)}.ielts-history-row{display:flex;justify-content:space-between;align-items:center;padding:20px 25px;border-bottom:1px solid #f1f5f9;transition:background 0.15s ease;flex-wrap:wrap;gap:15px;background:#fff}.ielts-history-row:last-child{border-bottom:none}.ielts-history-row:hover{background:#f8fafc}.ielts-history-left{display:flex;align-items:center;gap:16px}.ielts-history-icon{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ielts-history-icon.writing{background:#fff5f5;color:#ef4444}.ielts-history-icon.speaking{background:#f5f3ff;color:#8b5cf6}.ielts-history-icon.task{background:#fffbeb;color:#f59e0b}.ielts-history-meta{display:flex;flex-direction:column;gap:4px}.ielts-history-title-group{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.ielts-history-title{font-size:15px;font-weight:700;color:#0f172a}.ielts-history-badge{font-size:11px;font-weight:700;padding:3px 10px;border-radius:12px}.ielts-history-badge.writing{background:#ffebeb;color:#ef4444}.ielts-history-badge.speaking{background:#f0ecfe;color:#8b5cf6}.ielts-history-badge.task{background:#fff8eb;color:#d97706}.ielts-history-date{font-size:13px;color:#64748b;font-weight:500}.ielts-history-right{display:flex;align-items:center;gap:25px;flex-wrap:wrap}.ielts-history-scores{display:flex;gap:20px;flex-wrap:wrap}.ielts-score-block{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.ielts-score-label{font-size:10px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px}.ielts-score-val{font-size:14px;font-weight:600;color:#0f172a}.ielts-score-val strong{font-size:20px;font-weight:800}.ielts-score-val-max{font-size:13px;color:#94a3b8;font-weight:500}.ielts-score-val.writing{color:#ef4444}.ielts-score-val.speaking{color:#8b5cf6}.ielts-score-val.task{color:#f59e0b}.ielts-history-details-btn{background:#f1f5f9;border:none;outline:none;padding:9px 20px;border-radius:30px;font-weight:700;font-size:13px;color:#2563eb;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:6px;transition:all 0.2s ease}.ielts-history-details-btn:hover{background:#e2e8f0;color:#1d4ed8;transform:translateX(2px)}html.toefl-dark .ielts-history-list-wrapper,.toefl-dark .ielts-history-list-wrapper{background:#1e293b;border-color:#334155}html.toefl-dark .ielts-history-row,.toefl-dark .ielts-history-row{background:#1e293b;border-bottom-color:#334155}html.toefl-dark .ielts-history-row:hover,.toefl-dark .ielts-history-row:hover{background:#334155}html.toefl-dark .ielts-history-title,.toefl-dark .ielts-history-title{color:#f8fafc}html.toefl-dark .ielts-score-val,.toefl-dark .ielts-score-val{color:#f8fafc}html.toefl-dark .ielts-score-val-max,.toefl-dark .ielts-score-val-max{color:#64748b}html.toefl-dark .ielts-history-details-btn,.toefl-dark .ielts-history-details-btn{background:#334155;color:#3b82f6}html.toefl-dark .ielts-history-details-btn:hover,.toefl-dark .ielts-history-details-btn:hover{background:#475569;color:#60a5fa}.toefl-history-footer{display:flex;justify-content:space-between;align-items:center;padding:20px 25px;border-top:1px solid #f1f5f9;background:rgb(0 0 0 / .015);flex-wrap:wrap;gap:15px}.toefl-history-info{font-size:13px;color:#64748b;font-weight:500}.toefl-history-pagination{display:flex;justify-content:center;align-items:center;gap:6px}.pagination-btn{background:#fff;border:1px solid #e2e8f0;width:32px;height:32px;padding:0;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;color:#475569;border-radius:50%;cursor:pointer;transition:all 0.2s ease;user-select:none}.pagination-btn:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1;color:#0f172a}.pagination-btn.active{background:#2563eb;color:#fff;border-color:#2563eb}.pagination-btn:disabled{opacity:.5;cursor:not-allowed;background:#f1f5f9;border-color:#e2e8f0;color:#94a3b8}.pagination-page-select{appearance:none;-webkit-appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%2394a3b8' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 8px center;border:1px solid #e2e8f0;border-radius:8px;padding:5px 28px 5px 10px;font-size:13px;font-weight:600;color:#334155;cursor:pointer;transition:border-color 0.2s,box-shadow 0.2s;outline:none;min-width:60px}.pagination-page-select:hover,.pagination-page-select:focus{border-color:#2563eb;box-shadow:0 0 0 3px rgb(37 99 235 / .1)}html.toefl-dark .toefl-history-footer,.toefl-dark .toefl-history-footer{background:rgb(255 255 255 / .02);border-top-color:#334155}html.toefl-dark .toefl-history-info,.toefl-dark .toefl-history-info{color:#94a3b8}html.toefl-dark .pagination-btn,.toefl-dark .pagination-btn{background:#1e293b;border-color:#334155;color:#cbd5e1}html.toefl-dark .pagination-btn:hover:not(:disabled),.toefl-dark .pagination-btn:hover:not(:disabled){background:#334155;color:#f8fafc;border-color:#475569}html.toefl-dark .pagination-btn.active,.toefl-dark .pagination-btn.active{background:#3b82f6;color:#fff;border-color:#3b82f6}html.toefl-dark .pagination-btn:disabled,.toefl-dark .pagination-btn:disabled{background:#0f172a;border-color:#1e293b;color:#475569}html.toefl-dark .pagination-page-select,.toefl-dark .pagination-page-select{background-color:#1e293b;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%2364748b' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");border-color:#334155;color:#cbd5e1}html.toefl-dark .pagination-page-select:focus,.toefl-dark .pagination-page-select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgb(59 130 246 / .2)}.stat-wc-card{box-shadow:none!important;border:1.5px solid #e2e8f0;pointer-events:none;background:#fff}.wc-icon{color:#ef4444;background:rgb(239 68 68 / .08);border-radius:50%}.wc-value{color:#0f172a}.wc-subtext{color:#64748b}.stat-dist-card{box-shadow:none!important;border:1.5px solid #e2e8f0;background:#fff;display:flex;flex-direction:column;align-items:stretch}.stat-dist-title{font-size:15px;font-weight:800;margin:0 0 15px 0}.stat-dist-title.dist-writing{color:#ef4444}.stat-dist-title.dist-speaking{color:#8b5cf6}.stat-dist-title.dist-total{color:#2563eb}.stat-dist-list{display:flex;flex-direction:column;max-height:250px;overflow-y:auto;padding-right:4px}.stat-dist-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #f1f5f9}.stat-dist-band{font-weight:700;color:#1e293b;font-size:13.5px}.stat-dist-count{background:#f1f5f9;color:#0f172a;padding:4px 10px;font-size:12px;font-weight:700;border-radius:6px}.stat-dist-nodata{text-align:center;color:#94a3b8;font-size:13px;padding:20px 0}.stat-advice-card{background:linear-gradient(135deg,rgb(37 99 235 / .03) 0%,rgb(139 92 246 / .03) 100%);border:1.5px solid rgb(37 99 235 / .12)}.stat-advice-icon{padding:10px;background:rgb(37 99 235 / .08);border-radius:12px;color:#2563eb}.stat-advice-title{color:#1e293b}.stat-advice-body{color:#475569}html.toefl-dark .stat-wc-card,.toefl-dark .stat-wc-card{background:#1e293b!important;border-color:#334155!important}html.toefl-dark .wc-icon,.toefl-dark .wc-icon{background:rgb(239 68 68 / .2)!important;color:#f87171!important}html.toefl-dark .wc-value,.toefl-dark .wc-value{color:#f8fafc!important}html.toefl-dark .wc-subtext,.toefl-dark .wc-subtext{color:#94a3b8!important}html.toefl-dark .stat-dist-card,.toefl-dark .stat-dist-card{background:#1e293b!important;border-color:#334155!important}html.toefl-dark .stat-dist-row,.toefl-dark .stat-dist-row{border-bottom-color:#334155!important}html.toefl-dark .stat-dist-band,.toefl-dark .stat-dist-band{color:#f8fafc!important}html.toefl-dark .stat-dist-count,.toefl-dark .stat-dist-count{background:#334155!important;color:#93c5fd!important}html.toefl-dark .stat-dist-nodata,.toefl-dark .stat-dist-nodata{color:#64748b!important}html.toefl-dark .stat-advice-card,.toefl-dark .stat-advice-card{background:#1e293b!important;border-color:#334155!important}html.toefl-dark .stat-advice-icon,.toefl-dark .stat-advice-icon{background:rgb(37 99 235 / .25)!important;color:#60a5fa!important}html.toefl-dark .stat-advice-title,.toefl-dark .stat-advice-title{color:#f8fafc!important}html.toefl-dark .stat-advice-body,.toefl-dark .stat-advice-body{color:#cbd5e1!important}@media (max-width:992px){.stats-container{margin-left:0!important;padding:20px!important;width:100%!important;box-sizing:border-box!important}}@media (max-width:768px){.stats-container{padding:16px 12px!important}.stats-header h2{font-size:20px;margin-bottom:15px}.stats-controls{flex-direction:column;align-items:stretch;gap:14px}.stats-filters{width:100%;overflow-x:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch}.filter-btn{padding:8px 14px;font-size:13px;white-space:nowrap}.timeframe-selector{width:100%;justify-content:space-between}.timeframe-selector select{flex-grow:1}.chart-section{padding:16px;border-radius:12px}.chart-wrapper{height:280px}.stats-activity-section{padding:16px;border-radius:12px}.activity-title{font-size:16px;margin-bottom:14px}}@media (max-width:480px){.stats-cards{grid-template-columns:1fr!important}.stat-card{padding:16px}.stat-card-value{font-size:28px}.activity-table th,.activity-table td{padding:10px 8px;font-size:12px}}.chart-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.chart-detail-btn{display:inline-flex;align-items:center;gap:6px;padding:7px 15px;background:var(--theme-bg);color:var(--theme-color);border:1.5px solid var(--theme-glow);border-radius:20px;font-size:13px;font-weight:700;cursor:pointer;transition:all 0.2s ease}.chart-detail-btn:hover{background:var(--theme-color);color:#fff;border-color:var(--theme-color);box-shadow:0 4px 12px var(--theme-glow);transform:translateY(-1px)}.iaw-chart-modal-overlay{position:fixed;inset:0;z-index:999999;background:rgb(15 23 42 / .75);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:20px;box-sizing:border-box;animation:iawModalFadeIn 0.25s ease-out}@keyframes iawModalFadeIn{from{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.iaw-chart-modal-content{background:#fff;border-radius:20px;width:100%;max-width:1100px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 25px 60px rgb(0 0 0 / .3);border:1px solid #e2e8f0;overflow:hidden}.iaw-chart-modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:24px 28px 16px 28px;border-bottom:1px solid #f1f5f9}.modal-header-info h3{margin:0 0 6px 0;font-size:20px;font-weight:800;color:#0f172a}.modal-drag-hint{margin:0;font-size:13px;color:#64748b;display:flex;align-items:center;gap:6px;font-weight:500}.iaw-chart-modal-close{background:#f1f5f9;border:none;width:36px;height:36px;border-radius:50%;font-size:24px;line-height:1;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all 0.2s ease;flex-shrink:0}.iaw-chart-modal-close:hover{background:#fee2e2;color:#ef4444}.iaw-chart-modal-toolbar{display:flex;justify-content:space-between;align-items:center;padding:12px 28px;background:#f8fafc;border-bottom:1px solid #f1f5f9;flex-wrap:wrap;gap:12px}.chart-zoom-presets{display:flex;align-items:center;gap:8px}.zoom-label{font-size:13px;font-weight:700;color:#64748b;margin-right:4px}.zoom-preset-btn{padding:5px 14px;border-radius:20px;border:1px solid #e2e8f0;background:#fff;font-size:12.5px;font-weight:700;color:#475569;cursor:pointer;transition:all 0.2s ease}.zoom-preset-btn:hover{border-color:#2563eb;color:#2563eb;background:#eff6ff}.zoom-preset-btn.active{background:#2563eb;color:#fff;border-color:#2563eb;box-shadow:0 2px 8px rgb(37 99 235 / .25)}.chart-range-info{font-size:13px;font-weight:600;color:#64748b}.iaw-chart-modal-body{padding:20px;flex-grow:1;overflow:hidden;background:#f8fafc}.iaw-modal-canvas-wrapper{position:relative;height:380px;width:100%;cursor:grab;user-select:none;-webkit-user-select:none;background:#fff;border-radius:12px;padding:16px;border:1px solid #e2e8f0;box-sizing:border-box}.iaw-modal-canvas-wrapper.is-dragging{cursor:grabbing!important}#iawModalDashboardChart{width:100%!important;height:100%!important;display:block}html.toefl-dark .iaw-chart-modal-content,.toefl-dark .iaw-chart-modal-content{background:#1e293b!important;border-color:#334155!important}html.toefl-dark .iaw-chart-modal-header,.toefl-dark .iaw-chart-modal-header{border-bottom-color:#334155!important}html.toefl-dark .iaw-chart-modal-toolbar,.toefl-dark .iaw-chart-modal-toolbar{background:#0f172a!important;border-bottom-color:#334155!important}html.toefl-dark .zoom-label,.toefl-dark .zoom-label,html.toefl-dark .chart-range-info,.toefl-dark .chart-range-info{color:#94a3b8!important}html.toefl-dark .zoom-preset-btn,.toefl-dark .zoom-preset-btn{background:#1e293b!important;border-color:#334155!important;color:#cbd5e1!important}html.toefl-dark .zoom-preset-btn:hover,.toefl-dark .zoom-preset-btn:hover{background:#334155!important;color:#f8fafc!important}html.toefl-dark .zoom-preset-btn.active,.toefl-dark .zoom-preset-btn.active{background:#3b82f6!important;color:#ffffff!important;border-color:#3b82f6!important}html.toefl-dark .modal-header-info h3,.toefl-dark .modal-header-info h3{color:#f8fafc!important}html.toefl-dark .modal-drag-hint,.toefl-dark .modal-drag-hint{color:#94a3b8!important}html.toefl-dark .iaw-chart-modal-close,.toefl-dark .iaw-chart-modal-close{background:#334155!important;color:#cbd5e1!important}html.toefl-dark .iaw-chart-modal-close:hover,.toefl-dark .iaw-chart-modal-close:hover{background:#991b1b!important;color:#ffffff!important}html.toefl-dark .iaw-chart-modal-body,.toefl-dark .iaw-chart-modal-body{background:#0f172a!important}html.toefl-dark .iaw-modal-canvas-wrapper,.toefl-dark .iaw-modal-canvas-wrapper{background:#1e293b!important;border-color:#334155!important}