body { background: #f6f7fb; }
.wrap { max-width: 1200px; margin: 16px auto; padding: 0 12px; }
.block-gap { margin-top: 12px; }
.token-box, .json-box {
  background: #0b1020;
  color: #d1e8ff;
  border-radius: 6px;
  padding: 10px;
  font-size: 12px;
  max-height: 180px;
  overflow: auto;
  white-space: pre-wrap;
}
.json-light {
  background: #fafafa;
  color: #222;
  border: 1px solid #eee;
}
.toolbar a { margin-right: 8px; margin-bottom: 8px; }
.table-wrap { overflow-x: auto; }

/* layui-admin like layout */
.admin-layout,
.admin-layout body {
  height: 100%;
}
.admin-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #1f2d3d;
  color: #fff;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
}
.admin-logo {
  font-size: 16px;
  font-weight: 600;
}
.admin-header-right {
  display: flex;
  align-items: center;
  gap: 12px;
}
.admin-sidebar {
  position: fixed;
  top: 56px;
  left: 0;
  bottom: 0;
  width: 220px;
  background: #263445;
  overflow-y: auto;
}
.admin-sidebar .layui-nav {
  width: 100%;
  border-radius: 0;
}
.admin-main {
  position: fixed;
  top: 56px;
  left: 220px;
  right: 0;
  bottom: 0;
  background: #f2f4f7;
}
.admin-iframe {
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
}
