.opener-95f7, .dismisser-5e95, .mn1e5e-bar { display: none; }

.opener-95f7 { background: #0f172a; color: #ffffff; border-radius: 8px; }
.dismisser-5e95 { color: #0f172a; border: 1px solid #0f172a; border-radius: 8px; }

dialog#mn1e5e[open] { display: block !important; }

@media (max-width: 1366px) {
  .mn1e5e-bar { display: flex !important; flex-direction: row; align-items: center; gap: 12px; padding: 10px 14px; position: relative; z-index: 99999; flex-wrap: wrap; max-width: 100%; box-sizing: border-box; }
  .mlb1e5e { display: inline-flex !important; align-items: center; line-height: 0; flex: 1 1 auto; min-width: 0; max-width: 70%; }
  .mlb1e5e img { display: block; max-height: 50px; max-width: 100%; height: auto; width: auto; }
  .opener-95f7 { display: inline-flex !important; align-items: center; gap: 8px; cursor: pointer; padding: 10px 14px; background: #0f172a; color: #ffffff; border: 0; border-radius: 8px; font-size: 16px; font-family: inherit; flex: 0 0 auto; }
  .opener-95f7 .ic1e5e { font-size: 20px; line-height: 1; }
  .dismisser-5e95 { cursor: pointer; padding: 8px 12px; background: transparent; color: #0f172a; border: 1px solid #0f172a; border-radius: 8px; font-size: 15px; font-family: inherit; margin-bottom: 10px; display: inline-block; }
  dialog#mn1e5e { display: none; position: fixed; inset: 50% auto auto 50%; transform: translate(-50%,-50%); width: 92%; max-width: 480px; max-height: 85vh; padding: 16px; background: #ffffff; border: 1px solid #cbd5e1; border-radius: 8px; z-index: 99999; overflow-y: auto; }
  dialog#mn1e5e::backdrop { background: rgba(0,0,0,0.5); }
  #mn1e5e.on { display: block !important; }
  #mn1e5e > ul { list-style: none; padding: 0; margin: 0; }
  #mn1e5e > ul > li { border-bottom: 1px solid #cbd5e1; position: relative; }
  #mn1e5e > ul > li:last-child { border-bottom: 0; }
  #mn1e5e > ul > li > a { display: block; padding: 14px 16px; color: #0f172a; text-decoration: none; font-size: 16px; }
  #mn1e5e > ul > li.has-children > a::after { content: ' ▾'; opacity: 0.6; font-size: 13px; }
  #mn1e5e ul.sub { list-style: none; padding: 0; margin: 0; max-height: 0; overflow: hidden; transition: max-height 0.3s ease; background: #e2e8f0; }
  #mn1e5e > ul > li.open > ul.sub { max-height: 1000px; }
  #mn1e5e ul.sub > li { border-bottom: 1px solid #cbd5e1; }
  #mn1e5e ul.sub > li:last-child { border-bottom: 0; }
  #mn1e5e ul.sub > li > a { display: block; padding: 12px 20px; color: #0f172a; text-decoration: none; font-size: 15px; }
  #mn1e5e > ul > .mlg1e5e { border-bottom: 1px solid #cbd5e1; padding: 16px; display: flex; align-items: center; }
  #mn1e5e > ul > .mlg1e5e a { padding: 0; display: inline-flex; align-items: center; line-height: 0; }
  #mn1e5e > ul > .mlg1e5e img { display: block; height: auto; width: auto; max-width: 240px; max-height: 60px; }
  #mn1e5e > ul > li.mi-sep { border-bottom: 1px solid #cbd5e1; height: 1px; padding: 0; margin: 0; }
  #mn1e5e > ul > .msr1e5e { padding: 14px 16px; border-bottom: 1px solid #cbd5e1; }
  #mn1e5e > ul > .msr1e5e form { display: flex; gap: 6px; margin: 0; }
  #mn1e5e > ul > .msr1e5e input { flex: 1; padding: 8px 10px; border: 1px solid #cbd5e1; border-radius: 8px; font-size: 15px; font-family: inherit; min-width: 0; }
  #mn1e5e > ul > .msr1e5e button { padding: 8px 10px; background: #0f172a; color: #ffffff; border: 0; border-radius: 8px; cursor: pointer; font-size: 15px; flex: 0 0 auto; }
}

@media (min-width: 1367px) {
  .opener-95f7, .dismisser-5e95, .mn1e5e-bar { display: none !important; }
  #mn1e5e { display: block !important; padding: 0 !important; background: transparent !important; border: 0 !important; margin: 0 !important; overflow: visible !important; position: static !important; inset: auto !important; transform: none !important; width: auto !important; max-width: 100% !important; max-height: none !important; box-sizing: border-box !important; }
  #mn1e5e > ul { display: flex !important; flex-direction: row; flex-wrap: wrap; gap: 4px; list-style: none; padding: 0; margin: 0; align-items: center; max-width: 100%; box-sizing: border-box; }
  #mn1e5e > ul > li { border: 0 !important; position: relative; flex: 0 0 auto; min-width: 0; }
  #mn1e5e > ul > li > a { display: inline-block; padding: 14px 16px; color: #0f172a; text-decoration: none; font-size: 16px; border-radius: 8px; transition: background 0.2s; white-space: nowrap; }
  #mn1e5e > ul > li > a:hover { background: #e2e8f0; }
  #mn1e5e > ul > li.has-children > a::after { content: ' ▾'; opacity: 0.55; font-size: 13px; }
  #mn1e5e ul.sub { position: absolute; top: 100%; left: 0; min-width: 220px; background: #ffffff; border: 1px solid #cbd5e1; border-radius: 8px; box-shadow: 0 8px 24px rgba(0,0,0,0.18); padding: 6px 0; margin: 0; list-style: none; z-index: 99999; opacity: 0; visibility: hidden; transform: translate(-6px,-4px); transition: opacity 0.22s ease, transform 0.22s ease, visibility 0s linear 0.3s; pointer-events: none; }
  #mn1e5e > ul > li.has-children:hover > ul.sub, #mn1e5e ul.sub:hover, #mn1e5e > ul > li.has-children:focus-within > ul.sub, #mn1e5e > ul > li.has-children.open > ul.sub { opacity: 1; visibility: visible; transform: translate(0,0); pointer-events: auto; transition: opacity 0.22s ease, transform 0.22s ease, visibility 0s linear 0s; }
  #mn1e5e ul.sub > li { border: 0 !important; width: 100%; }
  #mn1e5e ul.sub > li > a { display: block !important; padding: 12px 14px !important; color: #0f172a !important; text-decoration: none; font-size: 15px; white-space: nowrap; border-radius: 0 !important; transition: background 0.15s; }
  #mn1e5e ul.sub > li > a:hover { background: #e2e8f0; }
  #mn1e5e > ul > .mlg1e5e { border: 0 !important; padding: 0 16px 0 0 !important; margin-right: 6px; display: flex; align-items: center; }
  #mn1e5e > ul > .mlg1e5e a { padding: 0 !important; display: inline-flex; align-items: center; line-height: 0; background: transparent !important; }
  #mn1e5e > ul > .mlg1e5e a:hover { background: transparent !important; }
  #mn1e5e > ul > .mlg1e5e img { display: block; max-width: 200px; height: auto; width: auto; max-height: 60px; }
  #mn1e5e > ul > li.mi-sep { width: 1px; height: 22px; background: #cbd5e1; padding: 0 !important; margin: 0 6px !important; border: 0 !important; align-self: center; }
  #mn1e5e > ul > .msr1e5e { border: 0 !important; padding: 0 !important; margin: 0 0 0 10px; flex: 0 1 auto; min-width: 0; }
  #mn1e5e > ul > .msr1e5e form { display: flex; gap: 4px; margin: 0; align-items: center; flex-wrap: nowrap; }
  #mn1e5e > ul > .msr1e5e input { padding: 6px 10px; border: 1px solid #cbd5e1; border-radius: 8px; font-size: 15px; font-family: inherit; width: 140px; min-width: 0; max-width: 180px; }
  #mn1e5e > ul > .msr1e5e button { padding: 6px 10px; background: #0f172a; color: #ffffff; border: 0; border-radius: 8px; cursor: pointer; font-size: 15px; flex: 0 0 auto; }
}
