:root{--color-bg: #f8f8f6;--color-surface: #ffffff;--color-navy: #1a1a2e;--color-navy-mid: #2d2d44;--color-red: #e63946;--color-red-muted: #f8d7da;--color-green: #2d6a4f;--color-green-muted: #d8f3dc;--color-amber: #9d6200;--color-amber-muted: #fff3cd;--color-text: #1a1a2e;--color-text-muted: #6b7280;--color-border: #e5e7eb;--font-display: "Inter", system-ui, -apple-system, sans-serif;--font-body: "Inter", system-ui, -apple-system, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", monospace;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .08);--shadow-md: 0 4px 16px rgba(0, 0, 0, .1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{font-family:var(--font-body);background:var(--color-bg);color:var(--color-text);line-height:1.5;-webkit-font-smoothing:antialiased}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--color-navy)}.login-card{background:var(--color-surface);border-radius:var(--radius-lg);padding:3rem 2.5rem;width:100%;max-width:400px;text-align:center;box-shadow:var(--shadow-md)}.login-logo{margin-bottom:1.5rem;display:flex;justify-content:center}.login-card h1{font-size:1.375rem;font-weight:700;color:var(--color-navy);margin-bottom:.75rem;letter-spacing:-.02em}.login-card p{color:var(--color-text-muted);font-size:.9375rem;margin-bottom:2rem}.login-btn{display:inline-flex;align-items:center;gap:.625rem;background:var(--color-navy);color:#fff;border:none;border-radius:var(--radius-md);padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;cursor:pointer;width:100%;justify-content:center;transition:background .15s}.login-btn:hover{background:var(--color-navy-mid)}.login-btn:focus-visible{outline:2px solid var(--color-red);outline-offset:2px}.app-shell{min-height:100vh;display:flex;flex-direction:column}.nav{background:var(--color-navy);color:#fff;display:flex;align-items:center;gap:2rem;padding:0 2rem;height:56px;flex-shrink:0;border-bottom:2px solid var(--color-red)}.nav-brand-name{font-weight:700;font-size:.9375rem;letter-spacing:-.01em;white-space:nowrap}.nav-links{display:flex;gap:.25rem;flex:1}.nav-link{color:#ffffffb3;text-decoration:none;padding:.375rem .75rem;border-radius:var(--radius-sm);font-size:.875rem;font-weight:500;transition:color .15s,background .15s}.nav-link:hover{color:#fff;background:#ffffff14}.nav-link.active{color:#fff;background:#ffffff1f}.nav-link:focus-visible{outline:2px solid var(--color-red);outline-offset:2px}.nav-user{display:flex;align-items:center;gap:1rem;margin-left:auto}.nav-user-name{font-size:.875rem;color:#ffffffb3}.nav-signout{background:none;border:1px solid rgba(255,255,255,.25);color:#ffffffd9;border-radius:var(--radius-sm);padding:.3rem .75rem;font-size:.8125rem;cursor:pointer;transition:border-color .15s,color .15s}.nav-signout:hover{border-color:#fff9;color:#fff}.main-content{flex:1;padding:2rem;max-width:1280px;width:100%;margin:0 auto}.loading-screen,.error-screen{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:var(--color-text-muted)}.loading-spinner{width:32px;height:32px;border:3px solid var(--color-border);border-top-color:var(--color-navy);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-screen h2{color:var(--color-red);font-size:1.25rem}.page-stub{padding:3rem;background:var(--color-surface);border-radius:var(--radius-lg);border:2px dashed var(--color-border);color:var(--color-text-muted)}.page-stub h2{font-size:1.125rem;margin-bottom:.5rem;color:var(--color-text)}.current-campaign{display:flex;flex-direction:column;gap:1.5rem}.cc-header{display:flex;align-items:flex-start;justify-content:space-between}.cc-title{font-size:1.5rem;font-weight:700;color:var(--color-text);letter-spacing:-.02em;margin-bottom:.375rem}.cc-meta{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.cc-deadline{font-size:.875rem;font-weight:600;color:var(--color-amber)}.cc-deadline--overdue{color:var(--color-red)}.cc-deadline--none{color:var(--color-text-muted);font-weight:400}.cc-sync{font-size:.8125rem;color:var(--color-text-muted)}.cc-body{display:grid;grid-template-columns:auto 1fr;gap:1.5rem;align-items:start}@media (max-width: 720px){.cc-body{grid-template-columns:1fr}}.card{background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:1.75rem}.card-title{font-size:.9375rem;font-weight:600;color:var(--color-text);margin-bottom:1.25rem;letter-spacing:-.01em}.cc-hero-card{display:flex;flex-direction:column;align-items:center;gap:1rem;min-width:220px}.cc-hero-text{text-align:center}.cc-hero-count{font-size:1.5rem;font-weight:700;color:var(--color-text);letter-spacing:-.03em;line-height:1.2}.cc-hero-label{font-size:.875rem;color:var(--color-text-muted);margin-bottom:.25rem}.cc-hero-pct{font-size:2rem;font-weight:800;color:var(--color-navy);letter-spacing:-.04em;line-height:1}.cc-hero-remaining{font-size:.8125rem;color:var(--color-text-muted);margin-top:.25rem}.dept-list{display:flex;flex-direction:column;gap:.75rem}.dept-row{display:grid;grid-template-columns:140px 1fr 60px;align-items:center;gap:.75rem}.dept-name{font-size:.875rem;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dept-bar-wrap{flex:1}.dept-bar-track{height:8px;background:var(--color-border);border-radius:4px;overflow:hidden}.dept-bar-fill{height:100%;border-radius:4px;transition:width .4s ease}.dept-count{font-size:.8125rem;color:var(--color-text-muted);text-align:right;white-space:nowrap}.cc-noncompleters{margin-top:0}.nc-table{width:100%;border-collapse:collapse;font-size:.875rem}.nc-table th{text-align:left;font-size:.75rem;font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;padding:0 .75rem .75rem 0;border-bottom:1px solid var(--color-border)}.nc-table td{padding:.625rem .75rem .625rem 0;border-bottom:1px solid var(--color-border);color:var(--color-text)}.nc-table tr:last-child td{border-bottom:none}.nc-jobtitle{color:var(--color-text-muted)}.cc-complete-banner{display:flex;align-items:center;gap:.75rem;font-size:.9375rem;color:var(--color-green);font-weight:500}.cc-complete-icon{font-size:1.25rem;width:2rem;height:2rem;background:var(--color-green-muted);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.page-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:4rem;color:var(--color-text-muted);font-size:.9375rem}.page-error{padding:3rem;background:var(--color-surface);border-radius:var(--radius-lg);color:var(--color-red);font-size:.9375rem}.hist-page{display:flex;flex-direction:column;gap:1.5rem}.hist-header{display:flex;align-items:baseline;gap:1rem}.hist-title{font-size:1.5rem;font-weight:700;color:var(--color-text);letter-spacing:-.02em}.hist-subtitle{font-size:.875rem;color:var(--color-text-muted)}.hist-table-card{padding:0;overflow:hidden}.hist-table{width:100%;border-collapse:collapse;font-size:.875rem}.hist-table th{text-align:left;font-size:.75rem;font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;padding:1rem .75rem .75rem;border-bottom:1px solid var(--color-border);white-space:nowrap}.hist-table td{padding:.75rem;border-bottom:1px solid var(--color-border);vertical-align:middle}.hist-table tbody tr:last-child td{border-bottom:none}.hist-table tbody tr:hover{background:#f9f9f7}.hist-td--name{font-weight:500;color:var(--color-text);white-space:nowrap;max-width:280px;overflow:hidden;text-overflow:ellipsis}.hist-td--month{color:var(--color-text-muted);white-space:nowrap}.hist-th--bar,.hist-td--bar{width:180px}.hist-th--rate,.hist-td--rate{text-align:center}.hist-rate{font-weight:700;font-size:.9375rem}.hist-th--counts,.hist-td--counts{text-align:center;color:var(--color-text-muted);font-variant-numeric:tabular-nums}.hist-count--deadline{color:var(--color-green)}.hist-count--extended{color:var(--color-amber)}.hist-count--missed{color:var(--color-red)}.hist-count--pending{color:var(--color-text-muted)}.class-bar{height:10px;border-radius:5px;overflow:hidden;display:flex;background:var(--color-border)}.class-bar__seg{height:100%;transition:width .4s ease}.class-bar__seg--deadline{background:var(--color-green)}.class-bar__seg--extended{background:var(--color-amber)}.class-bar__seg--missed{background:var(--color-red)}.class-bar__seg--pending{background:#d1d5db}.hist-legend{display:flex;gap:1.5rem;padding:1rem .75rem 1.25rem;flex-wrap:wrap}.hist-legend__item{display:flex;align-items:center;gap:.4rem;font-size:.8125rem;color:var(--color-text-muted)}.hist-legend__item:before{content:"";display:inline-block;width:10px;height:10px;border-radius:2px;flex-shrink:0}.hist-legend__item--deadline:before{background:var(--color-green)}.hist-legend__item--extended:before{background:var(--color-amber)}.hist-legend__item--missed:before{background:var(--color-red)}.hist-legend__item--pending:before{background:#d1d5db}.hist-chart-card{margin-top:0}.health-page{display:flex;flex-direction:column;gap:1.5rem}.health-header{display:flex;flex-direction:column;gap:.25rem}.health-title{font-size:1.5rem;font-weight:700;color:var(--color-text);letter-spacing:-.02em}.health-subtitle{font-size:.875rem;color:var(--color-text-muted)}.health-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media (max-width: 720px){.health-summary{grid-template-columns:1fr}}.health-summary-card{display:flex;flex-direction:column;gap:.375rem}.health-summary-label{font-size:.75rem;font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em}.health-summary-value{font-size:1.125rem;font-weight:700;color:var(--color-text);line-height:1.3}.health-summary-sub{font-size:.8125rem;color:var(--color-text-muted)}.health-badge{display:inline-block;padding:.2rem .6rem;border-radius:999px;font-size:.8125rem;font-weight:600;letter-spacing:.01em}.health-badge--success{background:var(--color-green-muted);color:var(--color-green)}.health-badge--partial{background:var(--color-amber-muted);color:var(--color-amber)}.health-badge--failed{background:var(--color-red-muted);color:var(--color-red)}.health-log-card{padding:1.75rem}.health-table{width:100%;border-collapse:collapse;font-size:.875rem;margin-top:.5rem}.health-table th{text-align:left;font-size:.75rem;font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;padding:0 .75rem .75rem 0;border-bottom:1px solid var(--color-border);white-space:nowrap}.health-th--num{text-align:center}.health-table td{padding:.625rem .75rem .625rem 0;border-bottom:1px solid var(--color-border);vertical-align:middle}.health-table tbody tr:last-child td{border-bottom:none}.health-row--error{background:#fff8f8}.health-td--date{white-space:nowrap;color:var(--color-text)}.health-td--mono{font-family:var(--font-mono);font-size:.8125rem;color:var(--color-text-muted);white-space:nowrap}.health-td--num{text-align:center;font-variant-numeric:tabular-nums;color:var(--color-text-muted)}.health-td--errors{max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.health-error-text{color:var(--color-red);font-size:.8125rem}.health-no-errors{color:var(--color-border)}.health-empty{color:var(--color-text-muted);font-size:.9375rem;padding:1rem 0}.health-badge--skipped{background:#f3f4f6;color:var(--color-text-muted)}.manager-view{display:flex;flex-direction:column;gap:1.5rem}.manager-view__header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.manager-view__title{font-size:1.5rem;font-weight:700;color:var(--color-text);letter-spacing:-.02em}.org-legend{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.org-legend__item{font-size:.8125rem;color:var(--color-text-muted);display:flex;align-items:center;gap:.4rem}.org-legend__item:before{content:"";display:inline-block;width:14px;height:14px;border-radius:50%;border:2.5px solid transparent;background:var(--color-border);flex-shrink:0}.org-legend__item--complete:before{border-color:var(--color-green)}.org-legend__item--incomplete:before{border-color:var(--color-red)}.org-legend__hint{font-size:.8125rem;color:var(--color-text-muted);font-style:italic}.org-tree-card{padding:.5rem 0}.org-tree-node,.org-tree-children{display:flex;flex-direction:column}.org-node{display:flex;flex-direction:row;align-items:center;gap:.75rem;padding:.375rem 1rem;border-radius:var(--radius-md);transition:background .12s;position:relative;-webkit-user-select:none;user-select:none}.org-node:hover{background:var(--color-bg)}.org-node--clickable{cursor:pointer}.org-node__toggle{font-size:.75rem;color:var(--color-text-muted);width:1rem;flex-shrink:0;text-align:center;line-height:1}.org-node__toggle--leaf{visibility:hidden}.org-avatar{width:34px;height:34px;border-radius:50%;border:2.5px solid transparent;overflow:hidden;flex-shrink:0;box-shadow:var(--shadow-sm)}.org-avatar--complete{border-color:var(--color-green)}.org-avatar--incomplete{border-color:var(--color-red)}.org-avatar__img{width:100%;height:100%;object-fit:cover;display:block}.org-avatar__initials{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.6875rem;font-weight:700;letter-spacing:.02em}.org-node__info{display:flex;flex-direction:column;gap:.0625rem;min-width:0}.org-node__name{font-size:.875rem;font-weight:500;color:var(--color-text);white-space:nowrap}.org-node__title{font-size:.75rem;color:var(--color-text-muted);white-space:nowrap}.org-tooltip{position:absolute;top:calc(100% + 4px);left:1rem;background:var(--color-navy);color:#fff;border-radius:var(--radius-md);padding:.625rem .75rem;min-width:180px;max-width:240px;z-index:100;box-shadow:var(--shadow-md);pointer-events:none}.org-tooltip:before{content:"";position:absolute;bottom:100%;left:1.5rem;border:6px solid transparent;border-bottom-color:var(--color-navy)}.org-tooltip__name{font-size:.8125rem;font-weight:600;margin-bottom:.25rem}.org-tooltip__title{font-size:.75rem;color:#ffffffb3;margin-bottom:.125rem}.org-tooltip__dept{font-size:.75rem;color:#fff9;margin-bottom:.375rem}.org-tooltip__status{font-size:.75rem;font-weight:600;padding:.125rem .5rem;border-radius:999px;display:inline-block}.org-tooltip__status--done{background:var(--color-green-muted);color:var(--color-green)}.org-tooltip__status--pending{background:var(--color-red-muted);color:var(--color-red)}.org-status-badge{margin-left:auto;flex-shrink:0;font-size:.75rem;font-weight:600;padding:.2rem .625rem;border-radius:999px;white-space:nowrap}.org-status-badge--complete{background:var(--color-green-muted);color:var(--color-green)}.org-status-badge--incomplete{background:var(--color-red-muted);color:var(--color-red)}.org-rollup{margin-left:auto;flex-shrink:0;display:flex;align-items:center;gap:.375rem}.org-rollup__label{font-size:.8125rem;font-weight:600;color:var(--color-text-muted);white-space:nowrap}.settings-section{display:flex;flex-direction:column;gap:1rem}.settings-field{display:flex;flex-direction:column;gap:.5rem}.settings-label{font-size:.875rem;font-weight:600;color:var(--color-text)}.settings-hint{font-size:.8125rem;color:var(--color-text-muted)}.settings-current{font-size:.875rem;color:var(--color-text);display:flex;align-items:center;gap:.75rem}.settings-saved{font-size:.75rem;font-weight:600;color:var(--color-green);background:var(--color-green-muted);padding:.125rem .5rem;border-radius:999px}.settings-picker{position:relative;max-width:360px}.settings-search{width:100%;padding:.5rem .75rem;border:1px solid var(--color-border);border-radius:var(--radius-md);font-size:.875rem;font-family:var(--font-body);color:var(--color-text);background:var(--color-surface);outline:none}.settings-search:focus{border-color:var(--color-navy)}.settings-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-md);z-index:50;overflow:hidden}.settings-dropdown__item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.625rem .75rem;background:none;border:none;border-bottom:1px solid var(--color-border);cursor:pointer;text-align:left;gap:.5rem;transition:background .12s}.settings-dropdown__item:last-child{border-bottom:none}.settings-dropdown__item:hover{background:var(--color-bg)}.settings-dropdown__item:disabled{opacity:.5;cursor:wait}.settings-dropdown__name{font-size:.875rem;font-weight:500;color:var(--color-text)}.settings-dropdown__dept{font-size:.75rem;color:var(--color-text-muted);white-space:nowrap}.dept-list{display:flex;flex-direction:column;border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:visible;margin-top:.5rem}.dept-row{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;border-bottom:1px solid var(--color-border);background:var(--color-surface);position:relative}.dept-row:first-child{border-radius:var(--radius-md) var(--radius-md) 0 0}.dept-row:last-child{border-bottom:none;border-radius:0 0 var(--radius-md) var(--radius-md)}.dept-row:nth-child(2n){background:var(--color-bg)}.dept-row__name{font-size:.875rem;font-weight:500;color:var(--color-text);min-width:180px;flex-shrink:0}.dept-row__head{flex:1;display:flex;align-items:center}.dept-row__assigned{display:flex;align-items:center;gap:.625rem}.dept-row__head-name{font-size:.875rem;color:var(--color-text)}.dept-row__clear{background:none;border:none;color:var(--color-text-muted);cursor:pointer;font-size:1rem;line-height:1;padding:.125rem .25rem;border-radius:var(--radius-sm);transition:color .12s,background .12s}.dept-row__clear:hover{color:var(--color-red);background:var(--color-red-muted)}.dept-row__unassigned{display:flex;align-items:center;gap:.75rem;flex:1}.dept-row__none{font-size:.8125rem;color:var(--color-text-muted);font-style:italic;min-width:90px}.settings-search--sm{padding:.375rem .625rem;font-size:.8125rem;max-width:220px}.team-page{display:flex;flex-direction:column;gap:2rem}.team-section__title{font-size:1rem;font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:1rem}.team-dept-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.team-dept-card{display:flex;flex-direction:column;gap:1rem;padding:1.25rem 1.5rem}.team-dept-card__head{display:flex;align-items:center;gap:.875rem}.team-dept-avatar{width:44px;height:44px;border-radius:50%;overflow:hidden;flex-shrink:0;box-shadow:var(--shadow-sm)}.team-dept-avatar__img{width:100%;height:100%;object-fit:cover;display:block}.team-dept-avatar__initials{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.8125rem;font-weight:700;letter-spacing:.02em}.team-dept-card__meta{display:flex;flex-direction:column;gap:.125rem;min-width:0;flex:1}.team-dept-card__dept{font-size:.9375rem;font-weight:700;color:var(--color-text);letter-spacing:-.01em;white-space:normal;word-break:break-word;line-height:1.3}.team-dept-card__name{font-size:.8125rem;color:var(--color-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.team-dept-card__stats{display:flex;align-items:center;gap:.75rem}.team-dept-card__count{font-size:1.25rem;font-weight:800;letter-spacing:-.03em;white-space:nowrap;flex-shrink:0}.team-dept-card__count-of{font-size:.875rem;font-weight:500;opacity:.6}.team-dept-card__track{flex:1;height:6px;background:var(--color-border);border-radius:3px;overflow:hidden}.team-dept-card__fill{height:100%;border-radius:3px;transition:width .4s ease}.team-dept-card__pct{font-size:.8125rem;font-weight:700;white-space:nowrap;flex-shrink:0;min-width:36px;text-align:right}.team-me-card{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;border-left:3px solid transparent}.team-me-card--complete{border-left-color:var(--color-green)}.team-me-card--incomplete{border-left-color:var(--color-red)}.team-me-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0;box-shadow:var(--shadow-sm)}.team-me-avatar__img{width:100%;height:100%;object-fit:cover;display:block}.team-me-avatar__initials{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.9375rem;font-weight:700;letter-spacing:.02em}.team-me-info{display:flex;flex-direction:column;gap:.125rem;flex:1;min-width:0}.team-me-name{font-size:.9375rem;font-weight:600;color:var(--color-text)}.team-me-title{font-size:.8125rem;color:var(--color-text-muted)}
