:root {
  --accent: #ef4444;
  --accent-strong: #dc2626;
  --accent-soft: rgba(239, 68, 68, 0.14);
  --heading: #172033;
  --text: #475069;
  --muted: #6f7788;
  --line: rgba(15, 23, 42, 0.1);
  --line-strong: rgba(15, 23, 42, 0.16);
  --surface: rgba(255, 255, 255, 0.84);
  --surface-strong: rgba(255, 255, 255, 0.96);
  --surface-alt: rgba(255, 255, 255, 0.72);
  --footer-bg: #08111f;
  --header-surface: rgba(255, 255, 255, 0.78);
  --shadow-lg: 0 26px 70px rgba(15, 23, 42, 0.16);
  --shadow-md: 0 18px 45px rgba(15, 23, 42, 0.12);
  --shadow-sm: 0 10px 28px rgba(15, 23, 42, 0.08);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --container: 1360px;
  --transition: 260ms cubic-bezier(0.2, 0.8, 0.2, 1);
  --progress-angle: 0deg;
  --pointer-x: 50%;
  --pointer-y: 18%;
}

body.theme-dark {
  --accent: #ff625d;
  --accent-strong: #ff4a43;
  --accent-soft: rgba(255, 98, 93, 0.18);
  --heading: #edf2ff;
  --text: #d1d9e6;
  --muted: #94a3b8;
  --line: rgba(255, 255, 255, 0.1);
  --line-strong: rgba(255, 255, 255, 0.16);
  --surface: rgba(11, 19, 32, 0.82);
  --surface-strong: rgba(12, 21, 36, 0.94);
  --surface-alt: rgba(15, 23, 42, 0.76);
  --footer-bg: #02060d;
  --header-surface: rgba(10, 18, 30, 0.78);
  --shadow-lg: 0 26px 70px rgba(0, 0, 0, 0.36);
  --shadow-md: 0 18px 45px rgba(0, 0, 0, 0.28);
  --shadow-sm: 0 10px 28px rgba(0, 0, 0, 0.2);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 1.85;
  background:
    radial-gradient(900px 420px at var(--pointer-x) var(--pointer-y), rgba(239, 68, 68, 0.12), transparent 52%),
    linear-gradient(180deg, #f8fafc 0%, #fef7ef 100%);
  transition:
    background 420ms ease,
    color var(--transition);
  min-height: 100vh;
}

body.theme-dark {
  background:
    radial-gradient(900px 420px at var(--pointer-x) var(--pointer-y), rgba(255, 98, 93, 0.16), transparent 54%),
    linear-gradient(180deg, #030712 0%, #0b1220 100%);
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 10% 14%, rgba(255, 255, 255, 0.34), transparent 24%),
    radial-gradient(circle at 86% 10%, rgba(255, 255, 255, 0.2), transparent 24%);
  opacity: 0.75;
}

body.theme-dark::before {
  background:
    radial-gradient(circle at 10% 14%, rgba(255, 255, 255, 0.05), transparent 24%),
    radial-gradient(circle at 86% 10%, rgba(255, 255, 255, 0.04), transparent 24%);
  opacity: 1;
}

::selection {
  background: rgba(239, 68, 68, 0.18);
  color: var(--heading);
}

body.theme-dark ::selection {
  background: rgba(255, 98, 93, 0.26);
  color: #ffffff;
}

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

iframe {
  border: 0;
}

button,
input,
textarea {
  font: inherit;
}

input,
textarea {
  border: 1px solid var(--line-strong);
  color: var(--heading);
  background: rgba(255, 255, 255, 0.78);
  transition:
    border-color var(--transition),
    box-shadow var(--transition),
    background var(--transition),
    transform var(--transition);
}

body.theme-dark input,
body.theme-dark textarea {
  background: rgba(10, 18, 30, 0.7);
  color: var(--heading);
}

input:focus,
textarea:focus {
  outline: none;
  border-color: rgba(239, 68, 68, 0.7);
  box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.12);
}

a {
  color: var(--accent);
  text-decoration: none;
  transition:
    color var(--transition),
    transform var(--transition),
    opacity var(--transition),
    box-shadow var(--transition),
    background var(--transition);
}

