.bymouss-manager-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 26px;
}

.bymouss-manager-nav > a,
.bymouss-manager-nav > span {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 12px;
  min-height: 82px;
  padding: 14px 16px;
  border: 1px solid #cbd8e5;
  border-radius: 10px;
  background: #fff;
  color: #0b315f;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(13, 48, 85, .06);
}

.bymouss-manager-nav > a {
  border-color: #91bff1;
  background: linear-gradient(145deg, #f8fbff, #edf6ff);
}

.bymouss-manager-nav > a:hover {
  border-color: #0867df;
  background: #eef6ff;
  box-shadow: 0 7px 18px rgba(8, 103, 223, .13);
  transform: translateY(-1px);
}

.bymouss-manager-nav > a:focus-visible {
  outline: 3px solid rgba(0, 167, 157, .35);
  outline-offset: 2px;
}

.bymouss-manager-nav .dashicons:first-child {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 10px;
  background: #0867df;
  color: #fff;
  font-size: 23px;
}

.bymouss-manager-nav strong,
.bymouss-manager-nav small { display: block; }
.bymouss-manager-nav strong { color: #102a4d; font-size: 15px; line-height: 1.25; }
.bymouss-manager-nav small { margin-top: 3px; color: #62758b; font-size: 12px; }
.bymouss-manager-nav .dashicons:last-child { color: #0867df; }

.bymouss-manager-nav-disabled {
  border-style: dashed !important;
  background: #f7f9fb !important;
  color: #7a899a !important;
  box-shadow: none !important;
}
.bymouss-manager-nav-disabled .dashicons:first-child { background: #dbe3eb; color: #5f7183; }
.bymouss-manager-nav-disabled .dashicons:last-child { color: #8290a0; }

.bymouss-welcome-panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.bymouss-welcome-panel {
  display: flex;
  min-width: 0;
  min-height: 290px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #d3deea;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(13, 48, 85, .07);
}

.bymouss-welcome-panel > header {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px;
  border-bottom: 1px solid #dfe7ef;
  background: #f7fafc;
}

.bymouss-welcome-panel.is-attention > header { background: linear-gradient(145deg, #fffaf1, #fff6e6); }
.bymouss-welcome-panel.is-recent > header { background: linear-gradient(145deg, #f5fbff, #eef7ff); }

.bymouss-panel-title {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 11px;
}

.bymouss-panel-title > .dashicons {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border-radius: 10px;
  background: #fff;
  color: #075aa9;
  font-size: 22px;
  box-shadow: 0 2px 8px rgba(13, 48, 85, .08);
}
.is-attention .bymouss-panel-title > .dashicons { color: #a45800; }

.bymouss-welcome-panel h2 {
  margin: 0;
  color: #14283f;
  font-size: 19px;
  line-height: 1.2;
}

.bymouss-panel-title p {
  margin: 3px 0 0;
  color: #64778b;
  font-size: 12px;
}

.bymouss-panel-count {
  display: grid;
  min-width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  padding: 0 9px;
  border-radius: 999px;
  background: #0b315f;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}
.is-attention .bymouss-panel-count { background: #a45800; }

.bymouss-panel-list { display: grid; }
.bymouss-panel-list > a {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 11px;
  min-height: 92px;
  padding: 13px 16px;
  border-bottom: 1px solid #e3eaf1;
  color: #0b315f;
  text-decoration: none;
}
.bymouss-panel-list > a:last-child { border-bottom: 0; }
.bymouss-panel-list > a:hover { background: #f3f8fd; box-shadow: inset 4px 0 #0867df; }
.bymouss-panel-list > a:focus-visible { outline: 3px solid #00a79d; outline-offset: -3px; }

.bymouss-panel-avatar {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #00a8e8, #0867df);
  color: #fff;
  font-weight: 800;
}

.bymouss-panel-copy { display: grid; min-width: 0; gap: 3px; }
.bymouss-panel-copy > strong { overflow: hidden; color: #14283f; text-overflow: ellipsis; white-space: nowrap; }
.bymouss-panel-subtitle { color: #607388; font-size: 13px; }
.bymouss-panel-status {
  display: inline-flex;
  margin-left: 5px;
  padding: 2px 7px;
  border-radius: 999px;
  background: #edf1f5;
  color: #58697c;
  font-size: 11px;
  font-weight: 700;
}
.bymouss-panel-status.is-active { background: #e9f8ef; color: #087a3d; }
.bymouss-panel-status.is-inactive { background: #f0f2f5; color: #5d6977; }
.bymouss-panel-tags { display: flex; flex-wrap: wrap; gap: 4px; }
.bymouss-panel-tags em,
.bymouss-panel-activity {
  width: fit-content;
  padding: 2px 7px;
  border-radius: 5px;
  background: #fff1df;
  color: #914800;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}
.bymouss-panel-activity { background: #eaf3ff; color: #075aa9; }
.bymouss-panel-copy time { color: #708196; font-size: 11px; }
.bymouss-panel-arrow { color: #0867df; }

.bymouss-panel-empty {
  display: grid;
  flex: 1;
  place-items: center;
  align-content: center;
  gap: 7px;
  min-height: 190px;
  margin: 0;
  padding: 28px 20px;
  color: #5d7184;
  text-align: center;
}
.bymouss-panel-empty > .dashicons {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 50%;
  background: #edf6f3;
  color: #168357;
  font-size: 27px;
}
.is-recent .bymouss-panel-empty > .dashicons { background: #edf5fd; color: #1769b5; }
.bymouss-panel-empty strong { color: #263b52; font-size: 16px; }
.bymouss-panel-empty small { color: #708196; }

.bymouss-welcome-panel > footer {
  margin-top: auto;
  padding: 11px 16px;
  border-top: 1px solid #e3eaf1;
  background: #fbfcfd;
  text-align: right;
}
.bymouss-welcome-panel > footer a { color: #075aa9; font-size: 13px; font-weight: 800; text-decoration: none; }
.bymouss-welcome-panel > footer a:hover { text-decoration: underline; }

@media(max-width:900px) {
  .bymouss-manager-nav { grid-template-columns: 1fr; }
  .bymouss-manager-nav > a,
  .bymouss-manager-nav > span { min-height: 70px; }
}

@media(max-width:760px) {
  .bymouss-manager-nav { gap: 9px; margin-bottom: 18px; }
  .bymouss-manager-nav > a,
  .bymouss-manager-nav > span { grid-template-columns: 40px minmax(0, 1fr) 20px; min-height: 66px; padding: 11px 12px; }
  .bymouss-manager-nav .dashicons:first-child { width: 40px; height: 40px; }
  .bymouss-welcome-panels { grid-template-columns: 1fr; gap: 14px; }
  .bymouss-welcome-panel { min-height: 0; }
  .bymouss-welcome-panel > header { min-height: 72px; padding: 13px 14px; }
  .bymouss-panel-title > .dashicons { width: 38px; height: 38px; flex-basis: 38px; }
  .bymouss-welcome-panel h2 { font-size: 17px; }
  .bymouss-panel-list > a { min-height: 86px; padding: 12px 13px; }
  .bymouss-panel-empty { min-height: 150px; }
}

@media(max-width:430px) {
  .bymouss-panel-title p { display: none; }
  .bymouss-panel-list > a { grid-template-columns: 34px minmax(0, 1fr) 18px; gap: 9px; }
  .bymouss-panel-avatar { width: 34px; height: 34px; }
}
