:root {
  --bg: #0a0a0a;
  --panel: #151515;
  --card: #1a1a1a;
  --ink: #6b7280;
  --link-color: #ec4899;
  --link-hover: #f472b6;
  --text: #ffffff;
  --muted: #d1d5db;
  --accent: #ec4899;
  --container: clamp(280px, 92vw, 1180px);
  --header-h: 68px;
  --shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  color-scheme: dark;
}
#innercode-consent *,
*,
::after,
::before {
  box-sizing: border-box;
}
body,
html {
  height: 100%;
}
body,
dd,
dl,
h1,
h2,
h3,
h4,
ol,
p,
ul {
  margin: 0;
}
a {
  text-decoration: none;
  color: var(--link-color);
}
button,
input,
select,
textarea {
  font: inherit;
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--bg);
  color: var(--text);
  font-family: Inter, system-ui, Segoe UI, Roboto, Ubuntu, "Helvetica Neue",
    Arial, sans-serif;
  line-height: 1.65;
  max-width: 100vw;
  overflow-x: hidden;
}
.s-255a762c36cdae2fe950 {
  width: var(--container);
  margin-inline: auto;
  padding-inline: 20px;
}
a:hover {
  color: var(--link-hover);
}
header.s-c099a42a5555825cdb50 {
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--header-h);
  background: rgba(17, 24, 39, 0.65);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}
