﻿@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;600;700&display=swap");

:root {
  --font-family-base: "Noto Sans SC", "PingFang SC", "HarmonyOS Sans SC", "Microsoft YaHei", "Hiragino Sans GB", "Source Han Sans SC", sans-serif;
  --font-family-capture: "Noto Sans SC", "PingFang SC", "HarmonyOS Sans SC", "Microsoft YaHei", "Hiragino Sans GB", "Source Han Sans SC", sans-serif;
}

body {
  margin: 0;
  color: var(--figma-color-text-primary);
  font-family: var(--font-family-base);
  background:
    radial-gradient(1200px 420px at 18% -10%, rgba(201, 162, 39, .1), transparent 60%),
    radial-gradient(900px 340px at 100% 0%, rgba(201, 162, 39, .05), transparent 58%),
    var(--figma-color-bg-default)
}

a {
  text-decoration: none;
  color: inherit
}

.shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 76px 1fr
}

.topbar {
  height: 52px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, 0)), var(--figma-color-bg-elevated);
  border-bottom: 1px solid var(--figma-color-border-default);
  font-size: 12px;
  position: relative
}

.topbar::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 162, 39, .55), transparent)
}

.crumb-mini {
  color: var(--figma-color-text-secondary)
}

.top-actions {
  display: flex;
  align-items: center;
  gap: 10px
}

.top-search-box {
  height: 28px;
  min-width: 170px;
  padding: 0 10px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border: 1px solid var(--figma-color-border-default);
  background: linear-gradient(180deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, 0)), var(--figma-color-surface-default);
  color: var(--figma-color-text-secondary);
  font-size: 12px
}

.top-search-kbd {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  padding: 0 6px;
  border-radius: 999px;
  border: 1px solid var(--figma-color-border-default);
  font-size: 10px;
  color: var(--figma-color-text-secondary)
}

.action-group {
  display: flex;
  align-items: center;
  gap: 8px
}

.action-sep {
  width: 1px;
  height: 16px;
  background: var(--figma-color-border-default);
  opacity: .9
}

.top-ico {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: var(--figma-color-text-secondary);
  border: 1px solid var(--figma-color-border-default);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, 0)), var(--figma-color-surface-default)
}

.top-ico-btn {
  cursor: pointer
}

.top-ico:hover {
  border-color: rgba(201, 162, 39, .35);
  color: var(--figma-color-text-primary)
}

.top-lang {
  font-size: 12px;
  font-weight: 600
}

.top-chip {
  height: 28px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 10px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, 0)), var(--figma-color-bg-default);
  color: var(--figma-color-text-primary);
  border: 1px solid var(--figma-color-border-default)
}

.top-chip-label {
  font-size: 12px;
  color: var(--figma-color-text-secondary)
}

.top-chip-sep {
  width: 1px;
  height: 12px;
  background: var(--figma-color-border-default)
}

.top-chip-score {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 600
}

.top-chip-star {
  font-size: 11px;
  opacity: .9
}

.avatar {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--figma-color-surface-hover);
  border: 1px solid var(--figma-color-border-default);
  display: inline-block;
  box-shadow: 0 0 0 2px rgba(201, 162, 39, .1)
}

.avatar-wrap {
  position: relative
}

.avatar-btn {
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  display: none
}

.login-entry {
  height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(201, 162, 39, .45);
  background: rgba(201, 162, 39, .12);
  color: var(--figma-color-brand-highlight);
  font-size: 12px;
  cursor: pointer
}

.profile-menu {
  position: absolute;
  right: 0;
  top: 34px;
  width: 250px;
  display: none;
  z-index: 1100;
  border: 1px solid var(--figma-color-border-default);
  background: linear-gradient(180deg, rgba(255, 255, 255, .02), rgba(255, 255, 255, 0)), var(--figma-color-bg-elevated);
  border-radius: 12px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, .45)
}

.profile-menu.open {
  display: block
}

.profile-head {
  padding: 14px 12px;
  border-bottom: 1px solid var(--figma-color-border-default);
  display: grid;
  justify-items: center;
  gap: 6px
}

