.row-master-initiative{display:inline-flex;align-items:center;min-width:0;gap:5px}.row-master-initiative__expand{flex:0 0 18px;width:18px;height:24px;padding:0;border:0;background:transparent;color:currentColor;line-height:1;cursor:pointer}.row-master-initiative__name{min-width:0;overflow:hidden;text-overflow:ellipsis}.row-master-panel{box-sizing:border-box;position:relative;display:grid;grid-template-columns:minmax(260px,1.15fr) minmax(320px,.85fr);gap:22px;height:100%;padding:18px 24px;overflow:auto;background:linear-gradient(135deg,color-mix(in srgb,#0ea5e9 7%,transparent),transparent 42%),color-mix(in srgb,var(--revo-grid-background) 92%,#eff6ff);border-top:1px solid color-mix(in srgb,var(--revo-grid-cell-border) 72%,#38bdf8);box-shadow:inset 0 1px color-mix(in srgb,#ffffff 70%,transparent);color:var(--revo-grid-foreground)}.row-master-hero,.row-master-side,.row-master-section{min-width:0}.row-master-hero{display:flex;flex-direction:column;gap:12px}.row-master-side{display:grid;grid-template-rows:minmax(0,1fr) auto;gap:14px}.row-master-kicker{color:color-mix(in srgb,var(--revo-grid-foreground) 58%,#2563eb);font-size:11px;font-weight:800;letter-spacing:0;text-transform:uppercase}.row-master-title-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.row-master-title{font-size:22px;line-height:1.1}.row-master-summary{max-width:720px;margin:0;color:color-mix(in srgb,var(--revo-grid-foreground) 78%,transparent);font-size:14px;line-height:1.45}.row-master-badges,.row-master-team{display:flex;gap:8px;flex-wrap:wrap}.row-master-badge,.row-master-team__member{border:1px solid color-mix(in srgb,var(--revo-grid-cell-border) 75%,transparent);border-radius:6px;padding:5px 9px;background:color-mix(in srgb,var(--revo-grid-background) 84%,#ffffff);color:color-mix(in srgb,var(--revo-grid-foreground) 82%,transparent);font-size:12px;font-weight:650;line-height:1.2}.row-master-badge--type{border-color:color-mix(in srgb,#6366f1 36%,transparent);background:color-mix(in srgb,#6366f1 13%,var(--revo-grid-background));color:#3730a3}.row-master-badge--on-track{border-color:color-mix(in srgb,#16a34a 38%,transparent);background:color-mix(in srgb,#22c55e 16%,var(--revo-grid-background));color:#166534}.row-master-badge--at-risk{border-color:color-mix(in srgb,#f59e0b 44%,transparent);background:color-mix(in srgb,#f59e0b 18%,var(--revo-grid-background));color:#92400e}.row-master-badge--planning{border-color:color-mix(in srgb,#0ea5e9 42%,transparent);background:color-mix(in srgb,#0ea5e9 16%,var(--revo-grid-background));color:#075985}.row-master-progress{max-width:430px;display:grid;gap:6px}.row-master-progress__header{display:flex;justify-content:space-between;color:color-mix(in srgb,var(--revo-grid-foreground) 70%,transparent);font-size:12px}.row-master-progress__track{height:8px;overflow:hidden;border-radius:999px;background:color-mix(in srgb,var(--revo-grid-cell-border) 64%,transparent)}.row-master-progress__bar{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#0ea5e9,#22c55e)}.row-master-section{padding:10px 12px;border:1px solid color-mix(in srgb,var(--revo-grid-cell-border) 64%,transparent);border-radius:8px;background:color-mix(in srgb,var(--revo-grid-background) 82%,#ffffff);margin-top:-8px}.row-master-milestones{display:grid;gap:6px;margin:8px 0 0;padding:0;list-style:none}.row-master-milestones li{position:relative;padding-left:18px;color:color-mix(in srgb,var(--revo-grid-foreground) 84%,transparent);line-height:1.35}.row-master-milestones li:before{content:"";position:absolute;top:.55em;left:0;width:7px;height:7px;border-radius:999px;background:#0ea5e9;box-shadow:0 0 0 3px color-mix(in srgb,#0ea5e9 16%,transparent)}.row-master-loader{position:absolute;inset:0;z-index:1;display:flex;align-items:center;justify-content:center;gap:8px;background:color-mix(in srgb,var(--revo-grid-background) 80%,transparent);color:var(--revo-grid-foreground);backdrop-filter:blur(1px)}.row-master-loader__spinner{width:12px;height:12px;border:2px solid var(--revo-grid-cell-border);border-top-color:currentColor;border-radius:999px;display:inline-block;animation:rv-master-spin .8s linear infinite}.row-master-remote{margin-top:10px}.row-master-remote__content{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.row-master-insight{min-width:0;padding:8px 10px;border-radius:7px;background:color-mix(in srgb,#64748b 8%,var(--revo-grid-background));color:color-mix(in srgb,var(--revo-grid-foreground) 82%,transparent);font-size:12px;line-height:1.35}.row-master-insight--risk{background:color-mix(in srgb,#f59e0b 13%,var(--revo-grid-background))}.row-master-insight__label{display:block;margin-bottom:3px;color:color-mix(in srgb,var(--revo-grid-foreground) 56%,transparent);font-size:10px;font-weight:800;text-transform:uppercase}.row-master-insight strong{font-weight:650}revo-grid[theme*=dark] .row-master-panel{background:linear-gradient(135deg,color-mix(in srgb,#38bdf8 11%,transparent),transparent 45%),color-mix(in srgb,var(--revo-grid-background) 86%,#0f172a);box-shadow:inset 0 1px color-mix(in srgb,#ffffff 8%,transparent)}revo-grid[theme*=dark] .row-master-badge--type{color:#c7d2fe}revo-grid[theme*=dark] .row-master-badge--on-track{color:#bbf7d0}revo-grid[theme*=dark] .row-master-badge--at-risk{color:#fde68a}revo-grid[theme*=dark] .row-master-badge--planning{color:#bae6fd}@keyframes rv-master-spin{to{transform:rotate(360deg)}}[data-v-076aa4e8] .revo-master-row{background-color:var(--revo-grid-background);box-shadow:0 1px 0 var(--revo-grid-cell-border),0 2px 5px #0000001a inset}
