@charset "UTF-8";
*, ::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.17 | 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
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Roboto, Inter, system-ui, -apple-system, sans-serif; /* 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.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
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.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
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.
*/
code,
kbd,
samp,
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 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
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.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
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 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
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.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
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.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
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;
}
* {
    -webkit-tap-highlight-color: transparent;
  }
html {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    margin: 0;
    padding: 0;
  }
html.kiosk-scaled {
    font-size: calc(16px * var(--kiosk-scale));
  }
/* Věrnostní stránka: 120rem = šířka návrhu (1920÷16), 66rem = výška návrhu (1056÷16). */
html.loyalty-page {
    font-size: min(0.8333333333vw, 1.5151515152vh);
    overflow: hidden;
  }
body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: var(--font-family-base);
    font-size: var(--font-size-base);
    line-height: var(--line-height-base);
    color: var(--color-neutral-900);
    background-color: var(--globus-cz-bg-page);
  }
* {
    -webkit-overflow-scrolling: touch;
  }
*:focus {
    outline: none;
  }
*:focus-visible {
    outline: none;
  }
button:focus-visible,
  .btn:focus-visible,
  .coupon-button:focus-visible,
  a:focus-visible,
  input:focus-visible,
  select:focus-visible,
  textarea:focus-visible,
  [tabindex]:focus-visible {
    outline: 2px solid var(--color-globus-orange);
    outline-offset: 2px;
  }

  .\!btn:focus-visible {
    outline: 2px solid var(--color-globus-orange) !important;
    outline-offset: 2px !important;
  }
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1366px){
  .container{
    max-width: 1366px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
@media (min-width: 1600px){
  .container{
    max-width: 1600px;
  }
}
@media (min-width: 1920px){
  .container{
    max-width: 1920px;
  }
}
.\!btn{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 6px 8px !important;
  min-height: 32px !important;
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  border-radius: 50px !important;
  box-shadow: 0 2px 4px 0 rgba(23, 78, 32, 0.08) !important;
  gap: 6px !important;
  transition: all 200ms ease-in-out !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}
.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 8px;
  min-height: 32px;
  font-size: 1.125rem;
  font-weight: 600;
  border-radius: 50px;
  box-shadow: 0 2px 4px 0 rgba(23, 78, 32, 0.08);
  gap: 6px;
  transition: all 200ms ease-in-out;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.\!btn:active{
  transform: scale(0.98) !important;
}
.btn:active{
  transform: scale(0.98);
}
.btn-primary{
  background-color: #EE8805;
  color: #fff;
}
.btn-primary:hover{
  background-color: #B84F02;
  box-shadow: 0 4px 8px 0 rgba(23, 78, 32, 0.12);
}
.btn-primary:disabled{
  background-color: #E0E0E0;
  cursor: not-allowed;
  opacity: 0.6;
}
.btn-secondary{
  background-color: #2196F3;
  color: #fff;
}
.btn-secondary:hover{
  background-color: #1E88E5;
  box-shadow: 0 4px 8px 0 rgba(23, 78, 32, 0.12);
}
.btn-success{
  background-color: #8BC34A;
  color: #fff;
}
.btn-success:hover{
  background-color: #7CB342;
}
.card{
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 4px 0 rgba(23, 78, 32, 0.08);
  overflow: hidden;
  transition: all 250ms ease-in-out;
}
.card:hover{
  box-shadow: 0 4px 8px 0 rgba(23, 78, 32, 0.12);
  transform: translateY(-2px);
}
.coupon-card{
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 4px 0 rgba(23, 78, 32, 0.08);
  padding: 1.25rem;
  width: 20.625rem;
  height: 18.8125rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  transition: all 250ms ease-in-out;
}
.coupon-card:hover{
  box-shadow: 0 4px 8px 0 rgba(23, 78, 32, 0.12);
  transform: translateY(-2px);
}
.badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 50px;
}
.badge-green{
  background-color: #8BC34A;
  color: #fff;
}
.modal{
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 1rem;
}
.modal-content{
  background-color: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.24);
  max-width: 600px;
  width: 100%;
  max-height: 90vh;
  overflow: auto;
}
.cards-grid{
  display: grid;
  gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(17.5rem, 1fr));
}
@media (min-width: 640px) {
    .cards-grid {
      grid-template-columns: repeat(auto-fill, minmax(18.75rem, 1fr));
    }
  }
@media (min-width: 1024px) {
    .cards-grid {
      grid-template-columns: repeat(auto-fill, minmax(20.625rem, 1fr));
    }
  }
@media (min-width: 1920px) {
    .cards-grid {
      grid-template-columns: repeat(auto-fill, minmax(21.875rem, 1fr));
    }
  }
.coupon-card {
    --coupon-card-bg: white;
    position: relative;
    width: 100%;
    max-width: 20.625rem;
    height: 18.8125rem;
    background: white;
    padding: 16px;
    box-shadow: 0 2px 4px 0 rgba(23, 78, 32, 0.08);
    transition: all 250ms ease-in-out;
    overflow: visible;
    border-radius: 16px;
    margin: 0 auto;
  }
