/* color palette from <https://github.com/vuejs/theme> */
:root {
  --vt-c-white: #ffffff;
  --vt-c-white-soft: #f8f8f8;
  --vt-c-white-mute: #f2f2f2;

  --vt-c-black: #181818;
  --vt-c-black-soft: #222222;
  --vt-c-black-mute: #282828;

  --vt-c-indigo: #2c3e50;

  --vt-c-divider-light-1: rgba(60, 60, 60, 0.29);
  --vt-c-divider-light-2: rgba(60, 60, 60, 0.12);
  --vt-c-divider-dark-1: rgba(84, 84, 84, 0.65);
  --vt-c-divider-dark-2: rgba(84, 84, 84, 0.48);

  --vt-c-text-light-1: var(--vt-c-indigo);
  --vt-c-text-light-2: rgba(60, 60, 60, 0.66);
  --vt-c-text-dark-1: var(--vt-c-white);
  --vt-c-text-dark-2: rgba(235, 235, 235, 0.64);
}
/* semantic color variables for this project */
:root {
  --color-background: var(--vt-c-white);
  --color-background-soft: var(--vt-c-white-soft);
  --color-background-mute: var(--vt-c-white-mute);

  --color-border: var(--vt-c-divider-light-2);
  --color-border-hover: var(--vt-c-divider-light-1);

  --color-heading: var(--vt-c-text-light-1);
  --color-text: var(--vt-c-text-light-1);

  --section-gap: 160px;
}
@media (prefers-color-scheme: dark) {
  :root {
    --color-background: var(--vt-c-black);
    --color-background-soft: var(--vt-c-black-soft);
    --color-background-mute: var(--vt-c-black-mute);

    --color-border: var(--vt-c-divider-dark-2);
    --color-border-hover: var(--vt-c-divider-dark-1);

    --color-heading: var(--vt-c-text-dark-1);
    --color-text: var(--vt-c-text-dark-2);
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
body {
  min-height: 100vh;
  color: var(--color-text);
  background: var(--color-background);
  transition:
    color 0.5s,
    background-color 0.5s;
  line-height: 1.6;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    'Fira Sans',
    'Droid Sans',
    'Helvetica Neue',
    sans-serif;
  font-size: 15px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#app {
  width: 100%;
  max-width: 100%;
}

.wizard[data-v-30393f01] {
  display: flex;
  flex-direction: column;
}

.draggable-container[data-v-2d474910] {
  cursor: pointer;
  border: 1px dashed blue;
  /* ⚠️ neorezávaj obsah; chceme vidieť obrázok tak, ako sa vojde do kontajnera */
  overflow: visible;
  touch-action: none;
}
.label-image[data-v-2d474910] {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.resize-handle[data-v-2d474910] {
  width: 12px;
  height: 12px;
  background: white;
  border: 1px solid black;
  position: absolute;
  z-index: 10;
  touch-action: none;
}
@media (pointer: coarse) {
.resize-handle[data-v-2d474910] {
    width: 18px;
    height: 18px;
}
}
.resize-handle.top-left[data-v-2d474910] { top: -6px; left: -6px; cursor: nwse-resize;
}
.resize-handle.top-right[data-v-2d474910] { top: -6px; right: -6px; cursor: nesw-resize;
}
.resize-handle.bottom-left[data-v-2d474910] { bottom: -6px; left: -6px; cursor: nesw-resize;
}
.resize-handle.bottom-right[data-v-2d474910] { bottom: -6px; right: -6px; cursor: nwse-resize;
}
.context-menu[data-v-2d474910] {
  position: fixed;
  background: white;
  border: 1px solid #ccc;
  z-index: 100;
  padding: 6px;
  border-radius: 6px;
}
.context-menu button[data-v-2d474910] { background: transparent; border: none; padding: 4px 8px; cursor: pointer;
}
.context-menu button[data-v-2d474910]:hover { background: #eee;
}

.rectangle-wrapper[data-v-1f2a8454] {
  /* Bleed je už vo vnútri SVG */
}

.circle-wrapper[data-v-8f5af878] {
  /* bleed aj hlavny kruh su vnutri SVG */
}

.triangle-wrapper[data-v-9faf7fa5] {
  /* nemusí mať overflow, celý bleed je už vo vnútri */
}

.text-content[data-v-8d59f1ef] {
  user-select: none;
  pointer-events: none;
}
.resize-handle[data-v-8d59f1ef] {
  width: 14px;
  height: 14px;
  background: white;
  border: 1px solid black;
  position: absolute;
  z-index: 10;
  touch-action: none;
}
.resize-handle.top-left[data-v-8d59f1ef] {
  top: -6px;
  left: -6px;
  cursor: nwse-resize;
}
.resize-handle.top-right[data-v-8d59f1ef] {
  top: -6px;
  right: -6px;
  cursor: nesw-resize;
}
.resize-handle.bottom-left[data-v-8d59f1ef] {
  bottom: -6px;
  left: -6px;
  cursor: nesw-resize;
}
.resize-handle.bottom-right[data-v-8d59f1ef] {
  bottom: -6px;
  right: -6px;
  cursor: nwse-resize;
}
.designer-canvas[data-v-e41b7991] {
  background: #ffffff;
  position: relative;
  box-shadow: 5px 2px 2px rgba(98, 76, 29, 0.04), 3px 1px 2px rgba(98, 76, 29, 0.12), 1px 0px 1px rgba(98, 76, 29, 0.2), 0px 0px 1px rgba(98, 76, 29, 0.24);
  border-radius: 32px;
}
.designer-canvas .canvas-wrapper[data-v-e41b7991] {
  box-sizing: border-box;
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 8px;
  top: 8px;
  background: #ffffff;
  border: 1px dashed rgba(0, 0, 0, 0.2);
  border-radius: 28px;
}
.designer-canvas.readonly-mode .canvas-wrapper[data-v-e41b7991] {
  pointer-events: none;
}
.designer-canvas.readonly-mode[data-v-e41b7991] .resize-handle {
  display: none !important;
}.ui-input .ui-input--title[data-v-d03666b6] {
  display: block;
  margin-bottom: 6px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000000;
}
.ui-input .ui-input--append[data-v-d03666b6] {
  margin-left: 6px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #a1a1a1;
}
.ui-input textarea[data-v-d03666b6] {
  resize: none;
}.icon-delete[data-v-61e5a245] {
  opacity: 0.8;
  transition: opacity 0.2s ease-in-out;
}
.icon-delete[data-v-61e5a245]:hover {
  opacity: 1;
}
.input[data-v-3a4c7713] {
@apply border px-2 py-1 rounded;
}
.select[data-v-3a4c7713] {
@apply border px-2 py-1 rounded;
}
.alignment-group[data-v-3a4c7713] {
  display: inline-flex;
  background: #fff;
  border: 0.5px solid #e5e5e5;
  box-shadow:
    0px 1px 3px rgba(16, 24, 40, 0.1),
    0px 1px 2px rgba(16, 24, 40, 0.06);
  border-radius: 4px;
  overflow: hidden;
}
.align-btn {
&[data-v-3a4c7713] {
  all: unset;
  padding: 4px 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 0.5px solid #e5e5e5;
}
&[data-v-3a4c7713]:first-child {
    border-left: none;
}
svg[data-v-3a4c7713] {
    display: block;
}
&.active[data-v-3a4c7713] {
    background-color: #f5f5f5;
}
&[data-v-3a4c7713]:hover {
    background-color: #f9f9f9;
}
}
.text-layer-controls {
select[data-v-3a4c7713] {
    border: 1px solid #e5e5e5;
    padding: 4px;
    border-radius: 4px;
}
}
.shapes-widget[data-v-0065df3a] {
  background: #ffffff;
  border-radius: 32px;
  position: relative;
  z-index: 1;
}
.shapes-widget .shapes-options[data-v-0065df3a] {
  z-index: 3;
  background: #ffffff;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 32px;
}
.shapes-widget .shapes-options .content[data-v-0065df3a] {
  position: relative;
  z-index: 4;
}
.shapes-widget .shapes-options[data-v-0065df3a]:before {
  z-index: 2;
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 8px;
  top: 8px;
  background: #ffffff;
  border: 1px dashed rgba(0, 0, 0, 0.2);
  border-radius: 28px;
}
.shapes-widget .black-bottom[data-v-0065df3a] {
  color: #fff;
  background: #141414;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  height: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 32px 32px;
}
.lines-legend[data-v-0065df3a] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  gap: 9.79px;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  background: #ffffff;
  border: 0.163128px solid #e5e5e5;
  box-shadow: 0px 0.326256px 0.652513px rgba(16, 24, 40, 0.05);
  border-radius: 24px;
}
.lines-legend .bleed[data-v-0065df3a]:before,
.lines-legend .die-cut[data-v-0065df3a]:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: auto 5px auto 0;
  width: 58px;
  height: 1px;
}
.lines-legend .bleed[data-v-0065df3a] {
  margin-right: 10px;
  color: #f79009;
}
.lines-legend .bleed[data-v-0065df3a]:before {
  border: 1px dashed #f79009;
}
.lines-legend .die-cut[data-v-0065df3a] {
  color: #000;
}
.lines-legend .die-cut[data-v-0065df3a]:before {
  border: 1px solid #000;
}.select-shape-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0.3;
  transition: opacity 0.2s ease-in-out;
}
.select-shape-button svg {
  margin: 0 auto 8px;
}
.select-shape-button span {
  font-size: 11px;
  line-height: 22px;
  color: #000000;
}
.select-shape-button:hover, .select-shape-button.active {
  opacity: 1 !important;
}
.shadow-mobile[data-v-b584bbab] {
  box-shadow:
    0 -24px 10px rgba(135, 108, 49, 0.01),
    0 -13px 8px rgba(135, 108, 49, 0.04),
    0 -6px 6px rgba(135, 108, 49, 0.07),
    0 -1px 3px rgba(135, 108, 49, 0.08);
}
.slide-up-enter-active[data-v-b584bbab],
.slide-up-leave-active[data-v-b584bbab] {
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}
.slide-up-enter-from[data-v-b584bbab],
.slide-up-leave-to[data-v-b584bbab] {
  transform: translateY(100%);
  opacity: 0;
}
.shapes-panel {
&[data-v-b584bbab] {
  padding: 16px;
  position: relative;
  z-index: 3;
  height: 147px;
  width: 100%;
  overflow-y: scroll;
  }
&[data-v-b584bbab]:before {
    z-index: -1;
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #ffffff;
    border: 1px dashed rgba(0, 0, 0, 0.2);
    border-radius: 28px;
}
}
.check-button[data-v-b584bbab] {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: 4px solid #fff;
  width: 65px;
  height: 65px;
  border-radius: 50%;

  /* White */
  background: #000;
  /* Shadow/Yellow/Small */
  box-shadow:
    5px 2px 2px rgba(98, 76, 29, 0.04),
    3px 1px 2px rgba(98, 76, 29, 0.12),
    1px 0px 1px rgba(98, 76, 29, 0.2),
    0px 0px 1px rgba(98, 76, 29, 0.24);
}

