html, body {
  margin: 0;
  padding: 0;
  font-family: 'Outfit', sans-serif;
}

/* Apply Outfit font to all headings (consistent with homepage) */
/* Note: Telma font is reserved ONLY for the brand name "Mix & Co." in the header/sidebar/footer */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Outfit', sans-serif;
}

/* Headers use medium to bold weights */
h1 {
  font-weight: 700;
}

h2 {
  font-weight: 700;
}

h3 {
  font-weight: 700;
}

h4 {
  font-weight: 500;
}

h5 {
  font-weight: 500;
}

h6 {
  font-weight: 500;
}

/* Paragraphs and body text use Outfit (readable font) */
p, body, html {
  font-family: 'Outfit', sans-serif;
}html {
  overscroll-behavior: none;
}

*, *::before, *::after {
  box-sizing: border-box;
}

._header_1wr6i_9 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 0;
  z-index: 800;
  height: 134px;
  width: 100%;
  background-color: #0B1E33;
  color: #E5E5E5;
  font-size: 5rem;
  font-family: "Telma", sans-serif;
  font-weight: 700;
  font-style: normal;
}

._header_1wr6i_9 a{
  color: #E5E5E5;
  text-decoration: none;
  transition: .2s ease;
  text-align: center;
}

._header_1wr6i_9 a:hover {
  color: #c5c5c5;
}

._charm_1wr6i_37 {
  color: #fca311;
}

._container_1wr6i_41 {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  margin: 0;
  padding: 0;
  font-family: "Outfit", sans-serif;
}

._button1_1wr6i_50 {
  position: absolute;
  padding : .9rem 1.1rem .9rem 1.1rem;
  left: 1.5rem;
  top: 4rem;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 1.8rem;
  color: #E5E5E5;
  cursor: pointer;
  z-index: 900;
  transition: .2s ease;
  border-radius: 6px;
}

._button1_1wr6i_50:hover {
  color: #fca311;
  background-color: #163a66;
}


._brand_1wr6i_72 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

._layout_1wr6i_78 {
  display: block;
  flex: 0;
  height: 0;
}

._sidebarOverlay_1wr6i_84 {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
  backdrop-filter: blur(2px);
}

._sidebar_1wr6i_84 {
  width: 200px;
  background-color: #0B1E33;
  height: 100vh;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  font-family: 'Outfit', sans-serif;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  will-change: transform;
  contain: layout paint;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
}

._sidebar_1wr6i_84:not(._open_1wr6i_109) {
  transform: translateX(calc(-100% - 1px));
}

._open_1wr6i_109 {
  transform: translateX(0);
}

._sidebarContent_1wr6i_117 {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
}

/* Logo Section */
._logo_1wr6i_125 {
  padding: 2rem 1.5rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(11, 30, 51, 1) 0%, rgba(11, 30, 51, 0.98) 100%);
}

._logoLink_1wr6i_131 {
  text-decoration: none;
  display: block;
  transition: opacity 0.2s ease;
}

._logoLink_1wr6i_131:hover {
  opacity: 0.85;
}

._logoText_1wr6i_141 {
  color: #E5E5E5;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  display: block;
  text-align: left;
  font-family: "Telma", sans-serif;
}

._logoCharm_1wr6i_151 {
  color: #fca311;
}

/* Navigation */
._nav_1wr6i_156 {
  flex: 1;
  padding: 1.5rem 0;
  overflow-y: auto;
  overflow-x: hidden;
}

._navSection_1wr6i_163 {
  margin-bottom: 0.5rem;
}

._navSection_1wr6i_163:last-of-type {
  margin-bottom: 0;
}

._navDivider_1wr6i_171 {
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.08) 20%, rgba(255, 255, 255, 0.08) 80%, transparent 100%);
  margin: 1.5rem 1.5rem 1.25rem;
}

._navList_1wr6i_177 {
  list-style: none;
  padding: 0;
  margin: 0;
}

._navItem_1wr6i_183 {
  margin: 0;
  padding: 0;
}

._navLink_1wr6i_188 {
  display: block;
  color: #E5E5E5;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  padding: 0.75rem 1.5rem;
  margin: 0.15rem 0;
  transition: all 0.25s ease;
  position: relative;
  border-left: 3px solid transparent;
  text-align: left;
}

._navLink_1wr6i_188:hover {
  color: #ffffff;
  background-color: rgba(252, 163, 17, 0.08);
  border-left-color: rgba(252, 163, 17, 0.4);
  padding-left: 1.75rem;
}

