.canvas-page {
  width: 100% !important;
  height: 100vh !important;
  min-height: 100vh;
  padding: 0 !important;
  overflow: hidden;
  background: transparent !important;
}

.conversation-workspace[data-active-view="canvas"] {
  display: block !important;
  width: 100vw !important;
  min-height: 100vh !important;
  background: #090909 !important;
}

.conversation-workspace[data-active-view="canvas"] .rail,
.conversation-workspace[data-active-view="canvas"] .topbar,
.conversation-workspace[data-active-view="canvas"] .mobile-top,
.conversation-workspace[data-active-view="canvas"] .desktop-menu,
.conversation-workspace[data-active-view="canvas"] .command-center {
  display: none !important;
}

.conversation-workspace[data-active-view="canvas"] .stage {
  display: block !important;
  width: 100vw !important;
  max-width: none !important;
  height: 100vh !important;
  min-height: 100vh !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #090909 !important;
}

.conversation-workspace[data-active-view="canvas"] .view-panel[data-panel="canvas"] {
  display: block;
  width: 100vw !important;
  max-width: none !important;
  height: 100vh !important;
  min-height: 100vh !important;
  margin: 0 !important;
  padding: 0 !important;
}

.conversation-workspace[data-active-view="canvas"] .view-panel[data-panel="canvas"].hidden {
  display: none !important;
}

.lt-canvas-root,
.lt-canvas-shell {
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

.lt-canvas-shell {
  display: grid;
  grid-template-columns: 264px minmax(0, 1fr) 304px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.035), transparent 25rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.038), rgba(255, 255, 255, 0.018)),
    rgba(12, 12, 12, 0.94);
  color: rgba(255, 255, 255, 0.86);
  box-shadow: none;
}

.lt-canvas-sidebar,
.lt-canvas-agent {
  min-width: 0;
  background: rgba(18, 18, 18, 0.86);
}

.lt-canvas-sidebar {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.lt-canvas-agent {
  display: flex;
  flex-direction: column;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.lt-canvas-brand {
  display: grid;
  gap: 0.55rem;
  padding: 1rem;
}

.lt-canvas-brand .page-back {
  width: 100%;
  justify-content: center;
  margin-bottom: 0.35rem;
}

.lt-canvas-brand p {
  margin: 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
}

.lt-canvas-brand h2 {
  margin: 0;
  color: #fff;
  font-size: 1.45rem;
  line-height: 1.12;
  font-weight: 900;
}

.lt-canvas-brand span,
.lt-canvas-project span,
.lt-canvas-toolbar span,
.lt-canvas-agent header span,
.lt-canvas-storage-card span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.75rem;
  line-height: 1.48;
}

.lt-canvas-storage-card {
  display: grid;
  gap: 0.28rem;
  margin: 0 0.9rem 0.85rem;
  padding: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.035);
}

.lt-canvas-storage-card strong {
  color: #fff;
  font-size: 0.82rem;
}

.lt-canvas-workspace-actions {
  display: grid;
  gap: 0.55rem;
  padding: 0 0.9rem 0.95rem;
}

.lt-canvas-workspace-actions button,
.lt-canvas-toolbar button,
.lt-canvas-agent-form button,
.lt-canvas-welcome button,
.lt-canvas-inspector button,
.lt-photopea-panel button {
  min-height: 2.25rem;
  padding: 0 0.82rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.84);
  font-weight: 900;
  cursor: pointer;
  box-shadow: none;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.lt-canvas-workspace-actions button:hover,
.lt-canvas-toolbar button:hover,
.lt-canvas-agent-form button:hover,
.lt-canvas-welcome button:hover,
.lt-canvas-inspector button:hover,
.lt-photopea-panel button:hover {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.075);
  color: #fff;
}

.lt-canvas-workspace-actions button:first-child,
.lt-canvas-agent-form button,
.lt-canvas-welcome button {
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
}

.lt-canvas-project-list {
  display: grid;
  gap: 0.55rem;
  max-height: calc(100vh - 315px);
  overflow: auto;
  padding: 0.35rem 0.75rem 1rem;
}

.lt-canvas-project {
  display: grid;
  gap: 0.35rem;
  padding: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(255, 255, 255, 0.86);
  text-align: left;
  cursor: pointer;
}

.lt-canvas-project strong {
  overflow: hidden;
  color: #fff;
  font-size: 0.86rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lt-canvas-project.active,
.lt-canvas-project:hover {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.07);
}

.lt-canvas-empty,
.lt-canvas-welcome {
  color: rgba(255, 255, 255, 0.52);
  line-height: 1.7;
}

