.addon-category-tabs{
  display:flex;
  justify-content:center;
  width:100%;
  margin:0 0 26px;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  overflow:visible;
}
.addon-category-tabs .track{
  display:flex;
  justify-content:flex-start;
  flex-wrap:nowrap;
  gap:2px;
  width:max-content;
  max-width:100%;
  padding:2px;
  border:0;
  border-radius:var(--r-md);
  background:#78788024;
  overflow-x:auto;
  overscroll-behavior-x:contain;
  scrollbar-width:none;
}
.addon-category-tabs .track::-webkit-scrollbar{display:none}
.addon-category-tabs .tab{
  display:inline-flex;
  flex:0 0 auto;
  align-items:center;
  justify-content:center;
  gap:6px;
  width:auto;
  min-width:0;
  min-height:0;
  padding:9px 16px;
  border:0;
  border-radius:calc(var(--r-md) - 3px);
  color:var(--ink-2);
  background:transparent;
  box-shadow:none;
  white-space:nowrap;
  font-size:13px;
  font-weight:600;
  line-height:normal;
  transition:all var(--t-ui) var(--spring);
}
.addon-category-tabs .tab i{
  margin:0;
  color:inherit;
  font-size:inherit;
}
.addon-category-tabs .tab:hover{
  color:var(--teal);
  background:transparent;
  transform:none;
}
.addon-category-tabs .tab.active{
  border:0;
  color:var(--teal);
  background:#fff;
  box-shadow:0 2px 8px -2px #0000002e,0 1px 2px #0000001a;
}
.addon-category-tabs .tab.active i{color:inherit}
.addon-category-select-wrap{display:none!important}
.addons-shell.category-mode{display:block}
.addons-shell.category-mode .addon-cat{margin:0}
.addons-shell.category-mode .addon-cat[hidden]{display:none!important}
#addonGroups.addons-shell.category-mode .addon-cat:not([hidden]){
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  animation:addon-category-in .24s var(--ease-out) both;
}
.addon-cat-head{display:none!important}
.addon-cat .mc-desc,.custom-tag-head p,.tag-review-note{display:none!important}
.addon-grid .mini-card{
  min-height:138px!important;
  padding:15px 16px!important;
  border-radius:20px;
}
.addon-grid .mini-card .mc-head{margin-bottom:16px}
.addon-grid .mini-card .mc-foot{padding-top:11px}
.addon-grid .mini-card .mc-price{font-size:17px}
.custom-tag-head>div{display:flex;align-items:center}
.custom-tag-head h4{margin:0}
.tag-third-color[hidden]{display:none!important}
#tagPreviewText{font-weight:500!important;font-synthesis:weight style}
#tagPreviewText>span{
  text-decoration-color:currentColor!important;
  text-decoration-skip-ink:none;
}
.custom-tag-builder:has([data-tag-style="bold"][aria-pressed="true"]) #tagPreviewText{
  font-weight:900!important;
}
.invoice-tag-preview-card{
  margin:0 0 14px;
  padding:13px;
  border:.5px solid var(--mat-brd-soft);
  border-radius:18px;
  background:#fffaf0b8;
}
.invoice-tag-preview-label{
  display:block;
  margin-bottom:9px;
  color:var(--ink-mute);
  text-align:center;
  font-size:10px;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.invoice-tag-preview{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:58px;
  padding:11px 14px;
  border-radius:14px;
  color:#d8d8d8;
  background:#242529;
  font-family:monospace;
  font-size:17px;
  line-height:1.45;
  text-align:center;
}
.invoice-tag-preview .tag-bracket{color:#777}
.invoice-tag-preview-text{white-space:pre-wrap}
.invoice-tag-preview-meta{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:6px;
  margin-top:9px;
}
.invoice-tag-preview-meta span{
  padding:4px 8px;
  border:.5px solid var(--mat-brd-soft);
  border-radius:999px;
  color:var(--ink-soft);
  background:#fff;
  font-size:9px;
  font-weight:650;
}
@keyframes addon-category-in{
  from{opacity:0;transform:translateY(6px)}
  to{opacity:1;transform:translateY(0)}
}
@media(max-width:640px){
  .addon-category-tabs{margin-bottom:18px}
  .addon-category-tabs .track{width:100%}
  .addon-category-tabs .tab{
    flex:0 0 auto;
    min-width:max-content;
    padding:8px 10px;
    font-size:11px;
  }
  .addon-grid{gap:10px}
  .addon-grid .mini-card{
    min-height:124px!important;
    padding:14px!important;
    border-radius:18px;
  }
  .addon-grid .mini-card .mc-head{margin-bottom:13px}
  .addon-grid .mini-card .mc-foot{padding-top:10px}
  .invoice-tag-preview{font-size:15px}
}
.chatcolor-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.chatcolor-choice{min-height:62px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;gap:4px!important;overflow:hidden}.chatcolor-choice-swatch{display:block;max-width:100%;font-size:15px;line-height:1.2;white-space:nowrap}.chatcolor-choice small{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chatcolor-live-preview{margin:12px 0 4px;padding:13px;border:1px solid var(--line);border-radius:15px;background:#fbfaf6}.chatcolor-live-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:9px}.chatcolor-live-head>span{color:var(--ink);font-size:10px;font-weight:800}.chatcolor-live-head>small{color:var(--ink-mute);font-size:8px}.chatcolor-game-line{display:flex;align-items:center;gap:5px;min-height:52px;padding:12px 13px;margin-bottom:10px;border-radius:12px;background:#242529;color:#f4f4f4;font-family:monospace;font-size:12px;line-height:1.4;overflow:hidden}.chatcolor-game-player{flex:0 0 auto;color:#aaa;font-weight:700;text-shadow:0 1px 1px rgba(0,0,0,.55)}.chatcolor-game-separator{color:#777;text-shadow:0 1px 1px rgba(0,0,0,.55)}.chatcolor-game-message{min-width:0;overflow-wrap:anywhere}.chatcolor-preview-input{margin:0!important}.chatcolor-preview-input input{font-size:11px!important}@media(max-width:520px){.chatcolor-choice-grid{grid-template-columns:1fr 1fr}.chatcolor-choice{min-height:58px!important}.chatcolor-choice-swatch{font-size:14px}.chatcolor-live-head{align-items:flex-start;flex-direction:column;gap:2px}.chatcolor-game-line{font-size:11px}}

