/* [project]/apps/web/app/globals.css [app-client] (css) */
:root {
  --bg: #f8f7f3;
  --surface: #fff;
  --ink: #183b30;
  --muted: #626d65;
  --border: #d8ddd5;
  --brand: #234b3b;
  --accent: #d9e5bd;
  --danger: #9c3025;
  --focus: #815426;
  --radius: 8px;
  --space: 24px;
  --font: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font);
  margin: 0;
  line-height: 1.5;
}

button, input, select {
  font: inherit;
}

button, a, input, select {
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
}

button:disabled {
  cursor: wait;
  opacity: .65;
}

button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

a {
  color: inherit;
}

.app-shell {
  grid-template-columns: 330px 1fr;
  min-height: 100vh;
  display: grid;
}

.sidebar {
  background: var(--ink);
  color: #f4f5ed;
  flex-direction: column;
  height: 100vh;
  padding: 40px;
  display: flex;
  position: sticky;
  top: 0;
}

.wordmark {
  letter-spacing: -3px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.wordmark span {
  color: var(--accent);
}

.sidebar-caption {
  color: #b7c8bc;
  margin-top: 16px;
  font-size: 12px;
}

.sidebar-content {
  margin: auto 0;
}

.eyebrow {
  letter-spacing: 2px;
  font-size: 10px;
  font-weight: 700;
}

.sidebar .eyebrow {
  color: var(--accent);
}

.sidebar h2 {
  letter-spacing: -1.5px;
  font-family: Georgia, serif;
  font-size: 43px;
  font-weight: 400;
  line-height: 1.17;
}

.sidebar-content p {
  color: #c4d2c8;
  max-width: 220px;
  font-size: 14px;
}

.sidebar-bottom {
  color: #c4d2c8;
  align-items: center;
  gap: 12px;
  font-size: 10px;
  display: flex;
}

.small-mark {
  border: 1px solid #668174;
  border-radius: 50%;
  place-items: center;
  width: 34px;
  height: 34px;
  font-size: 17px;
  font-weight: 700;
  display: grid;
}

main {
  flex-direction: column;
  min-width: 0;
  display: flex;
}

header {
  border-bottom: 1px solid var(--border);
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  height: 96px;
  padding: 0 6%;
  display: flex;
}

.breadcrumb {
  color: var(--muted);
  font-size: 12px;
}

.breadcrumb span {
  color: #a0aba3;
  margin: 0 12px;
}

.text-button {
  color: var(--ink);
  background: none;
  border: 0;
  min-height: 44px;
  font-size: 12px;
  text-decoration: underline;
}

.main-content {
  flex: 1;
  width: 100%;
  max-width: 1060px;
  padding: 70px 9%;
}

.auth-section {
  max-width: 450px;
}

h1 {
  letter-spacing: -1.9px;
  margin: 20px 0;
  font-family: Georgia, serif;
  font-size: clamp(36px, 4vw, 54px);
  font-weight: 400;
  line-height: 1.13;
}

.intro {
  color: var(--muted);
  margin-bottom: 32px;
  font-size: 14px;
}

form {
  gap: 20px;
  display: grid;
}

label {
  gap: 9px;
  font-size: 12px;
  font-weight: 600;
  display: grid;
}

input, select {
  border: 1px solid var(--border);
  background: var(--surface);
  border-radius: var(--radius);
  color: var(--ink);
  width: 100%;
  min-height: 48px;
  padding: 13px 15px;
  font-size: 14px;
}

input::placeholder {
  color: #7b847e;
}

.tabs {
  border-bottom: 1px solid var(--border);
  gap: 26px;
  margin: 35px 0 28px;
  display: flex;
}

.tabs button {
  color: var(--muted);
  background: none;
  border: 0;
  padding: 12px 0;
  font-size: 13px;
}

.tabs button[aria-pressed="true"] {
  color: var(--ink);
  box-shadow: 0 2px var(--ink);
  font-weight: 700;
}

.helper {
  color: var(--muted);
  margin: -10px 0 0;
  font-size: 11px;
}

.primary, .secondary {
  border-radius: var(--radius);
  border: 1px solid var(--brand);
  min-height: 48px;
  padding: 15px 20px;
  font-size: 13px;
  font-weight: 600;
}

.primary {
  background: var(--brand);
  color: #fff;
}

.primary:hover {
  background: #153b2c;
}

.secondary {
  color: var(--brand);
  background: none;
}

.secondary:hover {
  background: #eef1e8;
}

.message {
  border-radius: var(--radius);
  margin-bottom: 24px;
  padding: 15px 18px;
  font-size: 13px;
}

.error {
  color: var(--danger);
  background: #fbece8;
}

.success {
  color: #274b2b;
  background: #e4efdf;
}

.page-title {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.count {
  color: #c6d1bc;
  font-family: Georgia, serif;
  font-size: 90px;
}

.org-select {
  max-width: 350px;
  margin: 22px 0 40px;
}

.setup {
  border-top: 1px solid var(--border);
  gap: 22px;
  padding-top: 28px;
  display: grid;
}

.setup h2 {
  margin: 10px 0;
  font-family: Georgia, serif;
  font-size: 25px;
  font-weight: 400;
}

.setup p {
  color: var(--muted);
  font-size: 13px;
}

.step {
  letter-spacing: 1px;
  color: var(--muted);
  font-size: 10px;
}

.section-heading {
  border-bottom: 1px solid var(--border);
  justify-content: space-between;
  align-items: center;
  padding-bottom: 14px;
  display: flex;
}

.section-heading h2 {
  font-size: 15px;
  font-weight: 600;
}

.section-heading > span {
  color: var(--muted);
  font-size: 11px;
}

.brand-row {
  text-align: left;
  border: 0;
  border-bottom: 1px solid var(--border);
  width: 100%;
  color: var(--ink);
  background: none;
  align-items: center;
  gap: 18px;
  padding: 24px 0;
  display: flex;
}

.brand-row:hover {
  background: #eeefe7;
}

.brand-initial {
  background: var(--accent);
  border-radius: 12px;
  place-items: center;
  width: 48px;
  height: 48px;
  font-family: Georgia, serif;
  font-size: 25px;
  display: grid;
}

.brand-row strong {
  font-size: 15px;
}

.brand-row small {
  color: var(--muted);
  margin-top: 4px;
  font-size: 11px;
  display: block;
}

.arrow {
  margin-left: auto;
}

.detail {
  border-radius: var(--radius);
  background: #eaf0e2;
  margin: 24px 0;
  padding: 24px;
}

.detail h3 {
  margin-top: 0;
}

.detail p {
  font-size: 13px;
}

.status {
  font-size: 11px;
}

.add-brand {
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 16px;
  margin-top: 32px;
  display: grid;
}

.add-brand button {
  height: 48px;
}

footer {
  color: var(--muted);
  border-top: 1px solid var(--border);
  justify-content: space-between;
  padding: 24px 6%;
  font-size: 11px;
  display: flex;
}

@media (max-width: 1000px) {
  .app-shell {
    grid-template-columns: 260px 1fr;
  }

  .sidebar {
    padding: 30px;
  }

  .sidebar h2 {
    font-size: 34px;
  }

  .main-content {
    padding: 48px 7%;
  }
}

@media (max-width: 700px) {
  .app-shell {
    display: block;
  }

  .sidebar {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding: 24px;
    position: relative;
  }

  .wordmark {
    font-size: 33px;
  }

  .sidebar-caption {
    margin: 0;
  }

  .sidebar-content, .sidebar-bottom {
    display: none;
  }

  header {
    height: 68px;
    padding: 0 24px;
  }

  .main-content {
    padding: 36px 24px;
  }

  .auth-section {
    max-width: none;
  }

  .count {
    font-size: 60px;
  }

  .add-brand {
    grid-template-columns: 1fr;
  }

  .page-title h1 {
    font-size: 37px;
  }

  footer {
    gap: 16px;
  }

  footer span {
    text-align: right;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

/*# sourceMappingURL=apps_web_app_globals_1lkgh9-.css.map*/