*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

/*
! tailwindcss v3.4.13 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: "";
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
.plate-editor-wrapper { /* remember to add these wrappers after compiling with tailwind */
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  /* 3 */
  tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
.plate-editor-wrapper { /* remember to add these wrappers after compiling with tailwind */
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

.plate-editor-wrapper { /* remember to add these wrappers after compiling with tailwind */
  /*
  1. Add the correct height in Firefox.
  2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
  3. Ensure horizontal rules are visible by default.
  */
  /*
  Add the correct text decoration in Chrome, Edge, and Safari.
  */
  /*
  Remove the default font size and weight for headings.
  */
  /*
  Reset links to optimize for opt-in styling instead of opt-out.
  */
  /*
  Add the correct font weight in Edge and Safari.
  */
  /*
  1. Use the user's configured `mono` font-family by default.
  2. Use the user's configured `mono` font-feature-settings by default.
  3. Use the user's configured `mono` font-variation-settings by default.
  4. Correct the odd `em` font sizing in all browsers.
  */
  /*
  Add the correct font size in all browsers.
  */
  /*
  Prevent `sub` and `sup` elements from affecting the line height in all browsers.
  */
  /*
  1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
  2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
  3. Remove gaps between table borders by default.
  */
  /*
  1. Change the font styles in all browsers.
  2. Remove the margin in Firefox and Safari.
  3. Remove default padding in all browsers.
  */
  /*
  Remove the inheritance of text transform in Edge and Firefox.
  */
  /*
  1. Correct the inability to style clickable types in iOS and Safari.
  2. Remove default button styles.
  */
  /*
  Use the modern Firefox focus style for all focusable elements.
  */
  /*
  Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
  */
  /*
  Add the correct vertical alignment in Chrome and Firefox.
  */
  /*
  Correct the cursor style of increment and decrement buttons in Safari.
  */
  /*
  1. Correct the odd appearance in Chrome and Safari.
  2. Correct the outline style in Safari.
  */
  /*
  Remove the inner padding in Chrome and Safari on macOS.
  */
  /*
  1. Correct the inability to style clickable types in iOS and Safari.
  2. Change font properties to `inherit` in Safari.
  */
  /*
  Add the correct display in Chrome and Safari.
  */
  /*
  Removes the default spacing and border for appropriate elements.
  */
  /*
  Reset default styling for dialogs.
  */
  /*
  Prevent resizing textareas horizontally by default.
  */
  /*
  1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
  2. Set the default placeholder color to the user's configured gray 400 color.
  */
  /*
  Set the default cursor for buttons.
  */
  /*
  Make sure disabled buttons don't get the pointer cursor.
  */
  /*
  1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
  2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
     This can trigger a poorly considered lint error in some tools but is included by design.
  */
  /*
  Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
  */
}
.plate-editor-wrapper hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}
.plate-editor-wrapper abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
.plate-editor-wrapper h1,
.plate-editor-wrapper h2,
.plate-editor-wrapper h3,
.plate-editor-wrapper h4,
.plate-editor-wrapper h5,
.plate-editor-wrapper h6 {
  font-size: inherit;
  font-weight: inherit;
}
.plate-editor-wrapper a {
  color: inherit;
  text-decoration: inherit;
}
.plate-editor-wrapper b,
.plate-editor-wrapper strong {
  font-weight: bolder;
}
.plate-editor-wrapper code,
.plate-editor-wrapper kbd,
.plate-editor-wrapper samp,
.plate-editor-wrapper pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}
.plate-editor-wrapper small {
  font-size: 80%;
}
.plate-editor-wrapper sub,
.plate-editor-wrapper sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.plate-editor-wrapper sub {
  bottom: -0.25em;
}
.plate-editor-wrapper sup {
  top: -0.5em;
}
.plate-editor-wrapper table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}
.plate-editor-wrapper button,
.plate-editor-wrapper input,
.plate-editor-wrapper optgroup,
.plate-editor-wrapper select,
.plate-editor-wrapper textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}
.plate-editor-wrapper button,
.plate-editor-wrapper select {
  text-transform: none;
}
.plate-editor-wrapper button,
.plate-editor-wrapper input:where([type=button]),
.plate-editor-wrapper input:where([type=reset]),
.plate-editor-wrapper input:where([type=submit]) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}
.plate-editor-wrapper :-moz-focusring {
  outline: auto;
}
.plate-editor-wrapper :-moz-ui-invalid {
  box-shadow: none;
}
.plate-editor-wrapper progress {
  vertical-align: baseline;
}
.plate-editor-wrapper ::-webkit-inner-spin-button,
.plate-editor-wrapper ::-webkit-outer-spin-button {
  height: auto;
}
.plate-editor-wrapper [type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
.plate-editor-wrapper ::-webkit-search-decoration {
  -webkit-appearance: none;
}
.plate-editor-wrapper ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
.plate-editor-wrapper summary {
  display: list-item;
}
.plate-editor-wrapper blockquote,
.plate-editor-wrapper dl,
.plate-editor-wrapper dd,
.plate-editor-wrapper h1,
.plate-editor-wrapper h2,
.plate-editor-wrapper h3,
.plate-editor-wrapper h4,
.plate-editor-wrapper h5,
.plate-editor-wrapper h6,
.plate-editor-wrapper hr,
.plate-editor-wrapper figure,
.plate-editor-wrapper p,
.plate-editor-wrapper pre {
  margin: 0;
}
.plate-editor-wrapper fieldset {
  margin: 0;
  padding: 0;
}
.plate-editor-wrapper legend {
  padding: 0;
}
.plate-editor-wrapper ol,
.plate-editor-wrapper ul,
.plate-editor-wrapper menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.plate-editor-wrapper dialog {
  padding: 0;
}
.plate-editor-wrapper textarea {
  resize: vertical;
}
.plate-editor-wrapper input::placeholder,
.plate-editor-wrapper textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}
.plate-editor-wrapper button,
.plate-editor-wrapper [role=button] {
  cursor: pointer;
}
.plate-editor-wrapper :disabled {
  cursor: default;
}
.plate-editor-wrapper img,
.plate-editor-wrapper svg,
.plate-editor-wrapper video,
.plate-editor-wrapper canvas,
.plate-editor-wrapper audio,
.plate-editor-wrapper iframe,
.plate-editor-wrapper embed,
.plate-editor-wrapper object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}
.plate-editor-wrapper img,
.plate-editor-wrapper video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden=until-found])) {
  display: none;
}