.s-493264b2b1e52308108f {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-h);
}
.s-47d7f82d729e4f2abaa7,
.s-63acf68c4f951d6412a8 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.s-692b487de2ca24216a14 {
  width: 38px;
  height: 38px;
}
.s-42b67a75f8270dd7c471 {
  font-weight: 800;
}
nav.s-e3b7c980d763196e9d13 {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}
nav.s-e3b7c980d763196e9d13 a {
  padding: 0.4rem 0.5rem;
  border-radius: 10px;
}
#innercode-consent .s-b0e512e7fb954d8625cb:hover,
.s-898ef899ed67a5f73ca7:hover,
.s-9aff325758d6eb4af422 a:hover,
nav.s-e3b7c980d763196e9d13 a:hover {
  background: rgba(236, 72, 153, 0.08);
}
.s-212301c593df7a10ee64 {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.85rem 1.1rem;
  border-radius: 14px;
  font-weight: 600;
  transition: background 0.25s, transform 0.25s;
}
.s-898ef899ed67a5f73ca7 {
  border: 1px solid var(--accent);
  color: var(--text);
  background: 0 0;
}
.s-23b0ed88362dca359e07 {
  background: var(--accent);
  color: #031018;
  box-shadow: 0 6px 18px rgba(236, 72, 153, 0.35);
}
.s-23b0ed88362dca359e07:hover {
  background: var(--link-hover);
  transform: translateY(-1px);
}
.s-7a86b15480e0a870f0b0 {
  display: none;
  flex-direction: column;
  gap: 6px;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(148, 163, 184, 0.25);
  border-radius: 12px;
  background: #151515;
  cursor: pointer;
}
.s-7a86b15480e0a870f0b0 span {
  display: block;
  width: 20px;
  height: 2px;
  background: #cbd5e1;
  border-radius: 2px;
  transition: 0.25s;
}
.s-7a86b15480e0a870f0b0[aria-expanded="true"] span:first-child {
  transform: translateY(8px) rotate(45deg);
}
.s-7a86b15480e0a870f0b0[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}
.s-7a86b15480e0a870f0b0[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.s-b3cd584ff1d124ae8f1d {
  position: fixed;
  inset: 0;
  background: rgba(2, 6, 23, 0.7);
  backdrop-filter: blur(8px);
  display: none;
  z-index: 60;
}
#innercode-consent .s-4483ff9bd56b737fa2e9[aria-hidden="false"],
.s-b3cd584ff1d124ae8f1d[aria-hidden="false"] {
  display: block;
}
.s-9aff325758d6eb4af422 {
  position: absolute;
  inset-inline: 0;
  top: 0;
  background: #0a0a0a;
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
  padding: calc(var(--header-h) + 14px) 20px 26px;
}
.s-9aff325758d6eb4af422 a {
  display: block;
  padding: 14px 8px;
  border-radius: 12px;
  font-size: 1.05rem;
}
.s-1ca6b3ed90c584103b20 {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}
@media (max-width: 860px) {
  nav.s-e3b7c980d763196e9d13 {
    display: none;
  }
  .s-7a86b15480e0a870f0b0 {
    display: flex;
  }
  .s-42b67a75f8270dd7c471 {
    display: none;
  }
}
.s-mobile-menu-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid rgba(236, 72, 153, 0.3);
  border-radius: 12px;
  color: var(--text);
  cursor: pointer;
  transition: all 0.25s ease;
  z-index: 10;
}
.s-mobile-menu-close:hover {
  background: rgba(236, 72, 153, 0.1);
  border-color: rgba(236, 72, 153, 0.5);
  transform: rotate(90deg);
}
.s-mobile-menu-close svg {
  width: 20px;
  height: 20px;
  stroke: var(--text);
}
main {
  min-height: 100vh;
  background: linear-gradient(
    180deg,
    rgba(31, 41, 55, 0.5),
    rgba(2, 6, 23, 0.5)
  );
}
.s-20182fbc10716eb197ea {
  padding-block: clamp(44px, 6vw, 96px);
}
.s-f3c543ad5fe9d69603e7 {
  display: grid;
  gap: min(3vw, 28px);
}
.s-3c6de1b7dd91465d437e {
  font-weight: 900;
  letter-spacing: 0.2px;
  line-height: 1.1;
  font-size: clamp(26px, 4.6vw, 44px);
  margin-bottom: 12px;
}
.s-8cb33b2754e53feca4f7 {
  color: #d9e3ee;
  max-width: 78ch;
}
.s-61d3635cfc1891596cb0 {
  font-weight: 800;
  margin-top: 18px;
  margin-bottom: 8px;
}
.s-d2f9be8fe2148e1ef5da {
  color: #d9e3ee;
  max-width: 85ch;
}
.s-e4b074a036fcdaa716be {
  color: var(--muted);
}
.s-38b62be4bddaa5661c7d {
  margin: 8px 0 0 18px;
}
.s-38b62be4bddaa5661c7d li {
  margin: 6px 0;
}
.s-0214b4b355d11ca8f2ce {
  background: var(--card);
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 18px;
  padding: 18px;
  box-shadow: var(--shadow);
}
.s-136d18f212024d0a9fa2 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}
.s-68952ad60b2fd3e0c1f7 {
  grid-column: span 6;
}
.s-315055c6af0e96ecb451 {
  grid-column: span 12;
}
@media (max-width: 900px) {
  .s-68952ad60b2fd3e0c1f7 {
    grid-column: span 12;
  }
}
footer.s-c099a42a5555825cdb50 {
  border-top: 1px solid rgba(148, 163, 184, 0.18);
  background: #0c1422;
  margin-top: 40px;
}
.s-32cb9138ce24c9c5d191 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  padding: 22px 0;
}
.s-bda4be26f275c20b61c5 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.s-28f422eb716e8e7f9e25 {
  display: flex;
  gap: 12px;
  align-items: center;
}
.s-a2a31ea561697c1c86cc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 24px;
}
.s-b150a1aa0a630d6d247c {
  color: var(--muted);
  font-size: 0.92rem;
}
#innercode-consent {
  --vc-bg: #0a0a0a;
  --vc-panel: #151515;
  --vc-card: #1a1a1a;
  --vc-ink: #6b7280;
  --vc-text: #ffffff;
  --vc-muted: #d1d5db;
  --vc-accent: #ec4899;
  --vc-accent-2: #f472b6;
  --vc-border: rgba(209, 213, 219, 0.22);
}
#innercode-consent a {
  color: var(--vc-accent);
  text-decoration: none;
}
#innercode-consent a:hover {
  color: var(--vc-accent-2);
}
#innercode-consent .s-b2e57839cfb5d4c9d4e8 {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 9999;
  width: min(380px, calc(100vw - 22px));
  border-radius: 16px;
  background: var(--vc-card);
  color: var(--vc-text);
  border: 1px solid var(--vc-border);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  font: 14px/1.5 Inter, system-ui, Segoe UI, Roboto, Ubuntu, "Helvetica Neue",
    Arial, sans-serif;
}
#innercode-consent .s-4cfd80db8d2db13fcbd3 {
  padding: 14px 14px 12px;
}
#innercode-consent .s-09e89fd6a0514d73c693 {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
#innercode-consent .s-787fb50ed17585b504f3 {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--vc-accent);
  margin-top: 6px;
  box-shadow: 0 0 0 4px rgba(236, 72, 153, 0.12);
}
#innercode-consent .s-987ab6a53ddfd0fbe37a {
  font-weight: 800;
  margin: 0 0 4px;
  font-size: 15px;
  letter-spacing: 0.2px;
}
#innercode-consent .s-0ba0191044df33791578 {
  margin: 0;
  color: #d9e3ee;
}
#innercode-consent .s-12f43a3f662ac44d4a2a {
  margin-top: 6px;
  color: var(--vc-muted);
  font-size: 12.5px;
}
#innercode-consent .s-12f43a3f662ac44d4a2a a {
  color: var(--vc-accent);
}
#innercode-consent .s-20fb55714b82148be70b {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
  margin-top: 12px;
}
.s-41fe4fc655d26d04d4f3 {
  justify-content: space-between;
}
#innercode-consent .s-ea4a743988d267472c71 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 10px 12px;
  border-radius: 12px;
  font-weight: 700;
  border: 1px solid transparent;
  transition: 0.25s;
}
#innercode-consent .s-ea4a743988d267472c71:hover {
  transform: translateY(-1px);
}
#innercode-consent .s-6ed464c0ef5f9dff4b20 {
  background: var(--vc-accent);
  color: #031018;
  box-shadow: 0 6px 18px rgba(236, 72, 153, 0.35);
}
#innercode-consent .s-6ed464c0ef5f9dff4b20:hover {
  background: var(--vc-accent-2);
}
#innercode-consent .s-b0e512e7fb954d8625cb {
  background: 0 0;
  color: var(--vc-text);
  border-color: var(--vc-accent);
}
#innercode-consent .s-03448d6aa2ea59045471 {
  background: 0 0;
  color: var(--vc-accent);
  padding: 8px 10px;
  font-weight: 700;
}
#innercode-consent .s-956629bca44d22e8959c {
  height: 1px;
  background: var(--vc-border);
  margin: 10px -14px 0;
}
#innercode-consent .s-4483ff9bd56b737fa2e9 {
  display: none;
}
#innercode-consent .s-8d2e288432b257f0bc34 {
  padding: 12px 14px;
  border-top: 1px solid var(--vc-border);
}
#innercode-consent .s-8d2e288432b257f0bc34 h3 {
  margin: 0 0 6px;
  font-size: 13.5px;
  letter-spacing: 0.2px;
}
#innercode-consent .s-e50438ecae7b3a5158bc {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 0;
}
#innercode-consent .s-e50438ecae7b3a5158bc .s-2f8d8cfdfbcce498b9bb {
  color: var(--vc-muted);
  font-size: 12.5px;
  max-width: 72%;
}
#innercode-consent .s-124ad1ca5e181cadb884 {
  position: relative;
  width: 46px;
  height: 26px;
  flex: 0 0 auto;
}
#innercode-consent .s-124ad1ca5e181cadb884 input {
  position: absolute;
  inset: 0;
  opacity: 0;
}
#innercode-consent .s-9d70604262a204346d4c {
  position: absolute;
  inset: 0;
  background: #0a0a0a;
  border: 1px solid var(--vc-border);
  border-radius: 999px;
  transition: 0.2s;
}
#innercode-consent .s-bf525d73de99fd95a6ed {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #cbd5e1;
  transition: 0.2s;
}
#innercode-consent
  .s-124ad1ca5e181cadb884
  input:checked
  ~ .s-9d70604262a204346d4c {
  background: rgba(236, 72, 153, 0.25);
  border-color: rgba(236, 72, 153, 0.6);
}
#innercode-consent
  .s-124ad1ca5e181cadb884
  input:checked
  ~ .s-bf525d73de99fd95a6ed {
  left: 23px;
  background: #e6f6fe;
}
#innercode-consent
  .s-124ad1ca5e181cadb884
  input:disabled
  ~ .s-9d70604262a204346d4c {
  opacity: 0.7;
}
#innercode-consent
  .s-124ad1ca5e181cadb884
  input:disabled
  ~ .s-bf525d73de99fd95a6ed {
  background: #94a3b8;
}
#innercode-consent .s-6b5319b6514191143d0d {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 9998;
  display: none;
}
#innercode-consent .s-be81fdd0048b5b03d8d9 {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid var(--vc-border);
  background: #151515;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #cbd5e1;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}
#innercode-consent .s-be81fdd0048b5b03d8d9:hover {
  color: #e5e7eb;
  border-color: rgba(236, 72, 153, 0.6);
}
@media (max-width: 560px) {
  #innercode-consent .s-b2e57839cfb5d4c9d4e8 {
    right: 10px;
    left: 10px;
    bottom: 10px;
    width: auto;
  }
  #innercode-consent .s-e50438ecae7b3a5158bc .s-2f8d8cfdfbcce498b9bb {
    max-width: 68%;
  }
}
#innercode-consent .s-be81fdd0048b5b03d8d9,
#innercode-consent .s-ea4a743988d267472c71,
#innercode-consent [data-action] {
  cursor: pointer;
}
.s-b9024da4027f795b343f {
  display: flex;
  gap: 8px;
}
