body {
  background: #f5f7fb;
  color: #1d2939;
  font-family: Tahoma, Arial, sans-serif;
}
a { text-decoration: none; color: #0f766e; }
a:hover { color: #0b5d57; }
.top-accent-bar {
  height: 6px;
  background: linear-gradient(90deg, #0f766e 0%, #1d4ed8 45%, #d97706 100%);
}
.directory-top-navbar {
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #e5e7eb;
}
.quick-badge {
  background: #ecfeff;
  color: #0f766e;
  border: 1px solid #a5f3fc;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}
.directory-top-navbar a.nav-link,
.directory-top-navbar .list-inline-item a,
.social-wrap a {
  color: #334155;
}
.directory-top-navbar .navbar-toggler {
  border: 1px solid #cbd5e1;
  color: #0f172a;
  background: #fff;
  border-radius: 12px;
}
.hero-shell {
  padding: 24px 0 18px;
  background: radial-gradient(circle at top right, rgba(15,118,110,.14), transparent 35%), radial-gradient(circle at top left, rgba(29,78,216,.12), transparent 28%);
}
.hero-card {
  background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
  padding: 24px;
}
.hero-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.brand-block {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.brand-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  min-height: 90px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 12px;
}
.site-logo { max-width: 100%; height: auto; }
.brand-kicker {
  color: #d97706;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.6px;
  margin-bottom: 6px;
}
.brand-title {
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 800;
  color: #0f172a;
}
.brand-desc {
  margin: 0;
  color: #475569;
  font-size: 15px;
}
.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0f766e 0%, #1d4ed8 100%);
  color: #fff;
  border-radius: 14px;
  padding: 12px 18px;
  font-weight: 700;
  box-shadow: 0 12px 25px rgba(29, 78, 216, .18);
}
.hero-btn:hover { color: #fff; opacity: .94; }
.hero-bottom { margin-top: 18px; }
.header_ads { width: 100%; overflow: auto; }
.directory-main-menu {
  margin: 0 0 22px;
  background: transparent;
}
.directory-main-navbar {
  background: #0f172a;
  border-radius: 18px;
  padding: 12px 18px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
}
.directory-main-navbar .nav-link,
.directory-main-navbar a,
.directory-main-navbar li a {
  color: #e5eefb !important;
  font-weight: 700;
}
.directory-main-navbar .dropdown-menu a { color: #111827 !important; }
.page-shell { margin-bottom: 25px; }
.content-shell {
  margin: 0;
  background: transparent;
}
.directory-card,
.widget-content,
.menu-card {
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  box-shadow: 0 8px 26px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}
.directory-card .card-header,
.menu-card .card-header {
  background: linear-gradient(135deg, #f8fafc 0%, #eef6ff 100%);
  border-bottom: 1px solid #e2e8f0;
}
.directory-card .card-header h1,
.menu-card .card-header h3 {
  margin: 0;
  font-size: 24px;
  color: #0f172a;
  font-weight: 800;
}
.directory-card .card-body,
.menu-card .card-body {
  background: #fff;
}
#sites div.site {
  padding: 16px;
  margin: 0 0 14px 0;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(15,23,42,.04);
}
#sites div:hover.site {
  background: #fcfdff;
  border-color: #bfdbfe;
  transform: translateY(-1px);
  transition: .2s ease;
}
#sites h2 { padding: 0; margin: 0 0 10px 0; }
#sites h2 a {
  font-weight: 800;
  font-size: 20px;
  line-height: 1.5;
  color: #0f172a;
}
#sites h2 a:hover { color: #1d4ed8; }
#sites .url, #sites .url a { color: #0f766e; }
#sites .meta {
  color: #64748b;
  margin-bottom: 10px;
}
#sites .info { color: #334155; margin-bottom: 10px; }
.featured-site a { color: #d97706; }
.sticky-site a { color: #dc2626; }
.category-featured-site {
  background: #fff7ed !important;
  border: 1px solid #fed7aa;
  padding: 14px 16px 0 16px !important;
  color: #7c2d12;
  border-radius: 18px;
  margin-bottom: 15px !important;
}
.category-featured-site h1 a { color: #7c2d12 !important; }
.category-sticky-site {
  background: #eff6ff !important;
  border: 1px solid #bfdbfe;
  padding: 14px 16px 0 16px !important;
  color: #1e3a8a;
  border-radius: 18px;
  margin-bottom: 15px !important;
}
.category-sticky-site h1 a { color: #1e3a8a !important; }
.full-screen-category {
  margin-bottom: 28px;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 20px;
  background: #fff;
}
.full-screen-category h2 {
  text-align: center;
  padding-bottom: 10px;
  color: #0f172a;
  margin-bottom: 24px;
  font-size: 30px;
  font-weight: 800;
}
.full-screen-category h2 a {
  color: #0f172a;
  border-bottom: 2px solid #d97706;
  padding-bottom: 10px;
}
.widget-content {
  background: #fff;
  padding: 18px;
  margin-bottom: 18px;
}
.custom-field-social { margin-bottom: 15px; text-align: center; }
.custom-field-social a { margin: 0 7px; font-size: 34px; color: #475569; }
.custom-field-logo { margin-bottom: 15px; text-align: center; }
.footer {
  background: #0f172a;
  color: #cbd5e1;
  padding: 34px 0 20px;
  border-top: 6px solid #0f766e;
}
.footer a { color: #fff; }
.footer-inner { max-width: 1140px; }
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
.footer-title {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 10px;
}
.footer-text { color: #cbd5e1; margin: 0; }
.footer-links a { display: inline-block; margin: 0 0 8px 12px; }
.powered { text-align: center; margin-top: 8px; color: #e2e8f0; }
.powered a { color: #fff; }
.directory-sticky {
  position: sticky;
  top: 0;
  z-index: 999;
}
.overlay {
  height: 0%; width: 100%; position: fixed; z-index: 999999; top: 0; left: 0;
  background: rgba(2,6,23,.96); overflow-y: hidden; transition: .4s;
}
.overlay-content { position: relative; top: 8%; width: 100%; text-align: center; margin-top: 15px; }
.overlay-brand { color: #fff; font-size: 28px; font-weight: 800; margin-bottom: 18px; }
.overlay a { padding: 9px; font-size: 18px; color: #cbd5e1; display: block; transition: .3s; }
.overlay a:hover, .overlay a:focus { color: #fff; }
.overlay .closebtn { position: absolute; top: 18px; right: 28px; font-size: 50px; }
iframe { width: 100%; height: 400px; border: none; }
#password-message { display: none; background: #f1f5f9; color: #0f172a; position: relative; padding: 20px; margin-top: 10px; border-radius: 14px; }
.valid { color: green; }
.valid:before { position: relative; left: -10px; content: "✔"; }
.invalid { color: red; }
.invalid:before { position: relative; left: -10px; content: "✖"; }
.login-control { text-align: center; }
.login-control .login-control-icon { font-size: 60px; margin-bottom: 7px; }
@media (max-width: 991px) {
  .brand-title { font-size: 28px; }
  .footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  .hero-card { padding: 18px; border-radius: 20px; }
  .brand-block { align-items: flex-start; }
  .brand-logo-link { width: 100px; min-height: 72px; }
  .directory-main-navbar { border-radius: 16px; }
  #sites h2 a { font-size: 18px; }
}


.share-promo-shell{margin:24px 0 10px;}
.share-promo-card{background:linear-gradient(135deg,#0f5132 0%,#0a6b62 55%,#8a5a12 100%);border-radius:22px;padding:24px;color:#fff;box-shadow:0 18px 40px rgba(0,0,0,.14);display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;}
.share-promo-kicker{font-size:12px;font-weight:700;letter-spacing:.08em;opacity:.9;margin-bottom:8px;}
.share-promo-title{font-size:28px;font-weight:800;margin:0 0 8px;}
.share-promo-text{font-size:16px;line-height:1.9;margin:0;opacity:.96;}
.share-promo-actions{display:flex;gap:10px;flex-wrap:wrap;}
.share-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 16px;border-radius:14px;text-decoration:none;border:none;cursor:pointer;font-weight:700;transition:.2s ease;background:#ffffff;color:#0f172a;box-shadow:0 8px 22px rgba(0,0,0,.12);}
.share-btn:hover{transform:translateY(-1px);color:#0f172a;text-decoration:none;}
.share-whatsapp{background:#25D366;color:#fff;}
.share-x{background:#111827;color:#fff;}
.share-telegram{background:#229ED9;color:#fff;}
.share-copy{background:#fff7ed;color:#9a3412;}
.share-native{background:#ecfeff;color:#155e75;}
@media (max-width: 767px){.share-promo-title{font-size:22px}.share-promo-card{padding:18px}.share-promo-actions{width:100%}.share-btn{flex:1 1 calc(50% - 10px);justify-content:center;}}
