/* Forelephant Oriental Sitemap Palace */

:root{
  --osm-bg:#0a192f;
  --osm-bg2:#07182d;
  --osm-gold:#d4af37;
  --osm-gold2:#f0c75e;
  --osm-teal:#00b4d8;
  --osm-teal2:#48cae4;
  --osm-white:#f8fafc;
  --osm-muted:#94a3b8;
  --osm-glass:rgba(255,255,255,.065);
  --osm-glass2:rgba(255,255,255,.095);
  --osm-border:rgba(255,255,255,.14);
  --osm-radius:28px;
  --osm-shadow:0 24px 80px rgba(0,0,0,.28);
}

html[data-theme="dark"]{
  --osm-bg:#030712;
  --osm-bg2:#07111f;
}

body{
  background:
    radial-gradient(circle at 16% 14%, rgba(212,175,55,.12), transparent 25%),
    radial-gradient(circle at 84% 12%, rgba(0,180,216,.10), transparent 25%),
    linear-gradient(180deg,var(--osm-bg),var(--osm-bg2))!important;
}

body:has(.fe-osm) .site-footer,
body:has(.fe-osm) .site-info{
  display:none!important;
}

body:has(.fe-osm) .site-content,
body:has(.fe-osm) .content-area,
body:has(.fe-osm) .site-main,
body:has(.fe-osm) article,
body:has(.fe-osm) .inside-article{
  background:transparent!important;
  box-shadow:none!important;
  border:0!important;
}

body:has(.fe-osm) .entry-header{
  display:none!important;
}

body:has(.fe-osm) .inside-article{
  padding:0!important;
}

body:has(.fe-osm) .site.grid-container,
body:has(.fe-osm) .grid-container{
  max-width:1380px!important;
  width:calc(100% - 56px)!important;
}

.fe-osm,
.fe-osm *{
  box-sizing:border-box;
  letter-spacing:0!important;
}

.fe-osm{
  position:relative;
  direction:rtl;
  color:var(--osm-white);
  padding:34px 0 92px;
  overflow:hidden;
}

.fe-osm::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-4;
  pointer-events:none;
  opacity:.43;
  background:
    radial-gradient(circle at 20% 30%, rgba(212,175,55,.17) 0 1px, transparent 2px),
    radial-gradient(circle at 80% 20%, rgba(72,202,228,.14) 0 1px, transparent 2px),
    repeating-linear-gradient(45deg, transparent 0 22px, rgba(255,255,255,.025) 22px 23px);
  background-size:110px 110px,130px 130px,58px 58px;
}

.fe-osm-bg-star{
  position:absolute;
  display:grid;
  place-items:center;
  width:180px;
  height:180px;
  pointer-events:none;
  font-size:130px;
  line-height:1;
  opacity:.16;
  color:var(--osm-gold);
  animation:feOsmBreath 6s ease-in-out infinite;
}

.fe-osm-star-a{top:40px;right:2%}
.fe-osm-star-b{top:460px;left:2%;color:var(--osm-teal);animation-delay:1.3s}
.fe-osm-star-c{bottom:70px;right:7%;animation-delay:2.4s}

@keyframes feOsmBreath{
  0%,100%{transform:scale(1) rotate(0deg);opacity:.12}
  50%{transform:scale(1.08) rotate(8deg);opacity:.22}
}

