:root {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, sans-serif;
  color: #183631;
  background: #f4f5ef;
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
input,
select,
textarea {
  font: inherit;
}
button {
  cursor: pointer;
  border: 1px solid #285c4c;
  border-radius: 8px;
  padding: 11px 18px;
  background: #285c4c;
  color: white;
  font-weight: 600;
}
button:disabled {
  opacity: 0.55;
  cursor: wait;
}
button:hover:not(:disabled) {
  filter: brightness(0.94);
}
a {
  color: inherit;
}
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
a:focus-visible {
  outline: 3px solid #c59a33;
  outline-offset: 3px;
}
.header {
  max-width: 1280px;
  padding: 28px 48px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.brand {
  font-size: 32px;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: -2px;
}
.brand span {
  color: #a96d20;
}
.language {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 13px;
}
.language select {
  padding: 9px;
  background: transparent;
  border: 1px solid #cbd3c8;
  border-radius: 7px;
}
.auth-layout {
  max-width: 1120px;
  margin: 60px auto;
  display: grid;
  grid-template-columns: 1fr 460px;
  gap: 80px;
  align-items: start;
  padding: 0 28px;
}
.intro {
  padding-top: 35px;
  position: relative;
  overflow: hidden;
  min-height: 460px;
}
.intro h1 {
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.1;
  max-width: 510px;
  letter-spacing: -2px;
  font-weight: 500;
}
.intro p:not(.eyebrow) {
  max-width: 360px;
  line-height: 1.7;
  color: #596a61;
}
.eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #657b66;
}
.orb {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 25%, #e1eac7, #80977f);
  margin-top: 40px;
  opacity: 0.7;
}
.card {
  background: #fff;
  border: 1px solid #e3e7de;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 12px 40px #1b382409;
}
.card h2 {
  font-size: 27px;
  letter-spacing: -0.7px;
  margin: 12px 0 28px;
  font-weight: 500;
}
.card label {
  font-size: 14px;
  font-weight: 500;
  display: block;
}
.card input,
.card textarea,
.card select {
  display: block;
  width: 100%;
  border: 1px solid #bcc9c0;
  border-radius: 8px;
  padding: 12px;
  margin: 7px 0 16px;
  background: #fff;
  min-width: 0;
}
.card input[type="password"] {
  padding-right: 48px;
}
.card textarea {
  min-height: 95px;
  resize: vertical;
}
.card svg {
  width: 18px;
  height: 18px;
}
:where(.card) form > button {
  margin-top: 14px;
}
.auth-nav {
  margin-top: 25px;
  border-top: 1px solid #edf0e8;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.text-button {
  border: 0;
  background: transparent;
  color: #285c4c;
  padding: 4px 0;
  font-weight: 600;
  text-align: left;
}
.alert,
.notice {
  padding: 13px 16px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.5;
}
.alert {
  background: #fff0eb;
  color: #923c27;
}
.notice {
  background: #edf6e6;
  color: #34502c;
}
.workspace {
  max-width: 1040px;
  padding: 20px 28px 70px;
  margin: auto;
}
.workspace-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.workspace h1 {
  font-weight: 500;
  font-size: 32px;
  margin: 10px 0;
}
.tabs {
  display: flex;
  gap: 10px;
  border-bottom: 1px solid #dce3d8;
  padding: 22px 0;
  margin-bottom: 25px;
}
.tabs button {
  background: transparent;
  color: #365747;
  border-color: transparent;
}
.tabs button[aria-current] {
  background: #e7eee1;
}
.search {
  display: flex;
  align-items: end;
  gap: 15px;
}
.search label {
  flex: 1;
}
.search input {
  margin-bottom: 0;
}
.search button {
  margin: 0;
}
.empty {
  color: #6f7d72;
  text-align: center;
  padding: 55px 15px;
}
.item {
  padding: 25px 0;
  border-bottom: 1px solid #e2e8de;
}
.item h2 {
  font-size: 20px;
  margin: 0 0 12px;
}
.source-text {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  line-height: 1.6;
}
.session {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.session p {
  color: #6a7d70;
}
.session time {
  font-size: 13px;
  color: #6a7d70;
}
.secondary {
  margin-top: 25px;
  background: #fff;
  color: #285c4c;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.right-0 {
  right: 0;
}
.right-2 {
  right: 0.5rem;
}
.top-1\/2 {
  top: 50%;
}
.inset-y-0 {
  top: 0;
  bottom: 0;
}
.flex {
  display: flex;
}
.items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.w-full {
  width: 100%;
}
.gap-4 {
  gap: 16px;
}
.gap-2 {
  gap: 8px;
}
.text-sm {
  font-size: 14px;
}
.text-xs {
  font-size: 12px;
}
.text-destructive {
  color: #923c27;
}
.text-muted-foreground {
  color: #65776c;
}
.bg-transparent {
  background: transparent;
}
.border-0 {
  border: 0;
}
@media (max-width: 800px) {
  .header {
    padding: 20px 24px;
  }
  .auth-layout {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 18px auto;
    max-width: 550px;
  }
  .intro {
    padding: 0;
    min-height: auto;
  }
  .intro h1 {
    font-size: 34px;
    margin: 15px 0;
  }
  .intro .orb,
  .intro > .eyebrow {
    display: none;
  }
  .card {
    padding: 24px;
  }
  .workspace {
    padding: 15px;
  }
  .tabs {
    flex-wrap: wrap;
  }
  .workspace-heading,
  .session {
    align-items: start;
  }
  .search {
    display: block;
  }
  .search button {
    margin-top: 10px;
  }
  .language {
    font-size: 0;
  }
  .language select {
    font-size: 14px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.flex-col {
  flex-direction: column;
}
.gap-1 {
  gap: 4px;
}
.h-1\.5 {
  height: 6px;
}
.flex-1 {
  flex: 1;
}
.bg-muted {
  background: #dce5d5;
}
.bg-destructive {
  background: #ac412f;
}
.bg-amber-500 {
  background: #c79235;
}
.bg-primary {
  background: #285c4c;
}
.bg-green-500 {
  background: #548547;
}
.rounded-full {
  border-radius: 999px;
}

.name-fields {
  border: 0;
  margin: 0;
  padding: 0;
  min-width: 0;
}
.card .checkbox-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0 18px;
}
.card input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0;
  flex: 0 0 auto;
}
.help {
  color: #596a61;
  font-size: 14px;
  line-height: 1.6;
}
.google-button {
  width: 100%;
}
.demo-banner {
  max-width: 1040px;
  padding: 12px 24px;
  margin: 0 auto;
  background: #fff1d5;
  color: #664817;
  font-size: 14px;
}
@media (max-width: 480px) {
  .workspace-heading,
  .session {
    flex-wrap: wrap;
  }
  .card {
    padding: 20px;
  }
  .auth-layout {
    padding: 0 15px;
  }
  .tabs button {
    padding: 10px;
  }
}