.profile-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(201, 162, 39, .45);
  background: radial-gradient(circle at 30% 20%, rgba(201, 162, 39, .35), rgba(201, 162, 39, .08) 58%, transparent 100%)
}

.profile-phone {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: var(--figma-color-text-primary)
}

.profile-id {
  font-size: 12px;
  color: var(--figma-color-text-secondary)
}

.profile-list {
  padding: 8px 0
}

.profile-item {
  width: 100%;
  height: 38px;
  border: 0;
  background: transparent;
  color: var(--figma-color-text-primary);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 12px;
  text-align: left;
  cursor: pointer
}

.profile-item:hover {
  background: rgba(255, 255, 255, .04)
}

.profile-item.active {
  background: rgba(255, 255, 255, .06)
}

.profile-item .pi {
  width: 22px;
  display: inline-flex;
  justify-content: center;
  color: var(--figma-color-text-secondary)
}

.profile-split {
  height: 1px;
  background: var(--figma-color-border-default);
  margin: 6px 0
}

.policy-group {
  position: relative
}

.policy-group .profile-item {
  padding-right: 26px
}

.policy-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--figma-color-text-secondary);
  font-size: 12px;
  pointer-events: none
}

.policy-submenu {
  position: absolute;
  right: 100%;
  top: 0;
  min-width: 150px;
  margin-right: 8px;
  border: 1px solid var(--figma-color-border-default);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .02), rgba(255, 255, 255, 0)), var(--figma-color-bg-elevated);
  box-shadow: -10px 14px 28px rgba(0, 0, 0, .4);
  padding: 6px 0;
  display: none;
  z-index: 2
}

.policy-group:hover .policy-submenu,
.policy-group:focus-within .policy-submenu {
  display: block
}

.policy-subitem {
  width: 100%;
  height: 34px;
  border: 0;
  background: transparent;
  color: var(--figma-color-text-primary);
  text-align: left;
  padding: 0 12px;
  cursor: pointer
}

.policy-subitem:hover {
  background: rgba(255, 255, 255, .05)
}

.policy-subitem.active {
  background: rgba(255, 255, 255, .08)
}

.right-wrap {
  min-height: 100vh;
  display: grid;
  grid-template-rows: 52px 1fr
}

.leftbar {
  background: linear-gradient(180deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, 0)), var(--figma-color-bg-elevated);
  border-right: 1px solid var(--figma-color-border-default);
  padding-top: 0;
  position: relative
}

.leftbar::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, rgba(201, 162, 39, .46), rgba(201, 162, 39, .04) 34%, transparent 70%)
}

.left-logo {
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center
}

.logo-mark {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(201, 162, 39, .55);
  border-radius: 50%;
  color: var(--figma-color-brand-highlight);
  font-size: 10px;
  font-weight: 700;
  background: radial-gradient(circle at 30% 20%, rgba(201, 162, 39, .35), rgba(201, 162, 39, .08) 55%, transparent 100%);
  box-shadow: inset 0 0 7px rgba(201, 162, 39, .18), 0 0 8px rgba(201, 162, 39, .12)
}

.left-node {
  position: relative
}

.left-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 10px 4px;
  color: var(--figma-color-text-secondary);
  font-size: 11px;
  position: relative;
  transition: all .16s ease
}

.left-item:hover {
  background: rgba(255, 255, 255, .03);
  color: var(--figma-color-text-primary)
}

.left-icon {
  width: 20px;
  height: 14px;
  border: 2px solid currentColor;
  border-radius: 2px;
  display: block;
  position: relative
}

.left-icon::after {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: -5px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  opacity: .7
}

.left-item.active {
  color: var(--figma-color-brand-highlight);
  background: rgba(201, 162, 39, .1)
}

.left-item.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: linear-gradient(180deg, transparent, var(--figma-color-brand-highlight), transparent)
}

.left-text {
  max-width: 64px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  line-height: 1.1
}

