/* [project]/src/app/globals.css [app-client] (css) */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-ease: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --radius-sm: .25rem;
    --radius-md: .375rem;
    --radius-lg: .5rem;
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .collapse {
    visibility: collapse;
  }

  .invisible {
    visibility: hidden;
  }

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .sticky {
    position: sticky;
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .inline-flex {
    display: inline-flex;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .resize {
    resize: both;
  }

  .rounded {
    border-radius: .25rem;
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .italic {
    font-style: italic;
  }

  .overline {
    text-decoration-line: overline;
  }

  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
}

:root, [data-theme="light"] {
  --color-bg-primary: #f8f9fa;
  --color-bg-secondary: #fff;
  --color-bg-tertiary: #f1f3f5;
  --color-bg-canvas: #fff;
  --color-text-primary: #1f2328;
  --color-text-secondary: #57606a;
  --color-text-muted: #8b949e;
  --color-accent-primary: #0969da;
  --color-accent-secondary: #1a7f37;
  --color-accent-warning: #bf8700;
  --color-accent-error: #cf222e;
  --color-border: #d0d7de;
  --color-border-subtle: #e8e8e8;
  --color-grid-major: #d0d0d0;
  --color-grid-minor: #e8e8e8;
  --color-input-bg: #fff;
  --color-input-border: #d0d7de;
  --color-scrollbar-track: #f1f3f5;
  --color-scrollbar-thumb: #d0d7de;
  --color-scrollbar-thumb-hover: #8b949e;
}

[data-theme="dark"] {
  --color-bg-primary: #0f1419;
  --color-bg-secondary: #1a1f26;
  --color-bg-tertiary: #242b33;
  --color-bg-canvas: #12171c;
  --color-text-primary: #e6edf3;
  --color-text-secondary: #8b949e;
  --color-text-muted: #6e7681;
  --color-accent-primary: #58a6ff;
  --color-accent-secondary: #3fb950;
  --color-accent-warning: #d29922;
  --color-accent-error: #f85149;
  --color-border: #30363d;
  --color-border-subtle: #21262d;
  --color-grid-major: #30363d;
  --color-grid-minor: #21262d;
  --color-input-bg: #242b33;
  --color-input-border: #30363d;
  --color-scrollbar-track: #1a1f26;
  --color-scrollbar-thumb: #30363d;
  --color-scrollbar-thumb-hover: #6e7681;
}

:root {
  --spacing-xs: .25rem;
  --spacing-sm: .5rem;
  --spacing-md: 1rem;
  --spacing-lg: 1.5rem;
  --spacing-xl: 2rem;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  background-color: var(--color-bg-primary);
  max-width: 100vw;
  color: var(--color-text-primary);
  font-family: JetBrains Mono, Fira Code, SF Mono, Consolas, monospace;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: var(--color-scrollbar-track);
}

::-webkit-scrollbar-thumb {
  background: var(--color-scrollbar-thumb);
  border-radius: var(--radius-sm);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--color-scrollbar-thumb-hover);
}

::selection {
  background-color: var(--color-accent-primary);
  color: var(--color-bg-primary);
}

.editor-container {
  width: 100vw;
  height: 100vh;
  display: flex;
}

.canvas-area {
  background-color: var(--color-bg-canvas);
  flex: 1;
  position: relative;
}

.sidebar {
  background-color: var(--color-bg-secondary);
  border-left: 1px solid var(--color-border);
  width: 280px;
  overflow-y: auto;
}

.toolbar {
  background-color: var(--color-bg-secondary);
  border-bottom: 1px solid var(--color-border);
  height: 48px;
  padding: 0 var(--spacing-md);
  align-items: center;
  gap: var(--spacing-sm);
  display: flex;
}

.btn {
  padding: var(--spacing-sm) var(--spacing-md);
  border-radius: var(--radius-md);
  border: 1px solid var(--color-border);
  background-color: var(--color-bg-tertiary);
  color: var(--color-text-primary);
  cursor: pointer;
  font-size: .875rem;
  font-weight: 500;
  transition: all .15s;
}

.btn:hover {
  background-color: var(--color-border);
}

.btn-primary {
  background-color: var(--color-accent-primary);
  border-color: var(--color-accent-primary);
  color: var(--color-bg-primary);
}

.btn-primary:hover {
  background-color: #4799eb;
}

.input {
  padding: var(--spacing-sm) var(--spacing-md);
  border-radius: var(--radius-md);
  border: 1px solid var(--color-border);
  background-color: var(--color-bg-tertiary);
  color: var(--color-text-primary);
  font-size: .875rem;
}

.input:focus {
  border-color: var(--color-accent-primary);
  outline: none;
}

.panel {
  background-color: var(--color-bg-secondary);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: var(--spacing-md);
}

.panel-header {
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--color-text-secondary);
  margin-bottom: var(--spacing-sm);
  font-size: .75rem;
  font-weight: 600;
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-ease {
  syntax: "*";
  inherits: false
}

/* [project]/src/components/ui/Loader/Loader.module.css [app-client] (css) */
.Loader-module__xrlJWG__loaderContainer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  display: flex;
}

