/* [project]/src/app/globals.css [app-client] (css) */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-outline-style: solid;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

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

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .visible {
    visibility: visible;
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
}

.automation-settings {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 12px;
  padding: 20px;
}

.automation-settings > header {
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-bottom: 18px;
  display: flex;
}

.automation-settings h2 {
  margin: 5px 0;
  font-size: 15px;
}

.automation-settings header small, .automation-settings header p {
  color: var(--muted);
  margin: 0;
  font-size: 8px;
}

.automation-policy {
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 16px 0;
  display: grid;
}

.automation-policy span {
  background: #f5f8f2;
  border-radius: 9px;
  flex-direction: column;
  gap: 5px;
  padding: 12px;
  display: flex;
}

.automation-policy small {
  color: var(--muted);
  font-size: 7px;
}

.automation-policy strong {
  font-size: 11px;
}

.automation-settings > section h3 {
  font-size: 10px;
}

.automation-settings > section article {
  border-top: 1px solid var(--line);
  align-items: center;
  gap: 12px;
  padding: 11px 0;
  display: flex;
}

.automation-settings > section article > div {
  flex-direction: column;
  gap: 3px;
  display: flex;
}

.automation-settings > section article strong {
  font-size: 9px;
}

.automation-settings > section article small {
  color: var(--muted);
  font-size: 7px;
}

.automation-settings > section article em {
  color: #a65a4a;
  font-size: 7px;
  font-style: normal;
}

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

.modal select {
  border: 1px solid var(--line);
  width: 100%;
  color: var(--ink);
  background: #fff;
  border-radius: 8px;
  margin: 7px 0 14px;
  padding: 9px 10px;
  font-size: 9px;
}

.publish-layout {
  grid-template-columns: minmax(0, 1.5fr) minmax(300px, .8fr);
  gap: 14px;
  display: grid;
}

.publish-queue {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 12px;
  padding: 16px;
}

.publish-queue > header {
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  display: flex;
}

.publish-queue h2 {
  margin: 0;
  font-size: 12px;
}

.publish-queue header span {
  color: var(--muted);
  font-size: 8px;
}

.publish-queue article {
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
}

.publish-queue article small {
  color: var(--muted);
  font-size: 7px;
}

.publish-queue article h3 {
  margin: 5px 0 7px;
  font-size: 10px;
  line-height: 1.5;
}

.job-status {
  color: #95641f;
  background: #fff2d9;
  border-radius: 5px;
  padding: 4px 6px;
  font-size: 7px;
  display: inline-block;
}

.job-status.completed {
  color: #537f39;
  background: #e9f5df;
}

.job-status.failed {
  color: #a65a4a;
  background: #ffebe7;
}

.publish-queue details {
  margin: 10px 0;
}

.publish-queue summary {
  cursor: pointer;
  color: #557638;
  font-size: 8px;
}

.publish-queue textarea {
  border: 1px solid var(--line);
  resize: vertical;
  border-radius: 7px;
  width: 100%;
  height: 140px;
  margin-top: 8px;
  padding: 8px;
  font-size: 8px;
  line-height: 1.6;
}

.publish-queue article > button {
  margin-top: 9px;
}

@media (max-width: 980px) {
  .publish-layout {
    grid-template-columns: 1fr;
  }
}

:root {
  --ink: #18211a;
  --muted: #717c73;
  --line: #e4e9e2;
  --paper: #f5f7f3;
  --green: #19261d;
  --accent: #baf34c;
}

* {
  box-sizing: border-box;
}

html, body {
  background: var(--paper);
  min-height: 100%;
  color: var(--ink);
  margin: 0;
}

body, button, input {
  font-family: Arial, PingFang SC, Microsoft YaHei, sans-serif;
}

button {
  cursor: pointer;
}

.app-shell {
  min-height: 100vh;
  display: flex;
}

.sidebar {
  background: var(--green);
  color: #edf3ec;
  z-index: 20;
  flex-direction: column;
  width: 232px;
  padding: 25px 16px 17px;
  display: flex;
  position: fixed;
  inset: 0 auto 0 0;
}

