.dashboard-stats{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:16px;margin-bottom:24px;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--info{cursor:default}.dashboard-stat-card--info:hover{transform:none}.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}}.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:hidden}.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:column;flex:1;min-width:0;padding:16px;display:flex}.project-card__header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.project-card__name{color:var(--color-text-primary,#fff);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:1rem;font-weight:600;overflow:hidden}.project-card__status{white-space:nowrap;border-radius:12px;flex-shrink:0;align-items:center;gap:4px;padding:4px 8px;font-size:.7rem;display:inline-flex}.project-card__status-icon{font-size:.65rem}.project-card__status--on-track{color:#22c55e;background:#22c55e26}.project-card__status--at-risk{color:#f59e0b;background:#f59e0b26}.project-card__status--behind{color:#ef4444;background:#ef444426}.project-card__status--completed{color:#22c55e;background:#22c55e26}.project-card__status--neutral{color:var(--color-text-secondary,#888);background:#9ca3af26}.project-card__progress{align-items:center;gap:12px;margin-bottom:12px;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-text{color:var(--color-text-secondary,#888);text-align:right;min-width:36px;font-size:.75rem;font-weight:600}.project-card__meta{color:var(--color-text-muted,#666);justify-content:space-between;align-items:center;gap:12px;font-size:.75rem;display:flex}.project-card__deadline{align-items:center;gap:4px;display:flex}.project-card__meta-icon{font-size:.8rem}.project-card__tasks{text-align:right}.project-card__critical{color:#ef4444}.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)}.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{grid-template-columns:repeat(2,1fr)}.dashboard-stat-card{min-height:80px;padding:16px 12px}.dashboard-stat-value{font-size:1.5rem}.project-card__header{flex-direction:column;gap:8px}.project-card__status{align-self:flex-start}.project-card__meta{flex-direction:column;align-items:flex-start;gap:4px}}@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)}
.home-page{max-width:900px;margin:0 auto;padding:2rem 0 4rem}.hero-section{text-align:center;background:radial-gradient(ellipse at top center,var(--color-bg-tertiary)0%,transparent 70%);border-radius:1rem;margin-bottom:2rem;padding:4rem 1.5rem}:root[data-theme=light] .hero-section{background:radial-gradient(ellipse at top left,#06b6d414 0%,transparent 50%),radial-gradient(ellipse at top right,#0d94880f 0%,transparent 50%),radial-gradient(ellipse at top center,var(--color-bg-tertiary)0%,transparent 70%)}.hero-section h1{letter-spacing:-.03em;background:var(--color-accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 .75rem;font-size:2.5rem;font-weight:800}.hero-tagline{color:var(--color-text-secondary);max-width:480px;margin:0 auto 2.5rem;font-size:1.125rem;line-height:1.6}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.create-button{background:var(--color-bg-tertiary);color:var(--color-text-primary);cursor:pointer;border:none;border:1px solid var(--color-border);border-radius:.625rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;transition:all .2s}.create-button:hover{background:var(--color-bg-elevated);border-color:var(--color-accent-primary);box-shadow:var(--shadow-md);transform:translateY(-2px)}.create-button--ai{background:var(--color-accent-gradient);color:#fff;border:none}.create-button--ai:hover{opacity:.95;box-shadow:var(--shadow-glow),var(--shadow-lg)}.create-button--template{border:2px solid var(--color-accent-primary);color:var(--color-accent-primary);background:0 0}.create-button--template:hover{border-color:var(--color-accent-secondary);color:var(--color-accent-secondary);box-shadow:var(--shadow-md);background:#06b6d41a;transform:translateY(-2px)}.projects-section{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:1rem;padding:2rem 1.5rem}:root[data-theme=light] .projects-section{border-top:3px solid var(--color-accent-primary);box-shadow:0 2px 8px #0000000a}.projects-section h2{color:var(--color-text-primary);margin:0 0 1.5rem;font-size:1.125rem;font-weight:700}.projects-list{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin:0;padding:0;list-style:none;display:grid}.project-card{background:var(--color-bg-tertiary);border:1px solid var(--color-border);border-left:3px solid var(--color-accent-primary);border-radius:.75rem;align-items:stretch;transition:all .2s;display:flex;position:relative;overflow:visible}:root[data-theme=light] .project-card{background:var(--color-bg-secondary);box-shadow:0 1px 3px #0000000a}.project-card:hover{border-color:var(--color-accent-primary);box-shadow:var(--shadow-md);transform:translateY(-2px)}.project-card:has(.project-menu){z-index:200}.project-card.archived{opacity:.7}.project-card.archived:hover{opacity:1}.project-card-button{color:inherit;text-align:left;cursor:pointer;background:0 0;border:none;flex-direction:column;flex:1;gap:.5rem;padding:1.25rem;display:flex}.project-menu-button{width:2.5rem;color:var(--color-text-muted);cursor:pointer;letter-spacing:.1em;border:none;border-left:1px solid var(--color-border);background:0 0;justify-content:center;align-items:center;padding:0;font-size:1.25rem;font-weight:700;transition:all .2s;display:flex}.project-menu-button:hover{background:var(--color-bg-elevated);color:var(--color-text-primary)}.project-menu{z-index:100;background:var(--color-bg-secondary);border:1px solid var(--color-border);min-width:140px;box-shadow:var(--shadow-lg);border-radius:.5rem;margin-top:.25rem;padding:.375rem;position:absolute;top:100%;right:0}.project-menu button{width:100%;color:var(--color-text-primary);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:.375rem;padding:.5rem .75rem;font-size:.875rem;transition:background .15s;display:block}.project-menu button:hover{background:var(--color-bg-tertiary)}.project-menu button.danger{color:var(--color-error)}.project-menu button.danger:hover{background:#ef44441a}.project-menu.menu-flip-up{margin-bottom:.25rem;top:auto;bottom:100%}.project-name{color:var(--color-text-primary);font-size:1rem;font-weight:600}.project-date{color:var(--color-text-muted);font-size:.875rem}.archived-section{margin-top:1.5rem}.archived-toggle{cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;margin-bottom:1rem;padding:0;display:flex}.archived-toggle h2{color:var(--color-text-secondary);margin:0}.archived-toggle:hover h2{color:var(--color-text-primary)}.toggle-arrow{color:var(--color-text-muted);font-size:.75rem}.activity-section{max-width:100%;margin-top:2rem}.templates-section{background:linear-gradient(180deg,var(--color-bg-tertiary)0%,var(--color-bg-primary)100%);border-top:1px solid var(--color-border);border-radius:1rem;margin:0 -1rem 2rem;padding:2rem 1.5rem}.templates-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.templates-header h2{color:var(--color-text-primary);margin:0;font-size:1.25rem;font-weight:700}.templates-close{border:1px solid var(--color-border);background:var(--color-bg-secondary);width:2.5rem;height:2.5rem;color:var(--color-text-secondary);cursor:pointer;border-radius:.5rem;justify-content:center;align-items:center;padding:0;font-size:1.25rem;transition:all .2s;display:flex}.templates-close:hover{background:var(--color-bg-elevated);color:var(--color-text-primary);border-color:var(--color-accent-primary)}.templates-description{color:var(--color-text-secondary);margin:0 0 1.5rem;font-size:.9375rem}.templates-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.template-card{border:1px solid var(--color-border);background:var(--color-bg-secondary);color:inherit;text-align:left;cursor:pointer;border-radius:.75rem;flex-direction:column;align-items:flex-start;gap:.625rem;padding:1.25rem;transition:all .2s;display:flex}.template-card:hover{background:var(--color-bg-elevated);border-color:var(--color-accent-primary);box-shadow:var(--shadow-md);transform:translateY(-2px)}.template-icon{width:2rem;height:2rem;color:var(--color-accent-primary);justify-content:center;align-items:center;display:flex}.template-icon svg{width:24px;height:24px}.template-name{color:var(--color-text-primary);font-size:1rem;font-weight:700}.template-description{color:var(--color-text-secondary);font-size:.875rem;line-height:1.5}.template-task-count{color:var(--color-accent-primary);background:linear-gradient(135deg,#3b82f626 0%,#8b5cf626 100%);border-radius:2rem;align-items:center;margin-top:.25rem;padding:.25rem .625rem;font-size:.75rem;font-weight:600;display:inline-flex}.projects-loading{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.project-card-skeleton{background:linear-gradient(90deg,var(--color-bg-tertiary)0%,var(--color-bg-elevated)50%,var(--color-bg-tertiary)100%);border:1px solid var(--color-border);background-size:200% 100%;border-radius:.75rem;height:80px;animation:1.5s ease-in-out infinite skeleton-shimmer}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.hero-error{color:var(--color-error)}@media (prefers-color-scheme:light){.hero-section{background:radial-gradient(ellipse at top center,var(--color-bg-tertiary)0%,transparent 70%)}.hero-section h1{background:var(--color-accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}}
