:root {
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: var(--text);
  background: var(--bg);
  font-synthesis: none;
  font-size: 14px;
  line-height: 1.5;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button {
  font: inherit;
  color: inherit;
}
input {
  font: inherit;
  color: inherit;
}
textarea {
  font: inherit;
  color: inherit;
}
select {
  font: inherit;
  color: inherit;
}
button {
  -webkit-tap-highlight-color: transparent;
}
a {
  -webkit-tap-highlight-color: transparent;
}
input {
  -webkit-tap-highlight-color: transparent;
}
select {
  -webkit-tap-highlight-color: transparent;
}
textarea {
  -webkit-tap-highlight-color: transparent;
}
button {
  touch-action: manipulation;
}
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
button:disabled {
  opacity: 0.5;
  cursor: wait;
}
button {
  border: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button:focus-visible {
  outline: 3px solid #8a8a8a;
  outline-offset: 3px;
}
a:focus-visible {
  outline: 3px solid #8a8a8a;
  outline-offset: 3px;
}
input:focus-visible {
  outline: 3px solid #8a8a8a;
  outline-offset: 3px;
}
select:focus-visible {
  outline: 3px solid #8a8a8a;
  outline-offset: 3px;
}
textarea:focus-visible {
  outline: 3px solid #8a8a8a;
  outline-offset: 3px;
}
[tabindex]:focus-visible {
  outline: 3px solid #8a8a8a;
  outline-offset: 3px;
}
svg {
  flex-shrink: 0;
}
h1 {
  margin: 0;
}
h2 {
  margin: 0;
}
h3 {
  margin: 0;
}
p {
  margin: 0;
}
h1 {
  font-weight: 650;
  letter-spacing: -0.04em;
}
h2 {
  font-weight: 650;
  letter-spacing: -0.04em;
}
h3 {
  font-weight: 650;
  letter-spacing: -0.04em;
}
strong {
  font-weight: 650;
}
h1 {
  font-size: 38px;
  line-height: 1.2;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 16px;
}
input {
  min-width: 0;
}
select {
  min-width: 0;
}
textarea {
  min-width: 0;
}
input::placeholder {
  color: #898989;
}
textarea::placeholder {
  color: #898989;
}
textarea {
  resize: vertical;
  min-height: 92px;
}
input[type="search"]::-webkit-search-cancel-button {
  cursor: pointer;
}
[hidden] {
  display: none !important;
}
.icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.rotate-180 {
  transform: rotate(180deg);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.muted {
  color: #7e7e7e;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 0.17em;
  font-weight: 700;
  color: #848484;
}
.small-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #969696;
}
.live-indicator {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid #dedede;
  background: #ffffff;
  font-weight: 650;
  line-height: 1.5;
  white-space: nowrap;
  transition:
    background 0.15s,
    transform 0.15s,
    box-shadow 0.15s;
}
.button:active {
  transform: translateY(1px);
}
.button .icon {
  width: 17px;
  height: 17px;
}
.button-delete {
  margin-right: auto;
  background: transparent;
}
.icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: transparent;
  border: 1px solid transparent;
  color: #7f7f7f;
}
.icon-button .icon {
  width: 17px;
  height: 17px;
}
.icon-button:hover {
  color: #3a3a3a;
}
.text-button {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  background: none;
  font-size: 11px;
  font-weight: 650;
}
.text-button .icon {
  width: 14px;
  height: 14px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
  white-space: nowrap;
}
.brand-symbol {
  width: 29px;
  height: 31px;
  font-size: 27px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-bottom: 3px;
  letter-spacing: -3px;
  padding-right: 3px;
}
.brand-symbol > span {
  font-size: 12px;
  position: absolute;
  top: 4px;
  right: 3px;
}
.avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #dedede;
  color: #727272;
  font-size: 11px;
  font-weight: 650;
  flex-shrink: 0;
}
.metrics-row {
  display: grid;
}
.metric {
  min-width: 0;
}
.metric-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.metric-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lilac {
  background: #e9e9e9;
  color: #808080;
}
.green {
  background: #ececec;
  color: #898989;
}
.peach {
  background: #ededed;
  color: #898989;
}
.blue {
  background: #ebebeb;
  color: #868686;
}
.metric-value {
  white-space: nowrap;
}
.metric-foot {
  display: flex;
  align-items: center;
  gap: 5px;
}
.segmented {
  display: inline-flex;
}
.segmented > button {
  background: none;
  font-weight: 600;
}
.panel {
  overflow: hidden;
}
.panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.panel-heading p {
  margin-top: 6px;
}
.panel-heading > .icon {
  color: #909090;
  width: 18px;
  height: 18px;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
  letter-spacing: 0;
  white-space: nowrap;
}
.toast-region {
  position: fixed;
  bottom: 25px;
  left: calc(50% + var(--sidebar) / 2);
  transform: translateX(-50%);
  z-index: 100;
  max-width: calc(100vw - 40px);
  pointer-events: none;
}
.toast {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 12px;
  box-shadow: 0 7px 25px #37373730;
  animation: toast-in 0.2s ease-out;
  white-space: normal;
  min-width: 270px;
}
.toast > .icon {
  width: 17px;
  height: 17px;
}
.toast-error > .icon {
  color: #e6e6e6;
}
@keyframes toast-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.empty-state {
  padding: 60px 25px;
  text-align: center;
}
.empty-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.empty-icon .icon {
  width: 24px;
  height: 24px;
}
.empty-state h3 {
  font-weight: 550;
}
.empty-state p {
  font-size: 12px;
  max-width: 420px;
  margin: 10px auto 0;
  line-height: 1.8;
}
.empty-state .button {
  margin-top: 24px;
}
.page-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 300px;
  font-size: 12px;
}
.spinner {
  width: 20px;
  height: 20px;
  border: 2px solid #e7e7e7;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.error-box {
  display: flex;
  gap: 17px;
  align-items: flex-start;
  border: 1px solid #dddddd;
  padding: 28px;
  font-size: 13px;
}
.error-box p {
  font-size: 12px;
  line-height: 1.8;
  margin: 8px 0 15px;
}
.lavender {
  background: #e9e9e9;
}
@media (max-width: 700px) {
  .panel-heading {
    gap: 10px;
  }

  .panel-heading .button {
    gap: 4px;
  }

  .panel-heading .button .icon {
    width: 14px;
    height: 14px;
  }

  .toast-region {
    left: 50%;
    bottom: 18px;
  }

  .toast {
    font-size: 11px;
    min-width: 290px;
  }

  .empty-state {
    padding: 45px 20px;
  }

  .empty-state p {
    font-size: 11px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  *:before {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  *:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
:root {
  --bg: #fff;
  --surface: #f5f5f5;
  --text: #242624;
  --muted: #7b8077;
  --border: #e7e9e3;
  --sidebar: 256px;
}
button:focus-visible {
  outline-color: #91b94e;
}
a:focus-visible {
  outline-color: #91b94e;
}
input:focus-visible {
  outline-color: #91b94e;
}
select:focus-visible {
  outline-color: #91b94e;
}
textarea:focus-visible {
  outline-color: #91b94e;
}
[tabindex]:focus-visible {
  outline-color: #91b94e;
}
.button {
  border-radius: 12px;
  padding: 12px 18px;
  font-size: 12px;
  box-shadow: none;
  border-color: #dfe2d9;
}
.button:hover {
  background: #edf0e8;
}
.button-primary {
  background: #c7f464;
  border-color: #c7f464;
  color: #29341d;
  box-shadow: none;
}
.button-primary:hover {
  background: #b9e858;
  border-color: #b9e858;
}
.button-small {
  padding: 7px 13px;
  border-radius: 9px;
  font-size: 11px;
}
.button-danger {
  background: #a74843;
  border-color: #a74843;
  color: white;
}
.button-danger:hover {
  background: #8b3732;
}
.button-delete {
  color: #a9655e;
  border-color: transparent;
  padding-left: 0;
}
.button-delete:hover {
  background: #fbefec;
}
.icon-button {
  border-radius: 10px;
  width: 34px;
  height: 34px;
}
.icon-button:hover {
  background: #e9ece3;
}
.text-button {
  color: #5e7541;
}
.brand {
  font-size: 26px;
  letter-spacing: -1.4px;
  font-weight: 750;
}
.brand-symbol {
  background: #c7f464;
  color: #2a381b;
  border-radius: 10px;
}
.brand-symbol > span {
  color: #5b7338;
}
.brand-dot {
  color: #c7f464;
}
.live-indicator {
  background: #98b76d;
  box-shadow: 0 0 0 3px #eff3e8;
}
.metrics-row {
  grid-template-columns: 1.1fr 1fr 1fr 1fr;
  gap: 13px;
  margin-bottom: 27px;
}
.metric {
  border: 0;
  background: #f3f4f1;
  border-radius: 22px;
  padding: 20px 20px 18px;
  box-shadow: none;
}
.metric-label {
  font-size: 11px;
  font-weight: 500;
}
.metric-icon {
  width: 31px;
  height: 31px;
  border-radius: 10px;
}
.metric-icon .icon {
  width: 16px;
  height: 16px;
}
.metric-value {
  font-size: 30px;
  font-weight: 650;
  letter-spacing: -1.3px;
  margin-top: 14px;
  line-height: 1.2;
}
.metric-foot {
  font-size: 9px;
  margin-top: 16px;
  white-space: nowrap;
}
.metric:first-child {
  background: #252725;
  color: #f4f8ec;
}
.metric:first-child .metric-icon {
  background: #c7f464;
  color: #425a2b;
}
.metric:first-child .small-dot {
  background: #c7f464;
}
.metric:nth-child(4) {
  background: #edf3e4;
}
.metric:nth-child(4) .metric-icon {
  background: #dce9cb;
  color: #819b62;
}
.small-dot.purple {
  background: #99b775;
}
.segmented {
  border: 0;
  padding: 4px;
  gap: 3px;
  border-radius: 12px;
  background: #e6ebde;
}
.segmented > button {
  font-size: 11px;
  border-radius: 9px;
  padding: 8px 15px;
  color: #869779;
}
.segmented > button.active {
  background: #fff;
  color: #526e38;
  box-shadow: none;
}
.panel {
  background: #f4f5f2;
  border: 0;
  border-radius: 24px;
}
.panel-heading {
  padding: 26px;
}
.panel-heading h2 {
  font-size: 21px;
}
.panel-heading p {
  font-size: 12px;
}
.badge {
  padding: 5px 8px;
  border-radius: 7px;
  background: #e4ecda;
  color: #89a16c;
  font-size: 10px;
}
.lilac-badge {
  background: #e0eccf;
  color: #7d9b5b;
}
.toast {
  background: #2c3822;
  border-radius: 14px;
  color: #eef5e6;
  padding: 15px 22px;
}
.toast > .icon {
  color: #c7f464;
}
.toast-error {
  background: #995c50;
}
.empty-icon {
  width: 61px;
  height: 61px;
  border-radius: 19px;
  background: #e3eed3;
  color: #90a975;
  margin-bottom: 19px;
}
.empty-state h3 {
  font-size: 22px;
}
.spinner {
  border-color: #eaf2de;
  border-top-color: #a1c671;
}
.error-box {
  border-color: #f0d7cd;
  background: #fcf3ed;
  color: #a7715e;
  border-radius: 18px;
}
.lime-card {
  background: #c7f464;
  color: #54772e;
}
.feature-arrow {
  position: absolute;
  right: 15px;
  top: 14px;
  font-size: 21px;
  line-height: 1;
  color: #708f4b;
}
.graph-card {
  background: #3b4431;
  color: #c5d6af;
}
.graph-card > span:first-child {
  float: right;
  color: #93ae75;
  margin: 0;
}
.graph-card > strong {
  font-size: 16px;
  color: #c6d9b0;
}
.mini-bars {
  height: 34px;
  display: flex;
  align-items: flex-end;
  gap: 6px;
  margin-top: 15px;
}
.mini-bars > i {
  flex: 1;
  background: #a9c786;
  border-radius: 3px 3px 0 0;
  height: 45%;
}
.mini-bars > i:nth-child(2) {
  height: 65%;
}
.mini-bars > i:nth-child(3) {
  height: 55%;
}
.mini-bars > i:nth-child(4) {
  height: 83%;
}
.mini-bars > i:nth-child(5) {
  height: 68%;
}
.mini-bars > i:nth-child(6) {
  height: 100%;
  background: #c7f464;
}
.metric-label {
  color: #7d8177;
}
.metric-foot {
  color: #7d8177;
}
.panel-heading p {
  color: #7d8177;
}
.empty-state p {
  color: #7d8177;
}
.page-loading {
  color: #7d8177;
}
.metric:first-child .metric-label {
  color: #bec6b5;
}
.metric:first-child .metric-foot {
  color: #a8b69a;
}
.metric-value {
  color: inherit;
}
.panel-heading h2 {
  color: inherit;
}
.empty-state h3 {
  color: inherit;
}
.metric-icon {
  background: #e5e9df;
  color: #778369;
}
@media (min-width: 1500px) {
  :root {
    --sidebar: 282px;
  }

  .metrics-row {
    gap: 18px;
  }

  .metric {
    padding: 23px 24px 21px;
  }

  .metric-value {
    font-size: 35px;
  }

  .metric-label {
    font-size: 12px;
  }

  .metric-foot {
    font-size: 10px;
  }
}
@media (max-width: 1150px) {
  :root {
    --sidebar: 225px;
  }

  .brand {
    font-size: 24px;
    gap: 8px;
  }

  .brand-symbol {
    width: 27px;
    height: 29px;
    font-size: 26px;
  }

  .metrics-row {
    gap: 10px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .metric {
    padding: 17px 15px 16px;
    border-radius: 19px;
  }

  .metric-label {
    font-size: 9px;
  }

  .metric-icon {
    width: 26px;
    height: 26px;
    border-radius: 8px;
  }

  .metric-icon .icon {
    width: 14px;
    height: 14px;
  }

  .metric-value {
    font-size: 25px;
    letter-spacing: -1px;
  }

  .metric-foot {
    font-size: 8px;
    margin-top: 14px;
  }
}
@media (max-width: 900px) {
  :root {
    --sidebar: 197px;
  }

  .brand {
    font-size: 21px;
    gap: 6px;
  }

  .brand-symbol {
    width: 24px;
    height: 27px;
    font-size: 24px;
    border-radius: 8px;
  }

  .metrics-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .metric {
    padding: 18px 19px;
    border-radius: 20px;
  }

  .metric-label {
    font-size: 10px;
  }

  .metric-value {
    font-size: 29px;
  }

  .metric-foot {
    font-size: 9px;
  }

  .metric-icon {
    width: 30px;
    height: 30px;
    border-radius: 10px;
  }
}
@media (max-width: 700px) {
  :root {
    --sidebar: 0px;
  }

  .brand {
    font-size: 26px;
    gap: 9px;
  }

  .brand-symbol {
    width: 29px;
    height: 31px;
    font-size: 27px;
  }

  .metrics-row {
    gap: 10px;
    margin-bottom: 23px;
  }

  .metric {
    padding: 16px 16px 15px;
    border-radius: 19px;
  }

  .metric-label {
    font-size: 9px;
  }

  .metric-value {
    font-size: 27px;
    margin-top: 13px;
  }

  .metric-foot {
    font-size: 8px;
    margin-top: 14px;
  }

  .metric-icon {
    width: 27px;
    height: 27px;
    border-radius: 9px;
  }

  .panel {
    border-radius: 21px;
  }

  .panel-heading {
    padding: 22px 19px;
  }

  .panel-heading h2 {
    font-size: 19px;
  }

  .panel-heading p {
    font-size: 10px;
  }

  .panel-heading .button {
    font-size: 9px;
    padding: 9px 10px;
    border-radius: 9px;
  }
}