.coupon-card:not(.coupon-card--used):hover {
    box-shadow: 0 2px 4px 0 rgba(23, 78, 32, 0.08);
    transform: translateY(-2px);
    cursor: pointer;
  }
.coupon-card--coupon {
    border: 2px solid #7BB03F;
  }
.coupon-card--reward {
    border: 2px solid #EE8805;
  }
.coupon-card__bg-dot {
    position: absolute;
    bottom: -0.125rem;
    left: 50%;
    width: 2.5rem;
    height: 1.25rem;
    overflow: hidden;
    transform: translate(-50%, 0) scaleY(0.85);
    pointer-events: none;
    z-index: 10;
  }
.coupon-card__bg-dot::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 9999px;
    background-color: var(--coupon-card-bg);
    border: 1px solid rgb(221, 221, 221);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }
.coupon-badge-figma {
    position: relative;
    padding: 4px 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    box-shadow: 0 2px 4px rgba(23, 78, 32, 0.08);
    overflow: hidden;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    z-index: 10;
  }
.coupon-badge-figma span,
  .coupon-badge-figma .flex.flex-col span {
    color: white;
    font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, sans-serif;
  }
.coupon-badge-figma .flex.flex-col {
    gap: 0;
    text-align: center;
  }
.coupon-badge-figma.coupon-badge-figma--centered .flex.flex-col {
    align-items: center;
    justify-content: center;
  }
.coupon-badge-figma.badge-green {
    background-color: #80CD0D;
  }
.coupon-badge-figma.badge-gray {
    background-color: #9E9E9E;
  }
.coupon-badge-figma.badge-blue {
    background-color: #2196F3;
  }
.coupon-badge-figma.badge-premium {
    background-color: #FF9800;
  }
.coupon-card-top-section .coupon-badge-figma {
    position: absolute;
    left: -16px;
    top: -1px;
  }
.coupon-card-flex-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
.coupon-card-top-section {
    position: relative;
    width: 100%;
    height: 90px;
    margin-top: -2px;
    flex-shrink: 0;
  }
