@font-face {
  font-family: "Oracle Sans";
  src: url("./assets/fonts/OracleSans-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Oracle Sans";
  src: url("./assets/fonts/OracleSans-Semibold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Oracle Sans";
  src: url("./assets/fonts/OracleSans-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Kalam";
  src: url("./assets/fonts/Kalam-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --blueberry-140: #213959;
  --grape-160: #20243b;
  --background-20: #16273d;
  --background-30: #132337;
  --background-40: #111e2e;
  --text-primary: #ffffff;
  --text-secondary: rgba(255, 255, 255, 0.7);
  --text-disabled: rgba(255, 255, 255, 0.4);
  --border-divider: rgba(255, 255, 255, 0.12);
  --border-enabled: rgba(255, 255, 255, 0.2);
  --overlay-hover: rgba(255, 255, 255, 0.04);
  --surface-solid: rgba(255, 255, 255, 0.1);
  --surface-info-strong: #247f9f;
  --surface-danger-strong: #d73e29;
  --surface-warning-strong: #ae640d;
  --link: #f0cc72;
  --dvt-1: #57b8c2;
  --dvt-2: #af6109;
  --summary-coral: #e96f5c;
  --summary-teal: #17bbb4;
  --font-ui: "Oracle Sans", Arial, sans-serif;
  --font-editorial: Georgia, "Times New Roman", serif;
  --home-nav-width: 52px;
  --home-nav-expanded-width: 344px;
  --workspace-max-width: 1460px;
  --workspace-clearance-end: 1564px;
}

* {
  box-sizing: border-box;
}

html,
body,
#app {
  width: 100%;
  height: 100%;
}

html {
  background: var(--grape-160);
}

body {
  margin: 0;
  min-width: 0;
  overflow: hidden;
  color: var(--text-primary);
  background: var(--grape-160);
  font-family: var(--font-ui);
  font-size: 14px;
  font-feature-settings: "lnum" 1, "tnum" 1;
  letter-spacing: 0;
}

.prototype-guidance-overlay {
  position: absolute;
  inset: 0;
  z-index: 100;
  overflow: hidden;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.85);
}

.prototype-guidance-overlay__canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1920px;
  height: 1080px;
  transform-origin: center;
}

.prototype-guidance-overlay__message {
  position: absolute;
  top: 315px;
  left: 317px;
  width: 643px;
  margin: 0;
  font-family: "Kalam", cursive;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0;
  white-space: normal;
}

.prototype-guidance-overlay__message p {
  margin: 0 0 50px;
}

.prototype-guidance-overlay__signature {
  position: absolute;
  top: 704px;
  left: 317px;
  width: 602px;
  margin: 0;
  font-family: "Kalam", cursive;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0;
}

.prototype-guidance-overlay__arrow-frame {
  position: absolute;
  top: 610px;
  left: 728.79px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 238.48px;
  height: 197.874px;
}

.prototype-guidance-overlay__arrow-transform {
  flex: none;
  width: 123.177px;
  height: 205.852px;
  transform: rotate(114.68deg) scaleY(-1);
}

.prototype-guidance-overlay__arrow {
  position: relative;
  width: 123.177px;
  height: 205.852px;
}

.prototype-guidance-overlay__arrow img {
  position: absolute;
  top: -0.27%;
  right: -2.44%;
  bottom: -5.01%;
  left: -2.44%;
  display: block;
  width: calc(100% + 4.88%);
  height: calc(100% + 5.28%);
}

button,
input {
  font: inherit;
  letter-spacing: 0;
}

button {
  color: inherit;
}

button[data-prototype-link],
.app-parent,
.home-nav__item[data-open-apps],
.home-nav__item[data-open-home],
.home-nav__item[data-open-chat-history],
.home-nav__detail-item[data-frame],
.home-nav__detail-item[data-explore-thread] {
  cursor: pointer;
}

button:disabled {
  cursor: default;
  pointer-events: none;
}

h1,
h2,
h3,
h4,
p,
small,
strong,
span {
  margin: 0;
}

.app-frame {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(
    180deg,
    var(--blueberry-140) 21.524%,
    var(--grape-160) 93.75%
  );
}

.top-stripe {
  position: absolute;
  top: 0;
  right: 0;
  left: var(--home-nav-width);
  z-index: 4;
  display: block;
  width: calc(100% - var(--home-nav-width));
  height: 8px;
  object-fit: cover;
  object-position: left center;
}

.home-nav {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  width: var(--home-nav-width);
  height: 100%;
  background: var(--background-40);
  overflow: hidden;
  box-shadow: inset -1px 0 var(--border-divider);
}

.home-nav.is-expanded {
  width: var(--home-nav-expanded-width);
}

.home-nav.is-expanded .home-nav__top {
  flex-basis: 501px;
  height: 501px;
}

.home-nav__top {
  display: flex;
  flex: 0 0 281px;
  flex-direction: column;
  width: 100%;
  height: 281px;
}

.home-nav__header {
  position: relative;
  flex: 0 0 68px;
  width: 100%;
  height: 68px;
}

.home-nav__collapse {
  position: absolute;
  top: 24px;
  left: 8px;
}

.home-nav.is-expanded .home-nav__collapse {
  left: 300px;
}

.home-nav__collapse .icon {
  width: 20px;
  height: 20px;
}

.home-nav__oracle-logo {
  position: absolute;
  top: 34px;
  left: 16px;
  display: none;
  width: 128px;
  height: 16px;
}

.home-nav.is-expanded .home-nav__oracle-logo {
  display: block;
}

.home-nav.is-expanded .home-nav__header {
  box-shadow: inset 0 -1px var(--border-divider);
}

.home-nav__items {
  display: flex;
  flex: 0 0 152px;
  flex-direction: column;
  width: 100%;
  height: 152px;
  padding-top: 8px;
}

.home-nav__item {
  position: relative;
  display: flex;
  flex: 0 0 48px;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.home-nav__label {
  display: none;
  min-width: 0;
  margin-left: 8px;
  overflow: hidden;
  color: var(--text-secondary);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-nav.is-expanded .home-nav__label {
  display: block;
}

.home-nav__item:not(.is-active):hover {
  background: var(--overlay-hover);
}

.home-nav__item.is-active::before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 4px;
  height: 36px;
  background: #40ede6;
  content: "";
}

.home-nav__item .icon {
  display: block;
  width: 20px;
  height: 20px;
}

.home-nav__divider {
  position: relative;
  flex: 0 0 17px;
  width: 100%;
  height: 17px;
}

.home-nav__divider::after {
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--border-divider);
  content: "";
}

.home-nav__item--recent {
  flex-basis: 44px;
  height: 44px;
}

.home-nav__collapsed-only {
  display: flex;
}

.home-nav__expanded-only {
  display: none;
}

.home-nav.is-expanded .home-nav__collapsed-only {
  display: none;
}

.home-nav.is-expanded .home-nav__expanded-only {
  display: flex;
}

.home-nav__badge {
  position: absolute;
  top: 8px;
  left: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  height: 16px;
  padding: 0 2px;
  border-radius: 24px;
  color: #ffffff;
  background: var(--surface-info-strong);
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
}

.home-nav__groups {
  flex-direction: column;
  width: 100%;
}

.home-nav__group {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.home-nav__group-header {
  display: flex;
  flex: 0 0 44px;
  align-items: center;
  width: 100%;
  height: 44px;
  padding: 0 16px;
}

.home-nav__group-header h2 {
  flex: 1 1 auto;
  min-width: 0;
  color: var(--text-secondary);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.home-nav__small-action {
  display: flex;
  flex: 0 0 24px;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: -8px;
  padding: 0;
  border: 0;
  background: transparent;
}

.home-nav__small-action .icon {
  width: 20px;
  height: 20px;
}

.home-nav__group-items {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.home-nav__detail-item {
  position: relative;
  display: flex;
  flex: 0 0 44px;
  align-items: center;
  width: 100%;
  height: 44px;
  min-width: 0;
  padding: 0 16px;
  border: 0;
  background: transparent;
  text-align: left;
}

.home-nav__detail-item.is-selected::before {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  width: 4px;
  border-radius: 0 2px 2px 0;
  background: #40ede6;
  content: "";
}

.home-nav__detail-item.is-selected span {
  color: var(--text-primary);
}

.home-nav__detail-item:hover {
  background: var(--overlay-hover);
}

.home-nav__detail-item .icon {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.home-nav__detail-item span {
  min-width: 0;
  overflow: hidden;
  color: var(--text-secondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-nav__footer {
  display: flex;
  flex: 0 0 68px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 68px;
  margin-top: auto;
  padding: 0 8px;
  background: var(--background-40);
}

.home-nav.is-expanded .home-nav__footer {
  gap: 16px;
  box-shadow: inset 0 1px var(--border-divider);
}

.home-nav__user {
  display: flex;
  flex: 0 0 36px;
  align-items: center;
  min-width: 0;
  height: 36px;
}

.home-nav.is-expanded .home-nav__user {
  flex-basis: 268px;
  gap: 16px;
}

.home-nav__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  padding: 0 8px;
  overflow: hidden;
  border-radius: 8px;
  color: #ffffff;
  background: #3c3733;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.home-nav__profile {
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
}

.home-nav__profile strong,
.home-nav__profile span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-nav__profile strong {
  color: var(--text-primary);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.home-nav__profile span {
  color: var(--text-secondary);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.home-nav__user-action {
  flex: 0 0 36px;
}

.home-nav:not(.is-expanded) .home-nav__expanded-only {
  display: none;
}

.app-frame.is-home-nav-expanded .top-stripe {
  left: var(--home-nav-expanded-width);
  width: calc(100% - var(--home-nav-expanded-width));
}

.app-frame.is-home-nav-expanded .workspace-grid {
  width: calc(100% - var(--home-nav-expanded-width));
  margin-right: 0;
  margin-left: var(--home-nav-expanded-width);
  padding-left: 0;
}

.workspace-grid {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: var(--workspace-max-width);
  height: 100%;
  margin: 0 auto;
  padding-left: clamp(
    0px,
    calc((var(--workspace-clearance-end) - 100vw) / 2),
    var(--home-nav-width)
  );
  min-width: 0;
}

.main-column {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  width: auto;
  max-width: 996px;
  min-width: 0;
  height: 100%;
  container-name: main-workspace;
  container-type: inline-size;
}

.app-header {
  display: flex;
  flex: 0 0 228px;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  height: 228px;
  padding: 24px 48px;
}

.app-frame.has-followup-answer .app-header {
  flex-basis: 124px;
  gap: 12px;
  height: 124px;
  padding-bottom: 0;
}

.app-frame.has-followup-answer .main-content {
  padding-top: 12px;
}

.app-identity {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  height: 64px;
}

.app-parent {
  display: flex;
  align-items: center;
  align-self: flex-start;
  gap: 4px;
  min-height: 20px;
  color: var(--link);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  user-select: none;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.app-parent:hover span,
.app-parent:focus-visible span {
  text-decoration: underline;
}

.app-parent:focus-visible {
  outline: 2px solid #40ede6;
  outline-offset: 4px;
}

.app-parent .icon {
  width: 20px;
  height: 20px;
  transform: rotate(180deg);
  filter: sepia(1) saturate(2) hue-rotate(355deg) brightness(1.1);
}

.app-identity h1 {
  overflow: hidden;
  color: var(--text-primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.app-identity p {
  overflow: hidden;
  color: var(--text-secondary);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ao-input {
  position: relative;
  display: flex;
  align-items: center;
  flex: 0 0 52px;
  width: 100%;
  height: 52px;
  min-height: 52px;
  padding: 0 8px 0 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 12px;
  background: rgba(15, 24, 39, 0.9);
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.2),
    inset 0 0.5px 1px rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(16px);
}

.ao-input[hidden] {
  display: none;
}

.app-frame.has-command-answer .app-header > .ao-input[hidden] {
  display: none;
}

.ao-input.is-active {
  padding: 0 6px 0 14px;
  border: 2px solid #40ede6;
}

.ao-input[aria-haspopup="listbox"] {
  cursor: text;
}

.ao-o {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.ao-input input {
  flex: 1 1 auto;
  min-width: 0;
  height: 50px;
  padding: 0;
  border: 0;
  outline: 0;
  color: var(--text-primary);
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  caret-color: var(--text-primary);
  pointer-events: auto;
}

.ao-input input::placeholder {
  color: var(--text-secondary);
  opacity: 1;
}

.ao-input button {
  display: block;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: transparent;
}

.ao-input button:not(:disabled):hover {
  background: var(--overlay-hover);
}

.ao-input button[aria-disabled="false"] {
  cursor: pointer;
}

.ao-input button img {
  display: block;
  width: 36px;
  height: 36px;
}

.main-content {
  flex: 1 1 auto;
  min-height: 0;
  padding: 24px 48px 64px;
  overflow-y: auto;
  scrollbar-width: none;
}

.main-content::-webkit-scrollbar,
.action-panel::-webkit-scrollbar {
  display: none;
}

.app-frame:not(.is-initial-loading) .initial-loading-only,
.app-frame.is-initial-loading .content-ready-only {
  display: none;
}

.loading-state {
  display: flex;
  flex-direction: column;
  width: 240px;
  gap: 16px;
}

.loading-label {
  color: var(--text-secondary);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.bloom-skeleton {
  position: relative;
  width: 240px;
  height: 40px;
}

.bloom-skeleton__bar {
  position: absolute;
  left: 0;
  height: 16px;
  border-radius: 4px;
  opacity: 0.4;
  background-image: url("./assets/figma-27a/bloom-gradient-texture.png");
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 265px 20px;
  animation: bloom-skeleton-shift 800ms linear infinite;
}

.bloom-skeleton__bar--wide {
  top: 0;
  width: 240px;
}

.bloom-skeleton__bar--short {
  top: 24px;
  width: 160px;
}

@keyframes bloom-skeleton-shift {
  from {
    background-position: 0 center;
  }

  to {
    background-position: -25px center;
  }
}

.page-summary {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 216px;
  padding-right: 8px;
}

.summary-stripe {
  position: relative;
  flex: 0 0 4px;
  width: 4px;
  min-height: 192px;
  margin-right: 24px;
  border-radius: 4px;
  background: linear-gradient(180deg, var(--summary-coral) 20%, var(--summary-teal) 80%);
  box-shadow: 0 0 8px rgba(23, 187, 180, 0.45);
}

.summary-loading {
  flex: 0 0 240px;
}

.app-frame.is-initial-loading .page-summary {
  min-height: 72px;
}

.app-frame.is-initial-loading .summary-stripe {
  min-height: 72px;
}

.summary-copy {
  width: min(800px, calc(100% - 28px));
}

.summary-copy h2 {
  color: var(--text-primary);
  font-family: var(--font-editorial);
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
}

.summary-copy p {
  margin-top: 16px;
  color: var(--text-primary);
  font-family: var(--font-editorial);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.content-section {
  position: relative;
  width: 100%;
  min-width: 320px;
  padding: 16px;
  border-radius: 16px;
}

.content-section:hover {
  background: var(--overlay-hover);
  box-shadow: inset 0 0 0 1px var(--border-divider);
}

.app-frame.is-initial-loading .content-section {
  min-height: 220px;
}

.app-frame.is-initial-loading .content-section:hover {
  background: transparent;
  box-shadow: none;
}

.content-section--programs {
  margin-top: 32px;
}

.section-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  min-height: 38px;
}

.section-title-wrap {
  min-width: 0;
}

.section-title-wrap h3,
.panel-subheading h3,
.panel-header h2 {
  color: var(--text-primary);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.section-title-wrap h3 {
  padding-top: 8px;
}

.section-dash {
  display: block;
  width: 36px;
  height: 2px;
  margin-top: 8px;
  background: linear-gradient(90deg, var(--summary-coral) 20%, var(--summary-teal) 80%);
}

.icon-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 8px;
  border: 0;
  border-radius: 4px;
  background: transparent;
}

.icon-button:not(:disabled):hover {
  background: var(--overlay-hover);
}

.icon-button .icon {
  display: block;
  width: 20px;
  height: 20px;
}

.section-expand {
  opacity: 0;
}

.content-section:hover .section-expand {
  opacity: 1;
}

.app-frame.is-initial-loading .content-section:hover .section-expand {
  opacity: 0;
}

.section-loading {
  margin-top: 16px;
}

.section-subsection {
  margin-top: 16px;
}

.section-intro {
  width: min(800px, 100%);
}

.section-intro h2 {
  color: var(--text-primary);
  font-family: var(--font-editorial);
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
}

.section-intro p {
  margin-top: 16px;
  color: var(--text-secondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.section-list {
  width: 100%;
  margin-top: 40px;
}

.list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 64px;
  gap: 24px;
}

.section-list--column .list-item {
  min-height: 84px;
}

.list-copy {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
}

.list-copy strong {
  overflow: hidden;
  color: var(--text-primary);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-overflow: ellipsis;
}

.list-copy span {
  overflow: hidden;
  color: var(--text-secondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-overflow: ellipsis;
}

.list-tail {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 16px;
}

.list-meta {
  color: var(--text-primary);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  padding: 0 8px;
  overflow: hidden;
  border-radius: 24px;
  color: #ffffff;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.badge--danger {
  background: var(--surface-danger-strong);
}

.badge--warning {
  background: var(--surface-warning-strong);
}

.action-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  margin-top: 16px;
}

.action-chip {
  display: flex;
  align-items: center;
  height: 32px;
  padding: 0 8px;
  overflow: hidden;
  border: 0;
  border-radius: 4px;
  color: var(--text-primary);
  background: var(--surface-solid);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.action-chip:not(:disabled):hover {
  background-color: transparent;
  background-image:
    linear-gradient(90deg, var(--overlay-hover), var(--overlay-hover)),
    linear-gradient(90deg, var(--surface-solid), var(--surface-solid));
}

.content-divider {
  width: 100%;
  height: 1px;
  margin: 32px 0;
  background: var(--border-divider);
}

.two-column-sections {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 64px;
  width: 100%;
}

.content-section--column {
  min-width: 0;
}

.content-section--column .section-intro h2 {
  font-size: 28px;
  line-height: 32px;
}

.dvt-panel {
  width: 100%;
  margin-top: 40px;
}

.dvt-panel__header {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  min-height: 44px;
}

.dvt-panel__header strong,
.dvt-panel__header span {
  overflow: hidden;
  color: var(--text-primary);
  font-size: 14px;
  line-height: 20px;
  text-overflow: ellipsis;
}

.dvt-panel__header strong {
  font-weight: 700;
}

.dvt-panel__header span {
  font-weight: 400;
}

.dvt-plot {
  position: relative;
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-template-rows: 1fr;
  width: 100%;
  height: 220px;
  margin-top: 16px;
  padding-bottom: 32px;
}

.dvt-axis-label {
  position: relative;
  z-index: 2;
  color: var(--text-secondary);
  font-size: 12px;
  line-height: 16px;
  text-align: right;
}

.dvt-gridline {
  height: 1px;
  margin: 7px 0 0 12px;
  background: var(--border-enabled);
}

.dvt-bar {
  position: absolute;
  bottom: 32px;
  left: 88px;
  width: 64px;
  height: 148px;
  background: var(--dvt-1);
}

.dvt-bar span {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  width: 88px;
  color: var(--text-primary);
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  transform: translateX(-50%);
}

.dvt-legend {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 16px;
  color: var(--text-primary);
  font-size: 12px;
  line-height: 16px;
}

.dvt-legend i {
  width: 10px;
  height: 10px;
  background: var(--dvt-1);
}

.action-panel {
  flex: 0 0 464px;
  width: 464px;
  height: 100%;
  min-height: 0;
  overflow-y: auto;
  scrollbar-width: none;
}

.app-frame.is-initial-loading .action-panel {
  overflow: hidden;
}

.action-panel-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 416px;
  margin: 0 24px;
  padding-top: 373px;
}

.particle-loader {
  display: block;
  width: 250px;
  height: 150px;
  object-fit: contain;
}

.particle-loader--static {
  display: none;
}

.action-panel-loading .loading-label {
  margin-top: 24px;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 416px;
  min-height: 52px;
  margin: 24px 24px 0;
}

.panel-header h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.icon-button--panel .icon {
  width: 24px;
  height: 24px;
}

.outcome-container {
  width: 416px;
  height: 64px;
  margin: 24px 24px 0;
}

.outcome-widget {
  position: relative;
  display: flex;
  align-items: center;
  width: 416px;
  height: 64px;
  padding: 0 16px;
  overflow: hidden;
  border: 0;
  border-radius: 12px;
  color: #161513;
  background-image: url("./assets/figma-27a/outcome-widget.png");
  background-position: center;
  background-size: 419px 68px;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.outcome-widget::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  border-radius: inherit;
  background: rgba(0, 0, 0, 0);
  content: "";
  pointer-events: none;
  transition: background-color 100ms ease-out;
}

.outcome-widget:hover::before { background: rgba(0, 0, 0, 0.08); }
.outcome-widget:focus-visible { outline: 2px solid #40ede6; outline-offset: 2px; }
.outcome-widget > * { position: relative; z-index: 1; }

.outcome-target {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-right: 16px;
}

.outcome-copy {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
  color: #161513;
}

.outcome-copy strong {
  overflow: hidden;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.outcome-copy span {
  overflow: hidden;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.outcome-chevron {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  filter: brightness(0) saturate(100%);
}

.panel-subheading {
  display: flex;
  align-items: center;
  width: 416px;
  height: 52px;
  margin: 24px 24px 0;
}

.priority-cards {
  width: 416px;
  min-height: 738px;
  margin: 24px 24px 0;
}

.priority-card {
  width: 100%;
  min-height: 196px;
  padding: 16px;
}

.priority-card + .priority-card {
  margin-top: 32px;
  padding-top: 48px;
  border-top: 1px solid var(--border-divider);
}

.priority-card__header {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 20px;
  gap: 12px;
}

.priority-overline {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  color: var(--text-secondary);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.icon-button--close {
  width: 20px;
  height: 20px;
  padding: 0;
}

.priority-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  margin-top: 4px;
}

.priority-card__body h4 {
  overflow: hidden;
  color: var(--text-primary);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-overflow: ellipsis;
}

.priority-card__body p {
  overflow: hidden;
  color: var(--text-secondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-overflow: ellipsis;
}

.priority-card__body small {
  overflow: hidden;
  color: var(--text-secondary);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.solid-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 36px;
  margin-top: 16px;
  padding: 0 16px;
  border: 0;
  border-radius: 4px;
  color: var(--text-primary);
  background: var(--surface-solid);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.solid-button:not(:disabled):hover {
  background-color: transparent;
  background-image:
    linear-gradient(90deg, var(--overlay-hover), var(--overlay-hover)),
    linear-gradient(90deg, var(--surface-solid), var(--surface-solid));
}

.view-more {
  width: 416px;
  margin: 24px 24px 0;
  color: var(--link);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.panel-header--communications {
  margin-top: 24px;
}

.communications-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 416px;
  margin: 24px 24px 64px;
}

.mini-card {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 80px;
  padding: 12px 16px;
  border: 0;
  border-radius: 12px;
}

.mini-card:hover {
  background: var(--overlay-hover);
  box-shadow: inset 0 0 0 1px var(--border-divider);
}

.mini-card-avatar {
  display: flex;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-right: 16px;
  overflow: hidden;
  border-radius: 24px;
  background: var(--surface-info-strong);
}

.mini-card-avatar .icon {
  width: 16px;
  height: 16px;
}

.mini-card-copy {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
  gap: 2px;
  white-space: nowrap;
}

.mini-card-copy small,
.mini-card-copy strong,
.mini-card-copy span {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mini-card-copy small {
  color: var(--text-primary);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.mini-card-copy strong {
  color: var(--text-primary);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.mini-card-copy span {
  color: var(--text-secondary);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

@container main-workspace (max-width: 799px) {
  .two-column-sections {
    grid-template-columns: minmax(320px, 1fr);
    gap: 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bloom-skeleton__bar {
    animation: none;
  }

  .particle-loader--motion {
    display: none;
  }

  .particle-loader--static {
    display: block;
  }
}
