body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@keyframes slideIn{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes drawLine{0%{stroke-dashoffset:200}to{stroke-dashoffset:0}}@keyframes fadeIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.dashboard-layout{background-color:#f9fafb;display:flex;flex-direction:column;margin-top:16px;min-height:100vh}.header{background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px 0 #0000001a}.header-content{height:64px;justify-content:space-between;padding:0 1rem}.header-content,.header-left{align-items:center;display:flex}.header-left{gap:12px}.logo{height:32px;margin-bottom:24px;margin-top:12px;min-width:200px;width:200px}.connection-status{align-items:center;color:#6b7280;display:flex;font-size:14px;gap:8px;padding:10px 0 0}.status-dot{background-color:#10b981;border-radius:50%;height:8px;width:8px}.main-layout{display:flex;flex:1 1}.sidebar{background:#fff;box-shadow:0 1px 3px 0 #0000001a;height:calc(100vh - 64px);position:-webkit-sticky;position:sticky;top:64px;width:256px}.sidebar-content{display:flex;flex-direction:column;height:100%}.sidebar-header{border-bottom:1px solid #e5e7eb;padding:1rem}.sidebar-title{color:#111827;font-size:18px;font-weight:600;margin:0 0 4px}.sidebar-date{color:#6b7280;font-size:14px;margin:0}.nav{flex:1 1;padding:24px 16px}.nav-item{align-items:center;background:none;border:none;border-radius:6px;color:#6b7280;cursor:pointer;display:flex;font-size:14px;font-weight:500;margin-bottom:8px;padding:12px;text-align:left;text-decoration:none;transition:all .2s ease;width:100%}.nav-item:hover{background-color:#f3f4f6;color:#374151}.nav-item.active{background-color:#dbeafe;border-left-color:#3b82f6;color:#1d4ed8}.nav-icon{height:20px;margin-right:12px;width:20px}.nav-label{font-size:14px;font-weight:500}.content{background-color:#f9fafb;flex:1 1;overflow-y:auto}.p-6{padding:1.5rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.text-2xl{font-size:1.5rem;line-height:2rem}.font-bold{font-weight:700}.text-gray-900{color:#111827}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.md\\:grid-cols-4{grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width:768px){.md\\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.gap-6{gap:1.5rem}.gap-4{gap:1rem}.bg-white{background-color:#fff}.rounded-lg{border-radius:.5rem}.shadow-sm{box-shadow:0 1px 2px 0 #0000000d}.border{border-color:#e5e7eb;border-width:1px;padding:12px}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-4{padding-bottom:1rem;padding-top:1rem}.border-b{border-bottom-width:1px}.border-gray-200{border-color:#e5e7eb}.text-lg{font-size:1.125rem;line-height:1.75rem;padding-right:4px}.font-medium{font-weight:500}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.space-x-4>*+*{margin-left:1rem}.space-x-6>*+*{margin-left:1.5rem}.space-x-3>*+*{margin-left:.75rem}.space-x-2>*+*{margin-left:.5rem}.h-8{height:2rem}.w-8{width:2rem}.h-10{height:2.5rem}.w-10{width:2.5rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-gray-400{color:#9ca3af}.text-blue-600{color:#2563eb}.text-green-600{color:#059669}.text-yellow-600{color:#d97706}.text-red-600{color:#dc2626}.text-orange-600{color:#ea580c}.text-purple-600{color:#9333ea}.text-blue-800{color:#1e40af}.hover\\:text-blue-800:hover{color:#1e40af}.font-semibold{font-weight:600}.text-center{text-align:center}.hover\\:bg-gray-50:hover{background-color:#f9fafb}.cursor-pointer{cursor:pointer}.transition-colors{transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}.flex-shrink-0{flex-shrink:0}.mt-1{margin-top:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.text-right{text-align:right}.ml-4{margin-left:1rem}.w-24{width:6rem}.bg-gray-200{background-color:#e5e7eb}.rounded-full{border-radius:9999px}.h-2{height:.5rem}.mr-2{margin-right:.5rem}.bg-blue-600{background-color:#2563eb}.bg-green-100{background-color:#dcfce7}.text-green-800{color:#166534}.bg-yellow-100{background-color:#fef3c7}.text-yellow-800{color:#92400e}.bg-red-100{background-color:#fecaca}.text-red-800{color:#991b1b}.bg-gray-100{background-color:#f3f4f6}.text-gray-800{color:#1f2937}.bg-blue-100{background-color:#dbeafe}.bg-purple-100{background-color:#f3e8ff}.text-purple-800{color:#6b21a8}.bg-indigo-100{background-color:#e0e7ff}.text-indigo-800{color:#3730a3}.px-2{padding-left:.5rem;padding-right:.5rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.text-xs{font-size:.75rem;line-height:1rem}.px-3{padding-left:.75rem;padding-right:.75rem}.hover\\:bg-blue-200:hover{background-color:#dbeafe}.hover\\:bg-green-200:hover{background-color:#dcfce7}.border-gray-300{border-color:#d1d5db}.rounded-md{border-radius:.375rem}.focus\\:outline-none:focus{outline:2px solid #0000;outline-offset:2px}.focus\\:ring-2:focus{box-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\\:ring-blue-500:focus{--tw-ring-color:#3b82f6}@media (max-width:768px){.main-layout{flex-direction:column}.sidebar{height:auto;position:static;width:100%}.grid.md\\:grid-cols-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.grid.md\\:grid-cols-4{grid-template-columns:repeat(1,minmax(0,1fr))}.flex.items-center.justify-between{align-items:flex-start;flex-direction:column;gap:1rem}.space-x-6>*+*{margin-left:0;margin-top:1rem}.flex.items-center.space-x-6{align-items:flex-start;flex-direction:column}}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.border-b-2{border-bottom-width:2px}.mx-auto{margin-left:auto;margin-right:auto}.min-h-screen{min-height:100vh}.bg-gray-50{background-color:#f9fafb}.justify-center{justify-content:center}select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}.stats-container{display:flex;gap:16px;margin-bottom:24px}.stat-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 3px #0000001a;flex:1 1;padding:20px}.stat-card-header{align-items:center;display:flex;justify-content:space-between}.stat-card-content{display:flex;flex-direction:column}.stat-label{color:#6b7280;font-size:14px;font-weight:500;margin-bottom:4px}.stat-value{color:#111827;font-size:24px;font-weight:700;margin:0}.icon-24{height:24px;width:24px}.icon-20{height:20px;width:20px}.icon-16{height:16px;width:16px}.btn-primary{background-color:#0d6efd}.btn-primary,.btn-success{border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:background-color .15s ease-in-out}.btn-success{background-color:#198754}.btn-primary-green{background-color:#10b981;border:none;border-radius:4px;color:#fff;transition:background-color .15s ease-in-out}.btn-outline-primary,.btn-primary-green{cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px}.btn-outline-primary{align-items:center;background-color:initial;border:1px solid #0d6efd;border-radius:6px;color:#0d6efd;display:inline-flex;margin-bottom:8px;transition:all .15s ease-in-out}.btn-sm{font-size:14px;font-weight:500;padding:6px 12px}.icon-btn{align-items:center;background-color:initial;border:none;border-radius:4px;cursor:pointer;display:inline-flex;justify-content:center;padding:6px;transition:background-color .15s ease}.icon-btn-edit{color:#2563eb}.icon-btn-delete{color:#dc2626}.icon-btn-lg{border-radius:6px;display:flex;padding:8px}.flex-container{display:flex}.flex-gap-12{gap:12px}.flex-column-gap-12{display:flex;flex-direction:column;gap:12px}.flex-center{align-items:center;border-bottom:1px solid #eef;display:flex;gap:12px;padding-bottom:16px}.flex-between{display:flex;justify-content:space-between;margin-bottom:4px}.flex-1{flex:1 1}.project-rank{color:#6b7280;font-size:14px;font-weight:600;min-width:30px}.project-name{color:#111827;font-size:14px;font-weight:500}.project-velocity{color:#6b7280;font-size:12px}.velocity-bar{background-color:#e5e7eb;border-radius:4px;height:24px;overflow:hidden;width:100%}.velocity-progress{align-items:center;display:flex;height:100%;padding-left:8px;transition:width .3s ease}.velocity-text{color:#fff;font-size:12px;font-weight:600}.velocity-meta{color:#6b7280;font-size:12px;margin-top:2px}.progress-bar{background-color:#e5e7eb;border-radius:9999px;height:.5rem;width:100%}.progress-fill{background-color:#2563eb;border-radius:9999px;height:100%;transition:width .3s ease}.modal-backdrop,.modal-overlay{z-index:1000}.modal-backdrop,.modal-backdrop-nested,.modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0}.modal-backdrop-nested{z-index:1100}.modal-content{background-color:#fff;border-radius:8px;max-height:80vh;overflow-y:auto;padding:24px;width:500px}.modal-content-wide{width:600px}.modal-title{font-size:20px;font-weight:600;margin-bottom:16px}.modal-title-lg{color:#111827;font-size:24px;font-weight:600}.modal-header{align-items:start;display:flex;justify-content:space-between;margin-bottom:20px}.modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:12px}.form-group{margin-bottom:16px;margin-right:24px}.form-group-lg{margin-bottom:24px;margin-right:24px}.form-label{display:block;font-size:14px;font-weight:500;margin-bottom:4px}.form-input,.form-textarea{border:1px solid #d1d5db;border-radius:4px;font-size:14px;padding:8px;width:100%}.form-textarea{min-height:80px}.form-select{border:1px solid #d1d5db;border-radius:4px;font-size:14px;padding:8px;width:100%}.role-select-container{align-items:center;display:flex;gap:8px}.role-select-label{color:#374151;font-size:14px;font-weight:500}.role-select{background-color:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-size:14px;min-width:150px;outline:none;padding:6px 12px}.notifications-container{display:flex;flex-direction:column;gap:10px;max-width:400px;position:fixed;right:20px;top:80px;z-index:2000}.notification{align-items:center;animation:slideIn .3s ease-out;border-radius:8px;box-shadow:0 4px 6px #0000001a;color:#fff;display:flex;justify-content:space-between;min-width:300px;padding:12px 16px}.notification-success{background-color:#10b981}.notification-error{background-color:#ef4444}.notification-content{align-items:center;display:flex;gap:10px}.notification-text{font-size:14px;font-weight:500}.notification-close{align-items:center;background:none;border:none;color:#fff;cursor:pointer;display:flex;justify-content:center;opacity:.8;padding:4px;transition:opacity .15s ease}.task-detail-title{color:#111827;font-size:20px;font-weight:600;margin-bottom:8px}.task-detail-badges{display:flex;gap:12px;margin-bottom:12px}.task-detail-description{margin-bottom:16px}.task-detail-description h4{color:#4b5563;font-size:14px;font-weight:600;margin-bottom:4px}.task-detail-description p{color:#6b7280;font-size:14px}.task-detail-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr;margin-bottom:16px}.task-detail-field h4{color:#4b5563;font-size:14px;font-weight:600;margin-bottom:4px}.task-detail-field p{color:#6b7280;font-size:14px}.table-custom-border{border-color:#e5e7eb;padding:20px}.logo-header{height:40px}.project-cards-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(380px,1fr))}.project-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000001a;cursor:pointer;overflow:hidden;padding:1.5rem;position:relative;transition:all .2s ease}.project-card:before{background:linear-gradient(90deg,#3b82f6,#1d4ed8);content:"";height:4px;left:0;position:absolute;right:0;top:0}.project-card:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-2px)}.project-card-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.project-card-title{color:#111827;font-size:1.125rem;font-weight:600;line-height:1.4;margin-bottom:.5rem}.project-card-description{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#6b7280;display:-webkit-box;font-size:.875rem;line-height:1.5;margin-bottom:1.25rem;overflow:hidden}.project-card-meta{align-items:center;display:flex;flex-wrap:wrap;font-size:.875rem;gap:1rem;margin-bottom:1.25rem}.project-card-meta-item{align-items:center;color:#6b7280;display:flex}.project-card-meta-item strong{color:#374151;margin-left:.25rem}.project-card-progress{margin-bottom:1rem}.project-progress-label{align-items:center;display:flex;font-size:.875rem;justify-content:space-between;margin-bottom:.5rem}.project-progress-text{color:#374151;font-weight:500}.project-progress-percentage{color:#3b82f6;font-weight:600}.project-progress-bar{background-color:#f3f4f6;border-radius:4px;height:8px;overflow:hidden;width:100%}.project-progress-fill{background:linear-gradient(90deg,#3b82f6,#1d4ed8);border-radius:4px;height:100%;transition:width .3s ease}.project-card-stats{grid-gap:1rem;border-top:1px solid #f3f4f6;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);padding-top:1rem}.project-stat{text-align:center}.project-stat-value{color:#111827;display:block;font-size:1.25rem;font-weight:700;line-height:1.2}.project-stat-label{color:#9ca3af;font-size:.75rem;letter-spacing:.05em;margin-top:.25rem;text-transform:uppercase}.project-priority-high{background-color:#fef2f2;border:1px solid #fecaca;color:#dc2626}.project-priority-medium{background-color:#fefbf2;border:1px solid #fed7aa;color:#d97706}.project-priority-low{background-color:#f0fdf4;border:1px solid #bbf7d0;color:#16a34a}.badge-priority-critical{background-color:#fecaca;color:#991b1b}.badge-priority-high{background-color:#fed7aa;color:#9a3412}.badge-priority-medium{background-color:#fef3c7;color:#92400e}.badge-priority-low{background-color:#d9f99d;color:#3f6212}.badge-phase-strategy{background-color:#e0e7ff;color:#4338ca}.badge-phase-fulfillment{background-color:#ddd6fe;color:#6d28d9}.badge-phase-insights{background-color:#c7d2fe;color:#4338ca}.badge-status-not-started{background-color:#f3f4f6;color:#4b5563}.badge-status-in-progress{background-color:#dbeafe;color:#1e40af}.badge-status-on-hold{background-color:#fef3c7;color:#92400e}.badge-status-completed{background-color:#d1fae5;color:#065f46}.badge-status-cancelled{background-color:#e5e7eb;color:#6b7280}.badge-status-ready-for-review{background-color:#e9d5ff;color:#6b21a8}
/*# sourceMappingURL=main.dd3481e9.css.map*/