.dashboard-stats{flex-direction:column;gap:1.5rem;margin-bottom:1.5rem;display:flex}.dashboard-stats__summary{padding:0 .25rem}.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 .5rem}.dashboard-stats__summary-attention{color:#f59e0b;font-weight:600}.dashboard-stats__filters{grid-template-columns:repeat(5,1fr);gap:.75rem;display:grid}.dashboard-stat-card{background:var(--color-bg-secondary,#1a1a2e);border:1px solid var(--color-border,#333);cursor:pointer;border-radius:.75rem;flex-direction:column;justify-content:center;align-items:center;min-height:6.25rem;padding:1.25rem 1rem;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:.5rem;font-size:.75rem}.dashboard-stat-icon{opacity:.7;font-size:1rem;position:absolute;top:.75rem;right:.75rem}.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:45rem}.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:.5rem;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:.75rem;min-width:0;padding:.75rem 1rem;display:flex}.project-card__name{color:var(--color-text-primary,#fff);text-overflow:ellipsis;white-space:nowrap;flex-shrink:1;min-width:5rem;margin:0;font-size:.95rem;font-weight:600;overflow:hidden}.project-card__status-badge{text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;cursor:default;border-radius:624.938rem;flex-shrink:0;align-items:center;gap:.25rem;padding:.1875rem .5rem;font-size:.625rem;font-weight:600;display:inline-flex;position:relative}.project-card__badge-tooltip{background:var(--color-bg-elevated,#1e293b);border:1px solid var(--color-border,#334155);white-space:nowrap;opacity:0;visibility:hidden;z-index:300;pointer-events:none;border-radius:.375rem;padding:.375rem .625rem;transition:opacity .15s,visibility .15s;position:absolute;bottom:calc(100% + .5rem);left:50%;transform:translate(-50%);box-shadow:0 10px 15px -3px #0000004d}.project-card__badge-tooltip:after{content:"";border:5px solid #0000;border-top-color:var(--color-bg-elevated,#1e293b);position:absolute;top:100%;left:50%;transform:translate(-50%)}.project-card__status-badge:hover .project-card__badge-tooltip{opacity:1;visibility:visible}.project-card__badge-tooltip-text{color:var(--color-text-primary,#f1f5f9);text-transform:none;letter-spacing:normal;font-size:.6875rem;font-weight:500}[data-theme=light] .project-card__badge-tooltip{background:#fff;border-color:#e2e8f0;box-shadow:0 10px 15px -3px #0000001a}[data-theme=light] .project-card__badge-tooltip:after{border-top-color:#fff}[data-theme=light] .project-card__badge-tooltip-text{color:#1e293b}@media (prefers-color-scheme:light){.project-card__badge-tooltip{background:#fff;border-color:#e2e8f0;box-shadow:0 10px 15px -3px #0000001a}.project-card__badge-tooltip:after{border-top-color:#fff}.project-card__badge-tooltip-text{color:#1e293b}}.project-card__status-badge:focus-visible{outline:2px solid var(--color-accent-primary,#0d9488);outline-offset:1px}.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:#f97316;background:#f9731626}.project-card__status-badge--overdue{color:#dc2626;background:#dc26262e}.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:.5rem;min-width:5rem;display:flex}.project-card__progress-bar{background:var(--color-bg-tertiary,#242442);border-radius:.1875rem;flex:1;height:.375rem;overflow:hidden}.project-card__progress-fill{background:linear-gradient(90deg,var(--color-accent-primary,#0d9488),var(--color-accent-secondary,#14b8a6));border-radius:.1875rem;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,#f97316,#fb923c)}.project-card__progress-fill--overdue{background:linear-gradient(90deg,#dc2626,#ef4444)}.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:2.25rem;font-size:.75rem;font-weight:600}.project-card__tags{border-left:1px solid var(--color-border,#333);flex-shrink:0;align-items:center;gap:.25rem;padding:0 .5rem;display:inline-flex}.project-card__menu-btn{border:none;border-left:1px solid var(--color-border,#333);cursor:pointer;width:2.5rem;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 .5rem .5rem 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:.75rem;padding:1rem}.activity-feed--empty{text-align:center;padding:1.5rem}.activity-feed__title{color:var(--color-text-primary,#fff);margin:0 0 1rem;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:.75rem;padding:.625rem 0;display:flex}.activity-feed__item:last-child{border-bottom:none;padding-bottom:0}.activity-feed__icon{width:1.5rem;height:1.5rem;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:.25rem;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:.75rem;margin-bottom:1.5rem;padding:1rem}.feature-tips__header{align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.feature-tips__icon{border-radius:.375rem;flex-shrink:0;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;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:.1875rem;width:.875rem;height:.875rem}.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 .1875rem .1875rem;width:.625rem;height:.625rem}.feature-tips__icon--import:after{content:"";background:#fff;width:.125rem;height:.5rem;position:absolute;top:.3125rem;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:.125rem;width:1rem;height:.625rem}.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:.0625rem;width:.625rem;height:.75rem}.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:.875rem;height:.625rem}.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:.125rem;width:.875rem;height:.75rem}.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:.625rem;height:.375rem;position:absolute;top:.5rem}.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:1.5rem;height:1.5rem;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:.25rem}.feature-tips__title{color:var(--color-text-primary,#fff);margin:0 0 .5rem;font-size:1rem;font-weight:600}.feature-tips__description{color:var(--color-text-secondary,#888);margin:0 0 .75rem;font-size:.875rem;line-height:1.5}.feature-tips__action{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0d9488,#14b8a6);border:none;border-radius:.375rem;align-items:center;gap:.375rem;padding:.5rem 1rem;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:48em){.dashboard-stats__filters{grid-template-columns:repeat(2,1fr)}.dashboard-stats__summary-text{font-size:.8rem}.dashboard-stat-card{min-height:5rem;padding:1rem .75rem}.dashboard-stat-value{font-size:1.5rem}}@media (max-width:30em){.feature-tips{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;gap:.5rem;padding:.5rem 0;display:flex;overflow-x:auto}.feature-tips::-webkit-scrollbar{display:none}.feature-tips>*{white-space:nowrap;overflow-wrap:break-word;flex-shrink:0;padding:.375rem .75rem;font-size:.75rem}.feature-tips__title{overflow-wrap:break-word;word-break:break-word;font-size:.875rem}.feature-tips__description{white-space:normal;overflow-wrap:break-word;font-size:.8125rem}.project-card{box-sizing:border-box;border-radius:.375rem;width:100%;max-width:100%;overflow:hidden}.project-card:hover{box-shadow:none;transform:none}.project-card:active{background:var(--color-bg-tertiary)}.project-card__main{box-sizing:border-box;flex-wrap:wrap;gap:.25rem .5rem;width:100%;padding:.5rem .625rem;overflow:hidden}.project-card__name{flex-basis:100%;min-width:0;font-size:.85rem}.project-card__status-badge{padding:.125rem .375rem;font-size:.65rem}.project-card__progress{flex:1;min-width:0;max-width:none}.project-card__progress-text{font-size:.7rem}.project-card__menu-btn{flex-shrink:0;justify-content:center;align-items:center;min-width:2.75rem;min-height:2.75rem;padding:0;display:flex}.project-card__tags{display:none}ul.projects-list.projects-list--enhanced{box-sizing:border-box;gap:.375rem;width:100%;max-width:100%}.dashboard-stats__filters{box-sizing:border-box;grid-template-columns:repeat(2,1fr);gap:2%;width:100%}.dashboard-stat-card{border-radius:.5rem;min-height:3.75rem;padding:3% 2%}.dashboard-stat-value{font-size:1.4rem}.dashboard-stat-label{margin-top:.25rem;font-size:.7rem}}@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)}.project-card__last-edited{display:none}@media (max-width:30em){.project-card__last-edited{color:var(--color-text-muted);white-space:nowrap;flex-shrink:0;font-size:.6875rem;display:block}}.dashboard-sidepanel-layout{grid-template-columns:1fr 280px;align-items:start;gap:1rem;max-width:76rem;margin:0 auto;display:grid}.dashboard-sidepanel-layout__focus{min-width:0}@media (max-width:900px){.dashboard-sidepanel-layout{grid-template-columns:1fr}.schedule-radar-panel{display:none}}.dashboard-controls{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.dashboard-controls__search{background:var(--color-bg-tertiary);border:1px solid var(--color-border-primary);min-width:10rem;max-width:15rem;color:var(--color-text-primary);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%23748294' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85zm-5.242.156a5 5 0 1 1 0-10 5 5 0 0 1 0 10z'/%3E%3C/svg%3E");background-position:.5rem;background-repeat:no-repeat;border-radius:.4375rem;outline:none;flex:1;padding:.4375rem .625rem .4375rem 2rem;font-size:.8125rem;transition:border-color .15s}.dashboard-controls__search::placeholder{color:var(--color-text-tertiary)}.dashboard-controls__search:focus{border-color:var(--color-accent-primary)}.dashboard-controls__sort{background:var(--color-bg-tertiary);border:1px solid var(--color-border-primary);color:var(--color-text-primary);cursor:pointer;border-radius:.4375rem;padding:.4375rem .625rem;font-size:.75rem}.dashboard-controls__sort-dir{background:var(--color-bg-tertiary);border:1px solid var(--color-border-primary);width:1.875rem;color:var(--color-text-primary);cursor:pointer;border-radius:.4375rem;justify-content:center;align-items:center;padding:.4375rem 0;font-size:.875rem;font-weight:600;line-height:1;transition:all .15s;display:inline-flex}.dashboard-controls__sort-dir:hover{border-color:var(--color-accent-primary);color:var(--color-accent-primary)}.dashboard-controls__sort-dir:focus-visible{outline:2px solid var(--color-accent-primary);outline-offset:2px}.enhanced-project-card{background:var(--color-bg-secondary);border:1px solid var(--color-border-primary);z-index:0;border-radius:.5rem;align-items:stretch;transition:all .12s;display:flex;position:relative}.enhanced-project-card:hover,.enhanced-project-card:focus-within{z-index:10}.enhanced-project-card:hover{border-color:var(--color-accent-primary);box-shadow:var(--shadow-md);transform:translateY(-1px)}.enhanced-project-card--archived{opacity:.6}.enhanced-project-card__main{cursor:pointer;text-align:left;min-width:0;color:inherit;font:inherit;background:0 0;border:none;flex:1;align-items:center;gap:.75rem;padding:.625rem .875rem;display:flex}.enhanced-project-card__main:focus-visible{outline:2px solid var(--color-accent-primary);outline-offset:-2px;border-radius:.5rem}.enhanced-project-card__score{font-variant-numeric:tabular-nums;border-radius:.375rem;flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;font-size:.9375rem;font-weight:800;display:flex}.enhanced-project-card__score--on-track{background:color-mix(in srgb,var(--color-success)10%,transparent);color:var(--color-success);border:1px solid color-mix(in srgb,var(--color-success)18%,transparent)}.enhanced-project-card__score--at-risk{background:color-mix(in srgb,var(--color-warning)12%,transparent);color:var(--color-warning);border:1px solid color-mix(in srgb,var(--color-warning)20%,transparent)}.enhanced-project-card__score--behind{background:color-mix(in srgb,var(--task-color-orange)14%,transparent);color:var(--task-color-orange);border:1px solid color-mix(in srgb,var(--task-color-orange)25%,transparent)}.enhanced-project-card__score--overdue{background:color-mix(in srgb,var(--color-critical)14%,transparent);color:var(--color-critical);border:1px solid color-mix(in srgb,var(--color-critical)28%,transparent)}.enhanced-project-card__score--completed,.enhanced-project-card__score--needs-setup{background:color-mix(in srgb,var(--color-text-muted)10%,transparent);color:var(--color-text-muted);border:1px solid color-mix(in srgb,var(--color-text-muted)20%,transparent)}.enhanced-project-card__body{flex:1;min-width:0}.enhanced-project-card__title-row{align-items:center;gap:.5rem;margin-bottom:.25rem;display:flex}.enhanced-project-card__name{color:var(--color-text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:600;overflow:hidden}.enhanced-project-card__status-pill{text-transform:uppercase;letter-spacing:.03em;border-radius:999px;flex-shrink:0;padding:.1rem .4375rem;font-size:.5625rem;font-weight:600}.enhanced-project-card__status-pill--on-track{background:color-mix(in srgb,var(--color-success)12%,transparent);color:var(--color-success)}.enhanced-project-card__status-pill--at-risk{background:color-mix(in srgb,var(--color-warning)14%,transparent);color:var(--color-warning)}.enhanced-project-card__status-pill--behind{background:color-mix(in srgb,var(--task-color-orange)14%,transparent);color:var(--task-color-orange)}.enhanced-project-card__status-pill--overdue{background:color-mix(in srgb,var(--color-critical)16%,transparent);color:var(--color-critical)}.enhanced-project-card__status-pill--completed,.enhanced-project-card__status-pill--needs-setup{background:color-mix(in srgb,var(--color-text-muted)14%,transparent);color:var(--color-text-muted)}.enhanced-project-card__meta-row{align-items:center;gap:.625rem;font-size:.6875rem;display:flex}.enhanced-project-card__progress-track{background:var(--color-bg-tertiary);border-radius:.125rem;flex-shrink:0;width:6.25rem;height:.25rem;overflow:hidden}.enhanced-project-card__progress-fill{border-radius:.125rem;height:100%;transition:width .3s}.enhanced-project-card__progress-fill--on-track{background:var(--color-success)}.enhanced-project-card__progress-fill--at-risk{background:var(--color-warning)}.enhanced-project-card__progress-fill--behind{background:var(--task-color-orange)}.enhanced-project-card__progress-fill--overdue{background:var(--color-critical)}.enhanced-project-card__progress-fill--completed{background:var(--color-success)}.enhanced-project-card__progress-fill--needs-setup{background:var(--color-text-muted)}.enhanced-project-card__progress-text{color:var(--color-text-secondary);font-variant-numeric:tabular-nums;flex-shrink:0;font-weight:600}.enhanced-project-card__meta{color:var(--color-text-muted);text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.enhanced-project-card__meta--critical{color:var(--color-error)}.enhanced-project-card__deadline{text-align:right;flex-shrink:0;padding-right:.5rem}.enhanced-project-card__deadline-main{font-variant-numeric:tabular-nums;font-size:.75rem;font-weight:700}.enhanced-project-card__deadline--overdue{color:var(--color-error)}.enhanced-project-card__deadline--warn{color:var(--color-warning)}.enhanced-project-card__deadline--ok{color:var(--color-success)}.enhanced-project-card__deadline-sub{color:var(--color-text-tertiary);margin-top:.0625rem;font-size:.5625rem}.enhanced-project-card__menu-btn{border:none;border-left:1px solid var(--color-border-secondary);color:var(--color-text-muted);cursor:pointer;background:0 0;border-top-right-radius:.5rem;border-bottom-right-radius:.5rem;flex-shrink:0;padding:0 .625rem;font-size:1.125rem;transition:color .15s}.enhanced-project-card__menu-btn:hover,.enhanced-project-card__menu-btn--open{color:var(--color-text-primary);background:var(--color-bg-tertiary)}.enhanced-project-card__menu-btn:focus-visible{outline:2px solid var(--color-accent-primary);outline-offset:-2px}.enhanced-project-card__menu-dots{line-height:1;display:inline-block}.schedule-radar-panel{background:var(--color-bg-secondary);border:1px solid var(--color-border-primary);border-radius:.625rem;padding:.875rem;position:sticky;top:1.5rem}.schedule-radar-panel__header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.schedule-radar-panel__title{color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.6875rem;font-weight:600}.schedule-radar-panel__expand{font:inherit;color:var(--color-accent-primary);cursor:pointer;background:0 0;border:none;padding:0;font-size:.6875rem;font-weight:600;transition:color .15s}.schedule-radar-panel__expand:hover{color:var(--color-accent-secondary);text-decoration:underline}.schedule-radar-panel__expand:focus-visible{outline:2px solid var(--color-accent-primary);outline-offset:2px;border-radius:.25rem}.schedule-radar-panel__footer{border-top:1px solid var(--color-border-primary);margin-top:.75rem;padding-top:.75rem}.schedule-radar-panel__footer-btn{background:var(--color-bg-tertiary);border:1px solid var(--color-border-primary);width:100%;color:var(--color-text-primary);cursor:pointer;border-radius:.4375rem;padding:.5rem .75rem;font-size:.75rem;font-weight:600;transition:all .15s;display:block}.schedule-radar-panel__footer-btn:hover{border-color:var(--color-accent-primary);color:var(--color-accent-primary);background:color-mix(in srgb,var(--color-accent-primary)8%,var(--color-bg-tertiary))}.schedule-radar-panel__footer-btn:focus-visible{outline:2px solid var(--color-accent-primary);outline-offset:2px}.schedule-radar-panel__stats{grid-template-columns:repeat(4,1fr);gap:.3125rem;display:grid}.schedule-radar-panel__stat{background:var(--color-bg-tertiary);border:1px solid var(--color-border-secondary);text-align:center;font:inherit;color:inherit;border-radius:.375rem;margin:0;padding:.5rem .25rem}.schedule-radar-panel__stat--clickable{cursor:pointer;transition:border-color .15s,background .15s,transform .1s}.schedule-radar-panel__stat--clickable:hover{border-color:var(--color-accent-primary);background:color-mix(in srgb,var(--color-accent-primary)8%,var(--color-bg-tertiary))}.schedule-radar-panel__stat--clickable:focus-visible{outline:2px solid var(--color-accent-primary);outline-offset:2px}.schedule-radar-panel__stat--active{border-color:var(--color-accent-primary);background:color-mix(in srgb,var(--color-accent-primary)14%,var(--color-bg-tertiary))}.schedule-radar-panel__stat-val{font-variant-numeric:tabular-nums;font-size:1.125rem;font-weight:800}.schedule-radar-panel__stat-val--gr{color:var(--color-success)}.schedule-radar-panel__stat-val--yl{color:var(--color-warning)}.schedule-radar-panel__stat-val--or{color:var(--task-color-orange)}.schedule-radar-panel__stat-val--red{color:var(--color-critical)}.schedule-radar-panel__stat-label{color:var(--color-text-muted);margin-top:.125rem;font-size:.5625rem}.schedule-radar-panel__divider{background:var(--color-border-primary);opacity:.5;height:1px;margin:.75rem 0}.schedule-radar-panel__section-title{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.5rem;font-size:.625rem;font-weight:600}.schedule-radar-panel__empty{color:var(--color-text-muted);padding:.5rem 0;font-size:.6875rem}.schedule-radar-panel__vtl{padding-left:1rem;position:relative}.schedule-radar-panel__vtl:before{content:"";background:var(--color-border-primary);width:1px;position:absolute;top:0;bottom:0;left:.25rem}.schedule-radar-panel__vtl-item{text-align:left;width:100%;font:inherit;color:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:.25rem;margin-bottom:.625rem;padding-left:.625rem;transition:background .15s,border-color .15s;display:block;position:relative}.schedule-radar-panel__vtl-item:hover{background:color-mix(in srgb,var(--color-accent-primary)6%,transparent);border-color:color-mix(in srgb,var(--color-accent-primary)25%,transparent)}.schedule-radar-panel__vtl-item:focus-visible{outline:2px solid var(--color-accent-primary);outline-offset:2px}.schedule-radar-panel__vtl-item--active{background:color-mix(in srgb,var(--color-accent-primary)14%,transparent);border-color:color-mix(in srgb,var(--color-accent-primary)45%,transparent)}.schedule-radar-panel__vtl-dot{border-radius:50%;width:.4375rem;height:.4375rem;display:inline-block;position:absolute;top:.25rem;left:-.8125rem}.schedule-radar-panel__vtl-dot--red{background:var(--color-critical)}.schedule-radar-panel__vtl-dot--or{background:var(--task-color-orange)}.schedule-radar-panel__vtl-dot--yl{background:var(--color-warning)}.schedule-radar-panel__vtl-dot--gr{background:var(--color-success)}.schedule-radar-panel__vtl-dot--muted{background:var(--color-text-muted)}.schedule-radar-panel__vtl-date{color:var(--color-text-muted);font-size:.5625rem;font-weight:600}.schedule-radar-panel__vtl-name{color:var(--color-text-primary);white-space:nowrap;text-overflow:ellipsis;margin-top:.0625rem;font-size:.6875rem;font-weight:500;overflow:hidden}.schedule-radar-panel__vtl-name--overdue{color:var(--color-critical)}.schedule-radar-panel__vtl-info{color:var(--color-text-muted);margin-top:.0625rem;font-size:.5625rem}.schedule-radar-panel__overlap-item{background:color-mix(in srgb,var(--color-warning)8%,transparent);border:1px solid color-mix(in srgb,var(--color-warning)20%,transparent);text-align:left;width:100%;font:inherit;color:inherit;cursor:pointer;border-radius:.375rem;margin-bottom:.375rem;padding:.4375rem .5rem;transition:background .15s,border-color .15s;display:block}.schedule-radar-panel__overlap-item:hover{background:color-mix(in srgb,var(--color-warning)14%,transparent);border-color:color-mix(in srgb,var(--color-warning)35%,transparent)}.schedule-radar-panel__overlap-item:focus-visible{outline:2px solid var(--color-accent-primary);outline-offset:2px}.schedule-radar-panel__overlap-item--active{background:color-mix(in srgb,var(--color-warning)18%,transparent);border-color:color-mix(in srgb,var(--color-warning)50%,transparent)}.schedule-radar-panel__overlap-label{color:var(--color-warning);font-size:.625rem;font-weight:600}.schedule-radar-panel__overlap-detail{color:var(--color-text-muted);margin-top:.125rem;font-size:.5625rem}.sidepanel-projects-list{flex-direction:column;gap:.375rem;margin:0;padding:0;list-style:none;display:flex}.sidepanel-projects-list>li{position:relative}.projects-list__empty{text-align:center;color:var(--color-text-muted);background:var(--color-bg-secondary);border:1px dashed var(--color-border-primary);border-radius:.5rem;padding:2rem 1rem;font-size:.8125rem}.sidepanel-pressure-banner{background:color-mix(in srgb,var(--color-accent-primary)10%,var(--color-bg-secondary));border:1px solid color-mix(in srgb,var(--color-accent-primary)30%,transparent);color:var(--color-text-primary);border-radius:.5rem;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.5rem;padding:.5rem .75rem;font-size:.75rem;display:flex}.sidepanel-pressure-banner__text strong{color:var(--color-accent-primary);font-weight:600}.sidepanel-pressure-banner__clear{border:1px solid var(--color-border-primary);color:var(--color-text-secondary);cursor:pointer;background:0 0;border-radius:.375rem;padding:.25rem .5rem;font-size:.6875rem;font-weight:500;transition:all .15s}.sidepanel-pressure-banner__clear:hover{border-color:var(--color-accent-primary);color:var(--color-accent-primary)}.sidepanel-pressure-banner__clear:focus-visible{outline:2px solid var(--color-accent-primary);outline-offset:2px}.portfolio-timeline-page{max-width:1600px;margin:0 auto;padding:2rem 2rem 4rem}.portfolio-timeline-page__header{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.portfolio-timeline-page__back{background:var(--color-bg-secondary);border:1px solid var(--color-border-primary);color:var(--color-text-primary);cursor:pointer;border-radius:.5rem;padding:.5rem .875rem;font-size:.8125rem;font-weight:500;transition:all .15s}.portfolio-timeline-page__back:hover{border-color:var(--color-accent-primary);color:var(--color-accent-primary)}.portfolio-timeline-page__back:focus-visible{outline:2px solid var(--color-accent-primary);outline-offset:2px}.portfolio-timeline-page__title{color:var(--color-text-primary);margin:0;font-size:1.375rem;font-weight:700}.portfolio-timeline-page__count{color:var(--color-text-muted);font-size:.8125rem}.portfolio-timeline-page__zoom{background:var(--color-bg-tertiary);border:1px solid var(--color-border-primary);border-radius:.5rem;gap:.25rem;margin-left:auto;padding:.1875rem;display:inline-flex}.portfolio-timeline-page__zoom-btn{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:.375rem;padding:.375rem .75rem;font-size:.75rem;font-weight:500;transition:all .15s}.portfolio-timeline-page__zoom-btn:hover{color:var(--color-text-primary)}.portfolio-timeline-page__zoom-btn--active{background:var(--color-accent-primary);color:#fff;font-weight:600}.portfolio-timeline-page__zoom-btn:focus-visible{outline:2px solid var(--color-accent-primary);outline-offset:2px}.portfolio-timeline-page__empty,.portfolio-timeline-page__canvas-placeholder{text-align:center;color:var(--color-text-muted);background:var(--color-bg-secondary);border:1px dashed var(--color-border-primary);border-radius:.75rem;padding:4rem 2rem;font-size:.9375rem}.portfolio-timeline{background:var(--color-bg-secondary);border:1px solid var(--color-border-primary);border-radius:.75rem;overflow:hidden}.portfolio-timeline__scroll{cursor:grab;-webkit-user-select:none;user-select:none;max-height:calc(100vh - 220px);position:relative;overflow:auto}.portfolio-timeline__scroll--dragging{cursor:grabbing}.portfolio-timeline__today-line{background:var(--color-accent-primary);z-index:2;pointer-events:none;width:2px;box-shadow:0 0 6px color-mix(in srgb,var(--color-accent-primary)40%,transparent);position:absolute;top:0;bottom:0}.portfolio-timeline__today-label{background:var(--color-accent-primary);color:#fff;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;z-index:3;border-radius:3px;width:max-content;margin-left:-1px;padding:1px 6px;font-size:.5625rem;font-weight:700;display:block;position:sticky;top:58px;transform:translate(-50%)}.portfolio-timeline__grid{min-width:100%;display:grid}.portfolio-timeline__header-left{z-index:3;background:var(--color-bg-tertiary);border-bottom:1px solid var(--color-border-primary);border-right:1px solid var(--color-border-primary);text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-secondary);align-items:flex-end;height:56px;padding:.75rem .875rem;font-size:.6875rem;font-weight:700;display:flex;position:sticky;top:0;left:0}.portfolio-timeline__header-axis{z-index:2;background:var(--color-bg-tertiary);border-bottom:1px solid var(--color-border-primary);height:56px;position:sticky;top:0}.portfolio-timeline__axis-months{border-bottom:1px solid var(--color-border-secondary);height:28px;position:relative}.portfolio-timeline__axis-month{color:var(--color-text-primary);white-space:nowrap;text-transform:uppercase;letter-spacing:.04em;padding:.375rem .5rem 0 .375rem;font-size:.6875rem;font-weight:700;position:absolute;top:0}.portfolio-timeline__axis-ticks{height:28px;position:relative}.portfolio-timeline__axis-tick{color:var(--color-text-muted);text-align:center;border-right:1px solid color-mix(in srgb,var(--color-border-primary)40%,transparent);justify-content:center;align-items:center;font-size:.5625rem;display:flex;position:absolute;top:0;bottom:0}.portfolio-timeline__axis-tick--weekend{background:color-mix(in srgb,var(--color-text-muted)6%,transparent)}.portfolio-timeline__axis-tick--today{background:color-mix(in srgb,var(--color-accent-primary)14%,transparent);color:var(--color-accent-primary);font-weight:700}.portfolio-timeline__row-left{z-index:1;background:var(--color-bg-secondary);border:none;border-right:1px solid var(--color-border-primary);border-bottom:1px solid var(--color-border-secondary);width:100%;height:44px;font:inherit;color:inherit;text-align:left;-webkit-user-select:text;user-select:text;align-items:center;gap:.625rem;margin:0;padding:.5rem .75rem;display:flex;position:sticky;left:0}.portfolio-timeline__row-left--clickable{cursor:pointer;transition:background .15s}.portfolio-timeline__row-left--clickable:hover{background:color-mix(in srgb,var(--color-accent-primary)8%,var(--color-bg-secondary))}.portfolio-timeline__row-left--clickable:focus-visible{outline:2px solid var(--color-accent-primary);outline-offset:-2px}.portfolio-timeline__score{font-variant-numeric:tabular-nums;border:1px solid #0000;border-radius:.375rem;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.75rem;font-weight:800;display:flex}.portfolio-timeline__bar--on-track,.portfolio-timeline__score.portfolio-timeline__bar--on-track{background:color-mix(in srgb,var(--color-success)35%,transparent);color:var(--color-success);border-color:color-mix(in srgb,var(--color-success)60%,transparent)}.portfolio-timeline__bar--at-risk,.portfolio-timeline__score.portfolio-timeline__bar--at-risk{background:color-mix(in srgb,var(--color-warning)40%,transparent);color:var(--color-warning);border-color:color-mix(in srgb,var(--color-warning)65%,transparent)}.portfolio-timeline__bar--behind,.portfolio-timeline__score.portfolio-timeline__bar--behind{background:color-mix(in srgb,var(--task-color-orange)35%,transparent);color:var(--task-color-orange);border-color:color-mix(in srgb,var(--task-color-orange)60%,transparent)}.portfolio-timeline__bar--overdue,.portfolio-timeline__score.portfolio-timeline__bar--overdue{background:color-mix(in srgb,var(--color-critical)35%,transparent);color:var(--color-critical);border-color:color-mix(in srgb,var(--color-critical)60%,transparent)}.portfolio-timeline__bar--completed,.portfolio-timeline__score.portfolio-timeline__bar--completed,.portfolio-timeline__bar--needs-setup,.portfolio-timeline__score.portfolio-timeline__bar--needs-setup{background:color-mix(in srgb,var(--color-text-muted)25%,transparent);color:var(--color-text-muted);border-color:color-mix(in srgb,var(--color-text-muted)50%,transparent)}.portfolio-timeline__row-meta{flex:1;min-width:0}.portfolio-timeline__row-name{color:var(--color-text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.8125rem;font-weight:600;overflow:hidden}.portfolio-timeline__row-status{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em;margin-top:.0625rem;font-size:.625rem}.portfolio-timeline__row-axis{border-bottom:1px solid var(--color-border-secondary);background-image:linear-gradient(to right,color-mix(in srgb,var(--color-border-primary)18%,transparent)0 1px,transparent 1px 100%);height:44px;position:relative}.portfolio-timeline__bar{pointer-events:none;border:1px solid #0000;border-radius:4px;height:22px;position:absolute;top:50%;overflow:hidden;transform:translateY(-50%)}.portfolio-timeline__bar-fill{background:color-mix(in srgb,currentColor 40%,transparent);pointer-events:none;position:absolute;top:0;bottom:0;left:0}.portfolio-timeline__bar-label{white-space:nowrap;text-overflow:ellipsis;color:var(--color-text-primary);padding:0 .5rem;font-size:.6875rem;font-weight:600;line-height:22px;display:block;position:relative;overflow:hidden}.portfolio-timeline__no-range{border:1px dashed var(--color-border-primary);color:var(--color-text-muted);pointer-events:none;background:0 0;border-radius:4px;padding:.125rem .5rem;font-size:.75rem;position:absolute;top:50%;transform:translateY(-50%)}@media (max-width:900px){.portfolio-timeline-page{padding:1rem .75rem 2rem}.portfolio-timeline-page__header{flex-wrap:wrap;gap:.5rem}.portfolio-timeline-page__zoom{margin-left:0}.portfolio-timeline-page__count{order:5;width:100%}.portfolio-timeline__row-status{display:none}}.dash-tooltip{display:inline-block;position:relative}.dash-tooltip:focus-visible{outline:2px solid var(--color-accent-primary);outline-offset:2px;border-radius:.25rem}.dash-tooltip__popover{z-index:1000;background:var(--color-bg-elevated,var(--color-bg-secondary));border:1px solid var(--color-border-primary);min-width:14rem;max-width:22rem;color:var(--color-text-primary);pointer-events:none;white-space:normal;border-radius:.5rem;padding:.625rem .75rem;font-size:.75rem;line-height:1.45;animation:.12s ease-out dash-tooltip-fade;position:absolute;box-shadow:0 10px 25px -5px #0000004d,0 4px 6px -2px #00000026}@keyframes dash-tooltip-fade{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}.dash-tooltip__popover--top{animation-name:dash-tooltip-fade-top;bottom:calc(100% + .5rem);left:50%;transform:translate(-50%)}@keyframes dash-tooltip-fade-top{0%{opacity:0;transform:translate(-50%)translateY(2px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.dash-tooltip__popover--bottom{animation-name:dash-tooltip-fade-bottom;top:calc(100% + .5rem);left:50%;transform:translate(-50%)}@keyframes dash-tooltip-fade-bottom{0%{opacity:0;transform:translate(-50%)translateY(-2px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.dash-tooltip__popover--left{top:50%;right:calc(100% + .5rem);transform:translateY(-50%)}.dash-tooltip__popover--right{top:50%;left:calc(100% + .5rem);transform:translateY(-50%)}.health-breakdown__header{justify-content:space-between;align-items:baseline;margin-bottom:.25rem;display:flex}.health-breakdown__title{text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-secondary);font-size:.625rem;font-weight:700}.health-breakdown__value{font-variant-numeric:tabular-nums;color:var(--color-text-primary);font-size:1.125rem;font-weight:800}.health-breakdown__hint{color:var(--color-text-muted);border-bottom:1px solid var(--color-border-secondary);margin-bottom:.5rem;padding-bottom:.375rem;font-size:.6875rem}.health-breakdown__rows{flex-direction:column;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.health-breakdown__row{grid-template-columns:5rem 2.25rem 1fr;align-items:baseline;gap:.375rem;font-size:.6875rem;display:grid}.health-breakdown__row-label{color:var(--color-text-secondary);font-weight:600}.health-breakdown__row-points{font-variant-numeric:tabular-nums;color:var(--color-text-muted);text-align:right;font-weight:700}.health-breakdown__row-points--penalty{color:var(--color-critical)}.health-breakdown__row-reason{color:var(--color-text-muted);text-overflow:ellipsis;overflow:hidden}.status-explainer__title{color:var(--color-text-primary);margin-bottom:.25rem;font-size:.75rem;font-weight:700}.status-explainer__meaning{color:var(--color-text-secondary);font-size:.6875rem;line-height:1.5}.status-explainer__reason{border-top:1px solid var(--color-border-secondary);color:var(--color-text-muted);margin-top:.375rem;padding-top:.375rem;font-size:.6875rem;font-style:italic}.deadline-explainer__title{color:var(--color-text-primary);margin-bottom:.25rem;font-size:.75rem;font-weight:700}.deadline-explainer__meaning{color:var(--color-text-secondary);margin-bottom:.25rem;font-size:.6875rem}.deadline-explainer__forecast{color:var(--color-text-muted);border-top:1px solid var(--color-border-secondary);font-variant-numeric:tabular-nums;padding-top:.375rem;font-size:.6875rem}
