:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh;width:100%}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5}.App{min-height:100vh;width:100%}.auth-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.auth-form{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0000001a;width:100%;max-width:400px}.auth-form h1{text-align:center;margin-bottom:1.5rem;color:#333}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;color:#555}.form-group input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}button{width:100%;padding:.75rem;background:#667eea;color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background .3s}button:hover{background:#5568d3}.auth-form p{text-align:center;margin-top:1rem}.auth-form a{color:#667eea;text-decoration:none}.auth-form a:hover{text-decoration:underline}.error{background:#fee;color:#c33;padding:.75rem;border-radius:4px;margin-bottom:1rem;text-align:center}.success{background:#efe;color:#3c3;padding:.75rem;border-radius:4px;margin-bottom:1rem;text-align:center}.sms-code-row{display:flex;gap:.5rem}.sms-code-row input{flex:1}.btn-send-code{width:auto;min-width:120px;padding:.75rem 1rem;background:#667eea;color:#fff;border:none;border-radius:4px;font-size:.9rem;cursor:pointer;white-space:nowrap;transition:background .3s}.btn-send-code:hover:not(:disabled){background:#5568d3}.btn-send-code:disabled{background:#ccc;cursor:not-allowed}.dashboard{max-width:800px;margin:0 auto;padding:2rem}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #ddd}.dashboard-header h1{color:#333}.logout-btn{width:auto;padding:.5rem 1rem;background:#dc3545}.logout-btn:hover{background:#c82333}.user-info,.test-section,.role-info{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:1.5rem}.user-info h3,.test-section h3,.role-info h3{margin-bottom:1rem;color:#333}.user-info p{margin-bottom:.5rem;color:#555}.buttons{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.buttons button{width:auto;flex:1;min-width:150px}.role-info ul{list-style-position:inside;color:#555}.role-info li{margin-bottom:.5rem}.exam-management,.exam-page,.exam-grading{max-width:1400px;margin:0 auto;padding:2rem}.content-container{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.exam-list-section,.submissions-list-section,.questions-section,.submission-detail-section{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #f0f0f0}.section-header h2{color:#333;font-size:1.25rem}.section-header button{width:auto;padding:.5rem 1rem}.exam-list,.submissions-list,.questions-list,.answers-section{max-height:600px;overflow-y:auto}.exam-card,.submission-card{padding:1.25rem;margin-bottom:1rem;background:#f9f9f9;border:2px solid transparent;border-radius:6px;cursor:pointer;transition:all .2s}.exam-card:hover,.submission-card:hover{background:#f0f0f0;border-color:#667eea}.exam-card.selected,.submission-card.selected{background:#eef2ff;border-color:#667eea}.exam-card.submitted{opacity:.6;cursor:not-allowed}.exam-card h3,.submission-card h3{color:#333;margin-bottom:.5rem;font-size:1.1rem}.exam-card p,.submission-card p{color:#666;margin-bottom:.25rem;font-size:.9rem}.submitted-badge{display:inline-block;background:#28a745;color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;margin-top:.5rem}.question-card,.answer-card{padding:1.25rem;margin-bottom:1rem;background:#f9f9f9;border-radius:6px;border-left:4px solid #667eea}.question-header,.answer-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;font-weight:600;color:#333}.delete-btn{width:auto;padding:.25rem .75rem;background:#dc3545;font-size:.85rem}.delete-btn:hover{background:#c82333}.question-text{color:#333;margin-bottom:1rem;line-height:1.5}.options{display:flex;flex-direction:column;gap:.5rem}.option-label{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:#fff;border-radius:4px;cursor:pointer;transition:background .2s}.option-label:hover{background:#f0f0f0}.option-label input[type=radio]{width:auto}.short-answer-input{width:100%;min-height:100px;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;font-family:inherit;resize:vertical}.exam-info,.submission-info,.grade-info,.result-info{margin-bottom:1.5rem;padding:1rem;background:#f9f9f9;border-radius:6px}.exam-info p,.submission-info p,.grade-info p,.result-info p{margin-bottom:.5rem;color:#555}.exam-info h3,.grade-info h3,.answers-section h3{color:#333;margin-bottom:1rem}.start-exam-btn,.submit-exam-btn{width:100%;padding:1rem;font-size:1.1rem;margin-top:1rem}.start-exam-btn{background:#28a745}.start-exam-btn:hover{background:#218838}.submit-exam-btn{background:#667eea}.submit-exam-btn:hover{background:#5568d3}.answer-card.correct{border-left-color:#28a745;background:#f0fff4}.answer-card.incorrect{border-left-color:#dc3545;background:#fff0f0}.correct-badge{color:#28a745;font-weight:600}.incorrect-badge{color:#dc3545;font-weight:600}.submissions-section{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.submissions-section h3{color:#333;margin-bottom:1rem}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal{background:#fff;padding:2rem;border-radius:8px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto}.modal h2{color:#333;margin-bottom:1.5rem}.modal .form-group textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;font-family:inherit;resize:vertical;min-height:100px}.modal .form-group select{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;background:#fff}.modal-buttons{display:flex;gap:1rem;margin-top:1.5rem}.modal-buttons button{flex:1}.modal-buttons button:first-child{background:#6c757d}.modal-buttons button:first-child:hover{background:#5a6268}.loading{text-align:center;padding:2rem;color:#666;font-size:1.1rem}.task-management,.my-tasks,.work-statistics{max-width:1400px;margin:0 auto;padding:2rem}.action-section,.filter-section{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:1.5rem}.filter-section{display:flex;gap:1rem;flex-wrap:wrap;align-items:flex-end}.filter-section .form-group{flex:1;min-width:200px}.filter-section button{width:auto;padding:.75rem 2rem}.tasks-list,.stats-details{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:1.5rem}.tasks-list h3,.stats-details h3{color:#333;margin-bottom:1.5rem}.task-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.task-card{background:#f9f9f9;padding:1.5rem;border-radius:8px;border-left:4px solid #667eea;transition:all .2s}.task-card:hover{box-shadow:0 4px 8px #0000001a}.task-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.task-header h4{color:#333;font-size:1.1rem;flex:1;margin-right:1rem}.task-badges{display:flex;gap:.5rem}.badge{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;color:#fff}.task-description{color:#666;margin-bottom:1rem;line-height:1.5}.task-details{margin-bottom:1rem}.task-details p{color:#555;margin-bottom:.5rem;font-size:.9rem}.task-actions{display:flex;gap:.75rem;flex-wrap:wrap}.task-actions button,.task-actions select{flex:1;min-width:120px;padding:.5rem;font-size:.9rem}.task-actions select{border:1px solid #ddd;border-radius:4px;background:#fff}.danger-btn{background:#dc3545}.danger-btn:hover{background:#c82333}.active-timer{background:#fff3cd;border:2px solid #ffc107;padding:1.5rem;border-radius:8px;margin-bottom:1.5rem}.active-timer h4{color:#856404;margin-bottom:.75rem}.active-timer p{color:#856404;margin-bottom:.5rem}.stats-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:1.5rem}.stat-card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;text-align:center}.stat-card h3{color:#666;font-size:.95rem;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px}.stat-value{color:#333;font-size:2rem;font-weight:700}.task-table{overflow-x:auto}.task-table table{width:100%;border-collapse:collapse}.task-table th,.task-table td{padding:1rem;text-align:left;border-bottom:1px solid #eee}.task-table th{background:#f9f9f9;color:#333;font-weight:600}.task-table tbody tr:hover{background:#f9f9f9}.work-records-list{max-height:400px;overflow-y:auto}.work-record-item{padding:1rem;margin-bottom:.75rem;background:#f9f9f9;border-radius:6px;border-left:3px solid #667eea}.record-time{color:#333;font-weight:500;margin-bottom:.5rem}.record-duration{color:#666;font-size:.9rem}.record-status{display:inline-block;padding:.25rem .75rem;border-radius:4px;font-size:.85rem;font-weight:500}.record-status.active{background:#e3f2fd;color:#1976d2}.modal.large-modal{max-width:800px}.modal-actions{display:flex;gap:1rem;margin-top:1.5rem}.modal-actions button{flex:1}.app-layout{display:flex;min-height:100vh;background-color:#f5f5f5;width:100%;flex:1;flex-basis:100%}.sidebar{width:260px;background:linear-gradient(180deg,#1e3a5f,#2d5a87);color:#fff;display:flex;flex-direction:column;transition:width .3s ease;box-shadow:2px 0 8px #0000001a}.sidebar.closed{width:70px}.sidebar-header{padding:1.5rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.1)}.app-title{font-size:1.25rem;font-weight:700;white-space:nowrap;display:flex;align-items:center;gap:.5rem}.app-logo{width:28px;height:28px;flex-shrink:0}.app-title-text{font-size:1.1rem}.toggle-btn{background:#ffffff1a;border:none;color:#fff;width:36px;height:36px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1rem;transition:background .2s;padding:0}.toggle-btn:hover{background:#fff3}.sidebar-nav{flex:1;padding:1rem 0;overflow-y:auto}.nav-link{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.5rem;color:#fffc;text-decoration:none;transition:all .2s;border-left:3px solid transparent}.nav-link:hover{background:#ffffff14;color:#fff}.nav-link.active{background:#ffffff1f;color:#fff;border-left-color:#667eea}.nav-icon{font-size:1.25rem;width:24px;text-align:center}.nav-label{white-space:nowrap;font-size:.95rem}.sidebar-footer{padding:1rem;border-top:1px solid rgba(255,255,255,.1)}.user-info-sidebar{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;padding:.5rem}.user-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700;color:#fff}.user-details{flex:1;min-width:0}.user-name{font-weight:600;font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-roles{font-size:.8rem;opacity:.8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.logout-btn-sidebar{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#dc354533;border:1px solid rgba(220,53,69,.3);color:#ffcdd2;border-radius:8px;cursor:pointer;transition:all .2s;font-size:.95rem}.logout-btn-sidebar:hover{background:#dc35454d;color:#fff}.main-content{flex:1;display:flex;flex-direction:column;width:100%;min-width:0;background-color:#f5f5f5}.top-header{background:#fff;padding:1rem 2rem;box-shadow:0 1px 3px #00000014;border-bottom:1px solid #e5e7eb}.breadcrumb{font-size:.95rem;color:#6b7280;font-weight:500}.page-content{flex:1;padding:2rem;overflow-y:auto;min-width:0;width:100%}.page-container{width:100%;min-width:0;box-sizing:border-box;display:block}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.page-header h1{color:#1f2937;font-size:1.75rem}.card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;padding:1.5rem;margin-bottom:1.5rem}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:2px solid #f3f4f6}.card-header h2{color:#1f2937;font-size:1.25rem}.btn{padding:.625rem 1.25rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s;border:none;font-size:.95rem;width:auto}.btn-primary{background:#667eea;color:#fff}.btn-primary:hover{background:#5568d3}.btn-success{background:#10b981;color:#fff}.btn-success:hover{background:#059669}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover{background:#dc2626}.btn-secondary{background:#6b7280;color:#fff}.btn-secondary:hover{background:#4b5563}.btn-sm{padding:.375rem .75rem;font-size:.875rem}.table-container{overflow-x:auto}.data-table{width:100%;border-collapse:collapse}.data-table th,.data-table td{padding:.875rem 1rem;text-align:left;border-bottom:1px solid #e5e7eb}.data-table th{background:#f9fafb;color:#374151;font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.data-table tbody tr:hover{background:#f9fafb}.data-table td{color:#4b5563}.user-management{max-width:1400px;margin:0 auto}.user-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #00000014;margin-bottom:1rem}.user-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.user-card-info h3{color:#1f2937;font-size:1.1rem;margin-bottom:.25rem}.user-card-info p{color:#6b7280;font-size:.9rem}.user-card-roles{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.75rem}.role-badge{padding:.25rem .75rem;border-radius:9999px;font-size:.8rem;font-weight:500}.role-badge.admin{background:#fee2e2;color:#dc2626}.role-badge.annotator{background:#dbeafe;color:#2563eb}.role-badge.tester{background:#dcfce7;color:#16a34a}@media(max-width:900px){.content-container{grid-template-columns:1fr}.exam-management,.exam-page,.exam-grading,.task-management,.my-tasks,.work-statistics,.user-management{padding:1rem}.filter-section{flex-direction:column}.filter-section .form-group,.filter-section button{width:100%}.task-cards{grid-template-columns:1fr}.sidebar{width:70px}.sidebar.open{width:260px;position:fixed;z-index:100;height:100vh}.page-content{padding:1rem}}.tasklib-container{max-width:1400px;margin:0 auto}.tasklib-topbar{margin-bottom:1.5rem}.tasklib-title{font-size:1.8rem;font-weight:700;color:#1a1a2e;margin:0}.tasklib-error{background:#fff0f0;color:#d32f2f;padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center;font-size:.9rem}.error-close{background:none;border:none;color:#d32f2f;font-size:1.2rem;cursor:pointer;padding:0 .3rem}.tasklib-breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.5rem 0;font-size:.9rem;color:#666}.breadcrumb-link{color:#4361ee;cursor:pointer;transition:color .2s}.breadcrumb-link:hover{color:#2a3eb1;text-decoration:underline}.breadcrumb-sep{color:#ccc}.breadcrumb-current{color:#333;font-weight:600}.tasklib-section{background:#fff;border-radius:12px;box-shadow:0 1px 4px #0000000f;padding:1.5rem}.tasklib-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;flex-wrap:wrap;gap:1rem}.tasklib-header-left h2{margin:0;font-size:1.3rem;color:#1a1a2e}.tasklib-subtitle{font-size:.85rem;color:#888;margin-left:.75rem}.project-key-badge{background:#f0f0f5;padding:2px 8px;border-radius:4px;font-size:.8rem;color:#555;margin-left:.5rem}.tasklib-header-right,.import-group{display:flex;gap:.5rem;align-items:center}.import-path-input{padding:.45rem .65rem;border:1px solid #ddd;border-radius:6px;font-size:.85rem;width:200px;outline:none;transition:border-color .2s}.import-path-input:focus{border-color:#4361ee}.btn-import{padding:.45rem 1rem;background:#4361ee;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.85rem;transition:background .2s;white-space:nowrap}.btn-import:hover{background:#2a3eb1}.btn-import:disabled{background:#a0b4f7;cursor:not-allowed}.import-result{background:#f0fff4;border:1px solid #c6f6d5;border-radius:8px;padding:.75rem 1rem;margin-bottom:1rem;font-family:monospace;font-size:.8rem;max-height:200px;overflow-y:auto}.import-result pre{margin:0;white-space:pre-wrap}.search-input{padding:.45rem .75rem;border:1px solid #ddd;border-radius:6px;font-size:.85rem;width:200px;outline:none;transition:border-color .2s}.search-input:focus{border-color:#4361ee}.tasklib-loading{text-align:center;padding:3rem;color:#888;font-size:1rem}.tasklib-empty{text-align:center;padding:3rem 1rem}.empty-icon{font-size:3rem;margin-bottom:.5rem}.tasklib-empty h3{margin:0 0 .5rem;color:#333}.tasklib-empty p{color:#888;font-size:.9rem}.project-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.25rem}.project-card{background:#fff;border:1px solid #e8ecf1;border-radius:12px;padding:1.25rem;cursor:pointer;transition:all .25s;display:flex;flex-direction:column}.project-card:hover{border-color:#4361ee;box-shadow:0 4px 15px #4361ee1f;transform:translateY(-2px)}.project-card-header{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem}.project-icon{font-size:1.8rem;flex-shrink:0}.project-card-title-area{flex:1;min-width:0}.project-card-title{margin:0;font-size:1.05rem;color:#1a1a2e;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-status-badge{display:inline-block;font-size:.72rem;padding:2px 8px;border-radius:10px;margin-top:.25rem;font-weight:500}.project-status-badge.active{background:#e6f7e6;color:#2d8a2d}.project-status-badge.inactive{background:#f0f0f0;color:#888}.project-card-body{flex:1}.project-card-desc{font-size:.82rem;color:#666;margin:0 0 .5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-card-meta{font-size:.78rem;color:#999;margin-bottom:.75rem}.project-card-meta code{background:#f5f5f8;padding:1px 6px;border-radius:3px;font-size:.75rem}.project-card-stats{display:flex;gap:1rem;margin-bottom:.75rem}.stat-item{display:flex;flex-direction:column;align-items:center;flex:1}.stat-value{font-size:1.2rem;font-weight:700;color:#1a1a2e}.stat-value.completed{color:#2d8a2d}.stat-label{font-size:.72rem;color:#999}.project-progress-bar{height:4px;background:#e8ecf1;border-radius:2px;overflow:hidden}.project-progress-fill{height:100%;background:linear-gradient(90deg,#4361ee,#7209b7);border-radius:2px;transition:width .5s ease}.project-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:.75rem;padding-top:.75rem;border-top:1px solid #f0f0f5}.card-time{font-size:.75rem;color:#bbb}.btn-card-delete{background:none;border:none;font-size:1.1rem;cursor:pointer;opacity:.5;transition:opacity .2s;padding:0}.btn-card-delete:hover{opacity:1}.btn-view-3d{padding:3px 10px;background:#1e2a4a;border:1px solid #334;border-radius:4px;color:#89b4fa;cursor:pointer;font-size:.78rem;white-space:nowrap;transition:all .2s}.btn-view-3d:hover{background:#2a3a6a;border-color:#4a9eff;color:#fff}.batches-table-wrap,.tasks-table-wrap{overflow-x:auto}.tasklib-table{width:100%;border-collapse:collapse;font-size:.88rem}.tasklib-table th{text-align:left;padding:.65rem .75rem;background:#f8f9fc;color:#666;font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.3px;border-bottom:2px solid #e8ecf1;white-space:nowrap}.tasklib-table td{padding:.6rem .75rem;border-bottom:1px solid #f0f0f5;vertical-align:middle}.table-row-clickable{cursor:pointer;transition:background .15s}.table-row-clickable:hover{background:#f8f9ff}.num-cell{text-align:center;font-weight:600;color:#333}.date-cell{color:#999;font-size:.82rem;white-space:nowrap}.batch-name-cell{font-weight:600;color:#1a1a2e}.batch-name-icon{margin-right:.4rem}.status-tag{display:inline-block;padding:3px 10px;border-radius:12px;font-size:.78rem;font-weight:500;color:#fff;white-space:nowrap}.mini-progress{display:flex;align-items:center;gap:.5rem}.mini-progress-bar{flex:1;height:6px;background:#e8ecf1;border-radius:3px;overflow:hidden;min-width:60px}.mini-progress-fill{height:100%;background:linear-gradient(90deg,#4361ee,#7209b7);border-radius:3px}.mini-progress-text{font-size:.78rem;font-weight:600;color:#333}.btn-table-action{padding:.3rem .7rem;font-size:.78rem;border:1px solid #ddd;border-radius:4px;cursor:pointer;background:#fff;transition:all .15s}.btn-table-action.danger{color:#d32f2f;border-color:#ffcdd2}.btn-table-action.danger:hover{background:#d32f2f;color:#fff}.stats-row{display:flex;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}.stat-box{flex:1;min-width:100px;background:#f8f9fc;border-radius:8px;padding:.75rem 1rem;display:flex;flex-direction:column;align-items:center;border:1px solid #e8ecf1}.stat-box.pending{border-color:#ffe082;background:#fffde7}.stat-box.assigned{border-color:#b3e5fc;background:#f0f9ff}.stat-box.completed{border-color:#c8e6c9;background:#f1f8f1}.stat-box-value{font-size:1.5rem;font-weight:700;color:#1a1a2e}.stat-box-label{font-size:.75rem;color:#888;margin-top:.15rem}.task-row{transition:background .15s}.task-row:hover{background:#f8f9ff}.folder-name-cell{display:flex;align-items:center;gap:.5rem}.folder-icon{font-size:1.2rem}.folder-name{font-weight:600;color:#1a1a2e;font-size:.88rem}.folder-id{font-size:.72rem;color:#bbb}.info-tag{display:inline-block;padding:2px 8px;border-radius:4px;font-size:.78rem;white-space:nowrap}.info-tag.scene{background:#e3f2fd;color:#1565c0}.info-tag.weather{background:#fff3e0;color:#e65100}.info-tag.light{background:#f3e5f5;color:#7b1fa2}.assigned-user{font-size:.82rem;color:#4361ee;font-weight:500}.assigned-none{font-size:.78rem;color:#ccc;font-style:italic}.task-actions{display:flex;gap:.35rem;align-items:center}.assign-select,.status-select{padding:.3rem .4rem;border:1px solid #ddd;border-radius:4px;font-size:.75rem;outline:none;background:#fff;cursor:pointer;min-width:80px}.assign-select:focus,.status-select:focus{border-color:#4361ee}.center-cell{text-align:center}.source-data-icon{font-size:1rem;color:#28a745}.flow-status-icon{font-size:1rem;color:#666}.tasks-table-wrap{overflow-x:auto;border:1px solid #e8ecf1;border-radius:8px}.tasklib-table{min-width:1200px}.tasklib-table th,.tasklib-table td{padding:.55rem .65rem;font-size:.82rem}.task-filter-bar{background:#fff;border:1px solid #e8ecf1;border-radius:8px;padding:1rem 1.25rem;margin-bottom:1rem}.filter-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:.6rem}.filter-row:last-child{margin-bottom:0}.filter-group{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.filter-label{font-size:.85rem;font-weight:600;color:#333;white-space:nowrap}.filter-tabs{display:flex;gap:.25rem}.filter-tab{padding:.35rem .9rem;border:1px solid #ddd;border-radius:4px;background:#fff;font-size:.82rem;cursor:pointer;color:#555;transition:all .2s}.filter-tab:hover{border-color:#4361ee;color:#4361ee}.filter-tab.active{background:#4361ee;border-color:#4361ee;color:#fff}.filter-status-tabs{display:flex;gap:.25rem;flex-wrap:nowrap}.filter-status-tab{padding:.35rem .75rem;border:1px solid #e8ecf1;border-radius:4px;background:#fff;font-size:.82rem;cursor:pointer;color:#555;transition:all .2s;white-space:nowrap}.filter-status-tab:hover{border-color:#4361ee;color:#4361ee}.filter-status-tab.active{background:#f0f4ff;border-color:#4361ee;color:#4361ee;font-weight:600}.filter-inputs{display:flex;gap:.75rem;flex-wrap:wrap}.filter-input-group{display:flex;align-items:center;gap:.4rem}.filter-input-group label{font-size:.75rem;color:#888;white-space:nowrap}.filter-input-group input{padding:.4rem .6rem;border:1px solid #ddd;border-radius:4px;font-size:.82rem;width:140px;outline:none;transition:border-color .2s}.filter-input-group input:focus{border-color:#4361ee}.filter-input-group input::placeholder{color:#bbb;font-size:.78rem}@media(max-width:900px){.project-cards{grid-template-columns:1fr}.tasklib-header{flex-direction:column;align-items:flex-start}.tasklib-header-right{width:100%}.import-group{flex-wrap:wrap}.import-path-input,.search-input{width:100%}.stats-row{flex-wrap:wrap}.stat-box{min-width:80px}.filter-row{flex-wrap:wrap;gap:.5rem}.filter-inputs-row{gap:.5rem}.filter-input-group input{width:100px}.filter-input-group input{width:100%}.filter-input-group{flex:1;min-width:120px}}
