.site-menu-trigger{display:inline-flex;align-items:center;gap:9px;flex:0 0 auto;border:1px solid #dbe3f0;border-radius:10px;padding:10px 13px;background:#fff;color:#334155;font:800 12px/1 var(--font);cursor:pointer;transition:background .18s,border-color .18s,color .18s}.site-menu-trigger:hover,.site-menu-trigger[aria-expanded="true"]{border-color:#a5b4fc;background:#eef2ff;color:#3730a3}.site-menu-trigger__lines{display:grid;gap:3px;width:16px}.site-menu-trigger__lines i{display:block;width:16px;height:2px;border-radius:3px;background:currentColor;transition:transform .18s,opacity .18s}.site-menu-trigger[aria-expanded="true"] .site-menu-trigger__lines i:nth-child(1){transform:translateY(5px) rotate(45deg)}.site-menu-trigger[aria-expanded="true"] .site-menu-trigger__lines i:nth-child(2){opacity:0}.site-menu-trigger[aria-expanded="true"] .site-menu-trigger__lines i:nth-child(3){transform:translateY(-5px) rotate(-45deg)}
.site-menu-backdrop{position:fixed;inset:0;z-index:10050;background:rgba(15,23,42,.42);opacity:0;pointer-events:none;transition:opacity .2s}.site-menu-backdrop.is-open{opacity:1;pointer-events:auto}.site-menu-backdrop[hidden],.site-menu[hidden]{display:none}.site-menu{position:fixed;top:0;right:0;bottom:0;z-index:10051;width:min(460px,100%);overflow:auto;background:#fff;color:#172033;box-shadow:-20px 0 55px rgba(15,23,42,.18);transform:translateX(100%);transition:transform .24s ease}.site-menu.is-open{transform:translateX(0)}body.home-menu-lock{overflow:hidden}.site-menu__head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:28px 28px 24px;background:#17132b;color:#fff}.site-menu__eyebrow{display:block;margin-bottom:7px;color:#c4b5fd;font-size:10px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.site-menu__head h2{margin:0;font-size:28px;letter-spacing:-.05em}.site-menu__head p{margin:7px 0 0;color:#d9e3ff;font-size:12px}.site-menu__close,.homepage-body .site-menu__close{min-width:88px;min-height:44px;height:44px;width:auto;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;flex:0 0 auto;border:1px solid rgba(255,255,255,.55);border-radius:10px;padding:0 13px;background:rgba(255,255,255,.08);color:#fff;font:800 12px/1 var(--font);cursor:pointer;white-space:nowrap}.site-menu__close:hover{background:rgba(255,255,255,.1)}.site-menu__body{padding:8px 28px 32px}.site-menu__section{padding:22px 0;border-bottom:1px solid #e6eaf1}.site-menu__section:last-child{border-bottom:0}.site-menu__section h3{margin:0 0 7px;color:#64748b;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.site-menu__links{display:grid}.site-menu__links a{display:grid;gap:3px;padding:12px 0;border-bottom:1px solid #f0f2f6}.site-menu__links a:last-child{border-bottom:0}.site-menu__links a:hover strong{color:#4338ca}.site-menu__links strong{font-size:14px;line-height:1.2}.site-menu__links span{color:#64748b;font-size:11px;line-height:1.35}@media(max-width:900px){.site-menu-trigger{margin-left:auto}.site-menu{width:min(410px,100%)}.site-menu__head{padding:24px 20px 22px}.site-menu__body{padding:4px 20px 28px}}@media(max-width:560px){.site-menu-trigger{padding:9px 10px}.site-menu-trigger>span:last-child{display:none}.site-menu__head{padding:22px 18px 20px}.site-menu__head h2{font-size:25px}.site-menu__body{padding:0 18px 24px}.site-menu__section{padding:19px 0}.site-menu__links a{padding:11px 0}}


.site-language-picker { display: inline-flex; flex: 0 0 auto; align-items: center; margin-left: 10px; }
.site-language-picker select { width: 92px; min-height: 34px; padding: 0 7px; border: 1px solid #dbe3f0; border-radius: 8px; background: #fff; color: #334155; font: 700 11px/1 var(--font); cursor: pointer; outline: none; }
.site-language-picker select:focus-visible { border-color: #818cf8; box-shadow: 0 0 0 3px rgba(99,102,241,.15); }
.menu-language-slot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 4px 0 0; padding: 12px 14px; border: 1px solid #e4e8f2; border-radius: 14px; background: linear-gradient(135deg, #f8faff, #eef2ff); color: #334155; }
.menu-language-slot::before { content: 'Limba interfeței'; color: #64748b; font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.menu-language-slot #dpr-global-language { margin: 0; }
@media (max-width: 560px) { .menu-language-slot { margin-top: 0; padding: 10px 12px; } }
.site-menu__auth-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 4px 0 14px;
}
.site-menu__auth-action {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 12px;
  border: 1px solid #dbe3f0;
  border-radius: 13px;
  color: #172033;
  text-decoration: none;
  background: #fff;
  box-shadow: 0 4px 14px rgba(15,23,42,.06);
  transition: transform .18s, border-color .18s, background .18s, box-shadow .18s;
}
.site-menu__auth-action:hover,
.site-menu__auth-action:focus-visible {
  transform: translateY(-1px);
  border-color: #818cf8;
  background: #f8faff;
  box-shadow: 0 7px 18px rgba(79,70,229,.12);
  outline: none;
}
.site-menu__auth-action strong { font-size: 13px; line-height: 1.2; }
.site-menu__auth-action span { color: #64748b; font-size: 10px; line-height: 1.35; }
.site-menu__auth-action--register { border-color: #c7d2fe; background: linear-gradient(135deg,#eef2ff,#faf5ff); }

/* Desktop shell app entries: block-level cards, never inline text. */
.site-menu__hub-entry,
.site-menu__chat-entry {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  padding: 13px 14px;
  border: 1px solid #dbe3f0;
  border-radius: 14px;
  color: #172033;
  text-decoration: none;
  overflow: hidden;
  transition: border-color .18s, background .18s, box-shadow .18s, transform .18s;
}
.site-menu__hub-entry {
  margin: 0 0 10px;
  border-color: #c7d2fe;
  background: linear-gradient(135deg, #eef2ff 0%, #faf5ff 100%);
  box-shadow: 0 4px 14px rgba(79,70,229,.10);
}
.site-menu__chat-entry {
  margin: 0 0 14px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(15,23,42,.06);
}
.site-menu__hub-entry:hover,
.site-menu__hub-entry:focus-visible,
.site-menu__chat-entry:hover,
.site-menu__chat-entry:focus-visible {
  border-color: #818cf8;
  background: #f8faff;
  box-shadow: 0 7px 18px rgba(79,70,229,.14);
  outline: none;
  transform: translateY(-1px);
}
.site-menu__hub-mark,
.site-menu__chat-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  box-sizing: border-box;
  border-radius: 11px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
}
.site-menu__hub-mark { background: #4f46e5; color: #fff; }
.site-menu__chat-mark { background: #ecfdf5; color: #047857; font-size: 20px; letter-spacing: 0; }
.site-menu__hub-copy,
.site-menu__chat-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
}
.site-menu__hub-copy strong,
.site-menu__chat-copy strong {
  color: #172033;
  font-size: 14px;
  line-height: 1.2;
}
.site-menu__hub-copy span,
.site-menu__chat-copy span {
  color: #64748b;
  font-size: 11px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}
@media (prefers-reduced-motion: reduce) {
  .site-menu__hub-entry,
  .site-menu__chat-entry { transition: none; }
  .site-menu__hub-entry:hover,
  .site-menu__hub-entry:focus-visible,
  .site-menu__chat-entry:hover,
  .site-menu__chat-entry:focus-visible { transform: none; }
}
@media (max-width: 420px) {
  .site-menu__auth-actions { grid-template-columns: 1fr; }
}

body .site-menu__profile { margin: 4px 0 14px; border: 1px solid #e0e7ff; border-radius: 14px; background: linear-gradient(135deg,#f8faff 0%,#eef2ff 100%); box-shadow: 0 4px 14px rgba(15,23,42,.08); overflow: hidden; }
body .site-menu__profile > a { display: flex; align-items: center; gap: 12px; width: 100%; box-sizing: border-box; padding: 12px; color: inherit; text-decoration: none; transition: background .18s, box-shadow .18s; }
body .site-menu__profile > a:hover, body .site-menu__profile > a:focus-visible { background: rgba(129,140,248,.12); box-shadow: inset 0 0 0 2px rgba(99,102,241,.18); outline: none; }
body .site-menu__profile-avatar.mh-ava { display: inline-flex; align-items: center; justify-content: center; position: relative; width: 34px !important; height: 34px !important; min-width: 34px; min-height: 34px; max-width: 34px; max-height: 34px; flex: 0 0 34px; overflow: hidden; clip-path: none; border: 1px solid rgba(99,102,241,.25); border-radius: 8px; background: linear-gradient(135deg,#6366f1,#7c3aed); box-shadow: 0 1px 5px rgba(15,23,42,.16); }
body .site-menu__profile-avatar.mh-ava img, body .site-menu__profile-avatar.mh-ava .mh-avatar-image { display: block; position: absolute; inset: 0; width: 100% !important; height: 100% !important; max-width: none !important; max-height: none !important; clip-path: none; border-radius: 8px; object-fit: cover; }
body .site-menu__profile-name { display: block; color: #172033; font-size: 14px; line-height: 1.2; }
body .site-menu__profile-email { display: block; margin-top: 3px; color: #64748b; font-size: 11px; line-height: 1.3; }
@media (max-width: 900px) { .site-language-picker { margin-left: 8px; } .site-language-picker select { width: 82px; } }
@media (max-width: 560px) { .site-language-picker { margin-left: 6px; } .site-language-picker select { width: 76px; min-height: 32px; padding: 0 5px; font-size: 10px; } }

/* Header controls remain visible beside the compact language selector. */
body .topbar > .site-menu-trigger { display: inline-flex; visibility: visible; opacity: 1; flex: 0 0 auto; white-space: nowrap; }
.site-language-picker select { border-color: #a5b4fc; background: linear-gradient(135deg, #ffffff 0%, #eef2ff 100%); color: #4338ca; box-shadow: 0 2px 8px rgba(79,70,229,.10); }
.site-language-picker select:hover { border-color: #6366f1; box-shadow: 0 3px 12px rgba(79,70,229,.16); }


/* Global language control: homepage-mobile circular fallback. */
.site-language-picker {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  width: 42px;
  min-width: 42px;
  max-width: 42px;
  height: 42px;
  min-height: 42px;
  max-height: 42px;
  aspect-ratio: 1 / 1;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border-radius: 50%;
}
.site-language-picker select.dpr-language-native {
  position: absolute;
  inset: 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  padding: 0;
  border-radius: 50%;
  opacity: 0;
}
@media (max-width: 420px) {
  .site-language-picker {
    flex-basis: 40px;
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
  }
}


/* Homepage mobile interaction states: the canonical menu owns these controls. */
.site-menu-trigger:active { transform: translateY(1px); }
.site-menu__close:focus-visible { outline: 3px solid rgba(255,255,255,.86); outline-offset: 3px; }
.site-menu__close:active { background: rgba(255,255,255,.18); transform: translateY(1px); }
@media (prefers-reduced-motion: reduce) {
  .site-menu-trigger,
  .site-menu__close { transition: none; }
}

/* Shared menu reduced-motion contract — source-owned, 2026-09-21. */
@media (prefers-reduced-motion: reduce) {
  .site-menu-trigger,
  .site-menu-trigger__lines i,
  .site-menu__close,
  .site-menu-backdrop,
  .site-menu,
  .site-menu__auth-action,
  body .site-menu__profile > a {
    transition: none;
  }
  .site-menu-trigger:active,
  .site-menu__close:active,
  .site-menu__auth-action:hover,
  .site-menu__auth-action:focus-visible {
    transform: none;
  }
}