.Loader-module__xrlJWG__loader {
  --path: #1a1a1a;
  --dot: #2563eb;
  --duration: 3s;
  width: 44px;
  height: 44px;
  display: inline-block;
  position: relative;
}

.Loader-module__xrlJWG__small {
  width: 32px;
  height: 32px;
}

.Loader-module__xrlJWG__small:before {
  width: 4px;
  height: 4px;
  top: 27px;
  left: 14px;
  transform: translate(-13px, -13px);
}

.Loader-module__xrlJWG__medium, .Loader-module__xrlJWG__large {
  width: 44px;
  height: 44px;
}

.Loader-module__xrlJWG__loader:before {
  content: "";
  background: var(--dot);
  width: 6px;
  height: 6px;
  animation: Loader-module__xrlJWG__dotRect var(--duration) cubic-bezier(.785, .135, .15, .86) infinite;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 37px;
  left: 19px;
  transform: translate(-18px, -18px);
}

.Loader-module__xrlJWG__loader svg {
  width: 100%;
  height: 100%;
  display: block;
}

.Loader-module__xrlJWG__loader svg rect, .Loader-module__xrlJWG__loader svg polygon, .Loader-module__xrlJWG__loader svg circle {
  fill: none;
  stroke: var(--path);
  stroke-width: 10px;
  stroke-linejoin: round;
  stroke-linecap: round;
}

.Loader-module__xrlJWG__triangle {
  width: 48px;
}

.Loader-module__xrlJWG__triangle:before {
  animation: Loader-module__xrlJWG__dotTriangle var(--duration) cubic-bezier(.785, .135, .15, .86) infinite;
  left: 21px;
  transform: translate(-10px, -18px);
}

.Loader-module__xrlJWG__loader svg polygon {
  stroke-dasharray: 145 76 145 76;
  stroke-dashoffset: 0;
  animation: Loader-module__xrlJWG__pathTriangle var(--duration) cubic-bezier(.785, .135, .15, .86) infinite;
}

.Loader-module__xrlJWG__loader svg rect {
  stroke-dasharray: 192 64 192 64;
  stroke-dashoffset: 0;
  animation: 3s cubic-bezier(.785, .135, .15, .86) infinite Loader-module__xrlJWG__pathRect;
}

.Loader-module__xrlJWG__loader svg circle {
  stroke-dasharray: 150 50 150 50;
  stroke-dashoffset: 75px;
  animation: Loader-module__xrlJWG__pathCircle var(--duration) cubic-bezier(.785, .135, .15, .86) infinite;
}

.Loader-module__xrlJWG__message {
  color: #4b5563;
  text-align: center;
  margin: 0;
  font-size: .875rem;
}

.Loader-module__xrlJWG__fullScreenContainer {
  z-index: 9999;
  opacity: 1;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  transition: opacity .4s ease-out;
  display: flex;
  position: fixed;
  inset: 0;
}

.Loader-module__xrlJWG__fullScreenContainer.Loader-module__xrlJWG__entering {
  animation: .3s ease-out forwards Loader-module__xrlJWG__fadeIn;
}

.Loader-module__xrlJWG__fullScreenContainer.Loader-module__xrlJWG__exiting {
  pointer-events: none;
  animation: .4s ease-out forwards Loader-module__xrlJWG__fadeOut;
}

@keyframes Loader-module__xrlJWG__fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes Loader-module__xrlJWG__fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes Loader-module__xrlJWG__pathTriangle {
  33% {
    stroke-dashoffset: 74px;
  }

  66% {
    stroke-dashoffset: 147px;
  }

  100% {
    stroke-dashoffset: 221px;
  }
}

@keyframes Loader-module__xrlJWG__dotTriangle {
  33% {
    transform: translate(0);
  }

  66% {
    transform: translate(10px, -18px);
  }

  100% {
    transform: translate(-10px, -18px);
  }
}

@keyframes Loader-module__xrlJWG__pathRect {
  25% {
    stroke-dashoffset: 64px;
  }

  50% {
    stroke-dashoffset: 128px;
  }

  75% {
    stroke-dashoffset: 192px;
  }

  100% {
    stroke-dashoffset: 256px;
  }
}

@keyframes Loader-module__xrlJWG__dotRect {
  25% {
    transform: translate(0);
  }

  50% {
    transform: translate(18px, -18px);
  }

  75% {
    transform: translate(0, -36px);
  }

  100% {
    transform: translate(-18px, -18px);
  }
}

@keyframes Loader-module__xrlJWG__pathCircle {
  25% {
    stroke-dashoffset: 125px;
  }

  50% {
    stroke-dashoffset: 175px;
  }

  75% {
    stroke-dashoffset: 225px;
  }

  100% {
    stroke-dashoffset: 275px;
  }
}

/*# sourceMappingURL=src_4d5cdc0f._.css.map*/