.lt-canvas-empty {
  padding: 1rem 0.35rem;
  font-size: 0.82rem;
}

.lt-canvas-main {
  position: relative;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  min-width: 0;
  background:
    radial-gradient(circle at 50% 0, rgba(255, 255, 255, 0.045), transparent 22rem),
    #090909;
}

.lt-canvas-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4.7rem;
  padding: 0.82rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(18, 18, 18, 0.82);
}

.lt-canvas-toolbar > div {
  display: grid;
  gap: 0.22rem;
  min-width: 0;
}

.lt-canvas-toolbar input {
  width: min(26rem, 42vw);
  border: 0;
  outline: none;
  background: transparent;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 900;
}

.lt-canvas-toolbar nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.45rem;
}

.lt-canvas-toolbar button,
.lt-canvas-inspector button,
.lt-photopea-panel button {
  min-height: 2rem;
  padding: 0 0.7rem;
  font-size: 0.75rem;
}

.lt-canvas-stage {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  cursor: grab;
  touch-action: none;
  user-select: none;
}

.lt-canvas-stage.panning {
  cursor: grabbing;
}

.lt-canvas-grid {
  position: absolute;
  inset: 0;
  background-color: #0a0a0a;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.048) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.048) 1px, transparent 1px);
  background-size: 32px 32px;
}

.lt-canvas-grid::after {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 48% 38%, rgba(255, 255, 255, 0.045), transparent 20rem),
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.36));
  content: "";
  pointer-events: none;
}

.lt-canvas-edges {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.lt-canvas-edges path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.34);
  stroke-width: 2;
  pointer-events: stroke;
  cursor: pointer;
}

.lt-canvas-edges path:hover,
.lt-canvas-edges path.selected {
  stroke: rgba(255, 255, 255, 0.82);
  stroke-width: 3;
}

.lt-canvas-world {
  position: absolute;
  inset: 0;
  z-index: 3;
  transform-origin: 0 0;
}

.lt-canvas-node {
  position: absolute;
  user-select: none;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.025)),
    rgba(19, 19, 19, 0.94);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.28);
}

.lt-canvas-node.selected {
  border-color: rgba(255, 255, 255, 0.52);
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.08),
    0 22px 58px rgba(0, 0, 0, 0.34);
}

.lt-canvas-node header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.55rem;
  height: 2.2rem;
  padding: 0 0.62rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
}

.lt-canvas-node header strong {
  min-width: 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.8rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lt-node-head-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  flex: 0 0 auto;
}

.lt-node-delete {
  position: relative;
  z-index: 4;
  min-height: 1.35rem;
  padding: 0 0.42rem;
  border: 1px solid rgba(248, 113, 113, 0.22);
  border-radius: 6px;
  background: rgba(248, 113, 113, 0.08);
  color: rgba(255, 190, 190, 0.9);
  font-size: 0.68rem;
  font-weight: 800;
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
  transition: opacity 0.16s ease, background 0.16s ease, border-color 0.16s ease;
}

.lt-node-delete:hover,
.lt-canvas-inspector button.danger:hover {
  border-color: rgba(248, 113, 113, 0.48);
  background: rgba(248, 113, 113, 0.18);
}

.lt-node-port {
  width: 0.78rem;
  height: 0.78rem;
  flex: 0 0 auto;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: #111;
}

.lt-node-port.out {
  background: rgba(255, 255, 255, 0.84);
}

.lt-node-port.active {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.12);
}

.lt-node-body {
  display: grid;
  gap: 0.55rem;
  padding: 0.7rem;
}

.lt-node-body textarea,
.lt-node-body input,
.lt-node-body select {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.86);
  font: inherit;
  outline: none;
  padding: 0.55rem;
}

.lt-node-body textarea {
  min-height: 108px;
  resize: vertical;
}

.lt-node-body label {
  display: grid;
  gap: 0.32rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
}

.lt-node-body img,
.lt-node-body video {
  width: 100%;
  max-height: 230px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.04);
  object-fit: cover;
}

.lt-node-body audio {
  width: 100%;
}

.lt-node-upload-zone {
  display: grid;
  width: 100%;
  min-height: 120px;
  padding: 0;
  place-items: center;
  border: 1px dashed rgba(255, 255, 255, 0.16);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.028);
  color: rgba(255, 255, 255, 0.55);
  cursor: pointer;
}

.lt-node-upload-zone:hover {
  border-color: rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
}

.lt-node-upload-zone span {
  font-weight: 800;
}

