@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../vendor/inter/files/inter-latin-400-normal.woff2') format('woff2');
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../vendor/inter/files/inter-latin-500-normal.woff2') format('woff2');
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../vendor/inter/files/inter-latin-600-normal.woff2') format('woff2');
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../vendor/inter/files/inter-latin-700-normal.woff2') format('woff2');
}
:root {
  --accent: #b9ed77;
  --brand: #306b42;
  --ink: #192b28;
  --muted: #7a8680;
  --bg: #f5f7f6;
  --surface: #fff;
  --border: #e6ebe8;
  --sidebar: #152923;
  --radius: 16px;
  --bs-primary: #306b42;
  --bs-border-color: var(--border);
  --bs-body-color: var(--ink);
  --bs-body-bg: var(--bg);
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: Inter, 'Segoe UI', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  outline-offset: 4px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 650;
  letter-spacing: -0.035em;
  color: var(--ink);
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 23px;
}
h3 {
  font-size: 17px;
}
small,
.small {
  font-size: 12px;
}
.text-muted {
  color: var(--muted) !important;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 11px;
  font-weight: 650;
}
.sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  width: 244px;
  background: var(--sidebar);
  color: #b3c0b9;
  display: flex;
  flex-direction: column;
  z-index: 1040;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 27px 24px 25px;
  font-size: 25px;
  letter-spacing: -1px;
  font-weight: 650;
  color: #fff;
}
.brand-mark {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: var(--accent);
  color: #173625;
  display: inline-grid;
  place-items: center;
  font-size: 23px;
  line-height: 1;
}
.workspace-switch {
  margin: 0 18px 22px;
  padding: 12px;
  background: #ffffff08;
  border: 1px solid #ffffff16;
  border-radius: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
  color: #f3f8f4;
}
.workspace-icon {
  width: 32px;
  height: 32px;
  border-radius: 7px;
  background: #eaf0e6;
  color: #325342;
  display: grid;
  place-items: center;
}
.nav-scroll {
  overflow-y: auto;
  padding: 0 15px;
  flex: 1;
  scrollbar-width: thin;
  scrollbar-color: #385248 transparent;
}
.nav-label {
  font-size: 10px;
  letter-spacing: 0.13em;
  margin: 20px 13px 9px;
  color: #768d80;
}
.nav-link,
.nav-toggle {
  width: 100%;
  border: 0;
  background: none;
  color: #aebeb5;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 13px;
  margin: 3px 0;
  border-radius: 7px;
  text-align: left;
  font-size: 13px;
}
.nav-link:hover,
.nav-toggle:hover {
  background: #ffffff0b;
  color: white;
}
.nav-link i,
.nav-toggle > i {
  font-size: 18px;
}
.nav-link.active,
.nav-toggle.active {
  color: var(--accent);
  background: #b9ed7711;
}
.nav-link .count {
  margin-left: auto;
  font-size: 10px;
  border-radius: 4px;
  background: #b9ed771a;
  color: var(--accent);
  padding: 1px 7px;
}
.nav-chevron {
  margin-left: auto;
}
.nav-sub {
  padding-left: 29px;
  border-left: 1px solid #ffffff15;
  margin-left: 21px;
}
.nav-sub .nav-link {
  font-size: 12px;
  padding: 7px 12px;
}
.nav-sub .active:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: var(--accent);
  margin-left: -19px;
  margin-right: 8px;
}
.upgrade-box {
  margin: 23px 19px 12px;
  padding: 17px;
  background: #203a30;
  border-radius: 12px;
  font-size: 12px;
}
.upgrade-box strong {
  color: white;
}
.upgrade-box p {
  font-size: 11px;
  line-height: 1.6;
  margin: 7px 0 12px;
  color: #9cb2a5;
}
.upgrade-box a {
  display: block;
  text-align: center;
  color: #173625;
  background: var(--accent);
  padding: 8px;
  border-radius: 6px;
  font-weight: 600;
}
.sidebar-bottom {
  padding: 12px 20px 20px;
}
.main-shell {
  margin-left: 244px;
}
.topbar {
  height: 78px;
  border-bottom: 1px solid var(--border);
  background: var(--surface);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  gap: 20px;
}
.breadcrumb-top {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
}
.breadcrumb-top strong {
  color: var(--ink);
  font-weight: 500;
}
.top-actions {
  display: flex;
  align-items: center;
  gap: 15px;
}
.icon-btn {
  position: relative;
  background: transparent;
  border: 0;
  color: var(--muted);
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: inline-grid;
  place-items: center;
  font-size: 19px;
}
.icon-btn:hover {
  background: var(--bg);
  color: var(--ink);
}
.notification-dot {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #e8875b;
  border-radius: 50%;
  right: 9px;
  top: 7px;
}
.search-trigger {
  border: 0;
  background: var(--bg);
  border-radius: 7px;
  color: var(--muted);
  padding: 7px 11px;
  font-size: 12px;
}
.search-trigger kbd {
  background: var(--surface);
  color: #8f9992;
  margin-left: 35px;
  border: 1px solid var(--border);
  font-size: 10px;
}
.avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #ebddd0;
  color: #645146;
  font-size: 11px;
  font-weight: 700;
  flex-shrink: 0;
}
.avatar.mint {
  background: #e0eddd;
  color: #527151;
}
.avatar.blue {
  background: #dfe8f5;
  color: #51688a;
}
.avatar.pink {
  background: #f4dfdf;
  color: #976c76;
}
.avatar-stack {
  display: flex;
}
.avatar-stack .avatar {
  margin-left: -7px;
  border: 2px solid var(--surface);
  width: 29px;
  height: 29px;
  font-size: 9px;
}
.content {
  padding: 29px 32px 20px;
  max-width: 1760px;
  margin: auto;
}
.page-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
}
.page-heading h1 {
  margin: 0 0 5px;
}
.page-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}
.heading-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}
.btn {
  border-radius: 7px;
  font-size: 12px;
  font-weight: 550;
  padding: 9px 14px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.btn-primary {
  --bs-btn-bg: var(--brand);
  --bs-btn-border-color: var(--brand);
  --bs-btn-hover-bg: #244f32;
  --bs-btn-hover-border-color: #244f32;
  --bs-btn-active-bg: #20482e;
}
.btn-lime {
  background: var(--accent);
  color: #213c24;
  border: 1px solid transparent;
}
.btn-lime:hover {
  background: #abd96e;
}
.btn-white,
.btn-outline-secondary {
  background: var(--surface);
  border: 1px solid var(--border);
  color: var(--ink);
}
.btn-white:hover {
  background: var(--bg);
  border-color: #c0ccc3;
}
.btn-sm {
  font-size: 11px;
  padding: 6px 10px;
}
.date-select {
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 8px 12px;
  border-radius: 7px;
  font-size: 12px;
  color: var(--ink);
}
.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: 0 3px 4px #15292301;
  margin-bottom: 22px;
  color: var(--ink);
}
.card-header {
  background: transparent;
  border-bottom: 0;
  padding: 22px 23px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-header h3 {
  font-size: 15px;
  margin: 0;
}
.card-body {
  padding: 22px 23px;
}
.card-footer {
  background: transparent;
  border-color: var(--border);
  padding: 15px 23px;
}
.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.stat-card {
  padding: 20px 21px;
  position: relative;
  overflow: hidden;
}
.stat-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  font-size: 12px;
}
.stat-icon {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  background: var(--bg);
  border-radius: 9px;
  color: #819086;
  font-size: 17px;
}
.stat-value {
  font-size: 30px;
  font-weight: 620;
  letter-spacing: -1px;
  margin: 12px 0 10px;
}
.stat-foot {
  display: flex;
  gap: 7px;
  align-items: center;
  color: var(--muted);
  font-size: 10px;
}
.trend {
  color: #4a815b;
  background: #eaf4e9;
  padding: 3px 6px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 10px;
}
.trend.down {
  color: #bb6958;
  background: #fff0e9;
}
.mini-spark {
  position: absolute;
  width: 86px;
  height: 33px;
  right: 20px;
  bottom: 28px;
  opacity: 0.7;
}
.stat-card.featured {
  background: #edf6e5;
  border-color: #dcebcf;
}
.stat-card.featured .stat-icon {
  background: #deedce;
  color: #486e41;
}
.dashboard-row {
  display: grid;
  grid-template-columns: 1.9fr 1fr;
  gap: 22px;
}
.chart-summary {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 14px 0 0;
}
.chart-summary strong {
  font-size: 28px;
  letter-spacing: -0.04em;
  font-weight: 600;
}
.chart-legend {
  display: flex;
  gap: 17px;
  font-size: 11px;
  color: var(--muted);
}
.legend-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-right: 6px;
}
.segmented {
  display: flex;
  gap: 3px;
  background: var(--bg);
  border: 1px solid var(--border);
  padding: 3px;
  border-radius: 7px;
}
.segmented button {
  border: 0;
  background: none;
  font-size: 10px;
  color: var(--muted);
  padding: 5px 10px;
  border-radius: 4px;
}
.segmented button.active {
  background: var(--surface);
  color: var(--ink);
  box-shadow: 0 1px 3px #0000000a;
}
.chart-area {
  height: 266px;
  width: 100%;
}
.revenue-card .card-body {
  padding-top: 7px;
  padding-bottom: 6px;
}
.goal-ring {
  width: 196px;
  height: 196px;
  margin: 22px auto 26px;
  position: relative;
  border-radius: 50%;
  background: conic-gradient(
    from 220deg,
    #b3dc83 0deg,
    #b3dc83 240deg,
    #edf0e8 240deg,
    #edf0e8 280deg,
    transparent 280deg
  );
  transform: rotate(0deg);
}
.goal-ring:before {
  content: '';
  position: absolute;
  inset: 17px;
  border-radius: 50%;
  background: var(--surface);
}
.goal-center {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.goal-center strong {
  font-size: 39px;
  letter-spacing: -2px;
  font-weight: 600;
}
.goal-center span {
  font-size: 11px;
  color: var(--muted);
}
.goal-note {
  background: var(--bg);
  border-radius: 9px;
  text-align: center;
  padding: 11px 12px;
  font-size: 11px;
  margin-top: -36px;
  position: relative;
}
.goal-note strong {
  color: var(--brand);
}
.goal-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 22px;
  text-align: center;
  gap: 4px;
}
.goal-stats > div + div {
  border-left: 1px solid var(--border);
}
.goal-stats small {
  color: var(--muted);
  display: block;
  font-size: 10px;
}
.goal-stats strong {
  font-size: 16px;
  font-weight: 600;
}
.table {
  font-size: 12px;
  --bs-table-bg: transparent;
  --bs-table-color: var(--ink);
  --bs-table-border-color: var(--border);
  vertical-align: middle;
  margin: 0;
}
.table th {
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.02em;
  color: var(--muted);
  background: var(--bg);
  padding: 12px 20px;
  white-space: nowrap;
}
.table td {
  padding: 15px 20px;
}
.table tr:last-child td {
  border-bottom: 0;
}
.table strong {
  font-weight: 550;
}
.table td small {
  display: block;
  color: var(--muted);
  font-size: 10px;
}
.status {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 8px;
  border-radius: 5px;
  background: #edf6e9;
  color: #4b8053;
  font-size: 10px;
  white-space: nowrap;
}
.status:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}
.status.pending {
  background: #fff3dc;
  color: #b78c36;
}
.status.info {
  background: #eaf0fd;
  color: #6486bf;
}
.status.danger {
  background: #fdebec;
  color: #b86170;
}
.table-title {
  display: flex;
  align-items: center;
  gap: 11px;
}
.product-icon {
  width: 34px;
  height: 38px;
  border-radius: 6px;
  background: #eef0eb;
  display: inline-grid;
  place-items: center;
  font-size: 19px;
  color: #607265;
}
.source-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 19px;
  font-size: 12px;
}
.source-row .source-icon {
  width: 33px;
  height: 33px;
  background: var(--bg);
  border: 1px solid var(--border);
  display: grid;
  place-items: center;
  border-radius: 8px;
  font-size: 17px;
}
.source-row .progress {
  height: 5px;
  background: var(--bg);
  margin-top: 7px;
  width: 100%;
}
.source-row .progress-bar {
  background: #bed98e;
  border-radius: 5px;
}
.source-row strong {
  font-weight: 600;
}
.source-row > div:nth-child(2) {
  flex: 1;
}
.source-row small {
  color: var(--muted);
  font-size: 10px;
}
.footer {
  padding: 14px 32px 25px;
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 11px;
}
.footer a {
  margin-left: 16px;
}
.announcement {
  padding: 14px 20px;
  background: #eaf1e5;
  border: 1px solid #dfe9d8;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 23px;
  font-size: 12px;
}
.announcement i {
  font-size: 19px;
  color: var(--brand);
}
.announcement a {
  margin-left: auto;
  font-weight: 600;
}
.badge {
  font-weight: 550;
}
.bg-primary-subtle {
  background: #edf6e5 !important;
  color: #4b8053 !important;
}
.form-control,
.form-select {
  font-size: 13px;
  padding: 10px 12px;
  border-color: var(--border);
  background-color: var(--surface);
  color: var(--ink);
  border-radius: 7px;
}
.form-control:focus,
.form-select:focus {
  border-color: #83ae70;
  box-shadow: 0 0 0 3px #a9d28224;
  background: var(--surface);
  color: var(--ink);
}
.form-label {
  font-size: 12px;
  font-weight: 550;
}
.form-check-input:checked {
  background-color: var(--brand);
  border-color: var(--brand);
}
.progress {
  height: 6px;
  --bs-progress-bg: var(--bg);
  --bs-progress-bar-bg: #9cc475;
}
.list-group-item {
  background: var(--surface);
  color: var(--ink);
  border-color: var(--border);
  padding: 15px;
}
.dropdown-menu {
  background: var(--surface);
  color: var(--ink);
  border: 1px solid var(--border);
  box-shadow: 0 8px 30px #12291d0d;
  font-size: 13px;
  padding: 8px;
}
.dropdown-item {
  color: var(--ink);
  border-radius: 5px;
  padding: 9px 12px;
  font-size: 12px;
}
.dropdown-item:hover {
  background: var(--bg);
  color: var(--ink);
}
.offcanvas,
.modal-content {
  background: var(--surface);
  color: var(--ink);
}
.modal-content {
  border-radius: 16px;
  border-color: var(--border);
}
.modal-header {
  border-color: var(--border);
  padding: 20px 24px;
}
.modal-body {
  padding: 24px;
}
.modal-footer {
  border-color: var(--border);
}
.offcanvas-header {
  border-bottom: 1px solid var(--border);
}
.offcanvas-title {
  font-size: 18px;
}
.theme-choice {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
}
.theme-choice button {
  border: 1px solid var(--border);
  background: var(--bg);
  color: var(--ink);
  padding: 12px 16px;
  border-radius: 9px;
}
.theme-choice button.selected {
  border-color: var(--brand);
  box-shadow: 0 0 0 2px #7bad5c33;
}
.color-choice {
  height: 36px;
  width: 36px;
  border-radius: 50% !important;
  padding: 0 !important;
}
.section-label {
  font-weight: 600;
  margin: 25px 0 12px;
}
.empty-state {
  text-align: center;
  padding: 60px 20px;
  color: var(--muted);
}
.empty-state i {
  font-size: 40px;
  color: #97ae91;
}
.empty-state h3 {
  margin-top: 16px;
}
.app-grid {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  min-height: 620px;
}
.app-side {
  border-right: 1px solid var(--border);
  padding: 20px;
}
.app-side a,
.app-side button {
  display: flex;
  gap: 12px;
  padding: 12px;
  width: 100%;
  background: none;
  border: 0;
  border-radius: 7px;
  text-align: left;
  color: var(--muted);
}
.app-side .active {
  background: #ecf4e6;
  color: var(--brand);
}
.message-list {
  padding: 24px;
  height: 470px;
  overflow: auto;
}
.message {
  max-width: 68%;
  background: var(--bg);
  border-radius: 12px 12px 12px 2px;
  padding: 13px 17px;
  margin-bottom: 18px;
  width: fit-content;
}
.message.own {
  background: #eaf3e3;
  margin-left: auto;
  border-radius: 12px 12px 2px 12px;
  color: #315035;
}
.message small {
  display: block;
  margin-top: 4px;
  font-size: 10px;
  color: var(--muted);
}
.compose-row {
  display: flex;
  padding: 20px;
  gap: 10px;
  border-top: 1px solid var(--border);
}
.kanban {
  display: grid;
  grid-template-columns: repeat(4, minmax(230px, 1fr));
  gap: 20px;
  overflow: auto;
  padding-bottom: 20px;
}
.kanban-column {
  background: #edf1ee;
  border-radius: 12px;
  padding: 16px;
  min-height: 530px;
}
.kanban-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.task-card {
  padding: 18px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  margin-bottom: 13px;
  cursor: grab;
}
.task-card h3 {
  font-size: 14px;
  line-height: 1.6;
  margin: 14px 0 12px;
}
.task-card p {
  font-size: 12px;
  color: var(--muted);
}
.task-card footer {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--border);
  padding-top: 13px;
  align-items: center;
}
.task-card footer span {
  font-size: 11px;
  color: var(--muted);
}
.gallery-art {
  height: 190px;
  border-radius: 11px;
  background: linear-gradient(135deg, #173d31, #a8ca73);
  display: grid;
  place-items: center;
  overflow: hidden;
}
.gallery-art span {
  font-size: 65px;
  letter-spacing: -8px;
  color: #ffffffb0;
  font-weight: 800;
  transform: rotate(-8deg);
}
.gallery-art.alt {
  background: linear-gradient(120deg, #f0ca9b, #b96746);
}
.gallery-art.blue {
  background: linear-gradient(135deg, #283557, #909eb7);
}
.gallery-art.purple {
  background: linear-gradient(120deg, #585471, #b3a8bd);
}
.product-art {
  height: 210px;
  display: grid;
  place-items: center;
  background: #eff3ed;
  border-radius: 10px;
  font-size: 72px;
  color: #5d7c5f;
}
.timeline {
  border-left: 1px solid var(--border);
  margin-left: 10px;
  padding-left: 28px;
}
.timeline-item {
  position: relative;
  padding-bottom: 30px;
}
.timeline-item:before {
  content: '';
  position: absolute;
  left: -34px;
  top: 5px;
  width: 11px;
  height: 11px;
  border: 3px solid var(--surface);
  border-radius: 50%;
  background: #96ba77;
  box-shadow: 0 0 0 1px #b6cfaa;
}
.timeline-item p {
  color: var(--muted);
  font-size: 13px;
}
.auth-page {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--surface);
}
.auth-story {
  background: #19362a;
  color: #c1d0c4;
  display: flex;
  flex-direction: column;
  padding: 38px 55px;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.auth-story .brand {
  padding: 0;
}
.auth-story h1 {
  color: #f0f5e9;
  font-size: clamp(40px, 4.5vw, 70px);
  line-height: 1.12;
  max-width: 520px;
  margin: 22px 0;
}
.auth-story h1 em {
  font-style: normal;
  color: var(--accent);
}
.auth-story p {
  max-width: 400px;
  font-size: 15px;
}
.auth-pattern {
  height: 220px;
  display: flex;
  align-items: end;
  gap: 15px;
  margin: 40px 0;
}
.auth-pattern span {
  display: block;
  flex: 1;
  background: linear-gradient(#b9ed7780, #b9ed7708);
  border-top: 1px solid #b9ed77;
  border-radius: 60px 60px 0 0;
}
.auth-form-wrap {
  padding: 50px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.auth-form {
  width: 100%;
  max-width: 380px;
}
.auth-form h1 {
  font-size: 30px;
  margin-bottom: 10px;
}
.auth-form p {
  color: var(--muted);
}
.auth-form .btn {
  width: 100%;
}
.auth-form .form-control {
  padding: 13px;
}
.auth-page.centered {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg);
  padding: 40px 20px;
}
.auth-page.centered .auth-story {
  display: none;
}
.auth-page.centered .auth-form-wrap {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 45px;
  width: 460px;
}
.otp-row {
  display: flex;
  gap: 8px;
}
.otp-row input {
  text-align: center;
  width: 100%;
  font-size: 24px;
}
.error-code {
  font-size: 100px;
  font-weight: 700;
  letter-spacing: -8px;
  color: var(--brand);
  line-height: 1.2;
}
.landing {
  background: var(--surface);
}
.landing-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: auto;
  padding: 24px 25px;
  border-bottom: 1px solid var(--border);
}
.landing-nav .brand {
  color: var(--ink);
  padding: 0;
}
.landing-nav nav {
  display: flex;
  gap: 30px;
  font-size: 13px;
}
.landing-hero {
  max-width: 1200px;
  margin: auto;
  padding: 85px 25px 70px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.landing-hero h1 {
  font-size: 64px;
  line-height: 1.06;
  letter-spacing: -3px;
  margin: 22px 0;
}
.landing-hero p {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.9;
  max-width: 470px;
}
.landing-hero .eyebrow {
  color: var(--brand);
}
.landing-visual {
  background: #edf3e8;
  border-radius: 24px;
  padding: 30px;
  transform: rotate(-2deg);
  box-shadow: 25px 25px 0 #f7f9f5;
}
.landing-visual .card {
  box-shadow: 0 20px 45px #2345270d;
}
.landing-section {
  padding: 70px 25px;
  max-width: 1200px;
  margin: auto;
}
.landing-section h2 {
  font-size: 38px;
  max-width: 600px;
  margin-bottom: 30px;
}
.landing-cta {
  background: #19362a;
  border-radius: 24px;
  text-align: center;
  padding: 65px 25px;
  color: #c4d3c5;
}
.landing-cta h2 {
  color: #eff7e8;
  margin: 0 auto 20px;
}
.landing-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  max-width: 1150px;
  margin: auto;
  padding: 30px 0 50px;
  font-size: 22px;
  font-weight: 650;
  color: #8a978c;
}
.doc-content {
  max-width: 960px;
}
.doc-content p,
.doc-content li {
  font-size: 14px;
  line-height: 1.9;
}
.doc-content pre {
  background: var(--bg);
  padding: 20px;
  border-radius: 8px;
  font-size: 12px;
}
.demo-preview {
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: 10px;
  margin-bottom: 20px;
}
.demo-preview > * {
  margin-right: 8px;
  margin-bottom: 8px;
}
.code-example {
  background: var(--bg);
  padding: 15px;
  border-radius: 8px;
  overflow: auto;
  font-size: 12px;
  color: var(--muted);
}
.map-surface {
  height: 430px;
  border-radius: 12px;
  overflow: hidden;
}
.fc {
  font-size: 12px;
  --fc-border-color: var(--border);
  --fc-button-bg-color: var(--brand);
  --fc-button-border-color: var(--brand);
  --fc-button-hover-bg-color: #20462c;
  --fc-button-active-bg-color: #20462c;
  --fc-today-bg-color: #b9ed7720;
}
.fc .fc-toolbar-title {
  font-size: 20px;
}
.fc .fc-button {
  font-size: 11px;
  padding: 7px 12px;
}
.fc-daygrid-event {
  border-radius: 4px;
  padding: 3px 5px;
}
.select2-container {
  max-width: 100%;
}
.ql-toolbar.ql-snow,
.ql-container.ql-snow {
  border-color: var(--border);
}
.ql-editor {
  min-height: 220px;
}
.gridjs-wrapper {
  border-color: var(--border);
  box-shadow: none;
}
.gridjs-th,
.gridjs-td {
  background: var(--surface) !important;
  color: var(--ink) !important;
  border-color: var(--border) !important;
  font-size: 12px;
}
.gridjs-head,
.gridjs-footer {
  box-shadow: none !important;
  background: var(--surface) !important;
}
.leaflet-container {
  z-index: 1;
}
.search-results a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px;
  border-bottom: 1px solid var(--border);
}
.search-results {
  max-height: 420px;
  overflow: auto;
}
.search-results a:hover {
  background: var(--bg);
}
.mobile-menu {
  display: none;
}
.upload-zone {
  border: 2px dashed var(--border);
  border-radius: 12px;
  padding: 35px;
  text-align: center;
}
.todo-complete {
  text-decoration: line-through;
  opacity: 0.55;
}
.content-wide {
  max-width: none;
}
.accordion {
  --bs-accordion-bg: var(--surface);
  --bs-accordion-color: var(--ink);
  --bs-accordion-border-color: var(--border);
  --bs-accordion-btn-color: var(--ink);
  --bs-accordion-active-bg: #edf5e7;
  --bs-accordion-active-color: #315637;
}
.nav-tabs {
  border-color: var(--border);
}
.nav-tabs .nav-link {
  width: auto;
  color: var(--muted);
}
.nav-tabs .nav-link.active {
  background: var(--surface);
  color: var(--brand);
  border-color: var(--border) var(--border) var(--surface);
}
[data-bs-theme='dark'] {
  --ink: #e0e9e1;
  --muted: #8d9d92;
  --bg: #15211b;
  --surface: #1c2c23;
  --border: #304036;
  --brand: #598447;
  --bs-body-color: var(--ink);
  --bs-body-bg: var(--bg);
  --bs-tertiary-bg: #25382b;
}
[data-bs-theme='dark'] .stat-card.featured {
  background: #293d25;
  border-color: #3b5030;
}
[data-bs-theme='dark'] .goal-ring {
  background: conic-gradient(
    from 220deg,
    #a7cd7d 0deg,
    #a7cd7d 240deg,
    #34432e 240deg,
    #34432e 280deg,
    transparent 280deg
  );
}
[data-bs-theme='dark'] .kanban-column,
[data-bs-theme='dark'] .product-art {
  background: #223229;
}
[data-bs-theme='dark'] .announcement {
  background: #293d25;
  border-color: #3b5030;
}
[data-bs-theme='dark'] .landing-visual {
  background: #293d25;
  box-shadow: 25px 25px 0 #223329;
}
[data-sidebar='light'] .sidebar {
  background: var(--surface);
  color: var(--ink);
  border-right: 1px solid var(--border);
}
[data-sidebar='light'] .sidebar .brand,
[data-sidebar='light'] .workspace-switch {
  color: var(--ink);
}
[data-sidebar='light'] .nav-link,
[data-sidebar='light'] .nav-toggle {
  color: var(--muted);
}
[data-sidebar='light'] .nav-link.active,
[data-sidebar='light'] .nav-toggle.active {
  color: var(--brand);
  background: #b9ed7733;
}
[data-sidebar='light'] .workspace-switch {
  border-color: var(--border);
}
[data-header='dark'] .topbar {
  background: #152923;
  color: #e1e9de;
}
[data-header='dark'] .breadcrumb-top strong {
  color: #d8e4d9;
}
[data-header='dark'] .search-trigger {
  background: #ffffff0b;
}
[data-layout='compact'] .sidebar {
  width: 205px;
}
[data-layout='compact'] .main-shell {
  margin-left: 205px;
}
[data-layout='compact'] .sidebar .upgrade-box {
  display: none;
}
[data-layout='horizontal'] .sidebar {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
[data-layout='horizontal'] .sidebar .workspace-switch,
[data-layout='horizontal'] .sidebar .nav-label,
[data-layout='horizontal'] .sidebar .upgrade-box,
[data-layout='horizontal'] .sidebar .sidebar-bottom {
  display: none;
}
[data-layout='horizontal'] .nav-scroll {
  display: flex;
  overflow: visible;
  gap: 6px;
  align-items: center;
}
[data-layout='horizontal'] .nav-group {
  position: relative;
}
[data-layout='horizontal'] .nav-sub {
  position: absolute;
  background: var(--sidebar);
  top: 40px;
  left: 0;
  z-index: 1050;
  min-width: 200px;
  margin: 0;
  max-height: 70vh;
  overflow: auto;
  padding: 12px;
}
[data-layout='horizontal'] .main-shell {
  margin-left: 0;
}
[data-layout='horizontal'] .nav-toggle {
  font-size: 12px;
  white-space: nowrap;
}
[data-layout='horizontal'] .sidebar .brand {
  font-size: 20px;
  padding: 18px 20px 18px 0;
}
.compact-density .card-body {
  padding: 16px;
}
.compact-density .table td {
  padding: 10px 20px;
}
.compact-density .content {
  padding-top: 20px;
}
@media (min-width: 1500px) {
  .content {
    padding: 35px 40px;
  }
  .stat-value {
    font-size: 35px;
  }
  .chart-area {
    height: 300px;
  }
  .goal-ring {
    margin-top: 30px;
    margin-bottom: 35px;
    width: 220px;
    height: 220px;
  }
  .table td {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
@media (max-width: 1200px) {
  .sidebar {
    width: 215px;
  }
  .main-shell {
    margin-left: 215px;
  }
  .content {
    padding: 25px 22px;
  }
  .topbar {
    padding: 0 22px;
  }
  .stat-grid {
    gap: 12px;
  }
  .stat-card {
    padding: 17px;
  }
  .stat-value {
    font-size: 26px;
  }
  .mini-spark {
    width: 60px;
    right: 12px;
  }
  .dashboard-row {
    grid-template-columns: 1.65fr 1fr;
    gap: 16px;
  }
  .card-header {
    padding: 20px 18px 0;
  }
  .card-body {
    padding: 20px 18px;
  }
  .search-trigger kbd {
    margin-left: 10px;
  }
  .top-actions {
    gap: 8px;
  }
  [data-layout='horizontal'] .nav-toggle {
    padding: 10px 7px;
    gap: 5px;
  }
  [data-layout='horizontal'] .nav-toggle > i {
    display: none;
  }
}
@media (max-width: 991px) {
  .sidebar {
    transform: translateX(-100%);
    width: 244px;
  }
  .sidebar.open {
    transform: translateX(0);
    box-shadow: 0 0 0 100vmax #0006;
  }
  .main-shell,
  [data-layout='compact'] .main-shell {
    margin-left: 0;
  }
  .mobile-menu {
    display: inline-grid;
  }
  .dashboard-row {
    grid-template-columns: 1.6fr 1fr;
  }
  .topbar {
    height: 68px;
  }
  .auth-story {
    padding: 30px;
  }
  .landing-hero {
    gap: 30px;
  }
  .landing-hero h1 {
    font-size: 48px;
  }
  [data-layout='horizontal'] .sidebar {
    position: fixed;
    inset: 0 auto 0 0;
    width: 244px;
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  [data-layout='horizontal'] .nav-scroll {
    display: block;
    overflow: auto;
    width: 100%;
  }
  [data-layout='horizontal'] .nav-sub {
    position: static;
    max-height: none;
  }
  [data-layout='horizontal'] .nav-toggle > i {
    display: inline;
  }
}
@media (max-width: 767px) {
  .content {
    padding: 22px 16px;
  }
  .page-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 17px;
  }
  .page-heading h1 {
    font-size: 25px;
  }
  .heading-actions {
    width: 100%;
    flex-wrap: wrap;
  }
  .stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .stat-card {
    margin-bottom: 0;
  }
  .stat-grid {
    margin-bottom: 22px;
  }
  .dashboard-row {
    grid-template-columns: 1fr;
  }
  .topbar {
    padding: 0 16px;
    gap: 8px;
  }
  .breadcrumb-top {
    gap: 7px;
  }
  .breadcrumb-top > span {
    display: none;
  }
  .top-actions {
    gap: 3px;
  }
  .search-trigger {
    background: none;
    padding: 5px;
  }
  .search-trigger span,
  .search-trigger kbd,
  .profile-name {
    display: none;
  }
  .top-actions > .dropdown > .icon-btn {
    font-size: 17px;
  }
  .chart-area {
    height: 260px;
  }
  .card {
    border-radius: 12px;
  }
  .footer {
    padding: 12px 16px 20px;
    gap: 10px;
    flex-wrap: wrap;
  }
  .app-grid {
    grid-template-columns: 1fr;
  }
  .app-side {
    border: 0;
    border-bottom: 1px solid var(--border);
    max-height: 210px;
    overflow: auto;
  }
  .auth-page {
    grid-template-columns: 1fr;
  }
  .auth-story {
    display: none;
  }
  .auth-form-wrap {
    min-height: 100vh;
    padding: 35px 24px;
  }
  .auth-page.centered .auth-form-wrap {
    min-height: auto;
    padding: 30px 24px;
  }
  .landing-nav nav {
    display: none;
  }
  .landing-hero {
    grid-template-columns: 1fr;
    padding: 45px 25px;
    gap: 40px;
  }
  .landing-hero h1 {
    font-size: 47px;
  }
  .landing-visual {
    transform: none;
  }
  .landing-logos {
    padding: 20px 25px;
    font-size: 17px;
  }
  .landing-section {
    padding: 40px 25px;
  }
  .landing-section h2 {
    font-size: 30px;
  }
  .fc .fc-toolbar {
    gap: 10px;
    flex-wrap: wrap;
  }
  .fc .fc-toolbar-title {
    font-size: 17px;
  }
  .fc .fc-button {
    padding: 6px;
  }
  .goal-note {
    margin-top: -32px;
  }
  .announcement {
    align-items: flex-start;
  }
  .announcement a {
    white-space: nowrap;
  }
  .message {
    max-width: 85%;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation-duration: 0.01ms !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
  }
}
@media print {
  .sidebar,
  .topbar,
  .footer,
  .page-heading,
  .no-print {
    display: none !important;
  }
  .main-shell {
    margin: 0;
  }
  .content {
    padding: 0;
  }
  .card {
    border: 0;
    box-shadow: none;
  }
  .invoice {
    max-width: none;
  }
}
.landing-hero h1 em {
  font-style: normal;
  color: var(--brand);
}
.form-label.w-100 {
  margin-bottom: 7px;
}
.table-responsive {
  scrollbar-width: thin;
}
.dt-container {
  font-size: 12px;
}
.dt-container .row {
  margin-bottom: 15px;
}
.select2-container--default .select2-selection--single {
  height: 42px;
  border-color: var(--border);
  border-radius: 7px;
  background: var(--surface);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  color: var(--ink);
  font-size: 13px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}
.select2-container--default .select2-selection--multiple {
  border-color: var(--border);
  background: var(--surface);
  min-height: 42px;
  border-radius: 7px;
}
.select2-dropdown {
  background: var(--surface);
  color: var(--ink);
  border-color: var(--border);
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: var(--brand);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: #315035;
  background: #e7f1df;
  border-color: #d8e6ce;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  background: var(--surface);
  color: var(--ink);
}
.noUi-connect {
  background: #91b46c;
}
.noUi-target {
  border-color: var(--border);
  box-shadow: none;
}
.noUi-horizontal {
  height: 9px;
}
.noUi-horizontal .noUi-handle {
  height: 21px;
  width: 21px;
  right: -11px;
  border-radius: 50%;
  top: -7px;
  box-shadow: none;
}
.noUi-handle:after,
.noUi-handle:before {
  display: none;
}
.noUi-tooltip {
  font-size: 12px;
}
.ql-snow .ql-stroke {
  stroke: var(--muted);
}
.ql-snow .ql-fill {
  fill: var(--muted);
}
.ql-snow .ql-picker {
  color: var(--muted);
}
.ql-editor {
  font-family: inherit;
  font-size: 14px;
  line-height: 1.8;
}
.dropzone {
  background: var(--surface);
}
.dropzone .dz-preview {
  background: var(--surface);
}
.list .name {
  font-weight: 600;
}
.pagination li a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid var(--border);
  border-radius: 5px;
  margin-right: 6px;
}
.pagination li.active a {
  background: var(--brand);
  color: white;
}
[data-bs-theme='dark'] .apexcharts-tooltip {
  color: #253b2a;
}
[data-bs-theme='dark'] .input-group-text {
  background: var(--bg);
  border-color: var(--border);
  color: var(--muted);
}
[data-bs-theme='dark'] .form-control::placeholder {
  color: #829185;
}
[data-bs-theme='dark'] .table .product-icon,
[data-bs-theme='dark'] .stat-icon {
  background: #2a3d2d;
}
[hidden] {
  display: none !important;
}
[data-layout='horizontal'] .sidebar {
  flex-wrap: wrap;
}
[data-layout='horizontal'] .nav-scroll {
  flex-basis: 100%;
  flex-wrap: wrap;
  padding-bottom: 10px;
}
[data-layout='horizontal'] .sidebar .brand {
  padding-bottom: 8px;
}
@media (max-width: 991px) {
  [data-layout='horizontal'] .sidebar {
    flex-wrap: nowrap;
  }
  [data-layout='horizontal'] .nav-scroll {
    flex-basis: auto;
  }
}
@media (max-width: 767px) {
  .mini-spark {
    display: none;
  }
  .stat-foot {
    gap: 4px;
  }
  .stat-foot > span:last-child {
    font-size: 9px;
  }
}