.fe-osm-hero{
  position:relative;
  overflow:hidden;
  width:100%;
  min-height:310px;
  margin:0 auto 42px;
  padding:64px 28px;
  display:grid;
  place-items:center;
  text-align:center;
  border-radius:34px;
  background:
    radial-gradient(circle at 14% 18%, rgba(212,175,55,.22), transparent 28%),
    radial-gradient(circle at 82% 12%, rgba(0,180,216,.18), transparent 30%),
    linear-gradient(135deg,#07182d,#0a2540 55%,#063d55);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 34px 110px rgba(2,6,23,.28);
}

.fe-osm-hero::before{
  content:"";
  position:absolute;
  inset:14px;
  border-radius:25px;
  border:1px solid rgba(255,255,255,.13);
  background:
    linear-gradient(135deg,rgba(255,255,255,.13),rgba(255,255,255,.035)),
    repeating-linear-gradient(135deg,rgba(255,255,255,.045) 0 1px,transparent 1px 15px);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

.fe-osm-hero::after{
  content:"✦";
  position:absolute;
  top:26px;
  left:32px;
  width:70px;
  height:70px;
  display:grid;
  place-items:center;
  color:rgba(255,247,214,.78);
  border-radius:22px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.13);
  font-size:40px;
}

.fe-osm-kicker,
.fe-osm-hero h1,
.fe-osm-hero p{
  position:relative;
  z-index:2;
}

.fe-osm-kicker{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  margin-bottom:16px;
  padding:0 17px;
  border-radius:999px;
  color:#fff7d6;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  font-size:13px;
  font-weight:1000;
}

.fe-osm-hero h1{
  margin:0!important;
  color:transparent!important;
  background:linear-gradient(90deg,var(--osm-gold2),#fff3bd,var(--osm-teal2));
  -webkit-background-clip:text;
  background-clip:text;
  font-size:clamp(2.6rem,6vw,5.2rem)!important;
  line-height:1.16!important;
  font-weight:1000!important;
}

.fe-osm-hero p{
  max-width:720px;
  margin:18px auto 0!important;
  color:rgba(248,250,252,.82)!important;
  font-size:clamp(1rem,2vw,1.22rem)!important;
  line-height:2!important;
  font-weight:800!important;
}

.fe-osm-section{
  margin:0 0 52px;
}

.fe-osm-section-head{
  text-align:center;
  margin:0 auto 26px;
}

.fe-osm-section-head h2{
  margin:0!important;
  color:var(--osm-gold)!important;
  font-size:clamp(1.8rem,4vw,3rem)!important;
  line-height:1.35!important;
  font-weight:1000!important;
}

.fe-osm-section-head p{
  max-width:660px;
  margin:10px auto 0!important;
  color:var(--osm-muted)!important;
  font-size:15px!important;
  line-height:1.9!important;
  font-weight:800!important;
}

.fe-osm-divider{
  width:100%;
  display:flex;
  justify-content:center;
  margin:22px 0 44px;
}

.fe-osm-divider span{
  width:min(360px,70%);
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,transparent,var(--osm-gold),var(--osm-teal),var(--osm-gold),transparent);
  position:relative;
}

.fe-osm-divider span::before,
.fe-osm-divider span::after{
  content:"";
  position:absolute;
  top:50%;
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--osm-gold2);
  transform:translateY(-50%);
  box-shadow:0 0 16px rgba(240,199,94,.55);
}

.fe-osm-divider span::before{right:0}
.fe-osm-divider span::after{left:0}

.fe-osm-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}

.fe-osm-card,
.fe-osm-page-card,
.fe-osm-empty-box{
  position:relative;
  overflow:hidden;
  background:var(--osm-glass);
  border:1px solid var(--osm-border);
  border-radius:var(--osm-radius);
  box-shadow:var(--osm-shadow);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}

.fe-osm-card{
  min-height:390px;
  padding:28px 24px 24px;
  transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease;
}

.fe-osm-card::before,
.fe-osm-page-card::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at top right,rgba(212,175,55,.16),transparent 36%),
    radial-gradient(circle at bottom left,rgba(0,180,216,.13),transparent 34%);
}

.fe-osm-card:hover,
.fe-osm-page-card:hover{
  transform:translateY(-6px);
  border-color:rgba(212,175,55,.55);
  box-shadow:0 28px 76px rgba(212,175,55,.14);
}

.fe-osm-card-head,
.fe-osm-links,
.fe-osm-more,
.fe-osm-page-card > *{
  position:relative;
  z-index:2;
}

.fe-osm-card-head{
  text-align:center;
}

.fe-osm-card-icon{
  font-size:44px;
  color:var(--osm-teal2);
  display:grid;
  place-items:center;
  margin:0 auto 12px;
  transition:transform .28s ease;
}

.fe-osm-card:hover .fe-osm-card-icon,
.fe-osm-page-card:hover .fe-osm-page-icon{
  transform:scale(1.08);
}

.fe-osm-card h2{
  margin:0!important;
  color:var(--osm-gold)!important;
  font-size:1.45rem!important;
  line-height:1.45!important;
  font-weight:1000!important;
}

