.dashboard-stats{flex-direction:column;gap:24px;margin-bottom:24px;display:flex}.dashboard-stats__summary{padding:0 4px}.dashboard-stats__summary-text{color:var(--color-text-secondary,#888);cursor:default;text-align:left;background:0 0;border:none;padding:0;font-size:.875rem;line-height:1.6;display:inline}.dashboard-stats__summary-text--clickable{cursor:pointer;opacity:.8;transition:opacity .15s}.dashboard-stats__summary-text--clickable:hover{opacity:1}.dashboard-stats__summary-count{color:var(--color-text-primary,#fff);font-weight:700}.dashboard-stats__summary-sep{color:var(--color-text-muted,#555);margin:0 8px}.dashboard-stats__summary-attention{color:#f59e0b;font-weight:600}.dashboard-stats__filters{grid-template-columns:repeat(5,1fr);gap:12px;display:grid}.dashboard-stat-card{background:var(--color-bg-secondary,#1a1a2e);border:1px solid var(--color-border,#333);cursor:pointer;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;min-height:100px;padding:20px 16px;transition:all .2s;display:flex;position:relative}.dashboard-stat-card:hover{background:var(--color-bg-tertiary,#242442);transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.dashboard-stat-value{color:var(--color-text-primary,#fff);font-size:2rem;font-weight:700;line-height:1}.dashboard-stat-label{color:var(--color-text-secondary,#888);text-transform:uppercase;letter-spacing:.5px;text-align:center;margin-top:8px;font-size:.75rem}.dashboard-stat-icon{opacity:.7;font-size:1rem;position:absolute;top:12px;right:12px}.dashboard-stat-card--success{border-color:#22c55e4d}.dashboard-stat-card--success .dashboard-stat-value,.dashboard-stat-card--success .dashboard-stat-icon{color:#22c55e}.dashboard-stat-card--warning{border-color:#f59e0b4d}.dashboard-stat-card--warning .dashboard-stat-value,.dashboard-stat-card--warning .dashboard-stat-icon{color:#f59e0b}.dashboard-stat-card--danger{border-color:#ef44444d}.dashboard-stat-card--danger .dashboard-stat-value,.dashboard-stat-card--danger .dashboard-stat-icon{color:#ef4444}.dashboard-stat-card--complete{border-color:#3b82f64d}.dashboard-stat-card--complete .dashboard-stat-value,.dashboard-stat-card--complete .dashboard-stat-icon{color:#3b82f6}.dashboard-stat-card--setup{border-style:dashed;border-color:#94a3b84d}.dashboard-stat-card--setup .dashboard-stat-value,.dashboard-stat-card--setup .dashboard-stat-icon{color:#94a3b8}.dashboard-stat-card--active{outline-offset:-2px;background:var(--color-bg-tertiary,#242442);outline:2px solid}.dashboard-stat-card--active.dashboard-stat-card--success{outline-color:#22c55e}.dashboard-stat-card--active.dashboard-stat-card--warning{outline-color:#f59e0b}.dashboard-stat-card--active.dashboard-stat-card--danger{outline-color:#ef4444}.dashboard-stat-card--active.dashboard-stat-card--complete{outline-color:#3b82f6}.dashboard-stat-card--active.dashboard-stat-card--setup{border-style:solid;outline-color:#94a3b8}.dashboard-stat-skeleton{background:linear-gradient(90deg,var(--color-bg-secondary,#1a1a2e)25%,var(--color-bg-tertiary,#242442)50%,var(--color-bg-secondary,#1a1a2e)75%);cursor:default;background-size:200% 100%;animation:1.5s infinite shimmer}.dashboard-stat-skeleton:hover{box-shadow:none;transform:none}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}ul.projects-list.projects-list--enhanced{grid-template-columns:1fr;max-width:720px}.projects-list--enhanced .project-card{overflow:visible}.project-card{background:var(--color-bg-secondary,#1a1a2e);border:1px solid var(--color-border,#333);border-left:4px solid var(--color-accent-primary,#0d9488);border-radius:8px;transition:all .2s;display:flex;overflow:visible}.project-card:hover{border-color:var(--color-border-hover,#444);transform:translateY(-2px);box-shadow:0 4px 16px #0000004d}.project-card--archived{opacity:.6;border-left-color:var(--color-text-muted,#666)}.project-card__main{text-align:left;cursor:pointer;color:inherit;background:0 0;border:none;flex-direction:row;flex:1;align-items:center;gap:12px;min-width:0;padding:12px 16px;display:flex}.project-card__name{color:var(--color-text-primary,#fff);text-overflow:ellipsis;white-space:nowrap;flex-shrink:1;min-width:80px;margin:0;font-size:.95rem;font-weight:600;overflow:hidden}.project-card__status-badge{text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;border-radius:9999px;flex-shrink:0;align-items:center;gap:4px;padding:3px 8px;font-size:.625rem;font-weight:600;display:inline-flex}.project-card__status-badge--on-track{color:#22c55e;background:#22c55e26}.project-card__status-badge--at-risk{color:#f59e0b;background:#f59e0b26}.project-card__status-badge--behind{color:#ef4444;background:#ef444426}.project-card__status-badge--completed{color:#3b82f6;background:#3b82f626}.project-card__status-badge--needs-setup{color:#94a3b8;background:#94a3b826}.project-card__progress{flex:1;align-items:center;gap:8px;min-width:80px;display:flex}.project-card__progress-bar{background:var(--color-bg-tertiary,#242442);border-radius:3px;flex:1;height:6px;overflow:hidden}.project-card__progress-fill{background:linear-gradient(90deg,var(--color-accent-primary,#0d9488),var(--color-accent-secondary,#14b8a6));border-radius:3px;height:100%;transition:width .3s}.project-card__progress-fill--on-track{background:linear-gradient(90deg,#22c55e,#4ade80)}.project-card__progress-fill--at-risk{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.project-card__progress-fill--behind{background:linear-gradient(90deg,#ef4444,#f87171)}.project-card__progress-fill--completed{background:linear-gradient(90deg,#3b82f6,#60a5fa)}.project-card__progress-fill--needs-setup{background:linear-gradient(90deg,#64748b,#94a3b8)}.project-card__progress-text{color:var(--color-text-secondary,#888);text-align:right;min-width:36px;font-size:.75rem;font-weight:600}.project-card__tags{border-left:1px solid var(--color-border,#333);flex-shrink:0;align-items:center;gap:4px;padding:0 8px;display:inline-flex}.project-card__menu-btn{border:none;border-left:1px solid var(--color-border,#333);cursor:pointer;width:40px;color:var(--color-text-muted,#666);background:0 0;justify-content:center;align-items:center;transition:all .2s;display:flex}.project-card__menu-btn:hover,.project-card__menu-btn--open{background:var(--color-bg-tertiary,#242442);color:var(--color-text-primary,#fff);border-radius:0 8px 8px 0}.project-card__menu-dots{font-size:1.25rem;line-height:1}.activity-feed{background:var(--color-bg-secondary,#1a1a2e);border:1px solid var(--color-border,#333);border-radius:12px;padding:16px}.activity-feed--empty{text-align:center;padding:24px}.activity-feed__title{color:var(--color-text-primary,#fff);margin:0 0 16px;font-size:.875rem;font-weight:600}.activity-feed__empty-message{color:var(--color-text-muted,#666);margin:0;font-size:.875rem}.activity-feed__list{margin:0;padding:0;list-style:none}.activity-feed__item{border-bottom:1px solid var(--color-border,#333);align-items:center;gap:12px;padding:10px 0;display:flex}.activity-feed__item:last-child{border-bottom:none;padding-bottom:0}.activity-feed__icon{width:24px;height:24px;color:var(--color-text-muted,#666);flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;display:flex}.activity-feed__item--success .activity-feed__icon{color:#22c55e}.activity-feed__item--ai .activity-feed__icon{color:#0d9488}.activity-feed__item--sync .activity-feed__icon{color:#3b82f6}.activity-feed__content{flex:1;min-width:0;font-size:.8rem;line-height:1.4}.activity-feed__project{color:var(--color-text-primary,#fff);margin-right:4px;font-weight:600}.activity-feed__project--link{color:var(--color-primary,#14b8a6);cursor:pointer;text-decoration:none;transition:color .15s}.activity-feed__project--link:hover{color:var(--color-primary-light,#2dd4bf);text-decoration:underline}.activity-feed__description{color:var(--color-text-secondary,#888)}.activity-feed__time{color:var(--color-text-muted,#666);white-space:nowrap;flex-shrink:0;font-size:.7rem}.feature-tips{background:linear-gradient(135deg,#0d94881a,#14b8a61a);border:1px solid #0d948833;border-radius:12px;margin-bottom:24px;padding:16px}.feature-tips__header{align-items:center;gap:8px;margin-bottom:12px;display:flex}.feature-tips__icon{border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.feature-tips__icon--ai{background:linear-gradient(135deg,#0d9488,#14b8a6);position:relative}.feature-tips__icon--ai:before{content:"";background:radial-gradient(circle at 30% 30%,#fff 2px,#0000 2px),radial-gradient(circle at 70% 30%,#fff 2px,#0000 2px),radial-gradient(circle at 30% 70%,#fff 2px,#0000 2px),radial-gradient(circle at 70% 70%,#fff 2px,#0000 2px),radial-gradient(circle,#fff 3px,#0000 3px);border-radius:3px;width:14px;height:14px}.feature-tips__icon--import{background:linear-gradient(135deg,#3b82f6,#60a5fa);position:relative}.feature-tips__icon--import:before{content:"";border:2px solid #fff;border-top:none;border-radius:0 0 3px 3px;width:10px;height:10px}.feature-tips__icon--import:after{content:"";background:#fff;width:2px;height:8px;position:absolute;top:5px;box-shadow:3px 3px 0 -1px #fff,-3px 3px 0 -1px #fff}.feature-tips__icon--keyboard{background:linear-gradient(135deg,#8b5cf6,#a78bfa);position:relative}.feature-tips__icon--keyboard:before{content:"";background:linear-gradient(90deg,#fff 2px,#0000 2px) 3px 3px/4px 4px no-repeat,linear-gradient(90deg,#fff 2px,#0000 2px) 7px 3px/4px 4px no-repeat,linear-gradient(90deg,#fff 2px,#0000 2px) 11px 3px/4px 4px no-repeat;border:2px solid #fff;border-radius:2px;width:16px;height:10px}.feature-tips__icon--export{background:linear-gradient(135deg,#f59e0b,#fbbf24);position:relative}.feature-tips__icon--export:before{content:"";clip-path:polygon(0 0,70% 0,100% 30%,100% 100%,0 100%);background:#fff;border-radius:1px;width:10px;height:12px}.feature-tips__icon--baseline{background:linear-gradient(135deg,#22c55e,#4ade80);position:relative}.feature-tips__icon--baseline:before{content:"";background:linear-gradient(0deg,#fff 0 3px,#0000 3px) 0 100%/3px 100% no-repeat,linear-gradient(0deg,#fff 0 6px,#0000 6px) 4px 100%/3px 100% no-repeat,linear-gradient(0deg,#fff 0 4px,#0000 4px) 8px 100%/3px 100% no-repeat,linear-gradient(0deg,#fff 0 8px,#0000 8px) 12px 100%/3px 100% no-repeat;width:14px;height:10px}.feature-tips__icon--calendar{background:linear-gradient(135deg,#ef4444,#f87171);position:relative}.feature-tips__icon--calendar:before{content:"";clip-path:polygon(0 15%,100% 15%,100% 100%,0 100%);background:#fff;border-radius:2px;width:14px;height:12px}.feature-tips__icon--calendar:after{content:"";color:#ef4444;background:linear-gradient(90deg,currentColor 2px,#0000 2px) 0 0/4px 3px,linear-gradient(90deg,currentColor 2px,#0000 2px) 0 3px/4px 3px;width:10px;height:6px;position:absolute;top:8px}.feature-tips__label{color:var(--color-text-secondary,#888);text-transform:uppercase;letter-spacing:.5px;flex:1;font-size:.75rem;font-weight:600}.feature-tips__dismiss{cursor:pointer;width:24px;height:24px;color:var(--color-text-muted,#666);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:.875rem;transition:all .2s;display:flex}.feature-tips__dismiss:hover{color:var(--color-text-primary,#fff);background:#ffffff1a}.feature-tips__content{padding-left:4px}.feature-tips__title{color:var(--color-text-primary,#fff);margin:0 0 8px;font-size:1rem;font-weight:600}.feature-tips__description{color:var(--color-text-secondary,#888);margin:0 0 12px;font-size:.875rem;line-height:1.5}.feature-tips__action{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0d9488,#14b8a6);border:none;border-radius:6px;align-items:center;gap:6px;padding:8px 16px;font-size:.8rem;font-weight:500;transition:all .2s;display:inline-flex}.feature-tips__action:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0d948866}@media (max-width:768px){.dashboard-stats__filters{grid-template-columns:repeat(2,1fr)}.dashboard-stats__summary-text{font-size:.8rem}.dashboard-stat-card{min-height:80px;padding:16px 12px}.dashboard-stat-value{font-size:1.5rem}}@media (max-width:480px){.project-card__tags{display:none}}@media (prefers-color-scheme:light){.dashboard-stat-card{background:#fff;border-color:#e5e7eb}.dashboard-stat-card:hover{background:#f9fafb}.project-card{background:#fff;border-color:#e5e7eb}.project-card:hover{border-color:#d1d5db}.project-card__progress-bar{background:#e5e7eb}.activity-feed{background:#fff;border-color:#e5e7eb}.activity-feed__item{border-bottom-color:#e5e7eb}.activity-feed__icon{color:#6b7280}.feature-tips{background:linear-gradient(135deg,#0d94880d,#14b8a60d);border-color:#0d948826}}[data-theme=dark] .dashboard-stat-card,[data-theme=dark] .project-card,[data-theme=dark] .activity-feed{background:var(--color-bg-secondary,#1a1a2e)}