a:hover,
a:focus {
  color: var(--accent-strong);
}

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

.c826467:focus {
  left: 14px;
  top: 14px;
  width: auto;
  height: auto;
  padding: 14px 18px;
  z-index: 99999;
  background: var(--surface-strong);
  color: var(--heading);
  font-weight: 700;
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
}

.c826416 {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

.c826475 {
  position: relative;
}

.c82645 {
  min-height: 10px;
  background: linear-gradient(90deg, rgba(239, 68, 68, 0.95), rgba(251, 113, 133, 0.75) 48%, rgba(239, 68, 68, 0.95));
  box-shadow: 0 10px 18px rgba(239, 68, 68, 0.16);
}

.c826463 {
  display: flex;
  align-items: center;
  min-height: 10px;
}

.c826446 {
  margin-left: auto;
  display: flex;
  gap: 18px;
  color: #fff;
  font-size: 14px;
}

.site-header {
  position: relative;
  z-index: 15;
  background: transparent;
  margin-bottom: 44px;
  transition: transform var(--transition);
}

.site-header.is-scrolled .c826448 {
  transform: translateY(-2px);
}

.c826414 {
  padding: 34px 0 20px;
  background: transparent;
}

.c826448 {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 16px 22px;
  background: var(--header-surface);
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: var(--shadow-sm);
  transition:
    transform var(--transition),
    box-shadow var(--transition),
    background var(--transition);
}

.c826448:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.c82641 {
  margin: 0;
  font-family: 'Nunito', sans-serif;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.c82641 a {
  position: relative;
  display: inline-block;
  color: var(--heading);
}

.c82641 a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(239, 68, 68, 0.3), rgba(239, 68, 68, 0.02));
}

.c82646 {
  position: sticky;
  top: 14px;
  z-index: 20;
  background: transparent;
}

