/* Generated bundle: tools/build-runtime-bundles.php */
:root{--enb-google-blue:#4285f4;--enb-google-blue-hover:#3367d6;--enb-google-blue-dark:#174ea6;--enb-google-blue-soft:#e8f0fe;--enb-google-blue-border:#aecbfa}
/* En Baba Organizasyon - müşteri hesabı ve header hesabım bileşenleri */
.enb-account-menu{position:relative;display:inline-flex;align-items:center}
.enb-account-menu>summary{list-style:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:40px;padding:.55rem .75rem;border:1px solid #e2e8f0;border-radius:14px;background:#fff;color:#334155;font-size:13px;font-weight:800;transition:.2s ease;box-shadow:0 6px 18px rgba(15,23,42,.06)}
.enb-account-menu>summary::-webkit-details-marker{display:none}
.enb-account-menu>summary:hover,.enb-account-menu[open]>summary{border-color:#aecbfa;background:#e8f0fe;color:#174ea6}
.enb-account-menu__dot{position:absolute;right:5px;top:5px;width:8px;height:8px;border-radius:99px;background:#22c55e;border:2px solid #fff}
.enb-account-popover{position:absolute;right:0;top:calc(100% + 12px);width:290px;max-width:calc(100vw - 24px);box-sizing:border-box;padding:14px;border:1px solid #e2e8f0;border-radius:20px;background:#fff;box-shadow:0 24px 60px rgba(15,23,42,.18);white-space:normal;z-index:100}
.enb-account-popover:before{content:"";position:absolute;right:22px;top:-7px;width:14px;height:14px;transform:rotate(45deg);background:#fff;border-left:1px solid #e2e8f0;border-top:1px solid #e2e8f0}
.enb-account-popover__head{display:flex;gap:10px;align-items:center;padding:6px 6px 12px;border-bottom:1px solid #f1f5f9}
.enb-account-avatar{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(135deg,#4285f4,#174ea6);color:#fff;font-weight:900;box-shadow:0 8px 20px rgba(66,133,244,.24)}
.enb-account-popover__title{font-size:14px;font-weight:900;color:#0f172a;line-height:1.3}
.enb-account-popover__sub{font-size:11px;color:#64748b;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:190px}
.enb-account-links{display:grid;gap:4px;margin-top:10px}
.enb-account-links a{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 11px;border-radius:12px;color:#334155;font-size:13px;font-weight:750;text-decoration:none}
.enb-account-links a:hover{background:#f8fafc;color:#174ea6}
.enb-account-popover__guest{min-width:0;padding:4px 4px 10px;white-space:normal!important}
.enb-account-popover__guest strong{display:block;max-width:100%;font-size:15px;line-height:1.35;color:#0f172a;white-space:normal!important}
.enb-account-popover__guest p{display:block;max-width:100%;margin:5px 0 0;color:#64748b;font-size:12px;line-height:1.5;white-space:normal!important;overflow-wrap:break-word;word-break:normal}
.enb-account-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}
.enb-account-actions a{display:flex;align-items:center;justify-content:center;min-height:40px;border-radius:12px;font-size:12px;font-weight:900;text-decoration:none}
.enb-account-actions__login{background:#4285f4;color:#fff}.enb-account-actions__register{border:1px solid #cbd5e1;color:#334155;background:#fff}
/* Mobil müşteri hesabı: menüde yükseklik/overflow çakışmalarından etkilenmez. */
.enb-mobile-account-card{
  position:relative;
  display:block!important;
  flex:0 0 auto!important;
  width:100%;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  margin:0 0 18px;
  padding:14px;
  overflow:visible!important;
  border:1px solid #dbe4ff;
  border-radius:22px;
  background:linear-gradient(135deg,#e8f0fe,#f8fbff 54%,#ecfeff);
  box-shadow:0 10px 30px rgba(66,133,244,.09);
  box-sizing:border-box;
}
.enb-mobile-account-card__head{
  display:grid!important;
  grid-template-columns:44px minmax(0,1fr);
  align-items:center;
  gap:11px;
  width:100%;
  min-width:0;
  height:auto!important;
  max-height:none!important;
  overflow:visible!important;
}
.enb-mobile-account-card__emoji{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  align-self:center;
  border-radius:16px;
  background:#fff;
  font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif;
  font-size:22px;
  line-height:1;
  box-shadow:0 8px 20px rgba(15,23,42,.08);
}
.enb-mobile-account-card__copy{min-width:0;overflow:visible}
.enb-mobile-account-card strong{
  display:block;
  max-width:100%;
  color:#0f172a;
  font-size:15px;
  line-height:1.3;
  white-space:normal!important;
  overflow-wrap:anywhere;
}
.enb-mobile-account-card p{
  display:block;
  max-width:100%;
  margin:3px 0 0;
  color:#64748b;
  font-size:11px;
  line-height:1.45;
  white-space:normal!important;
  overflow-wrap:anywhere;
}
.enb-mobile-account-card__actions{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(96px,.72fr);
  gap:8px;
  width:100%;
  height:auto!important;
  max-height:none!important;
  margin-top:12px;
  overflow:visible!important;
}
.enb-mobile-account-card__actions a{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  gap:7px;
  width:100%;
  min-width:0;
  min-height:42px;
  padding:8px 10px;
  border-radius:13px;
  font-size:12px;
  font-weight:900;
  line-height:1.2;
  text-decoration:none;
  box-sizing:border-box;
  white-space:nowrap;
}
.enb-mobile-account-card__actions a:first-child{background:#4285f4;color:#fff;box-shadow:0 8px 18px rgba(66,133,244,.20)}
.enb-mobile-account-card__actions a:last-child{background:#fff;color:#174ea6;border:1px solid #aecbfa}
.enb-mobile-account-card__actions i{font-size:12px;line-height:1}
.enb-account-page{min-height:calc(100dvh - 80px);background:radial-gradient(circle at 10% 0%,rgba(66,133,244,.13),transparent 32%),radial-gradient(circle at 92% 8%,rgba(66,133,244,.08),transparent 28%),#f8fafc;padding:32px 16px 64px}
.enb-account-shell{max-width:1180px;margin:0 auto}.enb-auth-shell{max-width:1040px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);gap:24px;align-items:stretch}
.enb-auth-visual,.enb-auth-card,.enb-dashboard-card,.enb-account-sidebar{border:1px solid rgba(226,232,240,.9);background:rgba(255,255,255,.94);box-shadow:0 24px 70px rgba(15,23,42,.10);backdrop-filter:blur(14px)}
.enb-auth-visual{position:relative;overflow:hidden;min-height:620px;border-radius:32px;padding:42px;background:linear-gradient(145deg,#111827,#174ea6 58%,#0b57d0);color:#fff}
.enb-auth-visual:before,.enb-auth-visual:after{content:"";position:absolute;border-radius:999px;filter:blur(2px);opacity:.32}.enb-auth-visual:before{width:260px;height:260px;right:-80px;top:-80px;background:#22d3ee}.enb-auth-visual:after{width:220px;height:220px;left:-70px;bottom:-70px;background:#8ab4f8}
.enb-auth-visual__content{position:relative;z-index:1}.enb-auth-kicker{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(255,255,255,.09);font-size:12px;font-weight:900}.enb-auth-visual h1{margin:28px 0 14px;font-size:clamp(34px,5vw,60px);line-height:1.02;letter-spacing:-.04em;font-weight:950}.enb-auth-visual>div>p{max-width:560px;color:rgba(255,255,255,.76);font-size:16px;line-height:1.75}
.enb-auth-timeline{display:grid;gap:12px;margin-top:34px}.enb-auth-timeline__item{display:flex;align-items:center;gap:12px;min-width:0;padding:13px 14px;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:rgba(255,255,255,.07)}.enb-auth-timeline__icon{flex:0 0 38px;width:38px;height:38px;display:inline-flex!important;align-items:center;justify-content:center;margin:0!important;padding:0;border-radius:12px;background:rgba(255,255,255,.12);color:#fff!important;font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif;font-size:19px!important;font-weight:400!important;line-height:1!important;text-align:center;vertical-align:middle}.enb-auth-timeline__item>div{min-width:0}.enb-auth-timeline__item strong{display:block;font-size:13px;line-height:1.3}.enb-auth-timeline__item>div>span{display:block;margin-top:3px;font-size:11px;line-height:1.45;color:rgba(255,255,255,.64)}
.enb-auth-card{border-radius:32px;padding:34px}.enb-auth-card__logo{display:flex;align-items:center;gap:10px;margin-bottom:26px}.enb-auth-card__logo img{width:42px;height:42px;border-radius:14px;object-fit:cover}.enb-auth-card__logo strong{color:#0f172a;font-size:14px}.enb-auth-card__logo span{display:block;color:#64748b;font-size:11px}.enb-auth-card h2{margin:0;color:#0f172a;font-size:28px;letter-spacing:-.02em;font-weight:950}.enb-auth-card__lead{margin:8px 0 24px;color:#64748b;font-size:14px;line-height:1.65}
.enb-form-grid{display:grid;gap:15px}.enb-field label{display:block;margin-bottom:7px;color:#334155;font-size:12px;font-weight:850}.enb-field input{width:100%;min-height:49px;padding:0 14px;border:1px solid #cbd5e1;border-radius:14px;background:#fff;color:#0f172a;font-size:16px;outline:none;transition:.2s}.enb-field input:focus{border-color:#4285f4;box-shadow:0 0 0 4px rgba(66,133,244,.13)}.enb-field small{display:block;margin-top:6px;color:#64748b;font-size:11px;line-height:1.45}
/* Kayıt, giriş, yenileme ve güvenlik sayfalarındaki tüm şifre alanları. */
.enb-password-control{position:relative;width:100%}
.enb-password-control>input{padding-right:54px!important}
.enb-password-toggle{
  position:absolute!important;
  z-index:2;
  top:0;
  right:7px;
  bottom:0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  box-sizing:border-box;
  width:38px;
  min-width:38px;
  height:38px;
  min-height:38px;
  margin:auto 0;
  padding:0;
  border:0;
  border-radius:11px;
  background:transparent;
  color:#64748b;
  line-height:1;
  cursor:pointer;
  transform:none!important;
  will-change:auto!important;
  -webkit-appearance:none;
  appearance:none;
  -webkit-tap-highlight-color:transparent;
  touch-action:manipulation;
}
.enb-account-page .enb-password-toggle:hover,
.enb-account-page .enb-password-toggle:active{
  background:#f1f5f9;
  color:#174ea6;
  transform:none!important;
}
.enb-password-toggle:focus-visible{outline:3px solid rgba(66,133,244,.22);outline-offset:1px;transform:none!important}
.enb-password-toggle svg{width:20px;height:20px;display:block;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}
.enb-password-toggle__hide{display:none!important}
.enb-password-toggle[aria-pressed="true"] .enb-password-toggle__show{display:none!important}
.enb-password-toggle[aria-pressed="true"] .enb-password-toggle__hide{display:block!important}
.enb-check{display:flex;gap:10px;align-items:flex-start;color:#475569;font-size:12px;line-height:1.55}.enb-check input{width:17px;height:17px;margin-top:2px;accent-color:#4285f4}.enb-check a{color:#174ea6;font-weight:800}.enb-auth-submit{width:100%;min-height:50px;border:0;border-radius:15px;background:linear-gradient(135deg,#4285f4,#174ea6);color:#fff;font-size:14px;font-weight:950;cursor:pointer;box-shadow:0 14px 28px rgba(66,133,244,.22);transition:.2s}.enb-auth-submit:hover{transform:translateY(-1px);box-shadow:0 18px 34px rgba(66,133,244,.28)}
.enb-auth-foot{margin-top:20px;padding-top:18px;border-top:1px solid #e2e8f0;text-align:center;color:#64748b;font-size:12px}.enb-auth-foot a{color:#174ea6;font-weight:900}.enb-auth-inline{display:flex;align-items:center;justify-content:space-between;gap:12px}.enb-auth-inline a{font-size:12px;color:#174ea6;font-weight:850}
.enb-alert{margin-bottom:18px;padding:13px 14px;border-radius:14px;font-size:12px;font-weight:750;line-height:1.55}.enb-alert--error{border:1px solid #fecaca;background:#fff1f2;color:#be123c}.enb-alert--success{border:1px solid #bbf7d0;background:#f0fdf4;color:#166534}.enb-alert--info{border:1px solid #bfdbfe;background:#eff6ff;color:#1d4ed8}.enb-alert--warning{border:1px solid #fde68a;background:#fffbeb;color:#92400e}
.enb-dashboard-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:22px}.enb-account-sidebar{position:sticky;top:96px;align-self:start;border-radius:26px;padding:18px}.enb-account-sidebar__user{padding:10px 8px 17px;border-bottom:1px solid #e2e8f0}.enb-account-sidebar__user strong{display:block;color:#0f172a;font-size:14px}.enb-account-sidebar__user span{display:block;margin-top:3px;color:#64748b;font-size:11px;overflow:hidden;text-overflow:ellipsis}.enb-account-nav{display:grid;gap:5px;margin-top:13px}.enb-account-nav a{display:flex;align-items:center;gap:10px;padding:11px 12px;border-radius:13px;color:#475569;font-size:13px;font-weight:800;text-decoration:none}.enb-account-nav a:hover,.enb-account-nav a.is-active{background:#e8f0fe;color:#174ea6}.enb-account-nav a:last-child{margin-top:8px;color:#be123c}.enb-dashboard-main{min-width:0}.enb-dashboard-hero{position:relative;overflow:hidden;border-radius:30px;padding:30px;background:linear-gradient(135deg,#111827,#174ea6);color:#fff;box-shadow:0 22px 50px rgba(15,23,42,.16)}.enb-dashboard-hero:after{content:"🎉";position:absolute;right:28px;bottom:-18px;font-size:110px;opacity:.14;transform:rotate(-10deg)}.enb-dashboard-hero h1{position:relative;z-index:1;margin:0;font-size:clamp(28px,4vw,44px);font-weight:950;letter-spacing:-.035em}.enb-dashboard-hero p{position:relative;z-index:1;max-width:680px;margin:9px 0 0;color:rgba(255,255,255,.72);line-height:1.65}.enb-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:18px}.enb-dashboard-card{border-radius:22px;padding:20px}.enb-stat-card span{display:block;color:#64748b;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.enb-stat-card strong{display:block;margin-top:7px;color:#0f172a;font-size:30px;font-weight:950}.enb-section-title{display:flex;align-items:end;justify-content:space-between;gap:16px;margin:28px 0 12px}.enb-section-title h2{margin:0;color:#0f172a;font-size:20px;font-weight:950}.enb-section-title a{color:#174ea6;font-size:12px;font-weight:900}.enb-request-list{display:grid;gap:12px}.enb-request-row{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(120px,.7fr) minmax(130px,.7fr);gap:16px;align-items:center}.enb-request-row__title{font-size:14px;font-weight:900;color:#0f172a}.enb-request-row__meta{margin-top:5px;color:#64748b;font-size:11px;line-height:1.5}.enb-status-pill{display:inline-flex;align-items:center;justify-content:center;padding:7px 10px;border-radius:999px;background:#e8f0fe;color:#174ea6;font-size:11px;font-weight:900}.enb-empty-state{text-align:center;padding:42px 20px}.enb-empty-state__icon{font-size:38px}.enb-empty-state h3{margin:12px 0 5px;color:#0f172a;font-size:18px}.enb-empty-state p{margin:0 auto;max-width:520px;color:#64748b;font-size:13px;line-height:1.65}.enb-empty-state a{display:inline-flex;margin-top:16px;padding:11px 17px;border-radius:13px;background:#4285f4;color:#fff;font-size:12px;font-weight:900;text-decoration:none}
.enb-profile-form{display:grid;grid-template-columns:1fr 1fr;gap:15px}.enb-profile-form .enb-field--full{grid-column:1/-1}
.enb-auth-note{margin-top:14px;padding:12px;border-radius:13px;background:#f8fafc;color:#64748b;font-size:11px;line-height:1.55}
@media(max-width:1100px){.enb-account-menu__label{display:none}.enb-account-menu>summary{width:40px;padding:0}.enb-account-popover{right:-45px}.enb-auth-shell{grid-template-columns:1fr}.enb-auth-visual{min-height:auto}.enb-auth-timeline{grid-template-columns:repeat(3,1fr)}}
@media(max-width:900px){.enb-dashboard-layout{grid-template-columns:1fr}.enb-account-sidebar{position:static}.enb-account-nav{grid-template-columns:repeat(3,1fr)}.enb-account-nav a{justify-content:center;text-align:center}.enb-stat-grid{grid-template-columns:1fr 1fr}.enb-request-row{grid-template-columns:1fr}.enb-request-row>*{justify-self:start}}
@media(max-width:767px){.enb-account-menu{display:none}.enb-account-page{padding:20px 12px 48px}.enb-auth-card,.enb-auth-visual{border-radius:24px;padding:23px}.enb-auth-visual h1{font-size:38px}.enb-auth-timeline{grid-template-columns:1fr}.enb-auth-shell{gap:14px}.enb-dashboard-hero{border-radius:24px;padding:24px 20px}.enb-stat-grid{grid-template-columns:1fr}.enb-account-nav{grid-template-columns:1fr 1fr}.enb-profile-form{grid-template-columns:1fr}.enb-profile-form .enb-field--full{grid-column:auto}}
@media(max-width:430px){.enb-auth-visual{display:none}.enb-auth-card{padding:20px 17px}.enb-account-nav{grid-template-columns:1fr}.enb-mobile-account-card{padding:13px}.enb-mobile-account-card__actions{grid-template-columns:minmax(0,1fr) minmax(88px,.68fr)}}
html[data-theme="dark"] .enb-account-popover,html[data-theme="dark"] .enb-account-menu>summary,html[data-theme="dark"] .enb-auth-card,html[data-theme="dark"] .enb-dashboard-card,html[data-theme="dark"] .enb-account-sidebar{background:#0f172a;border-color:#334155;color:#e2e8f0}html[data-theme="dark"] .enb-account-popover:before{background:#0f172a;border-color:#334155}html[data-theme="dark"] .enb-account-popover__title,html[data-theme="dark"] .enb-account-popover__guest strong,html[data-theme="dark"] .enb-auth-card h2,html[data-theme="dark"] .enb-field label,html[data-theme="dark"] .enb-stat-card strong,html[data-theme="dark"] .enb-section-title h2,html[data-theme="dark"] .enb-request-row__title,html[data-theme="dark"] .enb-account-sidebar__user strong{color:#f8fafc}html[data-theme="dark"] .enb-field input{background:#111827;border-color:#475569;color:#f8fafc}
@media (min-width:1280px) and (max-width:1499px){
  html body header#siteHeader.enb-header nav#desktopMenu{--enb-header-action-reserve:282px!important;--enb-header-actions-w:282px!important}
  html body header#siteHeader.enb-header .enb-header-actions>a[href*="instagram.com"]{display:none!important}
  html body header#siteHeader.enb-header .enb-account-menu>summary{width:36px;min-width:36px;height:36px;padding:0}
  html body header#siteHeader.enb-header .enb-account-menu__label{display:none}
}
@media (min-width:1500px){
  html body header#siteHeader.enb-header nav#desktopMenu{--enb-header-action-reserve:390px!important;--enb-header-actions-w:390px!important}
  html body header#siteHeader.enb-header .enb-account-menu__label{display:none}
  html body header#siteHeader.enb-header .enb-account-menu>summary{width:40px;padding:0}
}
@media (min-width:1700px){html body header#siteHeader.enb-header nav#desktopMenu{--enb-header-action-reserve:410px!important;--enb-header-actions-w:410px!important}}

html[data-theme="dark"] .enb-mobile-account-card{background:linear-gradient(135deg,#172033,#174ea6 58%,#0b2f55);border-color:#334155}
html[data-theme="dark"] .enb-mobile-account-card strong{color:#f8fafc}
html[data-theme="dark"] .enb-mobile-account-card p{color:#cbd5e1}
html[data-theme="dark"] .enb-mobile-account-card__emoji,html[data-theme="dark"] .enb-mobile-account-card__actions a:last-child{background:#111827;border-color:#475569;color:#aecbfa}
html[data-theme="dark"] .enb-password-toggle{color:#94a3b8}
html[data-theme="dark"] .enb-password-toggle:hover{background:#1e293b;color:#aecbfa}

/* Hesabım v2: Google mavisi, kurumsal hesap ve mobil/masaüstü hesap türü aksiyonları */
.enb-account-actions__corporate{grid-column:1/-1;border:1px solid var(--enb-google-blue-border);background:var(--enb-google-blue-soft);color:var(--enb-google-blue-dark)}
.enb-account-actions__login:hover,.enb-auth-submit:hover{background:var(--enb-google-blue-hover)}
.enb-account-actions__register:hover,.enb-account-actions__corporate:hover{border-color:var(--enb-google-blue);color:var(--enb-google-blue-dark);background:#f8fbff}
.enb-mobile-account-card__actions--guest{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
.enb-mobile-account-card__actions--guest .enb-mobile-account-action--corporate{grid-column:1/-1;background:var(--enb-google-blue-soft);color:var(--enb-google-blue-dark);border:1px solid var(--enb-google-blue-border)}
.enb-mobile-account-action--primary{background:var(--enb-google-blue)!important;color:#fff!important;box-shadow:0 8px 18px rgba(66,133,244,.20)!important;border:1px solid var(--enb-google-blue)!important}
.enb-mobile-account-action--secondary{background:#fff!important;color:var(--enb-google-blue-dark)!important;border:1px solid var(--enb-google-blue-border)!important}
.enb-account-type-switch{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin:0 0 22px;padding:5px;border:1px solid #dbe4f0;border-radius:15px;background:#f8fafc}
.enb-account-type-switch a{display:flex;align-items:center;justify-content:center;min-height:42px;padding:8px 10px;border-radius:11px;color:#475569;font-size:12px;font-weight:900;text-decoration:none;transition:.2s}
.enb-account-type-switch a:hover{background:#fff;color:var(--enb-google-blue-dark)}
.enb-account-type-switch a.is-active{background:var(--enb-google-blue);color:#fff;box-shadow:0 8px 18px rgba(66,133,244,.22)}
.enb-auth-shell--wide{max-width:1180px;grid-template-columns:minmax(320px,.8fr) minmax(540px,1.2fr)}
.enb-auth-visual--corporate{background:linear-gradient(145deg,#0f172a,var(--enb-google-blue-dark) 56%,var(--enb-google-blue))}
.enb-account-page--corporate{background:radial-gradient(circle at 10% 0%,rgba(66,133,244,.17),transparent 34%),radial-gradient(circle at 92% 8%,rgba(52,168,83,.08),transparent 28%),#f8fafc}
.enb-field input,.enb-field select,.enb-field textarea{box-sizing:border-box;width:100%;min-height:49px;padding:12px 14px;border:1px solid #cbd5e1;border-radius:14px;background:#fff;color:#0f172a;font:inherit;font-size:16px;outline:none;transition:.2s}
.enb-field textarea{min-height:112px;resize:vertical;line-height:1.55}
.enb-field input:focus,.enb-field select:focus,.enb-field textarea:focus{border-color:var(--enb-google-blue);box-shadow:0 0 0 4px rgba(66,133,244,.14)}
.enb-auth-submit{background:var(--enb-google-blue)}
.enb-auth-submit--fit{width:auto;min-width:210px;padding:0 24px}
.enb-card-title{margin:0 0 18px;color:#0f172a;font-size:20px;font-weight:950}
.enb-account-badge{display:inline-flex!important;width:max-content;margin:0 0 8px!important;padding:5px 8px;border-radius:999px;background:var(--enb-google-blue-soft);color:var(--enb-google-blue-dark)!important;font-size:10px!important;font-weight:950!important;letter-spacing:.03em;text-transform:uppercase}
.enb-account-sidebar__user small{display:block;margin:3px 0;color:#475569;font-size:10px;line-height:1.4}
.enb-dashboard-hero--corporate{background:linear-gradient(135deg,var(--enb-google-blue-dark),var(--enb-google-blue))}
.enb-dashboard-hero--corporate:after{content:"🏢"}
@media(max-width:1100px){.enb-auth-shell--wide{grid-template-columns:1fr}}
@media(max-width:767px){.enb-auth-submit--fit{width:100%;min-width:0}.enb-account-type-switch{margin-bottom:18px}}
@media(max-width:430px){.enb-mobile-account-card__actions--guest{grid-template-columns:1fr}.enb-mobile-account-card__actions--guest .enb-mobile-account-action--corporate{grid-column:auto}}
html[data-theme="dark"] .enb-account-type-switch{background:#111827;border-color:#334155}
html[data-theme="dark"] .enb-account-type-switch a{color:#cbd5e1}
html[data-theme="dark"] .enb-field input,html[data-theme="dark"] .enb-field select,html[data-theme="dark"] .enb-field textarea{background:#111827;border-color:#475569;color:#f8fafc}
html[data-theme="dark"] .enb-account-badge{background:#193d73;color:#dbeafe!important}


html[data-theme="dark"] .enb-mobile-account-card__actions--guest .enb-mobile-account-action--corporate{background:#193d73;color:#dbeafe;border-color:#315f9e}
/* Global breadcrumb: header sonrası, main öncesi tek satır ve merkezli sayfa yolu */
body.enb-body {
  --enb-breadcrumb-accent: var(--enb-accent, #e11d48);
  --enb-breadcrumb-accent-dark: var(--enb-accent-dark, #be123c);
  --enb-breadcrumb-accent-rgb: 225, 29, 72;
  --enb-breadcrumb-muted: #64748b;
  --enb-breadcrumb-strong: #0f172a;
  --enb-breadcrumb-line: rgba(226, 232, 240, .86);
}

.enb-breadcrumb-shell {
  position: relative;
  z-index: 30;
  width: 100%;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0%, rgba(var(--enb-breadcrumb-accent-rgb), .08) 0%, transparent 58%),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,252,.94));
  border-top: 0;
  border-bottom: 1px solid var(--enb-breadcrumb-line);
  box-shadow: 0 4px 14px rgba(15, 23, 42, .032);
}

.enb-breadcrumb-shell::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(240px, 46vw);
  height: 1px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--enb-breadcrumb-accent), transparent);
  opacity: .42;
  pointer-events: none;
}

.enb-breadcrumb-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 1280px;
  min-width: 0;
  margin: 0 auto;
  padding: .28rem .9rem;
  overflow: visible;
  list-style: none;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
}

.enb-breadcrumb-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 0;
  max-width: none;
  color: var(--enb-breadcrumb-muted);
  font-size: .76rem;
  line-height: 1.32;
  letter-spacing: -.004em;
}

.enb-breadcrumb-item + .enb-breadcrumb-item::before {
  content: "›";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin: 0 .42rem;
  color: var(--enb-breadcrumb-accent);
  opacity: .62;
  font-size: .98rem;
  line-height: 1;
}

.enb-breadcrumb-link,
.enb-breadcrumb-current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 0;
  max-width: none;
  min-height: 1.18rem;
  border: 0;
  border-radius: 0;
  overflow: visible;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  background: transparent;
}

.enb-breadcrumb-text {
  display: inline-block;
  min-width: 0;
  max-width: none;
  overflow: visible;
  text-align: center;
  text-overflow: clip;
  white-space: nowrap;
}

.enb-breadcrumb-link {
  color: #475569;
  padding: .02rem .12rem;
  transition: color .16s ease, text-decoration-color .16s ease;
}

.enb-breadcrumb-link:hover,
.enb-breadcrumb-link:focus-visible {
  color: var(--enb-breadcrumb-accent-dark);
  background: transparent;
  outline: none;
  text-decoration: underline;
  text-decoration-color: rgba(var(--enb-breadcrumb-accent-rgb), .58);
  text-decoration-thickness: 2px;
  text-underline-offset: .24em;
}

.enb-breadcrumb-current {
  color: var(--enb-breadcrumb-accent-dark);
  font-weight: 850;
  padding: .02rem .12rem;
}

.enb-breadcrumb-item.is-current {
  flex: 0 0 auto;
}

.enb-breadcrumb-item.is-current .enb-breadcrumb-current {
  max-width: none;
}

/* =========================================================
   HEADER ↔ BREADCRUMB SEAM FIX
   Header'a bitişik durur ama breadcrumb'u inceltmez.
========================================================= */
body.enb-body .enb-breadcrumb-shell {
  margin-top: -1px !important;
  border-top: 0 !important;
  box-shadow: 0 3px 12px rgba(15,23,42,.026) !important;
}

body.enb-body .enb-breadcrumb-list {
  padding-top: .24rem !important;
  padding-bottom: .26rem !important;
}

@media (max-width: 768px) {
  .enb-breadcrumb-shell {
    box-shadow: none;
  }

  .enb-breadcrumb-list {
    justify-content: center;
    padding-left: .52rem;
    padding-right: .52rem;
  }

  .enb-breadcrumb-item {
    font-size: clamp(.58rem, 2.55vw, .70rem);
    line-height: 1.25;
    letter-spacing: -.012em;
  }

  .enb-breadcrumb-item + .enb-breadcrumb-item::before {
    margin: 0 clamp(.16rem, 1vw, .28rem);
    font-size: clamp(.72rem, 3vw, .9rem);
  }

  .enb-breadcrumb-link,
  .enb-breadcrumb-current {
    min-height: 1.08rem;
    padding: .02rem .06rem;
    border-radius: 0;
  }

  .enb-breadcrumb-link:hover,
  .enb-breadcrumb-link:focus-visible {
    background: transparent;
  }

  body.enb-body .enb-breadcrumb-list {
    padding-top: .20rem !important;
    padding-bottom: .22rem !important;
  }
}

@media (max-width: 420px) {
  .enb-breadcrumb-list {
    padding-left: .38rem;
    padding-right: .38rem;
  }

  .enb-breadcrumb-item {
    font-size: clamp(.54rem, 2.45vw, .65rem);
  }
}

@media (max-width: 360px) {
  .enb-breadcrumb-list {
    padding-left: .24rem;
    padding-right: .24rem;
  }

  .enb-breadcrumb-item {
    letter-spacing: -.02em;
  }
}

/* =========================================================
   Hizmet temalı breadcrumb renkleri
   Kare/chip yok; sadece yazı, ok ve alt ince ışık hizmet rengine döner.
   Kaynaktaki aktif hizmetler + hizmet alias sayfaları selector olarak kapsandı.
========================================================= */

/* Party Pink */
  body.enb-body.page-cinsiyet-partisi-organizasyonu,
  body.enb-body.page-dugun-organizasyonu,
  body.enb-body.page-evlilik-teklifi-organizasyonu,
  body.enb-body.page-nisan-organizasyonu {
  --enb-breadcrumb-accent: #db2777;
  --enb-breadcrumb-accent-dark: #be185d;
  --enb-breadcrumb-accent-rgb: 219,39,119;
}

/* Party Indigo */
  body.enb-body.page-acilis-organizasyonu,
  body.enb-body.page-kurumsal-etkinlik-organizasyonu,
  body.enb-body.page-parti-planlama,
  body.enb-body.page-sirket-piknigi-organizasyonu,
  body.enb-body.page-sunnet-organizasyonu {
  --enb-breadcrumb-accent: #4f46e5;
  --enb-breadcrumb-accent-dark: #4338ca;
  --enb-breadcrumb-accent-rgb: 79,70,229;
}

/* Kids Sky */
  body.enb-body.page-1-yas-dogum-gunu-organizasyon-fiyatlari,
  body.enb-body.page-bubble-house-kiralama,
  body.enb-body.page-cocuk-dogum-gunu-organizasyon,
  body.enb-body.page-cocuk-dogum-gunu-organizasyon-fiyatlari,
  body.enb-body.page-cocuk-dogum-gunu-organizasyonu,
  body.enb-body.page-cocuk-dogum-gunu-organizasyonu-fiyatlari,
  body.enb-body.page-cocuk-eglence-merkezi,
  body.enb-body.page-dogum-gunu-animator,
  body.enb-body.page-dogum-gunu-konsepti-kiralama-fiyatlari,
  body.enb-body.page-dogum-gunu-konseptleri,
  body.enb-body.page-dogum-gunu-organizasyon-cocuk,
  body.enb-body.page-dogum-gunu-organizasyon-fiyatlari,
  body.enb-body.page-dogum-gunu-organizasyon-kiralama,
  body.enb-body.page-dogum-gunu-organizasyon-paket-fiyatlari,
  body.enb-body.page-dogum-gunu-organizasyon-paketleri,
  body.enb-body.page-dogum-gunu-organizasyon-sirketi,
  body.enb-body.page-dogum-gunu-organizasyonu,
  body.enb-body.page-dogum-gunu-organizasyonu-fiyatlari,
  body.enb-body.page-dogum-gunu-organizasyonu-paketleri,
  body.enb-body.page-profesyonel-yuz-boyama,
  body.enb-body.page-sisme-oyun-parki-kiralama {
  --enb-breadcrumb-accent: #0284c7;
  --enb-breadcrumb-accent-dark: #0369a1;
  --enb-breadcrumb-accent-rgb: 2,132,199;
}

/* Kids Violet */
  body.enb-body.page-illuzyonist-kiralama,
  body.enb-body.page-maskot-kiralama,
  body.enb-body.page-sihirbaz-kiralama {
  --enb-breadcrumb-accent: #7c3aed;
  --enb-breadcrumb-accent-dark: #6d28d9;
  --enb-breadcrumb-accent-rgb: 124,58,237;
}

/* Kids Fun */
  body.enb-body.page-cocuk-palyaco-kiralama,
  body.enb-body.page-dogum-gunu-palyaco,
  body.enb-body.page-dogum-gunu-palyaco-kiralama,
  body.enb-body.page-jonglor-kiralama,
  body.enb-body.page-noel-baba-kiralama,
  body.enb-body.page-okul-senligi-palyaco,
  body.enb-body.page-palyaco-hizmeti-fiyatlari,
  body.enb-body.page-palyaco-is-ilanlari-istanbul,
  body.enb-body.page-palyaco-kiralama,
  body.enb-body.page-palyaco-kiralama-fiyatlari,
  body.enb-body.page-palyaco-kiralama-paketleri,
  body.enb-body.page-palyaco-organizasyon-sirketi,
  body.enb-body.page-palyaco-organizasyon-sirketleri,
  body.enb-body.page-profesyonel-palyaco-hizmeti,
  body.enb-body.page-tahtabacak-kiralama {
  --enb-breadcrumb-accent: #ca8a04;
  --enb-breadcrumb-accent-dark: #a16207;
  --enb-breadcrumb-accent-rgb: 202,138,4;
}

/* Music Fuchsia */
  body.enb-body.page-dj-kiralama,
  body.enb-body.page-muzik-organizasyonu,
  body.enb-body.page-ses-isik-sistemi-kiralama,
  body.enb-body.page-sunucu-kiralama {
  --enb-breadcrumb-accent: #c026d3;
  --enb-breadcrumb-accent-dark: #a21caf;
  --enb-breadcrumb-accent-rgb: 192,38,211;
}

/* Music Violet */
  body.enb-body.page-canli-muzik-grubu,
  body.enb-body.page-trio-muzik-ekibi,
  body.enb-body.page-trio-muzik-grubu {
  --enb-breadcrumb-accent: #7c3aed;
  --enb-breadcrumb-accent-dark: #6d28d9;
  --enb-breadcrumb-accent-rgb: 124,58,237;
}

/* Show Gold */
  body.enb-body.page-bando-takimi-kiralama,
  body.enb-body.page-darbukaci-kiralama,
  body.enb-body.page-fasil-ekibi-kiralama,
  body.enb-body.page-gelin-alma-bandosu,
  body.enb-body.page-kemanci-kiralama,
  body.enb-body.page-klarnetci-kiralama,
  body.enb-body.page-zaffe-sov-davul-sov {
  --enb-breadcrumb-accent: #b87518;
  --enb-breadcrumb-accent-dark: #92400e;
  --enb-breadcrumb-accent-rgb: 184,117,24;
}

/* Show Pink */
  body.enb-body.page-dansoz-kiralama,
  body.enb-body.page-oryantal-kiralama {
  --enb-breadcrumb-accent: #ec4899;
  --enb-breadcrumb-accent-dark: #db2777;
  --enb-breadcrumb-accent-rgb: 236,72,153;
}

/* Food Warm */
  body.enb-body.page-barbeku-partisi-organizasyonu,
  body.enb-body.page-donerci-kiralama,
  body.enb-body.page-mangal-partisi-organizasyonu,
  body.enb-body.page-popcorn-arabasi-kiralama,
  body.enb-body.page-salep-arabasi-kiralama,
  body.enb-body.page-waffle-standi-kiralama {
  --enb-breadcrumb-accent: #d97706;
  --enb-breadcrumb-accent-dark: #b45309;
  --enb-breadcrumb-accent-rgb: 217,119,6;
}

/* Food Pink */
  body.enb-body.page-cikolata-selalesi-kiralama,
  body.enb-body.page-dogum-gunu-pastasi,
  body.enb-body.page-osmanli-macunu-kiralama,
  body.enb-body.page-pamuk-seker-arabasi-kiralama {
  --enb-breadcrumb-accent: #ec4899;
  --enb-breadcrumb-accent-dark: #db2777;
  --enb-breadcrumb-accent-rgb: 236,72,153;
}

/* Food Cyan */
  body.enb-body.page-dondurma-arabasi-kiralama {
  --enb-breadcrumb-accent: #0891b2;
  --enb-breadcrumb-accent-dark: #0e7490;
  --enb-breadcrumb-accent-rgb: 8,145,178;
}

/* Hostess */
  body.enb-body.page-istanbul-acilis-hostesi,
  body.enb-body.page-barmen-kiralama,
  body.enb-body.page-bordrolama-hizmeti,
  body.enb-body.page-istanbul-dugun-karsilama-hostesi,
  body.enb-body.page-en-baba-hostes-ekibi,
  body.enb-body.page-istanbul-etkinlik-hostesi,
  body.enb-body.page-istanbul-fuar-hostesi,
  body.enb-body.page-istanbul-fuar-servis-hostesi,
  body.enb-body.page-istanbul-fuar-tercumani,
  body.enb-body.page-garson-kiralama,
  body.enb-body.page-gunluk-garson,
  body.enb-body.page-hostes-basvuru-formu,
  body.enb-body.page-istanbul-hostes-kiralama,
  body.enb-body.page-istanbul-fuar-hostes-ajansi,
  body.enb-body.page-personel-ajansi,
  body.enb-body.page-servis-elemani,
  body.enb-body.page-tuyap-fuar-hostesi {
  --enb-breadcrumb-accent: #e11d48;
  --enb-breadcrumb-accent-dark: #be123c;
  --enb-breadcrumb-accent-rgb: 225,29,72;
}

/* Transport */
  body.enb-body.page-aracli-sofor,
  body.enb-body.page-aracsiz-sofor,
  body.enb-body.page-etkinlik-vale-hizmeti,
  body.enb-body.page-gelin-arabasi-kiralama,
  body.enb-body.page-gunluk-sofor,
  body.enb-body.page-havaalani-transfer,
  body.enb-body.page-minibus-kiralama,
  body.enb-body.page-otobus-kiralama,
  body.enb-body.page-ozel-sofor-hizmeti,
  body.enb-body.page-saatlik-sofor,
  body.enb-body.page-sehirler-arasi-ozel-arac,
  body.enb-body.page-sehirler-arasi-transfer,
  body.enb-body.page-sofor-kiralama,
  body.enb-body.page-soforlu-arac-kiralama,
  body.enb-body.page-soforlu-vito-kiralama,
  body.enb-body.page-ulasim-hizmeti,
  body.enb-body.page-vale-hizmeti,
  body.enb-body.page-vip-arac-kiralama,
  body.enb-body.page-vip-transfer,
  body.enb-body.page-vito-gelin-arabasi-kiralama,
  body.enb-body.page-vito-kiralama {
  --enb-breadcrumb-accent: #0f172a;
  --enb-breadcrumb-accent-dark: #020617;
  --enb-breadcrumb-accent-rgb: 15,23,42;
}

/* Equipment */
  body.enb-body.page-bistro-masa-kiralama,
  body.enb-body.page-cadir-kiralama,
  body.enb-body.page-ekipman-kiralama,
  body.enb-body.page-kokteyl-masasi-kiralama,
  body.enb-body.page-led-ekran-kiralama,
  body.enb-body.page-masa-sandalye-kiralama,
  body.enb-body.page-sahne-podyum-kiralama,
  body.enb-body.page-ses-sistemi-kiralama {
  --enb-breadcrumb-accent: #334155;
  --enb-breadcrumb-accent-dark: #1e293b;
  --enb-breadcrumb-accent-rgb: 51,65,85;
}

/* Photo Video */
  body.enb-body.page-360-video-booth,
  body.enb-body.page-fotografci-kiralama,
  body.enb-body.page-istanbul-dogum-gunu-fotografcisi,
  body.enb-body.page-photobooth-kiralama {
  --enb-breadcrumb-accent: #2563eb;
  --enb-breadcrumb-accent-dark: #1d4ed8;
  --enb-breadcrumb-accent-rgb: 37,99,235;
}

/* Tour Blue */
  body.enb-body.page-almanca-turist-rehberi,
  body.enb-body.page-arapca-turist-rehberi,
  body.enb-body.page-cince-turist-rehberi,
  body.enb-body.page-farsca-turist-rehberi,
  body.enb-body.page-fransizca-turist-rehberi,
  body.enb-body.page-ingilizce-turist-rehberi,
  body.enb-body.page-ispanyolca-turist-rehberi,
  body.enb-body.page-istanbul-turist-rehberi,
  body.enb-body.page-italyanca-turist-rehberi,
  body.enb-body.page-japonca-turist-rehberi,
  body.enb-body.page-korece-turist-rehberi,
  body.enb-body.page-rusca-turist-rehberi,
  body.enb-body.page-tour-guide-istanbul {
  --enb-breadcrumb-accent: #0284c7;
  --enb-breadcrumb-accent-dark: #0369a1;
  --enb-breadcrumb-accent-rgb: 2,132,199;
}

/* Tour Green */
  body.enb-body.page-tur-organizasyonu {
  --enb-breadcrumb-accent: #059669;
  --enb-breadcrumb-accent-dark: #047857;
  --enb-breadcrumb-accent-rgb: 5,150,105;
}

/* Boat */
  body.enb-body.page-tekne-kiralama,
  body.enb-body.page-yat-kiralama {
  --enb-breadcrumb-accent: #0f766e;
  --enb-breadcrumb-accent-dark: #115e59;
  --enb-breadcrumb-accent-rgb: 15,118,110;
}

/* Corporate */
  body.enb-body.page-etkinlik-standlari-sokak-lezzetleri,
  body.enb-body.page-temsili-nikah-memuru-kiralama {
  --enb-breadcrumb-accent: #334155;
  --enb-breadcrumb-accent-dark: #1e293b;
  --enb-breadcrumb-accent-rgb: 51,65,85;
}
