:root{--primary: #4F46E5;--primary-dark: #4338CA;--primary-light: #6366F1;--secondary: #10B981;--danger: #EF4444;--warning: #F59E0B;--gray-50: #F9FAFB;--gray-100: #F3F4F6;--gray-200: #E5E7EB;--gray-300: #D1D5DB;--gray-400: #9CA3AF;--gray-500: #6B7280;--gray-600: #4B5563;--gray-700: #374151;--gray-800: #1F2937;--gray-900: #111827}*{box-sizing:border-box;margin:0;padding:0}html,body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;-webkit-font-smoothing:antialiased;background:var(--gray-50);color:var(--gray-900);min-height:100vh}#root,.app-container{min-height:100vh;display:flex;flex-direction:column}.header{background:var(--primary);color:#fff;padding:1rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:100}.header-title{font-size:1.25rem;font-weight:600}.header-nav{display:flex;gap:.5rem}.nav-btn{background:#ffffff1a;border:none;color:#fff;padding:.5rem .75rem;border-radius:.5rem;cursor:pointer;font-size:.875rem;transition:background .2s}.nav-btn:hover{background:#fff3}.main-content{flex:1;padding:1rem;max-width:800px;margin:0 auto;width:100%}.card{background:#fff;border-radius:.75rem;padding:1rem;box-shadow:0 1px 3px #0000001a;margin-bottom:1rem}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.card-title{font-size:1rem;font-weight:600}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:1.5rem}.stat-card{background:#fff;border-radius:.75rem;padding:1.25rem;text-align:center;box-shadow:0 1px 3px #0000001a}.stat-value{font-size:2rem;font-weight:700;color:var(--primary)}.stat-label{font-size:.875rem;color:var(--gray-500);margin-top:.25rem}.task-list{display:flex;flex-direction:column;gap:.75rem}.task-item{background:#fff;border-radius:.75rem;padding:1rem;box-shadow:0 1px 3px #0000001a;cursor:pointer;transition:transform .2s,box-shadow .2s}.task-item:hover{transform:translateY(-2px);box-shadow:0 4px 6px #0000001a}.task-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}.task-title{font-weight:600;font-size:1rem;flex:1}.task-status{font-size:.75rem;padding:.25rem .5rem;border-radius:9999px;font-weight:500;white-space:nowrap}.status-pending{background:#fef3c7;color:#92400e}.status-in_progress{background:#dbeafe;color:#1e40af}.status-questions{background:#fee2e2;color:#991b1b}.status-completed{background:#d1fae5;color:#065f46}.status-cancelled{background:#e5e7eb;color:#374151}.task-meta{display:flex;gap:1rem;margin-top:.5rem;font-size:.875rem;color:var(--gray-500)}.task-meta-item{display:flex;align-items:center;gap:.25rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;border:none;transition:background .2s,transform .1s}.btn:active{transform:scale(.98)}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark)}.btn-secondary{background:var(--gray-100);color:var(--gray-700)}.btn-secondary:hover{background:var(--gray-200)}.btn-danger{background:var(--danger);color:#fff}.btn-success{background:var(--secondary);color:#fff}.btn-full{width:100%}.form-group{margin-bottom:1rem}.form-label{display:block;font-size:.875rem;font-weight:500;color:var(--gray-700);margin-bottom:.5rem}.form-input,.form-select,.form-textarea{width:100%;padding:.75rem;border:1px solid var(--gray-300);border-radius:.5rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #4f46e51a}.form-textarea{resize:vertical;min-height:100px}.checkbox-group{display:flex;flex-direction:column;gap:.5rem;max-height:200px;overflow-y:auto;border:1px solid var(--gray-300);border-radius:.5rem;padding:.5rem}.checkbox-item{display:flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:.25rem}.checkbox-item:hover{background:var(--gray-50)}.checkbox-input{width:1.25rem;height:1.25rem;accent-color:var(--primary)}.task-detail{padding:1rem}.task-detail-header{margin-bottom:1.5rem}.task-detail-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.task-detail-meta{display:flex;gap:1rem;color:var(--gray-500);font-size:.875rem}.task-actions{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin:1.5rem 0}.task-actions .btn{font-size:.875rem}.comments-section{margin-top:1.5rem}.comment{background:var(--gray-50);border-radius:.5rem;padding:.75rem;margin-bottom:.75rem}.comment-header{display:flex;justify-content:space-between;margin-bottom:.5rem}.comment-author{font-weight:600;font-size:.875rem}.comment-date{font-size:.75rem;color:var(--gray-500)}.comment-text{font-size:.875rem;color:var(--gray-700)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal{background:#fff;border-radius:1rem;padding:1.5rem;width:100%;max-width:500px;max-height:90vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.modal-title{font-size:1.25rem;font-weight:600}.modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--gray-500)}.loading{display:flex;align-items:center;justify-content:center;padding:2rem}.spinner{width:2rem;height:2rem;border:3px solid var(--gray-200);border-top-color:var(--primary);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-message{background:#fee2e2;color:#991b1b;padding:1rem;border-radius:.5rem;margin-bottom:1rem}.empty-state{text-align:center;padding:3rem 1rem;color:var(--gray-500)}.empty-state-icon{font-size:3rem;margin-bottom:1rem}.tabs{display:flex;gap:.5rem;margin-bottom:1rem;border-bottom:1px solid var(--gray-200);padding-bottom:.5rem}.tab{padding:.5rem 1rem;border:none;background:none;color:var(--gray-500);cursor:pointer;font-size:.875rem;font-weight:500;border-radius:.5rem .5rem 0 0;transition:color .2s,background .2s}.tab:hover{color:var(--gray-700);background:var(--gray-100)}.tab.active{color:var(--primary);background:#4f46e51a}.chart-container{height:300px;margin:1rem 0}.login-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:1rem;text-align:center}.login-title{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:var(--primary)}.login-subtitle{color:var(--gray-500);margin-bottom:2rem}.user-list{display:flex;flex-direction:column;gap:.5rem}.user-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:var(--gray-50);border-radius:.5rem}.user-info{display:flex;flex-direction:column}.user-name{font-weight:600}.user-role{font-size:.75rem;color:var(--gray-500)}.badge{display:inline-block;padding:.25rem .5rem;font-size:.75rem;font-weight:500;border-radius:9999px}.badge-admin{background:#fee2e2;color:#991b1b}.badge-manager{background:#dbeafe;color:#1e40af}.badge-employee{background:#d1fae5;color:#065f46}@media (max-width: 640px){.header{padding:.5rem;flex-wrap:wrap;gap:.5rem}.header-title{font-size:.9rem}.header-nav{display:flex;flex-wrap:wrap;gap:.25rem}.nav-btn{padding:.4rem .5rem;font-size:.7rem}.main-content{padding:.5rem}.dashboard-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.stat-card{padding:.75rem}.stat-value{font-size:1.5rem}.task-actions{grid-template-columns:1fr}.modal{padding:1rem;margin:.5rem;max-width:calc(100% - 1rem)}.card,.task-item{padding:.75rem}.task-header{flex-direction:column;gap:.5rem}.task-status{align-self:flex-start}.form-input,.form-select,.form-textarea{padding:.5rem;font-size:.9rem}.btn{padding:.5rem .75rem;font-size:.8rem}h1,h2,h3{font-size:1.1rem}}