.c82646 .c826416 {
  background:
    linear-gradient(135deg, rgba(239, 68, 68, 0.96), rgba(197, 36, 36, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 22px;
  box-shadow:
    0 24px 44px rgba(220, 38, 38, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition:
    box-shadow var(--transition),
    transform var(--transition);
}

.site-header.is-scrolled .c82646 .c826416 {
  box-shadow:
    0 30px 46px rgba(220, 38, 38, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.nav-inner {
  display: flex;
  align-items: center;
  min-height: 70px;
  padding: 0 12px;
}

.c826479 {
  min-width: 0;
}

.nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-menu li {
  position: relative;
}

.nav-menu a {
  position: relative;
  display: block;
  padding: 0 18px;
  line-height: 50px;
  margin: 10px 0;
  color: rgba(255, 255, 255, 0.94);
  font-weight: 700;
  letter-spacing: -0.01em;
  border-radius: 14px;
  overflow: hidden;
}

.nav-menu a::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0));
  opacity: 0;
  transition: opacity var(--transition);
}

.nav-menu a::after {
  content: '';
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 10px;
  height: 2px;
  transform: scaleX(0);
  transform-origin: center;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 999px;
  transition: transform var(--transition);
}

.nav-menu li.c82643 > a,
.nav-menu li:hover > a,
.nav-menu li:focus-within > a {
  background: rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.nav-menu li.c82643 > a::before,
.nav-menu li:hover > a::before,
.nav-menu li:focus-within > a::before,
.nav-menu li.c82643 > a::after,
.nav-menu li:hover > a::after,
.nav-menu li:focus-within > a::after {
  opacity: 1;
  transform: scaleX(1);
}

.c826471 {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-right: 8px;
}

.mode-switcher,
.search-icon-wrap {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    transform var(--transition),
    background var(--transition),
    box-shadow var(--transition);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.mode-switcher:hover,
.search-icon-wrap:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.18);
}

.mode-switcher {
  width: 60px;
  justify-content: flex-start;
  padding: 0 6px;
  border-radius: 999px;
  background: rgba(20, 20, 20, 0.32);
}

.mode-switcher span {
  position: relative;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, #ffffff 0%, #fff6ce 38%, #ffd166 100%);
  box-shadow:
    0 4px 10px rgba(0, 0, 0, 0.18),
    0 0 0 3px rgba(255, 255, 255, 0.18);
  transition:
    transform var(--transition),
    background var(--transition),
    box-shadow var(--transition);
}

.mode-switcher.is-active {
  background: rgba(15, 23, 42, 0.72);
  justify-content: flex-end;
}

.mode-switcher.is-active span {
  background:
    radial-gradient(circle at 65% 35%, #ffffff 0%, #dbeafe 40%, #93c5fd 100%);
}

.search-icon-wrap svg {
  width: 19px;
  height: 19px;
  fill: #ffffff;
}

#content {
  position: relative;
  background-image:
    linear-gradient(180deg, rgba(255, 248, 239, 0.55), rgba(255, 250, 244, 0.8)),
    url('https://thereversedboard.com/wp-content/uploads/2026/01/background-beige-bokeh-abstract-2025-02-22-01-06-57-utc-scaled.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  min-height: 100%;
}

body.theme-dark #content {
  background-image:
    linear-gradient(180deg, rgba(4, 10, 19, 0.68), rgba(8, 14, 23, 0.9)),
    url('https://thereversedboard.com/wp-content/uploads/2026/01/background-beige-bokeh-abstract-2025-02-22-01-06-57-utc-scaled.jpg');
}

.c826470 {
  padding: 26px 0 8px;
}

.c82648 {
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(280px, 0.72fr);
  gap: 40px;
  align-items: start;
}

.site-main,
.widget-area .widget {
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: var(--radius-xl);
  padding: 28px;
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition:
    transform var(--transition),
    box-shadow var(--transition),
    background var(--transition),
    border-color var(--transition);
}

.site-main {
  position: relative;
  overflow: hidden;
}

.site-main::before,
.widget-area .widget::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: linear-gradient(90deg, rgba(239, 68, 68, 0.8), rgba(251, 113, 133, 0.4));
  opacity: 0.9;
}

.widget-area .widget {
  position: relative;
}

.site-main:hover,
.widget-area .widget:hover {
  transform: translateY(-6px);
  box-shadow: 0 34px 76px rgba(15, 23, 42, 0.18);
}

body.theme-dark .site-main:hover,
body.theme-dark .widget-area .widget:hover {
  box-shadow: 0 34px 76px rgba(0, 0, 0, 0.34);
}

.c826485 {
  margin-bottom: 28px;
  padding-bottom: 0;
}

.c826460 {
  margin: 0;
  color: var(--heading);
  font-family: 'Nunito', sans-serif;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
  max-width: 12ch;
}

.entry-content {
  margin-top: 18px;
  font-size: 16px;
}

.entry-content p {
  margin: 0 0 18px;
  color: var(--text);
}

.entry-content strong {
  font-weight: 700;
  color: var(--heading);
}

.entry-content h2 {
  position: relative;
  margin: 38px 0 16px;
  color: var(--heading);
  font-family: 'Nunito', sans-serif;
  font-size: clamp(27px, 3vw, 36px);
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.02em;
  padding-bottom: 12px;
}

.entry-content h2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 72px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), rgba(239, 68, 68, 0.1));
}

.entry-image {
  max-width: 740px;
  margin: 28px auto 32px;
}

.entry-image img {
  width: 100%;
  border-radius: calc(var(--radius-lg) + 2px);
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.16);
  transform-origin: center;
  transition:
    transform 420ms ease,
    box-shadow 420ms ease,
    filter 420ms ease;
}

.entry-image:hover img {
  transform: scale(1.015);
  box-shadow: 0 26px 58px rgba(15, 23, 42, 0.22);
  filter: saturate(1.04);
}

.widget-area .widget {
  margin-bottom: 30px;
}

.c826427 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  padding: 0;
  border: 0;
  color: var(--heading);
  font-family: 'Nunito', sans-serif;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.c826427::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 30px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--accent), rgba(251, 113, 133, 0.45));
  box-shadow: 0 8px 16px rgba(239, 68, 68, 0.24);
}

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

.widget li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
}

.widget li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.widget li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 0 0 32px;
  color: var(--heading);
  font-size: 15px;
  line-height: 1.45;
  font-weight: 500;
}

