/* line 22, app/assets/stylesheets/views/cookie_consent.scss */
:root {
  --ss-consent-orange:     #E96A2F;
  --ss-consent-orange-300: #EE936C;
  --ss-consent-orange-100: #F7CFBF;
  --ss-consent-tint:       #FDF1EB;
  --ss-consent-offwhite:   #FAF6EA;
  --ss-consent-brown:      #64381A;
  --ss-consent-ink:        #212529;
  --ss-consent-ink-2:      #343A40;
  --ss-consent-grey:       #909294;
  --ss-consent-line:       #E7E1D6;
  --ss-consent-surface:    #FFFFFF;
  --ss-consent-track:      #D6D2C9;
  --ss-consent-font: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto,
                     'Helvetica Neue', Arial, sans-serif;
  --ss-consent-radius:    16px;
  --ss-consent-radius-sm: 10px;
  --ss-consent-shadow:    0 12px 40px rgba(33, 37, 41, .18), 0 2px 8px rgba(33, 37, 41, .08);
  --ss-consent-shadow-sm: 0 6px 20px rgba(33, 37, 41, .16);
  --ss-consent-z-badge:    1200;
  --ss-consent-z-banner:   1210;
  --ss-consent-z-backdrop: 1220;
  --ss-consent-z-modal:    1230;
  --ss-consent-banner-h: 0px;
  --ss-consent-sbw:      0px;
}