.brand {
  align-items: center;
  gap: 11px;
  padding: 0 9px 23px;
  font-size: 19px;
  font-weight: 800;
  display: flex;
}

.brand i {
  background: var(--accent);
  color: #18241b;
  border-radius: 9px;
  place-items: center;
  width: 33px;
  height: 33px;
  font-style: normal;
  display: grid;
}

.workspace {
  color: #fff;
  text-align: left;
  background: #233229;
  border: 1px solid #35463a;
  border-radius: 11px;
  align-items: center;
  gap: 9px;
  height: 55px;
  margin-bottom: 22px;
  padding: 8px 10px;
  display: flex;
}

.workspace > b {
  width: 33px;
  height: 33px;
  color: var(--accent);
  background: #35483b;
  border-radius: 8px;
  place-items: center;
  font-size: 11px;
  display: grid;
}

.workspace span, .profile span {
  flex-direction: column;
  gap: 2px;
  display: flex;
}

.workspace strong {
  font-size: 12px;
}

.workspace small, .profile small {
  color: #93a097;
  font-size: 9px;
}

.workspace em, .profile em {
  color: #93a097;
  margin-left: auto;
  font-style: normal;
}

.sidebar nav {
  flex-direction: column;
  gap: 4px;
  display: flex;
}

.sidebar nav button {
  color: #abb7ad;
  text-align: left;
  background: none;
  border: 0;
  border-radius: 9px;
  align-items: center;
  gap: 12px;
  height: 42px;
  padding: 0 12px;
  display: flex;
}

.sidebar nav button i {
  text-align: center;
  width: 18px;
  font-size: 17px;
  font-style: normal;
}

.sidebar nav button span {
  font-size: 12px;
}

.sidebar nav button.active, .sidebar nav button:hover {
  color: #fff;
  background: #314238;
}

.sidebar nav button.active i {
  color: var(--accent);
}

.sidebar nav button em {
  color: #24331f;
  background: #e8ffba;
  border-radius: 12px;
  margin-left: auto;
  padding: 2px 7px;
  font-size: 9px;
  font-style: normal;
}

.side-bottom {
  margin-top: auto;
}

.side-bottom section {
  border: 1px solid #35463a;
  border-radius: 10px;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 9px;
  padding: 12px;
  display: flex;
}

.side-bottom section > b {
  letter-spacing: .08em;
  color: var(--accent);
  font-size: 8px;
}

.side-bottom section > strong {
  font-size: 10px;
}

.side-bottom section > div {
  background: #3b4c40;
  border-radius: 5px;
  height: 4px;
}

.side-bottom section > div i {
  background: var(--accent);
  border-radius: 5px;
  width: 68%;
  height: 100%;
  display: block;
}

.side-bottom section small {
  color: #91a095;
  font-size: 8px;
}

.profile {
  color: #fff;
  text-align: left;
  background: none;
  border: 0;
  align-items: center;
  gap: 9px;
  width: 100%;
  padding: 9px;
  display: flex;
}

.profile > b {
  color: #314633;
  background: #d8e9d1;
  border-radius: 50%;
  place-items: center;
  width: 31px;
  height: 31px;
  font-size: 11px;
  display: grid;
}

.profile strong {
  font-size: 10px;
}

.app-shell > main {
  width: calc(100% - 232px);
  min-width: 0;
  margin-left: 232px;
}

.app-shell > main > header {
  border-bottom: 1px solid var(--line);
  z-index: 10;
  background: #fff;
  justify-content: space-between;
  align-items: center;
  height: 71px;
  padding: 0 34px;
  display: flex;
  position: sticky;
  top: 0;
}

.app-shell > main > header > div {
  gap: 10px;
  display: flex;
}

.search {
  color: #7b887e;
  align-items: center;
  gap: 9px;
  width: min(410px, 45vw);
  display: flex;
}

.search i {
  font-size: 23px;
  font-style: normal;
}

.search input {
  border: 0;
  outline: 0;
  width: 100%;
  font-size: 11px;
}

