:root {
  --body-bg-color: #f8fafc;
  --body-text-color: #ffffff;
  --heading-color: #ffffff;
  --hero-gradient1: #168295;
  --hero-gradient2: #0b5e3a;
  --footer-bg-color: #0d0d0d;
  --link-color: #dc9909;
  --header-bg-color: #ffffff;
  --font-family: system-ui;
  --nav-link-color: #ffffff;
  --footer-text-color: #ffffff;
  --header-text-color: #ffffffff;
}
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.744), rgba(0, 0, 0, 0.676)),
    url("/images/bg-cafe.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
h1{
  font-size: clamp(2rem, 4vw, 2.5rem) !important;
  font-weight: 900;
  letter-spacing: .6px;
  text-transform: none;
  color: #ffffff;
  margin-bottom: 18px;

  position: relative;
  text-shadow:
    0 4px 18px rgba(0,0,0,.75),
    0 0 22px rgba(242,183,5,.35);
}
@media (max-width: 782px){
  h1{
    margin-top: 50px;
  }
}


h1::after{
  content: "";
  display: block;
  margin: 12px auto 0;
  width: 110px;
  height: 3px;
  border-radius: 6px;
  background: linear-gradient(
    90deg,
    transparent,
    #f2b705,
    #ffcf4a,
    #f2b705,
    transparent
  );
  box-shadow: 0 0 14px rgba(242,183,5,.55);
}
h1::before{
  content: "☕";
  position: absolute;
  left: 50%;
  top: -34px;
  transform: translateX(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  background: radial-gradient(circle at 30% 30%, #ffcf4a, #f2b705);
  color: #111;
  box-shadow:
    0 10px 22px rgba(0,0,0,.6),
    inset 0 1px 0 rgba(255,255,255,.4);
}
h1.centered{
  text-align: center;
}
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);
}
  .content-area h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
}
.content-area h2::before,
.content-area h2::after {
  content: "";
  width: 40px;  
  height: 2px;
  background-color: var(--heading-color)  ;
}
.content-area a {
  color: var(--link-color) !important;
  text-decoration: none !important;
}
.content-area a:hover {
  color: var(--link-color) !important;
  opacity: 0.8;
}
  .sidebar-page-list {
  padding: 0;
  margin: 0;
  margin-bottom: 17px;
  width: 279px;
}
.sidebar-page-list li {
  list-style-type: disc;
  list-style-position: inside;
  color: var(--heading-color);
}
.sidebar-page-list li::marker {
  color: var(--link-color);
  font-size: 1.2em;
}
.sidebar-page-list li:last-child {
  border-bottom: none;
}
.sidebar-page-list li a {
  padding: 12px 0;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  color: var(--link-color);
}
.sidebar-page-list li a:hover {
  padding-left: 11px;
}
  .twitter-tweet {
  width: 279px !important;
}
.x {
  display: flex;
  justify-content: center;
}
.error_page {
  min-height: 70vh;
}
    .footer {
  background-color: var(--footer-bg-color);
  color: var(--footer-text-color);
}
.footer a {
  text-decoration: none;
  color: var(--link-color) !important;
}
 .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: 145px 0 30px;
  position: relative;
  overflow: hidden;
  color: var(--header-text-color);
}
.hero-section.with-bg {
  background-image: url('/images/.webp');
  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: 77px 0;
  }
}
  .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;
  }
}
.styled-section{
  --bg: #0b0b0b;
  --panel: rgba(10,10,10,.72);
  --panel2: rgba(18,18,18,.62);
  --text: #f3f3f3;
  --muted: rgba(255,255,255,.78);
  --gold: #f2b705;      
  --gold2:#ffcf4a;
  --line: rgba(242,183,5,.38);
  --shadow: 0 20px 50px rgba(0,0,0,.55);
  position: relative;
  color: var(--text);
  padding: clamp(18px, 3.5vw, 42px);
  overflow: hidden;
  background:
    radial-gradient(1200px 420px at 15% -10%, rgba(242,183,5,.18), transparent 60%),
    radial-gradient(900px 380px at 90% 110%, rgba(242,183,5,.10), transparent 55%),
    linear-gradient(180deg, rgba(0,0,0,.55), rgba(0,0,0,.76)),
    var(--bg);
  box-shadow: var(--shadow);
  border: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(4px);
}
.styled-section::before{
  content:"";
  position:absolute;
  inset:-2px;
  background:
    radial-gradient(600px 220px at 30% 25%, rgba(255,255,255,.08), transparent 60%),
    repeating-linear-gradient(135deg, rgba(255,255,255,.02) 0 8px, rgba(0,0,0,0) 8px 16px);
  pointer-events:none;
  opacity:.55;
}
.styled-section > *{ position: relative; z-index: 1; }
.styled-section h2{
  font-weight: 800;
  letter-spacing: .4px;
  text-shadow: 0 8px 30px rgba(0,0,0,.65);
  margin: 0 0 16px;
}
.styled-section h3{
  position: relative;
  margin: 26px 0 12px;
  padding: 10px 14px 12px 56px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(242,183,5,.12), rgba(0,0,0,0));
  border: 1px solid rgba(242,183,5,.20);
  box-shadow: 0 12px 30px rgba(0,0,0,.45);
  font-weight: 800;
  letter-spacing: .3px;
  text-shadow: 0 10px 30px rgba(0,0,0,.7);
}
.styled-section h3::before{
  content: "☕";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: radial-gradient(circle at 30% 30%, rgba(255,207,74,.95), rgba(242,183,5,.55));
  color: #151515;
  box-shadow:
    0 10px 22px rgba(0,0,0,.55),
    inset 0 1px 0 rgba(255,255,255,.35);
}
.styled-section h3::after{
  content:"";
  position:absolute;
  left: 14px;
  right: 14px;
  bottom: 8px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: .85;
}
.styled-section p{
  color: var(--muted);
  line-height: 1.7;
  margin: 0 0 14px;
}
.styled-section a{
  color: var(--gold2);
  text-decoration: none;
  border-bottom: 1px dashed rgba(255,207,74,.55);
  transition: .2s ease;
}
.styled-section a:hover{
  color: #fff;
  border-bottom-color: rgba(242,183,5,.9);
  text-shadow: 0 0 16px rgba(242,183,5,.35);
}
.styled-section ul{
  list-style: none;
  padding: 0;
  margin: 14px 0 18px;
  display: grid;
  gap: 10px;
}
.styled-section ul li{
  position: relative;
  padding: 12px 14px 12px 52px;
  border-radius: 14px;
  background: linear-gradient(180deg, var(--panel), var(--panel2));
  border: 1px solid rgba(255,255,255,.07);
  box-shadow: 0 10px 26px rgba(0,0,0,.42);
  color: rgba(255,255,255,.92);
}
.styled-section ul li::before{
  content: "🫘";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(242,183,5,.16);
  border: 1px solid rgba(242,183,5,.30);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.10),
    0 10px 18px rgba(0,0,0,.45);
}
.styled-section ul li:nth-child(3n+2)::before{ content:"🎭"; }
.styled-section ul li:nth-child(3n+3)::before{ content:"🎶"; }
.styled-section ul li:hover{
  transform: translateY(-1px);
  border-color: rgba(242,183,5,.35);
  box-shadow:
    0 16px 36px rgba(0,0,0,.55),
    0 0 0 1px rgba(242,183,5,.10);
}
.styled-section hr{
  border: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(242,183,5,.35), transparent);
  margin: 20px 0;
  opacity: .9;
}
@media (max-width: 680px){
  .styled-section{ border-radius: 18px; }
  .styled-section h3{ padding-left: 52px; }
  .styled-section ul li{ padding-left: 48px; }
}
  .section-wallets {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)), url('/images/cafe-bg.webp');
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 50px 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    text-align: center;
    margin-top: 40px;
    border: 1px solid #2c3e50;
}
.section-wallets h2 {
    color: #ffffff!important; 
    margin-bottom: 20px;
    font-family: 'Arial', sans-serif;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
}
.section-wallets h2::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #e7e4e4;
    bottom: -8px;
    left: 0;
}
.section-wallets p {
    color: #ddd;
    line-height: 1.6;
}
.section-wallets h3 {
    color: #ffffff!important; 
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
    text-transform: capitalize;
    font-family: 'Helvetica Neue', sans-serif;
    letter-spacing: 1px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}