:root {
  --background: 0 0% 100%;
  --foreground: #232334FF;
  --card: 0 0% 100%;
  --card-foreground: #232334FF;
  --popover: 0 0% 100%;
  --popover-foreground: #232334FF;
  --primary: 222.2 47.4% 11.2%;
  --primary-foreground: 210 40% 98%;
  --secondary: 210 40% 96.1%;
  --secondary-foreground: 222.2 47.4% 11.2%;
  --muted: 210 40% 96.1%;
  --muted-foreground: 215.4 16.3% 46.9%;
  --accent: 210 40% 96.1%;
  --accent-foreground: 222.2 47.4% 11.2%;
  --destructive: 0 84.2% 60.2%;
  --destructive-foreground: 210 40% 98%;
  --border: 214.3 31.8% 91.4%;
  --input: 214.3 31.8% 91.4%;
  --ring: #232334FF;
  --radius: 0.5rem;
}

.dark {
  --background: #232334FF;
  --foreground: 210 40% 98%;
  --card: #232334FF;
  --card-foreground: 210 40% 98%;
  --popover: #232334FF;
  --popover-foreground: 210 40% 98%;
  --primary: 210 40% 98%;
  --primary-foreground: 222.2 47.4% 11.2%;
  --secondary: 217.2 32.6% 17.5%;
  --secondary-foreground: 210 40% 98%;
  --muted: 217.2 32.6% 17.5%;
  --muted-foreground: 215 20.2% 65.1%;
  --accent: 217.2 32.6% 17.5%;
  --accent-foreground: 210 40% 98%;
  --destructive: 0 62.8% 30.6%;
  --destructive-foreground: 210 40% 98%;
  --border: 217.2 32.6% 17.5%;
  --input: 217.2 32.6% 17.5%;
  --ring: 212.7 26.8% 83.9%;
}

.plate-editor-wrapper {
  border-color: hsl(var(--border));
}

.plate-editor-wrapper {
  background-color: hsl(var(--background));
  color: hsl(var(--foreground));
}