/* line 62, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-root {
  font-family: var(--ss-consent-font);
  font-weight: 400;
  line-height: 1.5;
  color: var(--ss-consent-ink);
  -webkit-font-smoothing: antialiased;
}

/* line 70, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-root [hidden] {
  display: none;
}

/* line 72, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 84, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-root :focus-visible,
.ss-consent-badge:focus-visible {
  outline: 2px solid var(--ss-consent-orange);
  outline-offset: 2px;
  border-radius: 6px;
}

/* line 91, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-link {
  color: var(--ss-consent-orange);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* line 97, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-link:hover,
.ss-consent-link:focus {
  color: var(--ss-consent-brown);
}

/* line 105, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  min-height: 44px;
  padding: .625rem .875rem;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  font-family: inherit;
  font-size: .8125rem;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  cursor: pointer;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease;
}

/* line 124, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-btn--primary {
  background: var(--ss-consent-orange);
  border-color: var(--ss-consent-orange);
  color: #FFFFFF;
}

/* line 130, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-btn--primary:hover,
.ss-consent-btn--primary:focus-visible {
  background: var(--ss-consent-surface);
  color: var(--ss-consent-orange);
}

/* line 136, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-btn--outline {
  background: var(--ss-consent-surface);
  border-color: var(--ss-consent-orange);
  color: var(--ss-consent-orange);
}

/* line 142, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-btn--outline:hover,
.ss-consent-btn--outline:focus-visible {
  background: var(--ss-consent-tint);
}

/* line 147, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-btn--ghost {
  padding-left: .5rem;
  padding-right: .5rem;
  color: var(--ss-consent-orange);
}

/* line 153, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-btn--ghost:hover,
.ss-consent-btn--ghost:focus-visible {
  background: var(--ss-consent-tint);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* line 160, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-btn:active {
  transform: translateY(1px);
}

/* line 165, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-banner {
  position: fixed;
  z-index: var(--ss-consent-z-banner);
  left: 24px;
  bottom: 24px;
  width: calc(100vw - 48px);
  max-width: 430px;
  max-height: calc(100vh - 48px);
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 20px;
  background: var(--ss-consent-surface);
  border: 1px solid var(--ss-consent-orange-100);
  border-radius: var(--ss-consent-radius);
  box-shadow: var(--ss-consent-shadow);
  animation: ss-consent-rise 0.3s cubic-bezier(0.16, 1, 0.3, 1) both;
}

/* line 184, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-banner:focus {
  outline: none;
}

/* line 186, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-banner__head {
  display: flex;
  align-items: center;
  gap: .625rem;
  margin-bottom: .625rem;
}

/* line 193, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-banner__icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--ss-consent-tint);
  color: var(--ss-consent-orange);
}

/* line 205, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-banner__icon svg {
  width: 20px;
  height: 20px;
}

/* line 207, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-banner__title {
  margin: 0;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.25;
  color: var(--ss-consent-brown);
}

/* line 215, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-banner__text {
  margin: 0 0 .625rem;
  font-size: .8125rem;
  line-height: 1.55;
  color: var(--ss-consent-ink-2);
}

/* line 222, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-banner__links {
  display: flex;
  flex-wrap: wrap;
  gap: .375rem;
  margin: 0 0 .875rem;
  font-size: .75rem;
  color: var(--ss-consent-grey);
}

/* line 231, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-banner__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .5rem;
}

/* line 238, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-banner__actions .ss-consent-btn--ghost {
  grid-column: span 2;
}

/* line 243, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-backdrop {
  position: fixed;
  inset: 0;
  z-index: var(--ss-consent-z-backdrop);
  background: rgba(33, 37, 41, 0.55);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  animation: ss-consent-fade .2s ease both;
}

/* line 253, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-modal {
  position: fixed;
  inset: 0;
  z-index: var(--ss-consent-z-modal);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

/* line 264, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-modal[hidden] {
  display: none;
}

/* line 266, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-modal__dialog {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 640px;
  max-height: calc(100vh - 48px);
  max-height: calc(100dvh - 48px);
  margin: 0;
  overflow: hidden;
  background: var(--ss-consent-surface);
  border-radius: 20px;
  box-shadow: var(--ss-consent-shadow);
  animation: ss-consent-zoom 0.28s cubic-bezier(0.16, 1, 0.3, 1) both;
}

/* line 281, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-modal__grip {
  display: none;
}

/* line 283, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 20px 20px 14px;
  border-bottom: 1px solid var(--ss-consent-line);
}

/* line 292, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-modal__title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--ss-consent-brown);
}

/* line 299, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-modal__close {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--ss-consent-ink-2);
  cursor: pointer;
  transition: background-color .18s ease, color .18s ease;
}

/* line 315, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-modal__close:hover {
  background: var(--ss-consent-tint);
  color: var(--ss-consent-orange);
}

/* line 320, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-modal__close svg {
  width: 18px;
  height: 18px;
}

/* line 322, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-modal__body {
  flex: 1 1 auto;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  padding: 18px 20px;
}

/* line 330, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-modal__intro {
  margin: 0 0 1rem;
  font-size: .8125rem;
  line-height: 1.6;
  color: var(--ss-consent-ink-2);
}

/* line 337, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-modal__foot-note {
  margin: 1rem 0 0;
  font-size: .75rem;
  line-height: 1.6;
  color: var(--ss-consent-grey);
}

/* line 344, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-modal__footer {
  flex: 0 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .5rem;
  padding: 14px 20px;
  padding-bottom: calc(14px + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid var(--ss-consent-line);
  background: var(--ss-consent-offwhite);
}

/* line 356, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-modal__footer .ss-consent-btn {
  flex: 0 1 auto;
}

/* line 361, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-cat {
  padding: 14px;
  border: 1px solid var(--ss-consent-line);
  border-radius: var(--ss-consent-radius-sm);
  background: var(--ss-consent-surface);
}

/* line 368, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-cat + .ss-consent-cat {
  margin-top: .625rem;
}

/* line 370, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-cat:focus-within {
  border-color: var(--ss-consent-orange-300);
}

/* line 372, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-cat__head {
  display: flex;
  align-items: center;
  gap: .5rem;
  min-height: 44px;
}

/* line 379, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-cat__icon {
  flex: 0 0 auto;
  display: inline-flex;
  color: var(--ss-consent-orange);
}

/* line 385, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-cat__icon svg {
  width: 18px;
  height: 18px;
}

/* line 387, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-cat__title {
  flex: 1 1 auto;
  margin: 0;
  font-size: .9375rem;
  font-weight: 600;
  color: var(--ss-consent-ink);
}

/* line 395, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-cat__tag {
  flex: 0 0 auto;
  padding: .125rem .5rem;
  border-radius: 999px;
  background: var(--ss-consent-tint);
  color: var(--ss-consent-brown);
  font-size: .6875rem;
  font-weight: 500;
  white-space: nowrap;
}

/* line 406, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-cat__desc {
  margin: .5rem 0 0;
  font-size: .8125rem;
  line-height: 1.6;
  color: var(--ss-consent-ink-2);
}

/* line 413, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-cat__cookies {
  display: flex;
  flex-wrap: wrap;
  gap: .3125rem;
  margin: .625rem 0 0;
}

/* line 420, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-chip {
  padding: .125rem .4375rem;
  border: 1px solid var(--ss-consent-line);
  border-radius: 5px;
  background: var(--ss-consent-offwhite);
  color: var(--ss-consent-ink-2);
  font-family: ui-monospace, SFMono-Regular, 'SF Mono', Menlo, Consolas, monospace;
  font-size: .6875rem;
  line-height: 1.5;
}

/* line 435, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-switch {
  position: relative;
  flex: 0 0 auto;
  display: inline-block;
  width: 46px;
  height: 26px;
}

/* line 443, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-switch input {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

/* line 454, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-switch input:disabled {
  cursor: not-allowed;
}

/* line 456, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-switch__track {
  display: block;
  position: relative;
  width: 46px;
  height: 26px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--ss-consent-track);
  transition: background-color .2s ease, border-color .2s ease;
}

/* line 467, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-switch__thumb {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.28);
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

/* line 479, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-switch input:checked + .ss-consent-switch__track {
  background: var(--ss-consent-orange);
}

/* line 483, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-switch input:checked + .ss-consent-switch__track .ss-consent-switch__thumb {
  transform: translateX(20px);
}

/* line 487, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-switch input:disabled + .ss-consent-switch__track {
  background: var(--ss-consent-orange-300);
  opacity: .75;
}

/* line 492, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-switch input:hover:not(:disabled) + .ss-consent-switch__track {
  border-color: var(--ss-consent-orange-300);
}

/* line 496, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-switch input:focus-visible + .ss-consent-switch__track {
  outline: 2px solid var(--ss-consent-orange);
  outline-offset: 2px;
}

/* line 504, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-badge {
  position: fixed;
  z-index: var(--ss-consent-z-badge);
  left: 20px;
  bottom: 20px;
  bottom: calc(20px + env(safe-area-inset-bottom, 0px));
  display: inline-flex;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--ss-consent-orange-100);
  border-radius: 999px;
  background: var(--ss-consent-surface);
  color: var(--ss-consent-orange);
  box-shadow: var(--ss-consent-shadow-sm);
  cursor: pointer;
  transition: width 0.22s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.2s ease, border-color 0.2s ease;
}

/* line 525, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-badge[hidden] {
  display: none;
}

/* line 527, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-badge__icon {
  flex: 0 0 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

/* line 535, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-badge__icon svg {
  width: 22px;
  height: 22px;
}

/* line 537, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-badge__label {
  flex: 0 0 auto;
  padding-right: 16px;
  font-size: .8125rem;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  transition: opacity .18s ease;
}

@media (hover: hover) and (min-width: 768px) {
  /* line 548, app/assets/stylesheets/views/cookie_consent.scss */
  .ss-consent-badge:hover,