.widget li a::before {
  content: '↗';
  position: absolute;
  left: 0;
  top: 50%;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  transform: translateY(-50%);
  color: var(--accent);
  background: var(--accent-soft);
  font-size: 12px;
  transition:
    transform var(--transition),
    background var(--transition),
    color var(--transition);
}

.widget li a:hover,
.widget li a:hover::before {
  color: var(--accent);
}

.widget li a:hover::before {
  transform: translateY(-50%) translateX(4px);
}

.widget-search label {
  display: block;
  margin-bottom: 14px;
  color: var(--heading);
  font-weight: 800;
  letter-spacing: -0.01em;
}

.c826476 {
  display: flex;
  align-items: stretch;
  gap: 10px;
}

.search-field {
  flex: 1 1 auto;
  width: auto;
  height: 52px;
  padding: 0 18px;
  border-radius: 16px;
}

.search-field::placeholder {
  color: var(--muted);
}

.c826449,
.contact-submit {
  position: relative;
  height: 52px;
  padding: 0 22px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.01em;
  cursor: pointer;
  box-shadow: 0 16px 30px rgba(239, 68, 68, 0.24);
  transition:
    transform var(--transition),
    box-shadow var(--transition),
    filter var(--transition);
}

.c826449 {
  flex: 0 0 auto;
}

.c826449:hover,
.c826449:focus,
.contact-submit:hover,
.contact-submit:focus {
  transform: translateY(-2px);
  box-shadow: 0 20px 36px rgba(239, 68, 68, 0.28);
  filter: brightness(1.03);
}

.widget-search.is-highlighted {
  animation: widgetPulse 1.35s ease;
}

.c826456 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 20px 36px rgba(15, 23, 42, 0.18);
}

.c826456::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.26);
  pointer-events: none;
}

.c826456 iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.contact-form {
  display: grid;
  gap: 18px;
}

.form-group {
  display: grid;
  gap: 10px;
}

.form-group label {
  font-weight: 700;
  color: var(--heading);
  letter-spacing: -0.01em;
}

.form-group input,
.form-group textarea {
  width: 100%;
  border-radius: 16px;
  padding: 14px 16px;
}

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

.contact-submit {
  width: fit-content;
  min-width: 160px;
}

.c826468 {
  background: transparent;
  margin-top: 70px;
  padding-bottom: 26px;
}

.c826431 {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
  background: linear-gradient(180deg, rgba(8, 17, 31, 0.96), rgba(8, 17, 31, 0.86));
  text-align: center;
  color: rgba(255, 255, 255, 0.88);
  padding: 18px 24px;
  font-size: 14px;
  border-radius: 24px;
  box-shadow: var(--shadow-md);
}

#ogma-news-scrollup {
  position: fixed;
  right: 26px;
  bottom: 26px;
  z-index: 50;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  line-height: 1;
  opacity: 0;
  transform: translateY(12px) scale(0.94);
  pointer-events: none;
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.18);
  background:
    conic-gradient(var(--accent) var(--progress-angle), rgba(255, 255, 255, 0.22) 0);
  transition:
    opacity var(--transition),
    transform var(--transition),
    color var(--transition),
    box-shadow var(--transition);
}

#ogma-news-scrollup::before {
  content: '';
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(239, 68, 68, 0.98), rgba(197, 36, 36, 0.96));
  z-index: -1;
}

#ogma-news-scrollup.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

#ogma-news-scrollup:hover,
#ogma-news-scrollup:focus {
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 26px 50px rgba(15, 23, 42, 0.24);
}

.reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  z-index: 120;
  background: rgba(255, 255, 255, 0.14);
  overflow: hidden;
  pointer-events: none;
}

