#fengkai-ccpro-admin-entry.fengkai-ccpro-admin-entry {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 48px;
  margin: 8px 10px 4px;
  padding: 0 13px !important;
  overflow: hidden;
  border: 1px solid rgba(36, 86, 199, .22) !important;
  border-radius: 12px;
  color: var(--fengkai-primary, #2456c7) !important;
  background: rgba(36, 86, 199, .08) !important;
  font-size: 14px;
  font-weight: 650;
  line-height: 48px;
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}
#fengkai-ccpro-admin-entry:hover {
  border-color: rgba(36, 86, 199, .38) !important;
  background: rgba(36, 86, 199, .13) !important;
  transform: translateX(2px);
}
#fengkai-ccpro-admin-entry.is-opening { opacity: .68; pointer-events: none; }
.fengkai-ccpro-entry-icon { width: 22px; height: 22px; flex: none; display: grid; place-items: center; margin-right: 12px; }
.fengkai-ccpro-entry-icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.fengkai-ccpro-entry-title { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.fengkai-ccpro-entry-arrow { margin-left: auto; color: currentColor; font-size: 20px; font-weight: 400; }
.hideSidebar #fengkai-ccpro-admin-entry { justify-content: center; padding: 0 !important; }
.hideSidebar #fengkai-ccpro-admin-entry .fengkai-ccpro-entry-icon { margin-right: 0; }
.hideSidebar #fengkai-ccpro-admin-entry .fengkai-ccpro-entry-title,
.hideSidebar #fengkai-ccpro-admin-entry .fengkai-ccpro-entry-arrow { display: none; }

#fengkai-ccpro-admin-float.fengkai-ccpro-admin-float {
  position: fixed;
  top: 18px;
  right: 24px;
  z-index: 5200;
  height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 15px;
  border: 1px solid rgba(36, 86, 199, .28);
  border-radius: 13px;
  color: #2456c7;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 10px 28px -18px rgba(36, 86, 199, .55);
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  backdrop-filter: blur(14px);
}
#fengkai-ccpro-admin-float:hover { background: #eef4ff; transform: translateY(-1px); }
#fengkai-ccpro-admin-float.is-opening { opacity: .65; pointer-events: none; }
#fengkai-ccpro-admin-float svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
@media (max-width: 720px) {
  #fengkai-ccpro-admin-float.fengkai-ccpro-admin-float { top: 12px; right: 12px; width: 42px; padding: 0; justify-content: center; }
  #fengkai-ccpro-admin-float span { display: none; }
}
