@charset "UTF-8";
/*
* 设计系统色板 —— Industry
* 方形、细边框、蓝图角标。
*/
/* 警示色：表单报错、点数不足等 */
/* 旧变量别名，保证未改版页面继续编译并同步换色 */
/*
* 字体
* 不引入外部资源：默认使用系统字体栈。
* 若日后自托管 Barlow，把 woff2 放到 /static/www/font/ 下并打开下面的 @font-face 即可，
* 其余样式无需改动。
*/
/*
@font-face{
    font-family:'Barlow';
    src:url('/static/www/font/barlow-400.woff2') format('woff2');
    font-weight:400;
    font-display:swap;
}
@font-face{
    font-family:'Barlow';
    src:url('/static/www/font/barlow-600.woff2') format('woff2');
    font-weight:600;
    font-display:swap;
}
@font-face{
    font-family:'Barlow Condensed';
    src:url('/static/www/font/barlow-condensed-600.woff2') format('woff2');
    font-weight:600;
    font-display:swap;
}
*/
/* 内容区最大宽度 */
/*
* 清除浮动
* 调用方法：@extend %clearfix;
*/
/*
* 小标题（栏目眉题）
* 调用方法：@include kicker; 或 @include kicker(12px);
* 例：01 · 快速查询 · LOOKUP
*/
/*
* 等宽数字，用于 IP、延迟、点数等数值
* 调用方法：@include tnum;
*/
/*
* 大号压缩字，用于 IP / 评分 / 点数
* 调用方法：@include display(48px);
*/
/*
* 单行省略
* 调用方法：@extend %ellipsis;
*/
/*
* 响应式宏
* 调用方法：@include respond-to(small) { ... }
*/
.container > .inner {
  padding-top: 40px;
  padding-bottom: 56px;
}

.mod-toolbox {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 48px;
  align-items: start;
}
.mod-toolbox .side .hr {
  margin: 12px 0 4px;
}
.mod-toolbox .side .cat-link {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 10px 0;
  border-bottom: 1px solid rgba(29, 31, 32, 0.08);
  font-size: 14px;
}
.mod-toolbox .side .cat-link .t {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.mod-toolbox .side .cat-link .no {
  font-family: "Barlow", ui-sans-serif, -apple-system, "Segoe UI", Roboto, "PingFang SC", "Microsoft Yahei", Arial, sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #416180;
}
.mod-toolbox .side .cat-link .v {
  font-family: "Barlow", ui-sans-serif, -apple-system, "Segoe UI", Roboto, "PingFang SC", "Microsoft Yahei", Arial, sans-serif;
  font-size: 12px;
  color: rgba(29, 31, 32, 0.5);
}
.mod-toolbox .side .cat-link.active {
  color: #5980a6;
}
.mod-toolbox .side .cat-out {
  margin-top: 8px;
  border-bottom: 0;
}
.mod-toolbox .main > .hr {
  margin: 12px 0 20px;
}
.mod-toolbox .main .page-hd {
  align-items: end;
}
.mod-toolbox .main .page-hd h1 {
  white-space: nowrap;
}
.mod-toolbox .main .page-hd p {
  max-width: 46ch;
}
.mod-toolbox .filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin: 24px 0 8px;
}
.mod-toolbox .filter .chips {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.mod-toolbox .filter .chips .tag {
  font-size: 12px;
  cursor: pointer;
}
.mod-toolbox .filter .find {
  position: relative;
  width: 260px;
}
.mod-toolbox .filter .find .input {
  min-height: 34px;
  padding-right: 56px;
  font-size: 13px;
}
.mod-toolbox .filter .find .count {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Barlow", ui-sans-serif, -apple-system, "Segoe UI", Roboto, "PingFang SC", "Microsoft Yahei", Arial, sans-serif;
  font-size: 12px;
  color: rgba(29, 31, 32, 0.5);
  font-feature-settings: "tnum" 1;
}
.mod-toolbox .main > .hr:last-of-type {
  margin: 8px 0 32px;
}
.mod-toolbox .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 28px;
}
.mod-toolbox .tool {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px 20px 16px;
  color: #1d1f20;
}
.mod-toolbox .tool:hover {
  border-color: #5980a6;
}
.mod-toolbox .tool .hd {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px;
}
.mod-toolbox .tool .label {
  font-family: "Barlow", ui-sans-serif, -apple-system, "Segoe UI", Roboto, "PingFang SC", "Microsoft Yahei", Arial, sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #416180;
  white-space: nowrap;
}
.mod-toolbox .tool .tags {
  display: flex;
  gap: 4px;
}
.mod-toolbox .tool h3 {
  font-size: 22px;
  line-height: 24px;
}
.mod-toolbox .tool p {
  flex: 1;
  margin: 0;
  font-size: 13px;
  line-height: 20px;
  color: rgba(29, 31, 32, 0.7);
}
.mod-toolbox .tool .go {
  font-family: "Barlow", ui-sans-serif, -apple-system, "Segoe UI", Roboto, "PingFang SC", "Microsoft Yahei", Arial, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.08em;
  color: #416180;
}

@media screen and (max-width: 799px) {
  .container > .inner {
    padding-top: 20px;
    padding-bottom: 28px;
  }
  .mod-toolbox {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .mod-toolbox .side .cat-link {
    padding: 8px 0;
  }
  .mod-toolbox .main .page-hd h1 {
    white-space: normal;
  }
  .mod-toolbox .filter {
    margin: 16px 0 8px;
  }
  .mod-toolbox .filter .find {
    width: 100%;
  }
  .mod-toolbox .grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}