@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap");
.brand {
  white-space: nowrap;
}
.brand .logo {
  flex-shrink: 0;
}
@media (min-width: 801px) and (max-width: 1200px) {
  .sidebar .brand {
    font-size: 21px;
    gap: 8px;
    padding-inline: 5px;
  }
}
:root {
  font-family: "DM Sans", sans-serif;
  color: #22352e;
  background: #f5f7f6;
  font-size: 16px;
  font-synthesis: none;
  --green: #205747;
  --muted: #748078;
  --line: #e5eae7;
  --lime: #d1f394;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
input,
select {
  font: inherit;
}
button,
a,
select {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid #79ae48;
  outline-offset: 3px;
}
button {
  border: 0;
}
a {
  color: var(--green);
}
.shell {
  display: grid;
  grid-template-columns: 248px 1fr;
  min-height: 100vh;
}
.sidebar {
  background: #fff;
  border-right: 1px solid var(--line);
  padding: 32px 20px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.brand {
  font-family: Manrope, sans-serif;
  font-size: 25px;
  letter-spacing: -1px;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 0 10px;
}
.logo {
  background: var(--green);
  color: var(--lime);
  width: 37px;
  height: 37px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-size: 27px;
  font-weight: 800;
  font-style: italic;
}
.workspace {
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 13px;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
}
.avatar {
  width: 35px;
  height: 35px;
  background: #edf2ef;
  color: #3f6354;
  display: inline-grid;
  place-items: center;
  border-radius: 9px;
  font-weight: 600;
  flex-shrink: 0;
  font-size: 13px;
}
.small {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
}
.nav-label {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 12px;
  color: #8a948e;
  margin: 0 12px 10px;
}
.nav {
  display: grid;
  gap: 5px;
}
.nav button {
  display: flex;
  align-items: center;
  gap: 13px;
  text-align: left;
  background: transparent;
  color: #637269;
  padding: 13px 15px;
  border-radius: 8px;
  font-size: 14px;
}
.nav button.active {
  background: #eaf2ec;
  color: #205747;
  font-weight: 700;
}
.nav button:hover {
  background: #f0f4f1;
}
.icon {
  width: 19px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}
.side-bottom {
  margin-top: auto;
}
.stage-card {
  border: 1px solid #dbe8cc;
  background: #f5faed;
  border-radius: 10px;
  padding: 16px;
  margin: 30px 0 20px;
}
.stage-card p {
  font-size: 13px;
  color: #6b775e;
  line-height: 1.6;
  margin-bottom: 0;
}
.profile {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px;
  font-size: 14px;
}
.profile button {
  margin-left: auto;
  background: none;
  color: #637269;
}
.main {
  min-width: 0;
}
.topbar {
  min-height: 85px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 38px;
  background: #fff;
  gap: 16px;
}
.breadcrumb {
  font-size: 14px;
  color: #88938c;
}
.breadcrumb b {
  color: #344b3f;
  font-weight: 500;
}
.top-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
.pill {
  font-size: 12px;
  border: 1px solid #e7dfbf;
  background: #fffbec;
  color: #8d7435;
  border-radius: 6px;
  padding: 6px 9px;
  white-space: nowrap;
}
.role-select {
  border: 0;
  background: #f5f7f6;
  padding: 9px;
  border-radius: 6px;
  color: #42564b;
  font-size: 13px;
  max-width: 210px;
}
.content {
  max-width: 1500px;
  margin: auto;
  padding: 35px 38px;
}
.heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 0 0 28px;
}
.eyebrow {
  color: #687c6e;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 650;
  margin: 0 0 8px;
}
h1,
h2,
h3 {
  font-family: Manrope, sans-serif;
}
h1 {
  font-size: 30px;
  letter-spacing: -1px;
  font-weight: 750;
  margin: 0 0 8px;
}
h2 {
  font-size: 17px;
  letter-spacing: -0.35px;
  margin: 0;
}
h3 {
  font-size: 16px;
  margin: 0 0 7px;
}
p {
  line-height: 1.65;
}
.subtitle {
  color: #7b867f;
  font-size: 14px;
  margin: 0;
}
.btn {
  padding: 11px 17px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 600;
  background: var(--green);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
}
.btn:hover {
  filter: brightness(0.95);
}
.btn.secondary {
  background: #fff;
  color: #42584b;
  border: 1px solid #dce4de;
}
.btn.text {
  background: transparent;
  color: var(--green);
  padding: 5px;
}
.welcome {
  background: #1d4b3e;
  border-radius: 12px;
  padding: 26px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  color: white;
  margin-bottom: 26px;
  position: relative;
  overflow: hidden;
}
.welcome h2 {
  font-size: 23px;
  font-weight: 600;
}
.welcome p {
  color: #bfcec5;
  font-size: 14px;
  max-width: 570px;
  margin: 9px 0 17px;
}
.welcome .btn {
  background: var(--lime);
  color: #2d4827;
}
.welcome-mark {
  font-size: 94px;
  color: #badd8f;
  font-family: Manrope;
  font-weight: 800;
  font-style: italic;
  letter-spacing: -12px;
  padding-right: 20px;
  opacity: 0.85;
}
.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 17px;
  margin-bottom: 27px;
}
.metric {
  background: white;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 20px;
}
.metric-label {
  display: flex;
  justify-content: space-between;
  color: #738176;
  font-size: 13px;
  gap: 8px;
}
.metric-label .icon {
  color: #7d998a;
}
.value {
  font-family: Manrope;
  font-size: 30px;
  font-weight: 750;
  margin: 13px 0 8px;
  letter-spacing: -1px;
}
.metric-foot {
  font-size: 12px;
  color: #8b948e;
}
.metric-foot strong {
  color: #54866a;
  font-weight: 500;
  margin-right: 5px;
}
.grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  gap: 23px;
}
.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 11px;
  overflow: hidden;
  margin-bottom: 23px;
}
.card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 22px 23px;
}
.card-header p {
  margin: 5px 0 0;
}
.table-wrap {
  overflow: auto;
}
table {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
  text-align: left;
  white-space: nowrap;
}
th {
  font-weight: 500;
  font-size: 12px;
  color: #869187;
  background: #fafbf9;
  padding: 12px 22px;
  border-block: 1px solid #eef1ed;
}
td {
  padding: 18px 22px;
  border-bottom: 1px solid #eef1ed;
}
tr:last-child td {
  border-bottom: 0;
}
.company-name {
  display: flex;
  align-items: center;
  gap: 12px;
}
.company-name b {
  font-weight: 600;
}
.tag {
  font-size: 12px;
  display: inline-block;
  padding: 5px 8px;
  border-radius: 5px;
  background: #eff6ed;
  color: #4b7957;
}
.tag.trial {
  background: #fff5de;
  color: #9b7b38;
}
.tag.free {
  background: #eef0f9;
  color: #70719b;
}
.tag.suspended {
  background: #faecea;
  color: #a4554b;
}
.table-footer {
  font-size: 12px;
  color: #89948b;
  padding: 15px 23px;
  border-top: 1px solid var(--line);
}
.progress {
  height: 5px;
  background: #e9ede7;
  border-radius: 6px;
  overflow: hidden;
  margin: 7px 0;
}
.progress span {
  display: block;
  height: 100%;
  background: #8cae70;
}
.padded {
  padding: 22px;
}
.extension-art {
  background: #edf3e7;
  border: 1px solid #e0ead6;
  border-radius: 9px;
  padding: 18px;
  margin-bottom: 19px;
  display: flex;
  align-items: center;
  gap: 13px;
}
.extension-art .logo {
  background: #fff;
  color: var(--green);
  border: 1px solid #dce4d4;
}
.extension-card p {
  font-size: 13px;
  color: #808b81;
  margin: 8px 0 17px;
}
.extension-card .btn {
  width: 100%;
}
.activity {
  display: flex;
  gap: 11px;
  margin-top: 20px;
}
.activity .avatar {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  font-size: 11px;
}
.activity p {
  font-size: 13px;
  margin: 0;
}
.activity .small {
  font-size: 12px;
}
.bottom-note {
  font-size: 12px;
  color: #8a958c;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 10px;
}
.toolbar {
  display: flex;
  gap: 12px;
  padding: 0 23px 19px;
  flex-wrap: wrap;
}
input,
select {
  border: 1px solid #dce4de;
  border-radius: 7px;
  padding: 11px 12px;
  background: #fff;
  color: #334d3e;
  min-width: 0;
}
input {
  width: 100%;
}
.toolbar input {
  max-width: 320px;
  font-size: 14px;
}
.toolbar select {
  font-size: 14px;
}
.plans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.plan {
  padding: 27px;
}
.plan.featured {
  border: 1px solid #799b63;
}
.plan ul {
  padding-left: 18px;
  color: #758174;
  font-size: 14px;
  line-height: 2.2;
}
.plan .price {
  font-family: Manrope;
  font-size: 32px;
  margin: 18px 0 5px;
}
.plan .btn {
  width: 100%;
  margin-top: 15px;
}
.note {
  padding: 16px 20px;
  border: 1px solid #e4e8d9;
  background: #f7f9ef;
  border-radius: 8px;
  font-size: 14px;
  color: #667b53;
  line-height: 1.7;
  margin-bottom: 22px;
}
dialog {
  border: 1px solid #dce4de;
  border-radius: 14px;
  padding: 28px;
  max-width: 460px;
  width: calc(100% - 30px);
  box-shadow: 0 20px 100px #16312530;
  color: #253c2f;
}
dialog::backdrop {
  background: #162c2560;
  backdrop-filter: blur(3px);
}
dialog h2 {
  font-size: 22px;
  margin-bottom: 10px;
}
form {
  display: grid;
  gap: 17px;
}
label {
  display: grid;
  gap: 7px;
  font-size: 14px;
}
form .buttons {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 8px;
}
.error {
  font-size: 14px;
  color: #a24a41;
  min-height: 1em;
  margin: 0;
}
#toast {
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  padding: 13px 20px;
  background: #233e31;
  color: white;
  border-radius: 8px;
  font-size: 14px;
  box-shadow: 0 5px 25px #0002;
  display: none;
  z-index: 20;
  max-width: 90vw;
}
.login {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: white;
}
.login-story {
  background: #1d4b3e;
  padding: 60px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.login-story .brand {
  padding: 0;
}
.login-story h1 {
  font-size: 52px;
  max-width: 500px;
  line-height: 1.2;
}
.login-story p {
  color: #c2d3c7;
  max-width: 410px;
}
.login-form {
  max-width: 440px;
  width: 100%;
  align-self: center;
  justify-self: center;
  padding: 30px;
}
.login-form h1 {
  font-size: 30px;
}
.login-form .btn {
  width: 100%;
  margin-top: 15px;
}
.login-form label {
  margin-top: 27px;
}
.settings {
  max-width: 620px;
}
.settings label {
  margin-bottom: 18px;
}
.status-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border-top: 1px solid var(--line);
  padding: 20px 0;
}
.status-row:last-child {
  padding-bottom: 0;
}
.status-row p {
  margin: 4px 0 0;
  font-size: 14px;
  color: #7f8c80;
}
.empty {
  text-align: center;
  color: var(--muted);
  padding: 35px;
}
.mobile-brand {
  display: none;
}
@media (min-width: 1500px) {
  .content {
    padding-top: 45px;
  }
  .welcome {
    padding-block: 35px;
  }
  td {
    padding-block: 22px;
  }
}
@media (max-width: 1200px) {
  .shell {
    grid-template-columns: 210px 1fr;
  }
  .sidebar {
    padding-inline: 12px;
  }
  .content {
    padding: 28px 24px;
  }
  .topbar {
    padding-inline: 24px;
  }
  .grid {
    grid-template-columns: 1fr;
  }
  .rail {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 23px;
  }
  .welcome-mark {
    font-size: 75px;
  }
  .metric {
    padding: 17px;
  }
  .plans {
    gap: 12px;
  }
  .plan {
    padding: 20px;
  }
}
@media (max-width: 800px) {
  .shell {
    grid-template-columns: 1fr;
  }
  .sidebar {
    padding: 16px;
    gap: 15px;
    border-bottom: 1px solid var(--line);
  }
  .sidebar .workspace,
  .nav-label,
  .side-bottom {
    display: none;
  }
  .sidebar .brand {
    font-size: 22px;
  }
  .nav {
    display: flex;
    overflow: auto;
  }
  .nav button {
    padding: 10px;
    white-space: nowrap;
  }
  .nav button .icon {
    display: none;
  }
  .topbar {
    min-height: auto;
    padding: 13px 18px;
  }
  .breadcrumb {
    display: none;
  }
  .top-actions {
    width: 100%;
    justify-content: space-between;
  }
  .content {
    padding: 25px 18px;
  }
  .metrics {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .heading {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  h1 {
    font-size: 26px;
  }
  .welcome {
    padding: 23px;
  }
  .welcome-mark {
    display: none;
  }
  .rail,
  .plans {
    display: grid;
    grid-template-columns: 1fr;
  }
  .bottom-note {
    flex-direction: column;
  }
  .login {
    grid-template-columns: 1fr;
  }
  .login-story {
    padding: 30px;
  }
  .login-story h1 {
    font-size: 32px;
    margin-top: 40px;
  }
  .login-story > div:last-child {
    display: none;
  }
  .value {
    font-size: 27px;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .content {
    animation: enter 0.25s ease;
  }
  @keyframes enter {
    from {
      opacity: 0.5;
      transform: translateY(5px);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
}

.sidebar,
.grid > *,
.rail > *,
.metric {
  min-width: 0;
}
.metrics {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 1200px) {
  .grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width: 800px) {
  .shell,
  .rail,
  .plans {
    grid-template-columns: minmax(0, 1fr);
  }
  .metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sidebar .nav {
    max-width: 100%;
  }
}

.brand-dot {
  color: #80a562;
}
.light {
  color: #c6dfbd;
}
.auth-title {
  margin-top: 25px;
}
.auth-fields {
  margin-top: 25px;
}
.auth-fields label {
  margin-top: 0;
}
.auth-fields .btn {
  margin-top: 0;
}
.email-example {
  background: #f7f9f6;
  padding: 22px;
  border: 1px solid #e6ebe3;
  border-radius: 9px;
  margin: 20px 0;
  font-size: 14px;
}
.nav-icon {
  width: 20px;
  text-align: center;
  font-size: 20px;
}
.reset-button {
  margin-top: 20px;
}
.startup-error {
  max-width: 600px;
  margin: 15vh auto;
  padding: 30px;
}
.top-actions {
  flex-wrap: wrap;
}
.top-actions .small {
  overflow-wrap: anywhere;
}
.workspace b {
  overflow-wrap: anywhere;
}
.status-row {
  flex-wrap: wrap;
}
.value {
  overflow-wrap: anywhere;
}
.value {
  font-size: 27px;
}
.plan .tag {
  white-space: normal;
}
.plan p {
  overflow-wrap: anywhere;
}
.profile > div {
  min-width: 0;
  overflow-wrap: anywhere;
}

.welcome-mark {
  letter-spacing: -4px;
}
@media (max-width: 800px) {
  .login-story {
    padding: 24px;
  }
  .login-story h1 {
    font-size: 27px;
    margin-top: 22px;
  }
  .login-story p {
    font-size: 14px;
  }
  .login-form {
    padding: 26px;
  }
  .login-story .eyebrow {
    margin-top: 16px;
  }
}
