: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}
