@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box; }

* {
  margin: 0;
  padding: 0; }

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: white; }

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%; }

input, button, textarea, select {
  font: inherit; }

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word; }

ul, ol {
  list-style: none; }

a {
  color: inherit;
  text-decoration: none; }

button {
  background: none;
  border: none;
  cursor: pointer; }

.antsand-text-left {
  text-align: left; }

.antsand-text-center {
  text-align: center; }

.antsand-text-right {
  text-align: right; }

.antsand-text-primary {
  color: #3498db; }

.antsand-text-secondary {
  color: #2c3e50; }

.antsand-text-success {
  color: #27ae60; }

.antsand-text-danger {
  color: #e74c3c; }

.antsand-text-warning {
  color: #f39c12; }

.antsand-text-info {
  color: #16a085; }

.antsand-text-light {
  color: #ecf0f1; }

.antsand-text-dark {
  color: #34495e; }

.antsand-text-muted {
  color: #6c757d; }

.antsand-text-white {
  color: white; }

.antsand-text-sm {
  font-size: 0.875rem; }

.antsand-text-base {
  font-size: 1rem; }

.antsand-text-lg {
  font-size: 1.125rem; }

.antsand-text-xl {
  font-size: 1.25rem; }

.antsand-text-2xl {
  font-size: 1.5rem; }

.antsand-text-3xl {
  font-size: 2rem; }

.antsand-text-4xl {
  font-size: 2.5rem; }

.antsand-text-normal {
  font-weight: 400; }

.antsand-text-medium {
  font-weight: 500; }

.antsand-text-semibold {
  font-weight: 600; }

.antsand-text-bold {
  font-weight: 700; }

.antsand-text-uppercase {
  text-transform: uppercase; }

.antsand-text-lowercase {
  text-transform: lowercase; }

.antsand-text-capitalize {
  text-transform: capitalize; }

.antsand-text-underline {
  text-decoration: underline; }

.antsand-text-no-underline {
  text-decoration: none; }

.antsand-m-0 {
  margin: 0; }

.antsand-m-1 {
  margin: 0.25rem; }

.antsand-m-2 {
  margin: 0.5rem; }

.antsand-m-3 {
  margin: 1rem; }

.antsand-m-4 {
  margin: 1.5rem; }

.antsand-m-5 {
  margin: 2rem; }

.antsand-m-6 {
  margin: 3rem; }

.antsand-m-7 {
  margin: 4rem; }

.antsand-m-8 {
  margin: 6rem; }

.antsand-m-auto {
  margin: auto; }

.antsand-mt-0 {
  margin-top: 0; }

.antsand-mt-1 {
  margin-top: 0.25rem; }

.antsand-mt-2 {
  margin-top: 0.5rem; }

.antsand-mt-3 {
  margin-top: 1rem; }

.antsand-mt-4 {
  margin-top: 1.5rem; }

.antsand-mt-5 {
  margin-top: 2rem; }

.antsand-mt-6 {
  margin-top: 3rem; }

.antsand-mt-7 {
  margin-top: 4rem; }

.antsand-mt-8 {
  margin-top: 6rem; }

.antsand-mb-0 {
  margin-bottom: 0; }

.antsand-mb-1 {
  margin-bottom: 0.25rem; }

.antsand-mb-2 {
  margin-bottom: 0.5rem; }

.antsand-mb-3 {
  margin-bottom: 1rem; }

.antsand-mb-4 {
  margin-bottom: 1.5rem; }

.antsand-mb-5 {
  margin-bottom: 2rem; }

.antsand-mb-6 {
  margin-bottom: 3rem; }

.antsand-mb-7 {
  margin-bottom: 4rem; }

.antsand-mb-8 {
  margin-bottom: 6rem; }

.antsand-ml-0 {
  margin-left: 0; }

.antsand-ml-1 {
  margin-left: 0.25rem; }

.antsand-ml-2 {
  margin-left: 0.5rem; }

.antsand-ml-3 {
  margin-left: 1rem; }

.antsand-ml-4 {
  margin-left: 1.5rem; }

.antsand-ml-auto {
  margin-left: auto; }

.antsand-mr-0 {
  margin-right: 0; }

.antsand-mr-1 {
  margin-right: 0.25rem; }

.antsand-mr-2 {
  margin-right: 0.5rem; }

.antsand-mr-3 {
  margin-right: 1rem; }

.antsand-mr-4 {
  margin-right: 1.5rem; }

.antsand-mr-auto {
  margin-right: auto; }

.antsand-p-0 {
  padding: 0; }

.antsand-p-1 {
  padding: 0.25rem; }

.antsand-p-2 {
  padding: 0.5rem; }

.antsand-p-3 {
  padding: 1rem; }

.antsand-p-4 {
  padding: 1.5rem; }

.antsand-p-5 {
  padding: 2rem; }

.antsand-p-6 {
  padding: 3rem; }

.antsand-p-7 {
  padding: 4rem; }

.antsand-p-8 {
  padding: 6rem; }

.antsand-pt-0 {
  padding-top: 0; }

.antsand-pt-1 {
  padding-top: 0.25rem; }

.antsand-pt-2 {
  padding-top: 0.5rem; }

.antsand-pt-3 {
  padding-top: 1rem; }

.antsand-pt-4 {
  padding-top: 1.5rem; }

.antsand-pt-5 {
  padding-top: 2rem; }

.antsand-pt-6 {
  padding-top: 3rem; }

.antsand-pt-7 {
  padding-top: 4rem; }

.antsand-pt-8 {
  padding-top: 6rem; }

.antsand-pb-0 {
  padding-bottom: 0; }

.antsand-pb-1 {
  padding-bottom: 0.25rem; }

.antsand-pb-2 {
  padding-bottom: 0.5rem; }

.antsand-pb-3 {
  padding-bottom: 1rem; }

.antsand-pb-4 {
  padding-bottom: 1.5rem; }

.antsand-pb-5 {
  padding-bottom: 2rem; }

.antsand-pb-6 {
  padding-bottom: 3rem; }

.antsand-pb-7 {
  padding-bottom: 4rem; }

.antsand-pb-8 {
  padding-bottom: 6rem; }

.antsand-pl-0 {
  padding-left: 0; }

.antsand-pl-1 {
  padding-left: 0.25rem; }

.antsand-pl-2 {
  padding-left: 0.5rem; }

.antsand-pl-3 {
  padding-left: 1rem; }

.antsand-pl-4 {
  padding-left: 1.5rem; }

.antsand-pl-5 {
  padding-left: 2rem; }

.antsand-pr-0 {
  padding-right: 0; }

.antsand-pr-1 {
  padding-right: 0.25rem; }

.antsand-pr-2 {
  padding-right: 0.5rem; }

.antsand-pr-3 {
  padding-right: 1rem; }

.antsand-pr-4 {
  padding-right: 1.5rem; }

.antsand-pr-5 {
  padding-right: 2rem; }

.antsand-d-none {
  display: none; }

.antsand-d-block {
  display: block; }

.antsand-d-inline {
  display: inline; }

.antsand-d-inline-block {
  display: inline-block; }

.antsand-d-flex {
  display: flex; }

.antsand-d-inline-flex {
  display: inline-flex; }

.antsand-d-grid {
  display: grid; }

.antsand-w-25 {
  width: 25%; }

.antsand-w-50 {
  width: 50%; }

.antsand-w-75 {
  width: 75%; }

.antsand-w-100 {
  width: 100%; }

.antsand-w-auto {
  width: auto; }

.antsand-h-25 {
  height: 25%; }

.antsand-h-50 {
  height: 50%; }

.antsand-h-75 {
  height: 75%; }

.antsand-h-100 {
  height: 100%; }

.antsand-h-auto {
  height: auto; }

.antsand-position-static {
  position: static; }

.antsand-position-relative {
  position: relative; }

.antsand-position-absolute {
  position: absolute; }

.antsand-position-fixed {
  position: fixed; }

.antsand-position-sticky {
  position: sticky; }

.antsand-overflow-auto {
  overflow: auto; }

.antsand-overflow-hidden {
  overflow: hidden; }

.antsand-overflow-visible {
  overflow: visible; }

.antsand-overflow-scroll {
  overflow: scroll; }

.antsand-bg-primary {
  background-color: #3498db; }

.antsand-bg-secondary {
  background-color: #2c3e50; }

.antsand-bg-success {
  background-color: #27ae60; }

.antsand-bg-danger {
  background-color: #e74c3c; }

.antsand-bg-warning {
  background-color: #f39c12; }

.antsand-bg-info {
  background-color: #16a085; }

.antsand-bg-light {
  background-color: #ecf0f1; }

.antsand-bg-dark {
  background-color: #34495e; }

.antsand-bg-white {
  background-color: white; }

.antsand-border {
  border: 1px solid #e9ecef; }

.antsand-border-0 {
  border: 0; }

.antsand-border-top {
  border-top: 1px solid #e9ecef; }

.antsand-border-bottom {
  border-bottom: 1px solid #e9ecef; }

.antsand-border-left {
  border-left: 1px solid #e9ecef; }

.antsand-border-right {
  border-right: 1px solid #e9ecef; }

.antsand-rounded {
  border-radius: 0.5rem; }

.antsand-rounded-sm {
  border-radius: 0.25rem; }

.antsand-rounded-lg {
  border-radius: 0.75rem; }

.antsand-rounded-full {
  border-radius: 9999px; }

.antsand-rounded-0 {
  border-radius: 0; }

.antsand-shadow-none {
  box-shadow: none; }

.antsand-shadow-sm {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }

.antsand-shadow {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); }

.antsand-shadow-lg {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1); }

.antsand-shadow-xl {
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15); }

.flex {
  display: flex; }

.inline-flex {
  display: inline-flex; }

.flex-row {
  flex-direction: row; }

.flex-col {
  flex-direction: column; }

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

.flex-nowrap {
  flex-wrap: nowrap; }

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

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

.justify-center {
  justify-content: center; }

.justify-between {
  justify-content: space-between; }

.justify-around {
  justify-content: space-around; }

.justify-evenly {
  justify-content: space-evenly; }

.items-start {
  align-items: flex-start; }

.items-end {
  align-items: flex-end; }

.items-center {
  align-items: center; }

.items-baseline {
  align-items: baseline; }

.items-stretch {
  align-items: stretch; }

.content-start {
  align-content: flex-start; }

.content-end {
  align-content: flex-end; }

.content-center {
  align-content: center; }

.content-between {
  align-content: space-between; }

.content-around {
  align-content: space-around; }

.self-auto {
  align-self: auto; }

.self-start {
  align-self: flex-start; }

.self-end {
  align-self: flex-end; }

.self-center {
  align-self: center; }

.self-stretch {
  align-self: stretch; }

.flex-1 {
  flex: 1 1 0%; }

.flex-auto {
  flex: 1 1 auto; }

.flex-initial {
  flex: 0 1 auto; }

.flex-none {
  flex: none; }

.flex-grow {
  flex-grow: 1; }

.flex-shrink {
  flex-shrink: 1; }

.grid {
  display: grid; }

.inline-grid {
  display: inline-grid; }

.grid-cols-1 {
  grid-template-columns: repeat(1, 1fr); }

.grid-cols-2 {
  grid-template-columns: repeat(2, 1fr); }

.grid-cols-3 {
  grid-template-columns: repeat(3, 1fr); }

.grid-cols-4 {
  grid-template-columns: repeat(4, 1fr); }

.grid-cols-5 {
  grid-template-columns: repeat(5, 1fr); }

.grid-cols-6 {
  grid-template-columns: repeat(6, 1fr); }

.grid-cols-7 {
  grid-template-columns: repeat(7, 1fr); }

.grid-cols-8 {
  grid-template-columns: repeat(8, 1fr); }

.grid-cols-9 {
  grid-template-columns: repeat(9, 1fr); }

.grid-cols-10 {
  grid-template-columns: repeat(10, 1fr); }

.grid-cols-11 {
  grid-template-columns: repeat(11, 1fr); }

.grid-cols-12 {
  grid-template-columns: repeat(12, 1fr); }

.grid-rows-1 {
  grid-template-rows: repeat(1, 1fr); }

.grid-rows-2 {
  grid-template-rows: repeat(2, 1fr); }

.grid-rows-3 {
  grid-template-rows: repeat(3, 1fr); }

.grid-rows-4 {
  grid-template-rows: repeat(4, 1fr); }

.grid-rows-5 {
  grid-template-rows: repeat(5, 1fr); }

.grid-rows-6 {
  grid-template-rows: repeat(6, 1fr); }

.p-0 {
  padding: 0; }

.p-1 {
  padding: 0.25rem; }

.p-2 {
  padding: 0.5rem; }

.p-3 {
  padding: 1rem; }

.p-4 {
  padding: 1.5rem; }

.p-5 {
  padding: 2rem; }

.p-6 {
  padding: 3rem; }

.p-7 {
  padding: 4rem; }

.p-8 {
  padding: 6rem; }

.px-0 {
  padding-left: 0;
  padding-right: 0; }

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem; }

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.px-3 {
  padding-left: 1rem;
  padding-right: 1rem; }

.px-4 {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.px-5 {
  padding-left: 2rem;
  padding-right: 2rem; }

.px-6 {
  padding-left: 3rem;
  padding-right: 3rem; }

.px-7 {
  padding-left: 4rem;
  padding-right: 4rem; }

.px-8 {
  padding-left: 6rem;
  padding-right: 6rem; }

.py-0 {
  padding-top: 0;
  padding-bottom: 0; }

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem; }

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.py-3 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.py-4 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }

.py-5 {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.py-6 {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.py-7 {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.py-8 {
  padding-top: 6rem;
  padding-bottom: 6rem; }

.pt-0 {
  padding-top: 0; }

.pt-1 {
  padding-top: 0.25rem; }

.pt-2 {
  padding-top: 0.5rem; }

.pt-3 {
  padding-top: 1rem; }

.pt-4 {
  padding-top: 1.5rem; }

.pt-5 {
  padding-top: 2rem; }

.pt-6 {
  padding-top: 3rem; }

.pt-7 {
  padding-top: 4rem; }

.pt-8 {
  padding-top: 6rem; }

.pr-0 {
  padding-right: 0; }

.pr-1 {
  padding-right: 0.25rem; }

.pr-2 {
  padding-right: 0.5rem; }

.pr-3 {
  padding-right: 1rem; }

.pr-4 {
  padding-right: 1.5rem; }

.pr-5 {
  padding-right: 2rem; }

.pr-6 {
  padding-right: 3rem; }

.pr-7 {
  padding-right: 4rem; }

.pr-8 {
  padding-right: 6rem; }

.pb-0 {
  padding-bottom: 0; }

.pb-1 {
  padding-bottom: 0.25rem; }

.pb-2 {
  padding-bottom: 0.5rem; }

.pb-3 {
  padding-bottom: 1rem; }

.pb-4 {
  padding-bottom: 1.5rem; }

.pb-5 {
  padding-bottom: 2rem; }

.pb-6 {
  padding-bottom: 3rem; }

.pb-7 {
  padding-bottom: 4rem; }

.pb-8 {
  padding-bottom: 6rem; }

.pl-0 {
  padding-left: 0; }

.pl-1 {
  padding-left: 0.25rem; }

.pl-2 {
  padding-left: 0.5rem; }

.pl-3 {
  padding-left: 1rem; }

.pl-4 {
  padding-left: 1.5rem; }

.pl-5 {
  padding-left: 2rem; }

.pl-6 {
  padding-left: 3rem; }

.pl-7 {
  padding-left: 4rem; }

.pl-8 {
  padding-left: 6rem; }

.m-0 {
  margin: 0; }

.m-1 {
  margin: 0.25rem; }

.m-2 {
  margin: 0.5rem; }

.m-3 {
  margin: 1rem; }

.m-4 {
  margin: 1.5rem; }

.m-5 {
  margin: 2rem; }

.m-6 {
  margin: 3rem; }

.m-7 {
  margin: 4rem; }

.m-8 {
  margin: 6rem; }

.mx-0 {
  margin-left: 0;
  margin-right: 0; }

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem; }

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem; }

.mx-3 {
  margin-left: 1rem;
  margin-right: 1rem; }

.mx-4 {
  margin-left: 1.5rem;
  margin-right: 1.5rem; }

.mx-5 {
  margin-left: 2rem;
  margin-right: 2rem; }

.mx-6 {
  margin-left: 3rem;
  margin-right: 3rem; }

.mx-7 {
  margin-left: 4rem;
  margin-right: 4rem; }

.mx-8 {
  margin-left: 6rem;
  margin-right: 6rem; }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.my-0 {
  margin-top: 0;
  margin-bottom: 0; }

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem; }

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.my-3 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.my-4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

.my-5 {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.my-6 {
  margin-top: 3rem;
  margin-bottom: 3rem; }

.my-7 {
  margin-top: 4rem;
  margin-bottom: 4rem; }

.my-8 {
  margin-top: 6rem;
  margin-bottom: 6rem; }

.my-auto {
  margin-top: auto;
  margin-bottom: auto; }

.mt-0 {
  margin-top: 0; }

.mt-1 {
  margin-top: 0.25rem; }

.mt-2 {
  margin-top: 0.5rem; }

.mt-3 {
  margin-top: 1rem; }

.mt-4 {
  margin-top: 1.5rem; }

.mt-5 {
  margin-top: 2rem; }

.mt-6 {
  margin-top: 3rem; }

.mt-7 {
  margin-top: 4rem; }

.mt-8 {
  margin-top: 6rem; }

.mr-0 {
  margin-right: 0; }

.mr-1 {
  margin-right: 0.25rem; }

.mr-2 {
  margin-right: 0.5rem; }

.mr-3 {
  margin-right: 1rem; }

.mr-4 {
  margin-right: 1.5rem; }

.mr-5 {
  margin-right: 2rem; }

.mr-6 {
  margin-right: 3rem; }

.mr-7 {
  margin-right: 4rem; }

.mr-8 {
  margin-right: 6rem; }

.mb-0 {
  margin-bottom: 0; }

.mb-1 {
  margin-bottom: 0.25rem; }

.mb-2 {
  margin-bottom: 0.5rem; }

.mb-3 {
  margin-bottom: 1rem; }

.mb-4 {
  margin-bottom: 1.5rem; }

.mb-5 {
  margin-bottom: 2rem; }

.mb-6 {
  margin-bottom: 3rem; }

.mb-7 {
  margin-bottom: 4rem; }

.mb-8 {
  margin-bottom: 6rem; }

.ml-0 {
  margin-left: 0; }

.ml-1 {
  margin-left: 0.25rem; }

.ml-2 {
  margin-left: 0.5rem; }

.ml-3 {
  margin-left: 1rem; }

.ml-4 {
  margin-left: 1.5rem; }

.ml-5 {
  margin-left: 2rem; }

.ml-6 {
  margin-left: 3rem; }

.ml-7 {
  margin-left: 4rem; }

.ml-8 {
  margin-left: 6rem; }

.gap-0 {
  gap: 0; }

.gap-1 {
  gap: 0.25rem; }

.gap-2 {
  gap: 0.5rem; }

.gap-3 {
  gap: 1rem; }

.gap-4 {
  gap: 1.5rem; }

.gap-5 {
  gap: 2rem; }

.gap-6 {
  gap: 3rem; }

.gap-7 {
  gap: 4rem; }

.gap-8 {
  gap: 6rem; }

.gap-x-0 {
  column-gap: 0; }

.gap-x-1 {
  column-gap: 0.25rem; }

.gap-x-2 {
  column-gap: 0.5rem; }

.gap-x-3 {
  column-gap: 1rem; }

.gap-x-4 {
  column-gap: 1.5rem; }

.gap-x-5 {
  column-gap: 2rem; }

.gap-x-6 {
  column-gap: 3rem; }

.gap-x-7 {
  column-gap: 4rem; }

.gap-x-8 {
  column-gap: 6rem; }

.gap-y-0 {
  row-gap: 0; }

.gap-y-1 {
  row-gap: 0.25rem; }

.gap-y-2 {
  row-gap: 0.5rem; }

.gap-y-3 {
  row-gap: 1rem; }

.gap-y-4 {
  row-gap: 1.5rem; }

.gap-y-5 {
  row-gap: 2rem; }

.gap-y-6 {
  row-gap: 3rem; }

.gap-y-7 {
  row-gap: 4rem; }

.gap-y-8 {
  row-gap: 6rem; }

.block {
  display: block; }

.inline {
  display: inline; }

.inline-block {
  display: inline-block; }

.hidden {
  display: none; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-justify {
  text-align: justify; }

.text-xs {
  font-size: 0.75rem; }

.text-sm {
  font-size: 0.875rem; }

.text-base {
  font-size: 1rem; }

.text-lg {
  font-size: 1.125rem; }

.text-xl {
  font-size: 1.25rem; }

.text-2xl {
  font-size: 1.5rem; }

.text-3xl {
  font-size: 1.875rem; }

.text-4xl {
  font-size: 2.25rem; }

.font-thin {
  font-weight: 100; }

.font-light {
  font-weight: 300; }

.font-normal {
  font-weight: 400; }

.font-medium {
  font-weight: 500; }

.font-semibold {
  font-weight: 600; }

.font-bold {
  font-weight: 700; }

.font-black {
  font-weight: 900; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.capitalize {
  text-transform: capitalize; }

.normal-case {
  text-transform: none; }

.underline {
  text-decoration: underline; }

.line-through {
  text-decoration: line-through; }

.no-underline {
  text-decoration: none; }

.italic {
  font-style: italic; }

.not-italic {
  font-style: normal; }

.leading-tight {
  line-height: 1.25; }

.leading-normal {
  line-height: 1.5; }

.leading-relaxed {
  line-height: 1.75; }

.leading-loose {
  line-height: 2; }

.border {
  border-width: 1px;
  border-style: solid; }

.border-0 {
  border-width: 0; }

.border-2 {
  border-width: 2px; }

.border-4 {
  border-width: 4px; }

.border-8 {
  border-width: 8px; }

.rounded {
  border-radius: 0.5rem; }

.rounded-sm {
  border-radius: 0.25rem; }

.rounded-md {
  border-radius: 0.5rem; }

.rounded-lg {
  border-radius: 0.75rem; }

.rounded-full {
  border-radius: 9999px; }

.rounded-none {
  border-radius: 0; }

.shadow-none {
  box-shadow: none; }

.shadow-sm {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }

.shadow {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); }

.shadow-md {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); }

.shadow-lg {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1); }

.shadow-xl {
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15); }

.static {
  position: static; }

.fixed {
  position: fixed; }

.absolute {
  position: absolute; }

.relative {
  position: relative; }

.sticky {
  position: sticky; }

.z-0 {
  z-index: 0; }

.z-10 {
  z-index: 10; }

.z-20 {
  z-index: 20; }

.z-30 {
  z-index: 30; }

.z-40 {
  z-index: 40; }

.z-50 {
  z-index: 50; }

.overflow-auto {
  overflow: auto; }

.overflow-hidden {
  overflow: hidden; }

.overflow-visible {
  overflow: visible; }

.overflow-scroll {
  overflow: scroll; }

.cursor-auto {
  cursor: auto; }

.cursor-pointer {
  cursor: pointer; }

.cursor-not-allowed {
  cursor: not-allowed; }

.select-none {
  user-select: none; }

.select-text {
  user-select: text; }

.select-all {
  user-select: all; }

.pointer-events-none {
  pointer-events: none; }

.pointer-events-auto {
  pointer-events: auto; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-first {
  order: -9999; }

.order-last {
  order: 9999; }

.order-none {
  order: 0; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.not-sr-only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.antsand-max-w-sm {
  max-width: 640px; }

.antsand-max-w-md {
  max-width: 768px; }

.antsand-max-w-lg {
  max-width: 1024px; }

.antsand-max-w-xl {
  max-width: 1280px; }

.antsand-max-w-prose {
  max-width: 700px; }

.antsand-max-w-full {
  max-width: 100%; }

.antsand-max-w-none {
  max-width: none; }

.antsand-mx-auto {
  margin-left: auto;
  margin-right: auto; }

.display-none {
  display: none; }

.display-block {
  display: block; }

.display-flex {
  display: flex; }

.position-relative {
  position: relative; }

.position-absolute {
  position: absolute; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.align-center {
  text-align: center; }

.row:before, .row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

.cf:before, .cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.span-1-of-2-inside,
.span-1-of-2-tablet {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px; }

.span-1-of-2-inside-last,
.span-1-of-2-last-tablet {
  float: right;
  width: 50%;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px; }

.span-1-of-3-inside,
.span-1-of-3-tablet {
  float: left;
  width: 33.333%;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px; }

.span-1-of-3-inside-last,
.span-1-of-3-last-tablet {
  float: right;
  width: 33.333%;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px; }

.font-Graphik {
  font-family: 'Graphik', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; }

.font-weight-800-all {
  font-weight: 800; }

.font-size-54-semidesktop {
  font-size: 54px; }

.font-size-34-minidesktop {
  font-size: 34px; }

.font-size-20-sm-minidesktop {
  font-size: 20px; }

.font-size-23-tablet {
  font-size: 23px; }

.font-size-18-sm-tablet {
  font-size: 18px; }

.font-size-26-all {
  font-size: 26px; }

.font-size-16-all {
  font-size: 16px; }

.antsand-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 640px) {
    .antsand-container {
      max-width: 640px; } }
  @media (min-width: 768px) {
    .antsand-container {
      max-width: 768px; } }
  @media (min-width: 1024px) {
    .antsand-container {
      max-width: 1024px; } }
  @media (min-width: 1280px) {
    .antsand-container {
      max-width: 1280px; } }
.antsand-container-fluid {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem; }

.antsand-grid {
  display: grid;
  gap: 1rem; }

.antsand-grid-auto {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }

.antsand-grid-1 {
  grid-template-columns: repeat(1, 1fr); }

.antsand-grid-2 {
  grid-template-columns: repeat(2, 1fr); }

.antsand-grid-3 {
  grid-template-columns: repeat(3, 1fr); }

.antsand-grid-4 {
  grid-template-columns: repeat(4, 1fr); }

.antsand-grid-5 {
  grid-template-columns: repeat(5, 1fr); }

.antsand-grid-6 {
  grid-template-columns: repeat(6, 1fr); }

@media (max-width: 768px) {
  .antsand-grid-3,
  .antsand-grid-4,
  .antsand-grid-5,
  .antsand-grid-6 {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 640px) {
  .antsand-grid-2,
  .antsand-grid-3,
  .antsand-grid-4,
  .antsand-grid-5,
  .antsand-grid-6 {
    grid-template-columns: 1fr; } }

.antsand-gap-1 {
  gap: 0.25rem; }

.antsand-gap-2 {
  gap: 0.5rem; }

.antsand-gap-3 {
  gap: 1rem; }

.antsand-gap-4 {
  gap: 1.5rem; }

.antsand-gap-5 {
  gap: 2rem; }

.antsand-flex {
  display: flex; }

.antsand-flex-col {
  display: flex;
  flex-direction: column; }

.antsand-flex-wrap {
  flex-wrap: wrap; }

.antsand-flex-center {
  display: flex;
  align-items: center;
  justify-content: center; }

.antsand-flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.antsand-flex-start {
  display: flex;
  align-items: flex-start; }

.antsand-flex-end {
  display: flex;
  align-items: flex-end; }

.antsand-flex-gap-1 {
  gap: 0.25rem; }

.antsand-flex-gap-2 {
  gap: 0.5rem; }

.antsand-flex-gap-3 {
  gap: 1rem; }

.antsand-flex-gap-4 {
  gap: 1.5rem; }

.antsand-section {
  padding: 3rem 0; }
  @media (min-width: 768px) {
    .antsand-section {
      padding: 4rem 0; } }
.antsand-section-sm {
  padding: 1.5rem 0; }
  @media (min-width: 768px) {
    .antsand-section-sm {
      padding: 2rem 0; } }
.antsand-section-lg {
  padding: 4rem 0; }
  @media (min-width: 768px) {
    .antsand-section-lg {
      padding: 6rem 0; } }
.antsand-section-light {
  background-color: #f8f9fa; }

.antsand-section-dark {
  background-color: #212529;
  color: white; }

.antsand-section-primary {
  background-color: #3498db;
  color: white; }

.wrapper, .antsand-container-fluid, .antsand-container-narrow, .antsand-container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 768px) {
    .wrapper, .antsand-container-fluid, .antsand-container-narrow, .antsand-container {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media (min-width: 1024px) {
    .wrapper, .antsand-container-fluid, .antsand-container-narrow, .antsand-container {
      padding-left: 2rem;
      padding-right: 2rem; } }
.inner-wrapper {
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 768px) {
    .inner-wrapper {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media (min-width: 1024px) {
    .inner-wrapper {
      padding-left: 0;
      padding-right: 0; } }
.wrapper-narrow {
  max-width: 720px; }

.wrapper-sm {
  max-width: 640px; }

.wrapper-md {
  max-width: 768px; }

.wrapper-lg {
  max-width: 1024px; }

.wrapper-xl {
  max-width: 1280px; }

.wrapper-2xl {
  max-width: 1440px; }

.wrapper-full {
  max-width: none; }

.wrapper-no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.wrapper-padding-sm {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }
  @media (min-width: 768px) {
    .wrapper-padding-sm {
      padding-left: 1rem;
      padding-right: 1rem; } }
.wrapper-padding-lg {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  @media (min-width: 768px) {
    .wrapper-padding-lg {
      padding-left: 3rem;
      padding-right: 3rem; } }
  @media (min-width: 1024px) {
    .wrapper-padding-lg {
      padding-left: 6rem;
      padding-right: 6rem; } }
.antsand-container-narrow {
  max-width: 900px; }

.antsand-container-fluid {
  max-width: none; }

.width-full {
  width: 100%; }

.width-full-mobile {
  width: 100%; }
  @media (min-width: 768px) {
    .width-full-mobile {
      width: auto; } }
.max-width-full {
  max-width: 100%; }

.center {
  margin-left: auto;
  margin-right: auto; }

.center-text {
  text-align: center; }

.center-flex {
  display: flex;
  justify-content: center;
  align-items: center; }

.content-width {
  max-width: 65ch; }

.content-width-sm {
  max-width: 45ch; }

.content-width-lg {
  max-width: 80ch; }

.wrapper-responsive {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 640px) {
    .wrapper-responsive {
      max-width: 640px; } }
  @media (min-width: 768px) {
    .wrapper-responsive {
      max-width: 768px;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media (min-width: 1024px) {
    .wrapper-responsive {
      max-width: 1024px;
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media (min-width: 1280px) {
    .wrapper-responsive {
      max-width: 1280px; } }
.wrapper-custom {
  width: 100%;
  max-width: var(--wrapper-max-width, 1280px);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--wrapper-padding-x, 1rem);
  padding-right: var(--wrapper-padding-x, 1rem); }
  @media (min-width: 768px) {
    .wrapper-custom {
      padding-left: var(--wrapper-padding-x-md, 1.5rem);
      padding-right: var(--wrapper-padding-x-md, 1.5rem); } }
.wrapper-legacy {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .wrapper-legacy {
      width: 85%;
      max-width: 1200px;
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1024px) {
    .wrapper-legacy {
      width: 75%; } }
.antsand-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  border: 1px solid transparent;
  transition: all 250ms ease;
  cursor: pointer;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  border-radius: 0.5rem; }
  .antsand-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed; }
  .antsand-btn-sm {
    padding: 0.25rem 1rem;
    font-size: 0.875rem; }
  .antsand-btn-lg {
    padding: 1rem 2rem;
    font-size: 1.125rem; }
  .antsand-btn-primary {
    background-color: #3498db;
    color: white;
    border-color: #3498db; }
    .antsand-btn-primary:hover:not(:disabled) {
      background-color: #217dbb;
      border-color: #217dbb; }
  .antsand-btn-secondary {
    background-color: #2c3e50;
    color: white;
    border-color: #2c3e50; }
    .antsand-btn-secondary:hover:not(:disabled) {
      background-color: #1a252f;
      border-color: #1a252f; }
  .antsand-btn-success {
    background-color: #27ae60;
    color: white;
    border-color: #27ae60; }
    .antsand-btn-success:hover:not(:disabled) {
      background-color: #1e8449;
      border-color: #1e8449; }
  .antsand-btn-danger {
    background-color: #e74c3c;
    color: white;
    border-color: #e74c3c; }
    .antsand-btn-danger:hover:not(:disabled) {
      background-color: #d62c1a;
      border-color: #d62c1a; }
  .antsand-btn-warning {
    background-color: #f39c12;
    color: white;
    border-color: #f39c12; }
    .antsand-btn-warning:hover:not(:disabled) {
      background-color: #c87f0a;
      border-color: #c87f0a; }
  .antsand-btn-light {
    background-color: #ecf0f1;
    color: #212529;
    border-color: #ecf0f1; }
    .antsand-btn-light:hover:not(:disabled) {
      background-color: #cfd9db;
      border-color: #cfd9db; }
  .antsand-btn-dark {
    background-color: #34495e;
    color: white;
    border-color: #34495e; }
    .antsand-btn-dark:hover:not(:disabled) {
      background-color: #22303d;
      border-color: #22303d; }
  .antsand-btn-outline-primary {
    background: transparent;
    color: #3498db;
    border-color: #3498db; }
    .antsand-btn-outline-primary:hover:not(:disabled) {
      background: #3498db;
      color: white; }
  .antsand-btn-outline-secondary {
    background: transparent;
    color: #2c3e50;
    border-color: #2c3e50; }
    .antsand-btn-outline-secondary:hover:not(:disabled) {
      background: #2c3e50;
      color: white; }
  .antsand-btn-block {
    display: flex;
    width: 100%; }
  .antsand-btn-pill {
    border-radius: 9999px; }

.antsand-card {
  background: white;
  border: 1px solid #e9ecef;
  border-radius: 0.5rem;
  padding: 1.5rem; }
  .antsand-card-shadow {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); }
  .antsand-card-header {
    padding: 1.5rem;
    border-bottom: 1px solid #e9ecef;
    font-weight: 600; }
  .antsand-card-body {
    padding: 1.5rem; }
  .antsand-card-footer {
    padding: 1.5rem;
    border-top: 1px solid #e9ecef;
    background-color: #f8f9fa; }
  .antsand-card-img {
    width: 100%;
    border-radius: 0.5rem 0.5rem 0 0; }
  .antsand-card-title {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem; }
  .antsand-card-text {
    color: #495057;
    line-height: 1.75; }

/*
 * =========================================
 * BLOG CARD SYSTEM
 * Smart blog rendering with multiple variants
 * =========================================
 */
/*
 * -----------------------------------------
 * BASE BLOG CARD META ELEMENTS
 * -----------------------------------------
 */
.blog-card-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
  color: #6c757d; }

.blog-card-tag {
  background: rgba(52, 152, 219, 0.1);
  color: #3498db;
  padding: 0.2rem 0.6rem;
  border-radius: 1rem;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em; }

.blog-card-read-time {
  color: #6c757d;
  font-size: 0.8rem; }

.blog-card-excerpt {
  font-size: 0.9rem;
  color: #6c757d;
  line-height: 1.6;
  flex: 1; }

.blog-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e9ecef; }

.blog-card-author {
  display: flex;
  align-items: center;
  gap: 0.5rem; }

.blog-card-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #3498db;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  font-size: 0.8rem; }

.blog-card-author-name {
  font-size: 0.85rem;
  font-weight: 600;
  color: #212529; }

.blog-card-date {
  font-size: 0.8rem;
  color: #6c757d; }

.blog-card-dates {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.8rem;
  color: #6c757d; }

.blog-card-updated {
  font-size: 0.75rem;
  color: #3498db;
  font-weight: 500; }

.blog-card-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  .blog-card-title a {
    color: inherit;
    text-decoration: none; }
    .blog-card-title a:hover {
      color: #3498db; }

.blog-card-read-more {
  font-size: 0.85rem;
  font-weight: 600;
  color: #3498db;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.25rem; }
  .blog-card-read-more:hover {
    text-decoration: underline; }

/*
 * -----------------------------------------
 * VARIANT 1: Full Card with Cover Image
 * -----------------------------------------
 */
.blog-card {
  background: white;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column; }
  .blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1); }

.blog-card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  background: linear-gradient(135deg, #3498db 0%, #217dbb 100%); }

.blog-card-body {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column; }

/*
 * -----------------------------------------
 * VARIANT 2: No Cover Image - Text Only
 * -----------------------------------------
 */
.blog-card-text-only {
  background: white;
  border-radius: 0.75rem;
  padding: 1.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-left: 4px solid #3498db;
  transition: transform 0.2s ease, box-shadow 0.2s ease; }
  .blog-card-text-only:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1); }
  .blog-card-text-only .blog-card-footer {
    border-top: none;
    padding-top: 0.5rem; }

/*
 * -----------------------------------------
 * VARIANT 3: Minimal Row (List Style)
 * -----------------------------------------
 */
.blog-list {
  display: flex;
  flex-direction: column;
  gap: 1rem; }

.blog-list-item {
  background: white;
  border-radius: 0.75rem;
  padding: 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.2s ease; }
  .blog-list-item:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); }

.blog-list-icon {
  width: 48px;
  height: 48px;
  border-radius: 0.75rem;
  background: linear-gradient(135deg, #3498db 0%, #217dbb 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0; }
  .blog-list-icon svg {
    width: 24px;
    height: 24px;
    color: white; }

.blog-list-content {
  flex: 1;
  min-width: 0; }

.blog-list-title {
  font-size: 1rem;
  font-weight: 600;
  color: #212529;
  margin-bottom: 0.25rem; }
  .blog-list-title a {
    color: inherit;
    text-decoration: none; }
    .blog-list-title a:hover {
      color: #3498db; }

.blog-list-meta {
  font-size: 0.8rem;
  color: #6c757d; }

.blog-list-date {
  margin-left: auto;
  font-size: 0.8rem;
  color: #6c757d;
  white-space: nowrap; }

/*
 * -----------------------------------------
 * VARIANT 4: Horizontal Card (Image Left)
 * -----------------------------------------
 */
.blog-card-horizontal {
  background: white;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-columns: 280px 1fr;
  transition: transform 0.2s ease, box-shadow 0.2s ease; }
  .blog-card-horizontal:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1); }
  @media (max-width: 700px) {
    .blog-card-horizontal {
      grid-template-columns: 1fr; }
      .blog-card-horizontal .blog-card-image {
        height: 180px; } }
  .blog-card-horizontal .blog-card-image {
    height: 100%;
    min-height: 180px; }
  .blog-card-horizontal .blog-card-body {
    padding: 1.5rem; }
  .blog-card-horizontal.no-image {
    grid-template-columns: 6px 1fr; }

.blog-card-accent {
  background: linear-gradient(to bottom, #3498db, #217dbb); }

/*
 * -----------------------------------------
 * VARIANT 5: Featured/Hero Card
 * -----------------------------------------
 */
.blog-card-featured {
  background: white;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 400px; }
  @media (max-width: 800px) {
    .blog-card-featured {
      grid-template-columns: 1fr; } }
  .blog-card-featured .blog-card-image {
    height: 100%;
    min-height: 300px; }
  .blog-card-featured .blog-card-body {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .blog-card-featured .blog-card-title {
    font-size: 1.75rem;
    line-height: 1.3; }
  .blog-card-featured .blog-card-excerpt {
    font-size: 1rem; }
  .blog-card-featured.no-image {
    grid-template-columns: 1fr;
    background: linear-gradient(135deg, #212529 0%, #2c3237 100%);
    color: white;
    position: relative; }
    .blog-card-featured.no-image::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 6px;
      background: linear-gradient(to right, #3498db, #217dbb); }
    .blog-card-featured.no-image .blog-card-title {
      color: white; }
    .blog-card-featured.no-image .blog-card-excerpt {
      color: rgba(255, 255, 255, 0.8); }
    .blog-card-featured.no-image .blog-card-tag {
      background: rgba(255, 255, 255, 0.1);
      color: white; }
    .blog-card-featured.no-image .blog-card-footer {
      border-top-color: rgba(255, 255, 255, 0.2); }
    .blog-card-featured.no-image .blog-card-author-name,
    .blog-card-featured.no-image .blog-card-date,
    .blog-card-featured.no-image .blog-card-read-more {
      color: white; }

/*
 * -----------------------------------------
 * VARIANT 6: Compact Grid Card
 * -----------------------------------------
 */
.blog-card-compact {
  background: white;
  border-radius: 0.75rem;
  padding: 1rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 1px solid #e9ecef;
  transition: border-color 0.2s ease, box-shadow 0.2s ease; }
  .blog-card-compact:hover {
    border-color: #3498db;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); }
  .blog-card-compact .blog-card-title {
    font-size: 0.95rem;
    margin-bottom: 0.5rem; }
  .blog-card-compact .blog-card-meta {
    font-size: 0.75rem; }

/*
 * -----------------------------------------
 * TAG FILTER NAVIGATION
 * -----------------------------------------
 */
.tag-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem; }

.tag-filter-btn {
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-size: 0.85rem;
  font-weight: 500;
  border: 1px solid #e9ecef;
  background: white;
  color: #6c757d;
  cursor: pointer;
  transition: all 0.2s ease; }
  .tag-filter-btn:hover {
    border-color: #3498db;
    color: #3498db; }
  .tag-filter-btn.active {
    background: #3498db;
    border-color: #3498db;
    color: white; }

/*
 * -----------------------------------------
 * GROUPED BY CATEGORY/TAG
 * -----------------------------------------
 */
.blog-group {
  margin-bottom: 3rem; }

.blog-group-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #e9ecef; }

.blog-group-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #212529;
  display: flex;
  align-items: center;
  gap: 0.5rem; }
  .blog-group-title .icon {
    width: 28px;
    height: 28px;
    background: #3498db;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .blog-group-title .icon svg {
      width: 16px;
      height: 16px;
      color: white; }

.blog-group-count {
  font-size: 0.85rem;
  color: #6c757d; }

.blog-group-link {
  font-size: 0.85rem;
  font-weight: 600;
  color: #3498db;
  text-decoration: none; }
  .blog-group-link:hover {
    text-decoration: underline; }

/*
 * -----------------------------------------
 * TIMELINE/CHRONOLOGICAL
 * -----------------------------------------
 */
.blog-timeline {
  position: relative;
  padding-left: 3rem; }
  .blog-timeline::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #e9ecef; }

.blog-timeline-month {
  margin-bottom: 1.5rem; }

.blog-timeline-month-label {
  position: relative;
  font-size: 0.9rem;
  font-weight: 700;
  color: #3498db;
  margin-bottom: 0.5rem;
  margin-left: calc(-1 * 3rem + 20px); }
  .blog-timeline-month-label::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: #3498db;
    border-radius: 50%;
    border: 2px solid white; }

.blog-timeline-item {
  background: white;
  border-radius: 0.75rem;
  padding: 1rem;
  margin-bottom: 0.5rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  position: relative; }
  .blog-timeline-item::before {
    content: '';
    position: absolute;
    left: calc(-1 * 3rem + 6px);
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #e9ecef;
    border-radius: 50%; }

/*
 * -----------------------------------------
 * MASONRY STYLE (CSS Columns)
 * -----------------------------------------
 */
.blog-masonry {
  column-count: 3;
  column-gap: 1.5rem; }
  @media (max-width: 900px) {
    .blog-masonry {
      column-count: 2; } }
  @media (max-width: 600px) {
    .blog-masonry {
      column-count: 1; } }
  .blog-masonry .blog-card-text-only {
    break-inside: avoid;
    margin-bottom: 1.5rem; }

/*
 * -----------------------------------------
 * PLACEHOLDER PATTERNS FOR NO-IMAGE
 * -----------------------------------------
 */
.placeholder-pattern {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .placeholder-pattern.pattern-dots {
    background: radial-gradient(circle, #3498db 1px, transparent 1px);
    background-size: 20px 20px;
    background-color: rgba(52, 152, 219, 0.05); }
  .placeholder-pattern.pattern-lines {
    background: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(52, 152, 219, 0.05) 10px, rgba(52, 152, 219, 0.05) 20px);
    background-color: #f9fafb; }
  .placeholder-pattern.pattern-gradient {
    background: linear-gradient(135deg, rgba(52, 152, 219, 0.1) 0%, rgba(33, 125, 187, 0.2) 100%); }

.placeholder-icon {
  width: 64px;
  height: 64px;
  background: rgba(52, 152, 219, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .placeholder-icon svg {
    width: 32px;
    height: 32px;
    color: #3498db; }

.antsand-form-group {
  margin-bottom: 1.5rem; }

.antsand-form-label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #212529; }

.antsand-form-control, .antsand-textarea, .antsand-input, .antsand-form-select {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: white;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  transition: border-color 250ms ease; }
  .antsand-form-control:focus, .antsand-textarea:focus, .antsand-input:focus, .antsand-form-select:focus {
    outline: none;
    border-color: #3498db;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1); }
  .antsand-form-control::placeholder, .antsand-textarea::placeholder, .antsand-input::placeholder, .antsand-form-select::placeholder {
    color: #adb5bd; }
  .antsand-form-control:disabled, .antsand-textarea:disabled, .antsand-input:disabled, .antsand-form-select:disabled {
    background-color: #f8f9fa;
    cursor: not-allowed; }

textarea.antsand-form-control, textarea.antsand-textarea, textarea.antsand-input, textarea.antsand-form-select {
  resize: vertical;
  min-height: 100px; }

.antsand-form-select {
  cursor: pointer; }

.antsand-textarea {
  resize: vertical;
  min-height: 120px; }

.antsand-form-check {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem; }
  .antsand-form-check input[type="checkbox"],
  .antsand-form-check input[type="radio"] {
    width: 1.125rem;
    height: 1.125rem;
    cursor: pointer; }
  .antsand-form-check label {
    cursor: pointer;
    user-select: none; }

.antsand-form-text {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #6c757d; }

.antsand-form-control.is-invalid, .is-invalid.antsand-form-select, .is-invalid.antsand-input, .is-invalid.antsand-textarea {
  border-color: #e74c3c; }
  .antsand-form-control.is-invalid:focus, .is-invalid.antsand-form-select:focus, .is-invalid.antsand-input:focus, .is-invalid.antsand-textarea:focus {
    box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.1); }

.antsand-form-control.is-valid, .is-valid.antsand-form-select, .is-valid.antsand-input, .is-valid.antsand-textarea {
  border-color: #27ae60; }
  .antsand-form-control.is-valid:focus, .is-valid.antsand-form-select:focus, .is-valid.antsand-input:focus, .is-valid.antsand-textarea:focus {
    box-shadow: 0 0 0 3px rgba(39, 174, 96, 0.1); }

.antsand-invalid-feedback {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #e74c3c; }

.antsand-valid-feedback {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #27ae60; }

.form-default .form-elements {
  margin: 15px 0px; }

.form-default input[type="text"],
.form-default input[type="email"],
.form-default input[type="tel"],
.form-default input[type="number"],
.form-default select,
.form-default textarea,
.form-default .input {
  padding: .6em .7em .5em .7em;
  font-size: .9em;
  color: #666;
  box-shadow: none;
  border: 1px solid #ccc;
  border-color: #c4c4c4 #d8d8d8 #e2e2e2;
  outline: none;
  margin: 0;
  line-height: 1.5em;
  width: 100%;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  vertical-align: top; }
  .form-default input[type="text"] a,
  .form-default input[type="email"] a,
  .form-default input[type="tel"] a,
  .form-default input[type="number"] a,
  .form-default select a,
  .form-default textarea a,
  .form-default .input a {
    text-decoration: underline;
    color: #007AB8;
    outline: none; }
  .form-default input[type="text"] hr,
  .form-default input[type="email"] hr,
  .form-default input[type="tel"] hr,
  .form-default input[type="number"] hr,
  .form-default select hr,
  .form-default textarea hr,
  .form-default .input hr {
    margin-top: 16px;
    margin-bottom: 16px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }

.form-default .error {
  border: #ff8181 2px solid !important; }

.form-default .input-container {
  position: relative;
  margin: 6px 0 9px 0; }

.form-default .error-notification {
  position: absolute;
  z-index: 100;
  width: auto;
  line-height: 1;
  top: -10%;
  font-size: 11px;
  right: 32px;
  display: block;
  margin: auto auto;
  text-align: center;
  background: white;
  color: #ec2222; }

.form-default .form-text {
  display: block;
  margin-top: .25rem; }

.form-default .label-container {
  margin-bottom: 6px; }

.form-default .label {
  line-height: 1.42857143;
  color: #333;
  font-weight: bold;
  font-size: 15.6px;
  display: block;
  flex: none;
  max-width: none;
  margin: 0;
  padding: 0 0 3px 0;
  border: none;
  white-space: normal;
  width: 100%;
  min-height: 20px; }

.form-default .sub-label {
  color: rgba(15, 15, 15, 0.7);
  line-height: 1.2;
  min-height: 15px;
  font-size: 12px; }

.form-default .required {
  position: relative; }

.form-default .required:after {
  content: '*';
  color: red;
  position: absolute;
  top: -0.32em;
  z-index: 10;
  left: -0.17em;
  right: -0.15em;
  font-size: 1.6em;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  width: 10px; }

.form_submission_message {
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724; }

.btn, .blue-btn-group, .private-btn, .create-btn, .default-btn {
  display: inline-block;
  padding: .5em 1.5em;
  font-size: 1em;
  line-height: 1.5;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: all 0.15s ease-in-out;
  text-decoration: none; }

.default-btn {
  background-color: #007bff;
  color: white;
  border-color: #007bff; }
  .default-btn:hover {
    background-color: #0056b3;
    border-color: #0056b3; }

.create-btn {
  background-color: #28a745;
  color: white;
  border-color: #28a745; }
  .create-btn:hover {
    background-color: #218838;
    border-color: #218838; }

.private-btn {
  background-color: #6c757d;
  color: white;
  border-color: #6c757d; }
  .private-btn:hover {
    background-color: #545b62;
    border-color: #545b62; }

.blue-btn-group {
  background-color: #17a2b8;
  color: white;
  border-color: #17a2b8; }
  .blue-btn-group:hover {
    background-color: #138496;
    border-color: #138496; }

.popup-form-white {
  background-color: rgba(255, 255, 255, 0.98); }

.popup-form-black {
  background-color: rgba(0, 0, 0, 0.98); }

.color-red {
  color: #d52b1e; }

.form-padding {
  padding: 45px 0px; }

.antsand-accordion {
  border: 1px solid #e9ecef;
  border-radius: 0.5rem; }

.antsand-accordion-item {
  border-bottom: 1px solid #e9ecef; }
  .antsand-accordion-item:last-child {
    border-bottom: none; }

.antsand-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.5rem;
  font-weight: 600;
  text-align: left;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: background-color 250ms ease; }
  .antsand-accordion-header:hover {
    background-color: #f8f9fa; }
  .antsand-accordion-header.active {
    background-color: #f8f9fa;
    color: #3498db; }

.antsand-accordion-icon {
  width: 1.25rem;
  height: 1.25rem;
  transition: transform 250ms ease; }
  .antsand-accordion-icon::before {
    content: '+';
    font-size: 1.5rem;
    line-height: 1; }
  .antsand-accordion-icon.active::before {
    content: '−'; }

.antsand-accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 350ms ease ease-in-out; }
  .antsand-accordion-body.active {
    max-height: 1000px; }

.antsand-accordion-content {
  padding: 0 1.5rem 1.5rem 1.5rem;
  color: #495057;
  line-height: 1.75; }

[data-tabs] {
  position: relative; }
  [data-tabs] .tabs-header {
    display: flex;
    margin-bottom: 1.5rem; }
  [data-tabs] .tabs-item {
    padding: 0.75rem 1.5rem;
    cursor: pointer;
    border: none;
    background: transparent;
    font-size: 1rem;
    font-weight: 500;
    transition: all 0.3s ease;
    color: #4a5568; }
    [data-tabs] .tabs-item:focus {
      outline: none; }
  [data-tabs] .tabs-content {
    display: none;
    padding: 1.5rem;
    border-radius: 0.5rem;
    background: #f7fafc;
    border: 1px solid #e2e8f0;
    min-height: 150px; }
    [data-tabs] .tabs-content.active {
      display: block; }

.antsand-tabs-pills .tabs-header {
  justify-content: center;
  padding: 0.5rem;
  background-color: #e2e8f0;
  border-radius: 50px; }

.antsand-tabs-pills .tabs-item {
  margin: 0 0.25rem;
  border-radius: 50px; }
  .antsand-tabs-pills .tabs-item:hover {
    background-color: rgba(102, 126, 234, 0.1); }
  .antsand-tabs-pills .tabs-item.active {
    background-image: linear-gradient(to right, #667eea, #764ba2);
    color: white;
    box-shadow: 0 4px 12px rgba(118, 75, 162, 0.3); }

.antsand-tabs-pills .tabs-content {
  background: #f7fafc; }

.antsand-tabs-steps .tabs-header {
  border: 1px solid #cbd5e0;
  border-radius: 0.5rem;
  overflow: hidden; }

.antsand-tabs-steps .tabs-item {
  flex: 1;
  text-align: center;
  background-color: #f8fafc;
  border-right: 1px solid #cbd5e0;
  position: relative; }
  .antsand-tabs-steps .tabs-item:last-child {
    border-right: none; }
  .antsand-tabs-steps .tabs-item:hover {
    background-color: #edf2f7; }
  .antsand-tabs-steps .tabs-item.active {
    background-color: #edf2f7;
    color: #2d3748;
    font-weight: 600; }
    .antsand-tabs-steps .tabs-item.active::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 3px;
      background-color: #4c51bf; }

.antsand-tabs-steps .tabs-content {
  background: #ffffff;
  border: 1px solid #cbd5e0; }

.antsand-tabs-vertical {
  display: flex;
  gap: 1.5rem; }
  .antsand-tabs-vertical .tabs-header {
    flex-direction: column;
    gap: 0.5rem;
    border-right: 2px solid #e2e8f0;
    padding-right: 1.5rem;
    margin-bottom: 0;
    min-width: 200px; }
  .antsand-tabs-vertical .tabs-item {
    text-align: left;
    border-radius: 0.5rem; }
    .antsand-tabs-vertical .tabs-item:hover {
      background-color: #f7fafc; }
    .antsand-tabs-vertical .tabs-item.active {
      background-color: #4c51bf;
      color: white; }
  .antsand-tabs-vertical .tabs-content-wrapper {
    flex: 1; }
  .antsand-tabs-vertical .tabs-content:first-of-type {
    display: block; }

.antsand-tabs-underline .tabs-header {
  border-bottom: 2px solid #e2e8f0;
  gap: 1rem; }

.antsand-tabs-underline .tabs-item {
  padding-bottom: 1rem;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px; }
  .antsand-tabs-underline .tabs-item:hover {
    color: #2d3748;
    border-bottom-color: #cbd5e0; }
  .antsand-tabs-underline .tabs-item.active {
    color: #3498db;
    border-bottom-color: #3498db;
    font-weight: 600; }

.antsand-tabs-underline .tabs-content {
  background: transparent;
  border: none;
  padding-left: 0;
  padding-right: 0; }

.antsand-tabs-boxed .tabs-header {
  gap: 0.5rem;
  background: #f8fafc;
  padding: 1rem;
  border-radius: 0.5rem; }

.antsand-tabs-boxed .tabs-item {
  border-radius: 0.5rem;
  background: white;
  border: 1px solid #e2e8f0; }
  .antsand-tabs-boxed .tabs-item:hover {
    border-color: #cbd5e0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
  .antsand-tabs-boxed .tabs-item.active {
    background: #3498db;
    color: white;
    border-color: #3498db;
    box-shadow: 0 2px 4px rgba(52, 152, 219, 0.3); }

.antsand-tabs-boxed .tabs-content {
  background: white;
  border: 1px solid #e2e8f0; }

@media (max-width: 768px) {
  [data-tabs] .tabs-header {
    flex-direction: column;
    gap: 0.5rem; }
  [data-tabs] .tabs-item {
    width: 100%;
    text-align: left; }
  .antsand-tabs-pills .tabs-header {
    flex-direction: row;
    flex-wrap: wrap; }
  .antsand-tabs-pills .tabs-item {
    width: auto; }
  .antsand-tabs-vertical {
    flex-direction: column; }
    .antsand-tabs-vertical .tabs-header {
      flex-direction: row;
      border-right: none;
      border-bottom: 2px solid #e2e8f0;
      padding-right: 0;
      padding-bottom: 1rem;
      min-width: 0; } }

.tabs-content-wrapper {
  position: relative; }

.tabs-item[disabled] {
  opacity: 0.5;
  cursor: not-allowed; }

.tabs-item-icon {
  display: inline-block;
  margin-right: 0.5rem;
  width: 1.25rem;
  height: 1.25rem;
  vertical-align: middle; }

.tabs-item-badge {
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0.125rem 0.5rem;
  border-radius: 1rem;
  font-size: 0.75rem;
  background: #e2e8f0;
  color: #4a5568; }
  .tabs-item.active .tabs-item-badge {
    background: rgba(255, 255, 255, 0.3);
    color: white; }

[data-carousel] {
  position: relative;
  width: 100%; }
  [data-carousel] .carousel-header {
    margin-bottom: 1.5rem; }
    [data-carousel] .carousel-header .carousel-title {
      font-size: 1.75rem;
      font-weight: 600;
      color: #2d3748;
      margin-bottom: 0.5rem; }
    [data-carousel] .carousel-header .carousel-description {
      font-size: 1rem;
      color: #718096;
      line-height: 1.6; }
  [data-carousel] .carousel-body {
    position: relative; }
    [data-carousel] .carousel-body .carousel-track-wrapper {
      position: relative;
      overflow: hidden;
      border-radius: 0.75rem; }
    [data-carousel] .carousel-body .carousel-track {
      display: flex;
      transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
    [data-carousel] .carousel-body .carousel-item {
      min-width: 100%;
      flex-shrink: 0;
      position: relative; }
      [data-carousel] .carousel-body .carousel-item .carousel-item-image {
        position: relative;
        overflow: hidden; }
        [data-carousel] .carousel-body .carousel-item .carousel-item-image img {
          width: 100%;
          height: auto;
          display: block; }
      [data-carousel] .carousel-body .carousel-item .carousel-item-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 2rem;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
        color: white; }
        [data-carousel] .carousel-body .carousel-item .carousel-item-caption .carousel-item-title {
          font-size: 1.5rem;
          font-weight: 600;
          margin-bottom: 0.5rem;
          color: white; }
        [data-carousel] .carousel-body .carousel-item .carousel-item-caption .carousel-item-description {
          font-size: 1rem;
          color: #eee;
          margin-bottom: 1rem;
          line-height: 1.6; }
        [data-carousel] .carousel-body .carousel-item .carousel-item-caption .carousel-item-cta {
          display: inline-block;
          padding: 0.75rem 1.5rem;
          background: white;
          color: #2d3748;
          text-decoration: none;
          border-radius: 0.5rem;
          font-weight: 500;
          transition: all 0.3s ease; }
          [data-carousel] .carousel-body .carousel-item .carousel-item-caption .carousel-item-cta:hover {
            background: #f7fafc;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }
  [data-carousel] .carousel-footer {
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem; }
    [data-carousel] .carousel-footer .carousel-controls {
      display: flex;
      gap: 0.5rem; }
      [data-carousel] .carousel-footer .carousel-controls .carousel-control-prev,
      [data-carousel] .carousel-footer .carousel-controls .carousel-control-next {
        width: 3rem;
        height: 3rem;
        border-radius: 50%;
        border: none;
        background: #2d3748;
        color: white;
        font-size: 1.5rem;
        cursor: pointer;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1; }
        [data-carousel] .carousel-footer .carousel-controls .carousel-control-prev:hover,
        [data-carousel] .carousel-footer .carousel-controls .carousel-control-next:hover {
          background: #1a202c;
          transform: scale(1.1); }
        [data-carousel] .carousel-footer .carousel-controls .carousel-control-prev:disabled,
        [data-carousel] .carousel-footer .carousel-controls .carousel-control-next:disabled {
          opacity: 0.5;
          cursor: not-allowed;
          transform: scale(1); }
    [data-carousel] .carousel-footer .carousel-indicators {
      display: flex;
      gap: 0.5rem; }
      [data-carousel] .carousel-footer .carousel-indicators .carousel-indicator {
        width: 0.75rem;
        height: 0.75rem;
        border-radius: 50%;
        background: #cbd5e0;
        cursor: pointer;
        transition: all 0.3s ease;
        border: none;
        padding: 0; }
        [data-carousel] .carousel-footer .carousel-indicators .carousel-indicator:hover {
          background: #a0aec0; }
        [data-carousel] .carousel-footer .carousel-indicators .carousel-indicator.active {
          background: #667eea;
          width: 2rem;
          border-radius: 0.375rem; }

.antsand-carousel-slide .carousel-body .carousel-track-wrapper {
  background: #000; }

.antsand-carousel-fade .carousel-body .carousel-track {
  transition: none; }

.antsand-carousel-fade .carousel-body .carousel-item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out; }
  .antsand-carousel-fade .carousel-body .carousel-item.active {
    opacity: 1;
    position: relative; }

.antsand-carousel-cards .carousel-body .carousel-track {
  gap: 1rem;
  padding: 0.5rem; }

.antsand-carousel-cards .carousel-body .carousel-item {
  min-width: calc(33.333% - 0.667rem);
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease; }
  .antsand-carousel-cards .carousel-body .carousel-item:hover {
    transform: translateY(-0.5rem);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15); }
  .antsand-carousel-cards .carousel-body .carousel-item .carousel-item-caption {
    position: relative;
    background: #f7fafc;
    color: #2d3748;
    padding: 1.25rem;
    background: linear-gradient(to top, #f7fafc, #f7fafc); }
    .antsand-carousel-cards .carousel-body .carousel-item .carousel-item-caption .carousel-item-title {
      color: #2d3748; }
    .antsand-carousel-cards .carousel-body .carousel-item .carousel-item-caption .carousel-item-description {
      color: #718096; }
    .antsand-carousel-cards .carousel-body .carousel-item .carousel-item-caption .carousel-item-cta {
      background: #667eea;
      color: white; }
      .antsand-carousel-cards .carousel-body .carousel-item .carousel-item-caption .carousel-item-cta:hover {
        background: #5a67d8; }

.antsand-carousel-cover .carousel-body .carousel-item {
  height: 37.5rem;
  display: flex;
  align-items: center;
  justify-content: center; }
  .antsand-carousel-cover .carousel-body .carousel-item .carousel-item-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .antsand-carousel-cover .carousel-body .carousel-item .carousel-item-caption {
    position: relative;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    padding: 3rem;
    border-radius: 1rem;
    backdrop-filter: blur(10px);
    max-width: 43.75rem;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)); }
    .antsand-carousel-cover .carousel-body .carousel-item .carousel-item-caption .carousel-item-title {
      font-size: 2.625rem;
      margin-bottom: 1rem; }
    .antsand-carousel-cover .carousel-body .carousel-item .carousel-item-caption .carousel-item-description {
      font-size: 1.25rem;
      margin-bottom: 1.5rem; }

@media (max-width: 768px) {
  [data-carousel] .carousel-header .carousel-title {
    font-size: 1.5rem; }
  [data-carousel] .carousel-header .carousel-description {
    font-size: 0.875rem; }
  [data-carousel] .carousel-body .carousel-item .carousel-item-caption {
    padding: 1rem; }
    [data-carousel] .carousel-body .carousel-item .carousel-item-caption .carousel-item-title {
      font-size: 1.25rem; }
    [data-carousel] .carousel-body .carousel-item .carousel-item-caption .carousel-item-description {
      font-size: 0.875rem; }
  [data-carousel] .carousel-footer {
    flex-direction: column;
    gap: 1rem; }
    [data-carousel] .carousel-footer .carousel-controls {
      order: 2; }
    [data-carousel] .carousel-footer .carousel-indicators {
      order: 1; }
  .antsand-carousel-cards .carousel-body .carousel-item {
    min-width: 100%; }
  .antsand-carousel-cover .carousel-body .carousel-item {
    height: 25rem; }
    .antsand-carousel-cover .carousel-body .carousel-item .carousel-item-caption {
      padding: 1.5rem; }
      .antsand-carousel-cover .carousel-body .carousel-item .carousel-item-caption .carousel-item-title {
        font-size: 1.75rem; }
      .antsand-carousel-cover .carousel-body .carousel-item .carousel-item-caption .carousel-item-description {
        font-size: 1rem; } }

@media (max-width: 640px) {
  [data-carousel] .carousel-controls {
    display: none; } }

[data-carousel][data-loading="true"] .carousel-body {
  opacity: 0.5;
  pointer-events: none; }

[data-carousel][data-autoplay="true"] .carousel-indicator.active {
  animation: carousel-progress 5s linear; }

@keyframes carousel-progress {
  from {
    background: #cbd5e0; }
  to {
    background: #667eea; } }

.antsand-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px); }
  .antsand-modal.active {
    display: flex;
    animation: fadeIn 250ms ease ease-out; }

.antsand-modal-dialog {
  position: relative;
  width: 90%;
  max-width: 600px;
  max-height: 90vh;
  background-color: white;
  border-radius: 0.75rem;
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  animation: slideUp 350ms ease ease-out; }
  @media (min-width: 768px) {
    .antsand-modal-dialog {
      width: 600px; } }
.antsand-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  border-bottom: 1px solid #e9ecef; }
  .antsand-modal-header h3 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700; }

.antsand-modal-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
  color: #6c757d;
  transition: all 150ms ease; }
  .antsand-modal-close:hover {
    background-color: #f8f9fa;
    color: #212529; }

.antsand-modal-body {
  flex: 1;
  padding: 1.5rem;
  overflow-y: auto;
  color: #495057;
  line-height: 1.75; }

.antsand-modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  padding: 1.5rem;
  border-top: 1px solid #e9ecef; }

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(2rem); }
  to {
    opacity: 1;
    transform: translateY(0); } }

.antsand-modal-sm .antsand-modal-dialog {
  max-width: 400px; }

.antsand-modal-lg .antsand-modal-dialog {
  max-width: 800px; }

.antsand-modal-xl .antsand-modal-dialog {
  max-width: 1200px; }

.antsand-modal-fullscreen .antsand-modal-dialog {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  border-radius: 0; }

.antsand-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  background-color: white;
  border-bottom: 1px solid #e9ecef;
  position: relative; }

.antsand-navbar-brand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #212529;
  text-decoration: none; }
  .antsand-navbar-brand img {
    height: 2rem; }

.antsand-navbar-nav, .antsand-nav-items {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  list-style: none;
  padding: 0;
  margin: 0; }
  @media (max-width: 768px) {
    .antsand-navbar-nav, .antsand-nav-items {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      flex-direction: column;
      background-color: white;
      border-bottom: 1px solid #e9ecef;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      padding: 0.5rem 0; }
      .antsand-navbar-nav.active, .active.antsand-nav-items {
        display: flex; } }
.antsand-navbar-item,
.antsand-nav-link {
  padding: 0.5rem 1rem;
  color: #495057;
  text-decoration: none;
  border-radius: 0.25rem;
  transition: all 250ms ease; }
  .antsand-navbar-item:hover,
  .antsand-nav-link:hover {
    background-color: #f8f9fa;
    color: #3498db; }
  .antsand-navbar-item.active,
  .antsand-nav-link.active {
    color: #3498db;
    font-weight: 600; }

.antsand-navbar-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer; }
  @media (max-width: 768px) {
    .antsand-navbar-toggle {
      display: flex; } }
.antsand-navbar-toggle-icon {
  display: flex;
  flex-direction: column;
  gap: 4px; }
  .antsand-navbar-toggle-icon span {
    display: block;
    width: 1.5rem;
    height: 2px;
    background-color: #212529;
    transition: all 250ms ease; }
  .antsand-navbar-toggle-icon.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px); }
  .antsand-navbar-toggle-icon.active span:nth-child(2) {
    opacity: 0; }
  .antsand-navbar-toggle-icon.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px); }

.antsand-navbar-dropdown {
  position: relative; }
  .antsand-navbar-dropdown:hover .antsand-dropdown-menu {
    display: block; }

.antsand-navbar-dark {
  background-color: #212529;
  border-bottom-color: #343a40; }
  .antsand-navbar-dark .antsand-navbar-brand {
    color: white; }
  .antsand-navbar-dark .antsand-navbar-item {
    color: #dee2e6; }
    .antsand-navbar-dark .antsand-navbar-item:hover {
      background-color: #343a40;
      color: white; }
    .antsand-navbar-dark .antsand-navbar-item.active {
      color: white; }
  .antsand-navbar-dark .antsand-navbar-toggle-icon span {
    background-color: white; }
  @media (max-width: 768px) {
    .antsand-navbar-dark .antsand-navbar-nav, .antsand-navbar-dark .antsand-nav-items {
      background-color: #212529; } }
.antsand-navbar-primary {
  background-color: #3498db;
  border-bottom-color: #217dbb; }
  .antsand-navbar-primary .antsand-navbar-brand {
    color: white; }
  .antsand-navbar-primary .antsand-navbar-item {
    color: rgba(255, 255, 255, 0.85); }
    .antsand-navbar-primary .antsand-navbar-item:hover {
      background-color: rgba(0, 0, 0, 0.1);
      color: white; }
    .antsand-navbar-primary .antsand-navbar-item.active {
      color: white; }
  .antsand-navbar-primary .antsand-navbar-toggle-icon span {
    background-color: white; }
  @media (max-width: 768px) {
    .antsand-navbar-primary .antsand-navbar-nav, .antsand-navbar-primary .antsand-nav-items {
      background-color: #3498db; } }
.antsand-navbar-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030; }

.antsand-dropdown {
  position: relative;
  display: inline-block; }

.antsand-dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background-color: white;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 250ms ease; }
  .antsand-dropdown-toggle:hover {
    background-color: #f9fafb;
    border-color: #ced4da; }
  .antsand-dropdown-toggle::after {
    content: '▼';
    font-size: 0.75rem;
    margin-left: auto;
    transition: transform 250ms ease; }
  .antsand-dropdown-toggle.active::after {
    transform: rotate(180deg); }

.antsand-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 10rem;
  margin-top: 0.25rem;
  padding: 0.5rem 0;
  background-color: white;
  border: 1px solid #e9ecef;
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  display: none; }
  .antsand-dropdown-menu.active {
    display: block;
    animation: dropdownSlide 250ms ease ease-out; }

.antsand-dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 1.5rem;
  color: #495057;
  text-decoration: none;
  background-color: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  transition: all 150ms ease; }
  .antsand-dropdown-item:hover {
    background-color: #f8f9fa;
    color: #3498db; }
  .antsand-dropdown-item.active {
    background-color: #3498db;
    color: white; }
  .antsand-dropdown-item:disabled {
    color: #ced4da;
    cursor: not-allowed; }
    .antsand-dropdown-item:disabled:hover {
      background-color: transparent;
      color: #ced4da; }

.antsand-dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  background-color: #e9ecef; }

.antsand-dropdown-header {
  padding: 0.5rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #6c757d;
  text-transform: uppercase; }

@keyframes dropdownSlide {
  from {
    opacity: 0;
    transform: translateY(-0.5rem); }
  to {
    opacity: 1;
    transform: translateY(0); } }

.antsand-dropdown-menu-right {
  left: auto;
  right: 0; }

.antsand-dropup .antsand-dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.25rem; }

.antsand-dropup .antsand-dropdown-toggle::after {
  content: '▲'; }

.antsand-alert {
  position: relative;
  padding: 1rem 1.5rem;
  margin-bottom: 1.5rem;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  gap: 1rem; }

.antsand-alert-icon {
  flex-shrink: 0;
  font-size: 1.25rem; }

.antsand-alert-content {
  flex: 1; }
  .antsand-alert-content strong {
    font-weight: 600;
    display: block;
    margin-bottom: 0.25rem; }

.antsand-alert-close {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1;
  opacity: 0.6;
  transition: opacity 250ms ease; }
  .antsand-alert-close:hover {
    opacity: 1; }

.antsand-alert-primary {
  background-color: #f7fbfe;
  border-color: #b6daf2;
  color: #196090; }

.antsand-alert-secondary {
  background-color: #bbcada;
  border-color: #8aa4be;
  color: #1a252f; }

.antsand-alert-success {
  background-color: #ddf7e8;
  border-color: #9ee9be;
  color: #145b32; }

.antsand-alert-danger {
  background-color: #fdf3f2;
  border-color: #f5b4ae;
  color: #bf2718; }

.antsand-alert-warning {
  background-color: #fdedd4;
  border-color: #f9cf8b;
  color: #976008; }

.antsand-alert-info {
  background-color: #bff6eb;
  border-color: #7cedd7;
  color: #0a463a; }

.antsand-alert-light {
  background-color: #ecf0f1;
  border-color: #dee2e6;
  color: #343a40; }

.antsand-alert-dark {
  background-color: #34495e;
  border-color: #22303d;
  color: white; }

.antsand-alert.fade-out {
  animation: alertFadeOut 250ms ease ease-out forwards; }

@keyframes alertFadeOut {
  from {
    opacity: 1;
    transform: scaleY(1); }
  to {
    opacity: 0;
    transform: scaleY(0);
    margin: 0;
    padding: 0; } }

.antsand-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }

.antsand-badge-primary {
  background-color: #3498db; }

.antsand-badge-secondary {
  background-color: #2c3e50; }

.antsand-badge-success {
  background-color: #27ae60; }

.antsand-badge-danger {
  background-color: #e74c3c; }

.antsand-badge-warning {
  background-color: #f39c12;
  color: #212529; }

.antsand-badge-info {
  background-color: #16a085; }

.antsand-badge-light {
  background-color: #ecf0f1;
  color: #212529; }

.antsand-badge-dark {
  background-color: #34495e; }

.antsand-badge-pill {
  border-radius: 9999px; }

.antsand-badge-dot {
  position: relative;
  padding: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%; }
  .antsand-badge-dot.antsand-badge-notification {
    position: absolute;
    top: -0.25rem;
    right: -0.25rem;
    width: 0.75rem;
    height: 0.75rem; }

.antsand-badge-outline-primary {
  background-color: transparent;
  color: #3498db;
  border: 1px solid #3498db; }

.antsand-badge-outline-secondary {
  background-color: transparent;
  color: #2c3e50;
  border: 1px solid #2c3e50; }

.antsand-badge-outline-success {
  background-color: transparent;
  color: #27ae60;
  border: 1px solid #27ae60; }

.antsand-badge-outline-danger {
  background-color: transparent;
  color: #e74c3c;
  border: 1px solid #e74c3c; }

.antsand-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1rem 0;
  margin-bottom: 1.5rem;
  list-style: none; }

.antsand-breadcrumb-item {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  color: #6c757d; }
  .antsand-breadcrumb-item a {
    color: #3498db;
    text-decoration: none;
    transition: color 250ms ease; }
    .antsand-breadcrumb-item a:hover {
      color: #1d6fa5;
      text-decoration: underline; }
  .antsand-breadcrumb-item.active {
    color: #495057;
    font-weight: 500; }
  .antsand-breadcrumb-item + .antsand-breadcrumb-item::before {
    content: '/';
    padding: 0 0.5rem;
    color: #ced4da; }

.antsand-breadcrumb-separator-arrow .antsand-breadcrumb-item + .antsand-breadcrumb-item::before {
  content: '›';
  font-size: 1.25rem; }

.antsand-breadcrumb-separator-dot .antsand-breadcrumb-item + .antsand-breadcrumb-item::before {
  content: '•'; }

.antsand-breadcrumb-separator-chevron .antsand-breadcrumb-item + .antsand-breadcrumb-item::before {
  content: '»'; }

.antsand-article, .antsand-research, .antsand-article-wide {
  max-width: 700px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem; }
  .antsand-article p, .antsand-research p, .antsand-article-wide p {
    font-size: 1.125rem;
    line-height: 1.75;
    margin-bottom: 1.5rem;
    color: #343a40; }
  .antsand-article h1, .antsand-research h1, .antsand-article-wide h1, .antsand-article h2, .antsand-research h2, .antsand-article-wide h2, .antsand-article h3, .antsand-research h3, .antsand-article-wide h3, .antsand-article h4, .antsand-research h4, .antsand-article-wide h4, .antsand-article h5, .antsand-research h5, .antsand-article-wide h5, .antsand-article h6, .antsand-research h6, .antsand-article-wide h6 {
    font-weight: 700;
    line-height: 1.25;
    margin-top: 3rem;
    margin-bottom: 1rem;
    color: #212529; }
  .antsand-article h1, .antsand-research h1, .antsand-article-wide h1 {
    font-size: 2.5rem; }
    .antsand-article h1:first-child, .antsand-research h1:first-child, .antsand-article-wide h1:first-child {
      margin-top: 0; }
  .antsand-article h2, .antsand-research h2, .antsand-article-wide h2 {
    font-size: 2rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e9ecef; }
  .antsand-article h3, .antsand-research h3, .antsand-article-wide h3 {
    font-size: 1.5rem; }
  .antsand-article h4, .antsand-research h4, .antsand-article-wide h4 {
    font-size: 1.25rem; }
  .antsand-article > p:first-of-type, .antsand-research > p:first-of-type, .antsand-article-wide > p:first-of-type {
    font-size: 1.25rem;
    color: #495057; }
  .antsand-article blockquote, .antsand-research blockquote, .antsand-article-wide blockquote {
    border-left: 4px solid #3498db;
    padding-left: 1.5rem;
    margin: 2rem 0;
    font-size: 1.25rem;
    font-style: italic;
    color: #495057; }
    .antsand-article blockquote p, .antsand-research blockquote p, .antsand-article-wide blockquote p {
      margin-bottom: 0; }
  .antsand-article code, .antsand-research code, .antsand-article-wide code {
    background: #f8f9fa;
    padding: 0.125rem 0.375rem;
    border-radius: 0.25rem;
    font-family: "SF Mono", Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.875em;
    color: #e74c3c; }
  .antsand-article pre, .antsand-research pre, .antsand-article-wide pre {
    background: #212529;
    color: #f8f9fa;
    padding: 1.5rem;
    border-radius: 0.5rem;
    overflow-x: auto;
    margin: 1.5rem 0; }
    .antsand-article pre code, .antsand-research pre code, .antsand-article-wide pre code {
      background: transparent;
      padding: 0;
      color: inherit;
      font-size: 0.875rem; }
  .antsand-article a, .antsand-research a, .antsand-article-wide a {
    color: #3498db;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s; }
    .antsand-article a:hover, .antsand-research a:hover, .antsand-article-wide a:hover {
      border-bottom-color: #3498db; }
  .antsand-article ul, .antsand-research ul, .antsand-article-wide ul, .antsand-article ol, .antsand-research ol, .antsand-article-wide ol {
    margin: 1.5rem 0;
    padding-left: 2rem; }
    .antsand-article ul li, .antsand-research ul li, .antsand-article-wide ul li, .antsand-article ol li, .antsand-research ol li, .antsand-article-wide ol li {
      margin-bottom: 0.5rem;
      line-height: 1.75; }
    .antsand-article ul ul, .antsand-research ul ul, .antsand-article-wide ul ul, .antsand-article ul ol, .antsand-research ul ol, .antsand-article-wide ul ol, .antsand-article ol ul, .antsand-research ol ul, .antsand-article-wide ol ul, .antsand-article ol ol, .antsand-research ol ol, .antsand-article-wide ol ol {
      margin: 0.5rem 0; }
  .antsand-article img, .antsand-research img, .antsand-article-wide img {
    max-width: 100%;
    height: auto;
    border-radius: 0.5rem;
    margin: 2rem 0; }
  .antsand-article hr, .antsand-research hr, .antsand-article-wide hr {
    border: 0;
    border-top: 2px solid #e9ecef;
    margin: 3rem 0; }
  .antsand-article table, .antsand-research table, .antsand-article-wide table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0; }
    .antsand-article table th, .antsand-research table th, .antsand-article-wide table th, .antsand-article table td, .antsand-research table td, .antsand-article-wide table td {
      padding: 0.5rem;
      border: 1px solid #dee2e6;
      text-align: left; }
    .antsand-article table th, .antsand-research table th, .antsand-article-wide table th {
      background: #f8f9fa;
      font-weight: 600; }
  .antsand-article .article-header, .antsand-research .article-header, .antsand-article-wide .article-header {
    max-width: 800px;
    margin: 60px auto 40px;
    text-align: center; }
  .antsand-article .article-category, .antsand-research .article-category, .antsand-article-wide .article-category {
    display: inline-block;
    background: #dbeafe;
    color: #1e40af;
    padding: 6px 14px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 20px; }
  .antsand-article .article-title, .antsand-research .article-title, .antsand-article-wide .article-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px;
    color: #1a1a1a; }
  .antsand-article .article-excerpt, .antsand-research .article-excerpt, .antsand-article-wide .article-excerpt {
    font-size: 22px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 32px; }
  .antsand-article .article-meta, .antsand-research .article-meta, .antsand-article-wide .article-meta {
    display: flex;
    justify-content: center;
    gap: 20px;
    font-size: 14px;
    color: #999; }
  .antsand-article .article-body, .antsand-research .article-body, .antsand-article-wide .article-body {
    max-width: 700px;
    margin: 0 auto 80px;
    font-size: 19px;
    line-height: 1.8;
    color: #1a1a1a;
    margin-bottom: 24px; }
  .antsand-article .article-body p, .antsand-research .article-body p, .antsand-article-wide .article-body p {
    font-size: 19px;
    line-height: 1.8;
    color: #1a1a1a;
    margin-bottom: 24px; }
  .antsand-article .article-body h2, .antsand-research .article-body h2, .antsand-article-wide .article-body h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 48px 0 20px; }
  .antsand-article .article-body h3, .antsand-research .article-body h3, .antsand-article-wide .article-body h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 36px 0 16px; }
  .antsand-article .article-body blockquote, .antsand-research .article-body blockquote, .antsand-article-wide .article-body blockquote {
    border-left: 4px solid #2563eb;
    padding-left: 24px;
    margin: 32px 0;
    font-size: 21px;
    font-style: italic;
    color: #525252; }
  .antsand-article .article-body code, .antsand-research .article-body code, .antsand-article-wide .article-body code {
    background: #f5f5f5;
    padding: 2px 6px;
    border-radius: 3px;
    font-family: 'Courier New', monospace;
    font-size: 16px; }

.antsand-article-wide {
  max-width: 1000px; }

.antsand-research {
  max-width: 900px; }
  .antsand-research p {
    font-size: 1rem;
    line-height: 1.6; }

.antsand-article-header {
  max-width: 800px;
  margin: 0 auto;
  padding: 6rem 1rem 3rem;
  text-align: center; }
  .antsand-article-header .antsand-article-title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 1.5rem;
    color: #212529; }
  .antsand-article-header .antsand-article-subtitle {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #6c757d;
    margin-bottom: 2rem; }
  .antsand-article-header .antsand-article-meta {
    display: flex;
    justify-content: center;
    gap: 1rem;
    font-size: 0.875rem;
    color: #6c757d; }
    .antsand-article-header .antsand-article-meta span:not(:last-child)::after {
      content: "•";
      margin-left: 1rem; }

.antsand-callout {
  padding: 1.5rem;
  margin: 2rem 0;
  border-left: 4px solid;
  border-radius: 0.25rem;
  background: #f9fafb;
  border-color: #ced4da; }
  .antsand-callout h4, .antsand-callout h5 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    font-weight: 700; }
  .antsand-callout > *:last-child {
    margin-bottom: 0; }
  .antsand-callout p {
    font-size: 1rem;
    line-height: 1.5; }
  .antsand-callout ul, .antsand-callout ol {
    margin-top: 1rem;
    font-size: 0.875rem;
    padding-left: 1.5rem; }
    .antsand-callout ul li, .antsand-callout ol li {
      margin-bottom: 0.25rem; }

.antsand-callout-info {
  background: rgba(52, 152, 219, 0.05);
  border-color: #3498db;
  color: #196090; }
  .antsand-callout-info h4, .antsand-callout-info h5 {
    color: #16527a; }

.antsand-callout-warning, .antsand-callout-sources {
  background: #fffbeb;
  border-color: #f59e0b;
  color: #92400e; }
  .antsand-callout-warning h4, .antsand-callout-sources h4, .antsand-callout-warning h5, .antsand-callout-sources h5 {
    color: #78350f; }

.antsand-callout-success {
  background: rgba(39, 174, 96, 0.05);
  border-color: #27ae60;
  color: #104627; }
  .antsand-callout-success h4, .antsand-callout-success h5 {
    color: #0b311b; }

.antsand-callout-danger {
  background: rgba(231, 76, 60, 0.05);
  border-color: #e74c3c;
  color: #a82315; }
  .antsand-callout-danger h4, .antsand-callout-danger h5 {
    color: #921e12; }

.antsand-callout-sources ol, .antsand-callout-sources ul {
  margin-top: 1rem;
  font-size: 0.875rem; }
  .antsand-callout-sources ol li, .antsand-callout-sources ul li {
    margin-bottom: 0.5rem; }

.antsand-callout-note {
  background: #f9fafb;
  border-color: #ced4da;
  color: #343a40; }
  .antsand-callout-note h4, .antsand-callout-note h5 {
    color: #212529; }

.antsand-hero {
  position: relative;
  padding: 6rem 0;
  text-align: center; }
  @media (min-width: 1024px) {
    .antsand-hero {
      padding: 6rem 0; } }
.antsand-hero-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .antsand-hero-title {
      font-size: 2.5rem; } }
  @media (min-width: 1024px) {
    .antsand-hero-title {
      font-size: 3rem; } }
.antsand-hero-subtitle {
  font-size: 1.125rem;
  color: #6c757d;
  line-height: 1.75;
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .antsand-hero-subtitle {
      font-size: 1.25rem; } }
.antsand-hero-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap; }

.antsand-hero-image {
  margin-top: 3rem; }
  .antsand-hero-image img {
    max-width: 100%;
    height: auto;
    border-radius: 0.75rem;
    box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15); }

.antsand-hero-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  color: white; }
  .antsand-hero-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); }
  .antsand-hero-bg > * {
    position: relative;
    z-index: 1; }
  .antsand-hero-bg .antsand-hero-subtitle {
    color: rgba(255, 255, 255, 0.9); }

.antsand-hero-gradient {
  background: linear-gradient(135deg, #3498db 0%, #1d6fa5 100%);
  color: white; }
  .antsand-hero-gradient .antsand-hero-subtitle {
    color: rgba(255, 255, 255, 0.9); }

.antsand-hero-split {
  display: flex;
  align-items: center;
  gap: 3rem;
  text-align: left;
  padding: 4rem 0; }
  @media (max-width: 768px) {
    .antsand-hero-split {
      flex-direction: column;
      text-align: center; } }
  .antsand-hero-split .antsand-hero-content {
    flex: 1; }
  .antsand-hero-split .antsand-hero-image {
    flex: 1;
    margin-top: 0; }
  .antsand-hero-split .antsand-hero-subtitle {
    margin-left: 0;
    margin-right: 0; }
  .antsand-hero-split .antsand-hero-cta {
    justify-content: flex-start; }
    @media (max-width: 768px) {
      .antsand-hero-split .antsand-hero-cta {
        justify-content: center; } }
.antsand-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  padding: 3rem 0; }

.antsand-feature-item {
  text-align: center;
  padding: 1.5rem;
  transition: transform 250ms ease; }
  .antsand-feature-item:hover {
    transform: translateY(-4px); }

.antsand-feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1rem auto;
  background-color: #f7fbfe;
  color: #3498db;
  border-radius: 0.75rem;
  font-size: 2rem; }
  .antsand-feature-icon img, .antsand-feature-icon svg {
    width: 2.5rem;
    height: 2.5rem; }

.antsand-feature-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 0.5rem; }

.antsand-feature-desc {
  color: #6c757d;
  line-height: 1.75; }

.antsand-features-left .antsand-feature-item {
  text-align: left;
  display: flex;
  gap: 1.5rem;
  align-items: flex-start; }

.antsand-features-left .antsand-feature-icon {
  margin: 0;
  flex-shrink: 0; }

.antsand-features-left .antsand-feature-content {
  flex: 1; }

.antsand-features-cards .antsand-feature-item {
  background-color: white;
  border: 1px solid #e9ecef;
  border-radius: 0.75rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }
  .antsand-features-cards .antsand-feature-item:hover {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    border-color: #3498db; }

.antsand-feature-icon-circle {
  border-radius: 50%; }

.antsand-feature-icon-primary {
  background-color: #3498db;
  color: white; }

.antsand-feature-icon-success {
  background-color: #c8f3da;
  color: #27ae60; }

.antsand-feature-icon-warning {
  background-color: #fdedd4;
  color: #976008; }

.antsand-feature-icon-danger {
  background-color: #fdf3f2;
  color: #e74c3c; }

.antsand-feature-icon-info {
  background-color: #bff6eb;
  color: #16a085; }

.antsand-feature-large {
  display: flex;
  gap: 3rem;
  align-items: center;
  margin-bottom: 3rem; }
  @media (max-width: 768px) {
    .antsand-feature-large {
      flex-direction: column; } }
  .antsand-feature-large:nth-child(even) {
    flex-direction: row-reverse; }
    @media (max-width: 768px) {
      .antsand-feature-large:nth-child(even) {
        flex-direction: column; } }
.antsand-feature-large-image {
  flex: 1; }
  .antsand-feature-large-image img {
    width: 100%;
    height: auto;
    border-radius: 0.75rem;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1); }

.antsand-feature-large-content {
  flex: 1; }
  .antsand-feature-large-content h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 1rem; }
  .antsand-feature-large-content p {
    font-size: 1.125rem;
    color: #6c757d;
    line-height: 1.75;
    margin-bottom: 1.5rem; }
  .antsand-feature-large-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 1.5rem; }
    .antsand-feature-large-content ul li {
      padding: 0.5rem 0;
      color: #495057; }
      .antsand-feature-large-content ul li::before {
        content: '✓';
        color: #27ae60;
        font-weight: 700;
        margin-right: 0.5rem; }

.antsand-pricing {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  padding: 3rem 0; }
  @media (max-width: 640px) {
    .antsand-pricing {
      grid-template-columns: 1fr; } }
.antsand-pricing-card {
  background-color: white;
  border: 1px solid #e9ecef;
  border-radius: 0.75rem;
  padding: 2rem;
  text-align: center;
  transition: all 250ms ease;
  position: relative; }
  .antsand-pricing-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15); }

.antsand-pricing-badge {
  position: absolute;
  top: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #3498db;
  color: white;
  padding: 0.25rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 600; }

.antsand-pricing-header {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e9ecef;
  margin-bottom: 1.5rem; }
  .antsand-pricing-header h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 0.5rem; }
  .antsand-pricing-header p {
    color: #6c757d;
    font-size: 0.875rem; }

.antsand-pricing-price {
  margin-bottom: 1.5rem; }
  .antsand-pricing-price .price {
    font-size: 2.5rem;
    font-weight: 700;
    color: #212529;
    line-height: 1; }
    .antsand-pricing-price .price .currency {
      font-size: 1.5rem;
      vertical-align: super; }
  .antsand-pricing-price .period {
    color: #6c757d;
    font-size: 1rem; }

.antsand-pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0; }
  .antsand-pricing-features li {
    padding: 0.5rem 0;
    color: #495057;
    line-height: 1.75; }
    .antsand-pricing-features li::before {
      content: '✓';
      color: #27ae60;
      font-weight: 700;
      margin-right: 0.5rem; }
    .antsand-pricing-features li.disabled {
      color: #ced4da; }
      .antsand-pricing-features li.disabled::before {
        content: '✕';
        color: #ced4da; }

.antsand-pricing-cta {
  width: 100%; }

.antsand-pricing-highlight {
  border-color: #3498db;
  border-width: 2px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  transform: scale(1.05); }
  @media (max-width: 768px) {
    .antsand-pricing-highlight {
      transform: scale(1); } }
  .antsand-pricing-highlight .antsand-pricing-header h3 {
    color: #3498db; }

.antsand-pricing-dark .antsand-pricing-card {
  background-color: #212529;
  border-color: #343a40; }
  .antsand-pricing-dark .antsand-pricing-card:hover {
    border-color: #3498db; }

.antsand-pricing-dark .antsand-pricing-header {
  border-bottom-color: #343a40; }
  .antsand-pricing-dark .antsand-pricing-header h3 {
    color: white; }
  .antsand-pricing-dark .antsand-pricing-header p {
    color: #ced4da; }

.antsand-pricing-dark .antsand-pricing-price .price {
  color: white; }

.antsand-pricing-dark .antsand-pricing-price .period {
  color: #ced4da; }

.antsand-pricing-dark .antsand-pricing-features li {
  color: #dee2e6; }

.antsand-footer {
  padding: 4rem 0 1.5rem 0;
  background-color: #212529;
  color: #dee2e6; }

.antsand-footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem; }
  @media (max-width: 640px) {
    .antsand-footer-grid {
      grid-template-columns: 1fr; } }
.antsand-footer-column h4 {
  font-size: 1.125rem;
  font-weight: 600;
  color: white;
  margin-bottom: 1rem; }

.antsand-footer-column p {
  line-height: 1.75;
  color: #ced4da; }

.antsand-footer-links {
  list-style: none;
  padding: 0;
  margin: 0; }
  .antsand-footer-links li {
    margin-bottom: 0.5rem; }
  .antsand-footer-links a {
    color: #ced4da;
    text-decoration: none;
    transition: color 250ms ease; }
    .antsand-footer-links a:hover {
      color: white; }

.antsand-footer-social {
  display: flex;
  gap: 1rem;
  margin-top: 1rem; }
  .antsand-footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #343a40;
    border-radius: 50%;
    color: #ced4da;
    text-decoration: none;
    transition: all 250ms ease; }
    .antsand-footer-social a:hover {
      background-color: #3498db;
      color: white;
      transform: translateY(-2px); }

.antsand-footer-bottom {
  padding-top: 1.5rem;
  border-top: 1px solid #343a40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem; }
  @media (max-width: 640px) {
    .antsand-footer-bottom {
      flex-direction: column;
      text-align: center; } }
.antsand-footer-copyright {
  font-size: 0.875rem;
  color: #adb5bd; }

.antsand-footer-bottom-links {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0; }
  .antsand-footer-bottom-links a {
    font-size: 0.875rem;
    color: #adb5bd;
    text-decoration: none;
    transition: color 250ms ease; }
    .antsand-footer-bottom-links a:hover {
      color: white; }

.antsand-footer-light {
  background-color: #f8f9fa;
  color: #495057; }
  .antsand-footer-light .antsand-footer-column h4 {
    color: #212529; }
  .antsand-footer-light .antsand-footer-column p {
    color: #6c757d; }
  .antsand-footer-light .antsand-footer-links a {
    color: #6c757d; }
    .antsand-footer-light .antsand-footer-links a:hover {
      color: #3498db; }
  .antsand-footer-light .antsand-footer-social a {
    background-color: white;
    color: #6c757d; }
    .antsand-footer-light .antsand-footer-social a:hover {
      background-color: #3498db;
      color: white; }
  .antsand-footer-light .antsand-footer-bottom {
    border-top-color: #dee2e6; }
  .antsand-footer-light .antsand-footer-copyright {
    color: #6c757d; }
  .antsand-footer-light .antsand-footer-bottom-links a {
    color: #6c757d; }
    .antsand-footer-light .antsand-footer-bottom-links a:hover {
      color: #3498db; }

.antsand-bg-gradient-sunset {
  background-image: linear-gradient(45deg, #ff8c00, #ff0080); }

.antsand-bg-gradient-ocean {
  background-image: linear-gradient(45deg, #1e90ff, #00ced1); }

.antsand-bg-gradient-forest {
  background-image: linear-gradient(45deg, #228b22, #8fbc8f); }

.antsand-bg-gradient-purple {
  background-image: linear-gradient(45deg, #8a2be2, #da70d6); }

.antsand-bg-gradient-primary {
  background-image: linear-gradient(45deg, #3498db, #8bc4ea); }

.antsand-text-gradient {
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent; }

.antsand-card-gradient-border {
  position: relative;
  background-clip: padding-box;
  border: 2px solid transparent; }
  .antsand-card-gradient-border::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -2px;
    border-radius: inherit;
    background: linear-gradient(45deg, #3498db, #8bc4ea); }
  .antsand-card-gradient-border.border-sunset::before {
    background: linear-gradient(45deg, #ff8c00, #ff0080); }
  .antsand-card-gradient-border.border-ocean::before {
    background: linear-gradient(45deg, #1e90ff, #00ced1); }
  .antsand-card-gradient-border.border-forest::before {
    background: linear-gradient(45deg, #228b22, #8fbc8f); }
  .antsand-card-gradient-border.border-purple::before {
    background: linear-gradient(45deg, #8a2be2, #da70d6); }

.antsand-card-glass {
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white; }
  .antsand-card-glass .antsand-card-title, .antsand-card-glass .antsand-card-text {
    color: white; }
  .antsand-card-glass .antsand-card-title {
    color: white; }
  .antsand-card-glass .antsand-card-text {
    color: #e5e5e5; }

.antsand-bg-gradient-animated {
  background-size: 200% 200%;
  animation: gradient-animation 10s ease infinite; }

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