.left-submenu {
  position: absolute;
  left: 100%;
  top: 4px;
  min-width: 132px;
  margin-left: 0;
  padding: 6px;
  border: 1px solid var(--figma-color-border-default);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, 0)), var(--figma-color-bg-elevated);
  box-shadow: 0 14px 26px rgba(0, 0, 0, .36);
  display: none;
  z-index: 20
}

.left-submenu::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  bottom: 0;
  width: 10px;
}

.left-node.has-children:hover .left-submenu,
.left-node.has-children:focus-within .left-submenu {
  display: grid;
  gap: 4px
}

.left-subitem {
  height: 32px;
  padding: 0 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  color: var(--figma-color-text-secondary);
  font-size: 12px
}

.left-subitem:hover {
  background: rgba(255, 255, 255, .05);
  color: var(--figma-color-text-primary)
}

.left-subitem.active {
  background: rgba(201, 162, 39, .16);
  color: var(--figma-color-brand-highlight)
}

.main {
  padding: 12px
}

.menu-section {
  margin-bottom: 8px
}

.side h4 {
  margin: 10px 10px 6px;
  color: var(--figma-color-text-secondary);
  font-size: 12px;
  font-weight: 500
}

.menu-list,
.menu-children {
  list-style: none;
  margin: 0;
  padding: 0
}

.menu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  color: var(--figma-color-text-secondary);
  border-radius: 8px
}

.menu-right {
  display: inline-flex;
  align-items: center;
  gap: 6px
}

.menu-arrow {
  font-size: 12px;
  opacity: .6
}

.menu-item.level-2 {
  padding: 10px
}

.menu-item.level-3 {
  padding: 8px 10px 8px 12px;
  font-size: 12px
}

.menu-item.level-4 {
  padding: 7px 10px 7px 22px;
  font-size: 12px;
  opacity: .95
}

.menu-item.active {
  background: rgba(201, 162, 39, .15);
  color: var(--figma-color-brand-highlight)
}

.menu-children {
  margin: 2px 0 6px 10px;
  padding-left: 8px;
  border-left: 1px dashed var(--figma-color-border-default)
}

.menu-tag {
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: var(--figma-color-text-secondary)
}

.head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap
}

.title {
  font-size: 28px;
  font-weight: 700
}

.sub {
  color: var(--figma-color-text-secondary);
  font-size: 13px
}

.card {
  border: 1px solid var(--figma-color-border-default);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .015), rgba(255, 255, 255, 0)), var(--figma-color-surface-default)
}

.section {
  margin-top: 14px;
  padding: 14px
}

.badge {
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(201, 162, 39, .18);
  color: var(--figma-color-brand-highlight);
  margin-bottom: 6px
}

.pill {
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(201, 162, 39, .18);
  color: var(--figma-color-brand-highlight)
}

.pill.planned {
  background: rgba(255, 255, 255, .08);
  color: var(--figma-color-text-secondary)
}

h2 {
  margin: 6px 0 8px;
  font-size: 18px
}

p {
  margin: 0;
  color: var(--figma-color-text-secondary)
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px
}

.chip {
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid var(--figma-color-border-default);
  font-size: 12px;
  color: var(--figma-color-text-secondary)
}

.meta-list {
  margin: 8px 0 0;
  padding-left: 18px;
  color: var(--figma-color-text-secondary)
}

.actions {
  display: flex;
  gap: 8px;
  margin-top: 10px
}

.btn {
  border-radius: 8px;
  padding: 8px 12px;
  border: 1px solid var(--figma-color-border-default);
  background: var(--figma-color-surface-default);
  color: var(--figma-color-text-primary)
}

.btn.primary {
  background: linear-gradient(135deg, var(--figma-color-brand-default), var(--figma-color-brand-highlight));
  border-color: transparent;
  color: #1a1a1a
}

.kv {
  font-size: 12px;
  color: var(--figma-color-text-secondary);
  display: grid;
  gap: 4px
}

.dash-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(420px 140px at 0% 0%, rgba(201, 162, 39, .16), transparent 70%),
    radial-gradient(360px 120px at 100% 100%, rgba(201, 162, 39, .08), transparent 72%),
    linear-gradient(180deg, rgba(255, 255, 255, .02), rgba(255, 255, 255, 0)),
    var(--figma-color-surface-default)
}