.fe-osm-count{
  display:block;
  margin-top:6px;
  color:var(--osm-muted);
  font-size:12px;
  font-weight:900;
}

.fe-osm-gold-line{
  width:30%;
  height:2px;
  margin:15px auto 18px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--osm-gold),var(--osm-gold2),var(--osm-teal));
}

.fe-osm-links{
  list-style:none!important;
  margin:0!important;
  padding:0!important;
  display:grid;
  gap:10px;
}

.fe-osm-links li{
  margin:0!important;
  padding:0!important;
}

.fe-osm-links a{
  display:flex;
  align-items:flex-start;
  gap:9px;
  color:rgba(248,250,252,.80)!important;
  text-decoration:none!important;
  font-size:14px;
  line-height:1.8;
  font-weight:850;
  transition:color .22s ease,transform .22s ease;
}

.fe-osm-links a span{
  flex:0 0 auto;
  color:var(--osm-gold);
  transition:transform .22s ease;
}

.fe-osm-links a:hover{
  color:var(--osm-gold2)!important;
  transform:translateX(-3px);
}

.fe-osm-links a:hover span{
  transform:translateX(-3px);
}

.fe-osm-more{
  width:max-content;
  max-width:100%;
  min-height:40px;
  margin:22px auto 0;
  padding:0 17px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  color:#07182d!important;
  background:linear-gradient(135deg,var(--osm-teal),var(--osm-teal2));
  border:1px solid rgba(212,175,55,.42);
  text-decoration:none!important;
  font-size:13px;
  font-weight:1000;
  box-shadow:0 14px 32px rgba(0,180,216,.18);
  transition:background .22s ease,transform .22s ease;
}

.fe-osm-more:hover{
  transform:translateY(-2px);
  background:linear-gradient(135deg,var(--osm-gold),var(--osm-gold2));
}

.fe-osm-pages{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}

.fe-osm-page-card{
  min-height:160px;
  padding:24px 18px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  text-decoration:none!important;
  color:inherit!important;
  transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease;
}

.fe-osm-page-icon{
  font-size:38px;
  color:var(--osm-teal2);
  margin-bottom:12px;
  transition:transform .28s ease;
}

.fe-osm-page-card strong{
  color:var(--osm-gold)!important;
  font-size:1.14rem;
  font-weight:1000;
  line-height:1.5;
}

.fe-osm-page-card small{
  color:var(--osm-muted);
  margin-top:6px;
  font-size:12px;
  font-weight:850;
}

.fe-osm-empty,
.fe-osm-empty-box{
  color:var(--osm-muted);
  font-weight:900;
  text-align:center;
}

.fe-osm-empty-box{
  grid-column:1/-1;
  padding:30px;
}

.fe-osm-reveal{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .55s ease,transform .55s cubic-bezier(.2,.8,.2,1);
}

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

@media(max-width:1050px){
  body:has(.fe-osm) .site.grid-container,
  body:has(.fe-osm) .grid-container{
    width:calc(100% - 36px)!important;
  }

  .fe-osm-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .fe-osm-pages{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:680px){
  body:has(.fe-osm) .site.grid-container,
  body:has(.fe-osm) .grid-container{
    width:calc(100% - 24px)!important;
  }

  .fe-osm{
    padding:20px 0 64px;
  }

  .fe-osm-hero{
    min-height:auto;
    padding:46px 18px;
    border-radius:24px;
  }

  .fe-osm-hero::before{
    inset:8px;
    border-radius:17px;
  }

  .fe-osm-hero::after{
    width:50px;
    height:50px;
    font-size:30px;
    left:18px;
    top:18px;
  }

  .fe-osm-hero h1{
    font-size:clamp(2.2rem,12vw,3.4rem)!important;
  }

  .fe-osm-grid,
  .fe-osm-pages{
    grid-template-columns:1fr;
  }

  .fe-osm-card{
    min-height:auto;
    padding:24px 18px 20px;
  }

  .fe-osm-bg-star{
    display:none;
  }
}

@media(prefers-reduced-motion:reduce){
  *,
  *::before,
  *::after{
    animation:none!important;
    transition:none!important;
  }

  .fe-osm-reveal{
    opacity:1!important;
    transform:none!important;
  }
}