.search kbd {
  background: #f3f5f1;
  border: 1px solid #e1e5df;
  border-radius: 5px;
  padding: 4px 7px;
  font-size: 8px;
}

.bell {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 9px;
  width: 38px;
  position: relative;
}

.bell i {
  background: #f16f54;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 7px;
  right: 8px;
}

.primary {
  color: #fff;
  background: #1b2a20;
  border: 0;
  border-radius: 9px;
  height: 39px;
  padding: 0 15px;
  font-size: 11px;
  font-weight: 700;
}

.content {
  max-width: 1440px;
  margin: auto;
  padding: 29px 34px 40px;
}

.welcome {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
  display: flex;
}

.welcome small {
  color: #879289;
  font-size: 10px;
}

.welcome h1 {
  margin: 7px 0;
  font: 700 27px Georgia, Songti SC, serif;
}

.welcome p {
  color: var(--muted);
  margin: 0;
  font-size: 11px;
}

.welcome p b {
  color: #55762d;
}

.welcome > button {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  padding: 9px 12px;
  font-size: 10px;
}

.metrics {
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
  margin-bottom: 16px;
  display: grid;
}

.metrics article, .panel {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 12px;
}

.metrics article {
  padding: 15px 16px;
}

.metrics article > div {
  color: var(--muted);
  justify-content: space-between;
  font-size: 10px;
  display: flex;
}

.metrics article > div i {
  background: #f1f4ef;
  border-radius: 8px;
  place-items: center;
  width: 29px;
  height: 29px;
  font-style: normal;
  display: grid;
}

.metrics .lime i {
  color: #628630;
  background: #effbd9;
}

.metrics .amber i {
  color: #aa6f1f;
  background: #fff2da;
}

.metrics .blue i {
  color: #477897;
  background: #e7f1f9;
}

.metrics .violet i {
  color: #775ca0;
  background: #f0eafb;
}

.metrics article > strong {
  margin: 6px 0 3px;
  font: 700 24px Georgia, serif;
  display: block;
}

.metrics article > small {
  color: #8d978f;
  font-size: 8px;
}

.metrics article > small b {
  color: #559033;
}

.dashboard-grid {
  grid-template-columns: minmax(0, 1.65fr) minmax(330px, .85fr);
  gap: 16px;
  display: grid;
}

.panel {
  overflow: hidden;
}

.panel-head {
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  align-items: center;
  height: 67px;
  padding: 0 18px;
  display: flex;
}

.panel-head h2 {
  margin: 0 0 4px;
  font-size: 12px;
}

.panel-head p {
  color: #89938b;
  margin: 0;
  font-size: 8px;
}

.panel-head button {
  color: #68736a;
  background: none;
  border: 0;
  font-size: 9px;
}

.trend {
  cursor: pointer;
  border-bottom: 1px solid #edf0eb;
  grid-template-columns: 34px minmax(0, 1fr) 55px;
  gap: 12px;
  padding: 16px 18px;
  transition: all .15s;
  display: grid;
}

.trend:last-child {
  border-bottom: 0;
}

.trend:hover {
  background: #fbfcf9;
}

.rank {
  color: #a4ada6;
  padding-top: 3px;
  font: 600 15px Georgia, serif;
}

.meta {
  color: #98a099;
  margin: 0 0 7px;
  font-size: 7px;
}

.meta span {
  border-radius: 4px;
  margin-right: 7px;
  padding: 3px 6px;
  font-weight: 700;
  display: inline-block;
}

.recommended {
  color: #5e802d;
  background: #edf9da;
}

.watch {
  color: #6f7871;
  background: #f0f2ef;
}

.trend h3 {
  margin: 0 0 6px;
  font-size: 11px;
}

.summary {
  color: #7b857d;
  margin: 0;
  font-size: 8px;
  line-height: 1.6;
}

.tags {
  gap: 6px;
  margin: 7px 0 0;
  display: flex;
}

.tags span {
  color: #617161;
  font-size: 7px;
}