.dash-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 12px;
  align-items: stretch
}

.dash-hero-main {
  display: grid;
  gap: 8px
}

.dash-hero-top {
  display: flex;
  align-items: center;
  gap: 8px
}

.dash-hero-label {
  height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  font-size: 11px;
  border: 1px solid var(--figma-color-border-default);
  color: var(--figma-color-text-secondary);
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, .03)
}

.dash-hero-title {
  font-size: 18px;
  font-weight: 700
}

.dash-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 6px
}

.dash-hero-point {
  height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  font-size: 11px;
  border: 1px solid var(--figma-color-border-default);
  color: var(--figma-color-text-secondary);
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, .03)
}

.dash-hero-actions {
  display: flex;
  gap: 8px;
  margin-top: 2px
}

.dash-hero-meta {
  font-size: 12px;
  color: var(--figma-color-text-secondary)
}

.dash-hero-panel {
  border: 1px solid var(--figma-color-border-default);
  border-radius: 10px;
  padding: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, 0)), rgba(0, 0, 0, .18);
  display: grid;
  gap: 8px
}

.dash-hero-kpi {
  border: 1px solid var(--figma-color-border-default);
  border-radius: 8px;
  padding: 8px;
  background: var(--figma-color-surface-default);
  display: grid;
  gap: 2px
}

.dash-hero-kpi-label {
  font-size: 11px;
  color: var(--figma-color-text-secondary)
}

.dash-hero-kpi b {
  font-size: 18px;
  line-height: 1.1
}

.dash-hero-kpi span {
  font-size: 11px;
  color: var(--figma-color-text-secondary)
}

.dash-hero-kpi .up {
  color: #57c48d
}

.dash-grid {
  display: grid;
  gap: 10px;
  margin-top: 14px
}

.dash-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr))
}

.dash-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr))
}

.dash-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr))
}

.dash-grid-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr))
}

.dash-main-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(0, .95fr);
  gap: 10px;
  margin-top: 14px
}

.dash-main-left {
  display: grid;
  gap: 10px
}

.dash-main-card {
  margin-top: 0
}

.dash-side-col {
  display: grid;
  gap: 10px
}

.dash-side-card {
  margin-top: 0
}

.dash-quick-card {
  height: 70px;
  border-radius: 10px;
  border: 1px solid var(--figma-color-border-default);
  background: linear-gradient(180deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, 0)), var(--figma-color-surface-default);
  color: var(--figma-color-text-primary);
  display: grid;
  justify-items: start;
  align-content: center;
  gap: 2px;
  padding: 0 12px;
  cursor: pointer;
  transition: border-color .2s ease, transform .2s ease, background-color .2s ease
}

.dash-quick-card:hover {
  border-color: rgba(201, 162, 39, .35);
  transform: translateY(-2px);
  background: linear-gradient(180deg, rgba(201, 162, 39, .08), rgba(255, 255, 255, 0)), var(--figma-color-surface-default)
}

.dash-quick-top {
  display: flex;
  align-items: center;
  gap: 6px
}

.dash-quick-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--figma-color-brand-highlight);
  box-shadow: 0 0 0 4px rgba(201, 162, 39, .14)
}

.dash-quick-idx {
  font-size: 10px;
  color: var(--figma-color-text-secondary);
  letter-spacing: .4px
}

.dash-quick-title {
  font-size: 13px;
  font-weight: 600
}

.dash-quick-desc {
  font-size: 11px;
  color: var(--figma-color-text-secondary)
}

.dash-row-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap
}

.dash-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 6px
}

.dash-filter-chip {
  height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid var(--figma-color-border-default);
  background: var(--figma-color-surface-default);
  color: var(--figma-color-text-secondary);
  font-size: 12px;
  cursor: pointer
}

.dash-filter-chip.active {
  border-color: rgba(201, 162, 39, .45);
  color: var(--figma-color-brand-highlight);
  background: rgba(201, 162, 39, .12)
}

