/* [project]/gic_frontend_next/src/components/ui/buttons.module.css [app-client] (css) */
.buttons-module__WOX3eG__primaryAction {
  --mechanical-edge-color: color-mix(in srgb,
    var(--foreground-100) 78%,
    var(--background-l100-100) 22%);
  background: var(--button-background, var(--background-button-inverse-pill));
  border: var(--button-border, .75px solid #00000080);
  box-shadow: var(--action-button-shadow, var(--shadow-button-inverse-pill));
  color: var(--foreground-inverse-70);
  text-shadow: var(--text-shadow-button-inverse);
}

.buttons-module__WOX3eG__controlSurface {
  --mechanical-edge-color: color-mix(in srgb,
    var(--background-l100-100) 68%,
    var(--foreground-100) 32%);
  background: var(--background-l150-100);
  border: .25px solid var(--foreground-10);
  box-shadow: var(--action-button-shadow, var(--shadow-outset-005));
}

.buttons-module__WOX3eG__controlSurface:not(:disabled):hover {
  background: var(--background-l100-100);
}

.buttons-module__WOX3eG__menuSurface {
  --mechanical-edge-color: color-mix(in srgb,
    var(--background-l100-100) 82%,
    var(--foreground-100) 18%);
  background: var(--background-l100-100);
  box-shadow: var(--action-button-shadow, var(--shadow-outset-100));
}

.buttons-module__WOX3eG__ghostedAction {
  --mechanical-edge-color: var(--foreground-20);
  box-shadow: none;
  text-shadow: none;
  background: none;
  border: 1px solid #0000;
}

.buttons-module__WOX3eG__ghostedAction:not(:disabled):hover {
  background: var(--foreground-3);
  box-shadow: none;
  color: var(--foreground-100);
  border-color: #0000;
}

.buttons-module__WOX3eG__ghostedAction[aria-pressed="true"] {
  background: var(--foreground-5);
  border-color: var(--foreground-5);
  box-shadow: none;
}

.buttons-module__WOX3eG__ghostedAction[data-active-surface="container"][aria-pressed="true"] {
  background: none;
  border-color: #0000;
}

.buttons-module__WOX3eG__dangerControlSurface {
  background: var(--foreground-3);
  color: #e1302c;
}

.buttons-module__WOX3eG__dangerControlSurface:hover {
  background: var(--foreground-5);
  color: #e1302c;
}

.buttons-module__WOX3eG__dangerControlSurface svg {
  color: currentColor;
}

.buttons-module__WOX3eG__elevation000 {
  --action-button-shadow: none;
}

.buttons-module__WOX3eG__elevation005 {
  --action-button-shadow: var(--shadow-outset-005);
}

.buttons-module__WOX3eG__elevation025 {
  --action-button-shadow: var(--shadow-outset-025);
}

.buttons-module__WOX3eG__elevation005:not(:disabled):hover, .buttons-module__WOX3eG__elevation025:not(:disabled):hover, .buttons-module__WOX3eG__elevation100:not(:disabled):hover {
  --action-button-shadow: none;
}

.buttons-module__WOX3eG__primaryAction.buttons-module__WOX3eG__elevation025 {
  --action-button-shadow: var(--shadow-button-inverse-pill);
}

.buttons-module__WOX3eG__elevation100 {
  --action-button-shadow: var(--shadow-outset-100);
}

.buttons-module__WOX3eG__primaryAction.buttons-module__WOX3eG__elevation100 {
  --action-button-shadow: var(--shadow-button-special-md);
  background: var(--button-background, linear-gradient(0deg, var(--foreground-10) 0%, var(--foreground-10) 100%),
    linear-gradient(180deg, var(--background-inverse-100) 0%, var(--foreground-100) 100%));
  border: var(--button-border, 1px solid var(--foreground-80));
  color: var(--foreground-inverse-90);
}

.buttons-module__WOX3eG__mechanicalWrapper {
  background: #00000003;
  flex-direction: column;
  flex-shrink: 0;
  align-items: flex-start;
  width: fit-content;
  display: inline-flex;
  position: relative;
}

.buttons-module__WOX3eG__mechanicalWrapperFullWidth {
  width: 100%;
}

.buttons-module__WOX3eG__mechanicalWrapperSm {
  border-radius: 5px;
  padding: 2px 2px 4px;
}

.buttons-module__WOX3eG__mechanicalWrapperMd {
  border-radius: 6px;
  padding: 3px 3px 5px;
}

.buttons-module__WOX3eG__mechanicalWrapperLg {
  border-radius: 8px;
  padding: 4px 4px 6px;
}

.buttons-module__WOX3eG__mechanicalButton {
  cursor: pointer;
  will-change: transform;
  backface-visibility: hidden;
  transition: box-shadow .1s ease-out, transform .1s ease-out;
  position: relative;
  overflow: hidden;
  transform: translateY(1px);
}

.buttons-module__WOX3eG__mechanicalButton:not(:disabled):hover, .buttons-module__WOX3eG__mechanicalButton:not(:disabled):active {
  transform: translateY(2px);
}

.buttons-module__WOX3eG__mechanicalButton.buttons-module__WOX3eG__mechanicalSm {
  box-shadow: 0 2px 0 0 var(--mechanical-edge-color),
    -15px 18px 7px 0 #00000003,
    -10px 12px 6px 0 #0000000a,
    -5px 7px 5px 0 #00000026,
    -2px 3px 4px 0 #00000042,
    -1px 1px 2px 0 #0000004a;
  border-radius: 5px;
}

.buttons-module__WOX3eG__mechanicalButton.buttons-module__WOX3eG__mechanicalSm:not(:disabled):hover, .buttons-module__WOX3eG__mechanicalButton.buttons-module__WOX3eG__mechanicalSm:not(:disabled):active {
  box-shadow: 0 1px 0 0 var(--mechanical-edge-color),
    -15px 18px 7px 0 #00000003,
    -10px 12px 6px 0 #0000000a,
    -5px 7px 5px 0 #00000026,
    -2px 3px 4px 0 #00000042,
    -1px 1px 2px 0 #0000004a;
}

.buttons-module__WOX3eG__mechanicalButton.buttons-module__WOX3eG__mechanicalMd {
  box-shadow: 0 2.5px 0 0 var(--mechanical-edge-color),
    -16px 20px 8px 0 #00000003,
    -11px 13px 7px 0 #0000000a,
    -5px 8px 5px 0 #00000026,
    -2px 3px 4px 0 #00000042,
    -1px 1px 2px 0 #0000004a;
  border-radius: 6px;
}

.buttons-module__WOX3eG__mechanicalButton.buttons-module__WOX3eG__mechanicalMd:not(:disabled):hover, .buttons-module__WOX3eG__mechanicalButton.buttons-module__WOX3eG__mechanicalMd:not(:disabled):active {
  box-shadow: 0 1.5px 0 0 var(--mechanical-edge-color),
    -16px 20px 8px 0 #00000003,
    -11px 13px 7px 0 #0000000a,
    -5px 8px 5px 0 #00000026,
    -2px 3px 4px 0 #00000042,
    -1px 1px 2px 0 #0000004a;
}

.buttons-module__WOX3eG__mechanicalButton.buttons-module__WOX3eG__mechanicalLg {
  box-shadow: 0 3px 0 0 var(--mechanical-edge-color),
    -18px 22px 9px 0 #00000003,
    -12px 15px 8px 0 #0000000a,
    -6px 9px 6px 0 #00000026,
    -3px 4px 5px 0 #00000042,
    -1px 2px 3px 0 #0000004a;
  border-radius: 8px;
  transform: translateY(2px);
}

.buttons-module__WOX3eG__mechanicalButton.buttons-module__WOX3eG__mechanicalLg:not(:disabled):hover, .buttons-module__WOX3eG__mechanicalButton.buttons-module__WOX3eG__mechanicalLg:not(:disabled):active {
  box-shadow: 0 2px 0 0 var(--mechanical-edge-color),
    -18px 22px 9px 0 #00000003,
    -12px 15px 8px 0 #0000000a,
    -6px 9px 6px 0 #00000026,
    -3px 4px 5px 0 #00000042,
    -1px 2px 3px 0 #0000004a;
  transform: translateY(3px);
}

.buttons-module__WOX3eG__mechanicalButton:disabled {
  cursor: not-allowed;
}

.buttons-module__WOX3eG__mechanicalButton.buttons-module__WOX3eG__mechanicalSm:disabled:hover {
  box-shadow: 0 2px 0 0 var(--mechanical-edge-color),
    -15px 18px 7px 0 #00000003,
    -10px 12px 6px 0 #0000000a,
    -5px 7px 5px 0 #00000026,
    -2px 3px 4px 0 #00000042,
    -1px 1px 2px 0 #0000004a;
}

.buttons-module__WOX3eG__mechanicalButton.buttons-module__WOX3eG__mechanicalMd:disabled:hover {
  box-shadow: 0 2.5px 0 0 var(--mechanical-edge-color),
    -16px 20px 8px 0 #00000003,
    -11px 13px 7px 0 #0000000a,
    -5px 8px 5px 0 #00000026,
    -2px 3px 4px 0 #00000042,
    -1px 1px 2px 0 #0000004a;
}

.buttons-module__WOX3eG__mechanicalButton.buttons-module__WOX3eG__mechanicalLg:disabled:hover {
  box-shadow: 0 3px 0 0 var(--mechanical-edge-color),
    -18px 22px 9px 0 #00000003,
    -12px 15px 8px 0 #0000000a,
    -6px 9px 6px 0 #00000026,
    -3px 4px 5px 0 #00000042,
    -1px 2px 3px 0 #0000004a;
}

.buttons-module__WOX3eG__mechanicalHighlight {
  pointer-events: none;
  position: absolute;
  inset: 0;
  box-shadow: inset 0 1px #fff3, inset 0 -.5px #ffffff1a;
}

.buttons-module__WOX3eG__mechanicalMd .buttons-module__WOX3eG__mechanicalHighlight {
  box-shadow: inset 0 1.25px #fff3, inset 0 -.75px #ffffff1a;
}

.buttons-module__WOX3eG__mechanicalLg .buttons-module__WOX3eG__mechanicalHighlight {
  box-shadow: inset 0 1.5px #fff3, inset 0 -1px #ffffff1a;
}

.buttons-module__WOX3eG__primaryAction.buttons-module__WOX3eG__elevation100:disabled {
  box-shadow: none;
  opacity: .3;
}

.dark .buttons-module__WOX3eG__primaryAction {
  --mechanical-edge-color: color-mix(in srgb,
    var(--background-inverse-100) 64%,
    var(--foreground-inverse-100) 36%);
  border: .5px solid #0003;
}

.dark .buttons-module__WOX3eG__primaryAction.buttons-module__WOX3eG__elevation100 {
  background: var(--button-background, linear-gradient(0deg, #00000005 0%, #00000005 100%),
    linear-gradient(180deg,
      color-mix(in srgb, var(--background-inverse-100) 82%, var(--white-100)) 0%,
      color-mix(in srgb, var(--background-inverse-100) 96%, var(--foreground-inverse-100)) 100%));
  border: var(--button-border, 1px solid var(--foreground-inverse-10));
  color: var(--foreground-inverse-90);
}

.dark .buttons-module__WOX3eG__controlSurface {
  background: var(--background-l150-100);
  border: .25px solid var(--foreground-10);
}

.dark .buttons-module__WOX3eG__controlSurface:not(:disabled):hover {
  background: var(--background-l100-100);
}

.dark .buttons-module__WOX3eG__menuSurface {
  background: var(--background-l100-100);
}

.dark .buttons-module__WOX3eG__ghostedAction {
  background: none;
  border-color: #0000;
}

.dark .buttons-module__WOX3eG__ghostedAction:not(:disabled):hover {
  background: var(--foreground-3);
  color: var(--foreground-100);
  border-color: #0000;
}

.dark .buttons-module__WOX3eG__ghostedAction[aria-pressed="true"] {
  background: var(--foreground-3);
  border-color: var(--foreground-3);
}

.dark .buttons-module__WOX3eG__ghostedAction[data-active-surface="container"][aria-pressed="true"] {
  background: none;
  border-color: #0000;
}

.buttons-module__WOX3eG__buttonIcon {
  flex-shrink: 0;
  place-items: center;
  line-height: 0;
  display: grid;
}

.buttons-module__WOX3eG__buttonIcon > svg {
  display: block;
}

.dark .buttons-module__WOX3eG__dangerControlSurface {
  color: #fd6663;
}

.dark .buttons-module__WOX3eG__dangerControlSurface:hover {
  color: #fd6663;
}

/* [project]/gic_frontend_next/src/canvas/artifacts-node/AgentWorkspaceInlineNotch.module.css [app-client] (css) */
.AgentWorkspaceInlineNotch-module__VnmQ8G__blob, .AgentWorkspaceInlineNotch-module__VnmQ8G__shell {
  --agent-workspace-notch-cap-size: 10px;
  --agent-workspace-notch-surface: #4f4f4f;
}

.AgentWorkspaceInlineNotch-module__VnmQ8G__blob {
  --agent-workspace-notch-closed-width: 320px;
  --agent-workspace-notch-closed-height: 36px;
  --agent-workspace-notch-ease-spring: cubic-bezier(.34, 1.25, .35, 1);
  width: var(--agent-workspace-notch-closed-width);
  min-height: var(--agent-workspace-notch-closed-height);
  height: var(--agent-workspace-notch-closed-height);
  transform-origin: top;
  transition: width .55s var(--agent-workspace-notch-ease-spring),
    height .55s var(--agent-workspace-notch-ease-spring),
    border-radius .55s var(--agent-workspace-notch-ease-spring);
  border-radius: 0 0 12px 12px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.AgentWorkspaceInlineNotch-module__VnmQ8G__surface {
  border-radius: inherit;
  background-color: var(--agent-workspace-notch-surface);
}

.AgentWorkspaceInlineNotch-module__VnmQ8G__cap {
  z-index: 1;
  width: var(--agent-workspace-notch-cap-size);
  height: var(--agent-workspace-notch-cap-size);
  color: var(--agent-workspace-notch-surface);
  pointer-events: none;
  display: block;
  position: absolute;
  top: 0;
}

.AgentWorkspaceInlineNotch-module__VnmQ8G__capLeft {
  left: calc(-1 * var(--agent-workspace-notch-cap-size) + 1px);
}

.AgentWorkspaceInlineNotch-module__VnmQ8G__capRight {
  right: calc(-1 * var(--agent-workspace-notch-cap-size) + 1px);
  transform: scaleX(-1);
}

:is(.dark .AgentWorkspaceInlineNotch-module__VnmQ8G__blob, .dark .AgentWorkspaceInlineNotch-module__VnmQ8G__shell) {
  --agent-workspace-notch-surface: #111114;
}

.AgentWorkspaceInlineNotch-module__VnmQ8G__blob[data-task-state="empty"] {
  --agent-workspace-notch-closed-width: 240px;
  --agent-workspace-notch-closed-height: 30px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.AgentWorkspaceInlineNotch-module__VnmQ8G__blob[data-state="open"] {
  border-bottom-right-radius: 22px;
  border-bottom-left-radius: 22px;
  width: 500px;
  height: 260px;
}

.AgentWorkspaceInlineNotch-module__VnmQ8G__trigger {
  width: 100%;
  height: var(--agent-workspace-notch-closed-height);
  justify-content: flex-start;
  gap: 16px;
  padding-left: 22px;
  padding-right: 12px;
}

.AgentWorkspaceInlineNotch-module__VnmQ8G__trigger[data-has-context="true"] {
  gap: 16px;
  padding-left: 22px;
  padding-right: 12px;
}

.AgentWorkspaceInlineNotch-module__VnmQ8G__caret {
  margin-left: auto;
}

.AgentWorkspaceInlineNotch-module__VnmQ8G__trigger[data-has-context="true"] .AgentWorkspaceInlineNotch-module__VnmQ8G__caret {
  margin-left: 0;
}

.AgentWorkspaceInlineNotch-module__VnmQ8G__caretIcon {
  transition: transform .45s var(--agent-workspace-notch-ease-spring);
}

.AgentWorkspaceInlineNotch-module__VnmQ8G__panel {
  animation: AgentWorkspaceInlineNotch-module__VnmQ8G__panelFade .25s ease 80ms both,
    AgentWorkspaceInlineNotch-module__VnmQ8G__panelSettle .45s var(--agent-workspace-notch-ease-spring) 80ms both;
  transform-origin: top;
}

@keyframes AgentWorkspaceInlineNotch-module__VnmQ8G__panelFade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes AgentWorkspaceInlineNotch-module__VnmQ8G__panelSettle {
  from {
    transform: scale(.92)translateY(-8px);
  }

  to {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .AgentWorkspaceInlineNotch-module__VnmQ8G__blob {
    transition: none;
  }

  .AgentWorkspaceInlineNotch-module__VnmQ8G__panel {
    animation: none;
  }

  .AgentWorkspaceInlineNotch-module__VnmQ8G__caretIcon {
    transition: none;
  }
}

/* [project]/gic_frontend_next/src/components/marketing/MarketingAssetLoadingAnimation.module.css [app-client] (css) */
.MarketingAssetLoadingAnimation-module__9Kx9MG__loader {
  --marketing-asset-loader-accent: var(--mkt-accent, var(--chart-orange-500));
  --marketing-asset-loader-accent-soft: var(--mkt-accent-soft, var(--chart-orange-500-20));
  --marketing-asset-loader-accent-tint: var(--mkt-accent-tint, var(--chart-orange-500-20));
  --marketing-asset-loader-bg: var(--mkt-bg, var(--background-l100-100));
  --marketing-asset-loader-card: var(--mkt-card, var(--background-l0-100));
  --marketing-asset-loader-card-soft: var(--mkt-card-soft, var(--background-l50-100));
  --marketing-asset-loader-border: var(--mkt-border, var(--foreground-10));
  --marketing-asset-loader-border-soft: var(--mkt-border-soft, var(--foreground-8));
  --marketing-asset-loader-text: var(--mkt-text, var(--foreground-90));
  --marketing-asset-loader-muted: var(--mkt-muted, var(--foreground-55));
  --marketing-asset-loader-faint: var(--mkt-faint, var(--foreground-35));
  --marketing-asset-loader-grid: var(--mkt-grid, var(--foreground-8));
  --marketing-asset-loader-frame-aspect-ratio: 9 / 16;
  isolation: isolate;
  border: 1px solid var(--marketing-asset-loader-border);
  background: radial-gradient(circle at 18% 0%,
      color-mix(in srgb, var(--marketing-asset-loader-accent) 16%, transparent),
      transparent 38%),
    linear-gradient(135deg,
      var(--marketing-asset-loader-bg),
      var(--marketing-asset-loader-card-soft));
  width: 100%;
  max-width: 760px;
  min-height: 372px;
  box-shadow: 0 24px 54px color-mix(in srgb, var(--foreground-100) 8%, transparent),
    inset 0 0 0 1px var(--foreground-inverse-80);
  color: var(--marketing-asset-loader-text);
  border-radius: 18px;
  position: relative;
  overflow: hidden;
  container-type: inline-size;
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__embedded {
  border-radius: inherit;
  background: radial-gradient(circle at 18% 0%,
      color-mix(in srgb, var(--marketing-asset-loader-accent) 22%, transparent),
      transparent 42%),
    linear-gradient(135deg,
      color-mix(in srgb, var(--marketing-asset-loader-card) 78%, transparent),
      color-mix(in srgb, var(--marketing-asset-loader-bg) 72%, transparent));
  max-width: none;
  height: 100%;
  min-height: 100%;
  box-shadow: none;
  border: 0;
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__field {
  z-index: -2;
  background-image: linear-gradient(to right, var(--marketing-asset-loader-grid) 1px, transparent 1px),
    linear-gradient(to bottom, var(--marketing-asset-loader-grid) 1px, transparent 1px);
  opacity: .72;
  background-size: 34px 34px;
  animation: 10s linear infinite MarketingAssetLoadingAnimation-module__9Kx9MG__marketing-asset-field;
  position: absolute;
  inset: -42px;
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__scan {
  inset-block: 0;
  z-index: -1;
  background: linear-gradient(90deg,
    transparent,
    color-mix(in srgb, var(--marketing-asset-loader-accent) 18%, transparent),
    color-mix(in srgb, var(--foreground-inverse-100) 42%, transparent),
    transparent);
  opacity: 0;
  width: 108px;
  animation: 5.8s cubic-bezier(.45, 0, .15, 1) infinite MarketingAssetLoadingAnimation-module__9Kx9MG__marketing-asset-scan;
  position: absolute;
  left: 0;
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__header {
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  padding: 22px 24px 16px;
  display: flex;
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__embedded .MarketingAssetLoadingAnimation-module__9Kx9MG__header {
  flex-direction: column;
  gap: 10px;
  padding: 18px 18px 10px;
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__embedded .MarketingAssetLoadingAnimation-module__9Kx9MG__statusPill {
  align-self: flex-start;
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__titleBlock {
  min-width: 0;
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__eyebrow {
  font-family: var(--font-departure-mono), monospace;
  letter-spacing: .12em;
  color: var(--marketing-asset-loader-accent);
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  display: block;
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__title {
  color: var(--marketing-asset-loader-text);
  margin: 8px 0 0;
  font-size: 15px;
  font-weight: 650;
  line-height: 20px;
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__description {
  max-width: 420px;
  color: var(--marketing-asset-loader-muted);
  margin: 5px 0 0;
  font-size: 12px;
  line-height: 18px;
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__embedded .MarketingAssetLoadingAnimation-module__9Kx9MG__description {
  max-width: 320px;
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__statusPill {
  border: 1px solid var(--marketing-asset-loader-border);
  background: color-mix(in srgb, var(--marketing-asset-loader-card) 82%, transparent);
  min-width: max-content;
  color: var(--marketing-asset-loader-muted);
  font-family: var(--font-departure-mono), monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: inset 0 0 0 1px var(--foreground-inverse-80);
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__statusDot {
  background: var(--marketing-asset-loader-accent);
  width: 7px;
  height: 7px;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--marketing-asset-loader-accent) 14%, transparent);
  border-radius: 999px;
  animation: 1.8s ease-in-out infinite MarketingAssetLoadingAnimation-module__9Kx9MG__marketing-asset-dot-breathe;
  display: block;
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__workbench {
  grid-template-columns: minmax(0, .64fr) minmax(0, 1.12fr) minmax(0, .96fr) minmax(0, .34fr);
  gap: 12px;
  min-height: 216px;
  padding: 6px 24px 18px;
  display: grid;
  position: relative;
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__embedded .MarketingAssetLoadingAnimation-module__9Kx9MG__workbench {
  grid-template-columns: minmax(0, .48fr) minmax(0, 1fr) minmax(0, .92fr) minmax(0, .28fr);
  min-height: 178px;
  padding: 4px 18px 14px;
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__embedded .MarketingAssetLoadingAnimation-module__9Kx9MG__sourceChip {
  letter-spacing: .04em;
  padding: 7px 4px;
  font-size: 8px;
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__embedded .MarketingAssetLoadingAnimation-module__9Kx9MG__channelChip {
  min-width: 24px;
  min-height: 24px;
  font-size: 8px;
}

@container (max-width: 520px) {
  .MarketingAssetLoadingAnimation-module__9Kx9MG__workbench, .MarketingAssetLoadingAnimation-module__9Kx9MG__embedded .MarketingAssetLoadingAnimation-module__9Kx9MG__workbench {
    grid-template-columns: minmax(0, .82fr) minmax(0, 1fr);
  }

  .MarketingAssetLoadingAnimation-module__9Kx9MG__storyboard, .MarketingAssetLoadingAnimation-module__9Kx9MG__channelRail {
    grid-column: 1 / -1;
  }

  .MarketingAssetLoadingAnimation-module__9Kx9MG__sourceStack, .MarketingAssetLoadingAnimation-module__9Kx9MG__channelRail {
    flex-direction: row;
  }
}

@container (max-width: 380px) {
  .MarketingAssetLoadingAnimation-module__9Kx9MG__header, .MarketingAssetLoadingAnimation-module__9Kx9MG__embedded .MarketingAssetLoadingAnimation-module__9Kx9MG__header {
    padding: 16px 14px 8px;
  }

  .MarketingAssetLoadingAnimation-module__9Kx9MG__workbench, .MarketingAssetLoadingAnimation-module__9Kx9MG__embedded .MarketingAssetLoadingAnimation-module__9Kx9MG__workbench {
    gap: 8px;
    padding: 4px 14px 12px;
  }

  .MarketingAssetLoadingAnimation-module__9Kx9MG__sourceStack, .MarketingAssetLoadingAnimation-module__9Kx9MG__channelRail {
    padding: 8px;
  }

  .MarketingAssetLoadingAnimation-module__9Kx9MG__hookBoard, .MarketingAssetLoadingAnimation-module__9Kx9MG__embedded .MarketingAssetLoadingAnimation-module__9Kx9MG__hookBoard {
    padding: 12px;
  }

  .MarketingAssetLoadingAnimation-module__9Kx9MG__storyboard {
    padding: 8px;
  }

  .MarketingAssetLoadingAnimation-module__9Kx9MG__progressTrack, .MarketingAssetLoadingAnimation-module__9Kx9MG__embedded .MarketingAssetLoadingAnimation-module__9Kx9MG__progressTrack {
    margin: 0 14px;
  }

  .MarketingAssetLoadingAnimation-module__9Kx9MG__stageRail, .MarketingAssetLoadingAnimation-module__9Kx9MG__embedded .MarketingAssetLoadingAnimation-module__9Kx9MG__stageRail {
    gap: 6px;
    padding: 10px 14px 14px;
  }
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__sourceStack, .MarketingAssetLoadingAnimation-module__9Kx9MG__hookBoard, .MarketingAssetLoadingAnimation-module__9Kx9MG__storyboard, .MarketingAssetLoadingAnimation-module__9Kx9MG__channelRail {
  border: 1px solid var(--marketing-asset-loader-border);
  background: color-mix(in srgb, var(--marketing-asset-loader-card) 88%, transparent);
  min-width: 0;
  box-shadow: inset 0 0 0 1px var(--foreground-inverse-80);
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__sourceStack {
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 12px;
  display: flex;
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__sourceChip {
  --marketing-asset-loader-chip-accent: var(--marketing-asset-loader-accent);
  border: 1px solid
    color-mix(in srgb,
      var(--marketing-asset-loader-chip-accent) 24%,
      var(--marketing-asset-loader-border-soft));
  background: color-mix(in srgb,
    var(--marketing-asset-loader-chip-accent) 10%,
    var(--marketing-asset-loader-card-soft));
  color: color-mix(in srgb,
    var(--marketing-asset-loader-chip-accent) 42%,
    var(--marketing-asset-loader-muted));
  font-family: var(--font-departure-mono), monospace;
  letter-spacing: .07em;
  text-align: center;
  text-transform: uppercase;
  border-radius: 9px;
  padding: 8px 7px;
  font-size: 9px;
  font-weight: 600;
  line-height: 1;
  animation: 4.8s ease-in-out infinite MarketingAssetLoadingAnimation-module__9Kx9MG__marketing-asset-source;
  display: block;
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__sourceChip:nth-child(2) {
  --marketing-asset-loader-chip-accent: var(--chart-blue-500, var(--marketing-asset-loader-accent));
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__sourceChip:nth-child(3) {
  --marketing-asset-loader-chip-accent: var(--chart-teal-500, var(--marketing-asset-loader-accent));
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__hookBoard {
  border-radius: 16px;
  flex-direction: column;
  min-width: 0;
  padding: 18px;
  animation: 5.8s ease-in-out infinite MarketingAssetLoadingAnimation-module__9Kx9MG__marketing-asset-board;
  display: flex;
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__embedded .MarketingAssetLoadingAnimation-module__9Kx9MG__hookBoard {
  padding: 14px;
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__hookHeader {
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  display: flex;
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__hookMark {
  background: linear-gradient(135deg,
      var(--marketing-asset-loader-accent),
      var(--marketing-asset-loader-accent-tint)),
    var(--marketing-asset-loader-accent);
  width: 30px;
  height: 30px;
  box-shadow: 0 10px 20px color-mix(in srgb, var(--marketing-asset-loader-accent) 16%, transparent);
  border-radius: 10px;
  animation: 5.8s ease-in-out infinite MarketingAssetLoadingAnimation-module__9Kx9MG__marketing-asset-mark;
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__hookLineShort, .MarketingAssetLoadingAnimation-module__9Kx9MG__copyLine, .MarketingAssetLoadingAnimation-module__9Kx9MG__scoreRow {
  transform-origin: 0;
  border-radius: 999px;
  display: block;
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__hookLineShort {
  background: var(--marketing-asset-loader-text);
  opacity: .74;
  width: 68px;
  height: 7px;
  animation: 5.8s ease-in-out infinite MarketingAssetLoadingAnimation-module__9Kx9MG__marketing-asset-copy;
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__copyLine {
  background: var(--marketing-asset-loader-accent);
  height: 8px;
  margin-top: 9px;
  animation: 5.8s ease-in-out infinite MarketingAssetLoadingAnimation-module__9Kx9MG__marketing-asset-copy;
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__copyLineStrong {
  width: 82%;
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__copyLineMedium {
  background: var(--marketing-asset-loader-muted);
  width: 64%;
  animation-delay: .14s;
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__copyLineSoft {
  background: var(--marketing-asset-loader-accent-tint);
  width: 72%;
  animation-delay: .28s;
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__scoreRows {
  gap: 8px;
  margin-top: auto;
  padding-top: 22px;
  display: grid;
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__scoreRow {
  background: linear-gradient(90deg,
    var(--marketing-asset-loader-accent),
    var(--marketing-asset-loader-accent-tint),
    transparent);
  height: 6px;
  animation: 5.8s ease-in-out infinite MarketingAssetLoadingAnimation-module__9Kx9MG__marketing-asset-meter;
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__scoreRow:nth-child(2) {
  animation-delay: .16s;
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__scoreRow:nth-child(3) {
  animation-delay: .32s;
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__storyboard {
  border-radius: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 8px;
  padding: 12px;
  display: grid;
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__frame {
  aspect-ratio: var(--marketing-asset-loader-frame-aspect-ratio);
  border: 1px solid var(--marketing-asset-loader-border-soft);
  background: radial-gradient(circle at 50% 22%,
      color-mix(in srgb, var(--marketing-asset-loader-accent) 16%, transparent),
      transparent 42%),
    linear-gradient(180deg,
      var(--marketing-asset-loader-card-soft),
      var(--marketing-asset-loader-card));
  border-radius: 11px;
  animation: 5.8s ease-in-out infinite MarketingAssetLoadingAnimation-module__9Kx9MG__marketing-asset-frame;
  position: relative;
  overflow: hidden;
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__thumbnail {
  opacity: .38;
  filter: saturate(.9);
  background-position: center;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__frameNumber {
  background: color-mix(in srgb, var(--marketing-asset-loader-card) 76%, transparent);
  width: 18px;
  height: 18px;
  color: var(--marketing-asset-loader-accent);
  font-family: var(--font-departure-mono), monospace;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  position: absolute;
  top: 8px;
  left: 8px;
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__captionBar, .MarketingAssetLoadingAnimation-module__9Kx9MG__captionBarShort {
  background: color-mix(in srgb, var(--marketing-asset-loader-card) 86%, transparent);
  height: 6px;
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--marketing-asset-loader-accent) 10%, transparent);
  border-radius: 999px;
  display: block;
  position: absolute;
  left: 10px;
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__captionBar {
  bottom: 26px;
  right: 10px;
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__captionBarShort {
  bottom: 14px;
  right: 34%;
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__channelRail {
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 10px;
  display: flex;
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__channelChip {
  --marketing-asset-loader-chip-accent: var(--marketing-asset-loader-accent);
  border: 1px solid
    color-mix(in srgb,
      var(--marketing-asset-loader-chip-accent) 24%,
      var(--marketing-asset-loader-border-soft));
  background: color-mix(in srgb,
    var(--marketing-asset-loader-chip-accent) 11%,
    var(--marketing-asset-loader-card-soft));
  min-width: 30px;
  min-height: 28px;
  color: color-mix(in srgb,
    var(--marketing-asset-loader-chip-accent) 46%,
    var(--marketing-asset-loader-muted));
  font-family: var(--font-departure-mono), monospace;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  animation: 4.8s ease-in-out infinite MarketingAssetLoadingAnimation-module__9Kx9MG__marketing-asset-channel;
  display: flex;
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__channelChip:nth-child(2) {
  --marketing-asset-loader-chip-accent: var(--chart-pink-500, var(--chart-blue-500, var(--marketing-asset-loader-accent)));
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__channelChip:nth-child(3) {
  --marketing-asset-loader-chip-accent: var(--chart-green-500, var(--marketing-asset-loader-accent));
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__channelChip:nth-child(4) {
  --marketing-asset-loader-chip-accent: var(--chart-blue-500, var(--marketing-asset-loader-accent));
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__progressTrack {
  background: color-mix(in srgb, var(--marketing-asset-loader-muted) 14%, transparent);
  border-radius: 999px;
  height: 4px;
  margin: 0 24px;
  position: relative;
  overflow: hidden;
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__embedded .MarketingAssetLoadingAnimation-module__9Kx9MG__progressTrack {
  margin: 0 18px;
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__progressFill, .MarketingAssetLoadingAnimation-module__9Kx9MG__progressIndeterminate {
  inset-block: 0;
  border-radius: inherit;
  background: var(--marketing-asset-loader-accent);
  box-shadow: 0 0 18px color-mix(in srgb, var(--marketing-asset-loader-accent) 22%, transparent);
  position: absolute;
  left: 0;
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__progressIndeterminate {
  width: 42%;
  animation: 1.8s ease-in-out infinite MarketingAssetLoadingAnimation-module__9Kx9MG__marketing-asset-progress-slide;
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__stageRail {
  flex-wrap: wrap;
  gap: 8px;
  padding: 14px 24px 22px;
  display: flex;
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__embedded .MarketingAssetLoadingAnimation-module__9Kx9MG__stageRail {
  padding: 11px 18px 16px;
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__stageChip {
  border: 1px solid var(--marketing-asset-loader-border);
  background: color-mix(in srgb, var(--marketing-asset-loader-card) 72%, transparent);
  min-height: 28px;
  color: var(--marketing-asset-loader-faint);
  font-family: var(--font-departure-mono), monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 999px;
  align-items: center;
  padding: 0 10px;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__stageChipActive {
  border-color: color-mix(in srgb,
    var(--marketing-asset-loader-accent) 42%,
    var(--marketing-asset-loader-border));
  background: var(--marketing-asset-loader-accent-soft);
  color: var(--marketing-asset-loader-accent);
  box-shadow: inset 0 0 0 1px
    color-mix(in srgb, var(--marketing-asset-loader-accent) 12%, transparent);
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__stageChipComplete {
  color: var(--marketing-asset-loader-muted);
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__variant-video .MarketingAssetLoadingAnimation-module__9Kx9MG__storyboard {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__variant-score .MarketingAssetLoadingAnimation-module__9Kx9MG__scoreRows {
  gap: 10px;
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__variant-image .MarketingAssetLoadingAnimation-module__9Kx9MG__frame {
  aspect-ratio: 4 / 5;
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__variant-text .MarketingAssetLoadingAnimation-module__9Kx9MG__storyboard {
  grid-template-columns: 1fr;
}

.MarketingAssetLoadingAnimation-module__9Kx9MG__variant-text .MarketingAssetLoadingAnimation-module__9Kx9MG__frame:not(:first-child) {
  display: none;
}

@keyframes MarketingAssetLoadingAnimation-module__9Kx9MG__marketing-asset-field {
  to {
    transform: translate3d(34px, 34px, 0);
  }
}

@keyframes MarketingAssetLoadingAnimation-module__9Kx9MG__marketing-asset-scan {
  0%, 16% {
    opacity: 0;
    transform: translateX(-110px)skewX(-12deg);
  }

  34%, 72% {
    opacity: .64;
  }

  100% {
    opacity: 0;
    transform: translateX(860px)skewX(-12deg);
  }
}

@keyframes MarketingAssetLoadingAnimation-module__9Kx9MG__marketing-asset-dot-breathe {
  0%, 100% {
    opacity: .72;
    transform: scale(.92);
  }

  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

@keyframes MarketingAssetLoadingAnimation-module__9Kx9MG__marketing-asset-source {
  0%, 100% {
    opacity: .54;
    transform: translateX(0);
  }

  42%, 70% {
    opacity: 1;
    transform: translateX(7px);
  }
}

@keyframes MarketingAssetLoadingAnimation-module__9Kx9MG__marketing-asset-board {
  0%, 100% {
    transform: translateY(0)scale(1);
  }

  48% {
    transform: translateY(-4px)scale(1.01);
  }
}

@keyframes MarketingAssetLoadingAnimation-module__9Kx9MG__marketing-asset-mark {
  0%, 100% {
    transform: rotate(0)scale(1);
  }

  52% {
    transform: rotate(10deg)scale(1.06);
  }
}

@keyframes MarketingAssetLoadingAnimation-module__9Kx9MG__marketing-asset-copy {
  0%, 18%, 100% {
    opacity: .3;
    transform: scaleX(.24);
  }

  44%, 78% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes MarketingAssetLoadingAnimation-module__9Kx9MG__marketing-asset-meter {
  0%, 18%, 100% {
    opacity: .42;
    transform: scaleX(.18);
  }

  52%, 82% {
    opacity: 1;
    transform: scaleX(.94);
  }
}

@keyframes MarketingAssetLoadingAnimation-module__9Kx9MG__marketing-asset-frame {
  0%, 20%, 100% {
    opacity: .52;
    transform: translateY(9px)scale(.96);
  }

  46%, 80% {
    opacity: 1;
    transform: translateY(0)scale(1);
  }
}

@keyframes MarketingAssetLoadingAnimation-module__9Kx9MG__marketing-asset-channel {
  0%, 100% {
    opacity: .48;
    transform: translateY(0);
  }

  46%, 72% {
    opacity: 1;
    transform: translateY(-4px);
  }
}

@keyframes MarketingAssetLoadingAnimation-module__9Kx9MG__marketing-asset-progress-slide {
  0% {
    opacity: 0;
    transform: translateX(-120%);
  }

  32%, 68% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateX(250%);
  }
}

@media (max-width: 720px) {
  .MarketingAssetLoadingAnimation-module__9Kx9MG__loader:not(.MarketingAssetLoadingAnimation-module__9Kx9MG__embedded) {
    min-height: 430px;
  }

  .MarketingAssetLoadingAnimation-module__9Kx9MG__header {
    flex-direction: column;
  }

  .MarketingAssetLoadingAnimation-module__9Kx9MG__statusPill {
    align-self: flex-start;
  }

  .MarketingAssetLoadingAnimation-module__9Kx9MG__workbench {
    grid-template-columns: 1fr 1.1fr;
  }

  .MarketingAssetLoadingAnimation-module__9Kx9MG__storyboard {
    grid-column: 1 / -1;
  }

  .MarketingAssetLoadingAnimation-module__9Kx9MG__channelRail {
    flex-direction: row;
    grid-column: 1 / -1;
  }
}

@media (max-width: 520px) {
  .MarketingAssetLoadingAnimation-module__9Kx9MG__loader:not(.MarketingAssetLoadingAnimation-module__9Kx9MG__embedded) {
    min-height: 480px;
  }

  .MarketingAssetLoadingAnimation-module__9Kx9MG__workbench {
    grid-template-columns: 1fr;
  }

  .MarketingAssetLoadingAnimation-module__9Kx9MG__sourceStack, .MarketingAssetLoadingAnimation-module__9Kx9MG__channelRail {
    flex-direction: row;
  }

  .MarketingAssetLoadingAnimation-module__9Kx9MG__description {
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .MarketingAssetLoadingAnimation-module__9Kx9MG__field, .MarketingAssetLoadingAnimation-module__9Kx9MG__scan, .MarketingAssetLoadingAnimation-module__9Kx9MG__statusDot, .MarketingAssetLoadingAnimation-module__9Kx9MG__sourceChip, .MarketingAssetLoadingAnimation-module__9Kx9MG__hookBoard, .MarketingAssetLoadingAnimation-module__9Kx9MG__hookMark, .MarketingAssetLoadingAnimation-module__9Kx9MG__copyLine, .MarketingAssetLoadingAnimation-module__9Kx9MG__hookLineShort, .MarketingAssetLoadingAnimation-module__9Kx9MG__scoreRow, .MarketingAssetLoadingAnimation-module__9Kx9MG__frame, .MarketingAssetLoadingAnimation-module__9Kx9MG__channelChip, .MarketingAssetLoadingAnimation-module__9Kx9MG__progressIndeterminate {
    animation: none;
  }
}

/* [project]/gic_frontend_next/src/canvas/components/side-panel/library/preview/image-transform/ImageCropModal.module.css [app-client] (css) */
.ImageCropModal-module__3dQIuW__container {
  -webkit-user-select: none;
  user-select: none;
  touch-action: none;
  cursor: crosshair;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.ImageCropModal-module__3dQIuW__container img {
  -o-object-fit: contain;
  object-fit: contain;
  max-width: none;
  max-height: none;
}

.ImageCropModal-module__3dQIuW__cropArea {
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 9999em #00000080;
}

.ImageCropModal-module__3dQIuW__cropArea:after {
  content: "";
  pointer-events: none;
  border: 1px solid #ffffff80;
  position: absolute;
  inset: 0;
}

.ImageCropModal-module__3dQIuW__mediaCropArea {
  box-sizing: border-box;
  border: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 9999em #00000080;
}

/* [project]/gic_frontend_next/src/components/publishing/PublishBar.module.css [app-client] (css) */
.PublishBar-module__vlhNFa__statusMarker {
  filter: none;
  background: #1d1d22;
  box-shadow: inset .25px .25px 1px #00000073, .556px .556px .556px #fff;
}

.PublishBar-module__vlhNFa__statusCompleteDisk {
  background: #16a13526;
  border: .643px solid #16a135;
  width: 13px;
  height: 13px;
}

.PublishBar-module__vlhNFa__statusCompleteDisk svg {
  color: #16a135;
}

.PublishBar-module__vlhNFa__statusDangerDisk {
  background: #ff5b5b26;
  border-color: #ff5b5b;
}

.PublishBar-module__vlhNFa__statusDangerDisk svg {
  color: #ff5b5b;
}

.PublishBar-module__vlhNFa__statusLoadingRing {
  fill: none;
  overflow: visible;
}

.PublishBar-module__vlhNFa__statusLoadingTrack {
  stroke: #ffffff2e;
  stroke-width: 1.5px;
}

.PublishBar-module__vlhNFa__statusLoadingArc {
  stroke: #16a135;
  stroke-width: 1.5px;
  stroke-linecap: butt;
  stroke-dasharray: 11 35.2;
  transform-box: fill-box;
  transform-origin: center;
  animation: .9s linear infinite PublishBar-module__vlhNFa__publish-bar-loading-arc;
  transform: rotate(-90deg);
}

.PublishBar-module__vlhNFa__statusLoadingArcDanger {
  stroke: #ff5b5b;
}

.PublishBar-module__vlhNFa__stepConnectorActive, .PublishBar-module__vlhNFa__stepConnectorInactive {
  border-radius: 4px;
  box-shadow: .25px .25px .25px #ffffff40, inset .5px .5px #00000073;
}

.PublishBar-module__vlhNFa__stepConnectorActive {
  background: #16a135;
}

.PublishBar-module__vlhNFa__stepConnectorInactive {
  background: #1d1d22;
}

.PublishBar-module__vlhNFa__shimmerText {
  background: linear-gradient(90deg,
    var(--foreground-60) 0%,
    var(--foreground-60) 35%,
    var(--foreground-100) 50%,
    var(--foreground-60) 65%,
    var(--foreground-60) 100%);
  -webkit-text-fill-color: transparent;
  background-size: 300% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: 4s linear infinite PublishBar-module__vlhNFa__publish-bar-text-shimmer-sweep;
}

.dark .PublishBar-module__vlhNFa__statusMarker {
  background: var(--background-l-negative-50-100);
  filter: drop-shadow(.321px .643px .643px #ffffff40);
  box-shadow: inset .643px .643px #00000073;
}

.dark .PublishBar-module__vlhNFa__statusLoadingTrack {
  stroke: #ffffff1f;
}

.dark .PublishBar-module__vlhNFa__stepConnectorInactive {
  background: var(--background-l50-100);
}

@keyframes PublishBar-module__vlhNFa__publish-bar-loading-arc {
  from {
    transform: rotate(-90deg);
  }

  to {
    transform: rotate(270deg);
  }
}

@keyframes PublishBar-module__vlhNFa__publish-bar-text-shimmer-sweep {
  0% {
    background-position: 200%;
  }

  100% {
    background-position: -100%;
  }
}

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

/* [project]/gic_frontend_next/src/components/ui/vertical-step-cycle.module.css [app-client] (css) */
.vertical-step-cycle-module__lL-1VG__root {
  --closed-width: 28px;
  --open-width: 168px;
  --menu-ease: cubic-bezier(.16, 1, .3, 1);
  --menu-duration: .34s;
  --step-menu-height: 158px;
  width: var(--closed-width);
  background: linear-gradient(180deg, var(--background-l150-100), var(--background-l100-100));
  transition: width var(--menu-duration) var(--menu-ease),
    gap .26s ease,
    margin-right var(--menu-duration) var(--menu-ease),
    padding .26s ease,
    box-shadow .26s ease;
  border: 1px solid #16233624;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 3px;
  display: inline-flex;
  overflow: hidden;
  box-shadow: 0 24px 38px #182f4c24, 0 8px 16px #182f4c1a, 0 1px 2px #182f4c1a, inset 0 0 0 .5px #ffffffe0, inset 0 1px #fffffff2, inset 0 -1px 1px #182f4c14;
}

.vertical-step-cycle-module__lL-1VG__root[data-menu-open="true"] {
  width: var(--open-width);
  margin-right: calc(var(--closed-width) - var(--open-width));
  box-shadow: var(--shadow-outset-100);
  align-items: stretch;
  gap: 0;
  padding: 4px 0;
}

.vertical-step-cycle-module__lL-1VG__root[data-disabled="true"] {
  opacity: .56;
}

.vertical-step-cycle-module__lL-1VG__button {
  color: #2b4a70b8;
  background: linear-gradient(180deg, var(--background-l200-100), var(--background-l150-100));
  width: 20px;
  height: 20px;
  box-shadow: var(--shadow-outset-005);
  transition: background-color .14s ease,
    box-shadow .14s ease,
    color .14s ease,
    flex-basis var(--menu-duration) var(--menu-ease),
    height var(--menu-duration) var(--menu-ease),
    opacity .2s ease,
    transform .22s var(--menu-ease);
  border: .5px solid #22406633;
  border-radius: 999px;
  flex: 0 0 20px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.vertical-step-cycle-module__lL-1VG__root[data-menu-open="true"] .vertical-step-cycle-module__lL-1VG__button {
  opacity: 0;
  pointer-events: none;
  flex-basis: 0;
  height: 0;
  transform: scale(.82);
}

.vertical-step-cycle-module__lL-1VG__button:hover:not(:disabled) {
  color: #15477ae0;
  background: linear-gradient(180deg, var(--background-l200-100), var(--background-l100-100));
  box-shadow: var(--shadow-inset-010);
}

.vertical-step-cycle-module__lL-1VG__button:active:not(:disabled) {
  box-shadow: var(--shadow-inset-025);
  transform: translateY(.5px);
}

.vertical-step-cycle-module__lL-1VG__button:focus-visible {
  outline: 2px solid var(--focus, #0a84ff);
  outline-offset: 2px;
}

.vertical-step-cycle-module__lL-1VG__button:disabled {
  cursor: not-allowed;
}

.vertical-step-cycle-module__lL-1VG__arrow {
  width: 13px;
  height: 13px;
  color: var(--foreground-60);
  filter: drop-shadow(0 -.35px #ffffff40) drop-shadow(0 .35px #0006);
  stroke-width: 2.25px;
}

.vertical-step-cycle-module__lL-1VG__button:first-of-type .vertical-step-cycle-module__lL-1VG__arrow {
  transform: translateY(-.5px);
}

.vertical-step-cycle-module__lL-1VG__button:last-of-type .vertical-step-cycle-module__lL-1VG__arrow {
  transform: translateY(.5px);
}

.vertical-step-cycle-module__lL-1VG__stepPicker {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 0;
  display: grid;
  position: relative;
}

.vertical-step-cycle-module__lL-1VG__root[data-menu-open="true"] .vertical-step-cycle-module__lL-1VG__stepPicker {
  justify-content: stretch;
}

.vertical-step-cycle-module__lL-1VG__root:not([data-menu-open="true"]) .vertical-step-cycle-module__lL-1VG__stepPicker {
  align-self: center;
  width: 20px;
}

.vertical-step-cycle-module__lL-1VG__dotsTrigger {
  width: 20px;
  min-width: 0;
  color: inherit;
  opacity: 1;
  transition: opacity .2s ease,
    transform .26s var(--menu-ease);
  background: none;
  border: 0;
  grid-area: 1 / 1;
  justify-self: center;
  padding: 0;
  display: inline-grid;
  transform: scale(1);
}

.vertical-step-cycle-module__lL-1VG__dotsTrigger:disabled {
  cursor: not-allowed;
}

.vertical-step-cycle-module__lL-1VG__dotsTrigger:focus-visible {
  outline: 2px solid var(--focus, #0a84ff);
  outline-offset: 2px;
}

.vertical-step-cycle-module__lL-1VG__root[data-menu-open="true"] .vertical-step-cycle-module__lL-1VG__dotsTrigger {
  opacity: 0;
  pointer-events: none;
  transform: scale(.82);
}

.vertical-step-cycle-module__lL-1VG__dots {
  justify-items: center;
  gap: 3px;
  width: 20px;
  padding-block: 0;
  display: grid;
}

.vertical-step-cycle-module__lL-1VG__dot {
  background: var(--background-l-negative-50-100, #ecece9);
  border: 0;
  border-radius: 6px;
  width: 5px;
  height: 5px;
  transition: background-color .16s, box-shadow .16s, transform .16s;
  display: block;
  box-shadow: inset .25px .25px 1px #00000073;
}

.vertical-step-cycle-module__lL-1VG__dot[data-active="true"] {
  background: #b9e9ff;
  border-color: #2373be5c;
  border-radius: 6px;
  transform: scale(1.08);
  box-shadow: 0 0 2px #b9e9ff, inset .556px .556px 2.222px #00000026, .556px .556px .556px #ffffff1a;
}

.vertical-step-cycle-module__lL-1VG__stepMenu {
  opacity: 0;
  pointer-events: none;
  width: 100%;
  max-height: 0;
  transition: max-height var(--menu-duration) var(--menu-ease),
    opacity 90ms ease,
    transform .32s var(--menu-ease);
  flex-direction: column;
  grid-area: 1 / 1;
  justify-self: stretch;
  align-items: stretch;
  gap: 2px;
  display: flex;
  overflow: hidden;
  transform: translateY(-4px);
}

.vertical-step-cycle-module__lL-1VG__root[data-menu-open="true"] .vertical-step-cycle-module__lL-1VG__stepMenu {
  max-height: min(var(--step-menu-height), 60vh);
  opacity: 1;
  pointer-events: auto;
  transition: max-height var(--menu-duration) var(--menu-ease),
    opacity .22s ease 80ms,
    transform .32s var(--menu-ease);
  overflow-y: auto;
  transform: translateY(0);
}

.vertical-step-cycle-module__lL-1VG__menuTitle {
  height: 24px;
  color: var(--foreground-85, var(--foreground-80));
  letter-spacing: 0;
  padding: 4px 12px 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}

.vertical-step-cycle-module__lL-1VG__stepMenuItem {
  width: 100%;
  min-width: 0;
  height: 30px;
  color: var(--foreground-55, var(--foreground-60));
  letter-spacing: 0;
  text-align: left;
  background: none;
  border: 0;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-family: Figtree, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  transition: background-color .14s, color .14s, opacity .14s;
  display: flex;
}

.vertical-step-cycle-module__lL-1VG__stepMenuItem:hover:not(:disabled), .vertical-step-cycle-module__lL-1VG__stepMenuItem:focus-visible {
  background: var(--foreground-5);
  color: var(--foreground-85, var(--foreground-80));
  outline: none;
}

.vertical-step-cycle-module__lL-1VG__stepMenuItem[data-active="true"] {
  background: var(--foreground-5);
  color: var(--foreground-90, var(--foreground-85, var(--foreground-80)));
}

.vertical-step-cycle-module__lL-1VG__stepMenuItem:disabled {
  cursor: not-allowed;
}

.vertical-step-cycle-module__lL-1VG__menuItemContent {
  align-items: center;
  gap: 9px;
  min-width: 0;
  padding-inline: 12px;
  display: inline-flex;
}

.vertical-step-cycle-module__lL-1VG__menuDot {
  background: var(--background-l-negative-50-100, #ecece9);
  border-radius: 6px;
  flex: 0 0 6px;
  width: 6px;
  height: 6px;
  transition: background-color .16s, box-shadow .16s, transform .16s;
  display: block;
  box-shadow: inset .25px .25px 1px #00000073;
}

.vertical-step-cycle-module__lL-1VG__menuIcon {
  color: currentColor;
  stroke-width: 1.8px;
  flex: 0 0 13px;
  width: 13px;
  height: 13px;
}

.vertical-step-cycle-module__lL-1VG__menuDot[data-active="true"] {
  background: #b9e9ff;
  transform: scale(1.08);
  box-shadow: 0 0 2px #b9e9ff, inset .556px .556px 2.222px #00000026, .556px .556px .556px #ffffff1a;
}

.vertical-step-cycle-module__lL-1VG__menuLabel {
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  overflow: hidden;
}

.dark .vertical-step-cycle-module__lL-1VG__root {
  background: linear-gradient(180deg, var(--background-l150-100), var(--background-l100-100));
  border-color: #00000094;
  box-shadow: 0 28px 32px #0000002b, 0 10px 16px #0003, 0 2px 4px #00000047, inset 0 0 0 .5px #ffffff14, inset 0 1px #ffffff21, inset 0 -1px 1px #00000073;
}

.dark .vertical-step-cycle-module__lL-1VG__button {
  color: #ffffffb8;
  border-color: #0000009e;
}

.dark .vertical-step-cycle-module__lL-1VG__button:hover:not(:disabled) {
  color: #ffffffe0;
  background: linear-gradient(180deg, var(--background-l200-100), var(--background-l100-100));
}

.dark .vertical-step-cycle-module__lL-1VG__button:active:not(:disabled) {
  box-shadow: var(--shadow-inset-025);
}

:is(.dark .vertical-step-cycle-module__lL-1VG__dot, .dark .vertical-step-cycle-module__lL-1VG__menuDot) {
  background: var(--background-l-negative-50-100);
  border-color: #000000b8;
  box-shadow: 0 .5px #ffffff14, inset 0 .5px 1px #0000008f;
}

:is(.dark .vertical-step-cycle-module__lL-1VG__dot[data-active="true"], .dark .vertical-step-cycle-module__lL-1VG__menuDot[data-active="true"]) {
  background: #d7f4ff;
  border-color: #c4eeffcc;
  transform: scale(1.08);
  box-shadow: 0 0 10px #9ee1fff2, 0 0 3px #d6f7fff5, inset 0 .5px 1px #ffffffb8;
}

@media (prefers-reduced-motion: reduce) {
  .vertical-step-cycle-module__lL-1VG__button, .vertical-step-cycle-module__lL-1VG__dot, .vertical-step-cycle-module__lL-1VG__dots, .vertical-step-cycle-module__lL-1VG__dotsTrigger, .vertical-step-cycle-module__lL-1VG__root, .vertical-step-cycle-module__lL-1VG__stepMenu, .vertical-step-cycle-module__lL-1VG__stepMenuItem {
    transition: none;
  }
}

/* [project]/gic_frontend_next/src/canvas-v2/components/WorldSurface.module.css [app-client] (css) */
.WorldSurface-module__KRsWJW__surface {
  --canvas-v2-world-background: var(--background-l-negative-50-100, #f3f3ef);
  --canvas-v2-surface: var(--background-l200-100);
  --canvas-v2-surface-raised: var(--background-l100-100);
  --canvas-v2-surface-muted: var(--background-l50-100);
  --canvas-v2-border: var(--border-40);
  --canvas-v2-border-muted: var(--border-20);
  --canvas-v2-text: var(--foreground-70);
  --canvas-v2-text-muted: var(--foreground-50);
  --canvas-v2-text-faint: var(--foreground-40);
  --canvas-v2-focus: var(--ring);
  --canvas-v2-grid-major: color-mix(in srgb, var(--foreground-40) 35%, transparent);
  --canvas-v2-grid-minor: color-mix(in srgb, var(--foreground-40) 55%, transparent);
  --canvas-v2-orbit-fill: color-mix(in srgb, var(--foreground-40) 15%, transparent);
  --canvas-v2-orbit-stroke: color-mix(in srgb, var(--foreground-40) 40%, transparent);
  --canvas-v2-pit-border: var(--foreground-5, #0000000d);
  --canvas-v2-pit-material-bottom: var(--background-l0-100, #ebeae5);
  --canvas-v2-pit-material-top: var(--background-l50-100, #f7f6f2);
  --canvas-v2-pit-empty-border: var(--foreground-40);
  --canvas-v2-pit-workspace-fill: var(--background-l-negative-50-100, #ecece9);
  --canvas-v2-shadow: color-mix(in srgb, var(--foreground-100) 12%, transparent);
  --canvas-v2-pit-accent-attention: color-mix(in srgb, var(--destructive) 64%, var(--warning));
  --canvas-v2-pit-accent-done: var(--success);
  --canvas-v2-pit-accent-unread: color-mix(in srgb, var(--primary) 58%, var(--ring));
  --canvas-v2-pit-accent-working: color-mix(in srgb, var(--success) 72%, var(--primary));
  --canvas-v2-active-packet: var(--focused);
  background: var(--canvas-v2-world-background);
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.WorldSurface-module__KRsWJW__surface[data-canvas-v2-visual-mode="figma-overview"] .WorldSurface-module__KRsWJW__attentionRail, .WorldSurface-module__KRsWJW__surface[data-canvas-v2-visual-mode="figma-overview"] .WorldSurface-module__KRsWJW__debugPanel {
  opacity: 0;
  pointer-events: none;
}

.WorldSurface-module__KRsWJW__surface:focus-visible {
  outline: 2px solid var(--ring);
  outline-offset: -2px;
}

.WorldSurface-module__KRsWJW__canvas {
  z-index: 0;
  cursor: grab;
  touch-action: none;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
}

.WorldSurface-module__KRsWJW__canvas:active {
  cursor: grabbing;
}

.WorldSurface-module__KRsWJW__placementLayer {
  transform-origin: 0 0;
  visibility: hidden;
  will-change: transform;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.WorldSurface-module__KRsWJW__placementOverlay {
  z-index: 5;
  pointer-events: none;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.WorldSurface-module__KRsWJW__spawnChooser {
  z-index: 10;
  border: 1px solid color-mix(in srgb, var(--foreground-20, #0003) 60%, transparent);
  background: color-mix(in srgb, var(--background-l100-100, #fff) 96%, transparent);
  min-width: 120px;
  box-shadow: 0 8px 24px color-mix(in srgb, var(--foreground-70, #000000b3) 14%, transparent),
    inset 0 1px 0 color-mix(in srgb, var(--background-l0-100) 60%, transparent);
  pointer-events: auto;
  border-radius: 10px;
  flex-direction: column;
  gap: 2px;
  margin: 0;
  padding: 6px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.WorldSurface-module__KRsWJW__spawnChooserOption {
  color: color-mix(in srgb, var(--foreground-60, #0009) 90%, transparent);
  cursor: pointer;
  text-align: left;
  background: none;
  border: none;
  border-radius: 6px;
  align-items: center;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 450;
  line-height: 1.4;
  transition: background 80ms, color 80ms;
  display: flex;
}

.WorldSurface-module__KRsWJW__spawnChooserOption:hover {
  background: color-mix(in srgb, var(--ring) 10%, transparent);
  color: var(--foreground-100, #000);
}

.WorldSurface-module__KRsWJW__spawnChooserOption:focus-visible {
  outline: 2px solid var(--ring);
  outline-offset: -2px;
}

.WorldSurface-module__KRsWJW__pitOccupantLayer {
  --canvas-v2-camera-inverse-zoom: 1;
  z-index: 4;
  transform-origin: 0 0;
  visibility: hidden;
  will-change: auto;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.WorldSurface-module__KRsWJW__pitOccupantSlot {
  --canvas-v2-pit-zoom-adjusted-radius: clamp(calc(1px * var(--canvas-v2-camera-inverse-zoom, 1)),
    var(--canvas-v2-pit-radius, 1px),
    calc(8px * var(--canvas-v2-camera-inverse-zoom, 1)));
  box-sizing: border-box;
  contain: layout paint style;
  border-radius: var(--canvas-v2-pit-zoom-adjusted-radius);
  pointer-events: none;
  transform-origin: 0 0;
  will-change: auto;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.WorldSurface-module__KRsWJW__surface[data-camera-moving="true"] .WorldSurface-module__KRsWJW__pitOccupantLayer, .WorldSurface-module__KRsWJW__surface[data-camera-moving="true"] .WorldSurface-module__KRsWJW__pitOccupantSlot {
  will-change: transform;
}

.WorldSurface-module__KRsWJW__pitOccupantSlot[data-canvas-v2-pit-occupant-slot="true"][data-pit-kind="workspace"][data-selected="false"] {
  background: var(--canvas-v2-pit-workspace-fill, var(--background-l-negative-50-100, #ecece9));
  box-shadow: var(--shadow-agent-workspace-node);
}

.WorldSurface-module__KRsWJW__pitOccupantSlot[data-surface-kind="agent_workspace"], .WorldSurface-module__KRsWJW__pitOccupantSlot[data-surface-kind="department_library"] {
  border-radius: 0;
}

.WorldSurface-module__KRsWJW__pitOccupantSlot[data-pit-status="attention"] {
  --pit-accent: var(--canvas-v2-pit-accent-attention);
}

.WorldSurface-module__KRsWJW__pitOccupantSlot[data-pit-status="done"] {
  --pit-accent: var(--canvas-v2-pit-accent-done);
}

.WorldSurface-module__KRsWJW__pitOccupantSlot[data-pit-status="unread"] {
  --pit-accent: var(--canvas-v2-pit-accent-unread);
}

.WorldSurface-module__KRsWJW__pitOccupantSlot[data-pit-status="working"] {
  --pit-accent: var(--canvas-v2-pit-accent-working);
}

.WorldSurface-module__KRsWJW__pitSpawnButton {
  z-index: 5;
  border: 1px solid color-mix(in srgb, var(--ring) 42%, var(--border-20));
  background: color-mix(in srgb, var(--background-l200-100) 94%, transparent);
  width: 30px;
  height: 30px;
  box-shadow: 0 8px 18px color-mix(in srgb, var(--foreground-70) 14%, transparent),
    inset 0 1px 0 color-mix(in srgb, var(--background-l0-100) 82%, transparent);
  color: color-mix(in srgb, var(--ring) 74%, var(--foreground-80));
  cursor: pointer;
  opacity: 1;
  pointer-events: auto;
  transform-origin: 0 0;
  visibility: visible;
  will-change: transform;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  transition: opacity .12s, border-color .12s, background .12s, color .12s;
  display: inline-flex;
  position: absolute;
  top: 0;
  left: 0;
}

.WorldSurface-module__KRsWJW__pitSpawnButton[data-active="true"] {
  opacity: 1;
}

.WorldSurface-module__KRsWJW__pitSpawnButton[data-placement-kind="canonical"] {
  border-color: color-mix(in srgb, var(--ring) 58%, var(--border-20));
  background: color-mix(in srgb, var(--background-l0-100) 96%, transparent);
  width: 34px;
  height: 34px;
  box-shadow: 0 10px 22px color-mix(in srgb, var(--foreground-70) 16%, transparent),
    0 0 0 3px color-mix(in srgb, var(--ring) 10%, transparent),
    inset 0 1px 0 color-mix(in srgb, var(--background-l0-100) 88%, transparent);
}

.WorldSurface-module__KRsWJW__pitSpawnButton[data-placement-kind="suggested"] {
  border-color: color-mix(in srgb, var(--foreground-40) 24%, var(--border-20));
  color: color-mix(in srgb, var(--foreground-60) 64%, var(--ring));
}

.WorldSurface-module__KRsWJW__pitSpawnButton[data-placement-scale="neighborhood"] {
  border-color: color-mix(in srgb, var(--ring) 32%, var(--border-20));
  width: 26px;
  height: 26px;
  box-shadow: 0 5px 12px color-mix(in srgb, var(--foreground-70) 10%, transparent),
    inset 0 1px 0 color-mix(in srgb, var(--background-l0-100) 72%, transparent);
}

.WorldSurface-module__KRsWJW__pitSpawnButton:hover {
  border-color: color-mix(in srgb, var(--ring) 68%, var(--border-20));
  background: var(--background-l200-100);
  color: var(--ring);
}

.WorldSurface-module__KRsWJW__pitSpawnButton:focus-visible {
  outline: 2px solid var(--ring);
  outline-offset: 2px;
}

.WorldSurface-module__KRsWJW__pitSpawnIcon {
  flex: none;
  width: 15px;
  height: 15px;
  transition: transform .12s;
}

.WorldSurface-module__KRsWJW__pitSpawnButton:hover .WorldSurface-module__KRsWJW__pitSpawnIcon {
  transform: scale(1.08);
}

.WorldSurface-module__KRsWJW__pitSpawnButton:active .WorldSurface-module__KRsWJW__pitSpawnIcon {
  transform: scale(.88);
}

.WorldSurface-module__KRsWJW__pitShell {
  --pit-accent: color-mix(in srgb, var(--foreground-40) 70%, transparent);
  box-sizing: border-box;
  contain: layout paint style;
  border: 1px dashed var(--canvas-v2-pit-empty-border, var(--foreground-40));
  border-radius: var(--canvas-v2-pit-radius, 1px);
  background: color-mix(in srgb, var(--background-l200-100) 18%, transparent);
  box-shadow: none;
  opacity: .76;
  pointer-events: auto;
  transform-origin: 0 0;
  will-change: transform;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.WorldSurface-module__KRsWJW__pitShell:before {
  background: var(--pit-accent);
  content: "";
  opacity: 0;
  border-radius: 999px;
  height: 2px;
  position: absolute;
  top: 7%;
  left: 36%;
  right: 36%;
}

.WorldSurface-module__KRsWJW__pitShell[data-pit-kind="empty"] {
  border-color: var(--canvas-v2-pit-empty-border, var(--foreground-40));
  opacity: .72;
  background: none;
}

.WorldSurface-module__KRsWJW__pitShell[data-pit-kind="workspace"] {
  border-style: solid;
  border-color: color-mix(in srgb, var(--foreground-100) 10%, transparent);
  background: var(--canvas-v2-pit-workspace-fill, var(--background-l-negative-50-100, #ecece9));
  opacity: 1;
  box-shadow: var(--shadow-agent-workspace-node);
}

.WorldSurface-module__KRsWJW__pitShell[data-pit-kind="workspace"]:before {
  opacity: .72;
}

.WorldSurface-module__KRsWJW__pitShell[data-selected="true"] {
  z-index: 3;
  border-color: color-mix(in srgb, var(--pit-accent) 82%, var(--border-20));
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--pit-accent) 44%, transparent),
    0 10px 20px color-mix(in srgb, var(--foreground-70) 12%, transparent);
  opacity: 1;
  pointer-events: none;
}

.WorldSurface-module__KRsWJW__pitComponentHost {
  --pit-accent: color-mix(in srgb, var(--foreground-40) 70%, transparent);
  pointer-events: none;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 3px;
  min-width: 0;
  min-height: 0;
  display: grid;
  position: absolute;
  inset: 9%;
}

.WorldSurface-module__KRsWJW__pitShell[data-pit-kind="workspace"] .WorldSurface-module__KRsWJW__pitComponentHost, .WorldSurface-module__KRsWJW__pitOccupantSlot .WorldSurface-module__KRsWJW__pitComponentHost {
  inset: var(--canvas-v2-pit-preview-inset, 4%);
  border-radius: var(--canvas-v2-pit-radius, 1px);
  background: var(--background-l50-100, #f5f5f2);
  box-shadow: var(--shadow-outset-010),
    inset 0 0 0 1px color-mix(in srgb, var(--foreground-100) 7%, transparent);
  padding: 0;
  display: block;
  overflow: hidden;
}

.WorldSurface-module__KRsWJW__pitShell[data-pit-kind="workspace"] .WorldSurface-module__KRsWJW__pitComponentHost:after, .WorldSurface-module__KRsWJW__pitOccupantSlot .WorldSurface-module__KRsWJW__pitComponentHost:after {
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--foreground-100) 5%, transparent),
    inset 0 1px 0 var(--department-workspace-inset-highlight, #fff);
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.WorldSurface-module__KRsWJW__pitOccupantSlot > .WorldSurface-module__KRsWJW__pitComponentHost {
  background: color-mix(in srgb, var(--background-l-negative-50-100) 78%, var(--background-l0-100));
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--foreground-100) 8%, transparent),
    inset 0 1px 2px color-mix(in srgb, var(--foreground-100) 8%, transparent),
    inset 0 -1px 0 color-mix(in srgb, var(--background-l0-100) 16%, transparent);
}

.WorldSurface-module__KRsWJW__pitOccupantSlot > .WorldSurface-module__KRsWJW__pitComponentHost:after {
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--foreground-100) 5%, transparent),
    inset 0 2px 5px color-mix(in srgb, var(--foreground-100) 6%, transparent),
    inset 0 -1px 0 color-mix(in srgb, var(--background-l0-100) 20%, transparent);
}

.WorldSurface-module__KRsWJW__pitOccupantSlot[data-selected="true"] > .WorldSurface-module__KRsWJW__pitComponentHost {
  box-shadow: none;
  background: none;
  border-radius: 0;
}

.WorldSurface-module__KRsWJW__pitOccupantSlot[data-selected="true"] > .WorldSurface-module__KRsWJW__pitComponentHost:after {
  box-shadow: none;
}

.WorldSurface-module__KRsWJW__pitComponentHost[data-canvas-v2-real-workspace-renderer="true"] {
  box-shadow: none;
  background: none;
}

.WorldSurface-module__KRsWJW__pitComponentHost[data-canvas-v2-real-workspace-renderer="true"]:after {
  box-shadow: none;
}

.WorldSurface-module__KRsWJW__pitComponentHost[data-canvas-v2-solaris-pit-shell-renderer="true"] {
  border-radius: var(--canvas-v2-pit-radius, 1px);
  box-shadow: none;
  background: none;
  inset: 0;
}

.WorldSurface-module__KRsWJW__pitComponentHost[data-canvas-v2-solaris-pit-shell-renderer="true"][data-surface-kind="agent_workspace"], .WorldSurface-module__KRsWJW__pitComponentHost[data-canvas-v2-pit="true"][data-surface-kind="agent_workspace"], .WorldSurface-module__KRsWJW__pitComponentHost[data-canvas-v2-pit="true"][data-surface-kind="department_library"], .WorldSurface-module__KRsWJW__pitComponentHost[data-canvas-v2-pit="true"][data-surface-kind="department_library"] .WorldSurface-module__KRsWJW__pitWorkspaceShell {
  border-radius: 0;
}

.WorldSurface-module__KRsWJW__pitComponentHost[data-canvas-v2-pit="true"][data-surface-kind="agent_workspace"] > .WorldSurface-module__KRsWJW__pitComponentNativeFrame {
  background: none;
}

.WorldSurface-module__KRsWJW__pitComponentHost[data-canvas-v2-solaris-pit-shell-renderer="true"]:after {
  box-shadow: none;
}

.WorldSurface-module__KRsWJW__pitComponentHost[data-canvas-v2-real-workspace-renderer="true"] [data-agent-workspace-content-pit-v2][data-agent-workspace-stage-presentation="canvas-plate"] {
  background: color-mix(in srgb, var(--background-l-negative-50-100) 88%, var(--background-l0-100));
  height: 100%;
  min-height: 0;
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--foreground-100) 8%, transparent),
    inset 0 1px 3px color-mix(in srgb, var(--foreground-100) 8%, transparent),
    inset 0 -1px 0 color-mix(in srgb, var(--background-l0-100) 16%, transparent);
  border-radius: 8px;
}

.WorldSurface-module__KRsWJW__pitComponentHost[data-canvas-v2-real-workspace-renderer="true"] [data-agent-workspace-artifact-state="active"] {
  filter: none;
}

.WorldSurface-module__KRsWJW__pitComponentNativeFrame {
  background: var(--background-l50-100, #f5f5f2);
  transform-origin: 0 0;
  will-change: transform;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 9px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.WorldSurface-module__KRsWJW__pitWorkspaceShell {
  border: 1px solid color-mix(in srgb, var(--foreground-100) 8%, transparent);
  background: color-mix(in srgb, var(--background-l-negative-50-100) 84%, var(--background-l0-100));
  height: 100%;
  min-height: 0;
  box-shadow: inset 0 1px 0 color-mix(in srgb, var(--background-l0-100) 10%, transparent),
    inset 0 -1px 0 color-mix(in srgb, var(--foreground-100) 8%, transparent);
  border-radius: 9px;
  grid-template-rows: auto minmax(0, 1fr);
  display: grid;
  position: relative;
  overflow: hidden;
}

.WorldSurface-module__KRsWJW__pitWorkspaceHeader {
  z-index: 2;
  border-bottom: 1px solid color-mix(in srgb, var(--foreground-100) 8%, transparent);
  background: color-mix(in srgb, var(--background-l-negative-50-100) 72%, var(--background-l0-100));
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 9px 11px;
  display: flex;
  position: relative;
}

.WorldSurface-module__KRsWJW__pitWorkspaceIdentity {
  align-items: center;
  gap: 8px;
  min-width: 0;
  display: flex;
}

.WorldSurface-module__KRsWJW__pitWorkspaceMark {
  border: 1px solid color-mix(in srgb, var(--foreground-100) 9%, transparent);
  background: color-mix(in srgb, var(--background-l0-100) 8%, transparent);
  border-radius: 6px;
  width: 22px;
  height: 22px;
}

.WorldSurface-module__KRsWJW__pitWorkspaceTitleBlock {
  gap: 1px;
  min-width: 0;
  display: grid;
}

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

.WorldSurface-module__KRsWJW__pitWorkspaceTitleBlock strong {
  color: color-mix(in srgb, var(--foreground-100) 84%, transparent);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.15;
}

.WorldSurface-module__KRsWJW__pitWorkspaceTitleBlock span {
  color: color-mix(in srgb, var(--foreground-60) 76%, transparent);
  font-size: 11px;
  line-height: 1.1;
}

.WorldSurface-module__KRsWJW__pitWorkspaceBody {
  min-height: 0;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.WorldSurface-module__KRsWJW__pitComponentHost[data-world-component-interactive="true"] {
  pointer-events: auto;
}

.WorldSurface-module__KRsWJW__pitComponentHost[data-pit-permanence="temporary"] {
  outline: 1px dashed color-mix(in srgb, var(--pit-accent) 32%, transparent);
  outline-offset: -3px;
}

.WorldSurface-module__KRsWJW__pitShell[data-selected="true"] .WorldSurface-module__KRsWJW__pitComponentHost {
  visibility: hidden;
  pointer-events: none;
}

.WorldSurface-module__KRsWJW__pitComponentTopline {
  min-width: 0;
  color: color-mix(in srgb, var(--foreground-70) 76%, transparent);
  text-transform: capitalize;
  align-items: center;
  gap: 3px;
  font-size: 5px;
  line-height: 1;
  display: flex;
}

.WorldSurface-module__KRsWJW__pitComponentNativeFrame .WorldSurface-module__KRsWJW__pitComponentTopline {
  z-index: 1;
  gap: 8px;
  font-size: 13px;
  line-height: 1.2;
  position: relative;
}

.WorldSurface-module__KRsWJW__pitComponentDot {
  background: var(--pit-accent);
  width: 3px;
  height: 3px;
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--pit-accent) 18%, transparent);
  border-radius: 999px;
  flex: none;
}

.WorldSurface-module__KRsWJW__pitComponentNativeFrame .WorldSurface-module__KRsWJW__pitComponentDot {
  width: 8px;
  height: 8px;
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--pit-accent) 14%, transparent);
}

.WorldSurface-module__KRsWJW__pitComponentScroll {
  overscroll-behavior: contain;
  gap: 2px;
  min-height: 0;
  padding-right: 1px;
  display: grid;
  overflow: hidden;
}

.WorldSurface-module__KRsWJW__pitComponentNativeFrame .WorldSurface-module__KRsWJW__pitComponentScroll {
  z-index: 1;
  gap: 8px;
  padding-right: 4px;
  position: relative;
}

.WorldSurface-module__KRsWJW__pitComponentHost[data-world-component-interactive="true"] .WorldSurface-module__KRsWJW__pitComponentScroll {
  overflow-y: auto;
}

.WorldSurface-module__KRsWJW__pitComponentScroll::-webkit-scrollbar {
  width: 4px;
}

.WorldSurface-module__KRsWJW__pitComponentScroll::-webkit-scrollbar-thumb {
  border: 1px solid color-mix(in srgb, var(--background-l200-100) 80%, transparent);
  background: color-mix(in srgb, var(--foreground-40) 28%, transparent);
  border-radius: 999px;
}

.WorldSurface-module__KRsWJW__pitComponentRow {
  border: 1px solid color-mix(in srgb, var(--foreground-40) 10%, transparent);
  background: color-mix(in srgb, var(--background-l0-100) 66%, transparent);
  min-width: 0;
  min-height: 8px;
  color: color-mix(in srgb, var(--foreground-80) 74%, transparent);
  text-align: left;
  border-radius: 2px;
  align-items: center;
  gap: 6px;
  padding: 0 3px;
  font-family: inherit;
  font-size: 4.5px;
  line-height: 1;
  display: flex;
}

.WorldSurface-module__KRsWJW__pitComponentNativeFrame .WorldSurface-module__KRsWJW__pitComponentRow {
  border-radius: 7px;
  min-height: 40px;
  padding: 0 12px;
  font-size: 13px;
  line-height: 1.2;
}

button.WorldSurface-module__KRsWJW__pitComponentRow {
  cursor: pointer;
}

button.WorldSurface-module__KRsWJW__pitComponentRow:hover {
  border-color: color-mix(in srgb, var(--pit-accent) 30%, var(--border-20));
  background: color-mix(in srgb, var(--pit-accent) 7%, var(--background-l0-100));
}

button.WorldSurface-module__KRsWJW__pitComponentRow:focus-visible {
  outline: 2px solid var(--ring);
  outline-offset: 1px;
}

.WorldSurface-module__KRsWJW__pitComponentRow[data-current="true"] {
  border-color: color-mix(in srgb, var(--pit-accent) 34%, transparent);
  background: color-mix(in srgb, var(--pit-accent) 10%, var(--background-l0-100));
}

.WorldSurface-module__KRsWJW__pitComponentRow small {
  color: var(--foreground-40);
  font: inherit;
  flex: none;
  font-size: 11px;
  line-height: 1;
}

.WorldSurface-module__KRsWJW__pitComponentRow span, .WorldSurface-module__KRsWJW__pitComponentTopline span {
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  overflow: hidden;
}

.WorldSurface-module__KRsWJW__pitSurfaceShell {
  z-index: 1;
  gap: 8px;
  min-height: 0;
  display: grid;
  position: relative;
}

.WorldSurface-module__KRsWJW__pitSurfaceBack {
  width: max-content;
  min-width: 0;
  max-width: 100%;
  color: color-mix(in srgb, var(--foreground-80) 82%, transparent);
  cursor: pointer;
  font: inherit;
  background: none;
  border: 1px solid #0000;
  border-radius: 6px;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  font-size: 12px;
  line-height: 1.2;
  display: inline-flex;
}

.WorldSurface-module__KRsWJW__pitSurfaceBack:focus-visible {
  outline: 2px solid var(--ring);
  outline-offset: 2px;
}

.WorldSurface-module__KRsWJW__pitSurfaceBackIcon {
  flex: none;
  width: 14px;
  height: 14px;
}

.WorldSurface-module__KRsWJW__pitSurfacePanel {
  overscroll-behavior: contain;
  border-top: 1px solid color-mix(in srgb, var(--foreground-40) 8%, transparent);
  min-height: 0;
  box-shadow: none;
  background: none;
  gap: 12px;
  padding: 14px;
  display: grid;
  overflow-y: auto;
}

.WorldSurface-module__KRsWJW__pitSurfacePanel::-webkit-scrollbar {
  width: 5px;
}

.WorldSurface-module__KRsWJW__pitSurfacePanel::-webkit-scrollbar-thumb {
  border: 1px solid color-mix(in srgb, var(--background-l200-100) 80%, transparent);
  background: color-mix(in srgb, var(--foreground-40) 28%, transparent);
  border-radius: 999px;
}

.WorldSurface-module__KRsWJW__pitSurfaceHeader {
  gap: 4px;
  display: grid;
}

.WorldSurface-module__KRsWJW__pitSurfaceHeader span {
  color: var(--foreground-40);
  font-size: 11px;
  line-height: 1.2;
}

.WorldSurface-module__KRsWJW__pitSurfaceHeader strong {
  overflow-wrap: anywhere;
  min-width: 0;
  color: color-mix(in srgb, var(--foreground-90) 90%, transparent);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.16;
}

.WorldSurface-module__KRsWJW__pitSurfaceBody {
  gap: 8px;
  display: grid;
}

.WorldSurface-module__KRsWJW__pitSurfaceBody p {
  border: 1px solid color-mix(in srgb, var(--foreground-40) 9%, transparent);
  background: color-mix(in srgb, var(--background-l0-100) 58%, transparent);
  color: color-mix(in srgb, var(--foreground-80) 78%, transparent);
  border-radius: 7px;
  margin: 0;
  padding: 10px;
  font-size: 13px;
  line-height: 1.35;
}

.WorldSurface-module__KRsWJW__pitComponentAction {
  border: 1px solid color-mix(in srgb, var(--pit-accent) 28%, var(--border-20));
  background: color-mix(in srgb, var(--background-l0-100) 78%, transparent);
  width: 100%;
  min-width: 0;
  min-height: 9px;
  color: color-mix(in srgb, var(--foreground-80) 82%, transparent);
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  font-size: 4.5px;
  line-height: 1;
  display: inline-flex;
}

.WorldSurface-module__KRsWJW__pitComponentActions {
  z-index: 1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  display: grid;
  position: relative;
}

.WorldSurface-module__KRsWJW__pitComponentActions .WorldSurface-module__KRsWJW__pitComponentAction:first-child:last-child, .WorldSurface-module__KRsWJW__pitComponentActions .WorldSurface-module__KRsWJW__pitComponentAction:nth-child(3) {
  grid-column: 1 / -1;
}

.WorldSurface-module__KRsWJW__pitComponentNativeFrame .WorldSurface-module__KRsWJW__pitComponentAction {
  z-index: 1;
  border-radius: 7px;
  min-height: 38px;
  font-size: 13px;
  line-height: 1.2;
  position: relative;
}

.WorldSurface-module__KRsWJW__pitComponentNativeFrame .WorldSurface-module__KRsWJW__pitComponentActions[data-action-layout="toolbar"] {
  flex: none;
  gap: 6px;
  width: auto;
  min-width: 0;
  display: flex;
}

.WorldSurface-module__KRsWJW__pitComponentNativeFrame .WorldSurface-module__KRsWJW__pitComponentActions[data-action-layout="toolbar"] .WorldSurface-module__KRsWJW__pitComponentAction {
  border-color: color-mix(in srgb, var(--foreground-100) 10%, transparent);
  background: color-mix(in srgb, var(--background-l0-100) 7%, transparent);
  width: auto;
  min-width: 68px;
  min-height: 28px;
  color: color-mix(in srgb, var(--foreground-80) 82%, transparent);
  border-radius: 7px;
  padding: 0 12px;
  font-size: 12px;
  line-height: 1;
}

.WorldSurface-module__KRsWJW__attentionRail {
  z-index: 4;
  pointer-events: auto;
  gap: 7px;
  width: 204px;
  max-height: min(420px, 100vh - 174px);
  display: grid;
  position: absolute;
  top: 72px;
  left: 18px;
}

.WorldSurface-module__KRsWJW__attentionRailHeader, .WorldSurface-module__KRsWJW__attentionRailItem {
  border: 1px solid color-mix(in srgb, var(--border-20) 72%, transparent);
  background: color-mix(in srgb, var(--background-l200-100) 88%, transparent);
  color: color-mix(in srgb, var(--foreground-80) 84%, transparent);
  font: inherit;
  text-align: left;
}

.WorldSurface-module__KRsWJW__attentionRailHeader {
  min-height: 35px;
  box-shadow: 0 10px 24px color-mix(in srgb, var(--foreground-20) 10%, transparent),
    inset 0 1px 0 color-mix(in srgb, var(--background-l0-100) 78%, transparent);
  cursor: pointer;
  border-radius: 9px;
  justify-content: space-between;
  align-items: center;
  padding: 0 11px;
  display: flex;
}

.WorldSurface-module__KRsWJW__attentionRailHeader span {
  font-size: 12.5px;
  font-weight: 600;
}

.WorldSurface-module__KRsWJW__attentionRailHeader small, .WorldSurface-module__KRsWJW__attentionRailItem small {
  color: var(--foreground-40);
  font-size: 10.5px;
  line-height: 1;
}

.WorldSurface-module__KRsWJW__attentionRailList {
  gap: 6px;
  padding-right: 2px;
  display: grid;
  overflow: auto;
}

.WorldSurface-module__KRsWJW__pitOccupantSnapshot {
  border-radius: var(--canvas-v2-pit-radius, 1px);
  -o-object-fit: fill;
  object-fit: fill;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.WorldSurface-module__KRsWJW__topologyLayer {
  pointer-events: none;
  transform-origin: 0 0;
  visibility: hidden;
  will-change: transform;
  z-index: 5;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
}

.WorldSurface-module__KRsWJW__topologyItem {
  transform-origin: center;
  transform: translate(-50%, -50%) scale(var(--canvas-v2-badge-scale, 1));
  pointer-events: auto;
  cursor: pointer;
  position: absolute;
}

.WorldSurface-module__KRsWJW__topologyItem:focus-visible {
  outline: 2px solid var(--ring);
  outline-offset: 2px;
}

.WorldSurface-module__KRsWJW__topologyItem[data-canvas-v2-topology="hub"]:focus-visible .WorldSurface-module__KRsWJW__topologyHubCard {
  background: var(--background-l50-100);
  box-shadow: var(--shadow-outset-050);
}

.WorldSurface-module__KRsWJW__topologyHubCard {
  transition: background .12s, box-shadow .12s;
}

.WorldSurface-module__KRsWJW__topologyDeptBadge {
  background: var(--background-l100-100);
  min-width: 0;
  color: color-mix(in srgb, var(--foreground-60) 100%, transparent);
  box-shadow: var(--shadow-outset-150);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 6px 10px;
  transition: background .12s, box-shadow .12s;
  display: inline-flex;
  position: relative;
}

.WorldSurface-module__KRsWJW__topologyItem[data-canvas-v2-topology="department"]:hover .WorldSurface-module__KRsWJW__topologyDeptBadge, .WorldSurface-module__KRsWJW__topologyItem[data-canvas-v2-topology="department"]:focus-visible .WorldSurface-module__KRsWJW__topologyDeptBadge {
  background: var(--background-l50-100);
  box-shadow: var(--shadow-outset-050);
}

.WorldSurface-module__KRsWJW__topologyItem[data-canvas-v2-topology="department"]:hover .WorldSurface-module__KRsWJW__topologyDeptBadge[data-department-setup-state="not-set-up"], .WorldSurface-module__KRsWJW__topologyItem[data-canvas-v2-topology="department"]:focus-visible .WorldSurface-module__KRsWJW__topologyDeptBadge[data-department-setup-state="not-set-up"] {
  background: var(--background-l100-100);
  box-shadow: var(--shadow-outset-150);
}

.WorldSurface-module__KRsWJW__topologyDeptBadge[data-department-setup-state="not-set-up"] {
  background: var(--background-l50-100);
  color: color-mix(in srgb, var(--foreground-30) 100%, transparent);
  box-shadow: var(--shadow-inset-200);
}

.WorldSurface-module__KRsWJW__topologyDeptIcon {
  width: 14px;
  height: 14px;
}

.WorldSurface-module__KRsWJW__topologyDeptLabel {
  color: currentColor;
  max-width: 112px;
  font-family: var(--font-sans);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  display: inline-block;
  overflow: hidden;
}

.WorldSurface-module__KRsWJW__topologyDeptRim {
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px var(--foreground-inverse-100);
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.WorldSurface-module__KRsWJW__webPreviewHost {
  border-radius: var(--canvas-v2-pit-radius, 1px);
  background: var(--canvas-v2-pit-workspace-fill, var(--background-l-negative-50-100, #ecece9));
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.WorldSurface-module__KRsWJW__webPreviewFrame {
  border: none;
  width: 100%;
  height: 100%;
  display: block;
}

.WorldSurface-module__KRsWJW__managedPreviewHost, .WorldSurface-module__KRsWJW__crmViewHost {
  background: var(--canvas-v2-pit-workspace-fill);
  min-width: 0;
  min-height: 0;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.WorldSurface-module__KRsWJW__webPreviewLabel {
  color: color-mix(in srgb, var(--foreground-40) 60%, transparent);
  justify-content: center;
  align-items: center;
  font-size: 4px;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: 0;
}

.WorldSurface-module__KRsWJW__attentionRailItem {
  min-height: 34px;
  box-shadow: 0 7px 16px color-mix(in srgb, var(--foreground-20) 7%, transparent);
  cursor: pointer;
  border-radius: 8px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  padding: 0 10px;
  display: grid;
}

.WorldSurface-module__KRsWJW__attentionRailItem span:not(.WorldSurface-module__KRsWJW__attentionDot) {
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  font-size: 12px;
  overflow: hidden;
}

.WorldSurface-module__KRsWJW__attentionDot {
  background: var(--warning);
  width: 7px;
  height: 7px;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--warning) 16%, transparent);
  border-radius: 999px;
}

.WorldSurface-module__KRsWJW__attentionRailItem[data-pit-status="attention"] .WorldSurface-module__KRsWJW__attentionDot {
  background: var(--destructive);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--destructive) 14%, transparent);
}

.WorldSurface-module__KRsWJW__pitComponentAction:focus-visible {
  outline: 1px solid var(--ring);
  outline-offset: 1px;
}

.WorldSurface-module__KRsWJW__pitShell[data-selected="false"] .WorldSurface-module__KRsWJW__pitComponentAction {
  opacity: .36;
}

.WorldSurface-module__KRsWJW__pitShell[data-pit-status="attention"], .WorldSurface-module__KRsWJW__pitComponentHost[data-pit-status="attention"] {
  --pit-accent: color-mix(in srgb, var(--destructive) 64%, var(--warning));
}

.WorldSurface-module__KRsWJW__pitShell[data-pit-status="done"], .WorldSurface-module__KRsWJW__pitComponentHost[data-pit-status="done"] {
  --pit-accent: var(--success);
}

.WorldSurface-module__KRsWJW__pitShell[data-pit-status="unread"], .WorldSurface-module__KRsWJW__pitComponentHost[data-pit-status="unread"] {
  --pit-accent: color-mix(in srgb, var(--primary) 58%, var(--ring));
}

.WorldSurface-module__KRsWJW__pitShell[data-pit-status="working"], .WorldSurface-module__KRsWJW__pitComponentHost[data-pit-status="working"] {
  --pit-accent: color-mix(in srgb, var(--success) 72%, var(--primary));
}

.WorldSurface-module__KRsWJW__pitThumbnail {
  border: 1px solid color-mix(in srgb, var(--foreground-50) 14%, transparent);
  background: color-mix(in srgb, var(--background-l200-100) 96%, transparent);
  box-shadow: inset 0 1px 0 color-mix(in srgb, var(--background-l0-100) 76%, transparent);
  border-radius: 2px;
  display: block;
  position: absolute;
  inset: 11%;
  overflow: hidden;
}

.WorldSurface-module__KRsWJW__pitLabel {
  color: color-mix(in srgb, var(--foreground-70) 82%, transparent);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
  line-height: 1.1;
  position: absolute;
  bottom: 4px;
  left: 6px;
  right: 6px;
  overflow: hidden;
}

.WorldSurface-module__KRsWJW__documentTitle, .WorldSurface-module__KRsWJW__documentLine, .WorldSurface-module__KRsWJW__webTitle, .WorldSurface-module__KRsWJW__webSubtitle, .WorldSurface-module__KRsWJW__webHero {
  border-radius: 999px;
  display: block;
  position: absolute;
}

.WorldSurface-module__KRsWJW__documentTitle {
  background: color-mix(in srgb, var(--foreground-80) 58%, transparent);
  width: 34%;
  height: 2px;
  top: 16%;
  left: 20%;
}

.WorldSurface-module__KRsWJW__documentLine {
  background: color-mix(in srgb, var(--foreground-50) 34%, transparent);
  width: 66%;
  height: 1px;
  left: 17%;
}

.WorldSurface-module__KRsWJW__documentLine:nth-child(2) {
  top: 36%;
}

.WorldSurface-module__KRsWJW__documentLine:nth-child(3) {
  opacity: .88;
  top: 48%;
}

.WorldSurface-module__KRsWJW__documentLine:nth-child(4) {
  opacity: .76;
  top: 60%;
}

.WorldSurface-module__KRsWJW__documentLine:nth-child(5) {
  opacity: .64;
  width: 50%;
  top: 72%;
}

.WorldSurface-module__KRsWJW__tableThumbnailGrid {
  grid-template-rows: repeat(5, 1fr);
  grid-template-columns: repeat(4, 1fr);
  gap: 3px;
  display: grid;
  position: absolute;
  inset: 15% 12%;
}

.WorldSurface-module__KRsWJW__tableThumbnailGrid span {
  background: color-mix(in srgb, var(--foreground-40) 18%, transparent);
  border-radius: 999px;
  min-width: 0;
  min-height: 0;
}

.WorldSurface-module__KRsWJW__tableThumbnailGrid span[data-table-accent="true"] {
  background: var(--pit-accent);
  opacity: .86;
}

.WorldSurface-module__KRsWJW__webTitle {
  background: color-mix(in srgb, var(--foreground-80) 46%, transparent);
  width: 42%;
  height: 2px;
  top: 24%;
  left: 18%;
}

.WorldSurface-module__KRsWJW__webSubtitle {
  background: color-mix(in srgb, var(--foreground-50) 28%, transparent);
  width: 60%;
  height: 1px;
  top: 37%;
  left: 18%;
}

.WorldSurface-module__KRsWJW__webHero {
  background: color-mix(in srgb, var(--primary) 72%, var(--ring));
  border-radius: 2px;
  height: 18%;
  bottom: 25%;
  left: 14%;
  right: 14%;
}

.WorldSurface-module__KRsWJW__metrics {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.WorldSurface-module__KRsWJW__zoomControls {
  z-index: 5;
  border: 1px solid color-mix(in srgb, var(--border-20) 76%, transparent);
  background: color-mix(in srgb, var(--background-l200-100) 88%, transparent);
  min-height: 34px;
  box-shadow: 0 12px 26px color-mix(in srgb, var(--foreground-20) 12%, transparent),
    inset 0 1px 0 color-mix(in srgb, var(--background-l0-100) 76%, transparent);
  color: color-mix(in srgb, var(--foreground-80) 84%, transparent);
  opacity: 0;
  pointer-events: auto;
  border-radius: 9px;
  align-items: center;
  gap: 5px;
  padding: 5px;
  transition: opacity .16s ease-out;
  display: flex;
  position: absolute;
  bottom: 26px;
  left: 18px;
}

.WorldSurface-module__KRsWJW__surface:hover .WorldSurface-module__KRsWJW__zoomControls, .WorldSurface-module__KRsWJW__surface:focus-within .WorldSurface-module__KRsWJW__zoomControls, .WorldSurface-module__KRsWJW__zoomControls:hover, .WorldSurface-module__KRsWJW__zoomControls:focus-within, .WorldSurface-module__KRsWJW__zoomControls[data-world-content-lost="true"] {
  opacity: 1;
}

.WorldSurface-module__KRsWJW__zoomButton {
  width: 27px;
  height: 27px;
  color: inherit;
  cursor: pointer;
  background: none;
  border: 1px solid #0000;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: inline-flex;
}

.WorldSurface-module__KRsWJW__zoomButton:hover {
  border-color: color-mix(in srgb, var(--border-20) 64%, transparent);
  background: color-mix(in srgb, var(--background-l0-100) 62%, transparent);
}

.WorldSurface-module__KRsWJW__zoomButton:disabled {
  cursor: default;
  opacity: .34;
}

.WorldSurface-module__KRsWJW__zoomButton:disabled:hover {
  background: none;
  border-color: #0000;
}

.WorldSurface-module__KRsWJW__zoomButton:focus-visible {
  outline: 2px solid var(--ring);
  outline-offset: 2px;
}

.WorldSurface-module__KRsWJW__zoomIcon {
  flex: none;
  width: 14px;
  height: 14px;
}

.WorldSurface-module__KRsWJW__zoomValue {
  width: 46px;
  color: color-mix(in srgb, var(--foreground-80) 78%, transparent);
  font-variant-numeric: tabular-nums;
  text-align: center;
  font-size: 11.5px;
  line-height: 1;
}

.WorldSurface-module__KRsWJW__zoomTargetIcon {
  border: 1.5px solid;
  border-radius: 999px;
  width: 14px;
  height: 14px;
  display: block;
  position: relative;
}

.WorldSurface-module__KRsWJW__zoomTargetIcon:before, .WorldSurface-module__KRsWJW__zoomTargetIcon:after {
  content: "";
  background: currentColor;
  position: absolute;
}

.WorldSurface-module__KRsWJW__zoomTargetIcon:before {
  height: 1.5px;
  top: 50%;
  left: -3px;
  right: -3px;
  transform: translateY(-50%);
}

.WorldSurface-module__KRsWJW__zoomTargetIcon:after {
  width: 1.5px;
  top: -3px;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
}

.WorldSurface-module__KRsWJW__debugPanel {
  z-index: 5;
  border: 1px solid color-mix(in srgb, var(--border-20) 82%, transparent);
  background: color-mix(in srgb, var(--background-l200-100) 92%, transparent);
  width: 260px;
  box-shadow: 0 14px 30px color-mix(in srgb, var(--foreground-60) 12%, transparent),
    inset 0 1px 0 color-mix(in srgb, var(--background-l0-100) 74%, transparent);
  color: color-mix(in srgb, var(--foreground-80) 88%, transparent);
  border-radius: 8px;
  gap: 10px;
  padding: 10px;
  font-size: 12px;
  line-height: 1.2;
  display: grid;
  position: absolute;
  top: 14px;
  right: 14px;
}

.WorldSurface-module__KRsWJW__debugPanel[data-collapsed="true"] {
  gap: 0;
  width: auto;
  min-width: 112px;
  padding: 5px;
}

.WorldSurface-module__KRsWJW__debugPanelHeader {
  min-width: 0;
  color: color-mix(in srgb, var(--foreground-80) 86%, transparent);
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  display: flex;
}

.WorldSurface-module__KRsWJW__debugPanelToggle {
  min-width: 0;
  min-height: 30px;
  color: inherit;
  cursor: pointer;
  font: inherit;
  background: none;
  border: 0;
  border-radius: 6px;
  align-items: center;
  gap: 8px;
  padding: 0 7px;
  display: inline-flex;
}

.WorldSurface-module__KRsWJW__debugPanelToggle:hover {
  background: color-mix(in srgb, var(--background-l0-100) 62%, transparent);
}

.WorldSurface-module__KRsWJW__debugPanelToggle span {
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  overflow: hidden;
}

.WorldSurface-module__KRsWJW__debugPanelToggle small {
  color: var(--foreground-40);
  font-variant-numeric: tabular-nums;
  font-size: 10.5px;
  font-weight: 500;
}

.WorldSurface-module__KRsWJW__debugStats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin: 0;
  display: grid;
}

.WorldSurface-module__KRsWJW__debugStats div {
  border: 1px solid color-mix(in srgb, var(--border-20) 58%, transparent);
  background: color-mix(in srgb, var(--background-l0-100) 62%, transparent);
  border-radius: 6px;
  gap: 2px;
  min-width: 0;
  padding: 6px;
  display: grid;
}

.WorldSurface-module__KRsWJW__debugStats dt {
  color: var(--foreground-40);
  font-size: 10px;
}

.WorldSurface-module__KRsWJW__debugStats dd {
  min-width: 0;
  color: color-mix(in srgb, var(--foreground-90) 88%, transparent);
  font-variant-numeric: tabular-nums;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  overflow: hidden;
}

.WorldSurface-module__KRsWJW__debugControls {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  display: grid;
}

.WorldSurface-module__KRsWJW__debugControls label {
  min-width: 0;
  color: var(--foreground-40);
  gap: 3px;
  font-size: 10px;
  display: grid;
}

.WorldSurface-module__KRsWJW__debugControls select {
  border: 1px solid color-mix(in srgb, var(--border-20) 72%, transparent);
  background: color-mix(in srgb, var(--background-l0-100) 78%, transparent);
  min-width: 0;
  color: color-mix(in srgb, var(--foreground-80) 88%, transparent);
  font: inherit;
  border-radius: 6px;
  outline: none;
  padding: 5px 6px;
  font-size: 12px;
}

.WorldSurface-module__KRsWJW__debugButton, .WorldSurface-module__KRsWJW__debugPrimaryButton {
  border: 1px solid color-mix(in srgb, var(--border-20) 72%, transparent);
  background: color-mix(in srgb, var(--background-l0-100) 74%, transparent);
  color: color-mix(in srgb, var(--foreground-80) 86%, transparent);
  cursor: pointer;
  font: inherit;
  border-radius: 6px;
  padding: 6px 8px;
}

.WorldSurface-module__KRsWJW__debugActionRow {
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 6px;
  display: grid;
}

.WorldSurface-module__KRsWJW__debugPrimaryButton {
  border-color: color-mix(in srgb, var(--ring) 38%, var(--border-20));
  width: 100%;
}

.WorldSurface-module__KRsWJW__debugPrimaryButton[data-stress-enabled="true"] {
  border-color: color-mix(in srgb, var(--destructive) 36%, var(--border-20));
  color: color-mix(in srgb, var(--destructive) 70%, var(--foreground-90));
}

.WorldSurface-module__KRsWJW__debugButton:focus-visible, .WorldSurface-module__KRsWJW__debugPrimaryButton:focus-visible, .WorldSurface-module__KRsWJW__debugPanelToggle:focus-visible, .WorldSurface-module__KRsWJW__debugControls select:focus-visible {
  outline: 2px solid var(--ring);
  outline-offset: 2px;
}

.WorldSurface-module__KRsWJW__commandBar {
  z-index: 4;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  width: min(760px, 100vw - 72px);
  min-height: 64px;
  padding: 0;
  display: flex;
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  container-type: inline-size;
}

.WorldSurface-module__KRsWJW__commandBar:not(.WorldSurface-module__KRsWJW__commandBarSidePanel) {
  animation: .32s cubic-bezier(.22, 1, .36, 1) backwards WorldSurface-module__KRsWJW__commandBarRise;
}

@keyframes WorldSurface-module__KRsWJW__commandBarRise {
  from {
    opacity: 0;
    transform: translateX(-50%)translateY(16px);
  }
}

.WorldSurface-module__KRsWJW__commandBarSidePanel {
  z-index: auto;
  width: 100%;
  min-height: 64px;
  position: relative;
  bottom: auto;
  left: auto;
  transform: none;
}

.WorldSurface-module__KRsWJW__commandBarSidePanel .WorldSurface-module__KRsWJW__commandBarInputRow {
  gap: 9px;
  min-height: 64px;
  padding: 10px 10px 10px 14px;
}

.WorldSurface-module__KRsWJW__composerDragActive {
  border-color: color-mix(in srgb, var(--focused, var(--ring)) 55%, transparent);
  background-color: color-mix(in srgb, var(--focused, var(--ring)) 6%, transparent);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--focused, var(--ring)) 35%, transparent);
  transition: border-color .16s ease-out, background-color .16s ease-out, box-shadow .16s ease-out;
}

.WorldSurface-module__KRsWJW__composerLip {
  opacity: 1;
  transition: opacity .24s cubic-bezier(.22, 1, .36, 1), transform .16s ease-out;
  transform: translateX(-50%);
}

.WorldSurface-module__KRsWJW__composerLip:hover, .WorldSurface-module__KRsWJW__composerLip:focus-visible {
  transform: translateX(-50%)translateY(-3px);
}

.WorldSurface-module__KRsWJW__composerLip[data-state="entering"], .WorldSurface-module__KRsWJW__composerLip[data-state="exiting"] {
  opacity: 0;
  pointer-events: none;
  transition-duration: .24s;
  transform: translateX(-50%)translateY(10px);
}

.WorldSurface-module__KRsWJW__composerLipChevron {
  opacity: .55;
  transition: opacity .16s ease-out, transform .16s ease-out;
}

.WorldSurface-module__KRsWJW__composerLip:hover .WorldSurface-module__KRsWJW__composerLipChevron, .WorldSurface-module__KRsWJW__composerLip:focus-visible .WorldSurface-module__KRsWJW__composerLipChevron {
  opacity: 1;
  transform: translateY(-1px);
}

.WorldSurface-module__KRsWJW__composerPanel {
  opacity: 1;
  transition: opacity .24s cubic-bezier(.22, 1, .36, 1), transform .24s cubic-bezier(.22, 1, .36, 1);
  transform: translateX(-50%);
}

.WorldSurface-module__KRsWJW__composerPanel[data-state="entering"], .WorldSurface-module__KRsWJW__composerPanel[data-state="exiting"] {
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%)translateY(14px);
}

.WorldSurface-module__KRsWJW__composerQueueLip {
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  height: auto;
  min-height: 86px;
  padding: 0;
  display: flex;
  transform: translateX(-50%);
}

.WorldSurface-module__KRsWJW__composerQueueLip:hover, .WorldSurface-module__KRsWJW__composerQueueLip:focus-within {
  transform: translateX(-50%);
}

.WorldSurface-module__KRsWJW__composerQueueLipHeader {
  cursor: pointer;
  text-align: left;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 43px;
  padding: 0 20px;
  display: flex;
}

.WorldSurface-module__KRsWJW__composerQueueLipHeader:focus-visible {
  outline: none;
}

@media (prefers-reduced-motion: reduce) {
  .WorldSurface-module__KRsWJW__commandBar:not(.WorldSurface-module__KRsWJW__commandBarSidePanel) {
    animation: none;
  }

  .WorldSurface-module__KRsWJW__composerLip, .WorldSurface-module__KRsWJW__composerPanel, .WorldSurface-module__KRsWJW__composerQueueLip, .WorldSurface-module__KRsWJW__composerLipChevron {
    transition: none;
  }
}

.WorldSurface-module__KRsWJW__composerQueuedStrip {
  opacity: 1;
  border-top: 1px solid color-mix(in srgb, var(--foreground-10) 80%, transparent);
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  padding: 0;
  transition: opacity .16s ease-out, transform .16s ease-out;
  display: flex;
  transform: translateY(0);
}

.WorldSurface-module__KRsWJW__composerQueuedStrip[data-state="entering"], .WorldSurface-module__KRsWJW__composerQueuedStrip[data-state="exiting"] {
  opacity: 0;
  transform: translateY(6px);
}

.WorldSurface-module__KRsWJW__composerQueuedItem {
  width: 100%;
  color: var(--foreground-70);
  box-shadow: none;
  opacity: 1;
  background: none;
  border: 0;
  border-radius: 0;
  flex-direction: column;
  transition: opacity .16s ease-out, transform .16s ease-out;
  display: flex;
  overflow: hidden;
  transform: translateY(0);
}

.WorldSurface-module__KRsWJW__composerQueuedItem[data-state="entering"], .WorldSurface-module__KRsWJW__composerQueuedItem[data-state="exiting"] {
  opacity: 0;
  transform: translateY(4px);
}

.WorldSurface-module__KRsWJW__composerQueuedPromptRow {
  align-items: center;
  gap: 6px;
  min-width: 0;
  min-height: 34px;
  padding: 0 16px 0 12px;
  display: flex;
}

.WorldSurface-module__KRsWJW__composerQueuedPromptRow[draggable="true"] {
  cursor: grab;
}

.WorldSurface-module__KRsWJW__composerQueuedPromptRow[draggable="true"]:active {
  cursor: grabbing;
}

.WorldSurface-module__KRsWJW__composerQueuedDragHandle, .WorldSurface-module__KRsWJW__composerQueuedTurnIcon {
  color: color-mix(in srgb, var(--foreground-40) 76%, transparent);
  flex: none;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.WorldSurface-module__KRsWJW__composerQueuedDragHandle {
  cursor: grab;
  border-radius: 4px;
  width: 14px;
}

.WorldSurface-module__KRsWJW__composerQueuedDragHandle:disabled {
  cursor: default;
}

.WorldSurface-module__KRsWJW__composerQueuedDragHandle:focus-visible {
  outline: 1px solid var(--ring);
  outline-offset: 2px;
}

.WorldSurface-module__KRsWJW__composerQueuedDragHandle svg {
  width: 12px;
  height: 12px;
}

.WorldSurface-module__KRsWJW__composerQueuedTurnIcon {
  width: 13px;
  font-size: 15px;
  line-height: 1;
}

.WorldSurface-module__KRsWJW__composerQueuedText {
  min-width: 0;
  max-width: 100%;
  color: color-mix(in srgb, var(--foreground-70) 88%, transparent);
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: auto;
  font-size: 13px;
  line-height: 18px;
  overflow: hidden;
}

.WorldSurface-module__KRsWJW__composerQueuedText:hover {
  color: var(--foreground-80);
}

.WorldSurface-module__KRsWJW__composerQueuedText:focus-visible {
  outline: 1px solid var(--ring);
  outline-offset: 2px;
  border-radius: 4px;
}

.WorldSurface-module__KRsWJW__composerQueuedActions {
  color: color-mix(in srgb, var(--foreground-45) 88%, transparent);
  flex: none;
  align-items: center;
  gap: 6px;
  display: inline-flex;
}

.WorldSurface-module__KRsWJW__composerQueuedAction, .WorldSurface-module__KRsWJW__composerQueuedIconAction {
  height: 24px;
  color: inherit;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  transition: background .16s ease-out, color .16s ease-out;
  display: inline-flex;
}

.WorldSurface-module__KRsWJW__composerQueuedAction {
  gap: 4px;
  padding: 0 5px;
  font-size: 12px;
  line-height: 16px;
}

.WorldSurface-module__KRsWJW__composerQueuedIconAction {
  width: 24px;
  font-size: 14px;
}

.WorldSurface-module__KRsWJW__composerQueuedAction:hover, .WorldSurface-module__KRsWJW__composerQueuedIconAction:hover {
  background: color-mix(in srgb, var(--foreground-5) 90%, transparent);
  color: var(--foreground-80);
}

.WorldSurface-module__KRsWJW__composerQueuedAction:focus-visible, .WorldSurface-module__KRsWJW__composerQueuedIconAction:focus-visible {
  outline: 1px solid var(--ring);
  outline-offset: 1px;
}

.WorldSurface-module__KRsWJW__composerQueuedAction svg, .WorldSurface-module__KRsWJW__composerQueuedIconAction svg {
  width: 14px;
  height: 14px;
}

.WorldSurface-module__KRsWJW__composerQueuedOverflow {
  border: 1px solid color-mix(in srgb, var(--foreground-10) 80%, transparent);
  background: color-mix(in srgb, var(--background-l100) 86%, transparent);
  color: color-mix(in srgb, var(--foreground-40) 70%, transparent);
  border-radius: 999px;
  align-self: flex-end;
  padding: 1px 8px;
  font-size: 11px;
  line-height: 16px;
}

.WorldSurface-module__KRsWJW__composerQueuedHint {
  color: color-mix(in srgb, var(--foreground-40) 76%, transparent);
  text-align: right;
  padding: 4px 16px 6px 12px;
  font-size: 11px;
  line-height: 15px;
}

.WorldSurface-module__KRsWJW__composerQueueInline {
  border-bottom: 1px solid color-mix(in srgb, var(--foreground-10) 80%, transparent);
  overflow: hidden;
}

.WorldSurface-module__KRsWJW__composerQueueInline .WorldSurface-module__KRsWJW__composerQueuedStrip {
  border-top: 0;
}

@media (prefers-reduced-motion: reduce) {
  .WorldSurface-module__KRsWJW__composerQueuedStrip, .WorldSurface-module__KRsWJW__composerQueuedItem {
    transition: none;
  }
}

.WorldSurface-module__KRsWJW__commandBarInputRow {
  align-items: center;
  min-height: 64px;
  padding: 12px;
  display: flex;
}

@media (max-width: 560px) {
  .WorldSurface-module__KRsWJW__commandBar {
    width: calc(100vw - 24px);
    min-height: 56px;
    bottom: 12px;
  }

  .WorldSurface-module__KRsWJW__commandBarInputRow {
    min-height: 56px;
    padding: 8px 10px 8px 14px;
  }

  .WorldSurface-module__KRsWJW__commandBarSidePanel {
    width: 100%;
    bottom: auto;
  }
}

