.ve-app {
  --ve-ink: #081a3a;
  --ve-muted: #6c7c99;
  --ve-line: #dce5f4;
  --ve-blue: #3464f4;
  --ve-purple: #7142ef;
  --ve-cyan: #54d7f7;
  --ve-panel: #0b1730;
  --ve-panel-soft: #111f3c;
  width: min(1500px, calc(100% - 32px));
  margin: 34px auto 72px;
  color: var(--ve-ink);
}

.ve-app *,
.ve-app *::before,
.ve-app *::after {
  box-sizing: border-box;
}

.ve-app button,
.ve-app input,
.ve-app select {
  font: inherit;
}

.ve-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 30px 34px;
  margin-bottom: 18px;
  border: 1px solid rgba(112, 133, 255, 0.28);
  border-radius: 24px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 30%, rgba(87, 216, 255, 0.22), transparent 26%),
    linear-gradient(125deg, #071a3b 0%, #173f9a 62%, #6543e8 100%);
  box-shadow: 0 24px 56px rgba(31, 54, 117, 0.2);
  overflow: hidden;
}

.ve-eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 9px;
  color: #7be9ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.ve-intro h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(25px, 2.5vw, 39px);
  line-height: 1.18;
  letter-spacing: -0.045em;
}

.ve-intro p:not(.ve-eyebrow) {
  margin: 10px 0 0;
  color: rgba(234, 242, 255, 0.84);
  font-size: 15px;
}

.ve-intro__meta {
  display: flex;
  align-items: stretch;
  gap: 8px;
  flex: 0 0 auto;
}

.ve-intro__meta span,
.ve-intro__meta a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 96px;
  min-height: 62px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 15px;
  color: rgba(235, 242, 255, 0.86);
  background: rgba(6, 21, 51, 0.34);
  text-align: center;
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.ve-intro__meta strong {
  color: #fff;
  font-size: 19px;
}

.ve-intro__meta a {
  flex-direction: row;
  align-items: center;
  gap: 7px;
}

.ve-workspace {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) 310px;
  border: 1px solid #182948;
  border-radius: 26px;
  background: var(--ve-panel);
  box-shadow: 0 28px 80px rgba(13, 33, 75, 0.28);
  overflow: hidden;
}

.ve-assets,
.ve-inspector {
  min-width: 0;
  color: #e8eefb;
  background: #0e1b35;
}

.ve-assets {
  padding: 20px 16px;
  border-right: 1px solid rgba(179, 200, 239, 0.1);
}

.ve-inspector {
  max-height: 720px;
  border-left: 1px solid rgba(179, 200, 239, 0.1);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #334b76 transparent;
}

.ve-pane-title {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 18px;
}

.ve-pane-title > span {
  display: grid;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(113, 143, 255, 0.24);
  border-radius: 11px;
  color: #7edfff;
  background: rgba(66, 98, 218, 0.16);
  place-items: center;
}

.ve-pane-title h3,
.ve-pane-title p {
  margin: 0;
}

.ve-pane-title h3 {
  color: #fff;
  font-size: 15px;
}

.ve-pane-title p {
  margin-top: 2px;
  color: #8495b4;
  font-size: 11px;
}

.ve-dropzone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  padding: 22px 12px;
  border: 1px dashed #4769a5;
  border-radius: 17px;
  background: linear-gradient(145deg, rgba(50, 85, 155, 0.16), rgba(37, 52, 96, 0.08));
  text-align: center;
  cursor: pointer;
}

.ve-dropzone:hover,
.ve-dropzone.is-dragging,
.ve-dropzone:focus-visible {
  border-color: #5bdcf9;
  background: rgba(45, 115, 198, 0.2);
  outline: none;
}

.ve-dropzone__icon {
  display: grid;
  width: 50px;
  height: 50px;
  margin-bottom: 13px;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(135deg, #316cf6, #7645f0);
  box-shadow: 0 12px 28px rgba(53, 94, 231, 0.36);
  place-items: center;
  font-size: 20px;
}

.ve-dropzone strong {
  color: #fff;
  font-size: 14px;
}

.ve-dropzone > span:not(.ve-dropzone__icon) {
  margin-top: 4px;
  color: #92a6c8;
  font-size: 11px;
}

.ve-dropzone small {
  margin-top: 14px;
  color: #6f83a6;
  font-size: 10px;
  line-height: 1.55;
}

.ve-media-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 30px;
  align-items: center;
  gap: 9px;
  margin-top: 13px;
  padding: 10px;
  border: 1px solid #2a3d63;
  border-radius: 13px;
  background: #132442;
}

