@import url("/assets/phosphor/phosphor.css");
:root {
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: #24231f;
  background: #faf9f6;
  font-synthesis: none;
  --muted: #74736c;
  --line: #e7e5df;
  --surface: #fff;
  --accent: #e5f2bc;
  --green: #2e5b3b;
  --orange: #ed875b;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-size: 14px;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
textarea,
select {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid #87a45c;
  outline-offset: 3px;
}
a {
  color: inherit;
}
button {
  color: inherit;
}
button i {
  font-size: 18px;
}
button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--line);
  background: white;
  border-radius: 8px;
  padding: 10px 14px;
  transition: background 0.15s;
}
button:hover:not(:disabled) {
  background: #f2f0eb;
}
.primary {
  background: #262720;
  color: white;
  border-color: #262720;
}
.primary:hover:not(:disabled) {
  background: #45483a;
}
.soft {
  background: var(--accent);
  border-color: var(--accent);
}
.quiet {
  border: 0;
  background: transparent;
}
.muted {
  color: var(--muted);
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-weight: 650;
  color: var(--muted);
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1 {
  font-size: 38px;
  line-height: 1.15;
  font-weight: 550;
  letter-spacing: -1.5px;
}
h2 {
  font-size: 21px;
  letter-spacing: -0.5px;
  font-weight: 600;
}
h3 {
  font-size: 15px;
}
p {
  line-height: 1.65;
}
.brand {
  display: flex;
  gap: 10px;
  align-items: center;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.brand img {
  width: 28px;
  height: 28px;
}
.app-layout {
  display: grid;
  grid-template-columns: 224px minmax(0, 1fr);
  min-height: 100vh;
}
.sidebar {
  background: #f2f1ed;
  padding: 27px 16px 18px;
  border-right: 1px solid var(--line);
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.sidebar .brand {
  margin: 0 8px 32px;
}
.workspace-label {
  border: 1px solid #dddad2;
  background: #faf9f6;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 24px;
}
.avatar {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: #eddbcb;
  color: #624938;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}
.workspace-label strong {
  display: block;
  font-size: 12px;
  max-width: 132px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.workspace-label small {
  font-size: 10px;
  color: var(--muted);
}
nav .eyebrow {
  display: block;
  margin: 0 12px 12px;
  font-size: 10px;
}
.sidebar nav button {
  width: 100%;
  justify-content: flex-start;
  border: 0;
  background: none;
  margin: 2px 0;
  padding: 11px 12px;
  color: #6e6d64;
  font-size: 12px;
}
.sidebar nav button.active {
  background: #e6e5dd;
  color: #262720;
  font-weight: 600;
}
.sidebar nav button i {
  font-size: 18px;
}
.sidebar-bottom {
  margin-top: auto;
}
.credit-mini {
  padding: 17px;
  background: #e8eddb;
  border: 1px solid #dce3cc;
  border-radius: 10px;
  margin: 24px 0 12px;
}
.credit-mini .balance {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -1px;
  margin: 8px 0 2px;
}
.credit-mini small {
  font-size: 10px;
  display: block;
  color: #657052;
  margin-bottom: 13px;
}
.credit-mini button {
  width: 100%;
  font-size: 12px;
  padding: 9px;
  background: #f6f9ee;
  border-color: #d7dfc7;
}
.sidebar-bottom > .quiet {
  width: 100%;
  justify-content: flex-start;
  font-size: 12px;
}
.main {
  min-width: 0;
}
.topbar {
  height: 70px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 34px;
  background: #fffefb;
  gap: 10px;
}
.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  color: var(--muted);
}
.breadcrumbs strong {
  color: #38382f;
  font-weight: 500;
}
.topbar-right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.india-pill {
  font-size: 10px;
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 6px 9px;
  color: #66675d;
  letter-spacing: 0.3px;
}
.india-pill:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d98f49;
  display: inline-block;
  margin-right: 6px;
}
.content {
  padding: 37px 40px;
  max-width: 1530px;
  margin: 0 auto;
}
.welcome {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 27px;
  gap: 20px;
}
.welcome h1 {
  margin: 7px 0 10px;
}
.welcome p {
  color: var(--muted);
  font-size: 13px;
  margin-bottom: 0;
}
.orbit {
  display: grid;
  place-items: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px dashed #d5d9bf;
  color: #87954c;
  font-size: 36px;
  position: relative;
}
.orbit:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: #edb6a0;
  top: 0;
  right: 8px;
}
.composer {
  background: #fff;
  border: 1px solid #d5d8ca;
  border-radius: 13px;
  padding: 22px 22px 15px;
  box-shadow: 0 3px 0 #edeee5;
  margin-bottom: 20px;
}
.composer-label {
  display: flex;
  align-items: center;
  gap: 9px;
  font-weight: 550;
  margin-bottom: 12px;
}
.composer-label i {
  color: #76854e;
  font-size: 21px;
}
.composer textarea {
  width: 100%;
  resize: vertical;
  border: 0;
  outline: none;
  min-height: 73px;
  padding: 7px 0;
  font-size: 16px;
  line-height: 1.55;
  background: transparent;
  color: #36372f;
}
.composer textarea::placeholder {
  color: #a2a199;
}
.composer-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border-top: 1px solid #eeeee8;
  padding-top: 14px;
}
.quantity {
  display: flex;
  gap: 9px;
  align-items: center;
  color: var(--muted);
  font-size: 11px;
}
.quantity input {
  width: 87px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: #282a20;
  background: #f9faf6;
}
.composer-footer .primary {
  font-size: 12px;
}
.suggestions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin: 15px 0 30px;
  font-size: 10px;
  color: var(--muted);
}
.suggestions button {
  padding: 7px 10px;
  font-size: 10px;
  background: transparent;
  border-radius: 20px;
}
.metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 32px;
}
.metric {
  border: 1px solid var(--line);
  background: #fffefa;
  border-radius: 9px;
  padding: 18px 20px;
}
.metric .metric-label {
  font-size: 11px;
  color: var(--muted);
  display: flex;
  justify-content: space-between;
}
.metric strong {
  font-size: 25px;
  font-weight: 550;
  display: block;
  margin-top: 11px;
  letter-spacing: -0.7px;
}
.metric small {
  display: block;
  font-size: 10px;
  color: #8f9085;
  margin-top: 5px;
}
.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 17px;
}
.section-head h2 {
  margin: 0;
  font-size: 18px;
}
.section-head small {
  color: var(--muted);
  font-size: 11px;
}
.section-head button {
  font-size: 11px;
  padding: 7px 10px;
}
.table-shell {
  border: 1px solid var(--line);
  background: white;
  border-radius: 10px;
  overflow: hidden;
}
.table-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 15px;
  border-bottom: 1px solid var(--line);
  gap: 12px;
}
.table-toolbar input {
  border: 1px solid var(--line);
  background: #fafaf7;
  border-radius: 6px;
  padding: 8px 10px;
  max-width: 250px;
  width: 100%;
  font-size: 12px;
}
.table-scroll {
  overflow: auto;
}
table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
  font-size: 12px;
  text-align: left;
}
th {
  background: #f8f8f4;
  color: #7b7d70;
  font-size: 10px;
  font-weight: 500;
  padding: 13px 18px;
  border-bottom: 1px solid var(--line);
}
td {
  padding: 17px 18px;
  border-bottom: 1px solid #f0efe9;
}
tr:last-child td {
  border-bottom: 0;
}
.row-name {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 350px;
  white-space: normal;
  text-align: left;
}
.row-name button {
  padding: 0;
  border: 0;
  background: none;
  text-align: left;
  justify-content: flex-start;
  font-weight: 500;
}
.list-icon {
  width: 32px;
  height: 32px;
  border: 1px solid #e0e4d5;
  background: #f0f4e8;
  border-radius: 7px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: #698343;
  font-size: 17px;
}
.status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 8px;
  border-radius: 5px;
  font-size: 10px;
  background: #f4f3ef;
  color: #73746a;
}
.status.delivered {
  background: #edf5e7;
  color: #52733b;
}
.status.matching,
.status.preparing {
  background: #f3edfb;
  color: #7e629f;
}
.status.internal_review,
.status.approving {
  background: #fbf3df;
  color: #8d733c;
}
.status.rejected {
  background: #fff0ea;
  color: #a66247;
}
.dot {
  width: 5px;
  height: 5px;
  background: currentColor;
  border-radius: 50%;
}
.empty {
  padding: 50px 24px;
  text-align: center;
}
.empty-icon {
  margin: 0 auto 17px;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  font-size: 25px;
  border: 1px solid #e1e5d6;
  border-radius: 12px;
  background: #f4f6ed;
  color: #7c8a57;
}
.empty h3 {
  font-size: 16px;
  margin-bottom: 8px;
}
.empty p {
  max-width: 390px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 12px;
}
.footnote {
  font-size: 10px;
  color: #909084;
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.banner {
  padding: 16px 18px;
  border: 1px solid #e1dfbd;
  background: #fcf9e9;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.banner button {
  white-space: nowrap;
  font-size: 11px;
}
.error-box {
  padding: 12px 16px;
  border: 1px solid #eecabd;
  background: #fff2ec;
  color: #91472e;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 16px;
}
.error-box:empty {
  display: none;
}
.page[hidden],
[hidden] {
  display: none !important;
}
.loading {
  padding: 40px;
  color: var(--muted);
  text-align: center;
}
.spin {
  animation: spin 1.4s linear infinite;
  display: inline-block;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.progress-panel {
  background: #f7f8f0;
  border: 1px solid #dee3cc;
  padding: 22px;
  border-radius: 10px;
  margin-bottom: 22px;
}
.progress-panel h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.progress-panel p {
  font-size: 12px;
  color: var(--muted);
  margin: 0;
}
.stages {
  display: flex;
  gap: 22px;
  margin-top: 20px;
  font-size: 11px;
}
.stages span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #9a9d8b;
}
.stages .done {
  color: #567445;
}
.stages .current {
  color: #504368;
}
.skeleton-line {
  height: 9px;
  background: linear-gradient(90deg, #efefe8, #fafaf6, #efefe8);
  background-size: 200% 100%;
  animation: shimmer 1.8s infinite;
  border-radius: 4px;
  width: 85%;
}
@keyframes shimmer {
  to {
    background-position: -200% 0;
  }
}
.skeleton-row td {
  height: 56px;
}
.pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px;
  font-size: 11px;
  color: var(--muted);
}
.pagination button {
  padding: 6px 10px;
  font-size: 11px;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 25px 0;
}
.pack {
  border: 1px solid var(--line);
  background: white;
  border-radius: 12px;
  padding: 25px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.pack.popular {
  border-color: #a8b57d;
  background: #fbfcf6;
}
.pack-tag {
  position: absolute;
  top: -11px;
  right: 17px;
  background: #e4efc5;
  border: 1px solid #bccb99;
  border-radius: 5px;
  padding: 4px 8px;
  font-size: 9px;
}
.pack h3 {
  font-size: 16px;
  margin-bottom: 6px;
}
.pack .price {
  font-size: 33px;
  letter-spacing: -1px;
  margin: 22px 0 6px;
  font-weight: 550;
}
.pack .unit {
  font-size: 11px;
  color: var(--muted);
}
.pack .credits {
  border-top: 1px solid var(--line);
  padding-top: 19px;
  margin-top: 22px;
  font-size: 15px;
}
.pack ul {
  list-style: none;
  padding: 0;
  margin: 18px 0 26px;
  font-size: 11px;
  color: #6b7061;
  line-height: 2.4;
}
.pack li:before {
  content: "✓";
  margin-right: 9px;
  color: #799053;
}
.pack button,
.pack > a {
  margin-top: auto;
  text-decoration: none;
  text-align: center;
  padding: 11px;
  border-radius: 7px;
  font-size: 12px;
}
.pack small {
  font-size: 10px;
  color: var(--muted);
}
.custom-range {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 650;
}
.custom-range input[type="range"] {
  width: 100%;
  accent-color: var(--olive);
  cursor: pointer;
}
.custom-range .range-ends {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 9px;
  font-weight: 500;
}
.billing-notes {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 35px;
}
.billing-notes span {
  display: flex;
  align-items: center;
  gap: 7px;
}
.activity-item {
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 12px;
}
.activity-item time {
  font-size: 10px;
  color: var(--muted);
  white-space: nowrap;
}
.support-form {
  max-width: 620px;
  display: grid;
  gap: 16px;
}
.support-form label,
.auth-form label {
  display: grid;
  gap: 7px;
  font-size: 12px;
  font-weight: 500;
}
.support-form input,
.support-form textarea,
.auth-form input {
  width: 100%;
  padding: 12px;
  border-radius: 7px;
  border: 1px solid #dcded4;
  background: #fff;
  outline-offset: 2px;
}
.support-form textarea {
  min-height: 120px;
  resize: vertical;
}
.support-form button {
  justify-self: start;
}
.ticket {
  padding: 18px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  margin-top: 15px;
}
.ticket h3 {
  margin-bottom: 8px;
}
.ticket p {
  font-size: 12px;
  color: var(--muted);
}
dialog {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 30px;
  width: min(560px, calc(100% - 30px));
  box-shadow: 0 20px 90px #24231f22;
}
dialog::backdrop {
  background: #262a2066;
  backdrop-filter: blur(3px);
}
dialog h2 {
  font-size: 24px;
}
.dialog-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 23px;
}
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0;
}
.chip {
  background: #eef2e1;
  border: 1px solid #dde5ca;
  border-radius: 6px;
  padding: 8px 11px;
  font-size: 12px;
}
.check-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 12px;
  line-height: 1.6;
  margin-top: 14px;
}
.check-label input {
  margin-top: 4px;
  accent-color: #4f6940;
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
.agreement-text {
  white-space: pre-wrap;
  max-height: 55vh;
  overflow: auto;
  font-size: 12px;
  line-height: 1.7;
  background: #f9f9f4;
  padding: 15px;
}
.toast {
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  background: #272b22;
  color: #fff;
  padding: 13px 21px;
  box-shadow: 0 6px 30px #0002;
  border-radius: 9px;
  font-size: 12px;
  max-width: 90vw;
}
.mobile-menu {
  display: none;
}
.auth-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
}
.auth-story {
  background: #e8eddc;
  padding: 45px 55px;
  display: flex;
  flex-direction: column;
}
.auth-story h1 {
  font-size: 52px;
  max-width: 450px;
  margin-top: 70px;
  line-height: 1.1;
  letter-spacing: -2px;
}
.auth-story p {
  max-width: 370px;
  color: #788166;
  font-size: 14px;
}
.auth-art {
  margin: 35px 0 20px;
  border: 1px solid #cbd4b9;
  background: #f7f9ef;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 9px 11px 0 #d8dfc9;
  transform: rotate(-2deg);
}
.auth-art-head {
  padding: 16px;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 12px;
  border-bottom: 1px solid #dce2cf;
}
.auth-art-row {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr;
  padding: 17px;
  gap: 15px;
  border-bottom: 1px solid #e5e9db;
  font-size: 10px;
  color: #6e775d;
}
.auth-art-row span {
  height: 8px;
  border-radius: 3px;
  background: #e1e6d6;
  align-self: center;
}
.auth-story .footnote {
  margin-top: auto;
  font-size: 11px;
}
.auth-main {
  padding: 35px;
  display: grid;
  place-items: center;
  background: #fffefa;
}
.auth-card {
  width: 100%;
  max-width: 390px;
}
.auth-card h1 {
  font-size: 29px;
  letter-spacing: -0.8px;
  margin-bottom: 10px;
}
.auth-card > p {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 25px;
}
.auth-tabs {
  display: flex;
  background: #eeefe6;
  padding: 4px;
  border-radius: 8px;
  margin-bottom: 26px;
}
.auth-tabs button {
  width: 50%;
  border: 0;
  background: none;
  font-size: 12px;
  padding: 9px;
}
.auth-tabs button.active {
  background: #fff;
  box-shadow: 0 1px 3px #0001;
}
.auth-form {
  display: grid;
  gap: 15px;
}
.auth-form .check-label {
  display: flex;
  font-size: 10px;
  font-weight: 400;
  margin-top: 0;
  gap: 8px;
}
.auth-form .check-label input {
  width: 14px;
  height: 14px;
  padding: 0;
}
.auth-form .primary {
  width: 100%;
  margin-top: 3px;
}
.auth-form small {
  font-size: 10px;
  color: var(--muted);
  font-weight: 400;
}
.auth-card .auth-note {
  font-size: 10px;
  margin-top: 22px;
  text-align: center;
  color: #97998d;
}
.inline-link {
  padding: 0;
  border: 0;
  background: none;
  text-decoration: underline;
  display: inline;
  font-size: inherit;
}
.public-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: 22px 5vw;
}
.public-header nav {
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 12px;
}
.public-header a {
  text-decoration: none;
}
.public-main {
  max-width: 1170px;
  margin: 0 auto;
  padding: 60px 30px;
}
.public-main > .eyebrow {
  text-align: center;
}
.public-main > h1,
.public-main > .intro {
  text-align: center;
}
.public-main > h1 {
  font-size: 48px;
  margin-top: 18px;
}
.public-main > .intro {
  color: var(--muted);
  max-width: 550px;
  margin: 0 auto 40px;
}
.public-footer {
  border-top: 1px solid var(--line);
  padding: 26px;
  display: flex;
  justify-content: center;
  gap: 25px;
  font-size: 11px;
  color: var(--muted);
}
.public-main details {
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
}
.public-main summary {
  cursor: pointer;
  font-size: 14px;
  font-weight: 550;
}
.public-main details p {
  margin: 15px 0 0;
  color: var(--muted);
  font-size: 12px;
}
.danger-text {
  color: #ab5d3e;
}
.table-help {
  font-size: 12px;
  line-height: 1.7;
  color: var(--muted);
  margin-bottom: 20px;
}
.row-entry {
  animation: enter 0.3s ease-out;
}
@keyframes enter {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (min-width: 1400px) {
  .content {
    padding: 45px 55px;
  }
  .pricing-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .pack {
    padding: 21px;
  }
  .pack .price {
    font-size: 27px;
  }
}
@media (max-width: 1000px) {
  .app-layout {
    grid-template-columns: 190px minmax(0, 1fr);
  }
  .content {
    padding: 28px 24px;
  }
  .sidebar {
    padding: 22px 12px;
  }
  .sidebar .brand {
    font-size: 12px;
  }
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .auth-story {
    padding: 35px;
  }
  .auth-story h1 {
    font-size: 40px;
  }
  .auth-art-row {
    font-size: 9px;
  }
  .topbar {
    padding: 0 24px;
  }
  .metric {
    padding: 15px;
  }
  .welcome h1 {
    font-size: 32px;
  }
}
@media (max-width: 700px) {
  .app-layout {
    display: block;
  }
  .sidebar {
    display: none;
    position: fixed;
    z-index: 40;
    width: 224px;
    box-shadow: 20px 0 50px #0002;
  }
  .sidebar.open {
    display: flex;
  }
  .mobile-menu {
    display: flex;
    padding: 5px;
  }
  .topbar {
    height: 60px;
    padding: 0 16px;
  }
  .breadcrumbs {
    gap: 8px;
  }
  .topbar-right {
    gap: 10px;
  }
  .india-pill {
    font-size: 8px;
  }
  .content {
    padding: 28px 18px;
  }
  .welcome h1 {
    font-size: 28px;
  }
  .welcome p {
    font-size: 12px;
  }
  .orbit {
    display: none;
  }
  .metrics {
    gap: 8px;
    margin-bottom: 25px;
  }
  .metric {
    padding: 12px;
  }
  .metric strong {
    font-size: 22px;
  }
  .metric small {
    font-size: 9px;
  }
  .metric .metric-label {
    font-size: 9px;
  }
  .composer {
    padding: 17px;
  }
  .composer textarea {
    font-size: 14px;
  }
  .composer-footer {
    flex-wrap: wrap;
  }
  .quantity {
    font-size: 10px;
  }
  .suggestions {
    gap: 6px;
    margin-bottom: 24px;
  }
  .suggestions > span {
    width: 100%;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
  }
  .pack .price {
    font-size: 34px;
  }
  .banner {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  .auth-layout {
    display: block;
  }
  .auth-story {
    padding: 23px 24px;
    background: #e8eddc;
  }
  .auth-story h1,
  .auth-story > p,
  .auth-art,
  .auth-story > .footnote {
    display: none;
  }
  .auth-main {
    padding: 30px 24px;
    display: block;
  }
  .auth-card {
    margin: auto;
  }
  .public-header {
    padding: 20px;
  }
  .public-header nav {
    gap: 12px;
    font-size: 10px;
  }
  .public-main {
    padding: 40px 20px;
  }
  .public-main > h1 {
    font-size: 36px;
  }
  .public-footer {
    flex-wrap: wrap;
    gap: 15px;
  }
  .stages {
    gap: 12px;
    font-size: 9px;
  }
  .table-toolbar {
    flex-wrap: wrap;
  }
  h1 {
    font-size: 30px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