svg[data-v-2b23bead] {
  display: block;
  max-width: 100%;
  height: auto;
  background: white;
  border: 1px solid #ccc;
}
.readonly-inspector[data-v-39e39278] {
  background: #ffffff;
  border-radius: 32px;
  border: 1px dashed rgba(0, 0, 0, 0.15);
  padding: 24px;
}
.title[data-v-39e39278] {
  font-size: 16px;
  font-weight: 700;
  color: #111;
  margin-bottom: 16px;
}
.section[data-v-39e39278] {
  margin-bottom: 16px;
}
.label[data-v-39e39278] {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6b6b6b;
  margin-bottom: 6px;
}
.value[data-v-39e39278],
.subvalue[data-v-39e39278],
.layer-meta[data-v-39e39278],
.layer-text[data-v-39e39278] {
  font-size: 13px;
  color: #111;
}
.subvalue[data-v-39e39278] {
  color: #4b4b4b;
}
.muted[data-v-39e39278] {
  color: #8a8a8a;
}
.layers[data-v-39e39278] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.layer[data-v-39e39278] {
  padding: 10px 12px;
  border-radius: 16px;
  background: #faf8f2;
}
.layer-title[data-v-39e39278] {
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 4px;
}.input-qty[data-v-935ea06d] {
  padding: 9px 5px;
  text-align: center;
  width: 56px;
  background: #FFFFFF;
  border: 0.5px solid #A3A3A3;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
}
.input-qty[data-v-935ea06d]:focus {
  outline: none;
  border-color: #000;
  box-shadow: 0 0 0 1px #000;
}
.input-qty[data-v-935ea06d]::-webkit-outer-spin-button, .input-qty[data-v-935ea06d]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}.snapshotting .rectangle-wrapper {
  display: none !important;
}
.snapshotting .resize-handle {
  display: none !important;
}
.snapshotting .text-layer {
  border: none !important;
}
.snapshotting .draggable-container {
  border: none !important;
}
.snapshotting .label-image {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}.svg-wrapper[data-v-1db99893] {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.svg-wrapper svg[data-v-1db99893] {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
nav a[data-v-792bacca] {
  color: black;
  border: 1px solid black;
  margin: 3px;
  padding: 3px;
}
