@font-face {
  font-family: BeadFlowBody;
  src: url("fonts/body.90a1db88a103.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: BeadFlowDisplay;
  src: url("fonts/display.4b7cc5c49080.woff2") format("woff2");
  font-display: swap;
}
:root {
  --font-sans:BeadFlowBody,"Microsoft YaHei",sans-serif;
}
.bf-nav-search{display:flex;align-items:center;gap:8px;width:100%;min-height:42px;padding:9px 12px;border:1px solid #dce6ee;border-radius:9px;background:#f7fafc;color:#698093;cursor:pointer;text-align:left;font:12px BeadFlowBody,sans-serif}
.bf-nav-search>.material-symbols-outlined{font-size:18px}.bf-nav-search>kbd{margin-left:auto;border:1px solid #dae5ed;border-radius:4px;padding:2px 4px;font:10px sans-serif;color:#748c9e;background:#fff}
.bf-nav-search:focus-visible{outline:3px solid #15659f;outline-offset:2px}
body:not(.login) {
  background: #f7fafc;
}
#nav-sidebar-inner {
  background: #fff;
  border-right: 1px solid #e1e9ef;
}
#nav-sidebar-apps a {
  min-height: 43px;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 13px;
}
#nav-sidebar-apps a.active {
  background: #e9f3fa;
  color: #15659f;
  box-shadow: inset 3px 0 #15659f;
}
#nav-sidebar-apps h2 {
  color: #6b7e8f;
  font-size: 12px;
  font-weight: 500;
}
#nav-sidebar-apps a .material-symbols-outlined {
  font-size: 20px;
}
#site-name {
  font-size: 21px;
  letter-spacing: -.025em;
  color: #15659f;
  font-weight: 700;
}
#nav-sidebar-inner [role=button]:focus-visible {
  outline: 3px solid #15659f;
  outline-offset: 2px;
  border-radius: 6px;
}
.bf-admin-dashboard {
  max-width: 1480px;
  margin: 4px auto 0;
  color: #263546;
  font-size: 14px;
}
.bf-admin-welcome {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: #eaf4f0;
  border: 1px solid #d6e9df;
  border-radius: 18px;
  padding: 25px 30px;
  margin-bottom: 22px;
  overflow: hidden;
}
.bf-admin-welcome > div {
  z-index: 1;
}
.bf-admin-date {
  color: #59786a;
  font-size: 12px;
}
.bf-admin-welcome h2 {
  font: 400 clamp(24px, 2.4vw, 33px)/1.35 BeadFlowDisplay, sans-serif;
  margin: 12px 0;
}
.bf-admin-welcome p {
  font-size: 13px;
  color: #617e70;
  margin-bottom: 20px;
  line-height: 1.7;
}
.bf-admin-welcome > img {
  width: 270px;
  height: 170px;
  object-fit: contain;
  margin: -10px 0;
  flex-shrink: 0;
}
.bf-admin-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.bf-admin-actions > a {
  background: #15659f;
  color: #fff;
  padding: 10px 15px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 43px;
  font-size: 13px;
}
.bf-admin-actions > a.secondary {
  color: #15659f;
  background: #fff;
  border: 1px solid #cee0d7;
}
.bf-admin-actions .material-symbols-outlined {
  font-size: 18px;
}
.bf-admin-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 22px;
}
.bf-admin-stats > div {
  background: #fff;
  border: 1px solid #dfe8ef;
  border-radius: 12px;
  padding: 20px;
}
.bf-stat-label {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #637b8c;
  font-size: 12px;
}
.bf-stat-label .material-symbols-outlined {
  font-size: 18px;
  color: #559b7d;
}
.bf-admin-stats strong {
  display: block;
  font-size: 30px;
  line-height: 1.4;
  margin: 13px 0 9px;
  letter-spacing: -.025em;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.bf-admin-stats strong em {
  font-style: normal;
  font-size: 13px;
  margin-left: 7px;
  color: #66788b;
  font-weight: 400;
}
.bf-admin-stats small {
  display: block;
  font-size: 11px;
  color: #66788b;
}
.bf-admin-shortcuts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 22px;
}
.bf-admin-shortcuts > a {
  display: flex;
  align-items: center;
  gap: 13px;
  background: white;
  border: 1px solid #dfe8ef;
  border-radius: 12px;
  padding: 17px 20px;
  min-height: 90px;
}
.bf-admin-shortcuts > a:hover {
  border-color: #92b9d3;
}
.bf-admin-shortcuts small {
  display: block;
  font-size: 11px;
  color: #66788b;
  margin-top: 5px;
}
.bf-admin-shortcuts b {
  font-size: 14px;
  font-weight: 600;
}
.bf-admin-shortcuts .material-symbols-outlined:first-child {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  font-size: 23px;
  flex-shrink: 0;
}
.bf-admin-shortcuts .mint {
  background: #ebf6ef;
  color: #4b936d;
}
.bf-admin-shortcuts .yellow {
  background: #fff7e1;
  color: #ac7b13;
}
.bf-admin-shortcuts .blue {
  background: #ecf4fc;
  color: #15659f;
}
.bf-admin-shortcuts .bf-next {
  margin-left: auto;
  font-size: 20px;
  color: #90a3b2;
}
.bf-admin-shortcuts i {
  font-style: normal;
  background: #f5eee1;
  color: #8c691a;
  font-size: 11px;
  padding: 1px 6px;
  border-radius: 4px;
  margin-left: 4px;
}
.bf-admin-columns {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 20px;
}
.bf-admin-panel {
  background: #fff;
  border: 1px solid #dfe8ef;
  border-radius: 12px;
  padding: 22px 24px;
}
.bf-admin-panel > header {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  margin-bottom: 17px;
}
.bf-admin-panel h2 {
  font-size: 16px;
  font-weight: 600;
}
.bf-admin-panel > header > a {
  color: #15659f;
  font-size: 12px;
  padding: 6px 0;
}
.bf-activity-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bf-activity-list > li:not(.bf-admin-empty) {
  display: flex;
  gap: 13px;
  align-items: center;
  padding: 11px 0;
  border-bottom: 1px solid #eff3f6;
}
.bf-activity-list > li:last-child {
  border-bottom: 0;
}
.bf-activity-list b {
  font-weight: 500;
  font-size: 13px;
}
.bf-activity-list small {
  display: block;
  font-size: 11px;
  color: #8293a0;
  margin-top: 3px;
}
.bf-activity-list time {
  margin-left: auto;
  white-space: nowrap;
  color: #8293a0;
  font-size: 11px;
}
.bf-activity-dot {
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background: #8ebda7;
  flex-shrink: 0;
}
.bf-upcoming {
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 16px 0;
  border-bottom: 1px solid #eff3f6;
}
.bf-upcoming:last-child {
  border: 0;
}
.bf-upcoming time {
  font-size: 18px;
  font-weight: 600;
  color: #15659f;
  font-variant-numeric: tabular-nums;
}
.bf-upcoming b {
  font-size: 13px;
  font-weight: 500;
}
.bf-upcoming small {
  display: block;
  font-size: 11px;
  color: #8293a0;
  margin-top: 3px;
}
.bf-booking-badge {
  margin-left: auto;
  background: #edf6f0;
  color: #477c5e;
  border-radius: 5px;
  padding: 4px 7px;
  font-size: 11px;
}
.bf-admin-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 28px 0;
  min-height: 210px;
  gap: 12px;
}
.bf-admin-empty > img {
  object-fit: contain;
}
.bf-admin-empty p {
  font-size: 13px;
  line-height: 1.8;
}
.bf-admin-empty p span {
  font-size: 12px;
  color: #8293a0;
}
.bf-admin-empty > a {
  font-size: 12px;
  color: #15659f;
  padding: 5px 0;
}
.bf-admin-footnote {
  font-size: 11px;
  color: #8293a0;
  margin: 20px 0;
}
@media (max-width: 1100px) {
  .bf-admin-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bf-admin-welcome > img {
    width: 215px;
  }
  .bf-admin-shortcuts > a {
    padding: 15px;
    gap: 9px;
  }
  .bf-admin-shortcuts .bf-next {
    display: none;
  }
}
@media (max-width: 700px) {
  .bf-admin-welcome {
    padding: 22px;
    position: relative;
    align-items: flex-start;
  }
  .bf-admin-welcome > img {
    width: 120px;
    height: 100px;
    position: absolute;
    right: -10px;
    top: 0;
    opacity: .65;
  }
  .bf-admin-welcome h2 {
    max-width: 240px;
    margin-right: 45px;
  }
  .bf-admin-welcome h2 > span {
    display: block;
  }
  .bf-admin-welcome p {
    max-width: 270px;
  }
  .bf-admin-stats {
    gap: 10px;
  }
  .bf-admin-stats > div {
    padding: 15px;
  }
  .bf-admin-stats strong {
    font-size: 25px;
  }
  .bf-admin-shortcuts {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .bf-admin-shortcuts > a {
    min-height: 75px;
  }
  .bf-admin-columns {
    grid-template-columns: 1fr;
  }
  .bf-admin-panel {
    padding: 18px;
  }
  .bf-admin-welcome h2 {
    font-size: 25px;
  }
  .bf-admin-actions > a {
    font-size: 12px;
  }
  .bf-admin-shortcuts .bf-next {
    display: block;
  }
}
.bf-command-close { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 8px; }
.bf-command-close:focus-visible { outline: 3px solid #15659f; outline-offset: 2px; }
