:root {
  font-family:
    Inter,
    ui-sans-serif,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
  color: #252c42;
  background: #f5f6fa;
  font-size: 14px;
  --ink: #252c42;
  --muted: #7d8497;
  --line: #e7e9f0;
  --accent: #7264e8;
  --dark: #171c30;
  --green: #28836e;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  outline-offset: 3px;
}
button {
  cursor: pointer;
}
button:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}
a {
  color: #6657d2;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
button {
  color: inherit;
}
button svg {
  pointer-events: none;
}
svg {
  width: 19px;
  height: 19px;
  vertical-align: middle;
  flex: none;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1 {
  font-size: 28px;
  letter-spacing: -1px;
  font-weight: 650;
}
h2 {
  font-size: 19px;
  letter-spacing: -0.4px;
}
h3 {
  font-size: 14px;
}
small,
.muted {
  color: var(--muted);
}
small {
  font-size: 12px;
}
.boot {
  min-height: 100vh;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 20px;
}
.brandmark {
  width: 39px;
  height: 39px;
  border-radius: 11px;
  background: var(--accent);
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 22px;
  font-weight: 650;
  letter-spacing: -2px;
}
.layout {
  display: grid;
  grid-template-columns: 228px minmax(0, 1fr);
  min-height: 100vh;
}
.sidebar {
  background: var(--dark);
  color: #a5acc4;
  padding: 29px 17px 18px;
  display: flex;
  flex-direction: column;
  position: fixed;
  inset: 0 auto 0 0;
  width: 228px;
  z-index: 15;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 0 10px 38px;
  color: white;
  font-size: 21px;
  font-weight: 650;
  letter-spacing: -0.6px;
}
.brand small {
  display: block;
  letter-spacing: 0.2px;
  color: #747c98;
  font-size: 10px;
  font-weight: 500;
  margin-top: 4px;
}
.nav-label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  padding: 12px 15px;
  color: #69728f;
}
.nav-item {
  display: flex;
  gap: 12px;
  align-items: center;
  border: 0;
  background: transparent;
  color: #a5acc4;
  width: 100%;
  text-align: left;
  padding: 12px 15px;
  margin: 3px 0;
  border-radius: 8px;
  font-size: 13px;
}
.nav-item:hover {
  background: #232940;
  color: #fff;
}
.nav-item.active {
  background: #7465e826;
  color: #c7beff;
}
.nav-item.active svg {
  color: #a194ff;
}
.nav-item .count {
  margin-left: auto;
  font-size: 10px;
  color: #b1a6fb;
  background: #7060d931;
  padding: 3px 6px;
  border-radius: 4px;
}
.sidebar-bottom {
  margin-top: auto;
}
.workspace-note {
  margin: 24px 12px;
  padding: 14px 0;
  border-top: 1px solid #30354b;
  font-size: 11px;
  line-height: 1.8;
  color: #7e879f;
}
.workspace-note strong {
  display: block;
  color: #bcc2d3;
  font-weight: 500;
}
.profile {
  display: flex;
  gap: 10px;
  padding: 10px;
  border-top: 1px solid #30354b;
  align-items: center;
}
.avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: #ece9ff;
  color: #7161c9;
  font-size: 12px;
  font-weight: 600;
  flex: none;
}
.profile .avatar {
  background: #3a3c58;
  color: #ddd9ff;
}
.profile button {
  border: 0;
  background: none;
  color: inherit;
  padding: 5px;
}
.profile span {
  font-size: 12px;
  color: #e1e4ee;
}
.profile small {
  font-size: 10px;
  text-transform: capitalize;
  color: #7e879f;
  display: block;
  margin-top: 3px;
}
.main {
  grid-column: 2;
  min-width: 0;
}
.topbar {
  height: 69px;
  padding: 0 35px;
  background: #fff;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.crumb {
  font-size: 12px;
  color: #9196a6;
  display: flex;
  align-items: center;
  gap: 12px;
}
.crumb b {
  font-weight: 500;
  color: #535c73;
}
.top-right {
  display: flex;
  gap: 17px;
  align-items: center;
  font-size: 11px;
  color: #8d94a5;
}
.live-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  background: #69b09c;
  margin-right: 6px;
}
.mobile-menu {
  display: none;
}
.page {
  padding: 31px 35px 40px;
  max-width: 1800px;
  margin: auto;
}
.page-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 27px;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #8f95a6;
  margin-bottom: 9px;
}
.page-head p {
  margin-top: 9px;
  font-size: 12px;
  color: #8990a2;
}
.actions {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-wrap: wrap;
}
.btn {
  border: 1px solid #dfe2ec;
  border-radius: 7px;
  background: white;
  padding: 9px 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 550;
  min-height: 36px;
  white-space: nowrap;
}
.btn:hover {
  background: #f5f4fd;
  border-color: #c9c2f1;
  text-decoration: none;
}
.btn.primary {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
  box-shadow: 0 3px 8px #7264e817;
}
.btn.primary:hover {
  background: #6555d7;
}
.btn.danger {
  color: #b34453;
  background: #fff7f7;
  border-color: #eacacf;
}
.btn.ghost {
  background: transparent;
  border-color: transparent;
  color: #7b8094;
}
.btn.sm {
  padding: 6px 9px;
  min-height: 29px;
  font-size: 11px;
}
.btn.icon {
  padding: 7px;
  min-width: 33px;
}
.btn svg {
  width: 16px;
  height: 16px;
}
.stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 27px;
}
.stat {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 18px 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.stat small {
  font-size: 11px;
  color: #82899b;
}
.stat strong {
  display: block;
  font-size: 27px;
  font-weight: 650;
  letter-spacing: -1px;
  margin-top: 9px;
}
.stat .hint {
  font-size: 10px;
  color: #9b9fad;
  margin-top: 7px;
}
.stat-icon {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  background: #f1effc;
  border-radius: 9px;
  color: #8c7fdd;
}
.stat:nth-child(2) .stat-icon {
  background: #edf7f4;
  color: #5c9d89;
}
.stat:nth-child(3) .stat-icon {
  background: #fff3e7;
  color: #c49964;
}
.stat:nth-child(4) .stat-icon {
  background: #edf2fc;
  color: #7b99c8;
}
.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
}
.card-pad {
  padding: 23px;
}
.search-card {
  margin-bottom: 23px;
}
.search-heading {
  padding: 20px 22px 0;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 600;
}
.search-heading svg {
  color: #8a7cda;
}
.search-body {
  padding: 17px 22px 19px;
}
.search-line {
  display: flex;
  gap: 10px;
}
.searchbox {
  position: relative;
  flex: 1;
  min-width: 100px;
}
.searchbox > svg {
  position: absolute;
  left: 13px;
  top: 13px;
  color: #a1a5b4;
}
.searchbox input {
  padding: 12px 14px 12px 41px;
  width: 100%;
  font-size: 13px;
  background: #fbfbfd;
  height: 43px;
}
.control,
input,
select,
textarea {
  border: 1px solid #e0e3ed;
  border-radius: 6px;
  padding: 10px 11px;
  color: #343c52;
  background: #fff;
  max-width: 100%;
}
input:focus,
select:focus,
textarea:focus {
  outline: 2px solid #d5cef9;
  border-color: #a99be8;
}
input::placeholder,
textarea::placeholder {
  color: #a2a7b6;
}
textarea {
  resize: vertical;
  min-height: 85px;
  width: 100%;
  line-height: 1.6;
}
input[type='checkbox'] {
  accent-color: var(--accent);
  width: 14px;
  height: 14px;
  cursor: pointer;
}
label {
  font-size: 12px;
  color: #646c81;
}
label.field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.mode-line {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-top: 14px;
}
.mode-buttons {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.mode {
  border: 1px solid transparent;
  background: transparent;
  color: #8b91a2;
  border-radius: 5px;
  padding: 6px 10px;
  font-size: 11px;
}
.mode.active {
  background: #f1effd;
  border-color: #e4defc;
  color: #7260cd;
}
.search-help {
  font-size: 10px;
  color: #979cac;
}
.filters {
  padding: 13px 22px;
  background: #fafbfe;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 9px;
  align-items: center;
  flex-wrap: wrap;
}
.filters select,
.filters input {
  font-size: 11px;
  padding: 7px 9px;
  max-width: 180px;
  background: #fff;
}
.filters > span {
  font-size: 11px;
  color: #979bad;
  margin-right: 4px;
}
.advanced {
  display: none;
  padding: 16px 22px;
  border-top: 1px solid var(--line);
  background: #fdfdff;
}
.advanced.open {
  display: block;
}
.field-checks {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 11px;
}
.field-checks label {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 11px;
}
.table-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  gap: 10px;
}
.table-tabs {
  display: flex;
  gap: 19px;
  align-items: center;
}
.table-tab {
  font-size: 12px;
  font-weight: 600;
}
.record-count {
  padding: 3px 7px;
  background: #f2effd;
  color: #8372d4;
  border-radius: 5px;
  font-size: 10px;
  margin-left: 7px;
}
.table-wrap {
  overflow: auto;
}
table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
  table-layout: fixed;
}
thead {
  background: #fafbfe;
  color: #8a91a3;
  font-size: 10px;
}
th {
  font-weight: 500;
  letter-spacing: 0.1px;
  height: 39px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 9px 14px;
  text-align: left;
}
td {
  padding: 14px;
  border-bottom: 1px solid #f0f1f6;
  font-size: 11px;
  color: #71798c;
  height: 69px;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
tbody tr:hover {
  background: #fbfaff;
}
th:first-child,
td:first-child {
  width: 43px;
  padding-left: 20px;
}
tr.selected {
  background: #f7f4ff;
}
.pod-cell {
  display: flex;
  gap: 11px;
  align-items: center;
  min-width: 0;
}
.cover {
  height: 37px;
  width: 37px;
  flex: none;
  border-radius: 9px;
  display: grid;
  place-items: center;
  font-weight: 650;
  font-size: 11px;
  letter-spacing: -0.4px;
  color: #705eaa;
  background: #eeebf7;
}
.cover.c1 {
  color: #658b86;
  background: #e9f3f0;
}
.cover.c2 {
  color: #b28b5b;
  background: #faf1e5;
}
.cover.c3 {
  color: #7b87b4;
  background: #ebeff9;
}
.cover.c4 {
  color: #b77987;
  background: #f8ebef;
}
.pod-title {
  border: 0;
  padding: 0;
  background: transparent;
  font-size: 12px;
  color: #42485e;
  font-weight: 600;
  max-width: 100%;
  display: block;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pod-title:hover {
  color: var(--accent);
}
.pod-sub {
  font-size: 10px;
  color: #a0a5b3;
  margin-top: 5px;
  max-width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tag {
  display: inline-block;
  font-size: 10px;
  padding: 4px 7px;
  border-radius: 4px;
  background: #f2f3f8;
  color: #81889d;
  margin: 1px 3px 1px 0;
}
.badge {
  font-size: 10px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 7px;
  border-radius: 5px;
  background: #f3f4f8;
  color: #9096a7;
  white-space: nowrap;
}
.badge.green {
  background: #eaf6f0;
  color: #4d967e;
}
.badge.purple {
  background: #f0ecfb;
  color: #8974c6;
}
.badge.orange {
  background: #fff4e6;
  color: #bc955d;
}
.badge.red {
  background: #fceef0;
  color: #b45e72;
}
.badge.blue {
  background: #edf3fb;
  color: #738ebc;
}
.badge:before {
  content: '';
  width: 4px;
  height: 4px;
  background: currentColor;
  border-radius: 50%;
}
.table-foot {
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  color: #9198a9;
  gap: 10px;
}
.pagination {
  display: flex;
  gap: 5px;
  align-items: center;
}
.pagination span {
  padding: 0 10px;
}
.bulkbar {
  padding: 11px 20px;
  display: flex;
  gap: 10px;
  align-items: center;
  background: #f4f0ff;
  border-top: 1px solid #e5dffc;
  font-size: 12px;
}
.empty {
  padding: 55px 20px;
  text-align: center;
  color: #959aad;
}
.empty svg {
  width: 32px;
  height: 32px;
  color: #b0a6d8;
  margin-bottom: 14px;
}
.empty h3 {
  color: #646b83;
  margin-bottom: 8px;
}
.empty p {
  font-size: 12px;
  line-height: 1.7;
  max-width: 450px;
  margin: 0 auto 17px;
}
.notice {
  font-size: 12px;
  line-height: 1.65;
  padding: 13px 15px;
  background: #f3f1fc;
  border: 1px solid #e7e2f9;
  border-radius: 7px;
  color: #8171ae;
  margin-bottom: 18px;
}
.notice.warn {
  background: #fff8ef;
  border-color: #f0e1c9;
  color: #9c805c;
}
.notice.error {
  background: #fff0f1;
  border-color: #ebc9d0;
  color: #ad5c6b;
}
.stack {
  display: grid;
  gap: 15px;
}
.grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.span2 {
  grid-column: 1/-1;
}
.form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.source-card {
  padding: 22px;
}
.source-card h3 {
  font-size: 15px;
  margin: 12px 0 8px;
}
.source-card p {
  font-size: 11px;
  color: #9399aa;
  line-height: 1.8;
}
.source-card .actions {
  margin-top: 20px;
}
.source-icon {
  color: #77a58d;
  background: #edf6f0;
  border-radius: 8px;
  padding: 8px;
  display: inline-flex;
}
.list-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 15px 20px;
  border-bottom: 1px solid var(--line);
}
.list-row:last-child {
  border-bottom: 0;
}
.list-row h3 {
  font-size: 12px;
  font-weight: 550;
  margin-bottom: 5px;
}
.list-row p {
  font-size: 11px;
  color: #959bac;
}
.list-meta {
  display: flex;
  gap: 12px;
  align-items: center;
  min-width: 0;
}
.task-check {
  border: 1px solid #d4ccec;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  color: var(--accent);
  background: #fff;
  flex: none;
  padding: 0;
}
.task-check svg {
  width: 14px;
  height: 14px;
}
.task-check.done {
  background: #f0ecfb;
}
.overdue {
  color: #be7984;
}
.overlay {
  position: fixed;
  inset: 0;
  background: #12172f66;
  backdrop-filter: blur(2px);
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
}
.modal {
  background: white;
  border-radius: 13px;
  width: min(680px, 100%);
  max-height: 90vh;
  overflow: auto;
  box-shadow: 0 20px 70px #15152b29;
}
.modal.wide {
  width: min(900px, 100%);
}
.modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 21px 25px;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 2;
}
.modal-body {
  padding: 24px 25px;
}
.drawer-wrap {
  justify-content: flex-end;
  padding: 0;
}
.drawer {
  background: white;
  width: 630px;
  max-width: 100%;
  height: 100vh;
  overflow: auto;
  box-shadow: -10px 0 60px #181e3430;
}
.drawer-head {
  padding: 25px;
  border-bottom: 1px solid var(--line);
}
.drawer-title {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.drawer-title h2 {
  font-size: 22px;
  margin: 14px 0 10px;
  line-height: 1.3;
}
.drawer-body {
  padding: 24px;
}
.detail-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
  margin-bottom: 23px;
}
.detail-fields dt {
  font-size: 10px;
  color: #9b9faf;
  margin-bottom: 7px;
}
.detail-fields dd {
  margin: 0;
  font-size: 12px;
  color: #555d76;
  overflow-wrap: anywhere;
  line-height: 1.5;
}
.description {
  font-size: 12px;
  line-height: 1.8;
  color: #7b8196;
  white-space: pre-wrap;
  margin-bottom: 24px;
}
.tabs {
  display: flex;
  gap: 22px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 20px;
}
.tab {
  border: 0;
  background: transparent;
  color: #969bae;
  padding: 12px 0;
  font-size: 12px;
  border-bottom: 2px solid transparent;
}
.tab.active {
  color: #7864cc;
  border-bottom-color: #7864cc;
}
.note {
  padding: 15px;
  background: #fafbfe;
  border: 1px solid #eceef5;
  border-radius: 7px;
  margin: 12px 0;
}
.note-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  color: #9b9fad;
}
.note-body {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.7;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  color: #656d84;
}
.activity-entry {
  border-left: 2px solid #e9e4f7;
  padding: 1px 0 18px 17px;
  margin-left: 6px;
  font-size: 11px;
}
.activity-entry p {
  margin: 6px 0;
  color: #858c9e;
  line-height: 1.6;
  overflow-wrap: anywhere;
}
.activity-entry small {
  font-size: 10px;
}
.mapping {
  display: grid;
  grid-template-columns: minmax(130px, 1fr) 24px minmax(150px, 1fr);
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid #f0f1f6;
}
.mapping > span {
  overflow-wrap: anywhere;
  font-size: 12px;
  color: #7e8498;
}
.mapping select {
  font-size: 12px;
}
.progress {
  height: 7px;
  background: #f0edf9;
  border-radius: 10px;
  overflow: hidden;
  margin: 13px 0;
}
.progress > div {
  height: 100%;
  background: var(--accent);
  width: 35%;
  animation: slide 1.5s infinite ease-in-out;
}
@keyframes slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(380%);
  }
}
.login {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
}
.login-aside {
  background: var(--dark);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 55px;
}
.login-aside .brand {
  padding: 0;
}
.login-art {
  max-width: 420px;
  margin: 60px auto;
}
.login-art h1 {
  font-size: 45px;
  line-height: 1.12;
  font-weight: 550;
  letter-spacing: -1.8px;
}
.login-art h1 span {
  color: #b3a5ff;
}
.login-art p {
  font-size: 14px;
  line-height: 1.9;
  color: #8993b1;
  margin-top: 24px;
}
.sound-bars {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 48px;
  height: 75px;
}
.sound-bars i {
  width: 9px;
  height: 35px;
  background: #a18eee;
  border-radius: 6px;
}
.sound-bars i:nth-child(2n) {
  height: 65px;
  background: #7061b7;
}
.sound-bars i:nth-child(3n) {
  height: 85px;
  background: #cec1ff;
}
.login-form {
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fcfcfe;
}
.login-form form {
  width: 100%;
  max-width: 350px;
}
.login-form h2 {
  font-size: 26px;
  margin: 12px 0;
}
.login-form p {
  font-size: 12px;
  color: #969bad;
  line-height: 1.8;
  margin-bottom: 30px;
}
.login-form label {
  margin: 17px 0;
}
.login-form .btn {
  width: 100%;
  margin-top: 9px;
  padding: 12px;
}
.login-foot {
  margin-top: 30px !important;
  font-size: 10px !important;
  text-align: center;
}
.error-text {
  font-size: 12px;
  color: #b05c6c;
  line-height: 1.6;
  margin: 10px 0;
}
.loading {
  padding: 40px;
  color: #9b92b5;
  text-align: center;
}
.footer-note {
  font-size: 10px;
  color: #a7adbb;
  text-align: center;
  margin-top: 24px;
}
.check-label {
  display: flex;
  gap: 8px;
  align-items: center;
}
.nowrap {
  white-space: nowrap;
}
#toasts {
  position: fixed;
  bottom: 24px;
  right: 24px;
  display: grid;
  gap: 8px;
  z-index: 100;
  max-width: 380px;
}
.toast {
  padding: 13px 19px;
  background: #2a3049;
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 7px 25px #10172d26;
  font-size: 12px;
  line-height: 1.5;
}
.toast.error {
  background: #9d5965;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
@media (min-width: 1600px) {
  .page {
    padding: 40px 48px;
  }
  .topbar {
    padding: 0 48px;
  }
  .stat {
    padding: 22px;
  }
}
@media (max-width: 1100px) {
  .layout {
    grid-template-columns: 195px minmax(0, 1fr);
  }
  .sidebar {
    width: 195px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .brand {
    font-size: 19px;
  }
  .page {
    padding: 25px 23px;
  }
  .topbar {
    padding: 0 23px;
  }
  .search-help {
    display: none;
  }
  .stat {
    padding: 15px;
  }
  .stat-icon {
    display: none;
  }
  .grid3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 760px) {
  .layout {
    display: block;
  }
  .sidebar {
    transform: translateX(-100%);
    transition: transform 0.2s;
  }
  .sidebar.open {
    transform: translateX(0);
    width: 228px;
    box-shadow: 0 0 0 100vw #171c3040;
  }
  .main {
    width: 100%;
  }
  .mobile-menu {
    display: inline-flex;
  }
  .topbar {
    height: 58px;
    padding: 0 16px;
  }
  .top-right > span {
    display: none;
  }
  .page {
    padding: 22px 15px;
  }
  .page-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 17px;
  }
  h1 {
    font-size: 25px;
  }
  .stats {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 18px;
  }
  .stat {
    padding: 14px;
  }
  .stat strong {
    font-size: 23px;
  }
  .stat .hint {
    display: none;
  }
  .search-heading {
    padding: 17px 15px 0;
  }
  .search-body {
    padding: 15px;
  }
  .search-line {
    flex-wrap: wrap;
  }
  .search-line select {
    max-width: 140px;
    font-size: 11px;
  }
  .searchbox {
    flex-basis: 100%;
  }
  .search-line .btn {
    flex: 1;
  }
  .mode {
    font-size: 10px;
    padding: 6px;
  }
  .filters {
    padding: 12px 15px;
    gap: 7px;
  }
  .filters select,
  .filters input {
    max-width: calc(50% - 10px);
    flex: 1 0 40%;
  }
  .advanced {
    padding: 15px;
  }
  .table-top {
    padding: 13px;
    flex-wrap: wrap;
  }
  .table-top .actions {
    gap: 3px;
  }
  .table-foot {
    padding: 12px;
    flex-wrap: wrap;
  }
  .form-grid,
  .grid2,
  .grid3 {
    grid-template-columns: 1fr;
  }
  .span2 {
    grid-column: auto;
  }
  .overlay {
    padding: 12px;
  }
  .overlay.drawer-wrap {
    padding: 0;
  }
  .modal-head,
  .modal-body {
    padding: 18px;
  }
  .drawer-head,
  .drawer-body {
    padding: 20px;
  }
  .login {
    display: block;
  }
  .login-aside {
    display: none;
  }
  .login-form {
    min-height: 100vh;
    padding: 30px;
  }
  .bulkbar {
    flex-wrap: wrap;
  }
  .top-right {
    gap: 10px;
  }
  .detail-fields {
    gap: 15px;
  }
  .list-row {
    padding: 15px 13px;
  }
  .mapping {
    grid-template-columns: 1fr 20px 1.2fr;
    gap: 7px;
  }
}

.demo-banner {
  background: #fff8e9;
  border-bottom: 1px solid #f1e4c9;
  color: #a48a52;
  padding: 9px 35px;
  font-size: 10px;
  letter-spacing: 0.2px;
}
.contact-counts {
  display: flex;
  align-items: center;
  gap: 26px;
  margin: -5px 0 24px;
  font-size: 12px;
  color: #8a91a3;
  flex-wrap: wrap;
}
.contact-counts strong {
  color: #555d75;
  font-weight: 650;
  margin-right: 5px;
}
.status-picker {
  border: 1px solid #e0e3ed;
  border-radius: 7px;
  padding: 11px;
  background: #fff;
}
.status-picker summary {
  cursor: pointer;
  color: #6d6486;
  font-size: 12px;
}
.status-picker .field-checks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 8px 2px;
}
.status-picker label {
  display: flex;
  gap: 7px;
}
.permissions-box {
  border: 1px solid #e9e5f5;
  border-radius: 8px;
  background: #fcfbff;
  padding: 17px;
}
.permissions-box .field-checks {
  gap: 13px 17px;
}
.paste-column {
  display: grid;
  grid-template-columns: 170px 1fr 35px;
  gap: 12px;
  align-items: start;
  padding: 15px;
  border: 1px solid #e8e4f3;
  border-radius: 8px;
  background: #fdfcfe;
}
.paste-column select {
  font-size: 12px;
}
.paste-column textarea {
  min-height: 105px;
}
.summary-box {
  padding: 17px;
  background: #f6f3ff;
  border: 1px solid #e9e2fc;
  border-radius: 9px;
  margin-bottom: 20px;
}
.summary-box h3 {
  font-size: 11px;
  color: #9382ba;
  margin-bottom: 8px;
}
.summary-box .description {
  margin: 0;
  color: #827192;
}
.contact-counts .muted {
  margin-left: auto;
}
.card .note-body {
  margin-bottom: 20px;
}
.demo-banner {
  background: #fff8e9;
  border-bottom: 1px solid #f1e4c9;
  color: #a48a52;
  padding: 9px 35px;
  font-size: 10px;
  letter-spacing: 0.2px;
}
@media (max-width: 760px) {
  .contact-counts {
    gap: 12px;
    font-size: 10px;
  }
  .contact-counts .muted {
    margin: 0;
  }
  .paste-column {
    grid-template-columns: 1fr 30px;
  }
  .paste-column textarea {
    grid-column: 1/-1;
    grid-row: 2;
  }
  .paste-column select {
    width: 100%;
  }
  .status-picker .field-checks {
    grid-template-columns: 1fr;
  }
  .demo-banner {
    padding: 9px 15px;
    font-size: 9px;
  }
}

.btn.mobile-menu {
  display: none;
}
@media (max-width: 760px) {
  .btn.mobile-menu {
    display: inline-flex;
  }
}