.lt-node-upload-zone img,
.lt-node-upload-zone video {
  max-height: 230px;
}

.lt-node-placeholder {
  display: grid;
  min-height: 120px;
  place-items: center;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.028);
  color: rgba(255, 255, 255, 0.45);
}

.lt-node-psd-preview {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.34);
}

.lt-node-psd-preview .shape,
.lt-node-psd-preview .text,
.lt-node-psd-preview img {
  position: absolute;
  box-sizing: border-box;
}

.lt-node-psd-preview .text {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 900;
  line-height: 1;
}

.lt-node-status {
  display: block;
  padding: 0 0.7rem 0.7rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.72rem;
  line-height: 1.45;
  word-break: break-word;
}

.lt-local-path {
  display: block;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.68rem;
  line-height: 1.45;
  word-break: break-all;
}

.lt-local-path.danger {
  color: rgba(255, 190, 190, 0.92);
}

.lt-shape-preview {
  display: grid;
  min-height: 120px;
  place-items: center;
}

.lt-shape-preview span {
  width: 86px;
  height: 86px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
}

.lt-canvas-inspector {
  display: flex;
  align-items: center;
  gap: 0.62rem;
  min-height: 3.6rem;
  overflow-x: auto;
  padding: 0.62rem 0.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(18, 18, 18, 0.86);
}

.lt-canvas-inspector label {
  display: flex;
  align-items: center;
  gap: 0.38rem;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.75rem;
}

.lt-canvas-inspector input {
  width: 6.8rem;
  min-height: 2rem;
  padding: 0 0.52rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.86);
}

.lt-canvas-inspector button.danger {
  border-color: rgba(248, 113, 113, 0.26);
  background: rgba(248, 113, 113, 0.08);
  color: rgba(255, 210, 210, 0.95);
}

.lt-canvas-agent header {
  display: grid;
  gap: 0.22rem;
  padding: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.lt-canvas-agent header strong {
  color: #fff;
  font-size: 1.05rem;
}

.lt-canvas-agent-log {
  display: grid;
  align-content: start;
  gap: 0.55rem;
  flex: 1;
  min-height: 0;
  overflow: auto;
  padding: 0.85rem;
}

.lt-canvas-agent-log div {
  padding: 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  font-size: 0.82rem;
  line-height: 1.55;
}

.lt-canvas-agent-log .user {
  justify-self: end;
  max-width: 92%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.lt-canvas-agent-log .assistant {
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.72);
}

.lt-canvas-agent-form {
  display: grid;
  gap: 0.55rem;
  padding: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.lt-canvas-agent-form textarea {
  width: 100%;
  min-height: 5.7rem;
  padding: 0.7rem;
  resize: vertical;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.86);
  font: inherit;
  outline: none;
}

.lt-canvas-welcome {
  align-self: center;
  justify-self: center;
  max-width: 620px;
  padding: 1rem;
}

.lt-canvas-welcome h3 {
  margin: 0 0 0.55rem;
  color: #fff;
  font-size: 1.75rem;
  line-height: 1.12;
}

.lt-canvas-welcome p {
  margin-bottom: 1rem;
}

.lt-photopea-panel {
  position: absolute;
  inset: 5.5rem 1rem 4.7rem;
  z-index: 9;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(12, 12, 12, 0.96);
  box-shadow: 0 24px 74px rgba(0, 0, 0, 0.48);
}

.lt-photopea-panel header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 3.6rem;
  padding: 0.7rem 0.85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(18, 18, 18, 0.92);
}

.lt-photopea-panel header div {
  display: grid;
  gap: 0.22rem;
}

.lt-psd-size-controls {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.lt-psd-size-controls label {
  display: flex;
  align-items: center;
  gap: 0.32rem;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.75rem;
}

.lt-psd-size-controls input {
  width: 5.8rem;
  min-height: 2rem;
  padding: 0 0.48rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.9);
}

.lt-photopea-panel header strong {
  color: #fff;
}

.lt-photopea-panel header span {
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.75rem;
}

.lt-psd-editor {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  min-height: 0;
}

.lt-photopea-frame {
  width: 100%;
  height: 100%;
  min-height: 620px;
  border: 0;
  background: #111;
}

.lt-psd-board-wrap {
  display: grid;
  min-width: 0;
  min-height: 0;
  overflow: auto;
  align-items: start;
  justify-items: center;
  padding: 1rem 1rem 5rem;
  background:
    linear-gradient(45deg, rgba(255, 255, 255, 0.035) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(255, 255, 255, 0.035) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgba(255, 255, 255, 0.035) 75%),
    linear-gradient(-45deg, transparent 75%, rgba(255, 255, 255, 0.035) 75%),
    #0b0b0b;
  background-position: 0 0, 0 12px, 12px -12px, -12px 0;
  background-size: 24px 24px;
}

