.app{min-height:100vh}:root{--bg:#f5f6f8;--surface:#fff;--surface-2:#fafbfc;--border:#e6e8ec;--border-strong:#d6d9df;--text:#171a1f;--muted:#6b7280;--accent:#0d9488;--accent-hover:#0f766e;--accent-weak:#d3f3ee;--ok-bg:#ecfdf3;--ok-text:#067647;--ko-bg:#fef3f2;--ko-text:#b42318;--run-bg:#fffaeb;--run-text:#b54708;--info-bg:#eff6ff;--info-text:#2a78d6;--shadow:0 1px 2px #1018280f, 0 1px 3px #1018281a;--radius:10px;color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:14px}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;margin:0}.app{border-inline:1px solid var(--border);max-width:1440px;margin-inline:auto}.topbar{z-index:10;background:var(--surface);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;height:56px;padding:0 24px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:10px;display:flex}.brand__mark{background:var(--accent);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.brand__name{letter-spacing:-.01em;margin:0;font-size:16px;font-weight:700}.brand__tag{color:var(--muted);border:1px solid var(--border);border-radius:999px;padding:2px 8px;font-size:12px}.topbar__right{align-items:center;gap:14px;display:flex}.topbar__user{color:var(--muted);align-items:center;gap:6px;font-size:13px;display:inline-flex}.badge--admin{background:var(--accent-weak);color:var(--accent-hover)}.langtoggle{border:1px solid var(--border-strong);border-radius:8px;display:inline-flex;overflow:hidden}.langtoggle__btn{background:var(--surface);color:var(--muted);border:none;border-radius:0;padding:4px 9px;font-size:12px;font-weight:600}.langtoggle__btn+.langtoggle__btn{border-left:1px solid var(--border)}.langtoggle__btn.is-active{background:var(--accent);color:#fff}.loading{text-align:center;color:var(--muted);padding:80px 16px}.login{justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.login__card{flex-direction:column;gap:4px;width:100%;max-width:360px;display:flex}.login__brand{align-items:center;gap:10px;margin-bottom:4px;display:flex}.login__title{margin:4px 0 16px;font-size:18px}.login__submit{margin-top:6px}.conn{align-items:center;gap:8px;display:flex}.conn__dot{background:var(--border-strong);border-radius:50%;width:9px;height:9px}.conn__dot--ok{background:#12b76a}.conn__dot--ko{background:#f04438}.conn__label{color:var(--muted);font-size:13px}.shell{align-items:stretch;min-height:calc(100vh - 56px);display:flex}.rail{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;gap:4px;width:210px;padding:16px 12px;display:flex}.rail__link{color:var(--muted);border-radius:8px;padding:9px 12px;font-size:14px;font-weight:500;text-decoration:none;display:block}.rail__link:hover{background:var(--surface-2);color:var(--text)}.rail__link.active{background:var(--accent-weak);color:var(--accent-hover)}.app__main{flex:1;min-width:0;padding:24px}.stack{flex-direction:column;gap:16px;display:flex}.stack--wide{max-width:none}.page-title{margin:0 0 4px;font-size:20px;font-weight:700}.project-select{border:1px solid var(--border-strong);background:var(--surface);color:var(--text);border-radius:8px;padding:6px 10px;font-family:inherit;font-size:13px}@media (width<=720px){.shell{flex-direction:column}.rail{border-right:none;border-bottom:1px solid var(--border);flex-direction:row;width:auto}}.layout{grid-template-columns:300px 1fr;align-items:start;gap:20px;display:grid}@media (width<=900px){.layout{grid-template-columns:1fr}}.sidebar{flex-direction:column;gap:16px;display:flex}.content{min-width:0}.detail{flex-direction:column;gap:16px;display:flex}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:18px}.card--row{justify-content:space-between;align-items:center;gap:12px;display:flex}.card h2{margin:0;font-size:18px;font-weight:700}.section-label{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin:0 0 14px;font-size:11px;font-weight:600}.btn,button{cursor:pointer;border:1px solid #0000;border-radius:8px;padding:8px 14px;font-family:inherit;font-size:14px;font-weight:500}.btn--primary,button[type=submit]{background:var(--accent);color:#fff}.btn--primary:hover:not(:disabled),button[type=submit]:hover:not(:disabled){background:var(--accent-hover)}.btn--ghost{background:var(--surface);color:var(--text);border-color:var(--border-strong)}.btn--ghost:hover:not(:disabled){background:var(--surface-2)}.btn--sm{padding:5px 10px;font-size:13px}button:disabled{opacity:.55;cursor:default}label{color:var(--muted);margin-bottom:12px;font-size:13px;display:block}input{border:1px solid var(--border-strong);background:var(--surface);width:100%;color:var(--text);border-radius:8px;margin-top:5px;padding:8px 10px;font-family:inherit;font-size:14px;display:block}input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-weak);outline:none}.muted{color:var(--muted);font-size:13px}.error{color:var(--ko-text);font-size:13px}.badge{text-transform:capitalize;border-radius:999px;padding:2px 9px;font-size:12px;font-weight:500;display:inline-block}.badge--ok{background:var(--ok-bg);color:var(--ok-text)}.badge--ko{background:var(--ko-bg);color:var(--ko-text)}.badge--run{background:var(--run-bg);color:var(--run-text)}.chips{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.chip{background:var(--surface-2);border:1px solid var(--border);color:var(--muted);border-radius:6px;padding:2px 8px;font-size:12px}.chip--team{align-items:center;gap:6px;display:inline-flex}.chip__x{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:0 2px;font-size:15px;line-height:1}.chip__x:hover:not(:disabled){color:var(--ko-text);background:var(--ko-bg)}.chip--archived{opacity:.7;align-items:center;gap:8px;font-style:italic;display:inline-flex}.chip__reactivate{color:var(--accent);cursor:pointer;background:0 0;border:none;padding:0;font-size:11px;font-weight:600}.chip__reactivate:hover:not(:disabled){text-decoration:underline}.project-list{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.project-list__item{text-align:left;width:100%;color:var(--text);background:0 0;border:1px solid #0000;border-radius:8px;flex-direction:column;gap:2px;padding:8px 10px;display:flex}.project-list__item:hover{background:var(--surface-2)}.project-list__item.is-active{background:var(--accent-weak);border-color:var(--accent)}.project-list__key{font-size:13px;font-weight:600}.project-list__name{color:var(--muted);font-size:12px}.kpi{flex-direction:column;gap:2px;padding:4px 0 16px;display:flex}.kpi__value{letter-spacing:-.02em;font-size:34px;font-weight:700;line-height:1}.kpi__label{color:var(--muted);font-size:13px}.flow-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.scope{flex-wrap:wrap;gap:4px;display:inline-flex}.scope__btn{background:var(--surface-2);color:var(--muted);border:1px solid var(--border);border-radius:999px;padding:4px 12px;font-size:12px;font-weight:500}.scope__btn.is-active{background:var(--accent);color:#fff;border-color:var(--accent)}.link-btn{color:var(--accent);cursor:pointer;background:0 0;border:none;padding:8px 0 0;font-size:13px;font-weight:500}.link-btn:hover{text-decoration:underline}.chart-scroll{padding-bottom:4px;overflow-x:auto}.colchart{max-width:100%}.colchart__val{fill:var(--text);font-size:11px;font-weight:600}.colchart__lbl,.colchart__avg,.agingchart__stage{fill:var(--muted);font-size:10px}.agingchart__count{fill:var(--muted);font-size:11px;font-weight:700}.agingchart__ref{font-size:10px;font-weight:600}.fc-table{margin-top:12px}.fc-row{border-top:1px solid var(--border);grid-template-columns:1fr auto auto auto;align-items:center;gap:10px;padding:8px 4px;display:grid}.fc-row--head{color:var(--muted);text-transform:uppercase;letter-spacing:.03em;border-top:none;font-size:12px}.fc-num{text-align:right;font-variant-numeric:tabular-nums;min-width:44px}.fc-num--strong{color:var(--accent-hover);font-weight:700}.fc-sub{color:var(--muted);font-size:12px;display:block}.fc-legend{margin:8px 0 0;font-size:12px}.teams-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px;margin-top:12px;display:grid}.team-tile{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-2);padding:12px}.team-tile__head{justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:8px;display:flex}.team-tile__name{font-size:14px;font-weight:600}.team-tile__space{color:var(--muted);margin-left:6px;font-size:11px;font-weight:400}.team-tile__total{color:var(--muted);white-space:nowrap;font-size:12px}.team-tile__total strong{color:var(--text);font-variant-numeric:tabular-nums;font-size:18px}.team-bar{background:var(--surface);border-radius:4px;height:8px;margin:4px 0 10px;display:flex;overflow:hidden}.team-bar__seg{height:100%}.team-bar__seg--todo{background:var(--run-text)}.team-bar__seg--wip{background:var(--info-text)}.team-bar__seg--done{background:var(--ok-text)}.team-legend{color:var(--muted);gap:10px;font-size:11px;display:flex}.team-legend__item{white-space:nowrap;align-items:center;gap:4px;display:flex}.team-legend__item strong{color:var(--text);font-variant-numeric:tabular-nums}.team-legend__dot{border-radius:2px;flex:none;width:8px;height:8px}.team-legend__dot--todo{background:var(--run-text)}.team-legend__dot--wip{background:var(--info-text)}.team-legend__dot--done{background:var(--ok-text)}.cadence{width:100%;height:auto;margin-top:4px}.cadence__caption{margin:0 0 4px;font-size:13px}.cadence-compact{margin:0}.cadence-compact .cadence{margin-top:0}.cadence__dev{fill:var(--accent-weak)}.cadence__dev.is-current{fill:var(--accent)}.cadence__ip{fill:var(--border-strong);opacity:.55}.cadence__ip.is-current{fill:var(--accent);opacity:1}.cadence__sep{stroke:var(--surface);stroke-width:2px}.cadence__pi{fill:var(--text);font-size:13px;font-weight:600}.cadence__date{fill:var(--muted);font-size:10px}.cadence__today{stroke:var(--ko-text);stroke-width:2px}.cadence__todayDot{fill:var(--ko-text)}.cadence__todayLbl{fill:var(--ko-text);font-size:10px;font-weight:700}.cadence__legend{color:var(--muted);gap:16px;margin-top:8px;font-size:12px;display:flex}.cadence__legItem{align-items:center;gap:6px;display:inline-flex}.cadence__sw{border-radius:3px;width:12px;height:12px}.cadence__sw--dev{background:var(--accent)}.cadence__sw--ip{background:var(--border-strong)}.pred-legend{color:var(--muted);flex-wrap:wrap;align-items:center;gap:16px;margin:8px 0 4px;font-size:12px;display:flex}.pred-legItem{align-items:center;gap:6px;display:inline-flex}.pred-sw{border-radius:2px;width:10px;height:10px}.pred-sw--deliv{background:var(--accent)}.pred-sw--miss{background:var(--border-strong)}.pred-subtitle{color:var(--muted);margin:18px 0 2px;font-size:13px;font-weight:600}.pred-deliv{fill:var(--accent)}.pred-miss{fill:var(--border-strong)}.pred-partial{opacity:.5}.pred-pct{fill:var(--text);font-size:12px;font-weight:700}.pred-axis{fill:var(--muted);font-size:10px}.pred-target{stroke:var(--ok-text);stroke-width:2px;stroke-dasharray:6 4}.pred-targetlbl{fill:var(--ok-text);font-size:10px;font-weight:600}.pred-area{fill:var(--accent-weak);opacity:.5}.pred-line{fill:none;stroke:var(--accent);stroke-width:2px}.pred-dot{fill:var(--accent);stroke:var(--surface);stroke-width:2px}.pred-dot.is-current{fill:var(--surface);stroke:var(--accent)}.pred-sw--closed{background:#2a78d6}.pred-tline{fill:none;stroke:#2a78d6;stroke-width:2px}.pred-tdot{fill:#2a78d6;stroke:var(--surface);stroke-width:1.5px}.pred-tnum{fill:#2a78d6;font-size:11px;font-weight:700}.cpi-tiles-title{margin-bottom:-6px}.cpi-sub{margin:0 0 6px;font-size:13px}.cpi-tiles{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:12px;display:grid}.cpi-cols{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));align-items:start;gap:14px;display:grid}.cpi-tile{background:var(--surface-2);border:1px solid var(--border);color:inherit;border-radius:12px;flex-direction:column;gap:4px;padding:14px;text-decoration:none;display:flex}a.cpi-tile:hover{border-color:var(--accent)}.cpi-tile.is-postponed{border-color:var(--run-text)}.cpi-tile__val{font-variant-numeric:tabular-nums;align-items:baseline;gap:8px;font-size:28px;font-weight:700;display:flex}.cpi-tile__delta{color:var(--muted);font-size:13px;font-weight:600}.cpi-tile__delta.is-up{color:var(--ok-text)}.cpi-tile__delta.is-down{color:var(--ko-text)}.cpi-tile__lbl{color:var(--muted);font-size:12px}.cpi-val--planned{color:var(--accent-hover)}.cpi-val--study{color:var(--run-text)}.cpi-val--in_progress{color:#2a78d6}.cpi-val--in_validation{color:var(--accent)}.cpi-val--uat,.cpi-val--done{color:var(--ok-text)}.cpi-val--postponed{color:var(--run-text)}.cpi-st{flex-direction:column;gap:2px;display:flex}.cpi-st__row{grid-template-columns:150px 1fr 60px;align-items:center;gap:10px;padding:5px 0;display:grid}.cpi-st__lbl{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.cpi-st__track{background:var(--surface-2);border:1px solid var(--border);border-radius:999px;height:12px;display:flex;overflow:hidden}.cpi-st__seg.is-active{background:var(--accent)}.cpi-st__seg.is-post{background:var(--run-text)}.cpi-st__val{text-align:right;font-variant-numeric:tabular-nums;font-size:13px;font-weight:600}.cpi-st__post{color:var(--run-text);font-weight:700}.cpi-risk-row{border-top:1px solid var(--border);grid-template-columns:84px auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:8px 4px;display:grid}.cpi-risk-row:first-child{border-top:none}.cpi-risk__days{color:var(--ko-text);text-align:right;font-variant-numeric:tabular-nums;font-size:12px;font-weight:700}.cpi-bl{overflow-x:hidden}.cpi-bl__table{table-layout:fixed;border-collapse:collapse;width:100%;font-size:13px}.cpi-bl__table th{text-align:left;text-transform:uppercase;letter-spacing:.03em;color:var(--muted);border-bottom:1px solid var(--border-strong);padding:6px 10px;font-size:11px;font-weight:600;position:relative}.cpi-bl__thlbl{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.cpi-bl__grip{cursor:col-resize;z-index:1;touch-action:none;width:8px;height:100%;position:absolute;top:0;right:-3px}.cpi-bl__grip:after{content:"";background:var(--border-strong);opacity:0;border-radius:1px;width:2px;position:absolute;top:4px;bottom:4px;left:3px}.cpi-bl__grip:hover:after{opacity:1}body.col-resizing{cursor:col-resize;-webkit-user-select:none;user-select:none}.cpi-bl__table td{border-bottom:1px solid var(--border);vertical-align:top;padding:7px 10px}.cpi-bl__table tr:last-child td{border-bottom:none}.cpi-cell{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.cpi-bl__id{text-overflow:ellipsis;white-space:nowrap;font-variant-numeric:tabular-nums;overflow:hidden}.cpi-bl__conf{text-align:center}.cpi-conf-cell{flex-direction:column;align-items:center;gap:3px;display:flex}.cpi-conf{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:28px;height:22px;padding:0;display:inline-flex}.cpi-conf:disabled{cursor:default}.cpi-conf__dot{border:1px solid var(--border-strong);background:var(--surface-2);border-radius:50%;width:13px;height:13px}.cpi-conf--green .cpi-conf__dot{background:var(--ok-text);border-color:var(--ok-text)}.cpi-conf--amber .cpi-conf__dot{background:var(--run-text);border-color:var(--run-text)}.cpi-conf--red .cpi-conf__dot{background:var(--ko-text);border-color:var(--ko-text)}.cpi-comment{background:var(--surface-2);border:1px solid var(--border);width:100%;font:inherit;color:inherit;resize:none;white-space:pre-wrap;word-break:break-word;border-radius:6px;padding:4px 8px;line-height:1.35;display:block;overflow:hidden}.cpi-comment:focus{border-color:var(--accent);outline:none}.cpi-comment__ro{color:var(--muted);white-space:pre-wrap;word-break:break-word}.cpi-post-chip{white-space:nowrap;color:var(--run-text);background:color-mix(in srgb, var(--run-text) 14%, transparent);border:1px solid color-mix(in srgb, var(--run-text) 35%, transparent);border-radius:9px;padding:0 6px;font-size:10px;font-weight:700;line-height:15px;display:inline-block}.risk-kpis{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;display:grid}.risk-kpi{background:var(--surface-2);border:1px solid var(--border);border-radius:12px;flex-direction:column;padding:12px 14px;display:flex}.risk-kpi__val{font-variant-numeric:tabular-nums;font-size:26px;font-weight:700}.risk-kpi__val.is-high{color:var(--ko-text)}.risk-kpi__lbl{color:var(--muted);font-size:12px}.risk-kpi__hint{color:var(--muted);font-size:11px}.risk-cols{grid-template-columns:max-content minmax(0,1fr);align-items:start;gap:14px;display:grid}@media (width<=860px){.risk-cols{grid-template-columns:1fr}}.risk-hint{text-transform:none;font-size:11px;font-weight:400}.risk-sw--created{background:var(--accent)}.risk-sw--resolved{background:var(--ok-text)}.risk-sw--open{background:#2a78d6}.risk-tr__created{fill:var(--accent)}.risk-tr__resolved{fill:var(--ok-text)}.risk-tr__openline{fill:none;stroke:#2a78d6;stroke-width:2px}.risk-tr__opendot{fill:#2a78d6;stroke:var(--surface);stroke-width:1.5px}.risk-tr__opennum{fill:#2a78d6;font-variant-numeric:tabular-nums;font-size:11px;font-weight:700}.risk-tm__rect{fill:var(--accent);stroke:var(--surface);stroke-width:2px}.risk-tm__name{fill:#fff;font-size:12px;font-weight:500}.risk-tm__count{fill:#fff;font-variant-numeric:tabular-nums;font-size:15px;font-weight:700}.risk-legend{color:var(--muted);gap:16px;margin:4px 0 10px;font-size:12px;display:flex}.risk-legItem{align-items:center;gap:6px;display:inline-flex}.risk-sw{border-radius:3px;width:12px;height:12px}.risk-sw.is-low,.riskmx__cell.is-low{background:var(--ok-bg);color:var(--ok-text)}.risk-sw.is-med,.riskmx__cell.is-med{background:var(--run-bg);color:var(--run-text)}.risk-sw.is-high,.riskmx__cell.is-high{background:var(--ko-bg);color:var(--ko-text)}.riskmx__yttl{color:var(--muted);margin-bottom:6px;font-size:11px}.riskmx__row{align-items:center;gap:6px;margin-bottom:6px;display:flex}.riskmx__ytick{text-align:right;width:14px;color:var(--muted);font-size:12px}.riskmx__cell{font-variant-numeric:tabular-nums;border-radius:8px;justify-content:center;align-items:center;width:62px;height:54px;font-size:15px;font-weight:700;display:flex}.riskmx__cell.is-empty{background:var(--surface-2);border:1px solid var(--border);color:var(--muted)}.riskmx__link{text-decoration:none}.riskmx__xtick{text-align:center;width:62px;color:var(--muted);font-size:12px}.riskmx__xttl{color:var(--muted);text-align:center;margin-top:4px;padding-left:19px;font-size:11px}.risk-list{flex-direction:column;margin-top:6px;display:flex}.risk-row{border-top:1px solid var(--border);grid-template-columns:34px auto minmax(0,1fr) auto auto 84px 84px;align-items:center;gap:10px;padding:8px 4px;display:grid}.risk-row:first-child{border-top:none}.risk-level{border-radius:6px;justify-content:center;align-items:center;width:30px;height:24px;font-size:13px;font-weight:700;display:flex}.risk-level.is-low{background:var(--ok-bg);color:var(--ok-text)}.risk-level.is-med{background:var(--run-bg);color:var(--run-text)}.risk-level.is-high{background:var(--ko-bg);color:var(--ko-text)}.risk-row__key{font-variant-numeric:tabular-nums;font-size:13px}.risk-row__summary{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.risk-row__cat{font-size:12px}.risk-row__due{text-align:right;font-variant-numeric:tabular-nums;font-size:12px}.risk-row__due.is-overdue{color:var(--ko-text);font-weight:600}.risk-row__link{text-align:right;font-size:12px}.epic-legend{color:var(--muted);flex-wrap:wrap;gap:16px;margin:12px 0 0;font-size:12px;display:flex}.epic-legend__item{align-items:center;gap:6px;display:inline-flex}.epic-legend__dot{border-radius:3px;width:10px;height:10px}.portfolio-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.portfolio-search{align-items:center;gap:8px;display:inline-flex}.portfolio-search__input{border:1px solid var(--border);background:var(--surface);width:240px;max-width:100%;color:var(--text);border-radius:8px;padding:6px 10px;font-size:13px}.portfolio-search__input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-weak);outline:none}.portfolio-search__count{white-space:nowrap;font-size:12px}.epic-legend__dot.is-done{background:var(--ok-text)}.epic-legend__dot.is-dev{background:var(--info-text)}.epic-legend__dot.is-backlog{background:var(--run-text)}.epic-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px;margin-top:12px;display:grid}.epic-tiles{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px;display:grid}.epic-tile{background:var(--surface);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:5px;padding:14px 16px;display:flex}.epic-tile__lbl{color:var(--accent);font-size:12px;font-weight:600}.epic-tile__pi{font-weight:600}.epic-tile__val{color:var(--text);font-variant-numeric:tabular-nums;font-size:30px;font-weight:800;line-height:1}.epic-tile__sub{color:var(--muted);font-size:11px;font-weight:600}.epic-tile--done .epic-tile__lbl,.epic-tile--done .epic-tile__val,.epic-tile--done .epic-tile__sub{color:var(--ok-text)}.epic-tile--dev .epic-tile__lbl,.epic-tile--dev .epic-tile__val{color:var(--info-text)}.epic-tile--refine .epic-tile__lbl,.epic-tile--refine .epic-tile__val,.epic-tile--refine .epic-tile__sub{color:var(--run-text)}.epic-card{text-align:left;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;font:inherit;color:inherit;flex-direction:column;gap:8px;padding:14px;transition:border-color .12s,box-shadow .12s;display:flex}.epic-card:hover{border-color:var(--accent);box-shadow:var(--shadow)}.epic-card__head{justify-content:space-between;align-items:center;gap:8px;display:flex}.epic-card__key{color:var(--muted);font-variant-numeric:tabular-nums;font-size:12px}.epic-card__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:14px;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.epic-chip{white-space:nowrap;border-radius:999px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-block}.epic-chip.is-done{background:var(--ok-bg);color:var(--ok-text)}.epic-chip.is-dev{background:var(--info-bg);color:var(--info-text)}.epic-chip.is-backlog{background:var(--run-bg);color:var(--run-text)}.epic-card__progress{margin-top:2px}.epic-progress{background:var(--surface-2);border:1px solid var(--border);border-radius:999px;height:8px;overflow:hidden}.epic-progress__fill{background:var(--accent);border-radius:999px;height:100%}.epic-card__progressLabel{justify-content:space-between;align-items:baseline;gap:8px;margin-top:4px;font-size:12px;display:flex}.epic-stack{background:var(--surface-2);border:1px solid var(--border);border-radius:999px;height:9px;margin-top:4px;display:flex;overflow:hidden}.epic-stack__seg.is-done{background:var(--ok-text)}.epic-stack__seg.is-dev{background:var(--info-text)}.epic-stack__seg.is-backlog{background:var(--run-text)}.epic-card__foot{justify-content:space-between;gap:8px;font-size:12px;display:flex}.epic-card__empty{margin:0;font-size:12px}.epic-feats{flex-direction:column;display:flex}.epic-feat{border-top:1px solid var(--border);grid-template-columns:10px auto 1fr auto auto;align-items:center;gap:10px;padding:8px 4px;display:grid}.epic-feat:first-child{border-top:none}.epic-dot{border-radius:999px;width:8px;height:8px}.epic-dot.is-done{background:var(--ok-text)}.epic-dot.is-dev{background:var(--info-text)}.epic-dot.is-backlog{background:var(--run-text)}.epic-feat__key{font-variant-numeric:tabular-nums;font-size:13px}.epic-feat__summary{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.epic-feat__pi{font-variant-numeric:tabular-nums;font-size:12px}.team-form{flex-wrap:wrap;align-items:center;gap:8px;margin-top:12px;display:flex}.team-form input{flex:140px;width:auto;margin-top:0}.team-form .error{flex-basis:100%}.user-form{flex-wrap:wrap;align-items:center;gap:8px;margin-top:14px;display:flex}.user-form input[type=email],.user-form input[type=password],.user-form input[type=text],.user-form input:not([type]){flex:160px;width:auto;margin-top:0}.user-form .error{flex-basis:100%}.table__actions{text-align:right;white-space:nowrap}.user-reset{background:var(--surface-2);border:1px solid var(--border);border-radius:8px;padding:10px 12px}.user-reset__label{flex-basis:100%;font-size:13px;font-weight:600}.user-reset__ok{color:var(--ok-text);margin-top:10px;font-size:13px}.checkbox{color:var(--text);align-items:center;gap:6px;margin:0;font-size:13px;display:inline-flex}.checkbox input{width:auto;margin:0}.kpi-row{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin-bottom:18px;display:grid}.kpi-tile{background:var(--surface-2);border:1px solid var(--border);border-radius:8px;flex-direction:column;gap:3px;padding:14px 16px;display:flex}.kpi-tile__value{letter-spacing:-.02em;font-size:26px;font-weight:700;line-height:1}.kpi-tile__label{color:var(--muted);align-items:center;gap:5px;font-size:12px;display:inline-flex}.infotip{display:inline-flex;position:relative}.infotip__btn{width:16px;height:16px;color:var(--muted);cursor:help;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:color .12s;display:inline-flex}.infotip__btn:hover,.infotip__btn:focus-visible{color:var(--accent)}.infotip__btn:focus-visible{outline:2px solid var(--accent-weak);outline-offset:1px}.infotip__bubble{color:#fff;text-align:left;text-transform:none;letter-spacing:normal;opacity:0;visibility:hidden;z-index:30;pointer-events:none;background:#1f2733;border-radius:8px;width:max-content;max-width:260px;padding:9px 12px;font-size:12.5px;font-weight:400;line-height:1.5;transition:opacity .14s,transform .14s;position:absolute;bottom:calc(100% + 9px);left:50%;transform:translate(-50%)translateY(3px);box-shadow:0 8px 24px #10182833}.infotip__bubble:after{content:"";border:5px solid #0000;border-top-color:#1f2733;position:absolute;top:100%;left:50%;transform:translate(-50%)}.infotip:hover .infotip__bubble,.infotip:focus-within .infotip__bubble{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.kpi-tile__hint{color:var(--muted);font-variant-numeric:tabular-nums;font-size:11px}.bars-title{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin:0;font-size:11px;font-weight:600}.bars-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.toggle{border:1px solid var(--border-strong);border-radius:8px;display:inline-flex;overflow:hidden}.toggle__btn{background:var(--surface);color:var(--muted);border:none;border-radius:0;padding:5px 14px;font-size:13px;font-weight:500}.toggle__btn+.toggle__btn{border-left:1px solid var(--border)}.toggle__btn.is-active{background:var(--accent);color:#fff}.bars__tag{color:var(--muted);font-size:11px;font-style:italic}.bars__fill--partial{opacity:.4}.funnel{flex-direction:column;gap:6px;display:flex}.funnel__row{grid-template-columns:180px 1fr 74px;align-items:center;gap:12px;display:grid}.funnel__label{text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:500;overflow:hidden}.funnel__track{background:var(--surface-2);border:1px solid var(--border);border-radius:4px;height:16px;overflow:hidden}.funnel__fill{background:var(--accent);border-radius:4px;height:100%}.funnel__val{color:var(--muted);justify-content:flex-end;gap:6px;font-size:12px;display:inline-flex}.funnel__link{color:var(--accent);font-weight:600;text-decoration:none}.funnel__link:hover{text-decoration:underline}.funnel__pct{min-width:32px;color:var(--text);text-align:right;font-weight:600}.catbars{flex-direction:column;gap:8px;display:flex}.catbars__row{grid-template-columns:130px 1fr 74px;align-items:center;gap:12px;display:grid}.catbars__label{font-size:13px;font-weight:500}.catbars__label.is-muted{color:var(--muted);font-style:italic;font-weight:400}.catbars__track{background:var(--surface-2);border:1px solid var(--border);border-radius:6px;height:12px;overflow:hidden}.catbars__fill{border-radius:6px;height:100%}.catbars__val{color:var(--muted);justify-content:flex-end;gap:6px;font-size:12px;display:inline-flex}.catbars__pct{min-width:32px;color:var(--text);text-align:right;font-weight:600}.fc-gaps{border:1px solid color-mix(in srgb, var(--run-text) 35%, var(--border));background:color-mix(in srgb, var(--run-text) 7%, transparent);border-radius:10px;margin:4px 0 12px;padding:10px 12px}.fc-gaps__head{flex-wrap:wrap;align-items:baseline;gap:10px;margin-bottom:6px;display:flex}.fc-gaps__title{color:var(--run-text);font-size:13px;font-weight:700}.fc-gaps__list{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.fc-gaps__row{border-top:1px solid var(--border);grid-template-columns:150px 1fr auto;align-items:baseline;gap:10px;padding-top:6px;display:grid}.fc-gaps__row:first-child{border-top:none;padding-top:0}.fc-gaps__team{align-items:center;gap:6px;font-weight:600;display:inline-flex}.fc-gaps__count{color:var(--run-text);background:color-mix(in srgb, var(--run-text) 16%, transparent);border-radius:9px;padding:0 6px;font-size:11px;font-weight:700;line-height:16px}.fc-gaps__keys{flex-wrap:wrap;gap:4px 10px;display:flex}.fc-gaps__key{color:var(--accent);font-variant-numeric:tabular-nums;text-decoration:none}.fc-gaps__key:hover{text-decoration:underline}.fc-gaps__all{white-space:nowrap;color:var(--accent);font-size:12px;font-weight:600;text-decoration:none}.fc-gaps__all:hover{text-decoration:underline}.fc-gaps__ok{color:var(--ok-text);margin:4px 0 12px}.matrix-wrap{overflow-x:auto}.matrix{border-collapse:collapse;font-size:13px}.matrix th,.matrix td{border:1px solid var(--border)}.matrix__corner,.matrix__feature{text-align:left;background:var(--surface);z-index:1;padding:6px 10px;position:sticky;left:0}.matrix__corner{letter-spacing:.04em;text-transform:uppercase;color:var(--muted);font-size:11px;font-weight:600}.matrix__feature{min-width:240px;max-width:320px;font-weight:400}.matrix__key{margin-right:8px;font-weight:600}.matrix__summary{color:var(--muted)}.matrix__team{vertical-align:bottom;white-space:nowrap;padding:8px 6px}.matrix__team span{writing-mode:vertical-rl;text-overflow:ellipsis;max-height:130px;font-weight:500;display:inline-block;overflow:hidden;transform:rotate(180deg)}.matrix__cell{text-align:center;width:44px;min-width:44px;font-weight:500}.matrix__src{color:var(--muted);margin-top:2px;font-size:10px;font-style:italic;display:block}.matrix__total-col,.matrix__foot{background:var(--surface-2);font-weight:700}.matrix__foot-teams{background:var(--surface);vertical-align:top;border-top:2px solid var(--border-strong)}.matrix__neg{color:var(--ko-text);background:var(--ko-bg)}.matrix tbody tr:hover td,.matrix tbody tr:hover .matrix__feature{background:var(--surface-2)}.aging{flex-direction:column;display:flex}.aging__row{border-top:1px solid var(--border);grid-template-columns:110px 1fr 70px;align-items:center;gap:12px;padding:7px 0;display:grid}.aging__key{font-size:13px;font-weight:500}.aging__status{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.aging__age{border-radius:999px;justify-self:end;padding:2px 8px;font-size:12px;font-weight:600}.aging__age.is-ok{background:var(--ok-bg);color:var(--ok-text)}.aging__age.is-warn{background:var(--run-bg);color:var(--run-text)}.aging__age.is-ko{background:var(--ko-bg);color:var(--ko-text)}.saydo{flex-direction:column;display:flex}.saydo__row{border-top:1px solid var(--border);grid-template-columns:110px 1fr 1fr;align-items:center;gap:16px;padding:7px 0;display:grid}.saydo__row--head{border-top:none;padding-bottom:4px}.saydo__row--head .saydo__col{letter-spacing:.04em;text-transform:uppercase;color:var(--muted);font-size:11px;font-weight:600}.saydo__label{align-items:center;gap:6px;font-size:13px;font-weight:500;display:inline-flex}.saydo__flag{color:var(--muted);font-size:10px;font-style:italic;font-weight:400}.saydo__gauge{align-items:center;gap:10px;display:flex}.saydo__track{background:var(--surface-2);border:1px solid var(--border);border-radius:4px;flex:1;height:8px;overflow:hidden}.saydo__fill{background:var(--muted);border-radius:4px;height:100%}.saydo__num{min-width:78px;color:var(--muted);justify-content:flex-end;gap:6px;font-size:12px;display:inline-flex}.saydo__pct{min-width:34px;color:var(--text);text-align:right;font-weight:600}.saydo__gauge.is-ok .saydo__fill{background:#12b76a}.saydo__gauge.is-warn .saydo__fill{background:#f79009}.saydo__gauge.is-ko .saydo__fill{background:#f04438}.bars-grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}@media (width<=620px){.bars-grid{grid-template-columns:1fr}}.bars h4{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin:0 0 10px;font-size:11px;font-weight:600}.bars__row{grid-template-columns:130px 1fr 44px;align-items:center;gap:10px;margin-bottom:8px;font-size:13px;display:grid}.bars__track{background:var(--surface-2);border:1px solid var(--border);border-radius:6px;height:14px;overflow:hidden}.bars__fill{background:var(--accent);border-radius:6px 0 0 6px;height:100%;display:block}.bars__value{text-align:right;color:var(--muted);font-variant-numeric:tabular-nums}.table{border-collapse:collapse;width:100%;font-size:13px}.table th{text-align:left;color:var(--muted);letter-spacing:.04em;text-transform:uppercase;background:var(--surface-2);border-bottom:1px solid var(--border);padding:8px 10px;font-size:11px;font-weight:600}.table td{border-bottom:1px solid var(--border);font-variant-numeric:tabular-nums;padding:9px 10px}.table tr:last-child td{border-bottom:none}.empty{color:var(--muted);text-align:center;padding:56px 16px}.uat-cols{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (width<=860px){.uat-cols{grid-template-columns:1fr}}.uat-bars{flex-direction:column;gap:8px;display:flex}.uat-bar{grid-template-columns:140px minmax(0,1fr) 44px;align-items:center;gap:10px;display:grid}.uat-bar__label{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.uat-bar__track{background:var(--surface-2);border:1px solid var(--border);border-radius:8px;height:14px;display:flex;overflow:hidden}.uat-bar__seg{height:100%}.uat-bar__seg--bug{background:#b42318}.uat-bar__seg--imp{background:#0d9488}.uat-bar__value{font-variant-numeric:tabular-nums;text-align:right;font-weight:600}.uat-legend{color:var(--muted);gap:14px;margin:4px 0 10px;font-size:12px;display:flex}.uat-legItem{align-items:center;gap:6px;display:inline-flex}.uat-sw{border-radius:2px;width:10px;height:10px;display:inline-block}.uat-sw--bug{background:#b42318}.uat-sw--imp{background:#0d9488}.uat-list-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.uat-filters{gap:10px;display:flex}.uat-filter{align-items:center;gap:6px;font-size:12px;display:inline-flex}.uat-filter select{border:1px solid var(--border);background:var(--surface);border-radius:6px;padding:4px 8px}.uat-tablewrap{overflow-x:hidden}.uat-tbl{table-layout:fixed;border-collapse:collapse;width:100%;font-size:13px}.uat-tbl th{text-align:left;text-transform:uppercase;letter-spacing:.03em;color:var(--muted);border-bottom:1px solid var(--border-strong);padding:6px 10px;font-size:11px;font-weight:600;position:relative}.uat-tbl__thlbl{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.uat-tbl__grip{cursor:col-resize;z-index:1;touch-action:none;width:8px;height:100%;position:absolute;top:0;right:-3px}.uat-tbl__grip:after{content:"";background:var(--border-strong);opacity:0;border-radius:1px;width:2px;position:absolute;top:4px;bottom:4px;left:3px}.uat-tbl__grip:hover:after{opacity:1}.uat-tbl td{border-bottom:1px solid var(--border);vertical-align:middle;text-overflow:ellipsis;white-space:nowrap;padding:7px 10px;overflow:hidden}.uat-tbl tbody tr:last-child td{border-bottom:none}.uat-tbl tbody tr:hover td{background:var(--surface-2)}.uat-tbl__key,.uat-tbl__date{font-variant-numeric:tabular-nums}.uat-tbl__date{color:var(--muted)}.uat-tbl__num{text-align:right;color:var(--muted);font-variant-numeric:tabular-nums}.uat-chip{text-overflow:ellipsis;white-space:nowrap;border-radius:9px;max-width:100%;padding:1px 8px;font-size:12px;font-weight:600;display:inline-block;overflow:hidden}.uat-chip.is-bug{color:var(--ko-text);background:color-mix(in srgb, var(--ko-text) 14%, transparent)}.uat-chip.is-imp{color:var(--accent);background:color-mix(in srgb, var(--accent) 14%, transparent)}.uat-sev{text-overflow:ellipsis;white-space:nowrap;border-radius:9px;max-width:100%;padding:1px 8px;font-size:12px;font-weight:600;display:inline-block;overflow:hidden}.uat-sev.is-critical{color:var(--ko-text);background:color-mix(in srgb, var(--ko-text) 15%, transparent)}.uat-sev.is-major{color:var(--run-text);background:color-mix(in srgb, var(--run-text) 15%, transparent)}.uat-sev.is-minor{color:var(--ok-text);background:color-mix(in srgb, var(--ok-text) 15%, transparent)}.uat-sev.is-none{color:var(--muted);background:var(--surface-2)}.tf-tiles{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.tf-tile{background:var(--surface);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:4px;padding:14px 16px;display:flex}.tf-tile__lbl{color:var(--muted);font-size:13px}.tf-tile__val{color:var(--text);font-variant-numeric:tabular-nums;font-size:26px;font-weight:800;line-height:1}.tf-val--wip{color:#2a78d6}.tf-val--done{color:var(--ok-text)}.tf-trend{font-variant-numeric:tabular-nums;color:var(--muted);margin-top:2px;font-size:12px;font-weight:700}.tf-trend--up{color:var(--ok-text)}.tf-trend--down{color:var(--ko-text)}@media (width<=720px){.tf-tiles{grid-template-columns:repeat(2,1fr)}}.team-tile--link{text-align:left;cursor:pointer;width:100%;font:inherit;color:inherit;transition:border-color .12s,background .12s}.team-tile--link:hover{border-color:var(--accent);background:var(--surface-2)}
