/* =========================================================
   VELAEA EA Lab Topbar Dashboard Actions 20260706
   Scope: ea-lab.html top-right actions only
   Standard: Notifications / aa Customer / Logout
========================================================= */

/* =========================================================
   EA Lab topbar no-flicker preboot/state lock
   Keeps the same EA Market layout from first paint, before JS validates auth.
========================================================= */
html.ea-lab-preboot body.ea-lab-page .lab-menu,
html.ea-lab-preboot body.ea-lab-page .lab-actions,
html.ea-lab-preboot body.ea-lab-page .lab-actions > *{
  transition:none!important;
}

body.ea-lab-page .lab-actions{
  min-width:570px;
  justify-content:flex-end;
}

html.is-ea-lab-authenticated body.ea-lab-page [data-community-login],
html.is-ea-lab-authenticated body.ea-lab-page [data-community-register]{
  display:none!important;
  visibility:hidden!important;
  pointer-events:none!important;
}

html.is-ea-lab-guest body.ea-lab-page [data-public-notifications],
html.is-ea-lab-guest body.ea-lab-page [data-community-profile],
html.is-ea-lab-guest body.ea-lab-page [data-community-logout],
html.is-ea-lab-guest body.ea-lab-page .velaea-public-notification-wrap{
  display:none!important;
  visibility:hidden!important;
  pointer-events:none!important;
}

html.is-ea-lab-authenticated body.ea-lab-page [data-public-notifications],
html.is-ea-lab-authenticated body.ea-lab-page [data-community-profile],
html.is-ea-lab-authenticated body.ea-lab-page [data-community-logout],
html.is-ea-lab-guest body.ea-lab-page [data-community-login],
html.is-ea-lab-guest body.ea-lab-page [data-community-register]{
  visibility:visible;
}

@media(max-width:1100px){
  body.ea-lab-page .lab-actions{min-width:0;}
}

body.ea-lab-page .lab-nav{
  gap:18px;
}

body.ea-lab-page .lab-actions{
  margin-left:auto;
}

body.ea-lab-page .lab-notify-btn,
body.ea-lab-page .lab-profile-pill,
body.ea-lab-page .lab-logout-btn{
  flex:0 0 auto;
}

body.ea-lab-page .lab-notify-btn{
  position:relative;
  overflow:visible;
  appearance:none;
  height:42px;
  min-height:42px;
  min-width:118px;
  padding:0 14px;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.035);
  color:#dce7f5;
  font-size:12px;
  font-weight:900;
  line-height:1;
  text-decoration:none;
  white-space:nowrap;
  cursor:pointer;
  box-shadow:none;
  transition:transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease;
}

body.ea-lab-page .lab-notify-btn:hover,
body.ea-lab-page .lab-notify-btn:focus-visible,
body.ea-lab-page .lab-notify-btn[aria-expanded="true"]{
  transform:translateY(-1px);
  color:#ffd76a;
  border-color:rgba(242,199,106,.52);
  background:linear-gradient(135deg,rgba(242,199,106,.18),rgba(255,255,255,.065));
  box-shadow:0 12px 30px rgba(242,199,106,.16), inset 0 1px 0 rgba(255,255,255,.08);
  outline:none;
}

body.ea-lab-page .lab-notify-btn .notify-dot{
  position:absolute;
  top:5px;
  right:6px;
  width:8px;
  height:8px;
  border-radius:999px;
  background:#ff4d5f;
  box-shadow:0 0 0 3px rgba(255,77,95,.18),0 0 18px rgba(255,77,95,.72);
}

body.ea-lab-page .lab-notify-btn:not(.has-unread) .notify-dot,
body.ea-lab-page .lab-notify-btn:not(.has-unread) .notify-count{
  display:none!important;
}

body.ea-lab-page .lab-profile-pill{
  height:42px;
  min-height:42px;
  min-width:112px;
  max-width:210px;
  padding:4px 10px 4px 6px;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  gap:9px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.035);
  color:#fff;
  box-shadow:none;
  text-decoration:none;
  overflow:hidden;
  transition:transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

body.ea-lab-page .lab-profile-pill:hover,
body.ea-lab-page .lab-profile-pill:focus-visible{
  transform:translateY(-1px);
  border-color:rgba(242,199,106,.54);
  background:linear-gradient(135deg,rgba(242,199,106,.15),rgba(255,255,255,.06));
  box-shadow:0 14px 34px rgba(242,199,106,.15), inset 0 1px 0 rgba(255,255,255,.07);
  outline:none;
}

body.ea-lab-page .lab-profile-avatar{
  position:relative;
  flex:0 0 32px;
  width:32px;
  height:32px;
  min-width:32px;
  border-radius:13px;
  display:grid;
  place-items:center;
  padding:0;
  margin:0;
  overflow:hidden;
  border:1px solid rgba(242,199,106,.34);
  background:#071421;
  color:#f2c76a;
  font-size:12px;
  font-weight:950;
  line-height:1;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.04),0 0 0 3px rgba(242,199,106,.08),0 0 18px rgba(242,199,106,.18);
}

body.ea-lab-page .lab-profile-avatar::after{
  display:none!important;
  content:none!important;
}

body.ea-lab-page .lab-profile-avatar img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:inherit;
  display:block;
}

body.ea-lab-page .lab-profile-copy{
  min-width:0;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  gap:2px;
  line-height:1;
}

