/* ============================================================
   GOOGLE ADS TEMASI — yeni (Material 3) Google Ads paneli:
   #f6f8fc zemin, beyaz yüzeyler, #0b57d0 mavi, tam yuvarlak (pill)
   dolgulu butonlar, sol menüde açık mavi pill aktif göstergesi,
   Google Sans / Roboto tipografisi.
   ============================================================ */

.theme-google {
  --bg: #f6f8fc;
  --surface: #ffffff;
  --surface-2: #f1f3f4;
  --border: #e1e3e6;
  --border-strong: #9aa0a6;
  --text: #1f1f1f;
  --text-2: #575b5f;
  --primary: #0b57d0;
  --primary-hover: #0842a0;
  --primary-text: #ffffff;
  --focus: #0b57d0;
  --nav-active-bg: #d3e3fd;
  --nav-active-color: #041e49;
  --topbar-bg: #ffffff;
  --topbar-text: #1f1f1f;
  --topbar-border: #e1e3e6;
  --sidebar-bg: #ffffff;
  --sidebar-w: 252px;
  --radius: 12px;
  --radius-lg: 16px;
  --btn-radius: 100px;
  --input-radius: 6px;
  --nav-radius: 100px;
  --font: "Google Sans Text", "Google Sans", Roboto, Arial, sans-serif;
  --shadow-card: none;
}

.theme-google .p-topbar { height: 60px; }
.theme-google .tb-logo { font-family: "Google Sans", "Google Sans Text", Roboto, Arial, sans-serif; color: #5f6368; font-size: 19px; font-weight: 400; }
.theme-google .tb-logo b { font-weight: 500; color: #3c4043; }
.theme-google .tb-search { background: #f1f3f4; max-width: 620px; }
.theme-google .tb-search:hover { background: #e9ebee; }
.theme-google .tb-avatar { background: linear-gradient(135deg, #1a73e8, #188038); }
.theme-google .tb-primary { display: none; } /* Google'da birincil eylem içerik alanındadır */

.theme-google .p-nav-item { height: 40px; padding: 0 18px; font-size: 13.5px; color: #444746; }
.theme-google .p-nav-item.active { color: var(--nav-active-color); }
.theme-google .p-nav-item svg { color: #444746; }
.theme-google .p-nav-item.active svg { color: var(--nav-active-color); }

.theme-google .card { border: 1px solid #e1e3e6; }
.theme-google .card-head h2 { font-family: "Google Sans", Roboto, Arial, sans-serif; font-weight: 500; }
.theme-google .sec-title { color: #0b57d0; }

.theme-google input[type="text"], .theme-google input[type="url"],
.theme-google input[type="password"], .theme-google select, .theme-google textarea {
  border-color: #747775;
}
.theme-google input:focus, .theme-google select:focus, .theme-google textarea:focus {
  border-color: #0b57d0; box-shadow: 0 0 0 1px #0b57d0 inset, 0 0 0 3px #0b57d022;
}
.theme-google .btn { font-family: "Google Sans", Roboto, Arial, sans-serif; font-weight: 500; }
.theme-google .btn-secondary { color: #0b57d0; border-color: #747775; }
.theme-google .btn-secondary:hover { background: #f0f4fe; }
.theme-google .checkbox-row input { accent-color: #0b57d0; }
.theme-google .status-chip { background: #e6f4ea; color: #137333; }
.theme-google .policy-link { color: #0b57d0; }
.theme-google .disclaimer { background: #e8f0fe; border-color: #c6dafc; color: #174ea6; border-radius: 12px; }
