
:root {
  --bg-color: #e9dfeb;
  --text-color: #59586a;
  --heading-color: #1f2130;
  --accent: #7f54b3;
  --card-bg: rgba(255, 255, 255, 0.96);
  --card-bg-soft: rgba(255, 255, 255, 0.84);
  --footer-bg: #0f1020;
  --button-bg: #1f2130;
  --button-hover: #7f54b3;
  --button-text: #ffffff;
  --line: rgba(255, 255, 255, 0.18);
  --border: rgba(78, 59, 104, 0.14);
  --shadow: 0 24px 60px rgba(14, 16, 32, 0.18);
  --shadow-soft: 0 20px 45px rgba(23, 26, 45, 0.12);
  --radius-lg: 32px;
  --radius-md: 22px;
  --body-bg-image: var(--bg-image, url("https://officevitae.com/wp-content/uploads/2026/01/background-circle-curves-2025-10-17-04-30-37-utc-scaled.jpg"));
  --header-image: var(--hero-image, var(--body-bg-image));
  --knob-image: var(--header-image);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  line-height: 1.75;
  color: var(--text-color);
  background-color: var(--bg-color);
  background-image:
    radial-gradient(circle at top left, rgba(255,255,255,0.35), transparent 38%),
    linear-gradient(140deg, rgba(255,255,255,0.18), rgba(255,255,255,0)),
    var(--body-bg-image);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: linear-gradient(180deg, rgba(237, 230, 240, 0.38) 0%, rgba(239, 241, 250, 0.08) 42%, rgba(242, 236, 247, 0.3) 100%);
  pointer-events: none;
  z-index: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

iframe {
  display: block;
  width: 100%;
  border: 0;
}

button,
input,
textarea {
  font: inherit;
}

a {
  color: var(--accent);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.c359f5 {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.c359f25 {
  width: min(1380px, calc(100% - 72px));
  margin: 0 auto;
}

.c359f30 {
  position: absolute;
  left: -9999px;
  top: auto;
}

.c359f30:focus {
  left: 20px;
  top: 20px;
  z-index: 9999;
  background: #fff;
  color: #000;
  padding: 10px 14px;
  border-radius: 8px;
  text-decoration: none;
}

.c359f17 {
  position: relative;
  overflow: hidden;
  color: #fff;
  background-color: #111322;
  background-image:
    linear-gradient(120deg, rgba(9, 11, 23, 0.88), rgba(33, 25, 61, 0.7)),
    var(--header-image);
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.08);
}

.c359f17::before,
.c359f17::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(6px);
}

.c359f17::before {
  width: 220px;
  height: 220px;
  right: min(4vw, 48px);
  top: 26px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.22), transparent 70%);
}

.c359f17::after {
  width: 360px;
  height: 360px;
  right: -90px;
  bottom: -170px;
  background: radial-gradient(circle, rgba(131, 101, 193, 0.3), transparent 72%);
}

.c359f24 {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 32px;
  padding: 56px 0 34px;
}

.c359f23 {
  display: grid;
  gap: 16px;
  max-width: 680px;
}

.c359f6 {
  display: inline-flex;
  align-items: center;
  gap: 0;
  width: fit-content;
  padding: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 16px 32px rgba(8, 10, 20, 0.18);
  font-size: 0;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 700;
}

.c359f6::before {
  content: "";
  width: 54px;
  height: 54px;
  border-radius: 50%;
  flex: 0 0 auto;
  background-image: var(--knob-image);
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.22), 0 10px 20px rgba(0,0,0,0.24);
}

.site-title {
  margin: 0;
  font-size: clamp(2.25rem, 4.2vw, 4.9rem);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.site-title a {
  color: #fff;
  text-decoration: none;
}

.site-title a:hover {
  color: #fff;
  text-decoration: none;
}

.c359f29 {
  margin: 0;
  max-width: 640px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.03rem;
}

.c359f16 {
  display: flex;
  justify-content: flex-end;
}

.c359f26 {
  display: none;
}

.c359f28 {
  display: none;
}

.c359f34 {
  display: block;
  padding: 12px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 18px 36px rgba(5, 8, 18, 0.16);
}

.c359f27 {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.c359f27 li {
  margin: 0;
}

.c359f27 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: transform 0.22s ease, background-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}

.c359f27 a:hover,
.c359f27 .c359f20 a {
  color: #151622;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
  text-decoration: none;
  transform: translateY(-1px);
}

.c359f33 {
  flex: 1;
  padding: 74px 0 54px;
}

.c359f22 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 34px;
  align-items: start;
}

