*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Segoe UI", Tahoma, "Noto Sans Arabic", sans-serif;
  background: #0f172a;
  color: #f1f5f9;
  min-height: 100vh;
  padding-bottom: 56px;
}

.page {
  max-width: 820px;
  margin: 0 auto;
  padding: 2rem 1.25rem 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

h1 {
  font-size: clamp(2rem, 6vw, 3.5rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.25rem;
  background: linear-gradient(to left, #38bdf8, #818cf8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.page-layout {
  width: 100%;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.main-col {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.sidebar-col {
  flex-shrink: 0;
  width: 160px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* چوارچێوەی سوور لە دەوروبەری هەر ریکلامێک */
.ad-slot-shell {
  width: 100%;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.ad-slot-host {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  contain: layout paint size style;
  pointer-events: auto;
  border: 3px solid #ef4444;
  border-radius: 8px;
  background: #0b1220;
  box-shadow: 0 0 0 1px rgba(239, 68, 68, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ad-slot-host iframe,
.ad-slot-host ins,
.ad-slot-host img,
.ad-slot-host a,
.ad-slot-host div {
  max-width: 100% !important;
}

.ad-728x90 { width: 728px; max-width: 100%; min-height: 90px; }
.ad-468x60 { width: 468px; max-width: 100%; min-height: 60px; }
.ad-300x250 { width: 300px; max-width: 100%; min-height: 250px; }
.ad-320x50 { width: 320px; max-width: 100%; min-height: 50px; }
.ad-160x300 { width: 160px; max-width: 100%; min-height: 300px; }
.ad-160x600 { width: 160px; max-width: 100%; min-height: 600px; }

.ad-slot-host iframe {
  display: block;
  margin-inline: auto;
}

.ad-mobile-only {
  display: none;
}

/* Smartlink */
.ad-smartlink {
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 468px;
  height: 60px;
  border: 3px solid #ef4444;
  border-radius: 8px;
  background: linear-gradient(135deg, #7c2d12, #fb923c);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s;
}

.ad-smartlink:hover {
  transform: scale(1.02);
}

/* Social Bar */
.social-bar-host {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  min-height: 50px;
  border-top: 3px solid #ef4444;
  background: #0b1220;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

@media (max-width: 720px) {
  .sidebar-col {
    display: none;
  }

  .ad-mobile-only {
    display: flex;
  }
}