._navLinkActive_1wr6i_209 {
  color: #ffffff;
  font-weight: 600;
  background-color: rgba(252, 163, 17, 0.12);
  border-left-color: #fca311;
  padding-left: 1.75rem;
}

._navLinkActive_1wr6i_209:hover {
  background-color: rgba(252, 163, 17, 0.15);
  border-left-color: #fca311;
}

._sectionLabel_1wr6i_222 {
  color: #9ca3af;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.5rem 1.5rem 0.25rem;
  margin-top: 0.5rem;
}

._logoutButton_1wr6i_232 {
  width: 100%;
  display: block;
  color: #fee2e2;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  padding: 0.75rem 1.5rem;
  margin: 0.15rem 0;
  transition: all 0.25s ease;
  position: relative;
  border-left: 3px solid transparent;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  border-left: 3px solid transparent;
}

._logoutButton_1wr6i_232:hover {
  color: #ffffff;
  background-color: rgba(239, 68, 68, 0.15);
  border-left-color: rgba(239, 68, 68, 0.6);
  padding-left: 1.75rem;
}

._footer_1wr6i_259 {
  background-color: #0B1E33;
  color: #ccc;
  padding: 3rem 1.5rem;
  font-family: 'Outfit', sans-serif;
}

._footerContent_1wr6i_266 {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

@media (min-width: 900px) {
  ._footerContent_1wr6i_266 {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}

._brand1_1wr6i_284,
._links_1wr6i_285,
._contact_1wr6i_286 {
  flex: 1 1 1;
}

._brand1_1wr6i_284 {
  max-width: 320px;
}

._links_1wr6i_285 h3,
._contact_1wr6i_286 h3 {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 0.8rem;
  font-size: 1.1rem;
}

._footerBrandContainer_1wr6i_302 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.4rem;
}

._footerLogoImage_1wr6i_309 {
  height: 4.5rem;
  width: auto;
  object-fit: contain;
}

._footerLogo_1wr6i_309 {
  color: #E5E5E5;
  font-family: "Telma", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0;
}

._footerTagline_1wr6i_323 {
  font-size: 1.05rem;
  color: #d0d6e0;
  line-height: 1.5;
}

._links_1wr6i_285 ul,
._contact_1wr6i_286 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

._links_1wr6i_285 ul li,
._contact_1wr6i_286 ul li {
  margin-bottom: 0.4rem;
  font-size: 0.9rem;
}

._footer_1wr6i_259 a {
  color: #dde3f0;
  text-decoration: none;
  transition: color 0.2s ease;
}

._footer_1wr6i_259 a:hover {
  color: #FCA311;
}

._socials_1wr6i_352 {
  display: flex;
  gap: 1rem;
  margin-top: 0.5rem;
}

._newsletterLink_1wr6i_358 {
  background: rgba(252, 163, 17, 0.15);
  border: 1px solid rgba(252, 163, 17, 0.4);
  color: #FCA311;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  padding: 0.5rem 1rem;
  margin-top: 0.75rem;
  border-radius: 6px;
  transition: all 0.2s ease;
  font-family: inherit;
  text-align: left;
  display: inline-block;
}

._newsletterLink_1wr6i_358:hover {
  background: rgba(252, 163, 17, 0.25);
  border-color: rgba(252, 163, 17, 0.6);
  color: #ffb84d;
  transform: translateY(-1px);
}

._footerBottom_1wr6i_382 {
  max-width: 1200px;
  margin: 2rem auto 0;
  text-align: center;
  font-size: 0.8rem;
  color: #8b93a3;
}

._footerBottom_1wr6i_382 a {
  color: #dde3f0;
  margin: 0 0.3rem;
}

._footerBottom_1wr6i_382 a:hover {
  color: #FCA311;
}

body {
  background:#E5E5E5;
}

._button1_1wr6i_50,
._navLink_1wr6i_188 {
  -webkit-tap-highlight-color: transparent;
}

@media (max-width: 768px) {
  ._header_1wr6i_9 {
    height: 72px;
    font-size: 1.75rem;
    top: 0;
    position: sticky;
    z-index:1000;
  }

  ._brand_1wr6i_72 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  ._button1_1wr6i_50 {
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
    font-size: 1.6rem;
    padding: 0.5rem 0.6rem;
    line-height: 1;
  }

  ._sidebar_1wr6i_84 {
    width: 60vw;
    max-width: 280px;
    height: 100dvh;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }

  ._logo_1wr6i_125 {
    padding: 1.5rem 1.25rem 1.25rem;
  }

  ._logoText_1wr6i_141 {
    font-size: 1.35rem;
  }

  ._nav_1wr6i_156 {
    padding: 1.25rem 0;
  }

  ._navLink_1wr6i_188 {
    font-size: 1rem;
    padding: 0.85rem 1.5rem;
  }

  ._navLink_1wr6i_188:hover,
  ._navLinkActive_1wr6i_209 {
    padding-left: 1.75rem;
  }

  ._main_1wr6i_461 {
    padding: 1rem;
  }

  ._footer_1wr6i_259 {
    height: auto;
    padding: 1.25rem 1rem 1rem;
  }

  ._socialLinks_1wr6i_470 {
    gap: 1rem;
    flex-wrap: wrap;
    font-size: 1.1rem;
    margin: 0.5rem 0 0;
  }

  ._socialMedia_1wr6i_477 {
    font-size: 1rem;
    margin-bottom: 0.8rem;
  }
}

@media (max-width: 480px) {
  ._header_1wr6i_9 {
    height: 64px;
    font-size: 2rem;
  }

  ._button1_1wr6i_50 {
    padding: 1rem;
    left: 0.75rem;
    font-size: 1.4rem;
  }

  ._sidebar_1wr6i_84 {
    width: 68vw;
    max-width: 280px;
  }

  ._logo_1wr6i_125 {
    padding: 1.25rem 1rem 1rem;
  }

  ._logoText_1wr6i_141 {
    font-size: 1.25rem;
  }

  ._navLink_1wr6i_188 {
    font-size: 1.05rem;
    padding: 0.9rem 1.25rem;
  }

  ._navLink_1wr6i_188:hover,
  ._navLinkActive_1wr6i_209 {
    padding-left: 1.5rem;
  }

  ._main_1wr6i_461 {
    padding: 0.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  ._sidebar_1wr6i_84 {
    transition: none;
  }
}

html body {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: auto;
  background: var(--paper);
  box-sizing: border-box;
}

#redwood-app {
  overflow-y: visible;
  overflow-x: visible;
  min-width:0;
}

._main_1wr6i_461 {
  padding: 0;
  flex: 1;
  min-width: 0;
}

._brand_1wr6i_72, ._button1_1wr6i_50 {
  color: #fff;
}

._form_1vwv4_1 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

._title_1vwv4_7 {
  color: #0b1e33;
  font-size: clamp(20px, 2.4vw, 24px);
  margin: 0 0 8px;
  font-weight: 700;
}

._body_1vwv4_14 {
  color: #6b7280;
  font-size: 14px;
  margin: 0 0 8px;
  line-height: 1.5;
}

._field_1vwv4_21 {
  display: grid;
  gap: 6px;
}

._field_1vwv4_21 label {
  color: #152635;
  font-weight: 700;
  font-size: 14px;
}

._visuallyHidden_1vwv4_32 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

input[type="email"],
input[type="text"] {
  font: inherit;
  color: #0b1e33;
  background: #f8fafc;
  border: 1px solid #dbe0e6;
  border-radius: 10px;
  padding: 10px 12px;
  outline: none;
  width: 100%;
}

input[type="email"]:focus,
input[type="text"]:focus {
  border-color: #b6c2cf;
  box-shadow: 0 0 0 3px rgba(12, 100, 255, 0.12);
}

input[type="email"]:disabled,
input[type="text"]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

input[type="email"][aria-invalid="true"],
input[type="text"][aria-invalid="true"] {
  border-color: #b42318;
}

._error_1vwv4_73 {
  color: #b42318;
  font-size: 12px;
  font-weight: 600;
  margin-top: -4px;
}

._actions_1vwv4_80 {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

._submitBtn_1vwv4_86 {
  display: inline-block;
  padding: 12px 18px;
  border-radius: 12px;
  background: #fca311;
  color: #0b1e33;
  font-weight: 800;
  border: none;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(252, 163, 17, 0.22);
  transition: transform 0.12s ease, filter 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
  font-size: 14px;
}

._submitBtn_1vwv4_86:hover:not(:disabled) {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

._submitBtn_1vwv4_86:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

._secondaryBtn_1vwv4_110 {
  display: inline-block;
  padding: 12px 18px;
  border-radius: 12px;
  background: #fff;
  color: #0b1e33;
  font-weight: 700;
  border: 1px solid #dbe0e6;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
  font-size: 14px;
}

._secondaryBtn_1vwv4_110:hover {
  background: #f8fafc;
  border-color: #b6c2cf;
}

._legal_1vwv4_128 {
  color: #6b7280;
  font-size: 12px;
  margin: 0;
  text-align: center;
}

._honeypot_1vwv4_135 {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

._successMessage_1vwv4_144 {
  text-align: center;
  padding: 20px 0;
}

._successText_1vwv4_149 {
  color: #0b1e33;
  font-size: clamp(20px, 2.4vw, 24px);
  font-weight: 700;
  margin: 0 0 8px;
}

._successSubtext_1vwv4_156 {
  color: #6b7280;
  font-size: 14px;
  margin: 0;
}

@media (prefers-reduced-motion: reduce) {
  ._submitBtn_1vwv4_86,
  ._secondaryBtn_1vwv4_110 {
    transition: none;
  }
}

._backdrop_1icxr_1 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9998;
  animation: _fadeIn_1icxr_1 0.2s ease-out;
}

._modal_1icxr_12 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 16px;
  padding: 0;
  max-width: 500px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  z-index: 9999;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: _slideIn_1icxr_1 0.3s ease-out;
}

@keyframes _fadeIn_1icxr_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes _slideIn_1icxr_1 {
  from {
    opacity: 0;
    transform: translate(-50%, -45%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

._closeButton_1icxr_49 {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  font-size: 32px;
  line-height: 1;
  color: #6b7280;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.2s;
  z-index: 10;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

._closeButton_1icxr_49:hover {
  color: #0b1e33;
  background: #f3f4f6;
}

._closeButton_1icxr_49:focus {
  outline: 2px solid #fca311;
  outline-offset: 2px;
}

._content_1icxr_80 {
  padding: 32px;
}

@media (max-width: 768px) {
  ._modal_1icxr_12 {
    width: 95%;
    max-height: 85vh;
  }

  ._content_1icxr_80 {
    padding: 24px;
  }

  ._closeButton_1icxr_49 {
    top: 12px;
    right: 12px;
  }
}

._overlay_1886x_1 {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(8px);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  animation: _fadeIn_1886x_1 0.3s ease;
}

@keyframes _fadeIn_1886x_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

._modal_1886x_23 {
  background: #0B1E33;
  border: 2px solid #fca311;
  border-radius: 16px;
  max-width: 500px;
  width: 100%;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  animation: _slideUp_1886x_1 0.4s ease;
}

@keyframes _slideUp_1886x_1 {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

._content_1886x_44 {
  padding: 40px 32px;
  text-align: center;
  color: #E5E5E5;
}

._icon_1886x_50 {
  font-size: 64px;
  margin-bottom: 20px;
  line-height: 1;
}

._title_1886x_56 {
  font-family: "Telma", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #E5E5E5;
  margin: 0 0 16px;
}

._message_1886x_64 {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #E5E5E5;
  margin: 0 0 32px;
}

._message_1886x_64 strong {
  color: #fca311;
  font-weight: 600;
}

._buttons_1886x_77 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

._confirmButton_1886x_83,
._declineButton_1886x_84 {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 24px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-transform: none;
}

._confirmButton_1886x_83 {
  background: #fca311;
  color: #0B1E33;
}

._confirmButton_1886x_83:hover {
  background: #ffb84d;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(252, 163, 17, 0.4);
}

._confirmButton_1886x_83:active {
  transform: translateY(0);
}

._declineButton_1886x_84 {
  background: transparent;
  color: #E5E5E5;
  border: 2px solid #E5E5E5;
}

._declineButton_1886x_84:hover {
  background: rgba(229, 229, 229, 0.1);
  border-color: #fca311;
  color: #fca311;
}

._declineButton_1886x_84:active {
  transform: translateY(0);
}

@media (max-width: 480px) {
  ._modal_1886x_23 {
    max-width: 100%;
    margin: 20px;
  }

  ._content_1886x_44 {
    padding: 32px 24px;
  }

  ._title_1886x_56 {
    font-size: 24px;
  }

  ._message_1886x_64 {
    font-size: 14px;
  }

  ._icon_1886x_50 {
    font-size: 48px;
  }
}

._loading_ty4fg_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 134px);
  gap: 16px;
  color: #6b7280;
}

._spinner_ty4fg_11 {
  width: 40px;
  height: 40px;
  border: 4px solid #e5e7eb;
  border-top-color: #fca311;
  border-radius: 50%;
  animation: _spin_ty4fg_11 0.8s linear infinite;
}

@keyframes _spin_ty4fg_11 {
  to {
    transform: rotate(360deg);
  }
}

._loading_ty4fg_1 p {
  margin: 0;
  font-size: 14px;
}

@media (max-width: 768px) {
  ._loading_ty4fg_1 {
    min-height: calc(100vh - 72px);
  }
}