.coupon-image-container {
    position: absolute;
    left: 102px;
    top: 0;
    width: 90px;
    height: 90px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
.coupon-image-progress-ring {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    filter: drop-shadow(0 2px 4px rgba(23, 78, 32, 0.08));
  }
.coupon-image-progress-ring .coupon-progress-svg {
    width: 100%;
    height: 100%;
  }
.coupon-image-progress-ring .coupon-progress-track {
    stroke: #E0E0E0;
    transition: stroke 0.2s ease;
  }
.coupon-image-progress-ring .coupon-progress-fill {
    transition: stroke-dashoffset 0.3s ease;
  }
.coupon-image {
    width: 67.84px;
    height: 68px;
    -o-object-fit: contain;
       object-fit: contain;
    position: relative;
    z-index: 1;
  }
.coupon-divider {
    width: calc(100% - 6px);
    height: 0;
    margin: 4px 3px 12px 3px;
    border-top: 1px dashed #DDDDDD;
    flex-shrink: 0;
  }
.coupon-content {
    flex: 0 0 auto;
    width: calc(100% - 6px);
    max-width: 323px;
    height: 150px;
    margin: auto 3px 23px 3px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    overflow: hidden;
    min-height: 0;
  }
.coupon-text-section {
    align-self: stretch;
    max-height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
  }
.coupon-title {
    align-self: stretch;
    text-align: center;
    color: #4A4A4A;
    font-size: 26px;
    font-family: "Fira Sans", sans-serif;
    font-weight: 600;
    line-height: 1;
    word-wrap: break-word;
    margin: 0;
  }
.coupon-description {
    align-self: stretch;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #333333;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 1;
    word-wrap: break-word;
    margin: 0;
  }
.coupon-expiration {
    align-self: stretch;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #858585;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 1;
    word-wrap: break-word;
    margin: 0;
  }
.coupon-button {
    height: 32px;
    padding: 6px 8px;
    background: #EE8805;
    box-shadow: 0 2px 4px rgba(23, 78, 32, 0.08);
    border-radius: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border: none;
    cursor: pointer;
    color: white;
    font-size: 18px;
    font-family: "SF Pro", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 590;
    line-height: 1;
    text-align: center;
    transition: all 250ms ease-in-out;
    margin-top: auto;
  }
.coupon-button:hover {
    background: #CC5200;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(23, 78, 32, 0.12);
  }
.coupon-status-badge {
    position: absolute;
    right: 15px;
    top: 15px;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    z-index: 10;
  }
.coupon-status-badge span {
    line-height: 1;
  }
.coupon-status-badge--button {
    position: static;
    right: auto;
    top: auto;
    width: 100%;
    justify-content: center;
    margin-top: auto;
    align-self: stretch;
    flex-shrink: 0;
  }
.coupon-status-badge.status-active {
    color: #7BB03F;
  }
.coupon-status-badge.status-unlocked {
    color: #2196F3;
  }
.coupon-status-badge.status-default {
    color: #858585;
  }
.coupon-badge.badge-green {
    background-color: #8BC34A;
  }
.coupon-badge.badge-green::after {
    border-left-color: #8BC34A;
  }
@keyframes pulse{
  50%{
    opacity: .5;
  }
}
.logout-button.warning{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.tab{
  cursor: pointer;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 600;
  border-bottom-width: 4px;
  border-color: transparent;
  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: 200ms;
}
.tab:hover{
  --tw-text-opacity: 1;
  color: rgb(221 108 0 / var(--tw-text-opacity, 1));
}
.tab.active{
  --tw-border-opacity: 1;
  border-color: rgb(221 108 0 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(221 108 0 / var(--tw-text-opacity, 1));
}

  .coupon-badge-figma .modal-overlay.flex-col span {
    color: white;
    font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, sans-serif;
  }
.coupon-badge-figma .modal-overlay.flex-col {
    gap: 0;
    text-align: center;
  }
.coupon-badge-figma.coupon-badge-figma--centered .modal-overlay.flex-col {
    align-items: center;
    justify-content: center;
  }
.modal-overlay{
  position: fixed;
  inset: 0px;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.5;
}
/** Aktivace kuponů – samostatný overlay nad detaily karet (z-index nad modal-overlay) */

  .coupon-badge-figma .coupon-activation-overlay.flex-col span {
    color: white;
    font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, sans-serif;
  }
.coupon-badge-figma .coupon-activation-overlay.flex-col {
    gap: 0;
    text-align: center;
  }
.coupon-badge-figma.coupon-badge-figma--centered .coupon-activation-overlay.flex-col {
    align-items: center;
    justify-content: center;
  }
.coupon-activation-overlay{
  position: fixed;
  inset: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.5;
  padding-left: 1rem;
  padding-right: 1rem;
    z-index: 1050;
}
/** Figma: bílý box 1200px max, radius 20px, padding 40 / 12 / 30 / 12 */
.modal-content.modal-content-activation {
    width: 100%;
    max-width: 1200px;
    min-height: auto !important;
    height: auto !important;
    padding: 40px 12px 30px 12px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 20px !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  }
.modal-close--activation {
    top: 12px;
    right: 12px;
  }
.modal-activation-icon-wrap {
    margin-bottom: 1.25rem;
    flex-shrink: 0;
  }
.modal-activation-icon-img {
    display: block;
    width: 100px;
    height: 100px;
    -o-object-fit: contain;
       object-fit: contain;
  }
.modal-activation-title{
  text-align: center;
    font-family: "Fira Sans", sans-serif;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0;
    min-height: 48px;
    max-width: 533px;
    color: #212121;
    margin: 0 0 0.75rem;
    padding: 0;
    line-height: 1;
}
.modal-activation-description{
  text-align: center;
  font-size: 1.125rem;
    font-weight: 400;
    color: #212121;
    margin: 0 0 1.5rem;
    max-width: 42rem;
    line-height: 1.45;
}
.modal-activation-actions {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-shrink: 0;
  }
/** Tlačítko „Zavřít“ u terminální chyby – bílé s tmavým okrajem (Figma) */
.btn-modal-neutral {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    min-height: 48px;
    font-size: 1.125rem;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    border: 2px solid #424242;
    color: #212121;
    background: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(23, 78, 32, 0.08);
    transition: background-color 200ms ease-in-out, transform 200ms ease-in-out;
  }
.btn-modal-neutral:hover {
    background-color: #f5f5f5;
  }
.btn-modal-neutral:active {
    transform: scale(0.98);
  }
.btn-modal-neutral:disabled {
    opacity: 0.6;
    cursor: not-allowed;
  }
.modal-content{
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    box-shadow: 0 8px 16px 0 rgba(23, 32, 78, 0.08);
    position: relative;
}
.modal-content.modal-content-detail {
    width: 1272px !important;
    max-width: 1272px !important;
    max-height: 550px !important;
    height: 550px !important;
    padding: 24px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }
.modal-content.modal-content-bonus-info {
    width: 100% !important;
    max-width: 1200px !important;
    height: auto !important;
    max-height: calc(100vh - 48px) !important;
    min-height: 280px !important;
    padding: 40px !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    gap: 0 !important;
    position: relative !important;
    overflow: hidden !important;
    background-color: #fff !important;
  }
.modal-content-confirmation {
    width: 1200px;
    height: 310px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
.bonus-info-modal__bg-circle {
    position: absolute;
    width: 948px;
    height: 948px;
    background: #e8f5cc;
    border-radius: 50%;
    left: calc(80% - 474px);
    top: calc(100% - 474px);
    z-index: 0;
    pointer-events: none;
  }
.bonus-info-modal__left {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    position: relative;
    z-index: 1;
    padding-right: 32px;
  }
.bonus-info-modal__title {
    margin: 0;
    color: #2d3b1e;
    font-family: "Fira Sans", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
  }
.bonus-info-modal__desc {
    margin: 0;
    color: #4a4a4a;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.45;
  }
.bonus-info-modal__note {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #8d8d8d;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
  }
.bonus-info-modal__action {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 250px;
    padding: 0 32px;
    border: 0;
    border-radius: 9999px;
    background: #ee8805;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 2px 8px 0 rgba(23, 78, 32, 0.12);
  }
.bonus-info-modal__action:hover {
    background: #d87700;
  }
.bonus-info-modal__right {
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
.bonus-info-modal__card-wrap {
    position: relative;
    display: inline-block;
    line-height: 0;
  }
.bonus-info-modal__card-img {
    width: 422px;
    height: auto;
    display: block;
  }
.bonus-info-modal__card-data {
    position: absolute;
    left: 50%;
    bottom: 35%;
    transform: translateX(-50%);
    width: 80%;
    text-align: center;
    pointer-events: none;
  }
.bonus-info-modal__card-title {
    margin: 0 0 4px;
    color: #4A4A4A;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    white-space: nowrap;
  }
.bonus-info-modal__card-value {
    margin: 0 0 4px;
    color: #e98100;
    font-family: "Fira Sans", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    white-space: nowrap;
  }
.bonus-info-modal__card-meta {
    margin: 0;
    color: #666;
    font-family: "Roboto", sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.3;
  }
@media (max-width: 600px) {
    .modal-content.modal-content-bonus-info {
      flex-direction: column !important;
      padding: 28px !important;
    }
    .bonus-info-modal__left {
      padding-right: 0;
    }
    .bonus-info-modal__right {
      padding-top: 8px;
    }
    .bonus-info-modal__card-img {
      width: 180px;
    }
    .bonus-info-modal__title {
      font-size: 32px;
    }
  }
.modal-detail-title{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
    font-family: "Fira Sans", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    padding-right: 40px;
}
.modal-detail-content {
    display: flex;
    gap: 24px;
    flex: 1;
    align-items: center;
    justify-content: center;
    padding: 24px;
    min-height: 0;
    overflow: hidden;
    max-height: 100%;
  }
.modal-detail-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 100%;
    min-height: 0;
    max-height: 100%;
  }
.modal-detail-section {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-shrink: 0;
  }
.modal-detail-section-title{
  font-size: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
    font-family: "Fira Sans", sans-serif;
    line-height: 1;
    margin: 0;
}
.modal-detail-section-text{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
    font-family: "Fira Sans", sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1;
    margin: 0;
}
.modal-detail-card-wrapper {
    width: 25rem;
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
.modal-detail-card-wrapper .globus-cz-card {
    width: 20.625rem;
    flex-shrink: 0;
  }
@media (min-width: 640px) {
    .modal-detail-card-wrapper .globus-cz-card {
      width: 20.625rem;
      height: 18.8125rem;
    }
  }
.modal-detail-card-wrapper .coupon-card {
    width: 100%;
    max-width: 25rem;
    height: auto;
    min-height: 18.8125rem;
    margin: 0;
    background: #F5F5F5;
    border: none;
  }
.modal-detail-card-wrapper .coupon-card:hover {
    transform: none;
    box-shadow: 0 2px 4px 0 rgba(23, 78, 32, 0.08);
    cursor: default;
  }
.modal-detail-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: auto;
  }
.modal-close{
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  font-size: 3rem;
  line-height: 1;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    color: #EE8805;
    transition: all 0.2s ease;
    z-index: 10;
}
.modal-close:hover {
    color: #CC5200;
  }
.modal-success-icon{
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(139 195 74 / var(--tw-text-opacity, 1));
    font-size: 48px;
    line-height: 1;
}
.spinner{
  display: inline-block;
  height: 2rem;
  width: 2rem;
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity, 1));
}
@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}
.spinner{
  animation: spin 1s linear infinite;
  border-radius: 9999px;
  --tw-border-opacity: 1;
  border-top-color: rgb(221 108 0 / var(--tw-border-opacity, 1));
}
.pointer-events-none{
  pointer-events: none;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.-bottom-\[6\.25rem\]{
  bottom: -6.25rem;
}
.bottom-0{
  bottom: 0px;
}
.left-0{
  left: 0px;
}
.left-\[7\.8125rem\]{
  left: 7.8125rem;
}
.right-0{
  right: 0px;
}
.top-0{
  top: 0px;
}
.top-20{
  top: 5rem;
}
.top-\[15rem\]{
  top: 15rem;
}
.z-10{
  z-index: 10;
}
.z-50{
  z-index: 50;
}
.z-\[1\]{
  z-index: 1;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-24{
  margin-top: 6rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-12{
  height: 3rem;
}
.h-16{
  height: 4rem;
}
.h-20{
  height: 5rem;
}
.h-24{
  height: 6rem;
}
.h-32{
  height: 8rem;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-8{
  height: 2rem;
}
.h-\[26\.9375rem\]{
  height: 26.9375rem;
}
.h-\[4\.5rem\]{
  height: 4.5rem;
}
.h-\[44rem\]{
  height: 44rem;
}
.h-\[4rem\]{
  height: 4rem;
}
.h-\[8\.125rem\]{
  height: 8.125rem;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.max-h-\[7\.5rem\]{
  max-height: 7.5rem;
}
.min-h-0{
  min-height: 0px;
}
.min-h-\[3rem\]{
  min-height: 3rem;
}
.min-h-\[60rem\]{
  min-height: 60rem;
}
.min-h-\[65rem\]{
  min-height: 65rem;
}
.min-h-screen{
  min-height: 100vh;
}
.w-12{
  width: 3rem;
}
.w-16{
  width: 4rem;
}
.w-20{
  width: 5rem;
}
.w-4{
  width: 1rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-8{
  width: 2rem;
}
.w-\[20\.625rem\]{
  width: 20.625rem;
}
.w-\[52\.375rem\]{
  width: 52.375rem;
}
.w-\[min\(10\.5rem\2c 25vw\)\]{
  width: min(10.5rem,25vw);
}
.w-\[min\(62rem\2c calc\(100\%-41rem\)\)\]{
  width: min(62rem,calc(100% - 41rem));
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.min-w-0{
  min-width: 0px;
}
.min-w-\[min\(20rem\2c 100\%\)\]{
  min-width: min(20rem,100%);
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-\[110\.125rem\]{
  max-width: 110.125rem;
}
.max-w-\[120rem\]{
  max-width: 120rem;
}
.max-w-\[min\(32\.4375rem\2c 100\%\)\]{
  max-width: min(32.4375rem,100%);
}
.max-w-layout{
  max-width: 120rem;
}
.max-w-md{
  max-width: 28rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-\[1_1_auto\]{
  flex: 1 1 auto;
}
.flex-none{
  flex: none;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.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));
}
@keyframes fade-in{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
.animate-fade-in{
  animation: fade-in 200ms ease-in-out;
}
@keyframes pulse{
  50%{
    opacity: .5;
  }
}
.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes scale-in{
  0%{
    transform: scale(0.95);
    opacity: 0;
  }
  100%{
    transform: scale(1);
    opacity: 1;
  }
}
.animate-scale-in{
  animation: scale-in 300ms ease-in-out;
}
@keyframes slide-up{
  0%{
    transform: translateY(10px);
    opacity: 0;
  }
  100%{
    transform: translateY(0);
    opacity: 1;
  }
}
.animate-slide-up{
  animation: slide-up 300ms ease-out;
}
@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  animation: spin 1s linear infinite;
}
.cursor-not-allowed{
  cursor: not-allowed;
}
.cursor-pointer{
  cursor: pointer;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.list-inside{
  list-style-position: inside;
}
.list-disc{
  list-style-type: disc;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-1\.5{
  gap: 0.375rem;
}
.gap-12{
  gap: 3rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-24{
  gap: 6rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-7{
  gap: 1.75rem;
}
.gap-8{
  gap: 2rem;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-clip{
  overflow: clip;
}
.overflow-visible{
  overflow: visible;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.hyphens-auto{
  hyphens: auto;
}
.whitespace-normal{
  white-space: normal;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded{
  border-radius: 0.75rem;
}
.rounded-2xl{
  border-radius: 1.5rem;
}
.rounded-\[1\.25rem\]{
  border-radius: 1.25rem;
}
.rounded-\[3\.125rem\]{
  border-radius: 3.125rem;
}
.rounded-\[inherit\]{
  border-radius: inherit;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 1rem;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-2{
  border-width: 2px;
}
.border-4{
  border-width: 4px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-l-4{
  border-left-width: 4px;
}
.border-t{
  border-top-width: 1px;
}
.border-blue-200{
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.border-blue-500{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-globus-blue-200{
  --tw-border-opacity: 1;
  border-color: rgb(144 202 249 / var(--tw-border-opacity, 1));
}
.border-globus-blue-500{
  --tw-border-opacity: 1;
  border-color: rgb(33 150 243 / var(--tw-border-opacity, 1));
}
.border-globus-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity, 1));
}
.border-globus-green-200{
  --tw-border-opacity: 1;
  border-color: rgb(197 225 165 / var(--tw-border-opacity, 1));
}
.border-globus-green-300{
  --tw-border-opacity: 1;
  border-color: rgb(174 213 129 / var(--tw-border-opacity, 1));
}
.border-globus-green-400{
  --tw-border-opacity: 1;
  border-color: rgb(156 204 101 / var(--tw-border-opacity, 1));
}
.border-globus-green-500{
  --tw-border-opacity: 1;
  border-color: rgb(139 195 74 / var(--tw-border-opacity, 1));
}
.border-globus-orange-300{
  --tw-border-opacity: 1;
  border-color: rgb(255 188 103 / var(--tw-border-opacity, 1));
}
.border-globus-orange-400{
  --tw-border-opacity: 1;
  border-color: rgb(255 157 56 / var(--tw-border-opacity, 1));
}
.border-globus-orange-500{
  --tw-border-opacity: 1;
  border-color: rgb(238 136 5 / var(--tw-border-opacity, 1));
}
.border-globus-orange-600{
  --tw-border-opacity: 1;
  border-color: rgb(221 108 0 / var(--tw-border-opacity, 1));
}
.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-700{
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.border-orange-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
}
.border-purple-200{
  --tw-border-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
}
.border-transparent{
  border-color: transparent;
}
.border-warning-500{
  --tw-border-opacity: 1;
  border-color: rgb(255 152 0 / var(--tw-border-opacity, 1));
}
.border-yellow-500{
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}
.border-t-globus-blue-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(33 150 243 / var(--tw-border-opacity, 1));
}
.border-t-globus-green-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(139 195 74 / var(--tw-border-opacity, 1));
}
.border-t-globus-orange-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(221 108 0 / var(--tw-border-opacity, 1));
}
.bg-\[\#f4f4f4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f98e04\]{
  --tw-bg-opacity: 1;
  background-color: rgb(249 142 4 / var(--tw-bg-opacity, 1));
}
.bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-globus-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(187 222 251 / var(--tw-bg-opacity, 1));
}
.bg-globus-blue-300{
  --tw-bg-opacity: 1;
  background-color: rgb(100 181 246 / var(--tw-bg-opacity, 1));
}
.bg-globus-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgb(227 242 253 / var(--tw-bg-opacity, 1));
}
.bg-globus-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(33 150 243 / var(--tw-bg-opacity, 1));
}
.bg-globus-blue-700{
  --tw-bg-opacity: 1;
  background-color: rgb(25 118 210 / var(--tw-bg-opacity, 1));
}
.bg-globus-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
}
.bg-globus-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 237 200 / var(--tw-bg-opacity, 1));
}
.bg-globus-green-300{
  --tw-bg-opacity: 1;
  background-color: rgb(174 213 129 / var(--tw-bg-opacity, 1));
}
.bg-globus-green-400{
  --tw-bg-opacity: 1;
  background-color: rgb(156 204 101 / var(--tw-bg-opacity, 1));
}
.bg-globus-green-50{
  --tw-bg-opacity: 1;
  background-color: rgb(241 248 233 / var(--tw-bg-opacity, 1));
}
.bg-globus-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(139 195 74 / var(--tw-bg-opacity, 1));
}
.bg-globus-green-600{
  --tw-bg-opacity: 1;
  background-color: rgb(124 179 66 / var(--tw-bg-opacity, 1));
}
.bg-globus-orange-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 209 / var(--tw-bg-opacity, 1));
}
.bg-globus-orange-300{
  --tw-bg-opacity: 1;
  background-color: rgb(255 188 103 / var(--tw-bg-opacity, 1));
}
.bg-globus-orange-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 237 / var(--tw-bg-opacity, 1));
}
.bg-globus-orange-500{
  --tw-bg-opacity: 1;
  background-color: rgb(238 136 5 / var(--tw-bg-opacity, 1));
}
.bg-globus-orange-600{
  --tw-bg-opacity: 1;
  background-color: rgb(221 108 0 / var(--tw-bg-opacity, 1));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.bg-gray-700{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.bg-green-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.bg-orange-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}
.bg-purple-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}
.bg-purple-50{
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}
.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-yellow-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-globus-green-50{
  --tw-gradient-from: #F1F8E9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 248 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-globus-green-100{
  --tw-gradient-to: #DCEDC8 var(--tw-gradient-to-position);
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0{
  padding: 0px;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pr-4{
  padding-right: 1rem;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-4{
  padding-top: 1rem;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.font-\[\'Fira_Sans\'\2c sans-serif\]{
  font-family: 'Fira Sans',sans-serif;
}
.font-mono{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.font-sans{
  font-family: Roboto, Inter, system-ui, -apple-system, sans-serif;
}
.text-2xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-3xl{
  font-size: 2rem;
  line-height: 2.5rem;
}
.text-4xl{
  font-size: 2.5rem;
  line-height: 3rem;
}
.text-\[2\.5rem\]{
  font-size: 2.5rem;
}
.text-\[2rem\]{
  font-size: 2rem;
}
.text-\[4rem\]{
  font-size: 4rem;
}
.text-base{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-kiosk-2xl{
  font-size: 2rem;
  line-height: 1;
}
.text-kiosk-2xs{
  font-size: 0.75rem;
  line-height: 1;
}
.text-kiosk-3xl{
  font-size: 2.5rem;
  line-height: 1;
}
.text-kiosk-4xl{
  font-size: 3rem;
  line-height: 1;
}
.text-kiosk-base{
  font-size: 1.125rem;
  line-height: 1;
}
.text-kiosk-lg{
  font-size: 1.25rem;
  line-height: 1;
}
.text-kiosk-sm{
  font-size: 1rem;
  line-height: 1;
}
.text-kiosk-xl{
  font-size: 1.5rem;
  line-height: 1;
}
.text-kiosk-xs{
  font-size: 0.875rem;
  line-height: 1;
}
.text-lg{
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.text-sm{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-xs{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.not-italic{
  font-style: normal;
}
.leading-\[1\.4\]{
  line-height: 1.4;
}
.leading-none{
  line-height: 1;
}
.leading-normal{
  line-height: 1.5;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.text-\[\#333\]{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.text-\[\#4a4a4a\]{
  --tw-text-opacity: 1;
  color: rgb(74 74 74 / var(--tw-text-opacity, 1));
}
.text-blue-400{
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-blue-800{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.text-blue-900{
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}
.text-globus-blue-600{
  --tw-text-opacity: 1;
  color: rgb(30 136 229 / var(--tw-text-opacity, 1));
}
.text-globus-blue-800{
  --tw-text-opacity: 1;
  color: rgb(21 101 192 / var(--tw-text-opacity, 1));
}
.text-globus-green-600{
  --tw-text-opacity: 1;
  color: rgb(124 179 66 / var(--tw-text-opacity, 1));
}
.text-globus-green-700{
  --tw-text-opacity: 1;
  color: rgb(104 159 56 / var(--tw-text-opacity, 1));
}
.text-globus-green-800{
  --tw-text-opacity: 1;
  color: rgb(85 139 47 / var(--tw-text-opacity, 1));
}
.text-globus-orange-500{
  --tw-text-opacity: 1;
  color: rgb(238 136 5 / var(--tw-text-opacity, 1));
}
.text-globus-orange-600{
  --tw-text-opacity: 1;
  color: rgb(221 108 0 / var(--tw-text-opacity, 1));
}
.text-globus-orange-700{
  --tw-text-opacity: 1;
  color: rgb(184 79 2 / var(--tw-text-opacity, 1));
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-green-400{
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}
.text-neutral-400{
  --tw-text-opacity: 1;
  color: rgb(189 189 189 / var(--tw-text-opacity, 1));
}
.text-neutral-500{
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity, 1));
}
.text-neutral-600{
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity, 1));
}
.text-neutral-800{
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity, 1));
}
.text-neutral-900{
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.text-orange-600{
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}
.text-orange-900{
  --tw-text-opacity: 1;
  color: rgb(124 45 18 / var(--tw-text-opacity, 1));
}
.text-purple-400{
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}
.text-purple-600{
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}
.text-purple-900{
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity, 1));
}
.text-warning-600{
  --tw-text-opacity: 1;
  color: rgb(251 140 0 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-yellow-400{
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}
.opacity-50{
  opacity: 0.5;
}
.shadow-card{
  --tw-shadow: 0 2px 4px 0 rgba(23, 78, 32, 0.08);
  --tw-shadow-colored: 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm{
  --tw-shadow: 0 2px 4px 0 rgba(23, 78, 32, 0.08);
  --tw-shadow-colored: 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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 #0000);
}
.\!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;
}
.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);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.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;
}
.transition-shadow{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.\[overflow-wrap\:anywhere\]{
  overflow-wrap: anywhere;
}
/* ============================================
   Globus Brand - CSS Custom Properties
   ============================================ */
:root {
  /* Globus Brand Colors (z Figmy) */
  --color-globus-orange: #EE8805;
  --color-globus-orange-light: #FF9D38;
  --color-globus-orange-dark: #B84F02;
  --color-globus-green: #8BC34A;
  --color-globus-green-light: #9CCC65;
  --color-globus-green-dark: #7CB342;
  --color-globus-blue: #2196F3;
  --color-globus-blue-light: #42A5F5;
  --color-globus-blue-dark: #1976D2;
  --color-success: #4CAF50;
  --color-error: #F44336;
  --color-warning: #FF9800;
  --color-neutral-50: #FAFAFA;
  --color-neutral-100: #F5F5F5;
  --color-neutral-500: #9E9E9E;
  --color-neutral-900: #212121;
  --color-bg-page: #F4F4F4;
  --globus-cz-bg-page: #F4F4F4;
  /* Škálování kiosku – referenční šířka návrhu 1920px. html.kiosk-scaled nastaví font-size. */
  --kiosk-viewport-cap: 1920px;
  --kiosk-scale: calc(min(100vw, var(--kiosk-viewport-cap)) / 1920);
  /* Typography */
  --font-family-base: 'Roboto', 'Inter', system-ui, -apple-system, sans-serif;
  --font-size-base: 1.125rem;
  --line-height-base: 1.6;
  /* Spacing (8px base unit) */
  --spacing-unit: 0.5rem;
  --spacing-xs: calc(var(--spacing-unit) * 1);
  --spacing-sm: calc(var(--spacing-unit) * 2);
  --spacing-md: calc(var(--spacing-unit) * 3);
  --spacing-lg: calc(var(--spacing-unit) * 4);
  --spacing-xl: calc(var(--spacing-unit) * 6);
  --spacing-2xl: calc(var(--spacing-unit) * 8);
  /* Border Radius */
  --radius-sm: 0.5rem;
  --radius-md: 0.75rem;
  --radius-lg: 1rem;
  --radius-xl: 1.25rem;
  --radius-2xl: 1.5rem;
  --radius-full: 9999px;
  /* Shadows (z Figmy) */
  --shadow-sm: 0 2px 4px 0 rgba(23, 78, 32, 0.08);
  --shadow-card: 0 2px 4px 0 rgba(23, 78, 32, 0.08);
  --shadow-hover: 0 4px 8px 0 rgba(23, 78, 32, 0.12);
  --shadow-modal: 0 8px 32px rgba(0, 0, 0, 0.24);
  /* Transitions */
  --transition-fast: 200ms ease-in-out;
  --transition-base: 250ms ease-in-out;
  --transition-slow: 350ms ease-in-out;
  /* Z-index layers */
  --z-dropdown: 50;
  --z-header: 100;
  --z-overlay: 999;
  --z-modal: 1000;
  /* Touch targets */
  --min-touch-target: 3.75rem;
  --min-button-height: 3rem;
}

/* ============================================
   Base Styles - Optimized for Kiosk
   ============================================ */
/* Layout */
.layout-wrapper {
  width: 100%;
  max-width: 120rem; /* 1920px při 16px – škáluje s html.kiosk-scaled */
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 0 0;
  box-sizing: border-box;
}

.layout-fixed-header-footer .layout-main {
  padding-top: 8.5rem;
  padding-bottom: 5.5rem;
  min-height: 100vh;
  box-sizing: border-box;
}

.layout-footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 12rem;
  background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0.7) 35%, rgba(255, 255, 255, 0.2) 70%, transparent 100%);
  pointer-events: none;
}

/* ============================================
   Custom Component Classes
   ============================================ */
/* kiosk-sm / kiosk-md / kiosk-lg: breakpointy dle šířky viewportu (viz tailwind.config.js) */
@media (min-width: 1366px) {
  .cards-grid {
    gap: 1rem;
  }
}
@media (min-width: 1920px) {
  .cards-grid {
    gap: 1.5rem;
  }
}
.tabs-container {
  margin-bottom: 2rem;
}

.tab-button {
  cursor: pointer;
  transition: all var(--transition-base);
  white-space: nowrap;
}
.tab-button:hover:not(.active) {
  color: var(--color-globus-orange);
  border-bottom-color: var(--color-globus-orange-light);
}
.tab-button.active {
  color: var(--color-globus-orange);
  border-bottom-color: var(--color-globus-orange);
}
.tab-button .tab-button__dot {
  opacity: 0;
}
.tab-button.active .tab-button__dot {
  opacity: 1;
}

.home-page {
  animation: fadeIn 0.4s ease-in-out;
}
@media (min-width: 1367px) and (max-width: 1919px) {
  .home-page {
    max-width: 89.125rem;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.listing-cards {
  width: 100%;
  max-width: 64.796875rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  box-sizing: border-box;
}
@media (min-width: 1367px) {
  .listing-cards {
    max-width: 87rem;
  }
}
@media (min-width: 1919px) {
  .listing-cards {
    max-width: 110rem;
  }
}
.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}
.hover\:border-globus-green-500:hover{
  --tw-border-opacity: 1;
  border-color: rgb(139 195 74 / var(--tw-border-opacity, 1));
}
.hover\:border-globus-orange-500:hover{
  --tw-border-opacity: 1;
  border-color: rgb(238 136 5 / var(--tw-border-opacity, 1));
}
.hover\:bg-globus-green-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(220 237 200 / var(--tw-bg-opacity, 1));
}
.hover\:bg-globus-orange-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 209 / var(--tw-bg-opacity, 1));
}
.hover\:bg-globus-orange-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 237 / var(--tw-bg-opacity, 1));
}
.hover\:bg-globus-orange-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(184 79 2 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.hover\:bg-neutral-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
.hover\:text-gray-700:hover{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.hover\:text-orange-700:hover{
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.hover\:shadow-hover:hover{
  --tw-shadow: 0 4px 8px 0 rgba(23, 78, 32, 0.12);
  --tw-shadow-colored: 0 4px 8px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-lg:hover{
  --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 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-2:focus{
  --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 #0000);
}
.focus\:ring-globus-orange-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 157 56 / var(--tw-ring-opacity, 1));
}
.focus\:ring-offset-1:focus{
  --tw-ring-offset-width: 1px;
}
@media (min-width: 640px){
  .sm\:mr-28{
    margin-right: 7rem;
  }
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 768px){
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .md\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .md\:gap-5{
    gap: 1.25rem;
  }
}
@media (min-width: 1024px){
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1920px){
  .kiosk-lg\:h-10{
    height: 2.5rem;
  }
  .kiosk-lg\:h-\[7\.5rem\]{
    height: 7.5rem;
  }
  .kiosk-lg\:w-10{
    width: 2.5rem;
  }
  .kiosk-lg\:gap-2{
    gap: 0.5rem;
  }
  .kiosk-lg\:gap-4{
    gap: 1rem;
  }
  .kiosk-lg\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .kiosk-lg\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .kiosk-lg\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .kiosk-lg\:pr-10{
    padding-right: 2.5rem;
  }
  .kiosk-lg\:text-kiosk-2xl{
    font-size: 2rem;
    line-height: 1;
  }
}
