@import url("/fonts.css");
#toast:empty {
  display: none;
}
:root {
  color-scheme: dark;
  --bg: #101211;
  --panel: #181b19;
  --panel2: #1e211f;
  --line: #2b302c;
  --text: #f1f3ef;
  --muted: #929a93;
  --accent: #b0eb61;
  --accent-dim: #25341e;
  --red: #f58e8e;
  --radius: 16px;
  font-family: Inter, "Segoe UI", sans-serif;
  font-size: 14px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  outline-offset: 4px;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  border: 0;
  color: inherit;
}
button:disabled {
  opacity: 0.5;
  cursor: wait;
}
button svg {
  flex: none;
}
svg.icon {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  vertical-align: middle;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: -1px;
}
.brand img {
  width: 37px;
  height: 37px;
}
.brand b {
  color: var(--accent);
  font-weight: 700;
}
.brand small {
  display: block;
  font-size: 10px;
  color: var(--muted);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 4px;
}
.sidebar {
  width: 250px;
  position: fixed;
  inset: 0 auto 0 0;
  background: #151815;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  padding: 29px 17px 16px;
  z-index: 30;
}
.sidebar > .brand {
  padding: 0 12px 28px;
}
.church-switch {
  border: 1px solid var(--line);
  border-radius: 11px;
  display: flex;
  gap: 10px;
  padding: 12px 10px;
  margin-bottom: 23px;
  align-items: center;
}
.church-switch .church-symbol {
  background: #31362d;
  color: var(--accent);
  border-radius: 9px;
  padding: 8px;
}
.church-switch strong {
  font-size: 11px;
  display: block;
}
.church-switch small {
  font-size: 10px;
  color: var(--muted);
  display: block;
  margin-top: 5px;
}
.sidebar nav {
  overflow: auto;
  flex: 1;
  scrollbar-width: thin;
  scrollbar-color: #32392f transparent;
  padding-right: 3px;
}
.nav-label {
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-size: 9px;
  color: #778174;
  margin: 22px 14px 10px;
}
.nav-item {
  width: 100%;
  text-align: left;
  display: flex;
  gap: 13px;
  align-items: center;
  border-radius: 8px;
  padding: 11px 13px;
  background: none;
  color: #a9b1aa;
  font-size: 12px;
  margin: 3px 0;
}
.nav-item:hover {
  background: #222720;
  color: #fff;
}
.nav-item.active {
  background: var(--accent);
  color: #17220e;
  font-weight: 650;
}
.nav-item .count {
  margin-left: auto;
  font-size: 10px;
  background: #16220e1a;
  padding: 2px 6px;
  border-radius: 4px;
}
.sidebar-bottom {
  border-top: 1px solid var(--line);
  padding-top: 12px;
  margin-top: 12px;
}
.upgrade {
  padding: 16px;
  background: linear-gradient(110deg, #273420, #1b241a);
  border: 1px solid #39492c;
  border-radius: 11px;
  margin-bottom: 13px;
}
.upgrade strong {
  font-size: 12px;
}
.upgrade p {
  font-size: 11px;
  line-height: 1.6;
  color: #a5b499;
  margin: 7px 0 12px;
}
.upgrade button {
  color: #d0f4a7;
  background: transparent;
  padding: 0;
  font-size: 11px;
}
.workspace {
  margin-left: 250px;
}
.topbar {
  height: 83px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 34px;
  border-bottom: 1px solid var(--line);
  background: #121512;
}
.breadcrumb {
  font-size: 12px;
  color: #7d877d;
}
.breadcrumb span {
  color: #d4dcd1;
  margin-left: 12px;
}
.global-search {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #788276;
  width: 250px;
}
.global-search input {
  background: transparent;
  border: 0;
  width: 170px;
  padding: 0;
  font-size: 12px;
}
.kbd {
  border: 1px solid var(--line);
  border-radius: 5px;
  font-size: 10px;
  padding: 3px 5px;
}
.icon-btn {
  padding: 9px;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.avatar {
  background: #3a4332;
  color: #d1ecb8;
  border-radius: 50%;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  font-weight: 650;
  font-size: 12px;
  flex: none;
}
.top-profile {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-left: 18px;
  border-left: 1px solid var(--line);
}
.top-profile strong {
  font-size: 11px;
}
.top-profile small {
  display: block;
  color: var(--muted);
  font-size: 10px;
  margin-top: 4px;
}
main {
  padding: 32px 34px 45px;
  max-width: 1700px;
  margin: auto;
}
.heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 27px;
}
.eyebrow {
  font-size: 10px;
  color: #96a48d;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 9px;
}
h1 {
  font-size: 27px;
  letter-spacing: -0.8px;
  font-weight: 600;
  margin: 0 0 9px;
}
h2 {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.2px;
  margin: 0;
}
h3 {
  font-size: 13px;
  margin: 0;
}
.muted {
  color: var(--muted);
}
.heading p {
  font-size: 12px;
  color: var(--muted);
  margin: 0;
  line-height: 1.7;
}
.actions {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-wrap: wrap;
}
.btn {
  padding: 11px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #3a4236;
  background: #222720;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
  transition: 0.15s;
}
.btn:hover {
  filter: brightness(1.14);
  transform: translateY(-1px);
}
.btn.primary {
  background: var(--accent);
  border-color: var(--accent);
  color: #15220d;
}
.btn.danger {
  background: #382020;
  border-color: #593232;
  color: #ffaaaa;
}
.btn.ghost {
  background: transparent;
}
.welcome {
  position: relative;
  border: 1px solid #394731;
  min-height: 165px;
  border-radius: var(--radius);
  padding: 25px 29px;
  background:
    radial-gradient(ellipse at 90% 80%, #3e552c 0, transparent 45%),
    linear-gradient(100deg, #20291d, #1e281b);
  overflow: hidden;
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.welcome h2 {
  font-size: 22px;
  letter-spacing: -0.7px;
  margin: 7px 0 10px;
}
.welcome p {
  color: #aab69f;
  font-size: 12px;
  max-width: 420px;
  line-height: 1.8;
  margin: 0;
}
.welcome .tag {
  font-size: 9px;
  letter-spacing: 1.6px;
  color: #c3e2a7;
  text-transform: uppercase;
}
.welcome-art {
  position: relative;
  width: 230px;
  height: 130px;
  margin-right: 25px;
  display: grid;
  place-items: center;
}
.welcome-art:before,
.welcome-art:after {
  content: "";
  position: absolute;
  border: 1px solid #a7d58525;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  transform: rotateX(35deg);
}
.welcome-art:after {
  width: 280px;
  height: 280px;
}
.church-art {
  font-size: 70px;
  font-weight: 200;
  color: #c4e6a1;
  text-shadow: 0 0 35px #a6ed6455;
  transform: rotate(-5deg);
  position: relative;
  z-index: 1;
}
.verse {
  font-size: 10px !important;
  font-style: italic;
  color: #b4c8a3 !important;
  margin-top: 10px !important;
}
.stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}
.stat {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 13px;
  padding: 19px 20px;
  position: relative;
  min-height: 130px;
}
.stat-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
  color: #abb3a6;
  margin-bottom: 13px;
}
.stat-icon {
  color: #b4c4a6;
  background: #272e24;
  padding: 7px;
  border-radius: 8px;
}
.stat strong {
  font-size: 29px;
  letter-spacing: -1.2px;
  font-weight: 600;
  display: block;
}
.stat small {
  display: block;
  font-size: 10px;
  color: #838e7d;
  margin-top: 9px;
}
.stat small em {
  font-style: normal;
  color: var(--accent);
}
.grid {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(300px, 1fr);
  gap: 20px;
  margin-bottom: 22px;
}
.panel {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
  overflow: hidden;
}
.panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 21px 23px;
  gap: 10px;
}
.panel-head p {
  font-size: 10px;
  color: var(--muted);
  margin: 6px 0 0;
}
.panel-head button.link {
  background: none;
  color: var(--accent);
  font-size: 10px;
  padding: 0;
}
.panel-body {
  padding: 0 23px 22px;
}
.legend {
  display: flex;
  gap: 18px;
  font-size: 10px;
  color: var(--muted);
}
.dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  margin-right: 6px;
}
.dot.gray {
  background: #748665;
}
.chart {
  height: 215px;
  position: relative;
  padding-left: 35px;
  padding-bottom: 25px;
  margin-top: 20px;
}
.chart-grid {
  position: absolute;
  inset: 0 0 25px 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.chart-grid div {
  height: 1px;
  border-top: 1px dashed #333b2e;
  position: relative;
}
.chart-grid span {
  position: absolute;
  left: -35px;
  top: -7px;
  font-size: 9px;
  color: #788270;
}
.chart svg {
  width: 100%;
  height: 100%;
  overflow: visible;
  position: relative;
}
.chart-months {
  display: flex;
  justify-content: space-between;
  color: #838c7b;
  font-size: 9px;
  position: absolute;
  bottom: 0;
  left: 35px;
  right: 0;
}
.chart-tip {
  font-size: 10px;
  color: #b0d58a;
  background: #25301e;
  border: 1px solid #3b4f2c;
  border-radius: 6px;
  padding: 6px 9px;
}
.schedule-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
}
.date-box {
  width: 45px;
  flex: none;
  text-align: center;
  background: #252c22;
  border: 1px solid #34422a;
  border-radius: 9px;
  padding: 7px 5px;
  color: #c9e8ab;
}
.date-box strong {
  font-size: 18px;
  font-weight: 600;
  display: block;
}
.date-box span {
  font-size: 8px;
  text-transform: uppercase;
}
.schedule-row h3 {
  font-size: 11px;
  margin-bottom: 6px;
  font-weight: 550;
}
.schedule-row p {
  font-size: 10px;
  color: var(--muted);
  margin: 0;
}
.schedule-row > .badge {
  margin-left: auto;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #bcdd9c;
  background: #26351f;
  border: 1px solid #35452c;
  border-radius: 5px;
  font-size: 9px;
  padding: 4px 7px;
  white-space: nowrap;
}
.badge.warning {
  color: #e4c782;
  background: #352e1f;
  border-color: #4a3f2a;
}
.badge.red {
  color: #eaa0a0;
  background: #382525;
  border-color: #4b2e2e;
}
.badge.neutral {
  color: #bcc3b7;
  background: #2b3028;
  border-color: #373e32;
}
.quick-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.quick {
  border: 1px solid var(--line);
  background: #1d221b;
  border-radius: 10px;
  padding: 19px 8px;
  color: #aabb9d;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  font-size: 10px;
}
.quick:hover {
  border-color: #718c53;
  color: var(--accent);
  background: #27331f;
}
.quick svg {
  width: 23px;
  height: 23px;
}
.person-row {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 11px 0;
  border-top: 1px solid var(--line);
}
.person-row .avatar {
  width: 32px;
  height: 32px;
  font-size: 10px;
}
.person-row strong {
  font-size: 11px;
  font-weight: 500;
}
.person-row small {
  display: block;
  color: var(--muted);
  font-size: 9px;
  margin-top: 4px;
}
.person-row > span:last-child {
  margin-left: auto;
  color: #8f9c85;
  font-size: 10px;
}
.bottom-note {
  font-size: 10px;
  color: #687360;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 26px;
}
.toolbar {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
}
.toolbar input {
  width: 270px;
}
.toolbar .filters {
  display: flex;
  gap: 8px;
}
.input,
input,
select,
textarea {
  background: #121611;
  border: 1px solid #333d2e;
  border-radius: 7px;
  color: #e5ebdf;
  padding: 11px 12px;
  width: 100%;
  font-size: 12px;
}
input::placeholder,
textarea::placeholder {
  color: #697362;
}
input:focus,
select:focus,
textarea:focus {
  outline: 1px solid #9ccf6c;
  border-color: #9ccf6c;
}
input[type="checkbox"] {
  width: auto;
  accent-color: var(--accent);
}
textarea {
  resize: vertical;
  min-height: 90px;
}
.table-scroll {
  overflow: auto;
}
table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 11px;
  white-space: nowrap;
}
th {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #7f8c76;
  padding: 15px 22px;
  font-weight: 500;
  background: #161a14;
}
td {
  padding: 15px 22px;
  border-top: 1px solid #282f24;
  color: #adb7a4;
}
td:first-child {
  color: #e5ebdf;
  font-weight: 500;
}
.cell-name {
  display: flex;
  align-items: center;
  gap: 11px;
}
.cell-name .avatar {
  width: 33px;
  height: 33px;
  font-size: 10px;
}
.cell-name small {
  display: block;
  font-size: 9px;
  font-weight: 400;
  color: #7e8b76;
  margin-top: 4px;
}
.row-actions {
  display: flex;
  gap: 5px;
}
.row-actions button {
  padding: 6px;
  background: none;
  color: #8f9e85;
  border-radius: 5px;
}
.row-actions button:hover {
  background: #313d28;
  color: var(--accent);
}
.row-actions svg {
  width: 15px;
  height: 15px;
}
.table-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 22px;
  border-top: 1px solid var(--line);
  font-size: 10px;
  color: #7c8b72;
}
.empty {
  text-align: center;
  padding: 65px 20px;
  color: #84927a;
}
.empty svg {
  width: 35px;
  height: 35px;
  color: #a9c391;
  margin-bottom: 16px;
}
.empty h3 {
  color: #d6dfd0;
  margin-bottom: 8px;
}
.empty p {
  font-size: 12px;
}
.empty button {
  margin-top: 10px;
}
.modal-form {
  padding: 25px;
}
.modal-head {
  padding: 22px 25px;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-head h2 {
  font-size: 19px;
}
.modal-head button {
  background: transparent;
  color: var(--muted);
  font-size: 22px;
}
dialog {
  background: #1b2018;
  border: 1px solid #3b4932;
  border-radius: 16px;
  color: var(--text);
  padding: 0;
  width: min(680px, 94vw);
  max-height: 90vh;
  box-shadow: 0 30px 100px #0009;
}
dialog::backdrop {
  background: #070c08b8;
  backdrop-filter: blur(5px);
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 11px;
  color: #aebba4;
}
.field.full {
  grid-column: 1/-1;
}
.form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 9px;
  margin-top: 24px;
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.form-error {
  font-size: 12px;
  color: #ffb4a9;
  line-height: 1.7;
  margin-top: 12px;
}
.detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 19px;
  padding: 24px;
}
.detail-grid small {
  color: #8f9f82;
  display: block;
  margin-bottom: 7px;
  font-size: 10px;
}
.detail-grid p {
  font-size: 12px;
  margin: 0;
  white-space: pre-wrap;
  line-height: 1.7;
}
.history {
  padding: 0 24px 24px;
}
.history-item {
  border-left: 1px solid #45583a;
  padding: 0 0 20px 17px;
  font-size: 11px;
}
.history-item small {
  display: block;
  color: #85967a;
  margin-top: 5px;
}
.support {
  background: #a3e635;
  color: #15220d;
  padding: 9px 20px;
  text-align: center;
  font-size: 12px;
}
.support button {
  background: transparent;
  text-decoration: underline;
  color: inherit;
  margin-left: 12px;
}
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.module-card {
  padding: 23px;
  min-height: 180px;
}
.module-card .card-icon {
  background: #2d3c24;
  color: #b1d794;
  border-radius: 11px;
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
}
.module-card h2 {
  margin-bottom: 10px;
}
.module-card p {
  color: #96a58a;
  font-size: 11px;
  line-height: 1.8;
}
.module-card .actions {
  margin-top: 20px;
}
.module-card .badge {
  float: right;
}
.big-number {
  font-size: 33px;
  color: #d1eac0;
  letter-spacing: -1px;
  margin: 15px 0;
}
.login-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
}
.login-story {
  background: radial-gradient(circle at 35% 35%, #3d522a, #1b2817 50%, #141a11);
  padding: 55px 70px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.login-story h1 {
  font-size: clamp(38px, 4vw, 60px);
  line-height: 1.13;
  letter-spacing: -2.5px;
  margin: 40px 0 22px;
  max-width: 520px;
}
.login-story h1 em {
  font-style: normal;
  color: #b6ec7d;
}
.login-story p {
  font-size: 14px;
  line-height: 1.9;
  color: #aaba9d;
  max-width: 390px;
}
.login-story footer {
  font-size: 11px;
  color: #8c9e7f;
}
.story-lines {
  display: flex;
  gap: 10px;
  margin-top: 35px;
  flex-wrap: wrap;
}
.story-lines span {
  font-size: 10px;
  color: #c5deaf;
  border: 1px solid #50633f;
  padding: 9px 12px;
  border-radius: 30px;
}
.login-form-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 45px;
  background: #11160e;
}
.login-form {
  width: 360px;
}
.login-form .eyebrow {
  margin-bottom: 20px;
}
.login-form h2 {
  font-size: 28px;
  letter-spacing: -1px;
}
.login-form > p {
  font-size: 12px;
  color: #9caa92;
  line-height: 1.8;
  margin-bottom: 29px;
}
.login-form .field {
  margin-bottom: 19px;
}
.login-form .btn {
  width: 100%;
  padding: 14px;
  margin-top: 8px;
  font-size: 12px;
}
.login-links {
  display: flex;
  justify-content: space-between;
  color: #9eb58d;
  font-size: 11px;
  margin: 14px 0;
}
.login-links button {
  background: transparent;
  color: inherit;
  padding: 0;
  font-size: 11px;
}
.demo-box {
  margin-top: 28px;
  border: 1px dashed #3d4c32;
  padding: 14px;
  border-radius: 8px;
  font-size: 10px;
  color: #a9bb99;
  line-height: 1.8;
}
.demo-box button {
  float: right;
  background: transparent;
  color: var(--accent);
  font-size: 10px;
}
.login-bottom {
  text-align: center;
  font-size: 10px;
  color: #697b5d;
  margin-top: 35px;
}
.landing {
  max-width: 1150px;
  margin: auto;
  padding: 28px;
}
.landing nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.landing-hero {
  text-align: center;
  padding: 105px 20px 85px;
}
.landing-hero h1 {
  font-size: 64px;
  letter-spacing: -3px;
  line-height: 1.1;
  margin: 25px auto;
  max-width: 780px;
}
.landing-hero h1 span {
  color: var(--accent);
}
.landing-hero p {
  max-width: 560px;
  margin: 25px auto;
  color: var(--muted);
  line-height: 1.8;
}
.landing-hero .actions {
  justify-content: center;
}
.price {
  font-size: 36px;
  margin: 20px 0;
}
.price small {
  font-size: 12px;
  color: var(--muted);
}
.module-card li {
  font-size: 12px;
  line-height: 2.5;
  color: #b1bba9;
}
.mobile-menu {
  display: none;
}
#toast {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 100;
  background: #d5eebf;
  color: #1a2911;
  padding: 14px 22px;
  border-radius: 10px;
  font-size: 12px;
  box-shadow: 0 10px 40px #0005;
  transform: translateY(120px);
  transition: 0.2s;
  max-width: 450px;
}
#toast.show {
  transform: translateY(0);
}
.boot {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--accent);
  font-size: 40px;
}
.boot span {
  font-size: 13px;
}
.report-bars {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  height: 190px;
  margin-top: 25px;
}
.bar-pair {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: flex-end;
  gap: 4px;
  position: relative;
  padding-bottom: 20px;
}
.bar-pair > div {
  width: 50%;
  border-radius: 4px 4px 0 0;
  background: var(--accent);
  min-height: 2px;
}
.bar-pair > div + div {
  background: #5c7250;
}
.bar-pair span {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  font-size: 9px;
  color: var(--muted);
}
.notice {
  border: 1px solid #5a4a2f;
  background: #2c271c;
  color: #d6be91;
  padding: 14px 18px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.chips {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.check-field {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  padding: 7px;
}
.check-field input {
  width: auto;
}
.loading {
  padding: 80px;
  text-align: center;
  color: var(--muted);
}
@media (min-width: 1500px) {
  main {
    padding: 38px 48px;
  }
  .topbar {
    padding: 0 48px;
  }
  .stats {
    gap: 21px;
  }
  .stat {
    padding: 23px;
  }
  .welcome {
    min-height: 182px;
  }
  .chart {
    height: 240px;
  }
}
@media (max-width: 1100px) {
  .sidebar {
    width: 220px;
  }
  .workspace {
    margin-left: 220px;
  }
  main {
    padding: 25px 22px;
  }
  .topbar {
    padding: 0 22px;
  }
  .global-search {
    width: 160px;
  }
  .global-search input {
    width: 120px;
  }
  .kbd {
    display: none;
  }
  .top-profile div:last-child {
    display: none;
  }
  .grid {
    grid-template-columns: 1.35fr 1fr;
    gap: 15px;
  }
  .stats {
    gap: 10px;
  }
  .stat {
    padding: 15px;
  }
  .stat strong {
    font-size: 25px;
  }
  .welcome-art {
    width: 140px;
    margin-right: 0;
  }
  .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 800px) {
  .sidebar {
    transform: translateX(-100%);
    transition: 0.2s;
    width: 250px;
  }
  .sidebar.open {
    transform: translateX(0);
    box-shadow: 0 0 0 100vw #0009;
  }
  .workspace {
    margin-left: 0;
  }
  .mobile-menu {
    display: inline-flex;
  }
  .topbar {
    height: 65px;
    padding: 0 17px;
    gap: 13px;
  }
  .breadcrumb {
    display: none;
  }
  .global-search {
    margin-left: 0;
    width: auto;
    flex: 1;
  }
  .global-search input {
    width: 100%;
  }
  .top-profile {
    padding-left: 10px;
  }
  .heading {
    align-items: flex-start;
  }
  h1 {
    font-size: 24px;
  }
  .heading .actions .btn {
    font-size: 10px;
    padding: 9px 10px;
  }
  main {
    padding: 24px 17px;
  }
  .stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 11px;
  }
  .grid {
    grid-template-columns: 1fr;
  }
  .welcome {
    padding: 24px;
    min-height: 165px;
  }
  .welcome h2 {
    font-size: 20px;
  }
  .welcome-art {
    display: none;
  }
  .welcome p {
    font-size: 11px;
  }
  .cards {
    grid-template-columns: 1fr 1fr;
  }
  .toolbar {
    padding: 15px;
    flex-wrap: wrap;
  }
  .toolbar input {
    width: 100%;
    min-width: 150px;
  }
  .toolbar .filters {
    flex: 1;
  }
  .login-shell {
    grid-template-columns: 1fr;
  }
  .login-story {
    display: none;
  }
  .login-form-wrap {
    min-height: 100vh;
    padding: 30px;
  }
  .landing-hero h1 {
    font-size: 42px;
  }
  .landing-hero {
    padding: 70px 0;
  }
  .bottom-note {
    gap: 15px;
    font-size: 8px;
  }
  .form-grid {
    gap: 13px;
  }
  .form-grid .field {
    grid-column: 1/-1;
  }
  .detail-grid {
    grid-template-columns: 1fr;
  }
  .quick-grid {
    gap: 7px;
  }
  .quick {
    font-size: 9px;
  }
  .topbar .icon-btn {
    padding: 7px;
  }
}
@media (max-width: 450px) {
  .cards {
    grid-template-columns: 1fr;
  }
  .heading {
    flex-direction: column;
  }
  .heading .actions {
    width: 100%;
  }
  .stat strong {
    font-size: 24px;
  }
  .stat-top {
    font-size: 10px;
  }
  .panel-head {
    padding: 19px;
  }
  .panel-body {
    padding: 0 19px 19px;
  }
  .legend {
    gap: 10px;
    font-size: 9px;
  }
  .date-box {
    width: 39px;
  }
  .schedule-row {
    gap: 10px;
  }
  .schedule-row h3 {
    font-size: 10px;
  }
}
