@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes countUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.dashboard-container{animation:fadeIn .4s ease-out}.dashboard-greeting{animation:fadeInUp .5s ease-out;margin-bottom:28px}.dashboard-greeting h3{font-size:1.75rem;font-weight:700;margin-bottom:6px;background:linear-gradient(135deg,var(--text-primary) 0%,var(--text-secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dashboard-greeting-emoji{display:inline-block;animation:pulse 2s ease-in-out infinite;margin-right:8px}.dashboard-greeting p{color:var(--text-secondary);font-size:.95rem}.dashboard-stat-card{background:var(--bg-primary);border-radius:16px;padding:20px 24px;border:1px solid var(--border-subtle);box-shadow:var(--surface-shadow);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;animation:scaleIn .4s ease-out backwards}.dashboard-stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--stat-accent, #1677ff),transparent);opacity:0;transition:opacity .3s ease}.dashboard-stat-card:hover{transform:translateY(-4px);box-shadow:var(--surface-shadow-strong);border-color:var(--border-color)}.dashboard-stat-card:hover:before{opacity:1}.dashboard-stat-card:nth-child(1){animation-delay:.05s}.dashboard-stat-card:nth-child(2){animation-delay:.1s}.dashboard-stat-card:nth-child(3){animation-delay:.15s}.dashboard-stat-card:nth-child(4){animation-delay:.2s}.dashboard-stat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:16px;transition:transform .3s ease}.dashboard-stat-card:hover .dashboard-stat-icon{transform:scale(1.1)}.dashboard-stat-icon.blue{background:linear-gradient(135deg,#1677ff26,#1677ff0d);color:#1677ff}.dashboard-stat-icon.amber{background:linear-gradient(135deg,#f59e0b26,#f59e0b0d);color:#f59e0b}.dashboard-stat-icon.green{background:linear-gradient(135deg,#10b98126,#10b9810d);color:#10b981}.dashboard-stat-icon.red{background:linear-gradient(135deg,#ef444426,#ef44440d);color:#ef4444}.dashboard-stat-icon.purple{background:linear-gradient(135deg,#8b5cf626,#8b5cf60d);color:#8b5cf6}.dashboard-stat-value{font-size:2rem;font-weight:700;line-height:1.2;margin-bottom:4px;font-variant-numeric:tabular-nums;animation:countUp .6s ease-out backwards;animation-delay:inherit}.dashboard-stat-label{font-size:.875rem;color:var(--text-secondary);font-weight:500}.dashboard-section-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary);margin-bottom:8px;animation:fadeIn .4s ease-out}.dashboard-content-card{background:var(--bg-primary);border-radius:16px;border:1px solid var(--border-subtle);box-shadow:var(--surface-shadow);overflow:hidden;animation:fadeInUp .5s ease-out backwards;height:100%}.dashboard-content-card-header{padding:20px 24px 16px;border-bottom:1px solid var(--border-subtle)}.dashboard-content-card-header h4{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0}.dashboard-content-card-body{padding:16px 24px 24px}.dashboard-task-list{list-style:none;padding:0;margin:0}.dashboard-task-item{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:14px 0;border-bottom:1px solid var(--border-subtle);transition:all .2s ease;animation:slideInRight .4s ease-out backwards}.dashboard-task-item:last-child{border-bottom:none}.dashboard-task-item:hover{background:var(--surface-highlight);margin:0 -24px;padding-left:24px;padding-right:24px}.dashboard-task-item:nth-child(1){animation-delay:.05s}.dashboard-task-item:nth-child(2){animation-delay:.1s}.dashboard-task-item:nth-child(3){animation-delay:.15s}.dashboard-task-item:nth-child(4){animation-delay:.2s}.dashboard-task-item:nth-child(5){animation-delay:.25s}.dashboard-task-item:nth-child(6){animation-delay:.3s}.dashboard-task-item:nth-child(7){animation-delay:.35s}.dashboard-task-item:nth-child(8){animation-delay:.4s}.dashboard-task-info{flex:1;min-width:0}.dashboard-task-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.dashboard-task-id{font-size:.75rem;font-weight:600;color:var(--text-muted);background:var(--bg-tertiary);border:1px solid var(--border-subtle);padding:2px 8px;border-radius:6px;white-space:nowrap}.dashboard-task-title{font-weight:600;color:var(--text-primary);cursor:pointer;transition:color .2s ease;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:300px}.dashboard-task-title:hover{color:#1677ff}.dashboard-task-board{font-size:.75rem;color:var(--text-secondary);background:var(--bg-secondary);padding:2px 8px;border-radius:4px;margin-top:6px;display:inline-block}.dashboard-task-tags{display:flex;gap:6px;flex-shrink:0}.dashboard-board-list{display:flex;flex-direction:column;gap:12px}.dashboard-board-card{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:12px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;transition:all .25s cubic-bezier(.4,0,.2,1);cursor:pointer;animation:scaleIn .4s ease-out backwards}.dashboard-board-card:nth-child(1){animation-delay:.1s}.dashboard-board-card:nth-child(2){animation-delay:.15s}.dashboard-board-card:nth-child(3){animation-delay:.2s}.dashboard-board-card:nth-child(4){animation-delay:.25s}.dashboard-board-card:nth-child(5){animation-delay:.3s}.dashboard-board-card:hover{background:var(--bg-primary);border-color:var(--border-color);transform:translate(4px);box-shadow:0 4px 12px #00000014}.dashboard-board-info{flex:1;min-width:0}.dashboard-board-name{font-weight:600;color:var(--text-primary);margin-bottom:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-board-count{font-size:.8rem;color:var(--text-secondary)}.dashboard-board-arrow{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;color:var(--text-secondary);transition:all .2s ease;flex-shrink:0}.dashboard-board-card:hover .dashboard-board-arrow{color:#1677ff;background:#1677ff1a;transform:translate(4px)}.dashboard-empty{text-align:center;padding:40px 20px;color:var(--text-secondary);animation:fadeIn .4s ease-out}.dashboard-empty-icon{font-size:48px;color:var(--border-color);margin-bottom:16px}.dashboard-loading{display:flex;align-items:center;justify-content:center;min-height:200px}.dashboard-stats-row{animation:fadeInUp .4s ease-out}.dashboard-metrics-row{animation:fadeInUp .5s ease-out .15s backwards}.dashboard-content-row{animation:fadeInUp .5s ease-out .25s backwards}@media(max-width:1200px){.dashboard-task-title{max-width:200px}}@media(max-width:992px){.dashboard-stat-card{padding:16px 20px}.dashboard-stat-value{font-size:1.75rem}.dashboard-stat-icon{width:40px;height:40px;font-size:18px;margin-bottom:12px}.dashboard-content-card-body{padding:12px 16px 20px}.dashboard-content-card-header{padding:16px}}@media(max-width:768px){.dashboard-greeting h3{font-size:1.5rem}.dashboard-stat-card{padding:14px 16px}.dashboard-stat-value{font-size:1.5rem}.dashboard-task-item{flex-direction:column;align-items:flex-start;gap:8px}.dashboard-task-tags{align-self:flex-start}.dashboard-task-title{max-width:100%}.dashboard-task-item:hover{margin:0 -16px;padding-left:16px;padding-right:16px}}@media(max-width:576px){.dashboard-greeting{margin-bottom:20px}.dashboard-greeting h3{font-size:1.25rem}.dashboard-stat-icon{width:36px;height:36px;font-size:16px;margin-bottom:10px;border-radius:10px}.dashboard-stat-value{font-size:1.35rem}.dashboard-stat-label{font-size:.8rem}}[data-theme=dark] .dashboard-board-card:hover{box-shadow:0 4px 12px #00000040}[data-theme=dark] .dashboard-stat-card:hover{box-shadow:0 12px 28px #0006}[data-theme=dark] .dashboard-greeting h3{background:linear-gradient(135deg,#f1f5f9,#9fb0c8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}:root{color-scheme:light;--bg-primary: #ffffff;--bg-secondary: #f6f8fc;--bg-tertiary: #fafcff;--bg-elevated: #ffffff;--text-primary: #1e293b;--text-secondary: #64748b;--text-muted: #8c8c8c;--border-color: #e2e8f0;--border-subtle: #eef2f9;--status-text: #1e293b;--surface-highlight: #e6f4ff;--surface-shadow: 0 8px 24px rgba(15, 23, 42, .08);--surface-shadow-strong: 0 16px 36px rgba(15, 23, 42, .24);--overlay-mask: rgba(255, 255, 255, .82);--drag-border: #91caff;--drop-bg: rgba(22, 119, 255, .08);--drop-border: #69b1ff;--icon-muted: #8c8c8c}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg-secondary);color:var(--text-primary);transition:background-color .2s ease,color .2s ease}[data-theme=light]{--bg-primary: #ffffff;--bg-secondary: #f6f8fc;--bg-tertiary: #fafcff;--bg-elevated: #ffffff;--text-primary: #1e293b;--text-secondary: #64748b;--text-muted: #8c8c8c;--border-color: #e2e8f0;--border-subtle: #eef2f9;--status-text: #1e293b;--surface-highlight: #e6f4ff;--surface-shadow: 0 8px 24px rgba(15, 23, 42, .08);--surface-shadow-strong: 0 16px 36px rgba(15, 23, 42, .24);--overlay-mask: rgba(255, 255, 255, .82);--drag-border: #91caff;--drop-bg: rgba(22, 119, 255, .08);--drop-border: #69b1ff;--icon-muted: #8c8c8c}[data-theme=dark]{color-scheme:dark;--bg-primary: #172033;--bg-secondary: #0f172a;--bg-tertiary: #1a2539;--bg-elevated: #1f2a3f;--text-primary: #f1f5f9;--text-secondary: #9fb0c8;--text-muted: #8a9bb3;--border-color: #2f3d55;--border-subtle: #23324a;--status-text: #f1f5f9;--surface-highlight: #1a2a45;--surface-shadow: 0 10px 24px rgba(0, 0, 0, .38);--surface-shadow-strong: 0 20px 42px rgba(0, 0, 0, .52);--overlay-mask: rgba(15, 23, 42, .72);--drag-border: #4096ff;--drop-bg: rgba(64, 150, 255, .2);--drop-border: #4096ff;--icon-muted: #8a9bb3}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.ant-layout{min-height:100vh}.ant-menu-item{border-radius:8px!important;margin:4px 8px!important}.ant-card{border-radius:12px;box-shadow:var(--surface-shadow)}.ant-btn{border-radius:8px}.ant-input,.ant-input-affix-wrapper,.ant-select-selector{border-radius:8px!important}.ant-table-wrapper .ant-table-thead>tr>th{font-weight:600}.ant-tag{border-radius:6px}.ant-modal-content{border-radius:16px}.ant-dropdown-menu{border-radius:12px;padding:4px}.ant-dropdown-menu-item{border-radius:8px}.ant-tabs-tab{padding:12px 16px!important}.ant-descriptions-bordered .ant-descriptions-item-label{font-weight:500}.ant-space-wrap{gap:8px!important}.ant-space .ant-tag{margin-inline-end:0!important}.ant-layout-content{background:transparent}.ant-card{border-color:var(--border-color)}.ant-collapse{background:transparent}.ant-collapse>.ant-collapse-item{border-color:var(--border-color)}.ant-collapse-content{border-top-color:var(--border-color)}.ant-list-item{border-bottom-color:var(--border-subtle)}.ant-table-wrapper .ant-table{background:var(--bg-primary)}.ant-table-wrapper .ant-table-thead>tr>th{background:var(--bg-tertiary)}.ant-table-wrapper .ant-table-tbody>tr>td{border-bottom-color:var(--border-subtle)}.ant-table-wrapper .ant-table-tbody>tr.ant-table-row:hover>td{background:var(--bg-tertiary)!important}.ant-descriptions-bordered .ant-descriptions-item-label,.ant-descriptions-bordered .ant-descriptions-item-content{border-color:var(--border-subtle)!important}@media(max-width:768px){.ant-layout-sider{display:none!important}.main-layout{margin-left:0!important}.ant-layout-content{margin:12px!important;padding:0!important}.ant-card{border-radius:8px!important;margin-bottom:12px}.ant-card-head-title{font-size:16px!important}.ant-table-wrapper{overflow-x:auto}.ant-table{min-width:600px}.ant-row{margin-left:0!important;margin-right:0!important}.ant-col{padding-left:0!important;padding-right:0!important}h3.ant-typography{font-size:20px!important;line-height:1.3!important}.header-actions{gap:2px!important}.header-actions .ant-btn{padding:4px 8px!important;min-width:auto!important}.header-user-name{display:none!important}.ant-tabs-nav{margin-bottom:12px!important}.ant-tabs-tab{padding:8px 12px!important;font-size:14px!important}.ant-list-item{padding:12px 0!important}.ant-list-item-action{margin-left:8px!important}.ant-space{gap:8px!important}.ant-form-item{margin-bottom:16px!important}.ant-modal{max-width:calc(100vw - 32px)!important;margin:16px!important}.ant-modal-content{padding:16px!important}.ant-input,.ant-select{font-size:16px!important}}@media(max-width:480px){.ant-layout-content{margin:8px!important}h3.ant-typography{font-size:18px!important}.ant-card-head{padding:12px 16px!important;min-height:auto!important}.ant-card-body{padding:12px 16px!important}.ant-btn{padding:4px 10px!important;font-size:13px!important}.task-tags{flex-wrap:wrap;gap:6px!important}.task-tags .ant-tag,.ant-tag{font-size:11px!important;padding:2px 6px!important;margin:0!important}.ant-statistic-title{font-size:12px!important}.ant-statistic-content{font-size:20px!important}.ant-list-item-meta-title{font-size:14px!important}.ant-list-item-meta-description{font-size:12px!important}.ant-timeline-item-content{font-size:13px!important}}