.ve-media-card__thumb {
  display: grid;
  width: 42px;
  height: 38px;
  border-radius: 8px;
  color: #7fe8ff;
  background: linear-gradient(135deg, #1a3c7b, #4a3496);
  place-items: center;
}

.ve-media-card strong,
.ve-media-card span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ve-media-card strong {
  color: #eff5ff;
  font-size: 11px;
}

.ve-media-card span {
  margin-top: 3px;
  color: #8193b2;
  font-size: 10px;
}

.ve-media-card button {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 9px;
  color: #9fb2d1;
  background: #1c3157;
  cursor: pointer;
}

.ve-shortcuts {
  display: grid;
  gap: 8px;
  margin-top: 24px;
  padding: 14px;
  border-top: 1px solid rgba(166, 190, 232, 0.1);
  color: #8193b2;
  font-size: 10px;
}

.ve-shortcuts strong {
  margin-bottom: 2px;
  color: #dce8fa;
  font-size: 11px;
}

.ve-shortcuts kbd,
.ve-timeline-actions kbd {
  display: inline-grid;
  min-width: 22px;
  height: 20px;
  margin-right: 5px;
  padding: 0 5px;
  border: 1px solid #42577b;
  border-radius: 5px;
  color: #c9d7ec;
  background: #172844;
  box-shadow: none;
  place-items: center;
  font-size: 9px;
}

.ve-stage-column {
  min-width: 0;
  padding: 18px 20px 14px;
  color: #dce7f9;
  background:
    radial-gradient(circle at 50% 42%, rgba(55, 88, 158, 0.2), transparent 48%),
    #09162d;
}

.ve-toolbar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  margin-bottom: 13px;
}

.ve-toolbar__group {
  display: flex;
  gap: 5px;
}

.ve-toolbar button,
.ve-timeline-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid #263c62;
  border-radius: 9px;
  color: #c8d7ef;
  background: #142541;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
}

.ve-toolbar button:first-child {
  color: #fff;
  border-color: #4969e8;
  background: linear-gradient(135deg, #2e68ed, #6d42ed);
}

.ve-toolbar button:disabled,
.ve-timeline-actions button:disabled {
  color: #61718d;
  border-color: #223553;
  background: #101f37;
  cursor: not-allowed;
}

.ve-time {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #7487a8;
  font-variant-numeric: tabular-nums;
  font-size: 11px;
}

.ve-time strong {
  color: #fff;
}

.ve-preview-badge {
  justify-self: end;
  padding: 7px 10px;
  border: 1px solid #2e446b;
  border-radius: 999px;
  color: #9fb3d3;
  background: #11213a;
  font-size: 10px;
  font-weight: 700;
}

.ve-stage-shell {
  display: grid;
  min-height: 450px;
  padding: 24px;
  border: 1px solid rgba(93, 120, 171, 0.15);
  border-radius: 17px;
  background:
    linear-gradient(45deg, rgba(255, 255, 255, 0.015) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.015) 75%),
    linear-gradient(45deg, rgba(255, 255, 255, 0.015) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.015) 75%),
    #050d1d;
  background-position: 0 0, 12px 12px;
  background-size: 24px 24px;
  place-items: center;
  overflow: hidden;
}

.ve-stage {
  position: relative;
  width: min(100%, 760px);
  max-width: 100%;
  max-height: 430px;
  aspect-ratio: var(--ve-aspect);
  border: 1px solid rgba(132, 158, 211, 0.34);
  border-radius: 4px;
  background: var(--ve-background);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.38);
  overflow: hidden;
}

.ve-stage video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
  transform-origin: center;
}

.ve-stage-empty {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 24px;
  color: #7185a9;
  background: radial-gradient(circle, rgba(44, 75, 140, 0.18), transparent 64%);
  text-align: center;
}

