2 lines
24 KiB
CSS
2 lines
24 KiB
CSS
.edit-input[data-v-a88cc1f2]{width:100%;padding:8px 12px;border:2px solid #667eea;border-radius:8px;font-size:1.1rem;font-weight:500;color:#2d3748;background:white}.edit-input[data-v-a88cc1f2]:focus{outline:none;box-shadow:0 0 0 3px #667eea1a}*{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:linear-gradient(135deg,#667eea 0%,#764ba2 100%);min-height:100vh;color:#333}#app{min-height:100vh;display:flex;justify-content:center;align-items:flex-start;padding:20px;overflow-x:hidden}.container{background:white;border-radius:20px;box-shadow:0 20px 40px #0000001a;padding:30px;width:100%;max-width:800px;min-height:80vh;overflow-x:hidden;transition:all .3s ease}.container.fullscreen{max-width:100%;border-radius:0;box-shadow:none;margin:0;padding:20px;min-height:100vh}.container.fullscreen .stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:20px}.container.fullscreen .menu-nav{justify-content:center;gap:15px}.container.fullscreen .menu-btn{min-width:160px}.container.fullscreen .work-analysis .analysis-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.container.fullscreen .calendar-container{max-width:100%}.container.fullscreen .week-view .week-grid{max-width:100%;overflow-x:auto}.container.fullscreen .month-view .month-grid{max-width:100%}.notification{position:fixed;top:20px;right:20px;z-index:1000;background:white;border-radius:8px;box-shadow:0 4px 12px #00000026;padding:12px 16px;min-width:300px;max-width:400px;animation:slideIn .3s ease;border-left:4px solid}.notification.success{border-left-color:#4caf50}.notification.error{border-left-color:#f44336}.notification.info{border-left-color:#2196f3}.notification-content{display:flex;align-items:center;gap:8px}.notification-icon{font-size:16px}.notification-message{flex:1;font-size:14px;color:#333}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.header{margin-bottom:30px}.header-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.header-left{text-align:left}.header-right{display:flex;align-items:center}.fullscreen-btn{background:rgba(255,255,255,.2);border:2px solid rgba(255,255,255,.3);color:#fff;padding:10px 16px;border-radius:8px;cursor:pointer;transition:all .3s ease;font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.fullscreen-btn:hover{background:rgba(255,255,255,.3);border-color:#ffffff80;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.header h1{color:#4a5568;font-size:2.5rem;font-weight:700;margin-bottom:10px}.header p{color:#718096;font-size:1.1rem}.input-group{display:flex;gap:10px;margin-bottom:30px;flex-wrap:wrap}.input-group input{flex:1;min-width:200px;padding:15px 20px;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;transition:all .3s ease}.input-group select{min-width:120px;white-space:nowrap}.input-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.btn{padding:15px 25px;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px}.btn-primary{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}.btn-secondary{background:#f7fafc;color:#4a5568;border:2px solid #e2e8f0}.btn-secondary:hover{background:#edf2f7;border-color:#cbd5e0}.todo-list{display:flex;flex-direction:column;gap:15px}.todo-item{display:flex;align-items:flex-start;gap:15px;padding:20px;background:#f7fafc;border-radius:15px;border:2px solid transparent;transition:all .3s ease;position:relative;flex-wrap:wrap}.todo-item:hover{border-color:#e2e8f0;transform:translateY(-2px);box-shadow:0 5px 15px #0000001a}.todo-item.completed{background:#f0fff4;border-color:#9ae6b4}.todo-item.completed .todo-text{text-decoration:line-through;color:#718096}.todo-checkbox{width:24px;height:24px;border:3px solid #cbd5e0;border-radius:50%;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0}.todo-checkbox.checked{background:#48bb78;border-color:#48bb78}.todo-checkbox.checked:after{content:"✓";color:#fff;font-weight:700;font-size:14px}.todo-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:5px}.todo-text{font-size:1.1rem;font-weight:500;color:#2d3748;word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.todo-meta{display:flex;align-items:center;gap:10px;font-size:.9rem;color:#718096;flex-wrap:wrap}.todo-priority{padding:4px 8px;border-radius:6px;font-size:.8rem;font-weight:600;text-transform:uppercase}.priority-high{background:#fed7d7;color:#c53030}.priority-medium{background:#fef5e7;color:#d69e2e}.priority-low{background:#e6fffa;color:#319795}.todo-type{padding:4px 8px;border-radius:6px;font-size:.8rem;font-weight:600;text-transform:uppercase}.type-requirement{background:#e6f3ff;color:#1e40af}.type-documentation{background:#f0f9ff;color:#0369a1}.type-development{background:#f0fdf4;color:#166534}.type-testing{background:#fef3c7;color:#d97706}.type-operation{background:#fdf2f8;color:#be185d}.type-other{background:#f3f4f6;color:#374151}.project-section{margin-bottom:30px;padding:20px;background:#f8fafc;border-radius:15px;border:2px solid #e2e8f0}.project-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.project-header h3{color:#2d3748;font-size:1.2rem;font-weight:600;margin:0}.project-list{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.project-item{padding:10px 16px;border:2px solid #e2e8f0;background:white;border-radius:20px;cursor:pointer;transition:all .3s ease;font-size:.9rem;font-weight:500;display:flex;align-items:center;gap:8px}.project-item:hover{border-color:#667eea;color:#667eea}.project-item.active{background:#667eea;color:#fff;border-color:#667eea}.project-name{font-weight:600}.project-count{font-size:.8rem;opacity:.8}.todo-project{padding:4px 8px;border-radius:6px;font-size:.8rem;font-weight:600;background:#e6f3ff;color:#1e40af}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:white;padding:30px;border-radius:15px;box-shadow:0 20px 40px #0003;min-width:400px;max-width:90vw}.modal h3{margin:0 0 20px;color:#2d3748;font-size:1.3rem;font-weight:600}.modal-input{width:100%;padding:15px;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;margin-bottom:20px;transition:all .3s ease}.modal-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.modal-actions{display:flex;gap:10px;justify-content:flex-end}.todo-actions{display:flex;gap:8px;opacity:0;transition:opacity .3s ease;flex-shrink:0}.todo-item:hover .todo-actions{opacity:1}.btn-icon{width:36px;height:36px;border-radius:8px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;font-size:1rem}.btn-edit{background:#ebf8ff;color:#3182ce}.btn-edit:hover{background:#bee3f8}.btn-delete{background:#fed7d7;color:#e53e3e}.btn-delete:hover{background:#feb2b2}.btn-start{background:#f0fdf4;color:#166534}.btn-start:hover{background:#dcfce7}.btn-stop{background:#fef2f2;color:#dc2626}.btn-stop:hover{background:#fee2e2}.filters{display:flex;gap:10px;margin-bottom:20px;flex-wrap:wrap;align-items:center}.filter-btn{padding:8px 16px;border:2px solid #e2e8f0;background:white;border-radius:20px;cursor:pointer;transition:all .3s ease;font-size:.9rem;font-weight:500}.filter-btn.active{background:#667eea;color:#fff;border-color:#667eea}.filter-btn:hover{border-color:#667eea;color:#667eea}.filter-btn.active:hover{color:#fff}.stats{display:flex;justify-content:space-between;align-items:center;padding:20px;background:#f7fafc;border-radius:15px;margin-bottom:20px}.stat-item{text-align:center}.stat-number{font-size:1.5rem;font-weight:700;color:#2d3748}.stat-label{font-size:.9rem;color:#718096;margin-top:5px}.empty-state{text-align:center;padding:60px 20px;color:#718096}.empty-state h3{font-size:1.5rem;margin-bottom:10px;color:#4a5568}.empty-state p{font-size:1rem;line-height:1.6}@media (max-width: 768px){.container{margin:10px;padding:20px;min-height:auto;max-width:100%}.header h1{font-size:2rem}.input-group{flex-direction:column}.input-group input,.input-group select{min-width:auto;width:100%}.todo-item{padding:15px;flex-direction:column;align-items:flex-start}.todo-actions{opacity:1;align-self:flex-end}.filters{justify-content:center}.project-header{flex-direction:column;gap:15px;align-items:flex-start}.project-list{justify-content:flex-start}.todo-meta{flex-direction:column;align-items:flex-start;gap:5px}.analysis-grid{grid-template-columns:1fr}.work-analysis,.data-management{padding:15px}.data-actions{flex-direction:column;align-items:stretch}.data-actions .btn{min-width:auto}.menu-nav{flex-direction:column;align-items:stretch}.menu-btn{min-width:auto;width:100%}.calendar-nav{flex-direction:column;gap:15px}.calendar-actions{flex-direction:column;gap:5px}.calendar-title{font-size:1.2rem}.calendar-views{flex-wrap:wrap}.view-btn{flex:1;min-width:80px}.day-stats{flex-direction:column;gap:10px}.time-label{width:60px;font-size:.8rem}.week-header{flex-direction:column}.time-column{width:100%;border-right:none;border-bottom:1px solid rgba(255,255,255,.2)}.day-column{border-right:none;border-bottom:1px solid rgba(255,255,255,.2)}.time-row{flex-direction:column}.day-cell{border-right:none;border-bottom:1px solid #e2e8f0}.month-day{min-height:80px;padding:8px}.month-task{font-size:.7rem;padding:3px 4px}.header-content{flex-direction:column;text-align:center}.header-left{text-align:center}.fullscreen-btn{padding:8px 12px;font-size:.9rem}.container.fullscreen{padding:15px}.container.fullscreen .stats{grid-template-columns:repeat(2,1fr)}.container.fullscreen .work-analysis .analysis-grid{grid-template-columns:1fr}.sync-info{flex-direction:column;align-items:flex-start}.sync-actions{flex-direction:column}.sync-actions .btn{width:100%}.analysis-header{flex-direction:column;align-items:flex-start}.time-dimension-selector{flex-wrap:wrap}.overview-grid{grid-template-columns:repeat(2,1fr)}.charts-grid{grid-template-columns:1fr}.chart-card{padding:15px}.time-blocks{grid-template-columns:repeat(12,1fr);height:80px}.time-block{min-width:30px;font-size:.6rem}}@media (max-width: 480px){.container{margin:5px;padding:15px}.header h1{font-size:1.5rem}.header p{font-size:1rem}.project-item{padding:8px 12px;font-size:.8rem}.todo-item{padding:12px}.todo-text{font-size:1rem}.btn{padding:12px 20px;font-size:.9rem}.btn-icon{width:32px;height:32px}}.todo-time{font-size:.85rem;color:#6b7280}.todo-duration{background:#f3f4f6;color:#374151;padding:4px 8px;border-radius:6px;font-size:.8rem;font-weight:600}.todo-timer{padding:4px 8px;border-radius:6px;font-size:.8rem;font-weight:600}.timer-running{background:#fef3c7;color:#d97706;animation:pulse 2s infinite}.timer-stopped{background:#e6fffa;color:#319795}@keyframes pulse{0%{opacity:1}50%{opacity:.7}to{opacity:1}}.work-analysis{margin-bottom:30px;padding:20px;background:#f8fafc;border-radius:15px;border:2px solid #e2e8f0}.work-analysis h3{color:#2d3748;font-size:1.2rem;font-weight:600;margin:0 0 20px}.analysis-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.analysis-card{background:white;padding:20px;border-radius:12px;border:2px solid #e2e8f0;transition:all .3s ease}.analysis-card:hover{border-color:#667eea;box-shadow:0 5px 15px #0000001a}.analysis-title{font-size:1rem;font-weight:600;color:#2d3748;margin-bottom:15px;padding-bottom:10px;border-bottom:2px solid #e2e8f0}.analysis-content{display:flex;flex-direction:column;gap:10px}.analysis-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.analysis-label{font-size:.9rem;color:#4a5568;font-weight:500}.analysis-value{font-size:.9rem;color:#2d3748;font-weight:600;background:#e6f3ff;padding:4px 8px;border-radius:6px}.data-management{margin-bottom:30px;padding:20px;background:#f8fafc;border-radius:15px;border:2px solid #e2e8f0}.data-management h3{color:#2d3748;font-size:1.2rem;font-weight:600;margin:0 0 20px}.data-actions{display:flex;gap:15px;flex-wrap:wrap;align-items:center}.data-actions .btn{min-width:120px;justify-content:center}.sync-status{background:#f7fafc;border:1px solid #e2e8f0;border-radius:12px;padding:20px;margin-bottom:20px}.sync-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;flex-wrap:wrap;gap:10px}.sync-indicator{font-weight:600;padding:6px 12px;border-radius:6px;font-size:.9rem}.sync-indicator.online{background:#f0fff4;color:#38a169;border:1px solid #9ae6b4}.sync-indicator.offline{background:#fed7d7;color:#e53e3e;border:1px solid #feb2b2}.last-update{font-size:.9rem;color:#4a5568}.sync-actions{display:flex;gap:10px;flex-wrap:wrap}.sync-actions .btn{min-width:140px;justify-content:center}.sync-actions .btn:disabled{opacity:.6;cursor:not-allowed}.menu-nav{display:flex;gap:10px;margin-bottom:30px;justify-content:center;flex-wrap:wrap}.menu-btn{padding:12px 24px;border:2px solid #e2e8f0;background:white;border-radius:12px;cursor:pointer;transition:all .3s ease;font-size:1rem;font-weight:600;color:#4a5568;min-width:140px}.menu-btn:hover{border-color:#667eea;color:#667eea;transform:translateY(-2px);box-shadow:0 5px 15px #667eea33}.menu-btn.active{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border-color:#667eea;box-shadow:0 5px 15px #667eea4d}.menu-content{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.calendar-container{max-width:100%;margin:0 auto}.calendar-nav{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding:15px;background:white;border-radius:12px;box-shadow:0 2px 10px #0000001a}.calendar-actions{display:flex;gap:10px;align-items:center}.current-time-btn{background:linear-gradient(135deg,#ff6b6b 0%,#ff8e8e 100%)!important;color:#fff!important;border-color:#ff4757!important;font-weight:600}.current-time-btn:hover{background:linear-gradient(135deg,#ff4757 0%,#ff6b6b 100%)!important;transform:translateY(-1px);box-shadow:0 4px 12px #ff6b6b66}.calendar-title{margin:0;font-size:1.5rem;font-weight:600;color:#2d3748}.calendar-views{display:flex;gap:10px;margin-bottom:20px;justify-content:center}.view-btn{padding:10px 20px;border:2px solid #e2e8f0;background:white;border-radius:8px;cursor:pointer;transition:all .3s ease;font-weight:500;color:#4a5568}.view-btn:hover{border-color:#667eea;color:#667eea}.view-btn.active{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border-color:#667eea}.day-view{background:white;border-radius:12px;box-shadow:0 2px 10px #0000001a;overflow:hidden}.day-header{padding:20px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff}.day-header h4{margin:0 0 10px;font-size:1.3rem}.day-stats{display:flex;gap:20px;flex-wrap:wrap}.day-stats .stat{font-size:.9rem;opacity:.9}.day-timeline{max-height:600px;overflow-y:auto}.time-slot{display:flex;border-bottom:1px solid #e2e8f0;min-height:60px;transition:all .3s ease}.time-slot.current-time{background:linear-gradient(135deg,#ff6b6b 0%,#ff8e8e 100%);border-bottom:2px solid #ff4757;box-shadow:0 2px 8px #ff6b6b4d}.time-slot.current-time .time-label{background:#ff4757;color:#fff;font-weight:600}.time-label{width:80px;padding:10px;background:#f7fafc;border-right:1px solid #e2e8f0;font-size:.9rem;color:#4a5568;display:flex;align-items:center;justify-content:center;font-weight:500}.time-content{flex:1;padding:5px;position:relative}.timeline-task{background:#ebf8ff;border-left:4px solid #3182ce;padding:8px 12px;margin:2px 0;border-radius:6px;cursor:pointer;transition:all .3s ease}.timeline-task:hover{background:#bee3f8;transform:translate(2px)}.timeline-task.completed{background:#f0fff4;border-left-color:#38a169;opacity:.8}.task-time{font-size:.8rem;color:#4a5568;font-weight:500}.task-text{font-weight:500;color:#2d3748;margin:2px 0}.task-meta{display:flex;gap:8px;margin-top:4px}.task-meta span{font-size:.75rem;padding:2px 6px;border-radius:4px;background:rgba(255,255,255,.7)}.week-view{background:white;border-radius:12px;box-shadow:0 2px 10px #0000001a;overflow:hidden}.week-grid{display:flex;flex-direction:column}.week-header{display:flex;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff}.time-column{width:80px;padding:15px 10px;text-align:center;font-weight:600;border-right:1px solid rgba(255,255,255,.2)}.day-column{flex:1;padding:15px 10px;text-align:center;border-right:1px solid rgba(255,255,255,.2)}.day-column.today{background:rgba(255,255,255,.1)}.day-name{font-weight:600;margin-bottom:5px}.day-date{font-size:.9rem;opacity:.9}.day-task-count{font-size:.8rem;opacity:.8;margin-top:5px}.week-body{max-height:600px;overflow-y:auto}.time-row{display:flex;border-bottom:1px solid #e2e8f0;min-height:60px;transition:all .3s ease}.time-row.current-time{background:linear-gradient(135deg,#ff6b6b 0%,#ff8e8e 100%);border-bottom:2px solid #ff4757;box-shadow:0 2px 8px #ff6b6b4d}.time-row.current-time .time-label{background:#ff4757;color:#fff;font-weight:600}.day-cell{flex:1;padding:5px;border-right:1px solid #e2e8f0;position:relative}.week-task{background:#ebf8ff;border-left:3px solid #3182ce;padding:6px 8px;margin:2px 0;border-radius:4px;cursor:pointer;font-size:.85rem;transition:all .3s ease}.week-task:hover{background:#bee3f8}.week-task.completed{background:#f0fff4;border-left-color:#38a169;opacity:.8}.month-view{background:white;border-radius:12px;box-shadow:0 2px 10px #0000001a;overflow:hidden}.month-grid{display:flex;flex-direction:column}.month-header{display:grid;grid-template-columns:repeat(7,1fr);background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff}.month-header .day-name{padding:15px 10px;text-align:center;font-weight:600;border-right:1px solid rgba(255,255,255,.2)}.month-body{display:grid;grid-template-columns:repeat(7,1fr)}.month-day{min-height:100px;padding:10px;border-right:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;cursor:pointer;transition:all .3s ease;position:relative}.month-day:hover{background:#f7fafc}.month-day.other-month{background:#f7fafc;color:#a0aec0}.month-day.today{background:#ebf8ff;border:2px solid #3182ce}.month-day.has-tasks{background:#f0fff4}.day-number{font-weight:600;margin-bottom:8px;color:#2d3748}.day-tasks{display:flex;flex-direction:column;gap:2px}.month-task{background:#ebf8ff;border-left:2px solid #3182ce;padding:4px 6px;border-radius:3px;font-size:.75rem;cursor:pointer;transition:all .3s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.month-task:hover{background:#bee3f8}.month-task.completed{background:#f0fff4;border-left-color:#38a169;opacity:.8}.more-tasks{font-size:.7rem;color:#4a5568;text-align:center;padding:2px;background:#e2e8f0;border-radius:3px}.task-modal{max-width:500px;width:90%}.task-details{margin:20px 0}.detail-item{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #e2e8f0}.detail-item:last-child{border-bottom:none}.detail-item label{font-weight:600;color:#4a5568;min-width:100px}.detail-item span{color:#2d3748;text-align:right}.detail-item span.completed{color:#38a169;font-weight:500}.work-analysis{max-width:1400px;margin:0 auto;padding:20px}.analysis-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;flex-wrap:wrap;gap:20px}.analysis-header h3{margin:0;font-size:1.8rem;color:#2d3748}.time-dimension-selector{display:flex;gap:10px}.dimension-btn{padding:10px 20px;border:2px solid #e2e8f0;background:white;border-radius:8px;cursor:pointer;transition:all .3s ease;font-weight:500;color:#4a5568}.dimension-btn:hover{border-color:#667eea;color:#667eea}.dimension-btn.active{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border-color:#667eea}.overview-section{margin-bottom:30px}.overview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.overview-card{background:white;border-radius:12px;padding:20px;box-shadow:0 2px 10px #0000001a;display:flex;align-items:center;gap:15px;transition:all .3s ease}.overview-card:hover{transform:translateY(-2px);box-shadow:0 4px 20px #00000026}.overview-icon{font-size:2rem;width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff}.overview-content{flex:1}.overview-number{font-size:2rem;font-weight:700;color:#2d3748;margin-bottom:5px}.overview-label{color:#4a5568;font-size:.9rem}.charts-section{margin-bottom:30px}.charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:20px}.chart-card{background:white;border-radius:12px;padding:20px;box-shadow:0 2px 10px #0000001a;transition:all .3s ease}.chart-card:hover{transform:translateY(-2px);box-shadow:0 4px 20px #00000026}.chart-card.full-width{grid-column:1 / -1}.chart-header{margin-bottom:20px}.chart-header h4{margin:0 0 15px;font-size:1.2rem;color:#2d3748}.chart-legend{display:flex;flex-wrap:wrap;gap:10px}.legend-item{display:flex;align-items:center;gap:5px;font-size:.9rem}.legend-color{width:12px;height:12px;border-radius:2px}.legend-label{color:#4a5568}.legend-value{color:#2d3748;font-weight:600}.pie-chart{display:flex;justify-content:center;align-items:center;height:200px}.line-chart{height:200px;overflow:hidden}.trend-point{transition:all .3s ease}.trend-point:hover{r:6;fill:#764ba2}.bar-chart{height:200px;overflow:hidden}.bar-item{transition:all .3s ease}.bar-item:hover{opacity:.8;transform:scaleY(1.05)}.time-blocks{display:grid;grid-template-columns:repeat(24,1fr);gap:2px;height:120px;overflow-x:auto}.time-block{display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:4px;font-size:.7rem;text-align:center;transition:all .3s ease;cursor:pointer;min-width:40px}.time-block:hover{transform:scale(1.05)}.time-block.has-task{border:1px solid rgba(0,0,0,.1)}.time-label{font-weight:600;margin-bottom:2px}.task-count{font-size:.6rem;opacity:.8}.quadrant-container{max-width:1200px;margin:0 auto;padding:20px}.quadrant-header{text-align:center;margin-bottom:30px}.quadrant-header h3{margin:0 0 10px;font-size:1.8rem;color:#2d3748}.quadrant-header p{margin:0;color:#4a5568;font-size:1rem}.quadrant-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:30px}.quadrant{background:white;border-radius:12px;box-shadow:0 2px 10px #0000001a;border:2px solid;overflow:hidden;transition:all .3s ease}.quadrant:hover{transform:translateY(-2px);box-shadow:0 4px 20px #00000026}.quadrant .quadrant-header{padding:15px 20px;color:#fff;text-align:left;margin:0}.quadrant .quadrant-header h4{margin:0 0 5px;font-size:1.2rem;font-weight:600}.quadrant-count{font-size:.9rem;opacity:.9}.quadrant-description{padding:10px 20px;background:#f7fafc;color:#4a5568;font-size:.9rem;font-style:italic;border-bottom:1px solid #e2e8f0}.quadrant-tasks{max-height:400px;overflow-y:auto;padding:10px}.quadrant-task{display:flex;align-items:center;padding:12px;margin-bottom:8px;background:#f7fafc;border-radius:8px;cursor:pointer;transition:all .3s ease;border-left:3px solid transparent}.quadrant-task:hover{background:#edf2f7;transform:translate(2px)}.quadrant-task.completed{background:#f0fff4;border-left-color:#38a169;opacity:.8}.quadrant-task.completed .task-text{text-decoration:line-through;color:#38a169}.task-checkbox{width:20px;height:20px;border:2px solid #cbd5e0;border-radius:4px;margin-right:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;flex-shrink:0}.task-checkbox:hover{border-color:#667eea}.task-checkbox .checkmark{color:#667eea;font-weight:700;font-size:14px}.task-content{flex:1;min-width:0}.task-text{font-weight:500;color:#2d3748;margin-bottom:4px;word-break:break-word}.task-meta{display:flex;gap:8px;flex-wrap:wrap}.task-meta span{font-size:.8rem;padding:2px 6px;border-radius:4px;background:#e2e8f0;color:#4a5568}.task-actions{display:flex;gap:5px;opacity:0;transition:opacity .3s ease}.quadrant-task:hover .task-actions{opacity:1}.empty-quadrant{text-align:center;padding:40px 20px;color:#a0aec0;font-style:italic}@media (max-width: 768px){.quadrant-grid{grid-template-columns:1fr;gap:15px}.quadrant-container{padding:15px}.quadrant-header h3{font-size:1.5rem}.quadrant-tasks{max-height:300px}.quadrant-task{padding:10px}.task-meta{flex-direction:column;gap:4px}}
|