.elementor-kit-443{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-443 e-page-transition{background-color:#FFBC7D;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:480px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */body {
  -webkit-font-smoothing: antialiased;
}

.container-tillor {
  max-width: 80rem;
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.grid-bg {
  background-image: linear-gradient(to right,rgba(123,165,165,.07) 1px,transparent 1px),linear-gradient(to bottom,rgba(123,165,165,.07) 1px,transparent 1px);
  background-size: 48px 48px;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);
}

.reveal.in {
  opacity: 1;
  transform: none;
}

.glass {
  background: rgba(31,42,51,.55);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

@keyframes float {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

.float {
  animation: float 6s ease-in-out infinite;
}

.nav-blur {
  background: rgba(251,248,240,.72);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent;
}

.nav-blur.scrolled {
  background: rgba(251,248,240,.85);
  border-bottom-color: rgba(123,165,165,.18);
  box-shadow: 0 8px 30px -12px rgba(21,32,42,.18);
}

.menu-link {
  position: relative;
}

.menu-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 0;
  background: linear-gradient(90deg,#7BA5A5,#4E4B6E);
  border-radius: 2px;
  transition: width .25s cubic-bezier(.16,1,.3,1);
}

.menu-link:hover::after,
.group:hover .menu-link::after {
  width: 100%;
}

::selection {
  background: #7BA5A5;
  color: #15202A;
}

.marquee-track {
    animation: marquee 45s linear infinite;
    will-change: transform;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.marquee-track:hover {
    animation-play-state: paused;
}

.filter-btn.active {
  background: #1F2A33;
  color: #F5EFE0;
  border-color: #1F2A33;
}

.filter-btn.active .filter-count {
  background: rgba(245,239,224,.18);
  color: #F5EFE0;
}

.filter-btn.active .fc {
  background: rgba(245,239,224,.18);
  color: #F5EFE0;
}

.hex {
  clip-path: polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);
}

@keyframes pulse-bar {
  0%,100% { transform: scaleY(.5); }
  50% { transform: scaleY(1); }
}

@keyframes pulse-ring {
  0% { transform: scale(.8); opacity: .7; }
  80%,100% { transform: scale(2); opacity: 0; }
}

.uptime-bar {
  flex: 1 1 0;
  min-width: 2px;
  border-radius: 2px;
  transition: transform .15s ease;
  cursor: pointer;
}

.uptime-bar:hover {
  transform: scaleY(1.15);
}

details>summary {
  list-style: none;
  cursor: pointer;
}

details>summary::-webkit-details-marker {
  display: none;
}

details[open] .acc-chev {
  transform: rotate(180deg);
}

@keyframes ghost-float {
  0%,100% { transform: translateY(0) rotate(-2deg); }
  50% { transform: translateY(-18px) rotate(2deg); }
}

.ghost {
  animation: ghost-float 5s ease-in-out infinite;
}

@keyframes blink {
  0%,90%,100% { transform: scaleY(1); }
  95% { transform: scaleY(.1); }
}

.ghost-eye {
  transform-origin: center;
  animation: blink 4s infinite;
}

@keyframes drift {
  0%,100% { transform: translate(0,0); }
  50% { transform: translate(20px,-15px); }
}

.glitch {
  text-shadow: 3px 0 rgba(123,165,165,.5), -3px 0 rgba(78,75,110,.5);
}

.toc-link.active {
  background: #1F2A33;
  color: #5E8A8A;
  font-weight: 600;
}

.switch input {
  position: absolute;
  opacity: 0;
}

.switch .track {
  width: 44px;
  height: 24px;
  border-radius: 999px;
  background: #cbd2d8;
  transition: background .2s;
}

.switch input:checked + .track {
  background: #5E8A8A;
}

.switch .thumb {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  transition: transform .2s;
}

.switch input:checked + .track .thumb {
  transform: translateX(20px);
}

.switch input:disabled + .track {
  background: #9BBEBE;
  opacity: .7;
  cursor: not-allowed;
}

.toc-link.active .toc-num {
  color: #9BBEBE;
}

.prose-t p {
  line-height: 1.75;
}

mark {
  background: #9BBEBE;
  color: #15202A;
  border-radius: 2px;
  padding: 0 1px;
}

.seg input {
  position: absolute;
  opacity: 0;
}

.seg label {
  cursor: pointer;
}

.seg input:checked + label {
  background: #1F2A33;
  color: #F5EFE0;
  border-color: #FFFFFF;
}

.animal-btn.active {
  background: #1F2A33;
  color: #F5EFE0;
  border-color: #1F2A33;
}

.animal-btn.active .ab-ico {
  color: #9BBEBE;
}

.loc-seg input {
  position: absolute;
  opacity: 0;
}

.loc-seg input:checked + label {
  background: #1F2A33;
  color: #F5EFE0;
  border-color: #1F2A33;
}

input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg,#4A89C4,#7BA5A5,#E0833D);
  outline: none;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #1F2A33;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,.2);
}

input[type=range]::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #1F2A33;
  cursor: pointer;
}

.wine-btn.active {
  background: #1F2A33;
  color: #F5EFE0;
  border-color: #1F2A33;
}

.wine-btn.active .wb-dot {
  transform: scale(1.3);
}

@keyframes pop {
  0% { transform: scale(1); }
  50% { transform: scale(1.4); }
  100% { transform: scale(1); }
}

.pop {
  animation: pop .26s cubic-bezier(.16,1,.3,1);
}

.toc-link {
  position: relative;
}

.toc-link::before {
  content: "";
  position: absolute;
  left: -13px;
  top: 2px;
  bottom: 2px;
  width: 2px;
  border-radius: 2px;
  background: #5E8A8A;
  opacity: 0;
  transform: scaleY(.4);
  transition: all .2s;
}

.toc-link.active::before {
  opacity: 1;
  transform: scaleY(1);
}

.prose h2 {
  font-family: Manrope;
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #2A3540;
  margin-top: 2.75rem;
  margin-bottom: 1rem;
  letter-spacing: -.01em;
  scroll-margin-top: 7rem;
}

.prose h3 {
  font-family: Manrope;
  font-weight: 700;
  font-size: 1.2rem;
  color: #2A3540;
  margin-top: 1.75rem;
  margin-bottom: .5rem;
}

.prose p {
  color: #4a5763;
  line-height: 1.8;
  margin-bottom: 1.1rem;
}

.prose a {
  color: #5E8A8A;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.prose a:hover {
  color: #4E4B6E;
}

.prose strong {
  color: #2A3540;
  font-weight: 600;
}

.prose code {
  font-family: 'JetBrains Mono',monospace;
  font-size: .85em;
  background: #F5EFE0;
  color: #3D3A5A;
  padding: .1em .4em;
  border-radius: .35rem;
}

.prose ul {
  margin: 1rem 0 1.4rem;
}

.prose ul li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: .6rem;
  color: #4a5763;
  line-height: 1.7;
}

.prose ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: .8rem;
  height: .8rem;
  border: 2px solid #7BA5A5;
  border-radius: 50%;
}

.prose ol {
  counter-reset: s;
  margin: 1.25rem 0 1.5rem;
}

.prose ol li {
  counter-increment: s;
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1rem;
  color: #4a5763;
  line-height: 1.7;
  min-height: 2rem;
  display: flex;
  align-items: center;
}

.prose ol li::before {
  content: counter(s);
  position: absolute;
  left: 0;
  top: 0;
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  background: #1F2A33;
  color: #F5EFE0;
  font-family: Manrope;
  font-weight: 700;
  font-size: .9rem;
  border-radius: .75rem;
}

.thumb.active {
  border-color: #5E8A8A;
}

/* Media Query (kept only once) */
@media (min-width:640px) {
  .container-tillor {
    padding-inline: 2rem;
  }
}/* End custom CSS */