body.ea-lab-page .lab-profile-name{
  display:block;
  max-width:82px;
  color:#fff;
  font-size:12px;
  font-weight:950;
  letter-spacing:.01em;
  line-height:1.05;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

body.ea-lab-page .lab-profile-role{
  display:block;
  max-width:82px;
  margin:0;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  background-image:none;
  box-shadow:none;
  color:#f2c76a;
  font-size:10px;
  font-weight:950;
  line-height:1.05;
  letter-spacing:.01em;
  font-style:normal;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  text-shadow:0 0 10px rgba(242,199,106,.18);
}

body.ea-lab-page .lab-logout-btn{
  appearance:none;
  height:42px;
  min-height:42px;
  min-width:88px;
  padding:0 18px;
  border:0;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#201404;
  background:linear-gradient(135deg,#ffe59b 0%,#d7a842 55%,#b98522 100%);
  box-shadow:0 16px 34px rgba(200,149,46,.28);
  font-size:12px;
  font-weight:950;
  line-height:1;
  cursor:pointer;
  white-space:nowrap;
  transition:transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

body.ea-lab-page .lab-logout-btn:hover,
body.ea-lab-page .lab-logout-btn:focus-visible{
  transform:translateY(-1px);
  filter:saturate(1.05) brightness(1.03);
  box-shadow:0 18px 38px rgba(200,149,46,.34), inset 0 1px 0 rgba(255,255,255,.22);
  outline:none;
}

/* Notification dropdown panel, same behavior/style as dashboard */
body.ea-lab-page .velaea-notification-wrap{
  position:relative;
  display:inline-flex;
  align-items:center;
  z-index:1200;
}

body.ea-lab-page .velaea-notification-panel{
  position:absolute;
  top:calc(100% + 14px);
  right:0;
  width:min(390px, calc(100vw - 28px));
  border:1px solid rgba(242,199,106,.20);
  border-radius:24px;
  background:
    radial-gradient(circle at 12% 0, rgba(242,199,106,.16), transparent 34%),
    linear-gradient(150deg, rgba(10,22,37,.98), rgba(2,8,17,.98));
  box-shadow:0 30px 80px rgba(0,0,0,.48),0 0 0 1px rgba(255,255,255,.04) inset;
  backdrop-filter:blur(22px);
  padding:14px;
  transform-origin:top right;
  animation:velaeaEaLabNotifIn .16s ease-out both;
  z-index:1600;
}

@keyframes velaeaEaLabNotifIn{
  from{opacity:0;transform:translateY(-8px) scale(.98)}
  to{opacity:1;transform:translateY(0) scale(1)}
}

body.ea-lab-page .velaea-notification-panel::before{
  content:'';
  position:absolute;
  top:-8px;
  right:28px;
  width:14px;
  height:14px;
  transform:rotate(45deg);
  background:rgba(10,22,37,.98);
  border-left:1px solid rgba(242,199,106,.18);
  border-top:1px solid rgba(242,199,106,.18);
}

body.ea-lab-page .velaea-notification-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  padding:4px 4px 12px;
  border-bottom:1px solid rgba(255,255,255,.07);
}

body.ea-lab-page .velaea-notification-head p{
  margin:0 0 2px;
  color:#f2c76a;
  font-size:11px;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
}

body.ea-lab-page .velaea-notification-head h3{
  margin:0;
  color:#fff;
  font-size:18px;
  line-height:1.1;
}

body.ea-lab-page .velaea-notification-readall{
  height:34px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid rgba(242,199,106,.22);
  background:rgba(242,199,106,.08);
  color:#f2c76a;
  font-size:11px;
  font-weight:950;
  cursor:pointer;
}

body.ea-lab-page .velaea-notification-readall:hover{
  border-color:rgba(242,199,106,.48);
  background:rgba(242,199,106,.15);
}

body.ea-lab-page .velaea-notification-list{
  display:grid;
  gap:8px;
  max-height:min(430px, calc(100vh - 230px));
  overflow:auto;
  padding:12px 2px 10px;
}

body.ea-lab-page .velaea-notification-item{
  width:100%;
  display:grid;
  grid-template-columns:36px minmax(0,1fr) 8px;
  align-items:center;
  gap:10px;
  padding:10px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.07);
  background:rgba(255,255,255,.035);
  color:inherit;
  text-align:left;
  cursor:pointer;
}

body.ea-lab-page .velaea-notification-item:hover{
  border-color:rgba(242,199,106,.22);
  background:rgba(242,199,106,.08);
}

body.ea-lab-page .velaea-notification-item.is-read{opacity:.72}
body.ea-lab-page .velaea-notification-icon{
  width:36px;
  height:36px;
  border-radius:13px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#ffe59b,#c8952e);
  color:#151005;
  font-size:15px;
  font-weight:950;
}

body.ea-lab-page .velaea-notification-item.tone-warning .velaea-notification-icon{background:linear-gradient(135deg,#ffd67b,#d08b1c)}
body.ea-lab-page .velaea-notification-item.tone-danger .velaea-notification-icon{background:linear-gradient(135deg,#ff8a99,#d9354f);color:#fff}
body.ea-lab-page .velaea-notification-item.tone-success .velaea-notification-icon{background:linear-gradient(135deg,#91f5b5,#31b970);color:#062014}

body.ea-lab-page .velaea-notification-copy{
  min-width:0;
  display:grid;
  gap:3px;
}

body.ea-lab-page .velaea-notification-copy b{
  color:#fff;
  font-size:13px;
  line-height:1.2;
}

body.ea-lab-page .velaea-notification-copy em{
  color:#aebfd4;
  font-size:11px;
  line-height:1.35;
  font-style:normal;
}

body.ea-lab-page .velaea-notification-copy small{
  color:#73859a;
  font-size:10px;
}

body.ea-lab-page .velaea-notification-unread{
  width:8px;
  height:8px;
  border-radius:999px;
  background:#ff4d5f;
  box-shadow:0 0 12px rgba(255,77,95,.52);
}

body.ea-lab-page .velaea-notification-empty{
  min-height:112px;
  display:grid;
  place-items:center;
  align-content:center;
  gap:10px;
  text-align:center;
  border:1px dashed rgba(242,199,106,.22);
  border-radius:18px;
  color:#aebfd4;
  padding:18px;
}

body.ea-lab-page .velaea-notification-empty strong{
  color:#fff;
  font-size:14px;
  font-weight:950;
}

body.ea-lab-page .velaea-notification-empty span{
  max-width:270px;
  font-size:12px;
  line-height:1.55;
}

body.ea-lab-page .velaea-notification-foot{
  padding:8px 4px 2px;
  border-top:1px solid rgba(255,255,255,.06);
  color:#71849d;
  font-size:11px;
}

html[data-theme="light"] body.ea-lab-page .lab-notify-btn,
html[data-theme="light"] body.ea-lab-page .lab-profile-pill{
  background:rgba(255,255,255,.82);
  color:#061a2f;
  border-color:rgba(200,149,46,.28);
  box-shadow:0 10px 26px rgba(8,24,42,.07);
}

html[data-theme="light"] body.ea-lab-page .lab-profile-name{
  color:#061a2f;
}

html[data-theme="light"] body.ea-lab-page .lab-profile-role{
  color:#9c6b12;
  -webkit-text-fill-color:#9c6b12;
}

html[data-theme="light"] body.ea-lab-page .lab-profile-avatar{
  background:#fff;
  color:#061a2f;
  border-color:rgba(200,149,46,.28);
}

html[data-theme="light"] body.ea-lab-page .velaea-notification-panel{
  background:
    radial-gradient(circle at 12% 0, rgba(200,149,46,.12), transparent 34%),
    linear-gradient(150deg, rgba(255,255,255,.98), rgba(244,247,251,.98));
  box-shadow:0 30px 80px rgba(8,24,42,.18),0 0 0 1px rgba(255,255,255,.75) inset;
}

html[data-theme="light"] body.ea-lab-page .velaea-notification-panel::before{
  background:rgba(255,255,255,.98);
}

/* Dashboard topbar height parity */
body.ea-lab-page .lab-header{
  min-height:72px!important;
  height:72px!important;
  background:rgba(2,8,20,.88)!important;
  border-bottom:1px solid rgba(242,199,106,.13)!important;
  box-shadow:none!important;
}

body.ea-lab-page .lab-nav{
  height:72px!important;
  min-height:72px!important;
  gap:12px!important;
  padding:0!important;
}

body.ea-lab-page .lab-actions{
  display:inline-flex!important;
  align-items:center!important;
  gap:12px!important;
  margin-left:auto!important;
}

body.ea-lab-page .lab-theme-toggle{
  width:114px!important;
  min-width:114px!important;
  height:40px!important;
  min-height:40px!important;
  padding:0 12px!important;
  border-radius:12px!important;
  border-color:rgba(255,255,255,.08)!important;
  background:rgba(255,255,255,.035)!important;
  box-shadow:none!important;
}

body.ea-lab-page .lab-language-switcher,
body.ea-lab-page .lab-language-switcher .lang-trigger{
  width:135px!important;
  min-width:135px!important;
  height:40px!important;
  min-height:40px!important;
}

body.ea-lab-page .lab-language-switcher .lang-trigger{
  padding:0 12px!important;
  border-radius:14px!important;
  border-color:rgba(242,199,106,.34)!important;
  background:rgba(255,255,255,.035)!important;
}

body.ea-lab-page .lab-notify-btn{
  width:105px!important;
  min-width:105px!important;
  height:40px!important;
  min-height:40px!important;
  padding:0 12px!important;
  border-radius:12px!important;
}

body.ea-lab-page .lab-profile-pill{
  width:123px!important;
  min-width:123px!important;
  max-width:123px!important;
  height:52px!important;
  min-height:52px!important;
  padding:6px 12px 6px 6px!important;
  border-radius:14px!important;
}

body.ea-lab-page .lab-profile-avatar{
  flex:0 0 38px!important;
  width:38px!important;
  height:38px!important;
  min-width:38px!important;
  border-radius:12px!important;
  background:linear-gradient(135deg,#142237,#081522)!important;
  color:#fff!important;
}

body.ea-lab-page .lab-profile-name,
body.ea-lab-page .lab-profile-role{
  max-width:58px!important;
}

body.ea-lab-page .lab-logout-btn{
  width:76px!important;
  min-width:76px!important;
  height:40px!important;
  min-height:40px!important;
  padding:0 16px!important;
  border-radius:12px!important;
}

@media(max-width:900px){
  body.ea-lab-page .lab-header{
    height:62px!important;
    min-height:62px!important;
  }

  body.ea-lab-page .lab-nav{
    height:62px!important;
    min-height:62px!important;
    flex-wrap:nowrap!important;
    gap:8px!important;
    padding:0 12px!important;
  }

  body.ea-lab-page .lab-brand img{
    width:92px!important;
    max-height:40px!important;
  }

  body.ea-lab-page .lab-menu,
  body.ea-lab-page .velaea-notification-wrap,
  body.ea-lab-page .lab-notify-btn{
    display:none!important;
  }

  body.ea-lab-page .lab-actions{
    gap:8px!important;
    margin-left:auto!important;
  }

  body.ea-lab-page .lab-theme-toggle{
    width:38px!important;
    min-width:38px!important;
    height:38px!important;
    min-height:38px!important;
    padding:0!important;
  }

  body.ea-lab-page .lab-language-switcher{
    width:38px!important;
    min-width:38px!important;
  }

  body.ea-lab-page .lab-language-switcher .lang-trigger{
    width:38px!important;
    min-width:38px!important;
    height:40px!important;
    min-height:40px!important;
    padding:0!important;
  }

  body.ea-lab-page .lab-language-switcher .lang-current-text,
  body.ea-lab-page .lab-language-switcher .lang-chevron,
  body.ea-lab-page .lab-theme-toggle .theme-text,
  body.ea-lab-page .lab-profile-copy{
    display:none!important;
  }

  body.ea-lab-page .lab-profile-pill{
    width:50px!important;
    min-width:50px!important;
    max-width:50px!important;
    height:40px!important;
    min-height:40px!important;
    padding:4px!important;
    justify-content:center!important;
  }

  body.ea-lab-page .lab-profile-avatar{
    width:32px!important;
    height:32px!important;
    min-width:32px!important;
    flex-basis:32px!important;
  }

  body.ea-lab-page .lab-logout-btn{
    display:none!important;
  }
}

html[data-theme="light"] body.ea-lab-page .velaea-notification-head h3,
html[data-theme="light"] body.ea-lab-page .velaea-notification-copy b,
html[data-theme="light"] body.ea-lab-page .velaea-notification-empty strong{
  color:#061a2f;
}

html[data-theme="light"] body.ea-lab-page .velaea-notification-copy em,
html[data-theme="light"] body.ea-lab-page .velaea-notification-empty{
  color:#657386;
}

html[data-theme="light"] body.ea-lab-page .velaea-notification-item{
  background:rgba(255,255,255,.70);
  border-color:rgba(8,24,42,.08);
}

@media (max-width:1320px){
  body.ea-lab-page .lab-notify-btn{
    width:42px;
    min-width:42px;
    padding:0;
  }
  body.ea-lab-page .lab-notify-text{
    position:absolute!important;
    width:1px!important;
    height:1px!important;
    overflow:hidden!important;
    clip:rect(0 0 0 0)!important;
    white-space:nowrap!important;
  }
  body.ea-lab-page .lab-notify-btn::before{
    content:'🔔';
    font-size:14px;
    line-height:1;
  }
  body.ea-lab-page .lab-profile-pill{
    min-width:78px;
    max-width:118px;
    padding-right:8px;
  }
  body.ea-lab-page .lab-profile-role{
    display:none;
  }
  body.ea-lab-page .lab-profile-name{
    max-width:58px;
  }
}

@media (max-width:980px){
  body.ea-lab-page .lab-notify-btn{
    display:none!important;
  }
  body.ea-lab-page .lab-profile-pill{
    min-width:42px;
    width:42px;
    padding:4px;
    justify-content:center;
  }
  body.ea-lab-page .lab-profile-copy{
    display:none;
  }
  body.ea-lab-page .lab-logout-btn{
    min-width:76px;
    padding:0 12px;
  }
  body.ea-lab-page .velaea-notification-panel{
    position:fixed;
    top:76px;
    left:12px;
    right:12px;
    width:auto;
  }
}

@media (max-width:620px){
  body.ea-lab-page .lab-logout-btn{
    display:none!important;
  }
}

/* =========================================================
   20260710 - EA Lab action buttons aligned to EA Market topbar
   Scope: top-right action cluster only.
   ========================================================= */
body.ea-lab-page .lab-actions > .velaea-public-notification-wrap,
body.ea-lab-page .lab-actions > .velaea-notification-wrap{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  flex:0 0 auto!important;
  z-index:1200!important;
}
body.ea-lab-page .lab-actions .velaea-public-notification-wrap > .lab-notify-btn,
body.ea-lab-page .lab-actions .velaea-notification-wrap > .lab-notify-btn,
body.ea-lab-page .lab-notify-btn{
  height:40px!important;
  min-height:40px!important;
  min-width:40px!important;
  padding:0 12px!important;
  border-radius:12px!important;
  border:1px solid rgba(255,255,255,.08)!important;
  background:rgba(255,255,255,.035)!important;
  color:#dce7f5!important;
  font:900 12px/1 Inter,'Noto Sans Thai',sans-serif!important;
  box-shadow:none!important;
}
body.ea-lab-page .lab-actions .velaea-public-notification-wrap > .lab-notify-btn:hover,
body.ea-lab-page .lab-actions .velaea-public-notification-wrap > .lab-notify-btn:focus-visible,
body.ea-lab-page .lab-actions .velaea-public-notification-wrap > .lab-notify-btn.is-open,
body.ea-lab-page .lab-actions .velaea-notification-wrap > .lab-notify-btn:hover,
body.ea-lab-page .lab-actions .velaea-notification-wrap > .lab-notify-btn:focus-visible,
body.ea-lab-page .lab-actions .velaea-notification-wrap > .lab-notify-btn.is-open,
body.ea-lab-page .lab-notify-btn:hover,
body.ea-lab-page .lab-notify-btn:focus-visible,
body.ea-lab-page .lab-notify-btn[aria-expanded="true"]{
  transform:translateY(-1px)!important;
  color:#ffd76a!important;
  border-color:rgba(242,199,106,.52)!important;
  background:linear-gradient(135deg,rgba(242,199,106,.18),rgba(255,255,255,.065))!important;
  box-shadow:0 12px 30px rgba(242,199,106,.16), inset 0 1px 0 rgba(255,255,255,.08)!important;
  outline:none!important;
}
body.ea-lab-page .lab-profile-pill{
  height:40px!important;
  min-height:40px!important;
  min-width:108px!important;
  max-width:210px!important;
  padding:4px 10px 4px 6px!important;
  border-radius:12px!important;
  border:1px solid rgba(255,255,255,.08)!important;
  background:rgba(255,255,255,.035)!important;
  box-shadow:none!important;
}
body.ea-lab-page .lab-profile-avatar{
  flex:0 0 30px!important;
  width:30px!important;
  height:30px!important;
  min-width:30px!important;
  border-radius:12px!important;
}
body.ea-lab-page .lab-profile-name{
  max-width:82px!important;
  font-size:12px!important;
}
body.ea-lab-page .lab-profile-role{
  max-width:82px!important;
  color:#f2c76a!important;
  font-size:10px!important;
}
body.ea-lab-page .lab-logout-btn{
  height:40px!important;
  min-height:40px!important;
  min-width:88px!important;
  padding:0 18px!important;
  border-radius:12px!important;
  background:linear-gradient(135deg,#ffe59b 0%,#d7a842 55%,#b98522 100%)!important;
  box-shadow:0 16px 34px rgba(200,149,46,.28)!important;
  color:#201404!important;
  font-size:12px!important;
  font-weight:950!important;
}
body.ea-lab-page .lab-logout-btn:hover,
body.ea-lab-page .lab-logout-btn:focus-visible{
  transform:translateY(-1px)!important;
  filter:saturate(1.05) brightness(1.03)!important;
  box-shadow:0 18px 38px rgba(200,149,46,.34), inset 0 1px 0 rgba(255,255,255,.22)!important;
  outline:none!important;
}
html[data-theme="light"] body.ea-lab-page .lab-notify-btn,
html[data-theme="light"] body.ea-lab-page .lab-profile-pill{
  background:rgba(255,255,255,.72)!important;
  border-color:rgba(15,23,42,.10)!important;
  color:#102235!important;
}
@media(max-width:720px){
  body.ea-lab-page .lab-notify-btn{
    width:42px!important;
    min-width:42px!important;
    padding:0!important;
  }
  body.ea-lab-page .lab-notify-text{display:none!important;}
  body.ea-lab-page .lab-profile-pill{
    width:42px!important;
    min-width:42px!important;
    padding:0!important;
    justify-content:center!important;
  }
  body.ea-lab-page .lab-profile-copy{display:none!important;}
  body.ea-lab-page .lab-logout-btn{
    width:42px!important;
    min-width:42px!important;
    padding:0!important;
    overflow:hidden!important;
    color:transparent!important;
    position:relative!important;
  }
  body.ea-lab-page .lab-logout-btn::after{
    content:'↪';
    position:absolute;
    inset:0;
    display:grid;
    place-items:center;
    color:#201404;
    font-size:17px;
    font-weight:950;
  }
}


/* =========================================================
   20260710 - EA Lab Topbar Final Parity With EA Market Reference
   Scope: header/menu/action cluster only.
   Reference: ea-community.html#ea-market top navigation.
   ========================================================= */
body.ea-lab-page .lab-header{
  height:66px!important;
  min-height:66px!important;
  z-index:300!important;
  background:rgba(2,8,20,.82)!important;
  border-bottom:1px solid rgba(242,199,106,.14)!important;
  backdrop-filter:blur(18px)!important;
  -webkit-backdrop-filter:blur(18px)!important;
  box-shadow:none!important;
}

body.ea-lab-page .lab-shell.lab-nav,
body.ea-lab-page .lab-nav{
  width:min(1260px,calc(100% - 40px))!important;
  height:66px!important;
  min-height:66px!important;
  margin:0 auto!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
  gap:18px!important;
  flex-wrap:nowrap!important;
  overflow:visible!important;
}

body.ea-lab-page .lab-brand{
  flex:0 0 auto!important;
  display:flex!important;
  align-items:center!important;
  margin:0!important;
}

body.ea-lab-page .lab-brand img{
  width:118px!important;
  max-height:52px!important;
  object-fit:contain!important;
  display:block!important;
  filter:drop-shadow(0 10px 24px rgba(242,199,106,.12))!important;
}

body.ea-lab-page .lab-menu{
  display:flex!important;
  align-items:center!important;
  gap:6px!important;
  margin-left:auto!important;
  margin-right:0!important;
  padding:0!important;
  border:0!important;
  width:auto!important;
  flex:0 0 auto!important;
  min-width:0!important;
  overflow:visible!important;
}

body.ea-lab-page .lab-menu a{
  min-height:0!important;
  height:auto!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:10px 12px!important;
  border-radius:13px!important;
  border:1px solid transparent!important;
  background:transparent!important;
  color:#9fb0c3!important;
  font-size:12.5px!important;
  font-weight:900!important;
  line-height:1!important;
  letter-spacing:.01em!important;
  white-space:nowrap!important;
  text-decoration:none!important;
  transform:none!important;
  box-shadow:none!important;
}

body.ea-lab-page .lab-menu a:hover,
body.ea-lab-page .lab-menu a:focus-visible,
body.ea-lab-page .lab-menu a.active,
body.ea-lab-page .lab-menu a.is-active,
body.ea-lab-page .lab-menu a.velaea-nav-current,
body.ea-lab-page .lab-menu a[aria-current="page"]{
  color:#f2c76a!important;
  background:rgba(242,199,106,.08)!important;
  border-color:transparent!important;
  outline:none!important;
}

body.ea-lab-page .lab-actions{
  margin-left:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:8px!important;
  flex:0 0 auto!important;
  min-width:0!important;
  max-width:none!important;
  overflow:visible!important;
  position:relative!important;
  z-index:320!important;
}

body.ea-lab-page .lab-theme-toggle,
body.ea-lab-page .lab-language-switcher .lang-trigger{
  width:auto!important;
  min-width:0!important;
  max-width:none!important;
  height:38px!important;
  min-height:38px!important;
  padding:0 12px!important;
  border:1px solid rgba(242,199,106,.22)!important;
  border-radius:14px!important;
  background:rgba(255,255,255,.05)!important;
  color:#eef5ff!important;
  box-shadow:none!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  flex:0 0 auto!important;
  font-size:12px!important;
  font-weight:900!important;
  line-height:1!important;
  white-space:nowrap!important;
  text-align:center!important;
}

body.ea-lab-page .lab-theme-toggle .theme-text,
body.ea-lab-page .lab-language-switcher .lang-current-text,
body.ea-lab-page .lab-language-switcher .lang-chevron,
body.ea-lab-page .lab-notify-text{
  display:inline-flex!important;
  align-items:center!important;
  white-space:nowrap!important;
  line-height:1!important;
}

body.ea-lab-page .lab-language-switcher{
  width:auto!important;
  min-width:0!important;
  max-width:none!important;
  flex:0 0 auto!important;
  overflow:visible!important;
}

body.ea-lab-page .lab-language-switcher .lang-current-flag,
body.ea-lab-page .lab-language-switcher .lang-current-img{
  flex:0 0 auto!important;
}

body.ea-lab-page .lab-notify-btn{
  width:auto!important;
  min-width:105px!important;
  max-width:none!important;
  height:38px!important;
  min-height:38px!important;
  padding:0 14px!important;
  border-radius:14px!important;
  border:1px solid rgba(255,255,255,.08)!important;
  background:rgba(255,255,255,.035)!important;
  color:#dce7f5!important;
  box-shadow:none!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 auto!important;
  font-size:12px!important;
  font-weight:900!important;
  line-height:1!important;
  white-space:nowrap!important;
}

body.ea-lab-page .lab-profile-pill{
  width:auto!important;
  min-width:112px!important;
  max-width:210px!important;
  height:42px!important;
  min-height:42px!important;
  padding:4px 10px 4px 6px!important;
  border-radius:14px!important;
  gap:9px!important;
  border:1px solid rgba(255,255,255,.08)!important;
  background:rgba(255,255,255,.035)!important;
  box-shadow:none!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  flex:0 0 auto!important;
  overflow:hidden!important;
}

body.ea-lab-page .lab-profile-avatar{
  flex:0 0 32px!important;
  width:32px!important;
  height:32px!important;
  min-width:32px!important;
  border-radius:13px!important;
}

body.ea-lab-page .lab-profile-copy{
  min-width:0!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  gap:2px!important;
  line-height:1!important;
}

body.ea-lab-page .lab-profile-name,
body.ea-lab-page .lab-profile-role{
  max-width:82px!important;
  line-height:1.05!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

body.ea-lab-page .lab-logout-btn{
  width:auto!important;
  min-width:88px!important;
  height:42px!important;
  min-height:42px!important;
  padding:0 18px!important;
  border-radius:14px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 auto!important;
  white-space:nowrap!important;
}

body.ea-lab-page .lab-theme-toggle:hover,
body.ea-lab-page .lab-theme-toggle:focus-visible,
body.ea-lab-page .lab-language-switcher .lang-trigger:hover,
body.ea-lab-page .lab-language-switcher .lang-trigger:focus-visible,
body.ea-lab-page .lab-notify-btn:hover,
body.ea-lab-page .lab-notify-btn:focus-visible,
body.ea-lab-page .lab-profile-pill:hover,
body.ea-lab-page .lab-profile-pill:focus-visible{
  transform:translateY(-1px)!important;
  border-color:rgba(242,199,106,.48)!important;
  background:rgba(242,199,106,.10)!important;
  box-shadow:none!important;
  outline:none!important;
}

html[data-theme="light"] body.ea-lab-page .lab-header{
  background:rgba(255,255,255,.82)!important;
  border-bottom-color:rgba(200,149,46,.18)!important;
}

html[data-theme="light"] body.ea-lab-page .lab-menu a{
  color:#52647a!important;
}

html[data-theme="light"] body.ea-lab-page .lab-menu a:hover,
html[data-theme="light"] body.ea-lab-page .lab-menu a:focus-visible,
html[data-theme="light"] body.ea-lab-page .lab-menu a.active,
html[data-theme="light"] body.ea-lab-page .lab-menu a.is-active,
html[data-theme="light"] body.ea-lab-page .lab-menu a.velaea-nav-current,
html[data-theme="light"] body.ea-lab-page .lab-menu a[aria-current="page"]{
  color:#8b5b0e!important;
  background:rgba(242,199,106,.18)!important;
}

html[data-theme="light"] body.ea-lab-page .lab-theme-toggle,
html[data-theme="light"] body.ea-lab-page .lab-language-switcher .lang-trigger,
html[data-theme="light"] body.ea-lab-page .lab-notify-btn,
html[data-theme="light"] body.ea-lab-page .lab-profile-pill{
  background:rgba(255,255,255,.70)!important;
  border-color:rgba(200,149,46,.18)!important;
  color:#102235!important;
}

@media(max-width:760px){
  body.ea-lab-page .lab-header{
    height:auto!important;
    min-height:68px!important;
  }

  body.ea-lab-page .lab-shell.lab-nav,
  body.ea-lab-page .lab-nav{
    width:min(100% - 24px,1260px)!important;
    height:auto!important;
    min-height:68px!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    gap:8px!important;
    padding:10px 0!important;
  }

  body.ea-lab-page .lab-brand{
    order:1!important;
  }

  body.ea-lab-page .lab-brand img{
    width:104px!important;
    max-height:42px!important;
  }

  body.ea-lab-page .lab-actions{
    order:2!important;
    margin-left:auto!important;
    gap:7px!important;
    max-width:calc(100vw - 150px)!important;
    overflow-x:auto!important;
    overflow-y:visible!important;
    scrollbar-width:none!important;
  }

  body.ea-lab-page .lab-actions::-webkit-scrollbar{
    display:none!important;
  }

  body.ea-lab-page .lab-menu{
    order:3!important;
    width:100%!important;
    margin-left:0!important;
    display:flex!important;
    gap:6px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    padding:5px 0 4px!important;
    -webkit-overflow-scrolling:touch!important;
    scrollbar-width:none!important;
  }

  body.ea-lab-page .lab-menu::-webkit-scrollbar{
    display:none!important;
  }

  body.ea-lab-page .lab-theme-toggle,
  body.ea-lab-page .lab-language-switcher .lang-trigger{
    width:40px!important;
    min-width:40px!important;
    height:40px!important;
    min-height:40px!important;
    padding:0!important;
  }

  body.ea-lab-page .lab-theme-toggle .theme-text,
  body.ea-lab-page .lab-language-switcher .lang-current-text,
  body.ea-lab-page .lab-language-switcher .lang-chevron{
    display:none!important;
  }
}

/* =========================================================
   VELAEA EA Lab Topbar Exact Match to EA Market 20260710
   Scope: desktop top navigation only. The EA Market page is the source of truth.
========================================================= */
body.ea-lab-page .lab-actions [hidden],
body.ea-lab-page .lab-actions .velaea-public-notification-wrap[hidden]{
  display:none!important;
}

html.is-ea-lab-auth-pending body.ea-lab-page .lab-actions [data-public-notifications],
html.is-ea-lab-auth-pending body.ea-lab-page .lab-actions .velaea-public-notification-wrap,
html.is-ea-lab-auth-pending body.ea-lab-page .lab-profile-pill,
html.is-ea-lab-auth-pending body.ea-lab-page .lab-logout-btn,
html.is-ea-lab-auth-pending body.ea-lab-page .community-guest-auth-btn,
body.ea-lab-auth-pending .lab-actions [data-public-notifications],
body.ea-lab-auth-pending .lab-actions .velaea-public-notification-wrap,
body.ea-lab-auth-pending .lab-profile-pill,
body.ea-lab-auth-pending .lab-logout-btn,
body.ea-lab-auth-pending .community-guest-auth-btn{
  display:none!important;
  visibility:hidden!important;
  pointer-events:none!important;
}

html.is-ea-lab-guest body.ea-lab-page .lab-actions [data-public-notifications],
html.is-ea-lab-guest body.ea-lab-page .lab-actions .velaea-public-notification-wrap,
html.is-ea-lab-guest body.ea-lab-page .lab-profile-pill,
html.is-ea-lab-guest body.ea-lab-page .lab-logout-btn,
body.ea-lab-guest .lab-actions [data-public-notifications],
body.ea-lab-guest .lab-actions .velaea-public-notification-wrap,
body.ea-lab-guest .lab-profile-pill,
body.ea-lab-guest .lab-logout-btn{
  display:none!important;
  visibility:hidden!important;
  pointer-events:none!important;
}

html.is-ea-lab-authenticated body.ea-lab-page .community-guest-auth-btn,
body.ea-lab-authenticated .community-guest-auth-btn{
  display:none!important;
  visibility:hidden!important;
  pointer-events:none!important;
}

body.ea-lab-page .lab-actions > .velaea-public-notification-wrap{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  flex:0 0 auto!important;
  z-index:1200!important;
}

@media (min-width:901px){
  body.ea-lab-page .lab-header{
    min-height:0!important;
    height:auto!important;
    position:sticky!important;
    top:0!important;
    z-index:100!important;
    background:rgba(2,8,20,.82)!important;
    border-bottom:1px solid rgba(242,199,106,.14)!important;
    backdrop-filter:blur(18px)!important;
    box-shadow:none!important;
  }

  body.ea-lab-page .lab-shell.lab-nav{
    width:min(1260px,calc(100% - 40px))!important;
    margin:0 auto!important;
  }

  body.ea-lab-page .lab-nav{
    height:66px!important;
    min-height:66px!important;
    padding:0!important;
    display:flex!important;
    align-items:center!important;
    gap:18px!important;
    flex-wrap:nowrap!important;
  }

  body.ea-lab-page .lab-brand{
    display:flex!important;
    align-items:center!important;
    flex:0 0 auto!important;
  }

  body.ea-lab-page .lab-brand img{
    width:118px!important;
    max-width:118px!important;
    max-height:52px!important;
    object-fit:contain!important;
    display:block!important;
    filter:drop-shadow(0 10px 24px rgba(242,199,106,.12))!important;
  }

  body.ea-lab-page .lab-menu{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:6px!important;
    margin-left:auto!important;
    flex:0 0 auto!important;
    width:auto!important;
  }

  body.ea-lab-page .lab-menu a{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:0!important;
    padding:10px 12px!important;
    border-radius:13px!important;
    background:transparent!important;
    color:#dce6f2!important;
    font-size:12.5px!important;
    font-weight:900!important;
    line-height:1!important;
    letter-spacing:.01em!important;
    white-space:nowrap!important;
    text-decoration:none!important;
    box-shadow:none!important;
  }

  body.ea-lab-page .lab-menu a:hover,
  body.ea-lab-page .lab-menu a.active,
  body.ea-lab-page .lab-menu a[aria-current="page"]{
    color:#f2c76a!important;
    background:rgba(242,199,106,.08)!important;
    box-shadow:none!important;
  }

  body.ea-lab-page .lab-actions{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:8px!important;
    margin-left:0!important;
    flex:0 0 auto!important;
    width:auto!important;
    max-width:none!important;
    position:relative!important;
    z-index:130!important;
  }

  body.ea-lab-page .lab-theme-toggle,
  body.ea-lab-page .lab-language-switcher .lang-trigger{
    height:38px!important;
    min-height:38px!important;
    width:auto!important;
    min-width:0!important;
    padding:0 12px!important;
    border:1px solid rgba(242,199,106,.30)!important;
    border-radius:14px!important;
    background:rgba(255,255,255,.05)!important;
    color:#f7fbff!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    font-size:12px!important;
    font-weight:950!important;
    line-height:1!important;
    box-shadow:none!important;
    white-space:nowrap!important;
  }

  body.ea-lab-page .lab-theme-toggle{
    min-width:118px!important;
  }

  body.ea-lab-page .lab-language-switcher{
    position:relative!important;
    width:auto!important;
    min-width:0!important;
    flex:0 0 auto!important;
  }

  body.ea-lab-page .lab-language-switcher .lang-trigger{
    min-width:136px!important;
  }

  body.ea-lab-page .lab-language-switcher .lang-current-text{
    max-width:86px!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }

  body.ea-lab-page .lab-language-switcher .lang-panel{
    right:0!important;
    left:auto!important;
    top:calc(100% + 12px)!important;
  }

  body.ea-lab-page .lab-actions .velaea-public-notification-wrap > .lab-notify-btn,
  body.ea-lab-page .lab-actions > .lab-notify-btn,
  body.ea-lab-page .lab-notify-btn{
    position:relative!important;
    overflow:visible!important;
    appearance:none!important;
    height:40px!important;
    min-height:40px!important;
    width:auto!important;
    min-width:105px!important;
    padding:0 12px!important;
    border-radius:12px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 auto!important;
    border:1px solid rgba(255,255,255,.08)!important;
    background:rgba(255,255,255,.035)!important;
    color:#dce7f5!important;
    font:900 12px/1 Inter,'Noto Sans Thai',sans-serif!important;
    text-decoration:none!important;
    white-space:nowrap!important;
    box-shadow:none!important;
    cursor:pointer!important;
  }

  body.ea-lab-page .lab-notify-btn:hover,
  body.ea-lab-page .lab-notify-btn:focus-visible,
  body.ea-lab-page .lab-notify-btn[aria-expanded="true"],
  body.ea-lab-page .lab-notify-btn.is-open{
    transform:translateY(-1px)!important;
    color:#ffd76a!important;
    border-color:rgba(242,199,106,.52)!important;
    background:linear-gradient(135deg,rgba(242,199,106,.18),rgba(255,255,255,.065))!important;
    box-shadow:0 12px 30px rgba(242,199,106,.16), inset 0 1px 0 rgba(255,255,255,.08)!important;
    outline:none!important;
  }

  body.ea-lab-page .lab-notify-btn .notify-dot{
    position:absolute!important;
    top:5px!important;
    right:6px!important;
    width:8px!important;
    height:8px!important;
    border-radius:999px!important;
    background:#ff4d5f!important;
    box-shadow:0 0 0 3px rgba(255,77,95,.18),0 0 18px rgba(255,77,95,.72)!important;
  }

  body.ea-lab-page .lab-notify-btn:not(.has-unread) .notify-dot,
  body.ea-lab-page .lab-notify-btn:not(.has-unread) .notify-count{
    display:none!important;
  }

  body.ea-lab-page .lab-profile-pill,
  body.ea-lab-page .community-profile-pill{
    height:42px!important;
    min-height:42px!important;
    min-width:112px!important;
    max-width:210px!important;
    width:auto!important;
    padding:4px 10px 4px 6px!important;
    gap:9px!important;
    border-radius:14px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    flex:0 0 auto!important;
    border:1px solid rgba(255,255,255,.08)!important;
    background:rgba(255,255,255,.035)!important;
    color:#fff!important;
    box-shadow:none!important;
    text-decoration:none!important;
    overflow:hidden!important;
  }

  body.ea-lab-page .lab-profile-pill:hover,
  body.ea-lab-page .lab-profile-pill:focus-visible{
    transform:translateY(-1px)!important;
    border-color:rgba(242,199,106,.54)!important;
    background:linear-gradient(135deg,rgba(242,199,106,.15),rgba(255,255,255,.06))!important;
    box-shadow:0 14px 34px rgba(242,199,106,.15), inset 0 1px 0 rgba(255,255,255,.07)!important;
    outline:none!important;
  }

  body.ea-lab-page .lab-profile-avatar,
  body.ea-lab-page .community-profile-avatar{
    position:relative!important;
    flex:0 0 32px!important;
    width:32px!important;
    height:32px!important;
    min-width:32px!important;
    border-radius:13px!important;
    display:grid!important;
    place-items:center!important;
    padding:0!important;
    margin:0!important;
    overflow:hidden!important;
    border:1px solid rgba(242,199,106,.34)!important;
    background:#071421!important;
    color:#f2c76a!important;
    font-size:12px!important;
    font-weight:950!important;
    line-height:1!important;
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.04),0 0 0 3px rgba(242,199,106,.08),0 0 18px rgba(242,199,106,.18)!important;
  }

  body.ea-lab-page .lab-profile-avatar::after,
  body.ea-lab-page .community-profile-avatar::after{
    display:none!important;
    content:none!important;
  }

  body.ea-lab-page .lab-profile-avatar img,
  body.ea-lab-page .community-profile-avatar img{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    border-radius:inherit!important;
    display:block!important;
    margin:0!important;
  }

  body.ea-lab-page .lab-profile-copy,
  body.ea-lab-page .community-profile-copy{
    min-width:0!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    justify-content:center!important;
    gap:2px!important;
    line-height:1!important;
  }

  body.ea-lab-page .lab-profile-name,
  body.ea-lab-page .community-profile-name{
    display:block!important;
    max-width:82px!important;
    color:#fff!important;
    font-size:12px!important;
    font-weight:950!important;
    letter-spacing:.01em!important;
    line-height:1.05!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }

  body.ea-lab-page .lab-profile-role,
  body.ea-lab-page .community-profile-role{
    display:block!important;
    width:auto!important;
    max-width:82px!important;
    min-width:0!important;
    min-height:0!important;
    height:auto!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    outline:0!important;
    background:transparent!important;
    background-image:none!important;
    box-shadow:none!important;
    color:#f2c76a!important;
    font-size:10px!important;
    font-weight:950!important;
    line-height:1.05!important;
    letter-spacing:.01em!important;
    font-style:normal!important;
    text-align:left!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    text-shadow:0 0 10px rgba(242,199,106,.18)!important;
    -webkit-text-fill-color:#f2c76a!important;
  }

  body.ea-lab-page .lab-logout-btn,
  body.ea-lab-page .community-logout-btn{
    appearance:none!important;
    height:42px!important;
    min-height:42px!important;
    min-width:88px!important;
    width:auto!important;
    padding:0 18px!important;
    border:0!important;
    border-radius:13px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 auto!important;
    color:#1d1205!important;
    background:linear-gradient(135deg,#ffe59b 0%,#d7a842 55%,#b98522 100%)!important;
    box-shadow:0 14px 34px rgba(200,149,46,.24),inset 0 1px 0 rgba(255,255,255,.22)!important;
    font:950 12px/1 Inter,'Noto Sans Thai',sans-serif!important;
    cursor:pointer!important;
    white-space:nowrap!important;
  }

  body.ea-lab-page .lab-logout-btn:hover,
  body.ea-lab-page .lab-logout-btn:focus-visible{
    transform:translateY(-1px)!important;
    filter:saturate(1.05) brightness(1.03)!important;
    box-shadow:0 18px 38px rgba(200,149,46,.30),inset 0 1px 0 rgba(255,255,255,.26)!important;
    outline:none!important;
  }

  body.ea-lab-page .community-guest-auth-btn{
    height:42px!important;
    min-height:42px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 auto!important;
    border-radius:12px!important;
    padding:0 18px!important;
    font-size:12px!important;
    font-weight:950!important;
    line-height:1!important;
    white-space:nowrap!important;
    text-decoration:none!important;
    transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease!important;
  }

  body.ea-lab-page .community-login-btn{
    border:1px solid rgba(242,199,106,.28)!important;
    background:rgba(255,255,255,.035)!important;
    color:#ffd876!important;
  }

  body.ea-lab-page .community-register-btn{
    border:0!important;
    background:linear-gradient(135deg,#ffe59b,#c8952e)!important;
    color:#1d1305!important;
    box-shadow:0 14px 32px rgba(200,149,46,.24)!important;
  }

  body.ea-lab-page .community-guest-auth-btn:hover,
  body.ea-lab-page .community-guest-auth-btn:focus-visible{
    transform:translateY(-1px)!important;
    outline:none!important;
  }

  body.ea-lab-page .community-login-btn:hover,
  body.ea-lab-page .community-login-btn:focus-visible{
    border-color:rgba(242,199,106,.52)!important;
    background:rgba(242,199,106,.10)!important;
  }

  body.ea-lab-page .community-register-btn:hover,
  body.ea-lab-page .community-register-btn:focus-visible{
    filter:saturate(1.04) brightness(1.03)!important;
    box-shadow:0 18px 38px rgba(200,149,46,.32)!important;
  }
}

html[data-theme="light"] body.ea-lab-page .lab-header{
  background:rgba(255,255,255,.82)!important;
  border-bottom-color:rgba(200,149,46,.18)!important;
  box-shadow:none!important;
}
html[data-theme="light"] body.ea-lab-page .lab-menu a{color:#061a2f!important;}
html[data-theme="light"] body.ea-lab-page .lab-menu a:hover,
html[data-theme="light"] body.ea-lab-page .lab-menu a.active,
html[data-theme="light"] body.ea-lab-page .lab-menu a[aria-current="page"]{color:#c8952e!important;background:rgba(200,149,46,.10)!important;}
html[data-theme="light"] body.ea-lab-page .lab-theme-toggle,
html[data-theme="light"] body.ea-lab-page .lab-language-switcher .lang-trigger,
html[data-theme="light"] body.ea-lab-page .community-login-btn,
html[data-theme="light"] body.ea-lab-page .lab-profile-pill,
html[data-theme="light"] body.ea-lab-page .lab-notify-btn{
  background:rgba(255,255,255,.72)!important;
  color:#061a2f!important;
  border-color:rgba(200,149,46,.28)!important;
  box-shadow:none!important;
}
html[data-theme="light"] body.ea-lab-page .lab-profile-name{color:#061a2f!important;}
html[data-theme="light"] body.ea-lab-page .lab-profile-role{color:#9c6b12!important;-webkit-text-fill-color:#9c6b12!important;}

@media (max-width:900px){
  body.ea-lab-page .lab-actions [hidden]{display:none!important;}
  body.ea-lab-page .community-guest-auth-btn{display:none!important;}
}
