:root {
  --body-bg-color: #f8fafc;
  --body-text-color: #ffffff;
  --heading-color: #ffffff;
  --hero-gradient1: #168295;
  --hero-gradient2: #0b5e3a;
  --footer-bg-color: #0d0d0d;
  --link-color: #eeede2;
  --header-bg-color: #eee8e8;
  --font-family: 'Montserrat', Arial, sans-serif;
  --nav-link-color: #ffffff;
  --footer-text-color: #ffffff;
  --header-text-color: #ffffff;
}
html {
  overflow-x: hidden;
}
body {
  background-color: var(--body-bg-color);
  color: var(--body-text-color) !important;
  font-family: var(--font-family);
  line-height: 1.6;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-image:
  linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("/images/theatre-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
h1 {
    font-size: clamp(2rem, 4vw, 2.5rem) !important;
}
h2 {
    font-size: clamp(1.6rem, 3vw, 2rem) !important;
}
h3 {
    font-size: clamp(1.4rem, 3vw, 1.7rem) !important;
}
p {
  margin-bottom: 0.5rem !important;
}
  section {
  padding: 15px 0;
  scroll-margin-top: 70px;
}
h2, h3 {
  color: var(--heading-color) !important;
}
.content-area h2 {
  display: inline-block;
  border-bottom: 2px dashed var(--heading-color);
  padding-bottom: 4px;
}
.content-area a {
 color: #ebba6f !important;
  text-decoration: underline;
}
.content-area a:hover {
  color: var(--link-color) !important;
  opacity: 0.8;
}
  .twitter-tweet {
  width: 279px !important;
}
.x {
  display: flex;
  justify-content: center;
}
.error_page {
  min-height: 70vh;
}
.footer{background:var(--footer-bg-color);color:var(--footer-text-color);border-top:1px solid var(--link-color)}.footer a {text-decoration: none;color: var(--footer-text-color) !important;}.footer-title{font-weight:800;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem;position:relative}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.6rem}.footer-links a{text-decoration:none;transition:all .3s ease}.footer-links a:hover{padding-left:6px}.newsletter-form{display:flex;flex-direction:column;gap:.6rem;margin-top:1rem}.newsletter-form input{flex:1;padding:.6rem .9rem;border-radius:8px;border:0;outline:0;background:color-mix(in srgb,var(--footer-bg-color) 80%,white 20%);color:var(--footer-text-color)}.newsletter-form input::placeholder{color:var(--footer-text-color)}.newsletter-form button{padding:.6rem 1.1rem;border-radius:8px;border:0;font-weight:600;background:var(--link-color);color:var(--footer-text-color);transition:all .3s ease}.newsletter-form button:hover{background:color-mix(in srgb,var(--link-color) 80%,white 20%)}.footer-divider{margin:1.5rem 0;border-color:var(--link-color)} 
.footer img {
        filter: brightness(0) invert(1);
      }
 .navbar {
  background-color: transparent !important;
  transition: background-color 0.4s ease, box-shadow 0.3s ease;
  position: absolute; 
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
}
.navbar.scrolled {
  background-color: var(--header-bg-color) !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.hero-section {
  padding: 130px 0 30px;
  position: relative;
  overflow: hidden;
  color: var(--header-text-color);
}
.hero-section.with-bg {
  background-image: url('/images/hero-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-section.with-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgb(0, 0, 0));
  opacity: 0.5;
  z-index: 1;
}
.hero-section .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .hero-section {
    padding: 90px 0 60px;
  }
}
  .navbar-light .navbar-nav .nav-link {
    color: var(--nav-link-color, #141414) !important;
  }
  .navbar-light .navbar-nav .nav-link.active {
  color: var(--link-color) !important;
  font-weight: bold;
}
@media (max-width: 1199.98px) {
  .navbar-collapse {
    position: fixed;
    top: 61px;
    left: 15px;
    right: 15px;
    background-color: color-mix(in srgb, var(--header-bg-color) 65%, transparent);
    backdrop-filter: blur(12px);
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    padding: 15px;
    margin: 0;
  }
  .navbar-nav {
    width: 100%;
  }
  .navbar-nav .nav-item {
    margin: 7px 0;
  }
  .navbar-nav .nav-item:hover {
    transform: translateY(-1px);
  }
  .navbar-nav .nav-link {
    font-size: 1.2rem;
    font-weight: 500;
    text-decoration: none;
    display: block;
    padding: 0;
  }
  .navbar-toggler {
    z-index: 10000;
    position: relative;
    border: var(--bs-border-width) solid var(--nav-link-color, #141414) !important;
  }
}
.custom-dropdown {
  border: 0;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  padding: 0.5rem 0;
  margin-top: 0.5rem;
  min-width: 220px;
  background: color-mix(
    in srgb,
    var(--header-bg-color) 65%,
    transparent
  ) !important;
  backdrop-filter: blur(12px);
}
.custom-dropdown .dropdown-item {
  padding: 0.75rem 1.5rem;
  transition: all 0.3s ease;
  color: var(--nav-link-color, #141414) !important;
  font-weight: 500;
  border-radius: 0;
  text-wrap: wrap;
}
.dropdown-menu {
  display: none;
}
.custom-dropdown .dropdown-item:hover {
  color: #fff;
  background: color-mix(
    in srgb,
    var(--header-bg-color) 95%,
    transparent
  ) !important;
}
.nav-item.dropdown > .nav-link {
  display: flex;
  align-items: center;
}
.nav-item.dropdown > .nav-link .arrow {
  position: relative;
  margin-left: auto;
  border: solid var(--nav-link-color, #141414);
  border-width: 0 2px 2px 0;
  padding: 3px;
  transform: rotate(45deg);
  transition: transform 0.25s;
}
.dropdown.open .dropdown-menu {
  display: block;
}
@media (min-width: 1200px) {
  .nav-item.dropdown {
    position: relative;
  }
  .nav-item.dropdown > .nav-link .arrow {
    margin-left: 7px;
  }
  .custom-dropdown.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 0;
    z-index: 1000;
  }
  .nav-item.dropdown:hover > .nav-link .arrow {
    transform: rotate(-135deg);
  }
  .nav-item.dropdown:hover > .dropdown-menu {
    display: block !important;
  }
}
@media (max-width: 1199px) {
  .nav-item.dropdown > .nav-link .arrow {
    padding: 4px;
  }
}
   .contact-container {
  width: 500px;
  margin: 100px auto 35px;
  padding: 15px 21px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  color: black !important;
}
  .contact-container h2{
    color: black !important;
  }
@media screen and (max-width: 768px) {
  .contact-container {
    width: 100%;
    padding: 15px;
  }
}
.contact-header {
  text-align: center;
  margin-bottom: 20px;
}
.contact-header i {
  font-size: 2rem;
  color: #0d6efd;
  margin-bottom: 10px;
}
.email-link {
  display: block;
  margin-top: 15px;
  text-align: center;
  font-weight: bold;
  color: #0d6efd;
  text-decoration: none;
}
.styled-section{
  --glass: rgba(255,255,255,.06);
  --glass-2: rgba(255,255,255,.10);
  --stroke: rgba(255,255,255,.22);
  --glow: rgba(255,255,255,.55);
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 4vw, 25px);
  border-radius: 22px;
  background:
    radial-gradient(1200px 600px at 15% 10%, rgba(255, 255, 255, 0), transparent 55%),
    radial-gradient(900px 500px at 85% 15%, rgba(255, 255, 255, 0), transparent 60%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.048), rgba(0, 0, 0, 0.096)),
    var(--glass);
  border: 1px solid var(--stroke);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow:
    0 18px 60px rgba(0,0,0,.55),
    0 0 0 1px rgba(255,255,255,.06) inset;
}
.styled-section::before{
  content:"";
  position:absolute;
  inset:-2px;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(135deg,
    rgba(255,255,255,.0) 0%,
    rgba(255,255,255,.55) 15%,
    rgba(255,255,255,.12) 35%,
    rgba(255,255,255,.75) 55%,
    rgba(255,255,255,.10) 75%,
    rgba(255,255,255,.0) 100%
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  filter: drop-shadow(0 0 18px rgba(255,255,255,.35))
          drop-shadow(0 0 42px rgba(255,255,255,.18));
  opacity: .75;
  animation: tcs-borderPulse 6.5s ease-in-out infinite;
  pointer-events:none;
}
.styled-section::after{
  content:"";
  position:absolute;
  inset:-40%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 25% 30%, rgba(255,255,255,.22), transparent 38%),
    radial-gradient(circle at 70% 35%, rgba(255,255,255,.18), transparent 40%),
    radial-gradient(circle at 45% 70%, rgba(255,255,255,.16), transparent 42%),
    radial-gradient(circle at 60% 80%, rgba(255,255,255,.10), transparent 46%),
    repeating-linear-gradient(0deg, rgba(255,255,255,.03) 0 1px, transparent 1px 3px);
  filter: blur(18px);
  opacity: .55;
  mix-blend-mode: screen;
  animation: tcs-drift 10s ease-in-out infinite;
  pointer-events:none;
}
.styled-section > *{
  position: relative;
  z-index: 1;
}
.styled-section h1,
.styled-section h2,
.styled-section h3{
  color: rgba(255,255,255,.96);
  text-shadow:
    0 0 12px rgba(255,255,255,.22),
    0 2px 16px rgba(0,0,0,.65);
}
.styled-section p,
.styled-section li,
.styled-section a{
  color: rgba(255,255,255,.86);
  text-shadow: 0 2px 12px rgba(0,0,0,.55);
}
.styled-section a{
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,.22);
  transition: border-color .25s ease, text-shadow .25s ease, opacity .25s ease;
}
.styled-section a:hover{
  border-color: rgba(255,255,255,.55);
  text-shadow: 0 0 14px rgba(255,255,255,.35), 0 2px 16px rgba(0,0,0,.55);
  opacity: .95;
}
.styled-section .tcs-spark{
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index: 0;
}
.styled-section .tcs-spark::before,
.styled-section .tcs-spark::after{
  content:"";
  position:absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.75), transparent 60%);
  filter: blur(10px);
  opacity: .22;
  animation: tcs-orb 7.5s ease-in-out infinite;
}
.styled-section .tcs-spark::after{
  width: 320px;
  height: 320px;
  opacity: .16;
  animation-duration: 9.5s;
  animation-delay: -2.2s;
}
@keyframes tcs-borderPulse{
  0%,100%{ opacity:.55; filter: drop-shadow(0 0 12px rgba(255,255,255,.22)) drop-shadow(0 0 34px rgba(255,255,255,.12)); }
  50%    { opacity:.90; filter: drop-shadow(0 0 22px rgba(255,255,255,.38)) drop-shadow(0 0 60px rgba(255,255,255,.18)); }
}
@keyframes tcs-drift{
  0%   { transform: translate3d(-2%, -1%, 0) rotate(-2deg) scale(1.00); }
  50%  { transform: translate3d( 3%,  2%, 0) rotate( 2deg) scale(1.03); }
  100% { transform: translate3d(-2%, -1%, 0) rotate(-2deg) scale(1.00); }
}
@keyframes tcs-orb{
  0%   { transform: translate3d(10%, 20%, 0) scale(.95); }
  50%  { transform: translate3d(70%, 35%, 0) scale(1.08); }
  100% { transform: translate3d(10%, 20%, 0) scale(.95); }
}
@media (prefers-reduced-motion: reduce){
  .styled-section::before,
  .styled-section::after,
  .styled-section .tcs-spark::before,
  .styled-section .tcs-spark::after{
    animation: none !important;
  }
}
 .tw-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .twitter-tweet {
    max-width: 100%;
    margin: 0 auto;
  }
  .custom-section{
  --glassA: rgba(255,255,255,.055);
  --glassB: rgba(255,255,255,.095);
  --stroke: rgba(255,255,255,.18);
  --shadow: rgba(0,0,0,.55);
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 3.2vw, 30px);
  background:
    linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.02)),
    radial-gradient(1200px 520px at 18% 0%, rgba(255,255,255,.12), transparent 55%),
    radial-gradient(900px 520px at 92% 30%, rgba(255,255,255,.10), transparent 58%),
    linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.34)),
    var(--glassA);
  border: 1px solid var(--stroke);
  backdrop-filter: blur(12px) saturate(120%);
  -webkit-backdrop-filter: blur(12px) saturate(120%);
  box-shadow:
    0 22px 70px var(--shadow),
    0 0 0 1px rgba(255,255,255,.06) inset;
}
.custom-section::before{
  content:"";
  position:absolute;
  inset:-40%;
  background:
    linear-gradient(120deg,
      transparent 35%,
      rgba(255,255,255,.12) 45%,
      rgba(255,255,255,.22) 50%,
      rgba(255,255,255,.12) 55%,
      transparent 65%);
  transform: translateX(-40%) rotate(12deg);
  opacity: .55;
  mix-blend-mode: screen;
  animation: cs-sheen 7.5s ease-in-out infinite;
  pointer-events:none;
}
.custom-section::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 12% 22%, rgba(255,255,255,.35) 0 1px, transparent 2px),
    radial-gradient(circle at 28% 68%, rgba(255,255,255,.28) 0 1px, transparent 2px),
    radial-gradient(circle at 46% 40%, rgba(255,255,255,.30) 0 1px, transparent 2px),
    radial-gradient(circle at 66% 72%, rgba(255,255,255,.26) 0 1px, transparent 2px),
    radial-gradient(circle at 84% 28%, rgba(255,255,255,.32) 0 1px, transparent 2px),
    radial-gradient(circle at 78% 50%, rgba(255,255,255,.24) 0 1px, transparent 2px);
  opacity: .45;
  filter: blur(.2px);
  animation: cs-twinkle 4.2s ease-in-out infinite;
  pointer-events:none;
}
.custom-section > *{
  position: relative;
  z-index: 1;
}
.custom-section h2{
  margin: 0 0 14px;
  color: rgba(255,255,255,.96);
  letter-spacing: .4px;
  text-shadow:
    0 0 14px rgba(255,255,255,.18),
    0 10px 35px rgba(0,0,0,.55);
}
.custom-section p{
  color: rgba(255,255,255,.86);
  line-height: 1.6;
  text-shadow: 0 2px 14px rgba(0,0,0,.55);
}
.custom-section .sttyled-list{
  list-style: none;
  margin: 18px 0 22px;
  padding: 8px 1px;
  border-radius: 18px;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow:
    0 12px 35px rgba(0,0,0,.35),
    0 0 0 1px rgba(255,255,255,.05) inset;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.custom-section .sttyled-list li{
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  margin: 10px 6px;
  border-radius: 14px;
  color: rgba(255,255,255,.9);
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  border: 1px solid rgba(255,255,255,.16);
  box-shadow:
    0 10px 24px rgba(0,0,0,.35),
    0 0 0 1px rgba(255,255,255,.05) inset;
  transform: translateZ(0);
  transition: transform .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease;
}
.custom-section .sttyled-list li i.bi{
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  font-size: 1.05rem;
  line-height: 1;
  border-radius: 12px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow:
    0 0 0 1px rgba(255,255,255,.06) inset,
    0 0 18px rgba(255,255,255,.12);
  opacity: .95;
}
.custom-section .sttyled-list li:hover{
  transform: translateY(-2px);
  border-color: rgba(255,255,255,.30);
  background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.035));
  box-shadow:
    0 14px 34px rgba(0,0,0,.45),
    0 0 0 1px rgba(255,255,255,.06) inset,
    0 0 26px rgba(255,255,255,.10);
}
.custom-section .sttyled-list li:hover i.bi{
  box-shadow:
    0 0 0 1px rgba(255,255,255,.08) inset,
    0 0 26px rgba(255,255,255,.18);
}
.custom-section strong{
  color: rgba(255,255,255,.96);
  text-shadow: 0 0 10px rgba(255,255,255,.18);
}
@keyframes cs-sheen{
  0%   { transform: translateX(-48%) rotate(12deg); opacity:.35; }
  45%  { opacity:.70; }
  100% { transform: translateX(48%) rotate(12deg); opacity:.35; }
}
@keyframes cs-twinkle{
  0%,100% { opacity:.30; filter: blur(.2px); }
  50%     { opacity:.55; filter: blur(.6px); }
}
@media (prefers-reduced-motion: reduce){
  .custom-section::before,
  .custom-section::after{
    animation: none !important;
  }
  .custom-section .sttyled-list li{
    transition: none !important;
  }
}
.search{
  --glass: rgba(255,255,255,.06);
  --stroke: rgba(255,255,255,.18);
  --text: rgba(255,255,255,.9);
  max-width: 720px;
  margin: 24px auto;
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03));
  border: 1px solid var(--stroke);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow:
    0 18px 60px rgba(0,0,0,.45),
    0 0 0 1px rgba(255,255,255,.05) inset;
}
.search__label{
  display:block;
  margin: 0 0 10px;
  color: var(--text);
  font-weight: 600;
  letter-spacing: .2px;
}
.search__box{
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border-radius: 14px;
  background: rgba(0,0,0,.25);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 0 0 1px rgba(255,255,255,.04) inset;
}
.search__icon{
  font-size: 1.05rem;
  color: rgba(255,255,255,.75);
  padding-left: 6px;
}
.search__input{
  flex: 1;
  min-width: 160px;
  padding: 12px 12px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  color: var(--text);
  outline: none;
}
.search__input::placeholder{
  color: rgba(255,255,255,.55);
}
.search__input:focus{
  border-color: rgba(255,255,255,.28);
  box-shadow: 0 0 0 4px rgba(255,255,255,.08);
}
.search__btn{
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.18);
  background: linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.06));
  color: rgba(255,255,255,.9);
  cursor: not-allowed;     
  opacity: .75;            
  user-select: none;
  pointer-events: none;    
  white-space: nowrap;
}
.search--sidebar{
  max-width: 100%;
  margin: 0;
  padding: 16px;
}
.search--sidebar .search__form{
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.search--sidebar .search__label{
  font-size: .9rem;
  opacity: .85;
}
.search--sidebar .search__box{
  padding: 10px;
  border-radius: 12px;
}
.search--sidebar .search__input{
  padding: 10px 10px;
  font-size: .9rem;
}
.search--sidebar .search__btn{
  width: 100%;
  padding: 10px 14px;
  font-size: .9rem;
  cursor: not-allowed;
  pointer-events: none;
  opacity: .7;
}
.search--sidebar .search__input:focus{
  box-shadow: 0 0 0 3px rgba(255,255,255,.08);
}
.page-linnking{
  position: relative;
  padding: 16px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03));
  border: 1px solid rgba(255,255,255,.16);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow:
    0 16px 45px rgba(0,0,0,.45),
    0 0 0 1px rgba(255,255,255,.05) inset;
}
.page-linnking h3{
  margin: 0 0 14px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .4px;
  color: rgba(255,255,255,.95);
  text-shadow:
    0 0 12px rgba(255,255,255,.18),
    0 6px 24px rgba(0,0,0,.55);
  position: relative;
}
.page-linnking h3::after{
  content:"";
  display:block;
  margin-top: 8px;
  width: 42px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,.65),
    rgba(255,255,255,.15)
  );
}
.page-linnking .sidebar-page-list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.page-linnking .sidebar-page-list li{
  position: relative;
}
.page-linnking .sidebar-page-list a{
  display: block;
  padding: 10px 12px;
  border-radius: 12px;
  font-size: .9rem;
  line-height: 1.4;
  color: rgba(255,255,255,.88);
  text-decoration: none;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow:
    0 8px 20px rgba(0,0,0,.35),
    0 0 0 1px rgba(255,255,255,.04) inset;
  transition:
    transform .22s ease,
    border-color .22s ease,
    background .22s ease,
    box-shadow .22s ease;
}
.page-linnking .sidebar-page-list a:hover{
  transform: translateX(4px);
  border-color: rgba(255,255,255,.30);
  background: rgba(255,255,255,.08);
  box-shadow:
    0 12px 30px rgba(0,0,0,.45),
    0 0 0 1px rgba(255,255,255,.06) inset,
    0 0 22px rgba(255,255,255,.12);
}
.page-linnking .sidebar-page-list a.active{
  border-color: rgba(255,255,255,.35);
  background: rgba(255,255,255,.10);
  box-shadow:
    0 0 0 1px rgba(255,255,255,.08) inset,
    0 0 26px rgba(255,255,255,.18);
}
@media (prefers-reduced-motion: reduce){
  .page-linnking .sidebar-page-list a{
    transition: none;
  }
}