.reading-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--accent), #fb7185);
  transform-origin: 0 50%;
  transform: scaleX(0);
  transition: transform 80ms linear;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 620ms ease var(--reveal-delay, 0ms),
    transform 620ms ease var(--reveal-delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.toast-message {
  position: fixed;
  left: 50%;
  bottom: 30px;
  z-index: 130;
  padding: 14px 18px;
  border-radius: 16px;
  color: #ffffff;
  background: rgba(15, 23, 42, 0.92);
  box-shadow: var(--shadow-md);
  transform: translate(-50%, 16px);
  opacity: 0;
  transition:
    opacity var(--transition),
    transform var(--transition);
  pointer-events: none;
  font-weight: 600;
}

.toast-message.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

@keyframes widgetPulse {
  0% { box-shadow: var(--shadow-lg); }
  35% { box-shadow: 0 0 0 10px rgba(239, 68, 68, 0.08), var(--shadow-lg); }
  100% { box-shadow: var(--shadow-lg); }
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
.mode-switcher:focus-visible,
.search-icon-wrap:focus-visible,
#ogma-news-scrollup:focus-visible {
  outline: 3px solid rgba(239, 68, 68, 0.3);
  outline-offset: 3px;
}

@media (max-width: 1120px) {
  .c82648 {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .widget-area {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: start;
  }

  .widget-area .widget {
    margin-bottom: 0;
  }

  .c826460 {
    max-width: none;
  }
}

@media (max-width: 900px) {
  .c82646 {
    top: 10px;
  }

  .nav-inner {
    flex-wrap: wrap;
    padding: 10px;
    gap: 10px;
  }

  .nav-menu {
    flex-wrap: wrap;
  }

  .c826471 {
    width: 100%;
    justify-content: flex-end;
    padding: 0 2px 4px;
  }

  .widget-area {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .c826416,
  .c826431 {
    width: min(var(--container), calc(100% - 22px));
  }

  .c826414 {
    padding: 22px 0 16px;
  }

  .c826448 {
    padding: 14px 18px;
  }

  .c82641 {
    font-size: 28px;
  }

  .c82646 .c826416 {
    border-radius: 18px;
  }

  .nav-menu a {
    line-height: 46px;
    padding: 0 14px;
    margin: 0;
  }

  .c826470 {
    padding-top: 18px;
  }

  .site-main,
  .widget-area .widget {
    padding: 22px 18px;
    border-radius: 22px;
  }

  .c826460 {
    font-size: 30px;
  }

  .entry-content {
    font-size: 15.5px;
  }

  .entry-content h2 {
    font-size: 25px;
  }

  .c826476 {
    flex-direction: column;
  }

  .c826449,
  .contact-submit {
    width: 100%;
  }

  #ogma-news-scrollup {
    right: 16px;
    bottom: 16px;
    width: 52px;
    height: 52px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal,
  .reveal.is-visible {
    opacity: 1;
    transform: none;
  }
}
.mobile-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  transition:
    transform var(--transition),
    background var(--transition),
    box-shadow var(--transition);
}

.mobile-menu-toggle:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.18);
}

.mobile-menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: #ffffff;
  transition:
    transform var(--transition),
    opacity var(--transition),
    width var(--transition);
}

@media (max-width: 900px) {
  .nav-inner {
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    padding: 10px;
  }

  .mobile-menu-toggle {
    display: inline-flex;
    order: 1;
    flex: 0 0 auto;
  }

  .c826471 {
    order: 2;
    width: auto;
    margin-left: auto;
    padding: 0;
    gap: 10px;
    flex: 0 0 auto;
  }

  .c826479 {
    order: 3;
    width: 100%;
    flex-basis: 100%;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px);
    transition:
      max-height 0.35s ease,
      opacity var(--transition),
      transform var(--transition),
      visibility var(--transition);
  }

  .nav-inner.menu-open .c826479 {
    max-height: 420px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-menu {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding-top: 8px;
  }

  .nav-menu li {
    width: 100%;
  }

  .nav-menu a {
    width: 100%;
    margin: 0;
    padding: 16px 18px;
    line-height: 1.2;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  }

  .nav-menu a::after {
    left: 18px;
    right: 18px;
    bottom: 11px;
  }

  .nav-menu li.c82643 > a,
  .nav-menu li:hover > a,
  .nav-menu li:focus-within > a {
    background: rgba(255, 255, 255, 0.18);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
  }

  .nav-inner.menu-open .mobile-menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .nav-inner.menu-open .mobile-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .nav-inner.menu-open .mobile-menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}
.c82648{
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.75fr);
  grid-template-areas: "sidebar content";
}

.widget-area{
  grid-area: sidebar;
}

.site-main{
  grid-area: content;
}