.ss-consent-badge:focus-visible {
    width: 132px;
    border-color: var(--ss-consent-orange);
    box-shadow: var(--ss-consent-shadow);
  }
  /* line 555, app/assets/stylesheets/views/cookie_consent.scss */
  .ss-consent-badge:hover .ss-consent-badge__label,
.ss-consent-badge:focus-visible .ss-consent-badge__label {
    opacity: 1;
  }
}

/* line 562, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-modal-open,
.ss-consent-modal-open body {
  overflow: hidden;
}

/* line 565, app/assets/stylesheets/views/cookie_consent.scss */
.ss-consent-modal-open {
  padding-right: var(--ss-consent-sbw, 0px);
}

@keyframes ss-consent-rise {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ss-consent-zoom {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes ss-consent-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (max-width: 767.98px) {
  /* line 590, app/assets/stylesheets/views/cookie_consent.scss */
  .ss-consent-banner {
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    max-width: none;
    max-height: 80vh;
    max-height: 80dvh;
    padding: 16px 16px calc(16px + env(safe-area-inset-bottom, 0px));
    border-width: 1px 0 0;
    border-radius: var(--ss-consent-radius) var(--ss-consent-radius) 0 0;
    box-shadow: 0 -8px 32px rgba(33, 37, 41, 0.22);
  }
  /* line 604, app/assets/stylesheets/views/cookie_consent.scss */
  .ss-consent-banner__actions {
    grid-template-columns: 1fr;
  }
  /* line 605, app/assets/stylesheets/views/cookie_consent.scss */
  .ss-consent-banner__actions .ss-consent-btn--ghost {
    grid-column: auto;
  }
  /* line 607, app/assets/stylesheets/views/cookie_consent.scss */
  .ss-consent-modal {
    align-items: flex-end;
    padding: 0;
  }
  /* line 612, app/assets/stylesheets/views/cookie_consent.scss */
  .ss-consent-modal__dialog {
    width: 100%;
    max-width: none;
    max-height: 92vh;
    max-height: 92dvh;
    border-radius: 20px 20px 0 0;
    animation-name: ss-consent-rise;
  }
  /* line 621, app/assets/stylesheets/views/cookie_consent.scss */
  .ss-consent-modal__grip {
    display: block;
    width: 40px;
    height: 4px;
    margin: 10px auto 0;
    border-radius: 999px;
    background: var(--ss-consent-line);
  }
  /* line 630, app/assets/stylesheets/views/cookie_consent.scss */
  .ss-consent-modal__header {
    padding-top: 12px;
  }
  /* line 632, app/assets/stylesheets/views/cookie_consent.scss */
  .ss-consent-modal__footer {
    flex-direction: column-reverse;
  }
  /* line 633, app/assets/stylesheets/views/cookie_consent.scss */
  .ss-consent-modal__footer .ss-consent-btn {
    width: 100%;
  }
  /* line 635, app/assets/stylesheets/views/cookie_consent.scss */
  .ss-consent-badge {
    left: 16px;
    width: 44px;
    height: 44px;
    bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  }
  /* line 642, app/assets/stylesheets/views/cookie_consent.scss */
  .ss-consent-badge__icon {
    flex-basis: 44px;
  }
  /* line 643, app/assets/stylesheets/views/cookie_consent.scss */
  .ss-consent-badge__label {
    display: none;
  }
}

@media (max-width: 359.98px) {
  /* line 648, app/assets/stylesheets/views/cookie_consent.scss */
  .ss-consent-banner {
    padding: 14px 14px calc(14px + env(safe-area-inset-bottom, 0px));
  }
  /* line 649, app/assets/stylesheets/views/cookie_consent.scss */
  .ss-consent-cat__head {
    flex-wrap: wrap;
  }
  /* line 650, app/assets/stylesheets/views/cookie_consent.scss */
  .ss-consent-cat__tag {
    order: 3;
  }
}

@media (prefers-reduced-motion: reduce) {
  /* line 657, app/assets/stylesheets/views/cookie_consent.scss */
  .ss-consent-banner,
.ss-consent-modal__dialog,
.ss-consent-backdrop {
    animation: none;
  }
  /* line 663, app/assets/stylesheets/views/cookie_consent.scss */
  .ss-consent-btn,
.ss-consent-badge,
.ss-consent-badge__label,
.ss-consent-modal__close,
.ss-consent-switch__track,
.ss-consent-switch__thumb {
    transition: none;
  }
  /* line 672, app/assets/stylesheets/views/cookie_consent.scss */
  .ss-consent-btn:active {
    transform: none;
  }
}

@media (forced-colors: active) {
  /* line 676, app/assets/stylesheets/views/cookie_consent.scss */
  .ss-consent-banner,
.ss-consent-modal__dialog,
.ss-consent-cat,
.ss-consent-badge {
    border: 1px solid CanvasText;
  }
  /* line 681, app/assets/stylesheets/views/cookie_consent.scss */
  .ss-consent-switch__track {
    border-color: CanvasText;
  }
  /* line 682, app/assets/stylesheets/views/cookie_consent.scss */
  .ss-consent-switch input:checked + .ss-consent-switch__track {
    background: Highlight;
  }
  /* line 683, app/assets/stylesheets/views/cookie_consent.scss */
  .ss-consent-switch__thumb {
    background: CanvasText;
  }
  /* line 684, app/assets/stylesheets/views/cookie_consent.scss */
  .ss-consent-btn {
    border-color: ButtonText;
  }
}

@media print {
  /* line 688, app/assets/stylesheets/views/cookie_consent.scss */
  .ss-consent-root {
    display: none;
  }
}