.lt-psd-board-frame {
  position: relative;
  flex: 0 0 auto;
}

.lt-psd-board {
  position: absolute;
  inset: 0 auto auto 0;
  overflow: hidden;
  transform-origin: top left;
  box-shadow: 0 18px 66px rgba(0, 0, 0, 0.5);
}

.lt-psd-layer {
  position: absolute;
  box-sizing: border-box;
  cursor: pointer;
}

.lt-psd-layer.selected {
  outline: 4px solid rgba(255, 255, 255, 0.86);
  outline-offset: 5px;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.13);
}

.lt-psd-layer.text {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 48px;
  font-weight: 900;
}

.lt-psd-layer.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lt-psd-layer.sunflower {
  overflow: visible;
  background: transparent;
}

.lt-psd-layer.sunflower .head,
.lt-psd-layer.sunflower .petal,
.lt-psd-layer.sunflower .disk,
.lt-psd-layer.sunflower .stem,
.lt-psd-layer.sunflower .leaf {
  position: absolute;
  display: block;
  box-sizing: border-box;
}

.lt-psd-layer.sunflower .head {
  left: 8%;
  top: 0;
  width: 84%;
  height: 68%;
}

.lt-psd-layer.sunflower .petal {
  left: 50%;
  top: 50%;
  width: 18%;
  height: 36%;
  border: 2px solid rgba(154, 98, 10, 0.34);
  border-radius: 999px 999px 720px 720px;
  transform: translate(-50%, -92%) rotate(calc(var(--i) * 18deg));
  transform-origin: 50% 108%;
}

.lt-psd-layer.sunflower .disk {
  left: 36%;
  top: 34%;
  width: 28%;
  height: 28%;
  border-radius: 999px;
  box-shadow: inset -8px -10px 0 rgba(0, 0, 0, 0.14);
}

.lt-psd-layer.sunflower .disk b {
  position: absolute;
  left: 24%;
  top: 22%;
  width: 18%;
  height: 12%;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
}

.lt-psd-layer.sunflower .stem {
  left: 48%;
  top: 49%;
  width: 5.5%;
  height: 48%;
  border-radius: 999px;
  transform: rotate(2deg);
}

.lt-psd-layer.sunflower .leaf {
  top: 69%;
  width: 30%;
  height: 13%;
  border-radius: 100% 0 100% 0;
}

.lt-psd-layer.sunflower .leaf.left {
  left: 22%;
  transform: rotate(-25deg);
}

.lt-psd-layer.sunflower .leaf.right {
  right: 18%;
  transform: rotate(32deg) scaleX(-1);
}

.lt-psd-layer-list {
  display: grid;
  align-content: start;
  gap: 0.55rem;
  min-height: 0;
  overflow: hidden;
  padding: 0.85rem;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(12, 12, 12, 0.96);
}

.lt-psd-layer-list strong {
  color: #fff;
}

.lt-psd-layer-list p {
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.55;
}

.lt-psd-layer-scroll {
  display: grid;
  align-content: start;
  gap: 0.55rem;
  min-height: 0;
  overflow: auto;
  padding-right: 0.18rem;
}

.lt-psd-layer-row {
  display: grid;
  gap: 0.15rem;
  width: 100%;
  text-align: left;
  padding: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
  cursor: pointer;
}

.lt-psd-layer-row:hover,
.lt-psd-layer-row.active {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.095);
}

.lt-psd-layer-row span {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 800;
}

.lt-psd-layer-row small {
  color: rgba(255, 255, 255, 0.45);
}

.lt-psd-delete-layer {
  justify-content: center;
  border-color: rgba(248, 113, 113, 0.28);
  background: rgba(248, 113, 113, 0.08);
  color: rgba(255, 218, 218, 0.95);
}

@media (max-width: 1100px) {
  .lt-canvas-shell {
    grid-template-columns: 232px minmax(0, 1fr);
  }

  .lt-canvas-agent {
    display: none;
  }
}

@media (max-width: 760px) {
  .canvas-page {
    min-height: calc(100vh - 1.8rem);
  }

  .lt-canvas-shell {
    grid-template-columns: 1fr;
    min-height: calc(100vh - 1.8rem);
  }

  .lt-canvas-sidebar {
    display: none;
  }

  .lt-canvas-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .lt-canvas-toolbar input {
    width: 100%;
  }
}
