@charset "UTF-8";:root{--bg-start: #323232;--bg-end: #444444;--panel-border: #6895f7;--text-primary: #e9e9e9;--text-secondary: rgba(255, 255, 255, .72);--surface-top: #ffffff;--surface-bottom: #e6e9ef;--surface-edge: #d6dae2;--card-text: #131313;--card-muted: #707070;--ok: #79b864;--planning: #7fa3ff;--staging: #26a6c4;--production: #7fbf68;--warning: #ff8d53;--shadow-soft: 0 18px 38px rgba(0, 0, 0, .24);--shadow-card: 0 6px 16px rgba(0, 0, 0, .28);--card-radius: 20px;--board-radius: 18px;--base-padding: clamp(16px, 2vw, 28px)}*{box-sizing:border-box}html,body{height:100%;min-height:100%;margin:0}body{background:radial-gradient(circle at top left,rgba(71,99,158,.18),transparent 28%),radial-gradient(circle at 85% 18%,rgba(255,255,255,.05),transparent 20%),linear-gradient(157deg,var(--bg-start) 2.4%,var(--bg-end) 77.95%);color:var(--text-primary);font-family:Manrope,sans-serif;overflow:hidden}.dashboard-shell{height:100vh;min-height:100vh;padding:0}.project-dashboard{display:grid;grid-template-rows:auto minmax(0,1fr) auto;height:100%;position:relative;overflow:hidden}.dashboard-header,.project-parts-pane,.parts-board,.project-health-strip{position:relative;z-index:1}.dashboard-header{padding:0;transition:min-height .26s ease,padding .26s ease}.dashboard-header__left{width:fit-content;max-width:100%;min-width:0}.dashboard-header__brand-row{width:min(268px,100%);height:68px;max-height:68px;padding-right:0;overflow:visible;transition:max-height .24s ease,opacity .22s ease,padding .24s ease}.dashboard-header__brand{display:flex;align-items:center;gap:10px;height:68px;max-width:100%;padding:22px 0 22px 20px}.dashboard-header__brand img{width:66px;height:24px;object-fit:contain}.dashboard-header__brand-name{margin:0;color:#d4d4d4;font-size:16px;line-height:20px;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-header__summary-row{display:flex;align-items:flex-end;gap:50px;min-height:74px;padding:0 clamp(20px,2.2vw,30px) 16px 20px;flex-wrap:nowrap;min-width:0;overflow:visible;transition:gap .24s ease,padding .24s ease}.headline{display:flex;flex-direction:column;gap:10px;color:var(--text-primary);flex:1 1 auto;min-width:0}.headline__label,.dashboard-metric__label{display:block;margin:0;overflow:hidden}.headline__label{font-size:12px;line-height:1;font-weight:700;color:#fff}.dashboard-metric__label{position:static;font-size:12px;line-height:1;font-weight:400;color:#ffffffb3;opacity:1;transition:opacity .18s ease}.headline__title{margin:0;overflow:visible;text-overflow:clip;white-space:normal;font-size:32px;line-height:1.06;font-weight:700;letter-spacing:0;padding-bottom:0;transition:font-size .24s ease}.dashboard-metric{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:10px;color:var(--text-primary);flex:0 0 auto}.dashboard-metric--iteration,.dashboard-metric--version{width:auto}.dashboard-metric--release{width:auto;margin-left:0}.dashboard-metric__label--release{position:static;max-width:none;white-space:nowrap}.dashboard-metric__value{margin:0;color:var(--text-primary);font-family:Roboto Mono,monospace;font-size:32px;line-height:1;font-weight:500;letter-spacing:-.04em;transition:font-size .24s ease}.dashboard-metric__value--version{position:relative;padding-left:0}.dashboard-metric__value--version:before{content:"";position:absolute;left:-26px;top:11px;width:10px;height:10px;transform:none;border-radius:50%;background:var(--ok);transition:top .3s ease}.dashboard-metric__label--release span{color:var(--planning)}.dashboard-metric__release-track{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:0;margin-top:0;width:fit-content}.dashboard-metric__release-track:before{display:none}.dashboard-metric__value--release{position:relative;display:inline-block;white-space:nowrap}.dashboard-metric__value--release:after{content:"";position:absolute;left:0;top:calc(100% + 8px);width:100%;height:8px;background:var(--planning);box-shadow:0 2px 5px #00000040}.dashboard-metric__release-arrow{position:absolute;left:-34px;top:50%;width:23px;height:11px;transform:translateY(-50%);background-image:url("data:image/svg+xml,%3Csvg width='23' height='11' viewBox='0 0 23 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.9' fill-rule='evenodd' clip-rule='evenodd' d='M14 10.5L17 11L23 5.5L17 0L14 0.5L17.5 4L0 4.5V6.5L17.5 7L14 10.5Z' fill='white'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;color:transparent;font-size:0}.dashboard-metric__active-bar{display:none}.dashboard-header__badge{position:absolute;top:10px;right:0;width:clamp(160px,16vw,196px);height:auto;aspect-ratio:196/56;z-index:0;pointer-events:none;opacity:1;transform:translateY(0) scale(1);transition:opacity .22s ease,transform .22s ease}.dashboard-header__badge img{width:100%;height:100%;display:block}.project-dashboard--compact .dashboard-header{min-height:auto;padding:0}.project-dashboard--compact .dashboard-header .dashboard-header__left{width:100%}.project-dashboard--compact .dashboard-header__brand-row{max-height:0;opacity:0;padding-right:0;overflow:hidden}.project-dashboard--compact .dashboard-header__summary-row{margin-bottom:16px;align-items:flex-end;gap:50px;padding:0 20px;min-height:50px}.project-dashboard--compact .headline{gap:8px}.project-dashboard--compact .headline__label{max-height:0}.project-dashboard--compact .headline__title{font-size:clamp(28px,3.8vw,36px)}.project-dashboard--compact .dashboard-metric{min-height:0;gap:8px}.project-dashboard--compact .dashboard-metric__value{font-size:clamp(24px,2.8vw,28px)}.project-dashboard--compact .dashboard-metric__value:before{top:10px}.project-dashboard--compact .dashboard-metric__active-bar{height:6px}.project-dashboard--compact .dashboard-header__badge{opacity:0;transform:translateY(-8px) scale(.95)}.project-parts-pane{min-height:0;border-top:2px solid var(--panel-border);border-bottom:2px solid var(--panel-border);border-radius:16px;overflow:hidden}.parts-board{min-height:0;height:100%;position:relative;margin:0;padding:48px 8px 28px;overflow-y:auto;overflow-x:hidden;scrollbar-gutter:stable both-edges}.parts-board__label{position:absolute;left:20px;top:14px;margin:0;color:#e9e9e9;font-size:16px;line-height:20px;font-weight:400}.parts-board::-webkit-scrollbar{width:10px}.parts-board::-webkit-scrollbar-track{background:transparent}.parts-board::-webkit-scrollbar-thumb{background:#7fa3ff73;border-radius:999px}.project-health-strip{position:relative;margin:0;min-height:56px;padding:10px 88px 8px 8px}.project-health-strip__list{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;column-gap:20px;row-gap:8px;align-items:center;min-width:0}.project-health-strip__item{display:flex;flex:0 0 auto;align-items:center;gap:7px;min-height:16px;margin:0;min-width:0;color:#e1e5efb8}.project-health-strip__label{min-width:0;overflow:hidden;text-overflow:ellipsis;font-size:11px;line-height:1;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;color:#dee3ef99}.project-health-strip__value{flex:0 0 auto;font-family:Roboto Mono,monospace;font-size:12px;line-height:1;font-weight:500;letter-spacing:-.01em;white-space:nowrap;color:#ecf0f8e0}.project-health-strip__icon{position:relative;flex:0 0 auto;width:12px;height:12px;color:#d7ddecad}.project-health-strip__icon:before,.project-health-strip__icon:after{content:"";position:absolute}.project-health-strip__icon--branch:before{left:2px;top:1px;width:2px;height:10px;background:currentColor;border-radius:2px}.project-health-strip__icon--branch:after{right:1px;top:2px;width:7px;height:2px;background:currentColor;box-shadow:0 6px 0 currentColor}.project-health-strip__icon--pipeline:before{left:1px;bottom:1px;width:2px;height:5px;background:currentColor;box-shadow:4px -2px 0 currentColor,8px -5px 0 currentColor}.project-health-strip__icon--pipeline:after{left:0;bottom:0;width:12px;height:1px;background:currentColor;opacity:.75}.project-health-strip__icon--qa:before{left:1px;top:1px;width:10px;height:10px;border:1px solid currentColor;border-radius:50%}.project-health-strip__icon--qa:after{left:4px;top:4px;width:4px;height:2px;border-left:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(-45deg)}.project-health-strip__icon--risk:before{left:2px;top:2px;width:8px;height:8px;border:1px solid currentColor;transform:rotate(45deg)}.project-health-strip__icon--risk:after{left:5px;top:3px;width:1px;height:6px;background:currentColor}.project-health-strip__icon--eta:before{left:1px;top:1px;width:10px;height:10px;border:1px solid currentColor;border-radius:50%}.project-health-strip__icon--eta:after{left:6px;top:3px;width:1px;height:5px;background:currentColor;transform-origin:bottom center;transform:rotate(35deg)}.project-health-strip__icon--headroom:before{left:1px;top:2px;width:9px;height:8px;border:1px solid currentColor;border-radius:2px}.project-health-strip__icon--headroom:after{right:0;top:4px;width:1px;height:4px;background:currentColor;box-shadow:-6px 0 0 currentColor,-4px 0 0 currentColor,-2px 0 0 currentColor}.project-health-strip__brand{position:absolute;right:8px;top:6px;display:inline-flex;flex-direction:column;align-items:flex-end;gap:4px;margin:0;pointer-events:none}.project-health-strip__mark{width:67px;height:24px;display:block;opacity:.85}.project-health-strip__mark img{display:block;width:100%;height:100%}.project-health-strip__mark-version{font-family:Roboto Mono,monospace;font-size:12px;line-height:1;font-weight:500;letter-spacing:.04em;color:#dadee999}.parts-board__grid{display:flex;flex-wrap:wrap;gap:40px 20px;align-items:start}.complex-card,.release-card{position:relative;flex:0 0 auto;overflow:hidden;background:linear-gradient(90deg,#c4c4c4,#eaecef 3.45%,#e9eaee 95.69%,#d3d3d3),linear-gradient(168deg,var(--surface-bottom) .22%,#f6f6f6 81.71%),linear-gradient(90deg,#fff 0% 100%);border-radius:var(--card-radius);box-shadow:var(--shadow-card);color:var(--card-text)}.complex-card{width:357px;height:319px;padding:0;box-shadow:0 2px 10px #00000073}.complex-card__accent-image{position:absolute;left:0;top:0;width:21px;height:100%}.complex-card__state{margin:0;position:absolute;left:33px;top:11px;font-size:12px;line-height:1.2;font-weight:700;color:var(--warning)}.complex-card__status-dot{position:absolute;left:14px;top:14px;width:10px;height:10px;border-radius:50%;background:var(--warning);box-shadow:0 0 0 2px var(--surface-bottom)}.complex-card__title{position:absolute;left:27px;top:31px;margin:0;max-width:calc(100% - 130px);font-size:16px;line-height:1;font-family:Inter,sans-serif;font-weight:700}.complex-card__subtitle{position:absolute;left:27px;top:50px;margin:0;max-width:calc(100% - 130px);font-family:Inter,sans-serif;font-size:16px;line-height:1;font-weight:300;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.release-card__slug{margin:4px 0 0;font-family:Roboto Mono,monospace;font-size:12px;line-height:20px;font-weight:300}.release-card__name{margin:0;font-size:16px;line-height:1;font-weight:800}.complex-card__version-value{position:absolute;right:27px;top:32px;margin:0;display:flex;align-items:baseline;justify-content:flex-end;gap:0;font-family:Roboto Mono,monospace;font-size:16px;line-height:1;font-weight:700}.release-card__version{margin:0;display:flex;align-items:baseline;justify-content:flex-end;gap:6px;font-family:Roboto Mono,monospace;font-size:18px;line-height:1;font-weight:700}.complex-card__version-meta{position:absolute;right:27px;top:53px;margin:0;font-size:12px;line-height:1.2;text-align:right}.release-card__meta{margin:6px 0 0;font-size:12px;line-height:1.2;text-align:right}.tag-icon{width:19px;height:14px;object-fit:contain}.complex-card__note-wrap{position:absolute;left:20px;right:27px;top:67px;height:42px;display:flex;align-items:center;gap:10px;padding:10px 0 0 8px}.complex-card__note-wrap:before{content:"";position:absolute;left:7px;right:0;top:9px;height:1px;background:#000c}.complex-card__note-icon-wrap{flex:0 0 auto;width:18.191px;height:17.25px;display:flex;align-items:center;justify-content:center;transform:rotate(-90deg)}.complex-card__note-icon{display:block;width:18.191px;height:17.25px}.complex-card__note-text,.release-card__footer-note{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.complex-card__note-text{position:static;flex:1 1 auto;-webkit-line-clamp:2;line-clamp:2;overflow-wrap:anywhere}.release-card__footer-note{-webkit-line-clamp:2;line-clamp:2}.complex-card__note-text,.release-card__footer-note{margin:0;font-family:Inter,sans-serif;font-size:8px;line-height:1.32;font-weight:300;color:#111}.complex-card__parts{position:absolute;inset:0}.complex-card__part{position:absolute;left:0;width:100%;height:54px;border-top:3px solid #383838;border-radius:16px;background:transparent}.complex-card__part:first-child{border-top-color:#1a0000}.complex-card__part--accent{height:54px}.complex-card__part-name{position:absolute;left:27px;top:8px;margin:0;max-width:calc(100% - 130px);font-size:16px;line-height:1;font-family:Inter,sans-serif;font-weight:700}.complex-card__part-type{position:absolute;left:27px;top:27px;margin:0;max-width:calc(100% - 130px);font-family:Inter,sans-serif;font-size:16px;line-height:1;font-weight:300;color:#131313;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.complex-card__part-version{position:absolute;right:15px;top:9px;margin:0;font-family:Roboto Mono,monospace;font-size:16px;line-height:1;font-weight:700}.complex-card__part--tagged .complex-card__part-version{right:42px}.complex-card__part-tag{position:absolute;right:15px;width:19px;height:14px;top:11px}.complex-card__part-meta{position:absolute;right:15px;top:27px;margin:0;text-align:right;font-size:12px;line-height:1.2}.complex-card__part-meta--accent{right:17px;top:30px;color:var(--planning);font-size:10px;width:120px}.release-card{width:354px;min-height:136px;padding:36px 20px 10px}.release-card__accent{position:absolute;inset:0 auto 0 0;width:20px}.release-card__dot{position:absolute;left:15px;top:15px;width:10px;height:10px;border-radius:50%;background:var(--ok);box-shadow:0 0 0 2px #d9d9d9}.release-card__dot--staging{background:#34bed6}.release-card__dot--production{background:#73a560;box-shadow:0 0 0 1px #e9eaee}.release-card__accent--planning{background:linear-gradient(180deg,#84abff,#8aaaf2)}.release-card__accent--staging{background:linear-gradient(180deg,#2ab0cb,#1692b2)}.release-card__accent--production{background:linear-gradient(180deg,#92cf7d,#79b864)}.release-card__stage-label{position:absolute;left:33px;top:11px;margin:0;font-size:12px;line-height:1.2;font-weight:700}.release-card__stage-label--staging{color:var(--staging)}.release-card__stage-label--production{color:#73a560}.release-card__body{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;width:auto}.release-card__heading{min-width:0}.release-card__name{font-size:16px}.release-card__slug{font-family:Roboto Mono,monospace;font-size:12px;line-height:20px;color:var(--card-text)}.release-card__version-wrap{min-width:fit-content}.release-card__version{font-size:18px}.release-card__meta{font-family:Roboto Mono,monospace}.release-card__meta--accent{font-size:16px;font-weight:700;color:var(--staging)}.release-card__meta--production{font-size:16px;font-weight:700;color:#73a560}.release-card__toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;width:auto;margin-top:10px;padding-left:6px}.release-card__qa-block{min-width:0;display:flex;flex-direction:column;align-items:flex-start}.release-card__qa-block .release-card__progress-block--qa{width:100%;display:block;margin-top:4px;padding-left:7px}.release-card__qa-block .release-card__progress-block--qa .progress-bar{width:100%;color:#73a560}.release-card__toolbar--stage{margin-top:8px}.release-card__status-line{margin:0;display:flex;flex-wrap:wrap;gap:6px;align-items:baseline;font-size:12px;line-height:1.2;color:var(--ok);font-weight:700}.release-card__status-line--qa{color:var(--ok)}.release-card__status-line strong{color:#131313;font-weight:800}.release-card__status-line--link{text-decoration:underline}.release-card__status-line--dim{color:var(--planning)}.release-card__footer-note{text-align:right;max-width:199px}.release-card__progress-block{margin-top:8px;width:auto;padding-left:7px}.progress-bar{display:block}.progress-bar--production,.progress-bar--staging{display:grid;grid-template-columns:13px minmax(0,1fr);gap:4px;align-items:center}.progress-bar__lead-image{display:block;width:14px;height:7px;transform:translateY(-1px)}.progress-bar__knob{height:5px;border-radius:999px;background:currentColor}.progress-bar__track{position:relative;display:block;width:100%;height:5px;border-radius:2px;background:#d9d9d9;overflow:hidden}.progress-bar__fill{position:absolute;inset:0 auto 0 0;width:var(--progress, 0%);border-radius:2px;background:currentColor}.release-card__checklist{margin:0;padding:0;list-style:none;font-size:12px;line-height:1.22;color:#131313;width:110px}.release-card__checklist li:before{content:"\2022  "}.release-card__checklist li{min-height:20px}.release-card__detail-grid{margin-top:2px;width:auto;display:grid;grid-template-columns:110px minmax(0,1fr);gap:0}.release-card__detail-grid--production{align-items:start}.release-card__detail-side{padding-top:2px;width:auto}.release-card__detail-side--production{padding-top:6px}.release-card__progress-top,.release-card__progress-total{margin:0;text-align:right;color:var(--ok)}.release-card__progress-top{font-size:10px;line-height:1.2;font-weight:500}.release-card__progress-total{font-size:12px;line-height:1.2;font-weight:800}.release-card__bubble{position:absolute;top:10.95px;right:21px;width:19px;height:19.297px;border-radius:5px;border:1px solid rgba(35,145,166,.85)}.release-card__bubble:after{content:"";position:absolute;right:3px;bottom:-3px;width:5px;height:5px;border-right:1px solid rgba(35,145,166,.85);border-bottom:1px solid rgba(35,145,166,.85);transform:skewY(30deg) rotate(35deg)}.release-card__production-mark{display:block;width:15px;height:7px;margin-left:7px;margin-top:4px}.release-card__version-accent{color:inherit}.release-card--default{min-height:118px}.release-card--default .release-card__body{width:100%;gap:10px}.release-card--default .release-card__heading{padding-left:6px}.release-card--default .release-card__version-wrap{display:flex;flex-direction:column;align-items:flex-end;padding-right:1px}.release-card--default .release-card__meta{margin-top:0;line-height:20px}.release-card--default .release-card__toolbar{width:100%;margin-top:0;padding-left:6px;display:grid;grid-template-columns:max-content minmax(0,1fr);gap:10px;align-items:start}.release-card--default .release-card__footer-note{width:100%;max-width:100%;padding-bottom:10px;text-align:right}.release-card--production{min-height:149px}.release-card--production .release-card__body{width:100%;gap:10px;padding-bottom:4px}.release-card--production .release-card__heading{padding-left:6px}.release-card--production .release-card__version-wrap{display:flex;flex-direction:column;align-items:flex-end;padding-right:1px}.release-card--production .release-card__meta--production{margin-top:4px;line-height:20px}.release-card--production .release-card__toolbar--stage{width:100%;margin-top:0;padding-left:6px;display:grid;grid-template-columns:max-content minmax(0,1fr);gap:10px;align-items:start}.release-card--production .release-card__status-line--qa,.release-card--production .release-card__progress-top,.release-card--production .release-card__progress-total,.release-card--production .progress-bar--production{color:#73a560}.release-card--production .release-card__progress-top{width:100%;padding-top:2px}.release-card--production .release-card__progress-block--production{width:100%;margin-top:0}.release-card--production .release-card__detail-grid--production{width:100%;grid-template-columns:110px minmax(0,1fr);margin-top:0}.release-card--production .release-card__detail-side--production{width:100%;padding-top:2px;display:flex;flex-direction:column;align-items:flex-end;text-align:right}.release-card--production .release-card__progress-total{width:100%}.release-card--staging{min-height:180px}.release-card--staging .release-card__body{width:100%;gap:10px;padding-bottom:4px}.release-card--staging .release-card__heading{padding-left:6px}.release-card--staging .release-card__version-wrap{display:flex;flex-direction:column;align-items:flex-end;padding-right:1px}.release-card--staging .release-card__meta--accent{margin-top:0;line-height:20px}.release-card--staging .release-card__toolbar--stage{width:100%;margin-top:0;padding-left:6px;display:grid;grid-template-columns:minmax(0,1fr) max-content;gap:10px;align-items:start}.release-card--staging .release-card__status-line--qa,.release-card--staging .release-card__progress-top,.release-card--staging .release-card__progress-total{color:#73a560}.release-card--staging .release-card__progress-top{width:100%;padding-top:2px}.release-card--staging .release-card__qa-block{width:100%}.release-card--staging .release-card__progress-block--staging{width:100%;margin-top:0}.release-card--staging .progress-bar--staging{color:#73a560}.release-card--staging .release-card__detail-grid{width:100%;grid-template-columns:110px minmax(0,1fr);margin-top:0}.release-card--staging .release-card__detail-side{width:100%;padding-top:2px;display:flex;flex-direction:column;align-items:flex-end;text-align:right;gap:4px}.release-card--staging .release-card__footer-note{width:100%;max-width:100%}.release-card--staging .release-card__progress-total{width:100%}.release-card--staging .release-card__checklist{width:110px}.release-card--staging .release-card__checklist-item{position:relative;min-height:20px;display:flex;align-items:center;padding:4px 0 0 7px}.release-card--staging .release-card__checklist-item--tail{padding-top:4px;padding-left:7px}.release-card--staging .release-card__checklist-item--tail:before{content:none}.release-card--staging .release-card__tail-mark{display:block;width:13px;height:5px;background:radial-gradient(circle at 2.5px 2.5px,#131313 0 2.5px,transparent 2.6px),radial-gradient(circle at 6.5px 2.5px,#131313 0 2.5px,transparent 2.6px),radial-gradient(circle at 10.5px 2.5px,#131313 0 2.5px,transparent 2.6px)}.release-card--staging .release-card__checklist-item:before{content:"";width:5px;height:5px;border-radius:50%;background:#131313;margin-right:4px;flex:0 0 auto}.release-card--staging .release-card__checklist-item.release-card__checklist-item--tail:before{content:none}@media(max-width:800px){.project-health-strip{min-height:72px;padding-right:84px}.project-health-strip__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-flow:row;column-gap:16px;row-gap:10px}.project-health-strip__item{width:100%;min-width:0}.project-health-strip__brand{right:8px;top:6px}.dashboard-header__left{width:100%}.dashboard-header__summary-row{flex-wrap:wrap;gap:18px 50px;min-height:0}.headline{order:1;flex:0 0 100%;width:100%}.dashboard-metric--iteration{order:2}.dashboard-metric--version{order:3;margin-left:auto;align-items:flex-end;text-align:right}.dashboard-metric--release{order:4;align-items:flex-end;text-align:right}.dashboard-metric__release-track{align-items:flex-end}.dashboard-metric__value--version:before{top:50%;transform:translateY(-50%);transition:top .3s ease,transform .3s ease}.project-dashboard--compact .dashboard-header__summary-row{flex-wrap:wrap;gap:8px 50px;min-height:0}.project-dashboard--compact .headline{flex:0 0 100%;width:100%}.project-dashboard--compact .headline .headline__title{font-size:24px}.project-dashboard--compact .dashboard-metric{gap:0;transition:gap .22s ease}.project-dashboard--compact .dashboard-metric__label{max-height:0;opacity:0;transition:max-height .22s ease,opacity .18s ease}.project-dashboard--compact .dashboard-metric__label--release{max-width:0}.project-dashboard--compact .dashboard-metric__release-track{width:max-content;align-items:flex-end}.project-dashboard--compact .dashboard-metric--version{margin-left:auto}}@media(max-width:500px){.project-health-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:auto;column-gap:12px;row-gap:8px;min-height:0;padding:8px 8px 10px;align-items:start}.project-health-strip__list{display:contents}.project-health-strip__brand{position:static;grid-column:2;grid-row:1/span 2;justify-self:end;align-self:start}.project-health-strip__item{width:auto;gap:5px}.project-health-strip__label{font-size:10px;letter-spacing:.06em}.project-health-strip__value,.project-health-strip__mark-version{font-size:11px}.project-health-strip__mark{width:58px;height:21px}.dashboard-header__badge{display:none}.dashboard-header__summary-row{display:grid;grid-template-columns:minmax(0,1fr) max-content;grid-template-areas:"headline iteration" "headline version" "headline release";align-items:start;gap:10px 20px;padding-right:20px}.headline{grid-area:headline;align-self:start;width:auto}.headline__label{font-size:11px}.dashboard-header__summary-row .headline__title{font-size:26px;line-height:1.02}.dashboard-metric{gap:6px;align-items:flex-end;text-align:right}.dashboard-metric--iteration{grid-area:iteration}.dashboard-metric--version{grid-area:version;margin-left:0}.dashboard-metric--release{grid-area:release;position:relative;padding-right:0}.dashboard-header__summary-row .dashboard-metric__label{font-size:10px}.dashboard-header__summary-row .dashboard-metric__value{font-size:24px}.dashboard-metric__release-track{position:static;align-items:flex-end;width:max-content}.dashboard-metric__value--release:after{display:none}.dashboard-metric--release .dashboard-metric__active-bar{display:block;position:absolute;top:0;bottom:0;right:-16px;width:8px;height:auto;background:var(--planning);box-shadow:0 2px 5px #00000040}.project-dashboard--compact .dashboard-header__summary-row{display:grid;grid-template-columns:minmax(0,1fr) max-content;grid-template-areas:"headline version" "headline release";align-items:start;gap:8px 20px;margin-bottom:12px;padding:12px 20px 0}.project-dashboard--compact .headline{width:auto;gap:0px}.project-dashboard--compact .dashboard-metric--iteration{display:none}.project-dashboard--compact .dashboard-header__summary-row .headline__title{font-size:22px}.project-dashboard--compact .dashboard-metric{gap:0}.project-dashboard--compact .dashboard-header__summary-row .dashboard-metric__value{font-size:20px}.project-dashboard--compact .dashboard-metric--release .dashboard-metric__active-bar{height:auto}}
