:root {
  --charcoal: #0b1220;
  --charcoal-2: #1a1f2e;
  --charcoal-3: #0f1625;
  --aqua: #7A1238;
  --text: #e8e8e8;
  --muted: #a8a8a8;
  --link-color: #7A1238;
  --shadow: 0 14px 40px rgba(0, 0, 0, 0.1);
  --rad: 20px;
  --container: 1180px;
  --aqua-2: #0e2750;
  --rad: 16px;
}
#fx-consent-root *,
*,
::after,
::before {
  box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
h5,
html,
p {
  margin: 0;
}
html:focus-within {
  scroll-behavior: smooth;
}
html {
  overflow-x: hidden;
}
img {
  display: block;
  max-width: 100%;
}
a {
  text-decoration: none;
  color: inherit;
  color: var(--link-color);
}
button,
input,
select,
textarea {
  font: inherit;
}
#fx-consent-root,
body {
  font-family: "Share", system-ui, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--text);
}
body {
  min-height: 100vh;
  text-rendering: optimizeLegibility;
  line-height: 1.5;
  background: radial-gradient(
      700px 500px at 10% -10%,
      rgba(122, 18, 56, 0.15),
      transparent 60%
    ),
    radial-gradient(
      800px 600px at 92% 8%,
      rgba(14, 39, 80, 0.12),
      transparent 60%
    ),
    var(--charcoal);
  max-width: 100vw;
  overflow-x: hidden;
}
.s-255a762c36cdae2fe950 {
  width: min(100%, var(--container));
  margin-inline: auto;
  padding: 0 20px;
}
header.s-c099a42a5555825cdb50 {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(11, 18, 32, 0.9);
  backdrop-filter: blur(14px) saturate(140%);
  border-bottom: 1px solid rgba(122, 18, 56, 0.3);
}
.s-fea877d4f0f1699da0f9 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
}
.s-63acf68c4f951d6412a8 {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.s-26ac4dc810ec7ff7424c {
  margin-bottom: 10px;
}
.s-63acf68c4f951d6412a8 svg {
  width: 38px;
  height: 38px;
  filter: drop-shadow(0 4px 14px rgba(122, 18, 56, 0.45));
}
.s-273be8c7d056516f32d6,
.s-3d42e76c338c0d360e74,
.s-bc5de40c6a73cd9a61f9 {
  font-weight: 800;
}
.s-9120580e94f134cb7c9f {
  opacity: 0.7;
  font-weight: 700;
}
.s-379e75c850e1334ef7be {
  display: flex;
  align-items: center;
  gap: 22px;
}
.s-379e75c850e1334ef7be a {
  opacity: 0.9;
  transition: opacity 0.2s;
}
.s-379e75c850e1334ef7be a:hover {
  opacity: 1;
}
.s-7a86b15480e0a870f0b0 {
  display: none;
  padding: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0,0,0,0.25);
}
.s-7a86b15480e0a870f0b0 .s-62cdb7020ff920e5aa64 {
  width: 34px;
  height: 3px;
  background: #ffffff;
  margin: 7px 0;
  border-radius: 2px;
}
.s-7a86b15480e0a870f0b0:hover { background: rgba(255,255,255,0.12); }
@media (max-width: 980px) {
  .s-7a86b15480e0a870f0b0 { display: inline-flex; align-items: center; justify-content: center; }
}
.s-543d99683c3062544f59 {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: none;
  z-index: 1001;
}
.s-38591decbaf4a67f37e3 {
  position: fixed;
  top: 0;
  right: 0;
  height: 100dvh;
  width: min(86vw, 420px);
  background: var(--charcoal-2);
  box-shadow: none;
  transition: transform 0.35s, visibility 0.35s;
  transform: translateX(100%);
  visibility: hidden;
  pointer-events: none;
  z-index: 1002;
  display: flex;
  flex-direction: column;
}
.s-38591decbaf4a67f37e3 header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px;
  border-bottom: 1px solid rgba(122, 18, 56, 0.06);
}
.s-38591decbaf4a67f37e3 nav {
  display: grid;
  gap: 10px;
  padding: 18px;
}
.s-38591decbaf4a67f37e3 a {
  background: rgba(122, 18, 56, 0.05);
  padding: 14px;
  border-radius: 14px;
  font-weight: 700;
}
.s-38591decbaf4a67f37e3.s-9fb29051f2217270a7b2 {
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
  box-shadow: var(--shadow);
}
#fx-consent-panel.s-9fb29051f2217270a7b2,
#fx-consent-toast.s-9fb29051f2217270a7b2,
.s-543d99683c3062544f59.s-9fb29051f2217270a7b2 {
  display: block;
}
.s-767013ce0ee0f6d7a075 {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.s-5374e79ece2ef9c37f46 {
  padding: clamp(40px, 7vw, 110px) 0;
  background: linear-gradient(120deg, rgba(122, 18, 56, 0.15), transparent 45%),
    linear-gradient(180deg, rgba(14, 39, 80, 0.1), rgba(14, 39, 80, 0));
}
.s-3c6de1b7dd91465d437e h1 {
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 800;
  color: var(--text);
}
.s-3c6de1b7dd91465d437e h2,
.s-3c6de1b7dd91465d437e h3 {
  color: var(--text);
  font-weight: 700;
}
.s-2ab0591dbcf5fefdad65 h2,
.s-2ab0591dbcf5fefdad65 h3 {
  color: var(--text);
  font-weight: 700;
  margin-bottom: 12px;
}
.s-556858cc4cebf6263d73,
.s-e4b074a036fcdaa716be {
  color: var(--muted);
}
.s-93720caa841037718a71 {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  border: 1px solid rgba(122, 18, 56, 0.3);
  border-radius: 999px;
  padding: 0.3rem 0.6rem;
  background: rgba(122, 18, 56, 0.1);
  font-weight: 700;
  color: var(--text);
}
.s-93eec02cde50284961e5 {
  display: grid;
  gap: 6px;
  margin-top: 12px;
}
.s-93eec02cde50284961e5 li {
  position: relative;
  padding-left: 20px;
}
.s-93eec02cde50284961e5 li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--aqua);
  font-weight: 700;
}
section.s-20182fbc10716eb197ea {
  padding: clamp(36px, 6vw, 80px) 0;
}
.s-f3c543ad5fe9d69603e7 {
  display: grid;
  gap: 20px;
}
.s-6ac600e95bd39c321f73 {
  grid-template-columns: repeat(2, 1fr);
}
.s-2ab0591dbcf5fefdad65 {
  background: rgba(11, 18, 32, 0.8);
  border: 1px solid rgba(122, 18, 56, 0.3);
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  transition: all 0.3s ease;
}
.s-2ab0591dbcf5fefdad65:hover {
  background: rgba(11, 18, 32, 0.9);
  border-color: rgba(122, 18, 56, 0.4);
  box-shadow: 0 12px 32px rgba(122, 18, 56, 0.2);
}
.s-2ab0591dbcf5fefdad65 .s-02083f4579e08a612425 {
  padding: 18px;
}
.s-2ab0591dbcf5fefdad65 .s-106c1e6e023f0d235ab0 {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(11, 18, 32, 0.5);
  border-bottom: 1px solid rgba(122, 18, 56, 0.2);
}
.s-2ab0591dbcf5fefdad65 .s-106c1e6e023f0d235ab0 svg {
  width: 100%;
  height: 100%;
  max-width: 400px;
}
.s-ded3c5300dbefed0fa97 {
  margin: 14px 0 10px;
}
.s-106c1e6e023f0d235ab0 {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.s-9f1af1aa462a33b244fc {
  margin-top: 12px;
}
.s-106c1e6e023f0d235ab0 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s-d00b39815c187d832cef .s-e8cdc05b346aa0d4a91a {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.s-d00b39815c187d832cef label {
  display: block;
  font-weight: 700;
  margin: 10px 0 6px;
}
.s-d00b39815c187d832cef input,
.s-d00b39815c187d832cef textarea {
  width: 100%;
  background: rgba(11, 18, 32, 0.6);
  border: 1px solid rgba(122, 18, 56, 0.3);
  border-radius: 12px;
  color: var(--text);
  padding: 0.8rem 0.9rem;
  outline: 0;
  transition: all 0.2s ease;
  font-family: "Share", system-ui, sans-serif;
}
.s-d00b39815c187d832cef input:focus,
.s-d00b39815c187d832cef textarea:focus {
  border-color: rgba(122, 18, 56, 0.5);
  background: rgba(11, 18, 32, 0.8);
  box-shadow: 0 0 0 3px rgba(122, 18, 56, 0.1);
}
.s-d00b39815c187d832cef textarea {
  resize: vertical;
  min-height: 100px;
}
.s-212301c593df7a10ee64 {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.2rem;
  border-radius: 16px;
  background: linear-gradient(180deg, var(--aqua), #1ed2c7);
  color: #081010;
  font-weight: 800;
  box-shadow: 0 8px 24px rgba(122, 18, 56, 0.35);
}
#fx-consent-panel,
#fx-consent-toast {
  display: none;
  border: 1px solid rgba(122, 18, 56, 0.08);
  box-shadow: var(--shadow);
}
.s-68caafb2fa51d2dd399a {
  font-family: "JetBrains Mono", ui-monospace, Menlo, Consolas, monospace;
}
footer.s-c099a42a5555825cdb50 {
  border-top: 1px solid rgba(122, 18, 56, 0.06);
  background: rgba(15, 18, 22, 0.7);
  backdrop-filter: blur(12px) saturate(130%);
}
.s-32cb9138ce24c9c5d191 {
  padding: 30px 0;
}
.s-9486136cc1915d801ca1 {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 20px;
}
.s-136d18f212024d0a9fa2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 20px;
}
.s-32cb9138ce24c9c5d191 a {
  display: block;
  padding: 6px 0;
  opacity: 0.9;
}
.s-32cb9138ce24c9c5d191 a:hover {
  text-decoration: underline;
  opacity: 1;
}
.s-2a1b875b84fa7245c2d4 {
  opacity: 0.65;
  font-size: 0.92rem;
  margin-top: 8px;
}
[role="button"],
a,
button {
  cursor: pointer;
}
@media (max-width: 980px) {
  .s-7a86b15480e0a870f0b0 {
    display: inline-block;
  }
  .s-379e75c850e1334ef7be a {
    display: none;
  }
  .s-6ac600e95bd39c321f73,
  .s-d00b39815c187d832cef .s-e8cdc05b346aa0d4a91a {
    grid-template-columns: 1fr;
  }
}
#fx-consent-root {
  position: fixed;
  inset: auto 16px 16px auto;
  z-index: 2147483640;
}
#fx-consent-toast {
  width: min(92vw, 520px);
  background: rgba(19, 23, 29, 0.92);
  border-radius: var(--rad);
  padding: 14px 14px 12px;
  backdrop-filter: blur(10px) saturate(130%);
  animation: 0.28s ease-out fx-pop;
}
#fx-consent-toast h3 {
  margin: 0 0 6px;
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: 0.2px;
}
#fx-consent-toast p {
  margin: 0 0 10px;
  color: var(--muted);
  line-height: 1.45;
  font-size: 0.95rem;
}
#fx-consent-toast .s-379e75c850e1334ef7be {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 4px 0 10px;
}
#fx-consent-toast a {
  color: var(--aqua);
  text-decoration: none;
}
#fx-consent-toast a:hover,
.s-23186625e4b4a797aea1:hover {
  text-decoration: underline;
}
#fx-consent-toast .s-e8cdc05b346aa0d4a91a {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#fx-consent-toast .s-212301c593df7a10ee64 {
  cursor: pointer;
  border: 1px solid rgba(122, 18, 56, 0.12);
  border-radius: 12px;
  padding: 0.6rem 0.9rem;
  font-weight: 800;
  background: rgba(122, 18, 56, 0.05);
  color: var(--text);
  transition: transform 0.06s, opacity 0.2s;
}
#fx-consent-toast .s-212301c593df7a10ee64:hover {
  opacity: 0.95;
}
#fx-consent-toast .s-212301c593df7a10ee64:active {
  transform: translateY(1px);
}
#fx-consent-toast .s-212301c593df7a10ee64.s-e3b7c980d763196e9d13 {
  background: linear-gradient(180deg, var(--aqua), #1ed2c7);
  color: #081010;
  border-color: transparent;
  box-shadow: 0 8px 20px rgba(122, 18, 56, 0.35);
}
#fx-consent-toast .s-212301c593df7a10ee64.s-c4745785181de931cfd5 {
  background: 0 0;
}
#fx-consent-toast .s-212301c593df7a10ee64.s-0e5819ccf5ced961666b {
  border: 0;
  background: 0 0;
  color: var(--aqua);
  padding: 0.6rem 0.2rem;
}
#fx-consent-panel {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: min(92vw, 560px);
  background: rgba(19, 23, 29, 0.98);
  border-radius: var(--rad);
  backdrop-filter: blur(10px) saturate(140%);
  padding: 14px;
  animation: 0.25s fx-slide;
}
#fx-consent-panel header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  margin-bottom: 8px;
}
#fx-consent-panel h3 {
  margin: 0;
  font-size: 1.06rem;
  font-weight: 800;
}
#fx-consent-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}
#fx-consent-panel .s-38b62be4bddaa5661c7d {
  display: grid;
  gap: 10px;
  margin: 12px 0;
}
.s-f9233b3c06371decdff2 {
  border: 1px solid rgba(122, 18, 56, 0.08);
  border-radius: 14px;
  padding: 10px 12px;
  background: rgba(122, 18, 56, 0.03);
}
.s-ea75e9dd1e754d4b39cd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.s-a105c3898c5101325c31 {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.4;
}
.s-fbb15844dddd1fddcd69 {
  opacity: 0.7;
  font-size: 0.85rem;
}
.s-7d55bf7539a490fd451c {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 10px;
}
.s-7d55bf7539a490fd451c .s-212301c593df7a10ee64 {
  padding: 0.65rem 0.95rem;
  border-radius: 12px;
}
.s-0bca48663b9a17534191 {
  cursor: pointer;
  border: 0;
  background: 0 0;
  color: var(--muted);
  font-weight: 800;
  font-size: 1.1rem;
}
.s-baa41a45c1c838dda4cf {
  --h: 22px;
  --w: 42px;
  position: relative;
  width: var(--w);
  height: var(--h);
}
.s-baa41a45c1c838dda4cf input {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.s-8fb3986ff985fcf358d4 {
  width: 100%;
  height: 100%;
  background: #2a2f36;
  border: 1px solid rgba(122, 18, 56, 0.14);
  border-radius: 999px;
  transition: background 0.2s, border-color 0.2s;
}
.s-aacb57b587a139394e64 {
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--aqua), #1ed2c7);
  box-shadow: 0 2px 8px rgba(122, 18, 56, 0.4);
  transition: left 0.2s;
}
.s-baa41a45c1c838dda4cf input:checked ~ .s-8fb3986ff985fcf358d4 {
  background: rgba(122, 18, 56, 0.25);
  border-color: transparent;
}
.s-baa41a45c1c838dda4cf input:checked ~ .s-aacb57b587a139394e64 {
  left: calc(100% - 19px);
}
.s-23186625e4b4a797aea1 {
  cursor: pointer;
  color: var(--aqua);
  font-weight: 800;
  text-decoration: none;
  border: 0;
  background: 0 0;
  padding: 0;
}
@keyframes fx-pop {
  from {
    transform: translateY(6px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fx-slide {
  from {
    transform: translateY(8px);
    opacity: 0.6;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (max-width: 560px) {
  #fx-consent-root {
    inset: auto 10px 12px auto;
  }
  #fx-consent-panel,
  #fx-consent-toast {
    padding: 12px;
  }
}