.ve-stage-empty i {
  margin-bottom: 5px;
  color: #4f6d9f;
  font-size: 38px;
}

.ve-stage-empty strong {
  color: #aebed8;
  font-size: 14px;
}

.ve-stage-empty span {
  max-width: 340px;
  font-size: 10px;
}

.ve-safe-area {
  position: absolute;
  inset: 7%;
  border: 1px dashed rgba(255, 255, 255, 0.14);
  pointer-events: none;
}

.ve-stage-note {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 10px;
  color: #7184a5;
  font-size: 10px;
}

.ve-inspector > .ve-pane-title {
  padding: 18px 16px 0;
}

.ve-inspector details {
  border-top: 1px solid rgba(174, 197, 238, 0.09);
}

.ve-inspector summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 45px;
  padding: 0 16px;
  color: #dce7f9;
  cursor: pointer;
  list-style: none;
  font-size: 12px;
  font-weight: 800;
}

.ve-inspector summary::-webkit-details-marker {
  display: none;
}

.ve-inspector summary i {
  color: #65799b;
  font-size: 9px;
  transform: rotate(-90deg);
}

.ve-inspector details[open] summary i {
  transform: rotate(0);
}

.ve-property-body {
  display: grid;
  gap: 13px;
  padding: 2px 16px 17px;
}

.ve-ratio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}

.ve-ratio-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 7px 4px;
  border: 1px solid #293d61;
  border-radius: 10px;
  color: #90a2c0;
  background: #12223d;
  cursor: pointer;
  font-size: 9px;
}

.ve-ratio-button strong {
  color: #dae6f8;
  font-size: 11px;
}

.ve-ratio-button.is-active {
  border-color: #5b78f6;
  color: #b6c9f8;
  background: linear-gradient(145deg, rgba(53, 102, 235, 0.28), rgba(96, 62, 220, 0.18));
  box-shadow: inset 0 0 0 1px rgba(98, 124, 255, 0.17);
}

.ve-ratio-button:disabled {
  cursor: not-allowed;
  filter: saturate(0.3);
}

.ve-field,
.ve-color-field,
.ve-slider-field {
  display: grid;
  gap: 7px;
  margin: 0;
}

.ve-field > span,
.ve-color-field > span,
.ve-slider-field > span {
  display: flex;
  justify-content: space-between;
  color: #8fa1bf;
  font-size: 10px;
  font-weight: 700;
}

.ve-field select,
.ve-filename input,
.ve-range-fields input {
  width: 100%;
  min-height: 36px;
  padding: 0 10px;
  border: 1px solid #304568;
  border-radius: 9px;
  color: #e7eefb;
  background: #142541;
  outline: none;
  font-size: 11px;
}

.ve-field select:focus,
.ve-filename input:focus,
.ve-range-fields input:focus {
  border-color: #6a84fb;
  box-shadow: 0 0 0 3px rgba(84, 111, 240, 0.16);
}

.ve-color-field {
  grid-template-columns: 1fr 38px auto;
  align-items: center;
}

.ve-color-field > span {
  grid-column: 1 / -1;
}

.ve-color-field input {
  width: 38px;
  height: 30px;
  padding: 2px;
  border: 1px solid #354a6f;
  border-radius: 8px;
  background: #142541;
}

.ve-color-field output {
  color: #aebed7;
  font-family: monospace;
  font-size: 10px;
}

.ve-slider-field output {
  color: #7f9bff;
  font-variant-numeric: tabular-nums;
}

.ve-slider-field input,
.ve-range-sliders input {
  width: 100%;
  height: 4px;
  margin: 5px 0;
  border-radius: 999px;
  background: #283b5c;
  accent-color: #5c74f4;
  cursor: pointer;
}

.ve-slider-field input:disabled {
  cursor: not-allowed;
}

.ve-button-grid {
  display: grid;
  gap: 6px;
}

.ve-button-grid--four {
  grid-template-columns: repeat(4, 1fr);
}

.ve-button-grid button {
  min-height: 34px;
  border: 1px solid #2e4266;
  border-radius: 9px;
  color: #91a4c4;
  background: #142541;
  cursor: pointer;
  font-size: 10px;
}