.score {
  background: radial-gradient(circle,#fff 57%,transparent 60%),conic-gradient(#a9d953 var(--score),#edf0eb 0);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 51px;
  height: 51px;
  display: flex;
}

.score strong {
  font: 700 13px Georgia, serif;
}

.score small {
  color: #929b93;
  font-size: 6px;
}

.right-column {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.reviews > article {
  border-bottom: 1px solid #edf0eb;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  align-items: start;
  gap: 9px;
  padding: 13px 15px;
  display: grid;
}

.channel {
  color: #4b7346;
  background: #e8f4df;
  border-radius: 7px;
  place-items: center;
  width: 27px;
  height: 27px;
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  display: grid;
}

.reviews article small {
  color: #8c958e;
  font-size: 7px;
}

.reviews article h3 {
  margin: 4px 0;
  font-size: 9px;
  line-height: 1.5;
}

.reviews article p {
  color: #8c958e;
  margin: 0;
  font-size: 7px;
}

.reviews article p span {
  margin-left: 8px;
}

.safe {
  color: #5c924c;
}

.warning {
  color: #b87823;
}

.reviews article > button {
  background: #fff;
  border: 1px solid #dfe4dc;
  border-radius: 6px;
  align-self: center;
  padding: 5px 7px;
  font-size: 8px;
}

.empty {
  color: #708074;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  height: 173px;
  display: flex;
}

.empty span {
  font-size: 8px;
}

.agent .panel-head > b {
  color: #649431;
  font-size: 7px;
}

.agent-task {
  gap: 11px;
  padding: 16px 18px;
  display: flex;
}

.agent-task > i {
  background: #a9dc45;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-top: 3px;
  box-shadow: 0 0 0 5px #eef8dc;
}

.agent-task span {
  flex-direction: column;
  gap: 5px;
  display: flex;
}

.agent-task strong {
  font-size: 9px;
}

.agent-task p {
  color: #7f8981;
  margin: 0;
  font-size: 8px;
}

.agent-task small {
  background: #f3f5f1;
  border-radius: 5px;
  padding: 6px;
  font-size: 7px;
}

.pipeline {
  align-items: center;
  padding: 2px 18px 16px;
  display: flex;
}

.pipeline span, .pipeline em {
  color: #7f9970;
  font-size: 7px;
  font-style: normal;
}

.pipeline i {
  background: #dfe5dc;
  flex: 1;
  height: 1px;
}

.pipeline b {
  color: #5d832f;
  background: #eaf6d6;
  border-radius: 4px;
  padding: 3px 5px;
  font-size: 7px;
}

.insight {
  background: #f3f9e9;
  border: 1px solid #dce8d0;
  border-radius: 12px;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  padding: 14px 16px;
  display: flex;
}

.insight > i {
  color: #567d2f;
  background: #def2b9;
  border-radius: 9px;
  place-items: center;
  width: 35px;
  height: 35px;
  font-style: normal;
  display: grid;
}

.insight > div {
  flex: 1;
}

.insight strong {
  font-size: 9px;
}

.insight p {
  color: #647160;
  margin: 3px 0 0;
  font-size: 8px;
  line-height: 1.6;
}

.insight button {
  color: #486436;
  background: none;
  border: 0;
  font-size: 8px;
  font-weight: 700;
}

.backdrop {
  z-index: 50;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: #0a120c73;
  place-items: center;
  padding: 22px;
  display: grid;
  position: fixed;
  inset: 0;
}

.modal {
  background: #fff;
  border-radius: 17px;
  width: min(540px, 100%);
  padding: 28px;
  position: relative;
  box-shadow: 0 25px 80px #0003;
}

.close {
  background: #f0f3ef;
  border: 0;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  font-size: 18px;
  position: absolute;
  top: 14px;
  right: 15px;
}

.modal > small {
  color: #668b34;
  letter-spacing: .1em;
  font-size: 8px;
  font-weight: 800;
}

.modal h2 {
  margin: 9px 30px 9px 0;
  font: 700 22px / 1.35 Georgia, Songti SC, serif;
}

.modal > p {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.7;
}

.modal-scores {
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 18px 0;
  display: grid;
}

.modal-scores span {
  color: #7a867d;
  background: #f4f6f2;
  border-radius: 9px;
  flex-direction: column;
  padding: 11px;
  font-size: 7px;
  display: flex;
}

.modal-scores strong {
  color: var(--ink);
  font: 700 18px Georgia, serif;
}

.modal label {
  font-size: 8px;
  font-weight: 800;
}

.modal blockquote {
  border: 1px solid var(--line);
  color: #5f6b61;
  background: #fbfcfa;
  border-radius: 8px;
  margin: 7px 0 19px;
  padding: 11px;
  font-size: 9px;
  line-height: 1.7;
}

.modal footer {
  justify-content: flex-end;
  gap: 8px;
  display: flex;
}

.modal footer > button:first-child {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  padding: 0 13px;
  font-size: 9px;
}

.toast {
  z-index: 70;
  color: #fff;
  background: #1b2a20;
  border-radius: 9px;
  padding: 11px 15px;
  font-size: 10px;
  position: fixed;
  bottom: 27px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 12px 35px #0000002e;
}

@media (max-width: 1050px) {
  .dashboard-grid {
    grid-template-columns: 1fr;
  }

  .right-column {
    grid-template-columns: 1fr 1fr;
    display: grid;
  }

  .metrics {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .sidebar {
    width: 68px;
    padding: 22px 10px;
  }

  .brand span, .workspace span, .workspace em, .sidebar nav span, .side-bottom {
    display: none;
  }

  .brand {
    padding: 0 7px 25px;
  }

  .workspace {
    padding: 7px;
  }

  .sidebar nav button {
    justify-content: center;
    padding: 0;
  }

  .sidebar nav button em {
    margin: 0 0 24px 25px;
    position: absolute;
  }

  .app-shell > main {
    width: calc(100% - 68px);
    margin-left: 68px;
  }

  .app-shell > main > header {
    padding: 0 18px;
  }

  .content {
    padding: 22px 18px;
  }

  .right-column {
    grid-template-columns: 1fr;
  }

  .score {
    display: none;
  }

  .trend {
    grid-template-columns: 28px minmax(0, 1fr);
  }
}

@media (max-width: 520px) {
  .metrics {
    grid-template-columns: 1fr;
  }

  .search {
    width: 35px;
  }

  .search input, .search kbd {
    display: none;
  }

  .welcome h1 {
    font-size: 22px;
  }

  .welcome > button, .insight button {
    display: none;
  }

  .app-shell > main > header .primary {
    font-size: 0;
  }

  .app-shell > main > header .primary:first-letter {
    font-size: 18px;
  }
}

.source-link {
  color: #527631;
  margin-bottom: 18px;
  font-size: 9px;
  display: inline-block;
}

.generated {
  width: min(700px, 100%);
}

.generated textarea {
  resize: vertical;
  border: 1px solid var(--line);
  color: #39443b;
  background: #fbfcfa;
  border-radius: 10px;
  width: 100%;
  height: 310px;
  margin: 5px 0 17px;
  padding: 15px;
  font-size: 11px;
  line-height: 1.8;
}

.primary:disabled, .welcome button:disabled {
  opacity: .55;
  cursor: wait;
}

.ai-status {
  color: #9a6a22;
  background: #fffaf1;
  border: 1px solid #eadfcd;
  border-radius: 9px;
  height: 34px;
  padding: 0 10px;
  font-size: 9px;
}

.ai-status i {
  background: #d39b45;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  margin-right: 4px;
  display: inline-block;
}

.ai-status.connected {
  color: #537c36;
  background: #f4faee;
  border-color: #dce8d2;
}

.ai-status.connected i {
  background: #7db84b;
}

.section-page {
  min-height: calc(100vh - 135px);
}

.section-title {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
  display: flex;
}

.section-title small {
  letter-spacing: .14em;
  color: #7a963f;
  font-size: 8px;
}

.section-title h1 {
  margin: 6px 0;
  font: 700 27px Georgia, Songti SC, serif;
}

.section-title p {
  color: var(--muted);
  margin: 0;
  font-size: 10px;
}

.page-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
  display: grid;
}

.trend-browser article {
  border: 1px solid var(--line);
  cursor: pointer;
  background: #fff;
  border-radius: 12px;
  padding: 17px;
  transition: all .15s;
}

.trend-browser article:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px #19261d12;
}

.trend-browser article > div {
  align-items: center;
  gap: 8px;
  display: flex;
}

.trend-browser .number {
  color: #a0aaa2;
  font: 700 14px Georgia, serif;
}

.trend-browser em {
  color: #929b94;
  margin-left: auto;
  font-size: 8px;
  font-style: normal;
}

.trend-browser h2 {
  margin: 13px 0 8px;
  font-size: 12px;
}

.trend-browser p {
  color: #758077;
  height: 30px;
  font-size: 9px;
  line-height: 1.6;
}

.trend-browser footer {
  color: #78837a;
  border-top: 1px solid #eef0ec;
  justify-content: space-between;
  padding-top: 10px;
  font-size: 8px;
  display: flex;
}

.trend-browser footer strong {
  color: #577832;
}

.tabs {
  border-bottom: 1px solid var(--line);
  gap: 4px;
  margin-bottom: 14px;
  display: flex;
}

.tabs button {
  color: #778279;
  background: none;
  border: 0;
  padding: 10px 13px;
  font-size: 9px;
}

.tabs button.active {
  color: #39542c;
  border-bottom: 2px solid #7fa53f;
}

.work-list {
  flex-direction: column;
  gap: 9px;
  display: flex;
}

.work-list article {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 11px;
  grid-template-columns: 38px minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 13px;
  padding: 15px;
  display: grid;
}

.doc-icon {
  color: #53704a;
  background: #edf5e6;
  border-radius: 9px;
  place-items: center;
  width: 36px;
  height: 36px;
  font-size: 10px;
  font-weight: 800;
  display: grid;
}

.work-list small {
  color: #879188;
  font-size: 8px;
}

.work-list h2 {
  margin: 4px 0;
  font-size: 11px;
}

.work-list p {
  color: #7c877e;
  margin: 0;
  font-size: 8px;
}

.work-list .stage {
  color: #9d6a26;
  background: #fff3de;
  border-radius: 6px;
  padding: 5px 7px;
  font-size: 8px;
}

.work-list article > button, .connections article > button {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 7px;
  padding: 7px 9px;
  font-size: 8px;
}

.review-page {
  grid-template-columns: 190px 1fr;
  gap: 14px;
  display: grid;
}

.review-page > aside, .review-page > div > article {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 11px;
}

.review-page > aside {
  flex-direction: column;
  gap: 13px;
  height: max-content;
  padding: 16px;
  display: flex;
}

.review-page aside strong {
  font-size: 10px;
}

.review-page aside span {
  color: #7a857c;
  justify-content: space-between;
  font-size: 8px;
  display: flex;
}

.review-page aside b {
  color: #5a7c38;
}

.review-page > div {
  flex-direction: column;
  gap: 9px;
  display: flex;
}

.review-page article {
  padding: 17px;
}

.review-page article small {
  color: #79905e;
  font-size: 8px;
}

.review-page article h2 {
  margin: 8px 0;
  font-size: 12px;
}

.review-page article p {
  color: #778178;
  font-size: 9px;
}

.review-page article footer {
  justify-content: flex-end;
  gap: 8px;
  display: flex;
}

.review-page article footer > button:first-child {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  font-size: 8px;
}

.empty-large {
  color: #617958;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 11px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 9px;
  height: 250px;
  display: flex;
}

.calendar-page, .chart-panel {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 12px;
  padding: 17px;
}

.calendar-head {
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
  display: flex;
}

.calendar-head strong {
  font: 700 14px Georgia, serif;
}

.calendar-head button {
  background: #f1f4ef;
  border: 0;
  border-radius: 6px;
  width: 26px;
  height: 26px;
}

.week, .days {
  grid-template-columns: repeat(7, 1fr);
  display: grid;
}

.week span {
  text-align: center;
  color: #89938b;
  padding: 8px;
  font-size: 8px;
}

.days > div {
  border-top: 1px solid #edf0eb;
  border-right: 1px solid #edf0eb;
  min-height: 82px;
  padding: 7px;
}

.days b {
  font-size: 8px;
}

.days .today {
  background: #f7fbef;
}

.days div span {
  border-radius: 5px;
  margin-top: 8px;
  padding: 5px;
  font-size: 7px;
  display: block;
}

.wechat {
  color: #52734b;
  background: #e9f5e5;
}

.redbook {
  color: #a15b4f;
  background: #fff0ec;
}

.douyin {
  color: #53627c;
  background: #edf0f5;
}

.analytics-cards {
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 14px;
  display: grid;
}

.analytics-cards article {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 11px;
  flex-direction: column;
  gap: 7px;
  padding: 15px;
  display: flex;
}

.analytics-cards span {
  color: #7d887f;
  font-size: 9px;
}

.analytics-cards strong {
  font: 700 20px Georgia, serif;
}

.analytics-cards small {
  color: #699343;
  font-size: 8px;
}

.chart-panel > div:first-child h2 {
  margin: 0;
  font-size: 11px;
}

.chart-panel > div:first-child p {
  color: #8b958d;
  font-size: 8px;
}

.bars {
  align-items: flex-end;
  gap: 18px;
  height: 250px;
  padding: 25px 20px 0;
  display: flex;
}

.bars > span {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  gap: 7px;
  height: 100%;
  display: flex;
}

.bars i {
  background: linear-gradient(#9bd04e, #d9eeb7);
  border-radius: 5px 5px 0 0;
  width: 70%;
  display: block;
}

.bars small {
  color: #879188;
  font-size: 7px;
}

.connections {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.connections article {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 11px;
  grid-template-columns: 40px 1fr auto auto;
  align-items: center;
  gap: 13px;
  padding: 15px;
  display: grid;
}

.connections article > i {
  background: #f1f4ef;
  border-radius: 9px;
  place-items: center;
  width: 37px;
  height: 37px;
  font-style: normal;
  font-weight: 800;
  display: grid;
}

.connections article > i.codex {
  color: var(--accent);
  background: #1b2a20;
}

.connections h2 {
  margin: 0 0 4px;
  font-size: 11px;
}

.connections p {
  color: #808b82;
  margin: 0;
  font-size: 8px;
}

.connections article > span {
  color: #929b94;
  font-size: 8px;
}

.connections article > span.connected {
  color: #5c8b3b;
}

.settings-page {
  grid-template-columns: 180px 1fr;
  gap: 15px;
  display: grid;
}

.settings-page aside, .settings-page form {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 11px;
  padding: 13px;
}

.settings-page aside {
  flex-direction: column;
  height: max-content;
  display: flex;
}

.settings-page aside button {
  text-align: left;
  color: #778279;
  background: none;
  border: 0;
  border-radius: 7px;
  padding: 10px;
  font-size: 9px;
}

.settings-page aside button.active {
  color: #4f7037;
  background: #eef5e7;
}

.settings-page form {
  flex-direction: column;
  gap: 14px;
  padding: 20px;
  display: flex;
}

.settings-page label {
  flex-direction: column;
  gap: 6px;
  font-size: 9px;
  font-weight: 700;
  display: flex;
}

.settings-page input, .settings-page textarea {
  border: 1px solid var(--line);
  border-radius: 8px;
  outline: none;
  padding: 10px;
  font-size: 9px;
  font-weight: 400;
}

.settings-page textarea {
  resize: vertical;
  min-height: 90px;
}

.settings-page form button {
  align-self: flex-start;
}

.section-page button:disabled {
  opacity: .55;
}

@media (max-width: 800px) {
  .page-grid, .analytics-cards {
    grid-template-columns: 1fr 1fr;
  }

  .review-page, .settings-page {
    grid-template-columns: 1fr;
  }

  .review-page > aside {
    display: none;
  }

  .connections article {
    grid-template-columns: 38px 1fr auto;
  }

  .connections article > span {
    display: none;
  }
}

@media (max-width: 560px) {
  .page-grid, .analytics-cards {
    grid-template-columns: 1fr;
  }

  .work-list article {
    grid-template-columns: 36px 1fr;
  }

  .work-list .stage, .work-list article > button {
    display: none;
  }

  .connections article {
    grid-template-columns: 35px 1fr;
  }

  .connections article > button {
    display: none;
  }

  .days > div {
    min-height: 55px;
  }

  .days div span, .ai-status {
    display: none;
  }
}

.editor-backdrop {
  padding: 18px;
}

.content-editor {
  background: #fff;
  border-radius: 16px;
  flex-direction: column;
  width: min(1050px, 100%);
  height: min(760px, 94vh);
  display: flex;
  overflow: hidden;
}

.content-editor > header {
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  align-items: center;
  height: 56px;
  padding: 0 18px;
  display: flex;
}

.content-editor header > div {
  align-items: center;
  gap: 9px;
  display: flex;
}

.content-editor header small {
  color: #7c877e;
  font-size: 8px;
}

.content-editor header > button {
  background: #f1f3ef;
  border: 0;
  border-radius: 50%;
  width: 28px;
  height: 28px;
}

.status {
  background: #eef1ec;
  border-radius: 5px;
  padding: 4px 7px;
  font-size: 7px;
}

.status.approved {
  color: #54803a;
  background: #e9f6df;
}

.status.pending_review {
  color: #9a6724;
  background: #fff1d9;
}

.status.changes_requested {
  color: #a65a4a;
  background: #ffebe7;
}

.title-input {
  border: 0;
  border-bottom: 1px solid var(--line);
  outline: 0;
  padding: 18px 23px;
  font: 700 21px Georgia, Songti SC, serif;
}

.editor-grid {
  flex: 1;
  grid-template-columns: minmax(0, 1fr) 280px;
  min-height: 0;
  display: grid;
}

.editor-grid > main {
  padding: 18px;
}

.editor-grid > main textarea {
  resize: none;
  color: #303a32;
  border: 0;
  outline: 0;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 1.9;
}

.editor-grid > aside {
  border-left: 1px solid var(--line);
  background: #fafbf9;
  padding: 17px;
  overflow: auto;
}

.editor-grid aside h3 {
  margin: 0 0 9px;
  font-size: 11px;
}

.editor-grid aside > a {
  color: #537835;
  font-size: 8px;
}

.editor-grid aside > strong {
  margin: 17px 0 8px;
  font-size: 8px;
  display: block;
}

.editor-grid aside > div {
  border-top: 1px solid var(--line);
  padding: 10px 0;
}

.editor-grid aside span {
  font-size: 7px;
}

.editor-grid aside p {
  margin: 5px 0;
  font-size: 8px;
  line-height: 1.5;
}

.editor-grid aside small {
  color: #7c877e;
  font-size: 7px;
  line-height: 1.5;
}

.content-editor > footer {
  border-top: 1px solid var(--line);
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  height: 60px;
  padding: 0 18px;
  display: flex;
}

.content-editor > footer button {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  height: 34px;
  padding: 0 12px;
  font-size: 9px;
}

.content-editor > footer button.primary {
  background: #1b2a20;
}

.content-editor > footer span {
  color: #64854a;
  font-size: 8px;
}

.stage.draft {
  color: #667169;
  background: #edf0ec;
}

.stage.approved {
  color: #537f39;
  background: #e9f5df;
}

.stage.changes_requested {
  color: #a65a4a;
  background: #ffebe7;
}

@media (max-width: 720px) {
  .editor-grid {
    grid-template-columns: 1fr;
  }

  .editor-grid > aside {
    display: none;
  }

  .content-editor {
    height: 95vh;
  }

  .title-input {
    font-size: 17px;
  }
}

@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

/*# sourceMappingURL=src_app_globals_162hn9o.css.map*/