@media (max-width: 1120px){
  .c82648{
    grid-template-columns: 1fr;
    grid-template-areas:
      "content"
      "sidebar";
  }
}

/* Generated theme override */
:root{
  --wf-accent:#5c8df0;
  --wf-light-box-1:#f7f9fe;
  --wf-light-box-2:#f9fafc;
  --wf-light-box-3:#eff3fd;
  --wf-light-box-4:#f1f3f8;
  --wf-panel-bg:linear-gradient(145deg,#f7f9fe,#f9fafc);
  --wf-panel-border:#a6b5d3;
  --wf-panel-shadow:0 20px 56px rgba(92,141,240,0.1);
  --wf-site-title-bg:#eff3fd;
  --wf-site-title-border:#a6b5d3;
  --wf-search-bg:#f1f3f8;
  --wf-scroll-start:rgba(92,141,240,0.96);
  --wf-scroll-end:rgba(92,141,240,0.24);
}
body{color:#404859;background-color:#e1e6ef !important;}
body.custom-background{background-color:#e1e6ef !important;}
#page.c826475,.site-header{background:transparent !important;}
#main.wrapper{background:#fff !important;border-color:#a6b5d3 !important;box-shadow:0 18px 42px rgba(92,141,240,0.12);}
#primary.c826447,#content,article.page.c826461{background:transparent !important;}
.c826418 a,.c826460,.c826427,.c826482,h1,h2,h3,h4{color:#203050;}
a{color:#5c8df0;}
a:hover,.nav-menu li a:hover,.nav-menu li.c82643 a{color:#2266ec;}
.c826462,.c826415,.c826444{background:#5c8df0;color:#ffffff;}
.c826444:hover,.c826415:hover{background:#5c8df0;}
.widget,.c826453,.c826432,main article{border-color:#a6b5d3;background:var(--wf-light-box-1) !important;background-image:none !important;opacity:1 !important;box-shadow:0 12px 28px rgba(92,141,240,0.1);}
.c826422,.c826423,.c826436,.c826486,.c826428{border-color:#a6b5d3;background:var(--wf-light-box-2) !important;background-image:none !important;opacity:1 !important;box-shadow:0 12px 28px rgba(92,141,240,0.1);}
.c826477,#top-bar,#main-nav{border-color:#a6b5d3;background:var(--wf-light-box-3) !important;background-image:none !important;opacity:1 !important;box-shadow:0 12px 28px rgba(92,141,240,0.1);}
article.page,.c826466,.c826461{border-color:#a6b5d3;background:var(--wf-light-box-4) !important;background-image:none !important;opacity:1 !important;box-shadow:0 12px 28px rgba(92,141,240,0.1);}
#colophon,.c826431{background:#0f3b95;color:#ffffff;}
.entry-content h2{border-left:4px solid #5c8df0;padding-left:12px;}
.entry-content .c826455{margin:24px 0 28px;}
.entry-content .c826455 figure{margin:0 auto;max-width:1024px;}
.entry-content .c826455 img{display:block;width:100%;max-width:1024px;height:auto;aspect-ratio:1024 / 683;object-fit:cover;border:4px solid #eff1f5;box-shadow:0 8px 22px rgba(0,0,0,.08);}
.c826442{display:block;width:100%;max-width:100%;aspect-ratio:560 / 315;height:auto;min-height:240px;border:0;border-radius:8px;background:#000;}
.c826474{width:min(100%,420px) !important;max-width:100% !important;height:740px !important;aspect-ratio:9 / 16 !important;margin:0 auto;}
.c826435 .c826442{margin:0 auto;}
.c826459{margin:12px 0 0;font-size:14px;}
.c826459 a{font-weight:700;text-decoration:underline;}

/* wf-sample-10-visual:start */
:root{--wf-s10-nav-bg:#1c5bd9;--wf-s10-nav-dark:#0f3b95;--wf-s10-nav-text:#ffffff;--wf-s10-accent:#5c8df0;--wf-s10-accent-dark:#2266ec;--wf-s10-button-text:#ffffff;--wf-s10-title:#203050;--wf-s10-text:#404859;--wf-s10-soft:#e5e9f1;--wf-s10-panel:#eff1f5;--wf-s10-border:#a6b5d3;--wf-s10-shadow:rgba(15,59,149,0.18);--wf-s10-footer-text:#ffffff;--wf-s10-input-bg:#f2f4f7;}
html,body,.c826473{background:linear-gradient(135deg, rgba(15,59,149,0.22) 0%, rgba(28,91,217,0.12) 100%), url("assets/generated/dots_forest.jpg") !important;background-position:center center !important;background-size:cover !important;background-repeat:no-repeat !important;background-attachment:fixed !important;color:var(--wf-s10-text) !important;}
@media (max-width:860px){html,body,.c826473{background-attachment:scroll !important;}}
body{box-shadow:inset 0 4px 0 var(--wf-s10-nav-bg) !important;}
.c826475,.c826473,.c826480,.c826410,.c826447,.c826421,.c826438,.c826458,.c826424,.site-main{background:transparent !important;}
.c826426,.c826479,nav,header nav{background:linear-gradient(135deg, #1c5bd9 0%, #1a55cd 100%) !important;border-color:var(--wf-s10-nav-dark) !important;box-shadow:0 14px 30px var(--wf-s10-shadow) !important;position:relative !important;overflow:hidden !important;}
.c826426 > *,.c826479 > *,nav > *,header nav > *,.c826426 > div,.c826426 > section,.c826426 > aside,.c826426 > form,.c826426 > ul,.c826426 .c826454,.c826426 .nav-menu,.c826426 .menu,.c826426 .c826425,.c826426 .c826437,.c826426 .c826430,.c826426 .c82647,.c826426 .c82649,.c826426 .c82644,.c826426 .c826440,.c826426 .c826452,.c826479 > div,.c826479 > section,.c826479 > aside,.c826479 > form,.c826479 > ul,.c826479 .c826454,.c826479 .nav-menu,.c826479 .menu,.c826479 .c826425,.c826479 .c826437,.c826479 .c826430,.c826479 .c82647,.c826479 .c82649,.c826479 .c82644,.c826479 .c826440,.c826479 .c826452,.c826426 [class*="search"],.c826426 [class*="toggle"],.c826426 [class*="tool"],.c826426 [class*="action"],.c826426 [class*="right"],.c826479 [class*="search"],.c826479 [class*="toggle"],.c826479 [class*="tool"],.c826479 [class*="action"],.c826479 [class*="right"]{background:linear-gradient(135deg, #1c5bd9 0%, #1a55cd 100%) !important;border-color:transparent !important;box-shadow:none !important;}
.c826426::before,.c826426::after,.c826479::before,.c826479::after,.c826426 > div::before,.c826426 > div::after,.c826479 > div::before,.c826479 > div::after,.c826426 > *::before,.c826426 > *::after,.c826479 > *::before,.c826479 > *::after,nav > *::before,nav > *::after,header nav > *::before,header nav > *::after,.c826426 [class*="search"]::before,.c826426 [class*="search"]::after,.c826426 [class*="toggle"]::before,.c826426 [class*="toggle"]::after,.c826479 [class*="search"]::before,.c826479 [class*="search"]::after,.c826479 [class*="toggle"]::before,.c826479 [class*="toggle"]::after{background:linear-gradient(135deg, #1c5bd9 0%, #1a55cd 100%) !important;border-color:transparent !important;box-shadow:none !important;}
.c826426 a,.c826426 li a,.c826479 a,nav a{color:var(--wf-s10-nav-text) !important;}
.c826426 a:hover,.c826426 a:focus,.c826426 li.active > a,.c826426 a.active,.c826426 a[aria-current="page"],.c826479 .c82643 > a,.c826479 .c826445 > a{background:var(--wf-s10-accent) !important;border-color:var(--wf-s10-accent-dark) !important;color:var(--wf-s10-button-text) !important;box-shadow:0 10px 24px var(--wf-s10-shadow) !important;}
.c826420,.c826483,.c826457,.c826478,.c826450,.c82649 button,.c82649 .c826449,.c826426 button,.c826479 button{background:var(--wf-s10-nav-dark) !important;border-color:var(--wf-s10-border) !important;color:var(--wf-s10-nav-text) !important;box-shadow:0 10px 24px var(--wf-s10-shadow) !important;}
.c826420:hover,.c826483:hover,.c826457:hover,.c826478:hover,.c826450:hover,.c82649 button:hover,.c82649 .c826449:hover,.c826426 button:hover,.c826479 button:hover{background:var(--wf-s10-accent) !important;border-color:var(--wf-s10-accent-dark) !important;color:var(--wf-s10-button-text) !important;}
.c82641,.c82641 a,.c826448 .c82641 a,.c826488,.c826487{color:var(--wf-s10-title) !important;background:linear-gradient(180deg, #eff1f5 0%, #e5e9f1 100%) !important;border-color:var(--wf-s10-border) !important;box-shadow:0 10px 24px var(--wf-s10-shadow) !important;}
.c826460,.entry-content h1,.entry-content h2,.entry-content h3,.c826433,.c826427,.widget h2,.widget h3,.c826443 h2,.c826443 h3{color:var(--wf-s10-title) !important;}
.entry-content,.entry-content p,.entry-content li,.c826439,.c826419 .widget,.widget,.c826443,.c826451,article,.c826411,.c82642,.contact-form,.c826434 form{color:var(--wf-s10-text) !important;}
article,.c826411,.c82642,.c826439,.c826419 .widget,.widget,.c826443,.entry-image,.c826469,.c826417,.c826476,.contact-form,.c826434 form{background:linear-gradient(180deg, #eff1f5 0%, #e5e9f1 100%) !important;border:1px solid var(--wf-s10-border) !important;border-top:4px solid var(--wf-s10-accent) !important;box-shadow:0 14px 34px var(--wf-s10-shadow) !important;}
article::before,article::after,.c826411::before,.c826411::after,.c82642::before,.c82642::after,.c826439::before,.c826439::after,.contact-form::before,.contact-form::after,.c826434 form::before,.c826434 form::after{background:var(--wf-s10-accent) !important;border-color:var(--wf-s10-accent) !important;box-shadow:none !important;}
.c826427::before,.c826427::after,.c826443::before,.c826443::after,.widget::before,.widget::after{background:var(--wf-s10-accent) !important;border-color:var(--wf-s10-accent) !important;}
.c826476 button,.c826476 input[type="submit"],.c826476 input[type="button"],.contact-submit,button[type="submit"],input[type="submit"]{background:var(--wf-s10-accent) !important;border-color:var(--wf-s10-accent-dark) !important;color:var(--wf-s10-button-text) !important;box-shadow:0 10px 24px var(--wf-s10-shadow) !important;}
.c826476 button:hover,.c826476 input[type="submit"]:hover,.c826476 input[type="button"]:hover,.contact-submit:hover,button[type="submit"]:hover,input[type="submit"]:hover{background:var(--wf-s10-accent-dark) !important;border-color:var(--wf-s10-accent-dark) !important;color:var(--wf-s10-button-text) !important;}
.c826476 input,.c826476 input[type="text"],.c826476 input[type="search"],.entry-content input,.entry-content textarea,input[type="text"],input[type="search"],textarea{background:var(--wf-s10-input-bg) !important;border-color:var(--wf-s10-border) !important;color:var(--wf-s10-text) !important;}
a,.entry-content a,.widget a,.c826443 a{color:var(--wf-s10-nav-bg) !important;}
.widget a:hover,.c826443 a:hover,.entry-content a:hover,.c826431 a:hover{color:var(--wf-s10-accent-dark) !important;}
footer,.c826468,.c826431{background:linear-gradient(135deg, #0f3b95 0%, #1c5bd9 100%) !important;color:var(--wf-s10-footer-text) !important;border-color:var(--wf-s10-nav-dark) !important;}
footer a,.c826468 a,.c826431 a{color:var(--wf-s10-footer-text) !important;}
::selection{background:var(--wf-s10-accent) !important;color:var(--wf-s10-button-text) !important;}
/* wf-sample-10-visual:end */
/* WF final opaque text container override start */
:root{--wf-final-box-1:#f5f3ff;--wf-final-box-2:#fff1f2;--wf-final-box-3:#eff6ff;--wf-final-box-4:#f0fdfa;--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 */