.ve-button-grid button.is-active {
  color: #fff;
  border-color: #637cf8;
  background: #304eaa;
}

.ve-button-grid button:disabled {
  cursor: not-allowed;
}

.ve-switch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 0;
}

.ve-switch span,
.ve-switch strong,
.ve-switch small {
  display: block;
}

.ve-switch strong {
  color: #cbd8eb;
  font-size: 10px;
}

.ve-switch small {
  margin-top: 2px;
  color: #7184a5;
  font-size: 9px;
}

.ve-switch input {
  position: absolute;
  opacity: 0;
}

.ve-switch i {
  position: relative;
  flex: 0 0 auto;
  width: 38px;
  height: 22px;
  border-radius: 999px;
  background: #2a3c5d;
  cursor: pointer;
}

.ve-switch i::after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #aab9d0;
  content: "";
}

.ve-switch input:checked + i {
  background: linear-gradient(135deg, #316cf1, #7444ed);
}

.ve-switch input:checked + i::after {
  left: 19px;
  background: #fff;
}

.ve-timeline {
  grid-column: 1 / -1;
  padding: 18px 20px 20px;
  border-top: 1px solid rgba(172, 194, 232, 0.12);
  color: #dce7f9;
  background: #0c1931;
}

.ve-timeline__head,
.ve-timeline__head > div:first-child,
.ve-timeline-actions {
  display: flex;
  align-items: center;
}

.ve-timeline__head {
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 14px;
}

.ve-timeline__head > div:first-child {
  gap: 10px;
}

.ve-track-icon {
  display: grid;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  color: #7ce4ff;
  background: #1b3260;
  place-items: center;
}

.ve-timeline h3,
.ve-timeline p {
  margin: 0;
}

.ve-timeline h3 {
  color: #fff;
  font-size: 14px;
}

.ve-timeline p {
  margin-top: 2px;
  color: #798cad;
  font-size: 10px;
}

.ve-timeline-actions {
  gap: 6px;
}

.ve-timeline-canvas-shell {
  position: relative;
  height: 108px;
  border: 1px solid #2b436b;
  border-radius: 12px;
  background: #07152b;
  overflow: hidden;
}

.ve-timeline-canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.ve-timeline-empty {
  position: absolute;
  inset: 0;
  display: grid;
  color: #657899;
  place-items: center;
  font-size: 11px;
}

.ve-playhead {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  background: #ffd95b;
  box-shadow: 0 0 12px rgba(255, 217, 91, 0.72);
  pointer-events: none;
}

.ve-playhead::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 10px;
  height: 7px;
  border-radius: 0 0 5px 5px;
  background: #ffd95b;
  content: "";
  transform: translateX(-50%);
}

.ve-range-sliders {
  position: relative;
  height: 24px;
  margin-top: -1px;
}

.ve-range-sliders input {
  position: absolute;
  inset: 7px 0 auto;
  margin: 0;
  background: transparent;
  pointer-events: none;
  appearance: none;
}

.ve-range-sliders input::-webkit-slider-thumb {
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #4a6df4;
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.35);
  pointer-events: auto;
  appearance: none;
}

.ve-range-sliders input::-moz-range-thumb {
  width: 13px;
  height: 13px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #4a6df4;
  pointer-events: auto;
}

.ve-range-fields {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
  align-items: end;
  gap: 14px;
}

.ve-range-fields label,
.ve-filename {
  display: grid;
  gap: 6px;
  margin: 0;
}

.ve-range-fields label > span,
.ve-filename > span {
  color: #899bb9;
  font-size: 10px;
  font-weight: 700;
}

.ve-selection-duration {
  min-width: 155px;
  padding: 9px 18px;
  border: 1px solid #2a4067;
  border-radius: 11px;
  background: #10213f;
  text-align: center;
}

.ve-selection-duration span,
.ve-selection-duration strong {
  display: block;
}

.ve-selection-duration span {
  color: #7386a7;
  font-size: 9px;
}

.ve-selection-duration strong {
  margin-top: 2px;
  color: #75e5fb;
  font-variant-numeric: tabular-nums;
  font-size: 12px;
}

