:root {
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "PingFang SC",
    "Microsoft YaHei",
    sans-serif;
  color: #25332d;
  background: #f8f9f6;
  font-synthesis: none;
  --green: #2f5848;
  --muted: #87908a;
  --border: #e3e7df;
  --accent: #e9efdf;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
input,
select {
  font: inherit;
}
button,
a,
input,
select {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: wait;
  opacity: 0.5;
}
button,
a {
  color: inherit;
}
a {
  text-decoration: none;
}
svg {
  flex-shrink: 0;
  vertical-align: middle;
}
button:focus-visible,
a:focus-visible {
  outline: 3px solid #99b791;
  outline-offset: 3px;
}
input:focus,
select:focus {
  outline: 2px solid #8aa980;
  outline-offset: 1px;
}
input,
select {
  width: 100%;
  height: 44px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fff;
  padding: 10px 12px;
  color: #27392f;
}
input::placeholder {
  color: #9ba29c;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1 {
  font-size: 34px;
  line-height: 1.35;
  letter-spacing: -1.4px;
  font-weight: 650;
}
h2 {
  font-size: 22px;
  letter-spacing: -0.5px;
}
h3 {
  font-size: 18px;
}
.muted {
  color: var(--muted);
}
.space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-spacer {
  flex: 1;
}
.boot {
  height: 100vh;
  display: grid;
  place-items: center;
  color: var(--green);
}
.sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  width: 246px;
  background: #f1f3ed;
  border-right: 1px solid var(--border);
  padding: 32px 20px 20px;
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 750;
  letter-spacing: -0.7px;
  white-space: nowrap;
}
.brand-light {
  font-weight: 420;
}
.brand small {
  display: block;
  letter-spacing: 2px;
  font-size: 9px;
  color: var(--muted);
  font-weight: 500;
  margin-top: 5px;
}
.brand-mark {
  background: #294f40;
  color: #f4f6e9;
  width: 36px;
  height: 39px;
  border-radius: 10px;
  display: grid;
  place-items: center;
}
.workspace {
  display: flex;
  gap: 10px;
  align-items: center;
  border: 1px solid #dce2d5;
  border-radius: 9px;
  padding: 12px 10px;
  margin: 35px 0 28px;
  background: #f9faf6;
  font-size: 12px;
  font-weight: 600;
}
.workspace-avatar {
  background: #e0e8d2;
  border: 1px solid #d4dec9;
  border-radius: 7px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  font-size: 13px;
}
.workspace small {
  display: block;
  font-size: 9px;
  font-weight: 400;
  color: var(--muted);
  margin-top: 5px;
}
.status-dot {
  width: 5px;
  height: 5px;
  background: #769d65;
  border-radius: 50%;
  margin-left: auto;
}
.nav-caption {
  font-size: 10px;
  letter-spacing: 1px;
  color: #849080;
  margin: 0 10px 10px;
}
.nav-caption.space-between {
  margin-top: 30px;
  margin-bottom: 8px;
}
.nav-item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  background: none;
  border: 0;
  border-radius: 7px;
  padding: 12px 10px;
  text-align: left;
  font-size: 12px;
  color: #627164;
  min-width: 0;
}
.nav-item > span:first-of-type {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}
.nav-item:hover {
  background: #e9ede3;
}
.nav-item.active {
  background: #e1e9d5;
  color: #2d503c;
  font-weight: 600;
}
.nav-number {
  font-size: 10px;
  font-weight: 450;
  white-space: nowrap;
  letter-spacing: -0.3px;
}
.group-nav {
  overflow: auto;
  max-height: 35vh;
}
.sidebar-hint {
  padding: 12px 10px 10px;
  font-size: 11px;
  line-height: 1.9;
  color: #9aa18f;
}
.new-group-link {
  border: 1px dashed #d0d9c9;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 11px;
  color: #72826a;
  border-radius: 7px;
  padding: 10px;
  margin: 14px 8px;
}
.new-group-link:hover {
  background: #e8eedf;
}
.sidebar-bottom {
  margin-top: auto;
  padding: 24px 9px 0;
  color: #77846f;
}
.tip-mark {
  color: #708b5f;
  margin-bottom: 12px;
}
.sidebar-bottom strong {
  font-size: 11px;
  font-weight: 550;
}
.sidebar-bottom p {
  font-size: 10px;
  line-height: 1.9;
  color: #919b87;
  margin-top: 8px;
}
.sidebar-foot {
  margin-top: 27px;
  padding-top: 17px;
  border-top: 1px solid #dfe5d8;
  display: flex;
  justify-content: space-between;
  font-size: 8px;
  letter-spacing: 0.5px;
  color: #9aa48f;
}
.main {
  margin-left: 246px;
}
.topbar {
  height: 78px;
  border-bottom: 1px solid var(--border);
  padding: 0 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
  color: #8d968c;
  background: #fbfcf9;
}
.topbar > span,
.topbar > div {
  display: flex;
  align-items: center;
  gap: 12px;
}
.topbar strong {
  font-weight: 450;
  color: #485b4d;
}
.topbar > div {
  gap: 24px;
}
.local-label {
  font-size: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.local-label i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #94ae7a;
}
.content {
  max-width: 1550px;
  padding: 45px 46px 0;
  margin: auto;
}
.eyebrow {
  font-size: 9px;
  letter-spacing: 2px;
  color: #7c926b;
  font-weight: 600;
  margin-bottom: 13px;
}
.heading-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 29px;
}
.heading-dot {
  color: #829d68;
}
.subtitle {
  font-size: 12px;
  color: #8a948b;
  margin-top: 12px;
  line-height: 1.8;
}
.catalogue-stat {
  text-align: right;
  flex-shrink: 0;
  padding: 4px 0 4px 24px;
  border-left: 1px solid var(--border);
}
.catalogue-stat strong {
  font-size: 31px;
  letter-spacing: -1.3px;
  font-weight: 450;
  display: block;
}
.catalogue-stat span {
  font-size: 10px;
  color: #9aa28e;
  display: block;
  margin-top: 5px;
}
.search-box {
  display: flex;
  gap: 13px;
  align-items: center;
  border: 1px solid #d8dfd1;
  background: #fff;
  border-radius: 10px;
  padding: 0 17px;
  box-shadow: 0 2px 3px #27331c03;
  color: #84957d;
  height: 57px;
}
.search-box:focus-within {
  border-color: #9cb48e;
  box-shadow: 0 0 0 3px #adbf991f;
}
.search-box input {
  border: 0;
  box-shadow: none;
  height: 100%;
  padding: 0;
  font-size: 12px;
  outline: none;
  background: transparent;
}
.search-box kbd {
  border: 1px solid var(--border);
  width: 22px;
  height: 23px;
  display: grid;
  place-items: center;
  border-radius: 4px;
  font-size: 11px;
  color: #a4aa9e;
  background: #fbfcf9;
}
.collection-tabs {
  display: flex;
  gap: 7px;
  margin: 17px 0 28px;
  flex-wrap: wrap;
}
.collection-tabs button {
  border: 1px solid var(--border);
  border-radius: 6px;
  background: #fff;
  font-size: 10px;
  padding: 8px 13px;
  color: #7e897b;
  transition: 0.15s;
}
.collection-tabs button:hover {
  border-color: #95aa80;
}
.collection-tabs button.selected {
  background: #335641;
  border-color: #335641;
  color: #f5f8ef;
}
.grid-heading {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 17px;
  min-height: 24px;
}
.grid-heading > div {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.grid-heading strong {
  font-size: 12px;
  font-weight: 550;
}
.grid-heading > div > span {
  font-size: 10px;
  color: #98a08f;
}
.toggle {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 10px;
  white-space: nowrap;
  color: #8b9684;
  cursor: pointer;
}
.toggle input {
  appearance: none;
  width: 26px;
  height: 15px;
  border-radius: 20px;
  background: #dce2d4;
  border: 0;
  position: relative;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.toggle input:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  top: 2px;
  left: 2px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 1px 2px #0001;
  transition: 0.15s;
}
.toggle input:checked {
  background: #3f6d51;
}
.toggle input:checked:before {
  left: 13px;
}
.icon-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(108px, 1fr));
  gap: 10px;
}
.icon-tile {
  min-width: 0;
  position: relative;
  border: 1px solid var(--border);
  border-radius: 9px;
  background: #fff;
  padding: 16px 8px 13px;
  min-height: 121px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition:
    transform 0.15s,
    border-color 0.15s,
    box-shadow 0.15s;
  color: #334238;
  overflow: hidden;
}
.icon-tile:hover {
  border-color: #a9b999;
  box-shadow: 0 4px 14px #485c2d09;
  transform: translateY(-2px);
}
.icon-picture {
  height: 50px;
  display: grid;
  place-items: center;
  width: 100%;
  margin-bottom: 10px;
}
.icon-picture img {
  max-height: 32px;
  max-width: 36px;
  object-fit: contain;
}
.icon-picture img:not([src]) {
  visibility: hidden;
}
.icon-picture img.failed {
  visibility: visible;
  font-size: 8px;
}
.icon-name {
  font-size: 10px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 450;
}
.icon-prefix {
  font-size: 8px;
  color: #a6ac9c;
  margin-top: 5px;
  letter-spacing: 0.3px;
}
.tile-add {
  position: absolute;
  right: 7px;
  top: 7px;
  border-radius: 4px;
  background: #edf2e5;
  color: #4e6c3d;
  padding: 2px;
  display: grid;
  opacity: 0;
  transition: 0.15s;
}
.icon-tile:hover .tile-add,
.icon-tile:focus-visible .tile-add {
  opacity: 1;
}
.load-more {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  margin: 30px auto;
}
.load-more > span {
  font-size: 9px;
  color: #a0a98f;
}
.main-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #a2ab97;
  font-size: 9px;
  letter-spacing: 0.5px;
  padding: 24px 0;
  border-top: 1px solid var(--border);
  margin-top: 35px;
}
.button {
  border: 1px solid transparent;
  border-radius: 7px;
  min-height: 39px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 10px 15px;
  font-size: 11px;
  white-space: nowrap;
  font-weight: 500;
  transition: 0.15s;
}
.button.primary {
  background: var(--green);
  color: #fff;
}
.button.primary:hover {
  background: #244836;
}
.button.secondary {
  background: #fff;
  border-color: #dce3d4;
  color: #65745f;
}
.button.secondary:hover {
  background: #f2f6ec;
  border-color: #adbc9e;
}
.button.small {
  min-height: 32px;
  padding: 7px 10px;
  font-size: 10px;
}
.button.destructive {
  background: #b94338;
  color: white;
}
.icon-button {
  border: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-radius: 5px;
  color: #7d8f75;
  font-size: 10px;
}
.icon-button:hover {
  background: #e5eddb;
}
.text-button {
  border: 0;
  background: transparent;
  padding: 8px 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 11px;
  color: #69825b;
}
.text-button:hover {
  color: #284e3b;
}
.text-button.danger {
  color: #a96757;
}
.full {
  width: 100%;
  margin-top: 14px;
}
.empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
  min-height: 300px;
  color: #9aaa8e;
}
.empty h3 {
  color: #526849;
}
.empty p {
  font-size: 12px;
  line-height: 1.8;
}
.spinner {
  width: 25px;
  height: 25px;
  border: 2px solid #d8e3ce;
  border-top-color: #4b7650;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.notice {
  background: #edf1e5;
  border: 1px solid #dce5d0;
  padding: 10px 13px;
  border-radius: 6px;
  color: #7a885f;
  font-size: 11px;
  margin-bottom: 15px;
}
.group-title {
  display: flex;
  align-items: center;
  gap: 14px;
}
.group-title h1 {
  overflow-wrap: anywhere;
}
.group-actions {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 10px 0 25px;
}
.group-empty {
  background: #fff;
  border: 1px dashed #d1ddc4;
  border-radius: 12px;
  min-height: 335px;
}
.releases {
  margin-top: 45px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 17px;
}
.section-heading h2 {
  font-size: 16px;
  letter-spacing: 0;
}
.section-heading > span {
  font-size: 10px;
  color: #99a18e;
}
.release-empty {
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 24px;
  background: #fff;
  color: #9aa48d;
  font-size: 11px;
}
.release-row {
  display: flex;
  align-items: center;
  gap: 13px;
  border: 1px solid var(--border);
  background: #fff;
  border-radius: 8px;
  padding: 17px;
  margin-bottom: 9px;
  min-width: 0;
}
.release-icon {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  background: #eff4e8;
  color: #70825c;
  border-radius: 8px;
}
.release-row strong {
  font-size: 12px;
  font-weight: 550;
  overflow-wrap: anywhere;
}
.release-row small {
  display: block;
  color: #a1aa94;
  font-size: 9px;
  margin-top: 7px;
}
.version {
  display: inline-block;
  background: #edf3e4;
  color: #6e8757;
  font-size: 10px;
  border: 1px solid #dce8cf;
  padding: 3px 7px;
  border-radius: 4px;
  letter-spacing: 0;
  vertical-align: middle;
  font-weight: 500;
  margin-left: 8px;
}
.drawer-backdrop {
  position: fixed;
  inset: 0;
  background: #1d301732;
  z-index: 5;
  backdrop-filter: blur(1px);
}
.drawer {
  position: fixed;
  inset: 0 0 0 auto;
  z-index: 6;
  background: #fff;
  width: 390px;
  max-width: 100vw;
  box-shadow: -6px 0 40px #21351b12;
  overflow: auto;
}
.drawer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 28px;
  font-size: 9px;
  letter-spacing: 1.4px;
  color: #91a181;
}
.large-preview {
  display: grid;
  place-items: center;
  background-color: #f5f7f0;
  background-image: radial-gradient(#ced8c3 0.65px, transparent 0.65px);
  background-size: 12px 12px;
  margin: 0 26px;
  border: 1px solid #e0e8d8;
  border-radius: 11px;
  height: 212px;
}
.large-preview img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}
.drawer-body {
  padding: 29px 28px;
}
.drawer-body h2 {
  font-size: 22px;
  overflow-wrap: anywhere;
  margin-bottom: 24px;
}
.drawer-body .eyebrow {
  margin-bottom: 8px;
}
.metadata-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 0;
  font-size: 10px;
  border-bottom: 1px solid #eef1e8;
}
.metadata-row span {
  color: #93a085;
  flex-shrink: 0;
}
.metadata-row strong {
  font-weight: 450;
  text-align: right;
  overflow-wrap: anywhere;
  max-width: 80%;
}
.two-buttons {
  display: flex;
  gap: 9px;
  margin-top: 21px;
}
.two-buttons > * {
  flex: 1;
  min-width: 0;
}
.drawer-separator {
  border-top: 1px solid var(--border);
  margin: 28px 0 24px;
}
.field-label {
  display: block;
  font-size: 11px;
  color: #617456;
  margin: 18px 0 9px;
}
.small-note {
  color: #9aa58f;
  font-size: 10px;
  line-height: 1.9;
  margin-top: 20px;
}
.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 10;
  background: #172d244d;
  backdrop-filter: blur(3px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.modal {
  background: #fbfcf8;
  border: 1px solid #e8eedf;
  box-shadow: 0 20px 80px #1c332d25;
  border-radius: 16px;
  width: 430px;
  padding: 34px;
  position: relative;
  max-height: 90vh;
  overflow: auto;
}
.modal-close {
  position: absolute;
  right: 16px;
  top: 16px;
}
.modal-symbol {
  width: 49px;
  height: 49px;
  border-radius: 13px;
  background: #e9efde;
  color: #59724a;
  display: grid;
  place-items: center;
  margin-bottom: 23px;
}
.modal h2 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.7px;
}
.modal > p {
  font-size: 11px;
  color: #93a185;
  line-height: 1.9;
  margin-top: 11px;
}
.modal .full {
  margin-top: 20px;
}
.modal input,
.modal select {
  font-size: 12px;
}
.upload-zone {
  border: 1px dashed #b4c8a0;
  background: #f0f5e8;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  padding: 30px 10px;
  margin-top: 19px;
  color: #769567;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
}
.upload-zone:hover,
.upload-zone.dragging {
  border-color: #5f864b;
  background: #e9f1dd;
}
.upload-zone strong {
  font-size: 12px;
  font-weight: 500;
  color: #546e45;
}
.upload-zone span {
  font-size: 9px;
  color: #92a582;
}
.upload-zone input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.error-list {
  font-size: 10px;
  color: #ac5949;
  line-height: 1.9;
  max-height: 140px;
  overflow: auto;
  padding-top: 14px;
}
.success {
  background: #e0edcf;
  color: #628247;
}
#toast {
  position: fixed;
  left: 50%;
  bottom: 35px;
  transform: translate(-50%, 15px);
  background: #2c4936;
  color: #f9fbed;
  padding: 13px 22px;
  border-radius: 9px;
  font-size: 12px;
  box-shadow: 0 7px 25px #29462c22;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
  z-index: 20;
  max-width: 90vw;
  text-align: center;
}
#toast.visible {
  opacity: 1;
  transform: translate(-50%, 0);
}
.share-page {
  max-width: 1130px;
  margin: auto;
  padding: 0 35px;
}
.share-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid var(--border);
}
.published-badge {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  color: #719253;
}
.share-hero {
  padding: 56px 0 37px;
}
.share-hero h1 {
  font-size: 39px;
  overflow-wrap: anywhere;
}
.share-hero h1 .version {
  font-size: 13px;
  padding: 5px 10px;
  margin-left: 16px;
}
.share-hero p {
  font-size: 11px;
  line-height: 1.8;
  margin: 15px 0 23px;
  color: #8d9b80;
}
.share-help {
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 24px;
  margin-top: 30px;
  background: #f0f4e9;
}
.share-help strong {
  font-size: 12px;
  font-weight: 550;
}
.share-help p {
  font-size: 11px;
  line-height: 1.9;
  color: #90a17f;
  margin-top: 9px;
}
@media (min-width: 1500px) {
  .icon-grid {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  }
  .icon-tile {
    min-height: 135px;
  }
  .icon-picture {
    height: 60px;
  }
}
@media (max-width: 1100px) {
  .sidebar {
    width: 218px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .main {
    margin-left: 218px;
  }
  .content {
    padding: 32px 28px 0;
  }
  .topbar {
    padding: 0 28px;
  }
  .catalogue-stat {
    display: none;
  }
  .icon-grid {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  }
  .collection-tabs button {
    padding: 7px 10px;
  }
  .brand {
    font-size: 16px;
  }
  .grid-heading {
    align-items: flex-start;
  }
  .grid-heading > div {
    gap: 5px;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 760px) {
  .sidebar {
    position: relative;
    width: 100%;
    padding: 18px 20px 12px;
    border-right: 0;
    border-bottom: 1px solid var(--border);
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
  }
  .sidebar .brand {
    grid-column: 1;
  }
  .workspace {
    display: none;
  }
  .sidebar .nav-caption,
  .sidebar-hint,
  .sidebar-bottom {
    display: none;
  }
  .sidebar > .nav-item {
    grid-row: 1;
    grid-column: 2;
    width: auto;
    font-size: 11px;
    padding: 10px;
  }
  .sidebar > .nav-item .nav-number {
    display: none;
  }
  .group-nav {
    grid-column: 1/-1;
    display: flex;
    gap: 8px;
    max-height: none;
    overflow: auto;
  }
  .group-nav:empty {
    display: none;
  }
  .group-nav .nav-item {
    width: auto;
    flex-shrink: 0;
    max-width: 200px;
    font-size: 11px;
    padding: 8px;
  }
  .new-group-link {
    grid-column: 1/-1;
    margin: 0;
    width: 100%;
    font-size: 10px;
    padding: 7px;
  }
  .main {
    margin: 0;
  }
  .topbar {
    height: 60px;
    padding: 0 20px;
  }
  .topbar > div {
    gap: 9px;
  }
  .local-label {
    display: none;
  }
  .content {
    padding: 28px 20px 0;
  }
  h1 {
    font-size: 28px;
  }
  .heading-row {
    gap: 10px;
    margin-bottom: 22px;
    align-items: flex-start;
  }
  .subtitle {
    font-size: 11px;
    margin-top: 10px;
  }
  .search-box {
    height: 51px;
    padding: 0 12px;
  }
  .search-box input {
    font-size: 11px;
  }
  .search-box kbd {
    display: none;
  }
  .collection-tabs {
    gap: 6px;
    margin-bottom: 22px;
  }
  .collection-tabs button {
    font-size: 9px;
    padding: 7px 9px;
  }
  .grid-heading {
    gap: 10px;
  }
  .grid-heading strong {
    font-size: 11px;
  }
  .toggle {
    font-size: 9px;
  }
  .toggle svg {
    display: none;
  }
  .icon-grid {
    grid-template-columns: repeat(auto-fill, minmax(88px, 1fr));
    gap: 8px;
  }
  .icon-tile {
    min-height: 111px;
    padding: 12px 6px;
  }
  .icon-picture {
    height: 42px;
  }
  .icon-name {
    font-size: 9px;
  }
  .heading-row > .button {
    font-size: 10px;
    padding: 9px;
  }
  .group-actions {
    flex-wrap: wrap;
  }
  .group-actions .button {
    font-size: 10px;
    padding: 9px;
  }
  .group-actions .flex-spacer {
    display: none;
  }
  .group-actions .danger {
    margin-left: auto;
    font-size: 10px;
  }
  .section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  .release-row {
    padding: 12px;
    gap: 8px;
    flex-wrap: wrap;
  }
  .release-row .release-icon {
    width: 30px;
    height: 30px;
  }
  .release-row strong {
    font-size: 11px;
  }
  .release-row > .text-button {
    font-size: 10px;
  }
  .release-row .small {
    font-size: 9px;
  }
  .releases {
    margin-top: 30px;
  }
  .drawer {
    width: 360px;
  }
  .modal {
    padding: 28px;
    width: 100%;
  }
  .share-page {
    padding: 0 20px;
  }
  .share-top {
    padding: 20px 0;
  }
  .share-top .brand {
    font-size: 15px;
  }
  .published-badge {
    font-size: 9px;
  }
  .share-hero {
    padding-top: 37px;
  }
  .share-hero h1 {
    font-size: 30px;
  }
  .main-footer {
    font-size: 8px;
  }
  .share-help {
    padding: 18px;
  }
  .sidebar .brand small {
    font-size: 8px;
  }
  .brand-mark {
    width: 33px;
    height: 35px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before {
    transition: none !important;
    animation: none !important;
  }
}
.feishu-login { margin: 8px 0 18px; }
.token-login summary { cursor: pointer; margin-bottom: 16px; font-size: 13px; }
.token-login .button { margin-top: 16px; }
.nav-user { max-width: 120px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 13px; }
@media (max-width: 600px) { .nav-user { display: none; } }