.dash-metric-card {
  border: 1px solid var(--figma-color-border-default);
  border-radius: 10px;
  padding: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .02), rgba(255, 255, 255, 0)), var(--figma-color-surface-default);
  position: relative;
  overflow: hidden
}

.dash-metric-label {
  font-size: 12px;
  color: var(--figma-color-text-secondary)
}

.dash-metric-value {
  margin-top: 4px;
  font-size: 18px;
  font-weight: 700
}

.dash-metric-trend {
  margin-top: 4px;
  font-size: 12px
}

.dash-metric-trend.up {
  color: #57c48d
}

.dash-metric-trend.down {
  color: #f17d7d
}

.dash-spark {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: flex;
  gap: 3px;
  align-items: flex-end;
  opacity: .55
}

.dash-spark span {
  width: 3px;
  border-radius: 2px;
  background: rgba(201, 162, 39, .75)
}

.dash-spark span:nth-child(1) {
  height: 6px
}

.dash-spark span:nth-child(2) {
  height: 12px
}

.dash-spark span:nth-child(3) {
  height: 9px
}

.dash-spark span:nth-child(4) {
  height: 15px
}

.dash-chart-mock {
  margin-top: 12px;
  height: 144px;
  border-radius: 10px;
  border: 1px solid var(--figma-color-border-default);
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 6px;
  align-items: end;
  padding: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .02), rgba(255, 255, 255, 0)), var(--figma-color-bg-default)
}

.dash-chart-mock span {
  display: block;
  border-radius: 4px 4px 2px 2px;
  background: linear-gradient(180deg, rgba(201, 162, 39, .95), rgba(201, 162, 39, .3))
}

.dash-link {
  font-size: 12px;
  color: var(--figma-color-brand-highlight)
}

.dash-table-wrap {
  margin-top: 8px;
  overflow: auto
}

.dash-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px
}

.dash-table th,
.dash-table td {
  padding: 10px 8px;
  border-bottom: 1px solid var(--figma-color-border-default);
  text-align: left;
  white-space: nowrap
}

.dash-table thead th {
  font-weight: 600;
  color: var(--figma-color-text-secondary);
  background: rgba(255, 255, 255, .01)
}

.dash-table tbody tr:hover {
  background: rgba(255, 255, 255, .025)
}

.cover-mini {
  width: 40px;
  height: 24px;
  border-radius: 4px;
  display: inline-block;
  background: linear-gradient(135deg, rgba(201, 162, 39, .35), rgba(201, 162, 39, .08))
}

.dash-platform-tag {
  display: inline-flex;
  align-items: center;
  height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  border: 1px solid var(--figma-color-border-default);
  font-size: 11px;
  color: var(--figma-color-text-primary)
}

.dash-platform-tag.tk {
  background: rgba(0, 220, 180, .1)
}

.dash-platform-tag.yt {
  background: rgba(255, 80, 80, .12)
}

.dash-platform-tag.ig {
  background: rgba(210, 120, 255, .12)
}

.dash-platform-tag.fb {
  background: rgba(88, 140, 255, .12)
}

.dash-pub-card,
.dash-account-card {
  border: 1px solid var(--figma-color-border-default);
  border-radius: 10px;
  padding: 10px;
  background: var(--figma-color-surface-default)
}

.dash-pub-card div,
.dash-account-card div {
  font-size: 12px;
  color: var(--figma-color-text-secondary)
}

.dash-pub-card b,
.dash-account-card b {
  display: block;
  margin-top: 6px;
  font-size: 18px
}

.dash-platform {
  display: grid;
  gap: 8px
}

.dash-platform-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 8px;
  align-items: center
}

.dash-platform-name {
  font-size: 12px;
  color: var(--figma-color-text-secondary)
}

.dash-platform-bar {
  height: 8px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, .06);
  border: 1px solid var(--figma-color-border-default)
}

.dash-platform-bar span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, rgba(201, 162, 39, .85), rgba(242, 214, 117, .72))
}