.section-wallets h3:hover {
    background-color: #2c3e50; 
    color: #fff;
    transform: scale(1.05);
}
.section-wallets ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 20px;
}
.section-wallets ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #dadada; 
}
.section-wallets ul li::before {
    content: "✔"; 
    font-size: 1.5rem;
    color: #e2e2e2; 
    margin-right: 10px;
    transition: color 0.3s ease;
}
.section-wallets ul li:hover::before {
    color: #ebebeb; 
}
.custom-section{
  --gold: #f2b705;
  --gold-soft: rgba(242,183,5,.25);
  --text: #f4f4f4;
  --muted: rgba(255,255,255,.75);
  position: relative;
  padding: 50px 20px;
  margin: 50px auto;
  color: var(--text);
  background:
    linear-gradient(
      120deg,
      rgba(242,183,5,.06),
      transparent 40%
    ),
    linear-gradient(
      180deg,
      rgba(0,0,0,.55),
      rgba(0,0,0,.85)
    );
}
.custom-section::before{
  content:"";
  position:absolute;
  top: 10%;
  left: 0;
  width: 4px;
  height: 80%;
  background: linear-gradient(
    180deg,
    transparent,
    var(--gold),
    transparent
  );
  opacity: .9;
}
.custom-section h2,
.custom-section h3{
  font-weight: 800;
  letter-spacing: .4px;
  margin-bottom: 16px;
  color: #ffffff;
  text-shadow: 0 6px 22px rgba(0,0,0,.6);
}
.custom-section h3{
  position: relative;
  padding-left: 18px;
}
.custom-section h3::before{
  content:"";
  position:absolute;
  left: 0;
  top: .6em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 10px var(--gold-soft);
}
.custom-section p{
  color: var(--muted);
  line-height: 1.8;
}
.custom-section ul{
  margin: 18px 0 26px;
  padding: 0;
  list-style: none;
}
.custom-section ul li{
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 0;
  color: rgba(255,255,255,.9);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.custom-section ul li::before{
  content: "☕";
  font-size: 1.1rem;
  color: var(--gold);
  filter: drop-shadow(0 0 6px rgba(242,183,5,.4));
}
.custom-section ul li:nth-child(3n+2)::before{ content:"🎭"; }
.custom-section ul li:nth-child(3n+3)::before{ content:"🎶"; }
.custom-section a{
  color: var(--gold);
  text-decoration: none;
  position: relative;
}
.custom-section a::after{
  content:"";
  position:absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: currentColor;
  opacity: .6;
}
@media (max-width: 768px){
  .custom-section{
    padding-left: 15px;
  }
}
.sidebar-linking{
  --gold: #f2b705;
  --gold-soft: rgba(242,183,5,.35);
  --text: #f4f4f4;
  --muted: rgba(255,255,255,.75);
  position: relative;
  padding: 24px 22px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(0,0,0,.65), rgba(0,0,0,.85));
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 18px 40px rgba(0,0,0,.6);
}
.sidebar-linking::before{
  content:"";
  position:absolute;
  top: 14px;
  bottom: 14px;
  left: 0;
  width: 4px;
  border-radius: 4px;
  background: linear-gradient(
    180deg,
    transparent,
    var(--gold),
    transparent
  );
}
.sidebar-linking h3{
  color: #fff;
  font-weight: 800;
  letter-spacing: .4px;
  margin-bottom: 16px;
  text-shadow: 0 6px 22px rgba(0,0,0,.6);
}
.sidebar-linking .page-list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
.sidebar-linking .page-list a{
  display: inline-block;
  color: var(--muted);
  text-decoration: none;
  font-weight: 500;
  transition: color .25s ease, text-shadow .25s ease;
}
.sidebar-linking .page-list a::before{
  content: "☕ ";
  color: var(--gold);
  margin-right: 6px;
  filter: drop-shadow(0 0 6px var(--gold-soft));
}
.sidebar-linking .page-list li:nth-child(2) a::before{ content:"📜 "; }
.sidebar-linking .page-list li:nth-child(3) a::before{ content:"🎭 "; }
.sidebar-linking .page-list li:nth-child(4) a::before{ content:"🤝 "; }
.sidebar-linking .page-list a:hover{
  color: #fff;
  text-shadow: 0 0 12px rgba(242,183,5,.45);
}
.sidebar-linking .page-list a.active{
  color: #fff;
  text-shadow: 0 0 16px rgba(242,183,5,.6);
}
@media (max-width: 768px){
  .sidebar-linking{
    padding: 20px 18px;
  }
}
  .tw-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .twitter-tweet {
    max-width: 100%;
    margin: 0 auto;
  }