.ve-export {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(220px, 330px) auto;
  align-items: end;
  gap: 18px;
  padding: 22px 24px;
  border-top: 1px solid rgba(172, 194, 232, 0.12);
  color: #dce7f9;
  background: linear-gradient(110deg, #0f2142, #192c5c 68%, #332b79);
}

.ve-export__copy {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ve-export__icon {
  display: grid;
  flex: 0 0 auto;
  width: 45px;
  height: 45px;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(135deg, #2f6cf2, #7542ef);
  box-shadow: 0 10px 24px rgba(42, 83, 216, 0.32);
  place-items: center;
}

.ve-export h3,
.ve-export p {
  margin: 0;
}

.ve-export h3 {
  color: #fff;
  font-size: 16px;
}

.ve-export p {
  margin-top: 4px;
  color: #92a5c8;
  font-size: 10px;
}

.ve-export-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 180px;
  min-height: 45px;
  padding: 0 20px;
  border: 0;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(135deg, #2e6af0, #7940ef);
  box-shadow: 0 13px 28px rgba(62, 70, 220, 0.35);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
}

.ve-export-button:hover:not(:disabled) {
  transform: translateY(-1px) scale(0.99);
}

.ve-export-button:disabled {
  color: #8191ae;
  background: #2a3b5d;
  box-shadow: none;
  cursor: not-allowed;
}

.ve-save-note {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: -7px;
  color: #8fa2c4;
  font-size: 10px;
}

.ve-save-note a {
  color: #7bddf5;
  font-weight: 700;
}

.ve-job,
.ve-result {
  grid-column: 1 / -1;
}

.ve-job {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 15px;
  border: 1px solid rgba(114, 142, 241, 0.3);
  border-radius: 14px;
  background: rgba(6, 19, 47, 0.52);
}

.ve-job__ring {
  display: grid;
  width: 54px;
  height: 54px;
  border: 4px solid #2e4775;
  border-top-color: #65dff8;
  border-radius: 50%;
  place-items: center;
  animation: ve-spin 1.1s linear infinite;
}

.ve-job__ring span {
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  animation: ve-spin-reverse 1.1s linear infinite;
}

.ve-job strong,
.ve-job span {
  display: block;
}

.ve-job strong {
  color: #fff;
  font-size: 12px;
}

.ve-job > div > span {
  margin-top: 3px;
  color: #899dbf;
  font-size: 10px;
}

.ve-progress-track {
  height: 5px;
  margin-top: 10px;
  border-radius: 999px;
  background: #24385f;
  overflow: hidden;
}

.ve-progress-track i {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #36c9f1, #6e6bf5);
}

.ve-result-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 17px;
  border: 1px solid rgba(89, 209, 170, 0.36);
  border-radius: 16px;
  background: rgba(10, 51, 57, 0.42);
}

.ve-result-card__copy {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ve-result-card__copy > i {
  color: #55dda6;
  font-size: 23px;
}

.ve-result-card strong,
.ve-result-card span {
  display: block;
}

.ve-result-card strong {
  color: #fff;
  font-size: 13px;
}

.ve-result-card span {
  margin-top: 3px;
  color: #98bcb6;
  font-size: 10px;
}

.ve-result-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 12px;
  color: #fff;
  background: #108778;
  text-decoration: none;
  font-size: 11px;
  font-weight: 800;
}

.ve-message {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 13px 15px;
  border: 1px solid rgba(111, 154, 242, 0.32);
  border-radius: 12px;
  color: #cbdaf6;
  background: rgba(25, 54, 103, 0.45);
  font-size: 11px;
}

.ve-message--error {
  border-color: rgba(255, 112, 128, 0.32);
  color: #ffc2c9;
  background: rgba(115, 22, 45, 0.28);
}

.ve-error {
  margin: 0;
  padding: 13px 15px;
  border: 1px solid rgba(255, 112, 128, 0.32);
  border-radius: 12px;
  color: #ffc2c9;
  background: rgba(115, 22, 45, 0.28);
  font-size: 11px;
}

.ve-about {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
  padding: 20px 24px;
  border: 1px solid #dde6f5;
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 14px 35px rgba(43, 67, 118, 0.09);
}

.ve-about > span {
  display: grid;
  flex: 0 0 auto;
  width: 43px;
  height: 43px;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(135deg, #315ff0, #7042eb);
  place-items: center;
}

.ve-about h3,
.ve-about p {
  margin: 0;
}

.ve-about h3 {
  color: var(--ve-ink);
  font-size: 15px;
}

.ve-about p {
  margin-top: 4px;
  color: var(--ve-muted);
  font-size: 11px;
}

body:not([data-page="index"]) .ut-page-content .ve-intro h2,
body:not([data-page="index"]) .ut-page-content .ve-workspace h3 {
  color: #fff;
}

body:not([data-page="index"]) .ut-page-content .ve-about h3 {
  color: var(--ve-ink);
}

@keyframes ve-spin {
  to { transform: rotate(360deg); }
}

@keyframes ve-spin-reverse {
  to { transform: rotate(-360deg); }
}

@media (prefers-reduced-motion: reduce) {
  .ve-job__ring,
  .ve-job__ring span {
    animation: none;
  }
}

@media (max-width: 1180px) {
  .ve-workspace {
    grid-template-columns: 190px minmax(0, 1fr) 280px;
  }

  .ve-stage-shell {
    min-height: 390px;
  }

  .ve-intro {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 940px) {
  .ve-app {
    width: min(100% - 22px, 760px);
    margin-top: 24px;
  }

  .ve-workspace {
    display: flex;
    flex-direction: column;
  }

  .ve-assets,
  .ve-inspector {
    border: 0;
  }

  .ve-assets {
    border-bottom: 1px solid rgba(179, 200, 239, 0.1);
  }

  .ve-dropzone {
    min-height: 145px;
  }

  .ve-shortcuts {
    display: none;
  }

  .ve-inspector {
    max-height: none;
    border-top: 1px solid rgba(179, 200, 239, 0.1);
    overflow: visible;
  }

  .ve-property-body {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ve-ratio-grid,
  .ve-switch {
    grid-column: 1 / -1;
  }

  .ve-timeline,
  .ve-export {
    width: 100%;
  }

  .ve-export {
    grid-template-columns: 1fr 1fr;
  }

  .ve-export__copy {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .ve-app {
    width: calc(100% - 14px);
    margin-bottom: 48px;
  }

  .ve-intro {
    padding: 23px 20px;
    border-radius: 20px;
  }

  .ve-intro__meta {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }

  .ve-intro__meta span,
  .ve-intro__meta a {
    min-width: 0;
    min-height: 55px;
    padding: 7px 5px;
    font-size: 9px;
  }

  .ve-workspace {
    border-radius: 20px;
  }

  .ve-stage-column,
  .ve-timeline {
    padding: 14px;
  }

  .ve-toolbar {
    grid-template-columns: 1fr auto;
  }

  .ve-time {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: center;
  }

  .ve-preview-badge {
    grid-column: 2;
    grid-row: 1;
  }

  .ve-toolbar button span {
    display: none;
  }

  .ve-stage-shell {
    min-height: 330px;
    padding: 12px;
  }

  .ve-stage {
    max-height: 315px;
  }

  .ve-property-body {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ve-ratio-grid,
  .ve-switch {
    grid-column: auto;
  }

  .ve-timeline__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .ve-timeline-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .ve-range-fields {
    grid-template-columns: 1fr 1fr;
  }

  .ve-selection-duration {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .ve-export {
    display: grid;
    grid-template-columns: 1fr;
    padding: 20px 15px;
  }

  .ve-export__copy,
  .ve-save-note,
  .ve-job,
  .ve-result {
    grid-column: auto;
  }

  .ve-export-button {
    width: 100%;
  }

  .ve-job {
    grid-template-columns: 46px minmax(0, 1fr);
  }

  .ve-job__ring {
    width: 44px;
    height: 44px;
  }

  .ve-result-card {
    grid-template-columns: 1fr;
  }

  .ve-result-card a {
    width: 100%;
  }

  .ve-about {
    align-items: flex-start;
    padding: 17px;
  }
}