.c359f12,
.c359f36 {
  position: relative;
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.c359f12 {
  padding: clamp(28px, 4vw, 44px);
  overflow: hidden;
}

.c359f12::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 7px;
  background: linear-gradient(90deg, var(--accent), rgba(127, 84, 179, 0.18), rgba(255,255,255,0));
}

.c359f31 {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 20px;
}

.c359f31::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: clamp(92px, 15vw, 180px);
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), rgba(127, 84, 179, 0.14));
}

.entry-title {
  margin: 0;
  color: var(--heading-color);
  font-size: clamp(2.65rem, 4vw, 4.35rem);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.c359f40 {
  color: var(--text-color);
}

.c359f40 h2 {
  margin: 38px 0 14px;
  color: var(--heading-color);
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.c359f40 p,
.c359f40 ul,
.c359f40 ol,
.c359f40 blockquote {
  margin: 0 0 20px;
}

.c359f40 strong {
  color: var(--heading-color);
}

.c359f40 blockquote {
  padding: 18px 22px;
  border-left: 4px solid var(--accent);
  background: rgba(127, 84, 179, 0.06);
  border-radius: 0 18px 18px 0;
}

.c359f9,
.c359f40 .c359f14 {
  margin: 34px 0;
}

.c359f9 img,
.c359f40 .c359f14 img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 26px;
  box-shadow: var(--shadow);
}

.c359f13 {
  position: sticky;
  top: 24px;
}

.c359f36 {
  padding: 26px;
  background: var(--card-bg-soft);
  backdrop-filter: blur(10px);
}

.c359f36 + .c359f36 {
  margin-top: 22px;
}

.c359f41 {
  margin: 0 0 14px;
  color: var(--heading-color);
  font-size: 1.3rem;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.c359f37 {
  display: flex;
  gap: 12px;
  align-items: stretch;
}

.c359f37 input[type="search"] {
  width: 100%;
  min-width: 0;
  min-height: 52px;
  padding: 12px 15px;
  border: 1px solid rgba(75, 68, 94, 0.12);
  background: rgba(255, 255, 255, 0.92);
  color: #333;
}

.c359f37 input[type="search"],
.c359f18 input,
.c359f18 textarea,
button {
  border-radius: 16px;
}

.c359f37 input[type="search"]::placeholder,
.c359f18 input::placeholder,
.c359f18 textarea::placeholder {
  color: #8a8797;
}

.c359f37 input[type="search"]:focus,
.c359f18 input:focus,
.c359f18 textarea:focus {
  outline: 2px solid rgba(127, 84, 179, 0.72);
  outline-offset: 1px;
}

button {
  min-height: 52px;
  padding: 0 18px;
  border: 1px solid transparent;
  background: linear-gradient(135deg, var(--button-bg), var(--accent));
  color: var(--button-text);
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 14px 26px rgba(32, 22, 55, 0.16);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

button:hover {
  background: linear-gradient(135deg, var(--button-hover), var(--accent));
  transform: translateY(-1px);
  box-shadow: 0 18px 32px rgba(32, 22, 55, 0.22);
}

.c359f21 {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.c359f21 li {
  margin: 0;
}

.c359f21 a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 16px;
  color: var(--heading-color);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(75, 68, 94, 0.08);
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.c359f21 a::after {
  content: "↗";
  color: var(--accent);
  font-size: 0.95rem;
}

.c359f21 a:hover {
  transform: translateX(4px);
  border-color: rgba(127, 84, 179, 0.28);
  color: var(--accent);
}

.c359f4 {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: var(--shadow-soft);
}

.c359f4 iframe {
  width: 100%;
  height: 100%;
}

.c359f18 {
  display: block;
}

.c359f11 {
  margin-bottom: 20px;
}

.c359f11 label {
  display: block;
  margin-bottom: 8px;
  color: var(--heading-color);
  font-weight: 700;
}

.c359f18 input,
.c359f18 textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(75, 68, 94, 0.12);
  background: rgba(255, 255, 255, 0.94);
  color: #333;
}

.c359f18 textarea {
  resize: vertical;
  min-height: 180px;
}

.c359f7 {
  background: linear-gradient(180deg, rgba(10, 10, 20, 0.88), rgba(10, 10, 20, 0.98));
  color: rgba(255, 255, 255, 0.92);
  text-align: center;
  padding: 28px 0;
  backdrop-filter: blur(10px);
}

.c359f7 .c359f25 {
  width: min(1380px, calc(100% - 40px));
}

.site-info {
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

@media (max-width: 1180px) {
  .c359f24 {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .c359f16 {
    justify-content: flex-start;
  }

  .c359f22 {
    grid-template-columns: 1fr;
  }

  .c359f13 {
    position: static;
  }
}

@media (max-width: 768px) {
  .c359f25 {
    width: min(100%, calc(100% - 26px));
  }

  .c359f24 {
    gap: 22px;
    padding: 34px 0 24px;
  }

  .c359f6 {
    font-size: 0.78rem;
  }

  .c359f28 {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width: fit-content;
    padding: 10px 16px 10px 10px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #fff;
    cursor: pointer;
    user-select: none;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    box-shadow: 0 16px 28px rgba(0,0,0,0.18);
    margin-bottom: 12px;
  }

  .c359f28::before {
    content: "";
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-image: var(--knob-image);
    background-size: cover;
    background-position: center;
    flex: 0 0 auto;
    box-shadow: inset 0 0 0 2px rgba(255,255,255,0.22);
  }

  .c359f28 span {
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
    margin: 2px 0;
  }

  .c359f28 b {
    font-size: 0.95rem;
    line-height: 1;
    margin-left: 4px;
  }

  .c359f34 {
    display: none;
    width: 100%;
    padding: 12px;
    border-radius: 24px;
  }

  .c359f26:checked + .c359f28 + .c359f34 {
    display: block;
  }

  .c359f27 {
    flex-direction: column;
    align-items: stretch;
  }

  .c359f27 a {
    justify-content: flex-start;
  }

  .c359f33 {
    padding-top: 34px;
  }

  .c359f12,
  .c359f36 {
    padding: 22px;
    border-radius: 24px;
  }

  .c359f37 {
    flex-direction: column;
  }

  .c359f37 button {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .c359f25 {
    width: min(100%, calc(100% - 26px));
  }

  .c359f24 {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    padding: 22px 0 18px;
  }

  .c359f23 {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: none;
    min-width: 0;
  }

  .c359f6 {
    display: none;
  }

  .site-title {
    font-size: clamp(2rem, 9vw, 2.9rem);
    line-height: 1;
  }

  .c359f16 {
    position: relative;
    width: auto;
    justify-content: flex-end;
  }

  .c359f28 {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: 48px;
    height: 48px;
    padding: 0;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    cursor: pointer;
    user-select: none;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
  }

  .c359f28::before,
  .c359f28 b {
    display: none;
  }

  .c359f28 span {
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
    margin: 2px 0;
    border-radius: 999px;
  }

  .c359f26:checked + .c359f28 {
    background: rgba(255, 255, 255, 0.16);
  }

  .c359f34 {
    display: none;
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    width: min(280px, calc(100vw - 26px));
    padding: 10px;
    border-radius: 18px;
    background: rgba(20, 18, 34, 0.98);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
    z-index: 40;
  }

  .c359f26:checked + .c359f28 + .c359f34 {
    display: block;
  }

  .c359f27 {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .c359f27 li {
    width: 100%;
  }

  .c359f27 a {
    width: 100%;
    min-height: 44px;
    justify-content: flex-start;
    padding: 12px 14px;
    border-radius: 14px;
    font-size: 1rem;
  }

  .c359f27 a:hover,
  .c359f27 .c359f20 a {
    transform: none;
  }

  .c359f33 {
    padding-top: 28px;
  }

  .c359f12,
  .c359f36 {
    padding: 22px;
    border-radius: 24px;
  }

  .c359f37 {
    flex-direction: column;
  }

  .c359f37 button {
    width: 100%;
  }
}
/* ===== Fix mobile burger menu showing behind content ===== */
@media (max-width: 768px) {
  .c359f17 {
    overflow: visible;
  }

  .c359f24,
  .c359f16 {
    position: relative;
    z-index: 50;
  }

  .c359f34 {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    z-index: 999;
  }
}

/* wf-sample-17-theme-vars-start */
:root{--bg-color:#f4ece6;--text-color:#493e36;--heading-color:#312219;--accent:#b57044;--action:#8338ec;--action-hover:#692dbd;--card-bg:rgba(255,255,255,0.96);--card-bg-soft:rgba(253,252,251,0.84);--footer-bg:#47212d;--button-text:#ffffff;--line:rgba(248,251,255,0.16);--border:rgba(242,231,223,0.18);--shadow:0 24px 60px rgba(181,112,68,0.18);--shadow-soft:0 20px 45px rgba(181,112,68,0.12);--wf-muted:#958f8a;--wf-header-bg:#1d3049;--wf-header-bg-2:#122033;--wf-header-title:#f8fbff;--wf-header-link:#e6f1ff;--wf-header-border:#8fb0d9;--wf-header-panel:rgba(255,255,255,0.10);--wf-footer-text:#fff7fa;--wf-footer-border:#caa0ab;--bg-image:url("assets/generated/aurora_ocean.jpg");--hero-image:url("assets/generated/mesh_pastel.jpg");--header-image:url("assets/generated/mesh_pastel.jpg");--knob-image:url("assets/generated/mesh_pastel.jpg");}body{color:var(--text-color) !important;background-color:var(--bg-color) !important;}body.c359f8{background-image:radial-gradient(circle at top left, rgba(255,255,255,0.35), transparent 38%),linear-gradient(140deg, rgba(255,255,255,0.18), rgba(255,255,255,0)),var(--bg-image) !important;background-position:center top !important;background-size:cover !important;background-repeat:no-repeat !important;background-attachment:fixed !important;}@media (max-width:768px){body.c359f8{background-attachment:scroll !important;}}.c359f17{background-color:var(--wf-header-bg) !important;background-image:linear-gradient(120deg, rgba(29,48,73,0.88), rgba(18,32,51,0.7)), var(--header-image) !important;background-size:cover !important;background-position:center !important;border-bottom:1px solid rgba(248,251,255,0.18) !important;box-shadow:inset 0 -1px 0 rgba(255,255,255,0.08), 0 18px 46px rgba(29,48,73,0.22) !important;}.c359f17::before{background:radial-gradient(circle, rgba(248,251,255,0.2), transparent 70%) !important;}.c359f17::after{background:radial-gradient(circle, rgba(181,112,68,0.3), transparent 72%) !important;}.c359f6{background:var(--wf-header-panel) !important;border-color:rgba(248,251,255,0.2) !important;}.site-title a{color:var(--wf-header-title) !important;}.c359f29{color:rgba(248,251,255,0.82) !important;}.c359f34{background:var(--wf-header-panel) !important;border:1px solid rgba(248,251,255,0.16) !important;box-shadow:0 18px 36px rgba(18,32,51,0.18) !important;}.c359f27 a{color:var(--wf-header-link) !important;}.c359f27 a:hover,.c359f27 .c359f20 a{color:#122033 !important;background:rgba(255,255,255,0.94) !important;box-shadow:0 10px 20px rgba(0,0,0,0.16) !important;text-decoration:none !important;}.c359f12,.c359f36{background:var(--card-bg) !important;border-color:var(--border) !important;box-shadow:var(--shadow-soft) !important;}.c359f36{background:var(--card-bg-soft) !important;}.entry-title,.c359f40 h2,.c359f41,.c359f11 label{color:var(--heading-color) !important;}.c359f37 input[type="search"],.c359f18 input,.c359f18 textarea{background:rgba(255,255,255,0.92) !important;color:#333 !important;border-color:rgba(181,112,68,0.14) !important;}.c359f37 input[type="search"]::placeholder,.c359f18 input::placeholder,.c359f18 textarea::placeholder{color:#958f8a !important;}.c359f37 input[type="search"]:focus,.c359f18 input:focus,.c359f18 textarea:focus{outline:2px solid rgba(131,56,236,0.72) !important;outline-offset:1px !important;}button,.c359f37 button,.c359f18 button{background:linear-gradient(135deg, #8338ec, #692dbd) !important;color:#ffffff !important;border-color:#8338ec !important;box-shadow:0 14px 26px rgba(131,56,236,0.22) !important;}button:hover,.c359f37 button:hover,.c359f18 button:hover{background:#692dbd !important;color:#ffffff !important;box-shadow:0 18px 32px rgba(105,45,189,0.28) !important;}.c359f21 a{background:rgba(255,255,255,0.92) !important;border-color:rgba(181,112,68,0.08) !important;color:var(--heading-color) !important;}.c359f21 a::after{color:#8338ec !important;}.c359f21 a:hover{border-color:rgba(131,56,236,0.28) !important;color:#8338ec !important;}.c359f4{background:#000 !important;}.c359f9 img,.c359f40 .c359f14 img{width:100% !important;height:auto !important;aspect-ratio:16 / 9 !important;object-fit:cover !important;}.c359f7{background:linear-gradient(180deg, rgba(71,33,45,0.88), rgba(71,33,45,0.98)) !important;color:var(--wf-footer-text) !important;border-top:1px solid var(--wf-footer-border) !important;backdrop-filter:blur(10px) !important;}.site-info{color:var(--wf-footer-text) !important;font-size:0.98rem !important;font-weight:600 !important;letter-spacing:0.01em !important;visibility:visible !important;opacity:1 !important;text-shadow:none !important;}.c359f7,.c359f7 *,.site-info,.site-info *{color:var(--wf-footer-text) !important;visibility:visible !important;opacity:1 !important;text-shadow:none !important;}@media (max-width:768px){.c359f28{background:var(--wf-header-panel) !important;border-color:rgba(248,251,255,0.22) !important;color:var(--wf-header-title) !important;}.c359f28 span{background:var(--wf-header-title) !important;}.c359f34{background:rgba(18,32,51,0.98) !important;border-color:rgba(248,251,255,0.12) !important;box-shadow:0 18px 38px rgba(18,32,51,0.24) !important;}.c359f27 a{color:var(--wf-header-link) !important;}}
/* wf-sample-17-theme-vars-end */
/* WF final opaque text container override start */
:root{--wf-final-box-1:#fffbeb;--wf-final-box-2:#fff7ed;--wf-final-box-3:#faf5ff;--wf-final-box-4:#f0f9ff;--wf-final-text:#334155;--wf-final-title:#111827;--wf-final-muted:#475569;--wf-final-border:rgba(15,23,42,.14);--wf-final-shadow:rgba(15,23,42,.10);}\nhtml body article,html body main article,html body main > section,html body main > div,html body [role="main"] article,html body [role="main"] section,html body [role="main"] > div,html body :where(article,section,div,aside)[class*="article"],html body :where(article,section,div,aside)[class*="Article"],html body :where(article,section,div,aside)[class*="content"],html body :where(article,section,div,aside)[class*="Content"],html body :where(article,section,div,aside)[class*="entry"],html body :where(article,section,div,aside)[class*="Entry"],html body :where(article,section,div,aside)[class*="post"],html body :where(article,section,div,aside)[class*="Post"],html body :where(article,section,div,aside)[class*="card"],html body :where(article,section,div,aside)[class*="Card"],html body :where(article,section,div,aside)[class*="panel"],html body :where(article,section,div,aside)[class*="Panel"],html body :where(article,section,div,aside)[class*="box"],html body :where(article,section,div,aside)[class*="Box"],html body :where(article,section,div,aside)[class*="widget"],html body :where(article,section,div,aside)[class*="Widget"],html body .content-card,html body .article-card,html body .post-card,html body .page-card,html body .contact-card,html body .contact-panel,html body .widget,html body section.widget,html body aside.widget,html body .sidebar .widget{background:var(--wf-final-box-1) !important;background-color:var(--wf-final-box-1) !important;background-image:none !important;opacity:1 !important;backdrop-filter:none !important;-webkit-backdrop-filter:none !important;color:var(--wf-final-text) !important;border:1px solid var(--wf-final-border) !important;box-shadow:0 18px 42px var(--wf-final-shadow) !important;}\nhtml body main > section:nth-of-type(2n),html body main > div:nth-of-type(2n),html body article:nth-of-type(2n),html body :where(article,section,div,aside)[class*="card"]:nth-of-type(2n),html body :where(article,section,div,aside)[class*="panel"]:nth-of-type(2n),html body :where(article,section,div,aside)[class*="content"]:nth-of-type(2n),html body .widget:nth-of-type(2n){background:var(--wf-final-box-2) !important;background-color:var(--wf-final-box-2) !important;background-image:none !important;}\nhtml body main > section:nth-of-type(3n),html body main > div:nth-of-type(3n),html body article:nth-of-type(3n),html body :where(article,section,div,aside)[class*="card"]:nth-of-type(3n),html body :where(article,section,div,aside)[class*="panel"]:nth-of-type(3n),html body :where(article,section,div,aside)[class*="content"]:nth-of-type(3n),html body .widget:nth-of-type(3n){background:var(--wf-final-box-3) !important;background-color:var(--wf-final-box-3) !important;background-image:none !important;}\nhtml body article.page,html body .post,html body .hentry{background:var(--wf-final-box-4) !important;background-color:var(--wf-final-box-4) !important;background-image:none !important;opacity:1 !important;color:var(--wf-final-text) !important;}\nhtml body article :where(.entry-content,.post-content,.article-body,.article-content,.content,.copy,.text),html body main :where(.entry-content,.post-content,.article-body,.article-content,.content,.copy,.text),html body :where(article,section,div,aside)[class*="card"] :where(.entry-content,.post-content,.article-body,.article-content,.content,.copy,.text),html body :where(article,section,div,aside)[class*="panel"] :where(.entry-content,.post-content,.article-body,.article-content,.content,.copy,.text){background:transparent !important;background-image:none !important;opacity:1 !important;box-shadow:none !important;backdrop-filter:none !important;-webkit-backdrop-filter:none !important;}\nhtml body article::before,html body article::after,html body main > section::before,html body main > section::after,html body main > div::before,html body main > div::after,html body :where(article,section,div,aside)[class*="card"]::before,html body :where(article,section,div,aside)[class*="card"]::after,html body :where(article,section,div,aside)[class*="panel"]::before,html body :where(article,section,div,aside)[class*="panel"]::after,html body :where(article,section,div,aside)[class*="content"]::before,html body :where(article,section,div,aside)[class*="content"]::after{background:transparent !important;background-image:none !important;opacity:0 !important;box-shadow:none !important;backdrop-filter:none !important;-webkit-backdrop-filter:none !important;pointer-events:none !important;}\nhtml body article :where(p,li,span,div,blockquote,small,strong,em),html body main > section :where(p,li,span,div,blockquote,small,strong,em),html body main > div :where(p,li,span,div,blockquote,small,strong,em),html body :where(article,section,div,aside)[class*="card"] :where(p,li,span,div,blockquote,small,strong,em),html body :where(article,section,div,aside)[class*="panel"] :where(p,li,span,div,blockquote,small,strong,em),html body :where(article,section,div,aside)[class*="content"] :where(p,li,span,div,blockquote,small,strong,em),html body .widget :where(p,li,span,div,blockquote,small,strong,em){color:var(--wf-final-text) !important;}\nhtml body article :where(h1,h2,h3,h4,h5,h6),html body main > section :where(h1,h2,h3,h4,h5,h6),html body main > div :where(h1,h2,h3,h4,h5,h6),html body :where(article,section,div,aside)[class*="card"] :where(h1,h2,h3,h4,h5,h6),html body :where(article,section,div,aside)[class*="panel"] :where(h1,h2,h3,h4,h5,h6),html body :where(article,section,div,aside)[class*="content"] :where(h1,h2,h3,h4,h5,h6),html body .widget :where(h1,h2,h3,h4,h5,h6){color:var(--wf-final-title) !important;}\nhtml body article a,html body main > section a,html body main > div a,html body :where(article,section,div,aside)[class*="card"] a,html body :where(article,section,div,aside)[class*="panel"] a,html body :where(article,section,div,aside)[class*="content"] a,html body .widget a{color:var(--wf-accent, var(--accent, #2563eb)) !important;}\nhtml body article small,html body article .muted,html body main > section small,html body main > section .muted,html body main > div small,html body main > div .muted,html body .widget small,html body .widget .muted{color:var(--wf-final-muted) !important;}\n/* WF final opaque text container override end */