.dash-platform-val {
  font-size: 12px;
  color: var(--figma-color-text-primary)
}

.notice-drawer {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none
}

.notice-drawer.open {
  display: block
}

.notice-mask {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .35)
}

.notice-panel {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 360px;
  background: var(--figma-color-bg-elevated);
  border-left: 1px solid var(--figma-color-border-default);
  box-shadow: -18px 0 32px rgba(0, 0, 0, .38);
  display: grid;
  grid-template-rows: auto 1fr
}

.notice-head {
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  border-bottom: 1px solid var(--figma-color-border-default)
}

.notice-title {
  font-size: 14px;
  font-weight: 700
}

.notice-close {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  border: 1px solid var(--figma-color-border-default);
  background: var(--figma-color-surface-default);
  color: var(--figma-color-text-secondary);
  cursor: pointer
}

.notice-list {
  padding: 10px 12px;
  overflow: auto;
  display: grid;
  gap: 8px
}

.notice-item {
  border: 1px solid var(--figma-color-border-default);
  background: var(--figma-color-surface-default);
  border-radius: 10px;
  padding: 10px
}

.notice-item h4 {
  margin: 0 0 6px;
  font-size: 13px
}

.notice-item p {
  margin: 0 0 6px;
  font-size: 12px
}

.notice-time {
  font-size: 11px;
  color: var(--figma-color-text-secondary)
}

@media (max-width: 1200px) {
  .dash-grid-6 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .dash-main-layout {
    grid-template-columns: 1fr
  }

  .dash-hero-grid {
    grid-template-columns: 1fr
  }
}

@media (max-width: 900px) {
  .shell {
    grid-template-columns: 1fr
  }

  .leftbar {
    display: none
  }

  .topbar {
    grid-template-columns: 1fr auto
  }

  .dash-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .dash-grid-3 {
    grid-template-columns: 1fr
  }

  .dash-grid-2 {
    grid-template-columns: 1fr
  }
}

/* Figma capture safety: reduce text clipping in html-to-design snapshots */
html.figma-capture body {
  font-family: var(--font-family-capture) !important;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html.figma-capture *,
html.figma-capture *::before,
html.figma-capture *::after,
html.figma-capture input,
html.figma-capture textarea,
html.figma-capture select,
html.figma-capture option,
html.figma-capture button,
html.figma-capture svg text {
  font-family: var(--font-family-capture) !important;
}

html.figma-capture body,
html.figma-capture button,
html.figma-capture input,
html.figma-capture select,
html.figma-capture textarea,
html.figma-capture a,
html.figma-capture span,
html.figma-capture th,
html.figma-capture td,
html.figma-capture label {
  line-height: 1.45 !important;
}

html.figma-capture p,
html.figma-capture h1,
html.figma-capture h2,
html.figma-capture h3,
html.figma-capture h4,
html.figma-capture h5,
html.figma-capture h6,
html.figma-capture small,
html.figma-capture b,
html.figma-capture strong,
html.figma-capture em,
html.figma-capture div {
  line-height: 1.5 !important;
}

html.figma-capture span,
html.figma-capture small,
html.figma-capture b,
html.figma-capture strong,
html.figma-capture em,
html.figma-capture a,
html.figma-capture button,
html.figma-capture td,
html.figma-capture th,
html.figma-capture label {
  overflow: visible !important;
  text-overflow: clip !important;
}

html.figma-capture .card,
html.figma-capture .section,
html.figma-capture .dash-main-card,
html.figma-capture .dash-side-card,
html.figma-capture .dash-account-row,
html.figma-capture .dash-metric-card,
html.figma-capture .dash-quick-card,
html.figma-capture .topbar,
html.figma-capture .leftbar {
  overflow: visible !important;
  contain: none !important;
}

html.figma-capture .top-action,
html.figma-capture .top-user,
html.figma-capture .left-item,
html.figma-capture .left-subitem,
html.figma-capture .profile-item,
html.figma-capture .profile-subitem {
  min-height: 30px;
  height: auto;
  line-height: 1.4 !important;
}