.plate-editor-wrapper .container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 1400px) {
  .plate-editor-wrapper .container {
    max-width: 1400px;
  }
}
.plate-editor-wrapper .pointer-events-none {
  pointer-events: none;
}
.plate-editor-wrapper .\!visible {
  visibility: visible !important;
}
.plate-editor-wrapper .visible {
  visibility: visible;
}
.plate-editor-wrapper .invisible {
  visibility: hidden;
}
.plate-editor-wrapper .collapse {
  visibility: collapse;
}
.plate-editor-wrapper .fixed {
  position: fixed;
}
.plate-editor-wrapper .absolute {
  position: absolute;
}
.plate-editor-wrapper .relative {
  position: relative;
}
.plate-editor-wrapper .sticky {
  position: sticky;
}
.plate-editor-wrapper .inset-0 {
  inset: 0px;
}
.plate-editor-wrapper .-bottom-3 {
  bottom: -0.75rem;
}
.plate-editor-wrapper .-top-px {
  top: -1px;
}
.plate-editor-wrapper .left-0 {
  left: 0px;
}
.plate-editor-wrapper .left-2 {
  left: 0.5rem;
}
.plate-editor-wrapper .left-3 {
  left: 0.75rem;
}
.plate-editor-wrapper .right-1 {
  right: 0.25rem;
}
.plate-editor-wrapper .right-2 {
  right: 0.5rem;
}
.plate-editor-wrapper .top-0 {
  top: 0px;
}
.plate-editor-wrapper .top-1\/2 {
  top: 50%;
}
.plate-editor-wrapper .z-10 {
  z-index: 10;
}
.plate-editor-wrapper .z-50 {
  z-index: 50;
}
.plate-editor-wrapper .z-\[10000\] {
  z-index: 10000;
}
.plate-editor-wrapper .z-\[1\] {
  z-index: 1;
}
.plate-editor-wrapper .z-\[500\] {
  z-index: 500;
}
.plate-editor-wrapper .m-0 {
  margin: 0px;
}
.plate-editor-wrapper .-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.plate-editor-wrapper .mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.plate-editor-wrapper .my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.plate-editor-wrapper .my-1\.5 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
.plate-editor-wrapper .mb-1 {
  margin-bottom: 0.25rem;
}
.plate-editor-wrapper .mb-2\.5 {
  margin-bottom: 0.625rem;
}
.plate-editor-wrapper .mb-px {
  margin-bottom: 1px;
}
.plate-editor-wrapper .ml-0\.5 {
  margin-left: 0.125rem;
}
.plate-editor-wrapper .ml-auto {
  margin-left: auto;
}
.plate-editor-wrapper .mr-1\.5 {
  margin-right: 0.375rem;
}
.plate-editor-wrapper .mr-2 {
  margin-right: 0.5rem;
}
.plate-editor-wrapper .mt-0 {
  margin-top: 0px;
}
.plate-editor-wrapper .mt-\[0\.75em\] {
  margin-top: 0.75em;
}
.plate-editor-wrapper .mt-\[1\.4em\] {
  margin-top: 1.4em;
}
.plate-editor-wrapper .mt-\[1em\] {
  margin-top: 1em;
}
.plate-editor-wrapper .mt-\[2em\] {
  margin-top: 2em;
}
.plate-editor-wrapper .block {
  display: block;
}
.plate-editor-wrapper .inline-block {
  display: inline-block;
}
.plate-editor-wrapper .flex {
  display: flex;
}
.plate-editor-wrapper .inline-flex {
  display: inline-flex;
}
.plate-editor-wrapper .table {
  display: table;
}
.plate-editor-wrapper .grid {
  display: grid;
}
.plate-editor-wrapper .contents {
  display: contents;
}
.plate-editor-wrapper .\!hidden {
  display: none !important;
}
.plate-editor-wrapper .hidden {
  display: none;
}
.plate-editor-wrapper .size-10 {
  width: 2.5rem;
  height: 2.5rem;
}
.plate-editor-wrapper .size-3\.5 {
  width: 0.875rem;
  height: 0.875rem;
}
.plate-editor-wrapper .size-4 {
  width: 1rem;
  height: 1rem;
}
.plate-editor-wrapper .size-5 {
  width: 1.25rem;
  height: 1.25rem;
}
.plate-editor-wrapper .size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.plate-editor-wrapper .size-8 {
  width: 2rem;
  height: 2rem;
}
.plate-editor-wrapper .size-9 {
  width: 2.25rem;
  height: 2.25rem;
}
.plate-editor-wrapper .size-full {
  width: 100%;
  height: 100%;
}
.plate-editor-wrapper .h-0\.5 {
  height: 0.125rem;
}
.plate-editor-wrapper .h-10 {
  height: 2.5rem;
}
.plate-editor-wrapper .h-11 {
  height: 2.75rem;
}
.plate-editor-wrapper .h-20 {
  height: 5rem;
}
.plate-editor-wrapper .h-8 {
  height: 2rem;
}
.plate-editor-wrapper .h-9 {
  height: 2.25rem;
}
.plate-editor-wrapper .h-\[23rem\] {
  height: 23rem;
}
.plate-editor-wrapper .h-auto {
  height: auto;
}
.plate-editor-wrapper .h-full {
  height: 100%;
}
.plate-editor-wrapper .h-px {
  height: 1px;
}
.plate-editor-wrapper .max-h-\[288px\] {
  max-height: 288px;
}
.plate-editor-wrapper .max-h-\[500px\] {
  max-height: 500px;
}
.plate-editor-wrapper .min-h-\[1lh\] {
  min-height: 1lh;
}
.plate-editor-wrapper .min-h-\[50\%\] {
  min-height: 50%;
}
.plate-editor-wrapper .min-h-\[80px\] {
  min-height: 80px;
}
.plate-editor-wrapper .w-80 {
  width: 20rem;
}
.plate-editor-wrapper .w-\[300px\] {
  width: 300px;
}
.plate-editor-wrapper .w-full {
  width: 100%;
}
.plate-editor-wrapper .w-px {
  width: 1px;
}
.plate-editor-wrapper .min-w-0 {
  min-width: 0px;
}
.plate-editor-wrapper .min-w-32 {
  min-width: 8rem;
}
.plate-editor-wrapper .min-w-\[180px\] {
  min-width: 180px;
}
.plate-editor-wrapper .min-w-\[auto\] {
  min-width: auto;
}
.plate-editor-wrapper .flex-1 {
  flex: 1 1 0%;
}
.plate-editor-wrapper .flex-shrink {
  flex-shrink: 1;
}
.plate-editor-wrapper .shrink-0 {
  flex-shrink: 0;
}
.plate-editor-wrapper .flex-grow {
  flex-grow: 1;
}
.plate-editor-wrapper .grow {
  flex-grow: 1;
}
.plate-editor-wrapper .border-collapse {
  border-collapse: collapse;
}
.plate-editor-wrapper .-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.plate-editor-wrapper .transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.plate-editor-wrapper .cursor-default {
  cursor: default;
}
.plate-editor-wrapper .cursor-not-allowed {
  cursor: not-allowed;
}
.plate-editor-wrapper .cursor-pointer {
  cursor: pointer;
}
.plate-editor-wrapper .select-none {
  -webkit-user-select: none;
  user-select: none;
}
.plate-editor-wrapper .resize {
  resize: both;
}
.plate-editor-wrapper .list-decimal {
  list-style-type: decimal;
}
.plate-editor-wrapper .list-disc {
  list-style-type: disc;
}
.plate-editor-wrapper .appearance-none {
  -webkit-appearance: none;
  appearance: none;
}
.plate-editor-wrapper .flex-row {
  flex-direction: row;
}
.plate-editor-wrapper .flex-col {
  flex-direction: column;
}
.plate-editor-wrapper .flex-wrap {
  flex-wrap: wrap;
}
.plate-editor-wrapper .items-center {
  align-items: center;
}
.plate-editor-wrapper .justify-start {
  justify-content: flex-start;
}
.plate-editor-wrapper .justify-center {
  justify-content: center;
}
.plate-editor-wrapper .justify-between {
  justify-content: space-between;
}
.plate-editor-wrapper .gap-0\.5 {
  gap: 0.125rem;
}
.plate-editor-wrapper .gap-1 {
  gap: 0.25rem;
}
.plate-editor-wrapper .overflow-hidden {
  overflow: hidden;
}
.plate-editor-wrapper .overflow-x-auto {
  overflow-x: auto;
}
.plate-editor-wrapper .overflow-y-auto {
  overflow-y: auto;
}
.plate-editor-wrapper .overflow-x-hidden {
  overflow-x: hidden;
}
.plate-editor-wrapper .truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.plate-editor-wrapper .whitespace-nowrap {
  white-space: nowrap;
}
.plate-editor-wrapper .whitespace-pre-wrap {
  white-space: pre-wrap;
}
.plate-editor-wrapper .text-nowrap {
  text-wrap: nowrap;
}
.plate-editor-wrapper .break-words {
  overflow-wrap: break-word;
}
.plate-editor-wrapper .rounded-full {
  border-radius: 9999px;
}
.plate-editor-wrapper .rounded-md {
  border-radius: calc(var(--radius) - 2px);
}
.plate-editor-wrapper .rounded-sm {
  border-radius: calc(var(--radius) - 4px);
}
.plate-editor-wrapper .rounded-xl {
  border-radius: 0.75rem;
}
.plate-editor-wrapper .rounded-t-lg {
  border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius);
}
.plate-editor-wrapper .border {
  border-width: 1px;
}
.plate-editor-wrapper .border-0 {
  border-width: 0px;
}
.plate-editor-wrapper .border-b {
  border-bottom-width: 1px;
}
.plate-editor-wrapper .border-l-2 {
  border-left-width: 2px;
}
.plate-editor-wrapper .border-t {
  border-top-width: 1px;
}
.plate-editor-wrapper .border-solid {
  border-style: solid;
}
.plate-editor-wrapper .border-none {
  border-style: none;
}
.plate-editor-wrapper .border-input {
  border-color: hsl(var(--input));
}
.plate-editor-wrapper .border-muted {
  border-color: hsl(var(--muted));
}
.plate-editor-wrapper .border-primary {
  border-color: hsl(var(--primary));
}
.plate-editor-wrapper .border-b-border {
  border-bottom-color: hsl(var(--border));
}
.plate-editor-wrapper .bg-accent {
  background-color: hsl(var(--accent));
}
.plate-editor-wrapper .bg-background {
  background-color: hsl(var(--background));
}
.plate-editor-wrapper .bg-background\/95 {
  background-color: hsl(var(--background)/0.95);
}
.plate-editor-wrapper .bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(191, 219, 254, var(--tw-bg-opacity));
}
.plate-editor-wrapper .bg-border {
  background-color: hsl(var(--border));
}
.plate-editor-wrapper .bg-card {
  background-color: hsl(var(--card));
}
.plate-editor-wrapper .bg-card\/90 {
  background-color: hsl(var(--card)/0.9);
}
.plate-editor-wrapper .bg-destructive {
  background-color: hsl(var(--destructive));
}
.plate-editor-wrapper .bg-muted {
  background-color: hsl(var(--muted));
}
.plate-editor-wrapper .bg-popover {
  background-color: hsl(var(--popover));
}
.plate-editor-wrapper .bg-primary {
  background-color: hsl(var(--primary));
}
.plate-editor-wrapper .bg-secondary {
  background-color: hsl(var(--secondary));
}
.plate-editor-wrapper .bg-transparent {
  background-color: transparent;
}
.plate-editor-wrapper .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255, 255, 255, var(--tw-bg-opacity));
}
.plate-editor-wrapper .bg-clip-content {
  background-clip: content-box;
}
.plate-editor-wrapper .fill-current {
  fill: currentColor;
}
.plate-editor-wrapper .p-0\.5 {
  padding: 0.125rem;
}
.plate-editor-wrapper .p-1 {
  padding: 0.25rem;
}
.plate-editor-wrapper .p-2 {
  padding: 0.5rem;
}
.plate-editor-wrapper .p-3 {
  padding: 0.75rem;
}
.plate-editor-wrapper .px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.plate-editor-wrapper .px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.plate-editor-wrapper .px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.plate-editor-wrapper .px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.plate-editor-wrapper .px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.plate-editor-wrapper .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.plate-editor-wrapper .px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.plate-editor-wrapper .px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.plate-editor-wrapper .px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.plate-editor-wrapper .px-\[0\.3em\] {
  padding-left: 0.3em;
  padding-right: 0.3em;
}
.plate-editor-wrapper .py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.plate-editor-wrapper .py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.plate-editor-wrapper .py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.plate-editor-wrapper .py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.plate-editor-wrapper .py-\[0\.2em\] {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
.plate-editor-wrapper .pl-2 {
  padding-left: 0.5rem;
}
.plate-editor-wrapper .pl-6 {
  padding-left: 1.5rem;
}
.plate-editor-wrapper .pl-8 {
  padding-left: 2rem;
}
.plate-editor-wrapper .pr-1 {
  padding-right: 0.25rem;
}
.plate-editor-wrapper .pr-2 {
  padding-right: 0.5rem;
}
.plate-editor-wrapper .ps-6 {
  padding-inline-start: 1.5rem;
}
.plate-editor-wrapper .align-baseline {
  vertical-align: baseline;
}
.plate-editor-wrapper .font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.plate-editor-wrapper .text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.plate-editor-wrapper .text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.plate-editor-wrapper .text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.plate-editor-wrapper .text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.plate-editor-wrapper .text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.plate-editor-wrapper .text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.plate-editor-wrapper .text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.plate-editor-wrapper .font-bold {
  font-weight: 700;
}
.plate-editor-wrapper .font-medium {
  font-weight: 500;
}
.plate-editor-wrapper .font-semibold {
  font-weight: 600;
}
.plate-editor-wrapper .italic {
  font-style: italic;
}
.plate-editor-wrapper .leading-none {
  line-height: 1;
}
.plate-editor-wrapper .tracking-tight {
  letter-spacing: -0.025em;
}
.plate-editor-wrapper .tracking-widest {
  letter-spacing: 0.1em;
}
.plate-editor-wrapper .text-current {
  color: currentColor;
}
.plate-editor-wrapper .text-destructive-foreground {
  color: hsl(var(--destructive-foreground));
}
.plate-editor-wrapper .text-muted-foreground {
  color: hsl(var(--muted-foreground));
}
.plate-editor-wrapper .text-popover-foreground {
  color: hsl(var(--popover-foreground));
}
.plate-editor-wrapper .text-primary {
  color: hsl(var(--primary));
}
.plate-editor-wrapper .text-primary-foreground {
  color: hsl(var(--primary-foreground));
}
.plate-editor-wrapper .text-secondary-foreground {
  color: hsl(var(--secondary-foreground));
}
.plate-editor-wrapper .underline {
  text-decoration-line: underline;
}
.plate-editor-wrapper .line-through {
  text-decoration-line: line-through;
}
.plate-editor-wrapper .underline-offset-4 {
  text-underline-offset: 4px;
}
.plate-editor-wrapper .opacity-0 {
  opacity: 0;
}
.plate-editor-wrapper .opacity-100 {
  opacity: 1;
}
.plate-editor-wrapper .opacity-50 {
  opacity: 0.5;
}
.plate-editor-wrapper .opacity-60 {
  opacity: 0.6;
}
.plate-editor-wrapper .shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}
.plate-editor-wrapper .shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}
.plate-editor-wrapper .shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}
.plate-editor-wrapper .outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.plate-editor-wrapper .outline {
  outline-style: solid;
}
.plate-editor-wrapper .ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
}
.plate-editor-wrapper .ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
}
.plate-editor-wrapper .ring-ring {
  --tw-ring-color: hsl(var(--ring));
}
.plate-editor-wrapper .ring-offset-2 {
  --tw-ring-offset-width: 2px;
}
.plate-editor-wrapper .ring-offset-background {
  --tw-ring-offset-color: hsl(var(--background));
}
.plate-editor-wrapper .blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.plate-editor-wrapper .\!filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.plate-editor-wrapper .filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.plate-editor-wrapper .backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.plate-editor-wrapper .backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.plate-editor-wrapper .transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.plate-editor-wrapper .transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.plate-editor-wrapper .transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.plate-editor-wrapper .duration-200 {
  transition-duration: 200ms;
}
@keyframes enter {
  from {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}
@keyframes exit {
  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}
.plate-editor-wrapper .duration-200 {
  animation-duration: 200ms;
}
.plate-editor-wrapper .placeholder\:text-muted-foreground::placeholder {
  color: hsl(var(--muted-foreground));
}
.plate-editor-wrapper .before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.plate-editor-wrapper .before\:cursor-text::before {
  content: var(--tw-content);
  cursor: text;
}
.plate-editor-wrapper .before\:opacity-30::before {
  content: var(--tw-content);
  opacity: 0.3;
}
.plate-editor-wrapper .before\:content-\[attr\(placeholder\)\]::before {
  --tw-content: attr(placeholder);
  content: var(--tw-content);
}
.plate-editor-wrapper .focus-within\:ring-2:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
}
.plate-editor-wrapper .hover\:bg-accent:hover {
  background-color: hsl(var(--accent));
}
.plate-editor-wrapper .hover\:bg-destructive\/90:hover {
  background-color: hsl(var(--destructive)/0.9);
}
.plate-editor-wrapper .hover\:bg-muted:hover {
  background-color: hsl(var(--muted));
}
.plate-editor-wrapper .hover\:bg-primary\/90:hover {
  background-color: hsl(var(--primary)/0.9);
}
.plate-editor-wrapper .hover\:bg-secondary\/80:hover {
  background-color: hsl(var(--secondary)/0.8);
}
.plate-editor-wrapper .hover\:bg-transparent:hover {
  background-color: transparent;
}
.plate-editor-wrapper .hover\:text-accent-foreground:hover {
  color: hsl(var(--accent-foreground));
}
.plate-editor-wrapper .hover\:text-foreground:hover {
  color: hsl(var(--foreground));
}
.plate-editor-wrapper .hover\:text-muted-foreground:hover {
  color: hsl(var(--muted-foreground));
}
.plate-editor-wrapper .hover\:underline:hover {
  text-decoration-line: underline;
}
.plate-editor-wrapper .focus\:bg-accent:focus {
  background-color: hsl(var(--accent));
}
.plate-editor-wrapper .focus\:text-accent-foreground:focus {
  color: hsl(var(--accent-foreground));
}
.plate-editor-wrapper .focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.plate-editor-wrapper .focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.plate-editor-wrapper .focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
}
.plate-editor-wrapper .focus-visible\:ring-ring:focus-visible {
  --tw-ring-color: hsl(var(--ring));
}
.plate-editor-wrapper .focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}
.plate-editor-wrapper .disabled\:pointer-events-none:disabled {
  pointer-events: none;
}
.plate-editor-wrapper .disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.plate-editor-wrapper .disabled\:opacity-50:disabled {
  opacity: 0.5;
}
.plate-editor-wrapper .group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
.plate-editor-wrapper .aria-checked\:bg-accent[aria-checked=true] {
  background-color: hsl(var(--accent));
}
.plate-editor-wrapper .aria-checked\:text-accent-foreground[aria-checked=true] {
  color: hsl(var(--accent-foreground));
}
.plate-editor-wrapper .data-\[disabled\]\:pointer-events-none[data-disabled] {
  pointer-events: none;
}
.plate-editor-wrapper .data-\[active-item\=true\]\:bg-accent[data-active-item=true] {
  background-color: hsl(var(--accent));
}
.plate-editor-wrapper .data-\[state\=checked\]\:bg-accent[data-state=checked] {
  background-color: hsl(var(--accent));
}
.plate-editor-wrapper .data-\[state\=checked\]\:bg-primary[data-state=checked] {
  background-color: hsl(var(--primary));
}
.plate-editor-wrapper .data-\[state\=open\]\:bg-accent[data-state=open] {
  background-color: hsl(var(--accent));
}
.plate-editor-wrapper .data-\[active-item\=true\]\:text-accent-foreground[data-active-item=true] {
  color: hsl(var(--accent-foreground));
}
.plate-editor-wrapper .data-\[state\=checked\]\:text-accent-foreground[data-state=checked] {
  color: hsl(var(--accent-foreground));
}
.plate-editor-wrapper .data-\[state\=checked\]\:text-primary-foreground[data-state=checked] {
  color: hsl(var(--primary-foreground));
}
.plate-editor-wrapper .data-\[disabled\]\:opacity-50[data-disabled] {
  opacity: 0.5;
}
.plate-editor-wrapper .data-\[state\=open\]\:animate-in[data-state=open] {
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}
.plate-editor-wrapper .data-\[state\=closed\]\:animate-out[data-state=closed] {
  animation-name: exit;
  animation-duration: 150ms;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
}
.plate-editor-wrapper .data-\[state\=closed\]\:fade-out-0[data-state=closed] {
  --tw-exit-opacity: 0;
}
.plate-editor-wrapper .data-\[state\=open\]\:fade-in-0[data-state=open] {
  --tw-enter-opacity: 0;
}
.plate-editor-wrapper .data-\[state\=closed\]\:zoom-out-95[data-state=closed] {
  --tw-exit-scale: .95;
}
.plate-editor-wrapper .data-\[state\=open\]\:zoom-in-95[data-state=open] {
  --tw-enter-scale: .95;
}
.plate-editor-wrapper .data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom] {
  --tw-enter-translate-y: -0.5rem;
}
.plate-editor-wrapper .data-\[side\=left\]\:slide-in-from-right-2[data-side=left] {
  --tw-enter-translate-x: 0.5rem;
}
.plate-editor-wrapper .data-\[side\=right\]\:slide-in-from-left-2[data-side=right] {
  --tw-enter-translate-x: -0.5rem;
}
.plate-editor-wrapper .data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top] {
  --tw-enter-translate-y: 0.5rem;
}
@media not all and (min-width: 1024px) {
  .plate-editor-wrapper .max-lg\:hidden {
    display: none;
  }
}
@media (min-width: 1024px) {
  .plate-editor-wrapper .lg\:inline {
    display: inline;
  }
  .plate-editor-wrapper .lg\:hidden {
    display: none;
  }
  .plate-editor-wrapper .lg\:min-w-\[130px\] {
    min-width: 130px;
  }
}
.plate-editor-wrapper .\[\&\:\:-webkit-scrollbar-button\]\:hidden::-webkit-scrollbar-button {
  display: none;
}
.plate-editor-wrapper .\[\&\:\:-webkit-scrollbar-button\]\:size-0::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.plate-editor-wrapper .\[\&\:\:-webkit-scrollbar-thumb\]\:min-h-\[65px\]::-webkit-scrollbar-thumb {
  min-height: 65px;
}
.plate-editor-wrapper .\[\&\:\:-webkit-scrollbar-thumb\]\:rounded-2xl::-webkit-scrollbar-thumb {
  border-radius: 1rem;
}
.plate-editor-wrapper .\[\&\:\:-webkit-scrollbar-thumb\]\:border-4::-webkit-scrollbar-thumb {
  border-width: 4px;
}
.plate-editor-wrapper .\[\&\:\:-webkit-scrollbar-thumb\]\:border-white::-webkit-scrollbar-thumb {
  --tw-border-opacity: 1;
  border-color: rgb(255, 255, 255, var(--tw-border-opacity));
}
.plate-editor-wrapper .\[\&\:\:-webkit-scrollbar-track\]\:border-0::-webkit-scrollbar-track {
  border-width: 0px;
}
.plate-editor-wrapper .\[\&\:\:-webkit-scrollbar\]\:w-4::-webkit-scrollbar {
  width: 1rem;
}
.plate-editor-wrapper .\[\&_\[data-slate-placeholder\]\]\:top-\[auto_\!important\] [data-slate-placeholder] {
  top: auto !important;
}
.plate-editor-wrapper .\[\&_\[data-slate-placeholder\]\]\:text-muted-foreground [data-slate-placeholder] {
  color: hsl(var(--muted-foreground));
}
.plate-editor-wrapper .\[\&_\[data-slate-placeholder\]\]\:\!opacity-100 [data-slate-placeholder] {
  opacity: 1 !important;
}
.plate-editor-wrapper .\[\&_strong\]\:font-bold strong {
  font-weight: 700;
}
.plate-editor-wrapper .\[\&_svg\:not\(\[data-icon\]\)\]\:size-5 svg:not([data-icon]) {
  width: 1.25rem;
  height: 1.25rem;
}
.plate-editor-wrapper .\[\&_ul\]\:list-\[circle\] ul {
  list-style-type: circle;
}
.plate-editor-wrapper .\[\&_ul_ul\]\:list-\[square\] ul ul {
  list-style-type: square;
}