.newsletter{
  --gold: #f2b705;
  --gold-soft: rgba(242,183,5,.35);
  --text: #f4f4f4;
  --muted: rgba(255,255,255,.75);
  margin-top: 28px;
  padding: 22px 20px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(0,0,0,.65), rgba(0,0,0,.85));
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 16px 36px rgba(0,0,0,.6);
}
.newsletter h4{
  margin-bottom: 10px;
  font-weight: 800;
  color: #fff;
  letter-spacing: .4px;
  text-shadow: 0 6px 22px rgba(0,0,0,.6);
}
.newsletter p{
  font-size: .95rem;
  line-height: 1.6;
  color: var(--muted);
  margin-bottom: 14px;
}
.newsletter form{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.newsletter input{
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.15);
  background: rgba(255,255,255,.05);
  color: #fff;
  font-size: .9rem;
}
.newsletter input::placeholder{
  color: rgba(255,255,255,.5);
}
.newsletter button{
  padding: 10px 12px;
  border-radius: 10px;
  border: none;
  font-weight: 700;
  cursor: not-allowed;
  background: linear-gradient(
    135deg,
    var(--gold),
    #ffcf4a
  );
  color: #1a1a1a;
  opacity: .6;
}
.newsletter small{
  display: block;
  margin-top: 12px;
  font-size: .8rem;
  color: rgba(255,255,255,.55);
}
@media (max-width: 768px){
  .newsletter{
    padding: 20px 18px;
  }
}
