@charset "UTF-8";
:root {
  --ink: #252c2b;
  --muted: #7b827f;
  --line: #e7e8e2;
  --paper: #fafaf6;
  --white: #fff;
  --orange: #ed643e;
  --orange-dark: #d84926;
  --sage: #e8efe9;
  --green: #4f745f;
  --radius: 18px;
  --shadow: 0 16px 45px #2432290c;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
a,
input,
textarea,
select {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  opacity: 0.55;
  cursor: wait;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid #ed643e80;
  outline-offset: 3px;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  letter-spacing: -0.04em;
  line-height: 1.1;
}
button {
  border: 0;
}
input,
textarea,
select {
  color: var(--ink);
}
.wrap {
  width: min(1240px, calc(100% - 96px));
  margin-inline: auto;
}
.brand {
  display: flex;
  align-items: center;
  font-size: 29px;
  font-weight: 800;
  letter-spacing: -1.7px;
  gap: 11px;
}
.brand-dot {
  color: var(--orange);
  margin-left: -12px;
}
.button {
  min-height: 48px;
  padding: 13px 23px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-weight: 650;
  transition:
    background 0.15s,
    transform 0.15s;
  line-height: 1.3;
}
.button:hover {
  transform: translateY(-1px);
}
.primary {
  background: var(--orange);
  color: white;
}
.primary:hover {
  background: var(--orange-dark);
}
.secondary {
  background: white;
  border: 1px solid var(--line);
}
.light {
  background: var(--paper);
  color: var(--ink);
}
.small {
  padding: 10px 18px;
  min-height: 42px;
}
.full {
  width: 100%;
}
.muted,
.hint {
  color: var(--muted);
}
.hint {
  font-size: 12px;
  line-height: 1.6;
}
.eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--muted);
}
.live-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
}
.serif-accent {
  font-family: Georgia, serif;
  font-weight: 400;
  font-style: italic;
  color: var(--orange);
}
.public-header {
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.public-header nav {
  display: flex;
  gap: 32px;
  font-size: 13px;
}
.public-header nav a:hover,
.footer a:hover {
  color: var(--orange);
}
.hero {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 32px;
  align-items: center;
  padding-top: 68px;
  padding-bottom: 80px;
}
.hero h1 {
  font-size: clamp(48px, 4.6vw, 68px);
  font-weight: 600;
  line-height: 1.08;
  margin: 24px 0;
}
.hero-description {
  color: #747c77;
  font-size: 17px;
  line-height: 1.8;
}
.hero-search {
  display: flex;
  gap: 10px;
  margin: 30px 0 12px;
  max-width: 620px;
}
.hero-search input {
  min-width: 0;
  width: 205px;
  flex: 1;
  background: white;
  border: 1px solid #dfe1d9;
  border-radius: 10px;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0.07em;
  padding: 17px;
}
.hero-search .button {
  white-space: nowrap;
  font-size: 14px;
}
.hero-perks {
  display: flex;
  gap: 22px;
  margin-top: 32px;
  font-size: 12px;
  color: #65716a;
}
.hero-visual {
  position: relative;
  min-height: 460px;
  background: #eeeee5;
  border-radius: 36% 36% 22px 22px;
  overflow: hidden;
}
.visual-caption {
  position: absolute;
  top: 39px;
  text-align: center;
  width: 100%;
  font-size: 9px;
  letter-spacing: 0.18em;
  color: #929987;
}
.road-orbit {
  position: absolute;
  width: 360px;
  height: 360px;
  border: 1px dashed #c9cebf;
  border-radius: 50%;
  left: 50%;
  top: 75px;
  transform: translateX(-50%);
}
.road-orbit:after {
  content: "";
  position: absolute;
  inset: 28px;
  border: 1px solid #e1e3d8;
  border-radius: 50%;
}
.demo-car {
  position: absolute;
  top: 105px;
  width: 85%;
  left: 7%;
}
.floating-plate {
  position: absolute;
  left: 33%;
  top: 272px;
  transform: rotate(-6deg);
  display: flex;
  gap: 14px;
  background: #fff;
  border: 2px solid var(--ink);
  border-radius: 9px;
  padding: 8px 12px;
  box-shadow: 0 9px 15px #00000012;
  font-weight: 700;
  font-size: 27px;
  letter-spacing: 1px;
  line-height: 1.15;
}
.floating-plate div {
  border-left: 1px solid var(--ink);
  padding-left: 10px;
  text-align: center;
  font-size: 19px;
}
.floating-plate small {
  display: block;
  font-size: 8px;
  margin-top: 3px;
}
.bubble {
  position: absolute;
  background: white;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 13px;
  box-shadow: var(--shadow);
  font-size: 12px;
}
.bubble small {
  font-size: 9px;
  color: var(--muted);
  display: block;
  margin-top: 5px;
}
.example-one {
  top: 90px;
  left: 16px;
  transform: rotate(-3deg);
}
.example-two {
  right: 14px;
  bottom: 68px;
  transform: rotate(3deg);
}
.avatar {
  display: inline-flex;
  width: 39px;
  height: 39px;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 17px;
}
.coral {
  background: #fff0e9;
  color: var(--orange);
}
.sage {
  background: var(--sage);
  color: var(--green);
}
.visual-footnote {
  position: absolute;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 7px;
  justify-content: center;
  width: 100%;
  font-size: 10px;
  color: #7f887a;
}
.benefit-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid var(--line);
  padding: 27px 0;
  gap: 30px;
}
.benefit-strip > div {
  display: flex;
  align-items: center;
  gap: 19px;
}
.benefit-strip > div + div {
  border-left: 1px solid var(--line);
  padding-left: 45px;
}
.big-number {
  font-size: 35px;
  letter-spacing: -2px;
  font-weight: 500;
  white-space: nowrap;
}
.big-number span {
  font-size: 23px;
}
.benefit-strip p {
  font-size: 12px;
  color: var(--muted);
}
.section {
  padding-block: 78px;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 30px;
}
.section-heading h2 {
  font-size: 38px;
  font-weight: 500;
  margin-top: 17px;
}
.section-heading > p {
  font-size: 14px;
  color: var(--muted);
}
.scenario-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.scenario {
  position: relative;
  display: block;
  background: white;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 28px 25px;
  transition: box-shadow 0.2s;
}
.scenario:hover {
  box-shadow: var(--shadow);
}
.scenario-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #f3f3ed;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 23px;
}
.scenario h3 {
  font-size: 18px;
  letter-spacing: -0.03em;
  font-weight: 600;
  margin-bottom: 12px;
}
.scenario p {
  font-size: 13px;
  color: var(--muted);
  max-width: 240px;
}
.arrow {
  position: absolute;
  right: 25px;
  top: 31px;
  color: #9da39e;
}
.join-band {
  background: #e9eee5;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 45px;
}
.join-band h2 {
  font-size: 36px;
  font-weight: 500;
  margin: 16px 0;
}
.join-band p {
  font-size: 13px;
  color: #76816e;
}
.footer {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-block: 38px;
  font-size: 11px;
  flex-wrap: wrap;
}
.footer p {
  flex: 1;
  color: var(--muted);
}
.footer .brand {
  font-size: 23px;
}
.demo-label {
  display: inline-block;
  color: #947133;
  background: #fbf0d8;
  padding: 5px 9px;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 600;
}
.auth-layout {
  display: grid;
  grid-template-columns: 1fr 460px;
  gap: 60px;
  align-items: center;
  min-height: calc(100vh - 105px);
  padding-block: 45px;
}
.auth-story h1 {
  font-size: 58px;
  font-weight: 500;
  margin: 25px 0;
}
.auth-story > p {
  color: var(--muted);
  font-size: 18px;
}
.small-note {
  display: flex;
  gap: 13px;
  align-items: center;
  margin-top: 40px;
  font-size: 12px;
  color: var(--muted);
}
.auth-card {
  padding: 35px 38px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow);
}
.back-link {
  display: block;
  color: var(--muted);
  font-size: 12px;
  margin-bottom: 25px;
}
.auth-card h2 {
  font-size: 27px;
  margin-bottom: 12px;
  font-weight: 600;
}
.auth-card > .muted {
  font-size: 13px;
  margin-bottom: 25px;
}
.form-stack {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.form-stack label {
  font-size: 12px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form-stack input:not([type="checkbox"]),
.form-stack select,
.form-stack textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #dedfd9;
  border-radius: 9px;
  background: #fdfdfb;
  padding: 12px 13px;
  outline-offset: 1px;
  font-size: 15px;
}
.form-stack textarea {
  min-height: 100px;
  resize: vertical;
}
.form-stack .checkbox-row {
  display: flex;
  flex-direction: row;
  align-items: start;
  gap: 9px;
  font-weight: 400;
  font-size: 11px;
  color: #747b75;
  line-height: 1.7;
}
.checkbox-row input {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  accent-color: var(--orange);
}
.checkbox-row a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.form-error {
  background: #fff0ec;
  color: #ac3c28;
  border-radius: 9px;
  padding: 12px;
  font-size: 13px;
}
.form-error[hidden] {
  display: none;
}
.auth-switch {
  font-size: 12px;
  text-align: center;
  margin-top: 23px;
  color: var(--muted);
  line-height: 2;
}
.auth-switch a {
  color: var(--orange);
}
.auth-switch .subtle-link {
  color: var(--muted);
}
.notice {
  background: #f6f5ec;
  padding: 13px;
  border: 1px solid #e8e5d6;
  border-radius: 9px;
  font-size: 12px;
  color: #847c61;
  margin-top: 18px;
}
.article {
  max-width: 820px;
  padding-block: 55px 90px;
}
.article h1 {
  font-size: 48px;
  font-weight: 500;
  margin: 20px 0 35px;
}
.article p {
  font-size: 17px;
  color: #667168;
  margin-block: 22px;
  line-height: 1.8;
}
.article .button {
  margin-top: 20px;
}
.app-layout {
  min-height: 100vh;
  display: flex;
  background: #f6f7f3;
}
.sidebar {
  width: 240px;
  position: fixed;
  inset: 0 auto 0 0;
  background: white;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  padding: 35px 22px 20px;
  z-index: 20;
}
.sidebar .brand {
  margin-left: 10px;
  font-size: 27px;
}
.sidebar-label {
  font-size: 9px;
  letter-spacing: 0.11em;
  color: #a2a8a1;
  margin: 45px 14px 15px;
}
.sidebar nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.sidebar nav a {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 13px;
  color: #758078;
}
.sidebar nav a > span {
  font-size: 20px;
  width: 21px;
}
.sidebar nav a.active {
  background: #fff0e9;
  color: #df5c37;
  font-weight: 650;
}
.sidebar nav a:hover {
  background: #f7f7f1;
}
.sidebar-tip {
  margin-top: auto;
  padding: 50px 12px 22px;
}
.sidebar-tip .eyebrow {
  font-size: 8px;
}
.sidebar-tip p {
  font-size: 12px;
  margin: 12px 0;
  color: #8b938b;
}
.sidebar-tip a {
  font-size: 11px;
  color: #78866f;
}
.profile-button {
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
  background: none;
  padding: 18px 5px 0;
  border-top: 1px solid var(--line);
  font-size: 12px;
}
.profile-button strong {
  display: block;
  font-weight: 600;
  max-width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.profile-button small {
  font-size: 9px;
  color: #949b94;
  display: block;
}
.profile-button > span:last-child {
  margin-left: auto;
}
.app-main {
  margin-left: 240px;
  width: calc(100% - 240px);
}
.app-topbar {
  height: 85px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 42px;
  background: #fafbf8;
}
.topbar-caption {
  font-size: 12px;
  color: #959d94;
}
.topbar-right {
  display: flex;
  align-items: center;
  gap: 22px;
}
.balance-chip {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  color: #858e82;
}
.balance-chip strong {
  color: var(--ink);
  font-size: 14px;
}
.notification-button {
  position: relative;
  font-size: 25px;
  width: 38px;
  text-align: center;
}
.notification-button span {
  position: absolute;
  top: 5px;
  right: 7px;
  background: var(--orange);
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.mobile-brand {
  display: none;
}
.app-content {
  padding: 38px 42px;
  max-width: 1600px;
  margin: auto;
}
.page-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 30px;
}
.page-heading h1 {
  font-size: 31px;
  font-weight: 600;
  margin-bottom: 9px;
}
.page-heading p {
  font-size: 13px;
  color: #8b9388;
}
.page-heading .button {
  font-size: 12px;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
  margin-bottom: 28px;
}
.stat-card {
  padding: 22px 25px;
  border-radius: 15px;
  background: white;
  border: 1px solid var(--line);
}
.stat-card .stat-label {
  font-size: 11px;
  color: #8a9287;
  display: flex;
  justify-content: space-between;
}
.stat-value {
  font-size: 32px;
  font-weight: 550;
  letter-spacing: -1px;
  margin: 12px 0 4px;
  line-height: 1.2;
}
.stat-value small {
  font-size: 13px;
  color: var(--muted);
  letter-spacing: 0;
  font-weight: 400;
}
.stat-card p {
  font-size: 10px;
  color: #949b90;
}
.stat-card.accent {
  background: #eaf0e7;
  border-color: #e2e9dc;
}
.dashboard-columns {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(270px, 1fr);
  gap: 23px;
}
.panel {
  background: white;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
}
.panel-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 24px;
  border-bottom: 1px solid #f0f0ea;
}
.panel-heading h2 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.panel-heading a,
.text-button {
  font-size: 11px;
  color: var(--orange);
  background: none;
  padding: 8px 0;
}
.panel-body {
  padding: 24px;
}
.vehicle-card {
  border: 1px solid var(--line);
  border-radius: 13px;
  padding: 21px;
  background: white;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.vehicle-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.plate {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  font-family: "Segoe UI", sans-serif;
  font-weight: 650;
  font-size: 18px;
  letter-spacing: 0.07em;
  background: #fff;
  border: 1.5px solid #343d35;
  border-radius: 6px;
  padding: 5px 10px;
  line-height: 1.3;
}
.status-tag {
  font-size: 9px;
  font-weight: 600;
  padding: 5px 8px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}
.status-tag.verified {
  background: #edf3e9;
  color: #5c7950;
}
.status-tag.pending {
  background: #fcf3df;
  color: #9b7c37;
}
.status-tag.rejected,
.status-tag.revoked {
  background: #fbece8;
  color: #a65b46;
}
.vehicle-card-name {
  font-size: 13px;
  color: #818b7c;
}
.vehicle-actions {
  display: flex;
  gap: 14px;
  align-items: center;
}
.vehicle-actions button {
  font-size: 11px;
  background: none;
  padding: 7px 0;
  color: #8b9485;
}
.vehicle-actions button:first-child {
  color: var(--orange);
}
.vehicle-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.add-card {
  border: 1.5px dashed #d7dcd1;
  border-radius: 13px;
  min-height: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #8e9985;
  background: none;
}
.add-card > span {
  font-size: 30px;
}
.add-card strong {
  font-size: 12px;
  font-weight: 500;
}
.inbox-row {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 18px 23px;
  border-bottom: 1px solid #f0f0eb;
  cursor: pointer;
  width: 100%;
  text-align: left;
  background: white;
  color: var(--ink);
}
.inbox-row:hover,
.inbox-row.selected {
  background: #fafbf6;
}
.inbox-row:last-child {
  border-bottom: none;
}
.inbox-row .avatar {
  width: 41px;
  height: 41px;
  border-radius: 12px;
  font-size: 19px;
}
.inbox-summary {
  min-width: 0;
  flex: 1;
}
.inbox-summary strong {
  font-size: 13px;
  letter-spacing: 0.04em;
  display: block;
  font-weight: 600;
}
.inbox-summary p {
  font-size: 11px;
  color: #8f978a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 260px;
  margin-top: 4px;
}
.inbox-meta {
  font-size: 9px;
  color: #9da596;
  align-self: start;
  padding-top: 5px;
  display: flex;
  align-items: end;
  flex-direction: column;
  gap: 6px;
}
.count-badge {
  background: var(--orange);
  color: white;
  border-radius: 6px;
  min-width: 18px;
  padding: 2px 5px;
  text-align: center;
  font-size: 9px;
}
.sidebar .count-badge {
  margin-left: auto;
}
.care-card {
  margin-top: 22px;
  background: #f0eee4;
  border-radius: 14px;
  padding: 25px;
  display: flex;
  align-items: start;
  gap: 14px;
}
.care-card h3 {
  font-size: 15px;
  font-weight: 550;
  margin-bottom: 8px;
}
.care-card p {
  font-size: 11px;
  color: #92947f;
}
.empty-state {
  text-align: center;
  padding: 42px 23px;
  color: var(--muted);
}
.empty-state .empty-symbol {
  font-size: 38px;
  margin-bottom: 15px;
  color: #9fab96;
}
.empty-state h3 {
  color: #65755c;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 10px;
}
.empty-state p {
  font-size: 12px;
  max-width: 330px;
  margin: auto;
}
.empty-state .button {
  margin-top: 18px;
  font-size: 12px;
}
.loading-state {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  gap: 13px;
  color: var(--muted);
}
.loader {
  width: 20px;
  height: 20px;
  border: 2px solid #e8e9e1;
  border-top-color: var(--orange);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.chat-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  background: white;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  height: calc(100vh - 230px);
  min-height: 480px;
}
.chat-list {
  border-right: 1px solid var(--line);
  overflow-y: auto;
}
.chat-list .inbox-row {
  padding: 17px 18px;
}
.chat-list .inbox-summary p {
  max-width: 135px;
}
.chat-list .avatar {
  width: 32px;
  height: 32px;
  font-size: 15px;
}
.chat-list-header {
  padding: 18px;
  font-size: 12px;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
}
.chat-pane {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fcfcf8;
}
.chat-head {
  padding: 17px 23px;
  display: flex;
  align-items: center;
  gap: 13px;
  border-bottom: 1px solid var(--line);
  background: white;
}
.chat-head h2 {
  font-size: 17px;
  letter-spacing: 0.06em;
}
.chat-head small {
  font-size: 10px;
  color: var(--muted);
}
.chat-head .chat-tools {
  margin-left: auto;
  display: flex;
  gap: 9px;
}
.chat-tools button {
  background: none;
  color: #9ca392;
  font-size: 11px;
  min-height: 40px;
}
.chat-back {
  display: none;
}
.messages {
  flex: 1;
  overflow-y: auto;
  padding: 25px 27px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.message-day {
  align-self: center;
  font-size: 10px;
  color: #a1a58f;
  margin: 3px 0 10px;
}
.message {
  max-width: 82%;
  align-self: start;
  background: white;
  border: 1px solid #e8e9df;
  border-radius: 13px 13px 13px 3px;
  padding: 11px 15px;
  font-size: 13px;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.message.mine {
  align-self: end;
  background: #eaf0e4;
  border-color: #e2e9db;
  border-radius: 13px 13px 3px 13px;
}
.message-meta {
  display: flex;
  justify-content: end;
  gap: 7px;
  font-size: 9px;
  color: #9ca78f;
  margin-top: 6px;
  white-space: normal;
}
.chat-compose {
  padding: 17px 22px;
  border-top: 1px solid var(--line);
  background: white;
}
.chat-compose form {
  display: flex;
  gap: 12px;
  align-items: end;
}
.chat-compose textarea {
  min-height: 48px;
  height: 48px;
  max-height: 150px;
  flex: 1;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 12px;
  resize: vertical;
  background: #fcfdf9;
  font-size: 13px;
}
.chat-compose .button {
  font-size: 12px;
  min-width: 138px;
}
.chat-cost {
  font-size: 10px;
  color: #9aa28e;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.chat-quick {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin-bottom: 11px;
}
.chat-quick button {
  background: #f6f7f1;
  border: 1px solid #eceee4;
  border-radius: 6px;
  padding: 5px 8px;
  font-size: 9px;
  color: #7e8b72;
}
.chat-alert {
  font-size: 11px;
  color: #997d50;
  background: #faf2df;
  padding: 12px 20px;
}
.wallet-hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #e9efe3;
  padding: 35px;
  border-radius: 17px;
  margin-bottom: 25px;
  gap: 20px;
}
.wallet-hero .stat-value {
  font-size: 46px;
  margin: 10px 0;
}
.wallet-hero p {
  font-size: 12px;
  color: #82916e;
}
.ledger-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  text-align: left;
}
.ledger-table th {
  color: #a0a892;
  font-size: 10px;
  font-weight: 500;
  background: #fafbf7;
}
.ledger-table td,
.ledger-table th {
  padding: 17px 24px;
  border-bottom: 1px solid #f0f1e9;
}
.ledger-table td:last-child,
.ledger-table th:last-child {
  text-align: right;
  white-space: nowrap;
}
.ledger-table .positive {
  color: #6e8a5b;
}
.settings-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.settings-grid .panel {
  align-self: start;
}
.settings-grid h3 {
  font-size: 17px;
  margin-bottom: 15px;
}
.settings-grid p {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 15px;
}
.settings-grid .button {
  font-size: 12px;
}
.danger {
  color: #ac533a;
}
.toast {
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  max-width: min(90vw, 530px);
  background: #29352c;
  color: white;
  font-size: 13px;
  padding: 15px 23px;
  border-radius: 12px;
  box-shadow: 0 10px 40px #0002;
  z-index: 100;
  white-space: normal;
}
.toast[hidden] {
  display: none;
}
dialog {
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 25px 28px;
  width: min(94vw, 490px);
  color: var(--ink);
  box-shadow: 0 30px 90px #14271726;
}
dialog::backdrop {
  background: #1c2a2455;
  backdrop-filter: blur(3px);
}
.modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.modal-head h2 {
  font-size: 23px;
  font-weight: 600;
}
.icon-button {
  font-size: 27px;
  color: #97a08d;
  background: none;
  width: 40px;
  height: 40px;
}
.modal-description {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 20px;
}
.package-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 20px;
}
.package-option {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fafbf7;
  padding: 16px 8px;
  font-size: 18px;
}
.package-option.selected {
  border-color: var(--orange);
  background: #fff2eb;
  color: var(--orange);
}
.package-option small {
  display: block;
  font-size: 10px;
  color: var(--muted);
  margin-top: 4px;
}
.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;
}
.skip-link {
  position: absolute;
  left: 10px;
  top: -100px;
  z-index: 500;
  background: white;
  padding: 12px;
}
.skip-link:focus {
  top: 10px;
}
.inline-note {
  font-size: 12px;
  color: var(--muted);
  margin-top: 20px;
  line-height: 1.8;
}
.refresh-button {
  background: none;
  color: var(--orange);
  font-size: 12px;
}
.old-messages {
  align-self: center;
  font-size: 11px;
  color: var(--green);
  background: none;
  padding: 10px;
}
.network-status {
  font-size: 11px;
  color: #ac714b;
  margin-bottom: 15px;
}
.network-status[hidden] {
  display: none;
}
@media (min-width: 1500px) {
  .app-content {
    padding: 45px 65px;
  }
  .app-topbar {
    padding-inline: 65px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 56px);
  }
  .hero {
    gap: 24px;
    padding-top: 40px;
  }
  .hero h1 {
    font-size: 49px;
  }
  .hero-search {
    flex-direction: column;
  }
  .hero-search input {
    width: 100%;
  }
  .hero-perks {
    gap: 10px;
    font-size: 10px;
  }
  .hero-visual {
    min-height: 420px;
  }
  .floating-plate {
    top: 252px;
  }
  .example-one {
    font-size: 10px;
  }
  .benefit-strip > div + div {
    padding-left: 20px;
  }
  .sidebar {
    width: 205px;
    padding-inline: 14px;
  }
  .app-main {
    margin-left: 205px;
    width: calc(100% - 205px);
  }
  .app-content {
    padding: 28px;
  }
  .app-topbar {
    padding-inline: 28px;
  }
  .dashboard-columns {
    grid-template-columns: 1fr;
  }
  .vehicle-grid {
    grid-template-columns: 1fr 1fr;
  }
  .chat-layout {
    grid-template-columns: 230px 1fr;
  }
  .chat-head {
    padding: 15px;
  }
  .chat-compose {
    padding: 15px;
  }
  .messages {
    padding: 20px;
  }
  .auth-layout {
    grid-template-columns: 1fr 420px;
    gap: 25px;
  }
  .auth-story h1 {
    font-size: 45px;
  }
  .stat-card {
    padding: 19px;
  }
  .stats-grid {
    gap: 12px;
  }
  .settings-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 760px) {
  .wrap {
    width: calc(100% - 36px);
  }
  .public-header {
    height: 80px;
    gap: 10px;
  }
  .public-header nav {
    display: none;
  }
  .public-header .brand {
    font-size: 26px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 30px;
    padding-bottom: 35px;
    gap: 40px;
  }
  .hero h1 {
    font-size: 53px;
  }
  .hero-description {
    font-size: 16px;
  }
  .hero-search {
    flex-direction: row;
  }
  .hero-search input {
    width: 150px;
    font-size: 19px;
  }
  .hero-search .button {
    font-size: 12px;
    padding-inline: 15px;
    gap: 8px;
  }
  .hero-visual {
    min-height: 390px;
    max-width: 470px;
    width: 100%;
    margin: auto;
  }
  .demo-car {
    top: 75px;
  }
  .visual-caption {
    top: 27px;
  }
  .example-one {
    top: 68px;
  }
  .floating-plate {
    top: 236px;
  }
  .example-two {
    bottom: 56px;
  }
  .hero-perks {
    font-size: 11px;
    gap: 20px;
  }
  .benefit-strip {
    gap: 13px;
    padding-block: 20px;
  }
  .benefit-strip > div {
    display: block;
    text-align: center;
  }
  .benefit-strip > div + div {
    padding-left: 8px;
  }
  .big-number {
    font-size: 27px;
  }
  .benefit-strip p {
    font-size: 9px;
    margin-top: 7px;
  }
  .section {
    padding-block: 43px;
  }
  .section-heading {
    display: block;
  }
  .section-heading h2 {
    font-size: 32px;
  }
  .section-heading > p {
    margin-top: 20px;
  }
  .scenario-grid {
    grid-template-columns: 1fr;
  }
  .scenario {
    padding: 23px;
  }
  .scenario-icon {
    margin-bottom: 18px;
  }
  .scenario p {
    max-width: none;
  }
  .join-band {
    display: block;
    padding: 30px;
  }
  .join-band h2 {
    font-size: 30px;
  }
  .join-band .button {
    margin-top: 25px;
  }
  .footer {
    gap: 18px;
  }
  .footer p {
    flex-basis: 70%;
  }
  .auth-layout {
    display: block;
    padding-top: 25px;
    min-height: auto;
  }
  .auth-story {
    display: none;
  }
  .auth-card {
    padding: 27px 23px;
    max-width: 480px;
    margin: auto;
  }
  .article {
    padding-block: 25px 50px;
  }
  .article h1 {
    font-size: 34px;
  }
  .article p {
    font-size: 16px;
  }
  .sidebar {
    width: 100%;
    height: 67px;
    inset: auto 0 0 0;
    flex-direction: row;
    padding: 0;
    border-right: 0;
    border-top: 1px solid var(--line);
  }
  .sidebar > .brand,
  .sidebar-label,
  .sidebar-tip,
  .profile-button {
    display: none;
  }
  .sidebar nav {
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
    gap: 0;
  }
  .sidebar nav a {
    flex: 1;
    flex-direction: column;
    gap: 1px;
    justify-content: center;
    padding: 6px 2px;
    font-size: 8px;
    border-radius: 0;
    position: relative;
  }
  .sidebar nav a > span {
    font-size: 23px;
    line-height: 1.3;
    text-align: center;
  }
  .sidebar .count-badge {
    position: absolute;
    top: 5px;
    right: 20%;
  }
  .app-main {
    margin: 0 0 67px;
    width: 100%;
  }
  .app-topbar {
    height: 64px;
    padding: 0 19px;
  }
  .mobile-brand {
    display: block;
    font-weight: 800;
    font-size: 23px;
    letter-spacing: -1px;
  }
  .topbar-caption {
    display: none;
  }
  .topbar-right {
    gap: 12px;
  }
  .balance-chip {
    gap: 7px;
  }
  .balance-chip > span {
    display: none;
  }
  .notification-button {
    font-size: 21px;
  }
  .app-topbar .demo-label {
    font-size: 8px;
  }
  .app-content {
    padding: 24px 18px;
  }
  .page-heading {
    align-items: start;
    margin-bottom: 23px;
  }
  .page-heading h1 {
    font-size: 26px;
  }
  .page-heading p {
    font-size: 11px;
  }
  .page-heading .button {
    font-size: 10px;
    padding: 10px 12px;
    min-height: 40px;
    gap: 4px;
  }
  .stats-grid {
    gap: 9px;
  }
  .stat-card {
    padding: 15px 12px;
    border-radius: 12px;
  }
  .stat-card .stat-label {
    font-size: 9px;
  }
  .stat-value {
    font-size: 25px;
  }
  .stat-value small {
    font-size: 9px;
  }
  .stat-card p {
    font-size: 8px;
  }
  .dashboard-columns {
    gap: 18px;
  }
  .panel-heading {
    padding: 19px;
  }
  .panel-body {
    padding: 18px;
  }
  .vehicle-grid {
    grid-template-columns: 1fr;
  }
  .inbox-row {
    padding: 17px 18px;
  }
  .inbox-summary p {
    max-width: 190px;
  }
  .chat-layout {
    display: block;
    height: calc(100dvh - 246px);
    min-height: 430px;
  }
  .chat-list {
    height: 100%;
    border-right: 0;
  }
  .chat-pane {
    height: 100%;
  }
  .chat-layout.has-chat .chat-list {
    display: none;
  }
  .chat-layout:not(.has-chat) .chat-pane {
    display: none;
  }
  .chat-back {
    display: block;
    background: none;
    font-size: 23px;
    padding: 5px;
    color: var(--muted);
  }
  .chat-head {
    gap: 8px;
    padding: 12px;
  }
  .chat-head .avatar {
    display: none;
  }
  .chat-head h2 {
    font-size: 16px;
  }
  .chat-tools {
    gap: 6px !important;
  }
  .chat-tools button {
    font-size: 10px;
  }
  .messages {
    padding: 18px 14px;
  }
  .message {
    max-width: 88%;
    font-size: 12px;
  }
  .chat-compose {
    padding: 12px;
  }
  .chat-compose .button {
    min-width: 85px;
    padding-inline: 10px;
    font-size: 11px;
    gap: 4px;
  }
  .chat-cost {
    font-size: 8px;
  }
  .chat-quick button {
    font-size: 8px;
  }
  .wallet-hero {
    padding: 25px;
    display: block;
  }
  .wallet-hero .button {
    margin-top: 16px;
  }
  .ledger-table td,
  .ledger-table th {
    padding: 13px;
    font-size: 10px;
  }
  .ledger-table td:nth-child(2),
  .ledger-table th:nth-child(2) {
    display: none;
  }
  .toast {
    bottom: 84px;
  }
  .settings-grid {
    gap: 17px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
.analytics-consent {
  position: fixed;
  bottom: 24px;
  left: 24px;
  right: 24px;
  max-width: 700px;
  z-index: 100;
  display: flex;
  gap: 12px;
  align-items: center;
  background: #fffdf8;
  border: 1px solid #dfdfd7;
  padding: 18px;
  border-radius: 18px;
  box-shadow: 0 10px 50px #24352a20;
}
.analytics-consent p {
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}
.analytics-consent .button {
  font-size: 12px;
  white-space: nowrap;
  min-height: 42px;
}
.analytics-consent a {
  color: #b84324;
}
@media (max-width: 700px) {
  .analytics-consent {
    flex-wrap: wrap;
    bottom: 12px;
    left: 12px;
    right: 12px;
  }
  .analytics-consent p {
    flex-basis: 100%;
  }
}

.directory-layout{display:grid;grid-template-columns:minmax(250px,420px) 1fr;gap:24px;align-items:start}.directory-coverage{margin-top:24px}.region-coverage{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.region-coverage div{display:grid;gap:6px;padding:16px;background:var(--paper,#f6f7f2);border-radius:12px}.region-coverage span{font-size:13px;color:#68735d}.city-filter{display:flex;align-items:center;gap:12px;margin:0 0 18px;font-size:13px}.city-filter select{max-width:100%;border:1px solid #dde2d5;padding:10px;border-radius:8px;background:white}.chat-list-header .city-filter{margin:12px 0 0}.vehicle-actions{flex-wrap:wrap;gap:12px}@media(max-width:800px){.directory-layout{grid-template-columns:1fr}.directory-layout .empty-state{padding:28px}}

.content-page{padding-top:32px;padding-bottom:64px}.breadcrumbs{display:flex;gap:12px;flex-wrap:wrap;font-size:13px;color:#64715f;margin-bottom:40px}.content-heading{margin-bottom:40px;max-width:900px}.content-heading h1{font-size:clamp(30px,4.3vw,56px);line-height:1.13;letter-spacing:-1.4px;margin:18px 0 24px;overflow-wrap:anywhere}.content-heading>p{font-size:18px;line-height:1.75;max-width:760px;color:#56614f}.article-layout{display:grid;grid-template-columns:minmax(0,760px) minmax(260px,1fr);gap:48px;align-items:start}.article-body{min-width:0;font-size:16px;line-height:1.85}.article-body h2{font-size:26px;line-height:1.3;margin:40px 0 18px;letter-spacing:-.5px}.article-body .panel h2{margin-top:22px}.article-body p{margin-bottom:20px}.article-body ul{padding-left:24px}.article-aside{min-width:0}.article-aside .panel{margin-bottom:22px}.article-toc{display:grid;gap:18px;margin:22px 0 8px;line-height:1.5;font-size:14px}.article-cta{margin-top:24px;padding:24px}.article-cta h2{font-size:22px}.article-faq{padding:18px 0;border-bottom:1px solid #dfe3d8}.article-faq summary{cursor:pointer;font-weight:600;line-height:1.5}.article-faq p{margin-top:16px}.facts-table{border-collapse:collapse;width:100%;font-size:15px;background:white;border:1px solid #e0e5d8}.facts-table th,.facts-table td{padding:16px;text-align:left;border-bottom:1px solid #e0e5d8}.facts-table th{width:38%}.article-sources{margin-top:35px}.article-sources a{overflow-wrap:anywhere}.number-links{display:flex;gap:18px;flex-wrap:wrap}.number-links .plate{font-size:21px;padding:12px 18px;text-decoration:none}.number-links .plate:hover{border-color:#ed643e}.editorial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.editorial-grid h2{font-size:22px;line-height:1.4}.editorial-grid p{font-size:15px;line-height:1.7}.pagination{display:flex;gap:24px;justify-content:center;margin:36px 0}.reviews-layout{display:grid;grid-template-columns:minmax(0,760px) minmax(260px,1fr);gap:48px;align-items:start}.review-card{padding:24px;border:1px solid #e0e5d8;background:white;border-radius:16px;margin-bottom:20px;overflow-wrap:anywhere;line-height:1.75}.review-meta{display:flex;justify-content:space-between;gap:20px}.review-meta strong{color:#c14826;letter-spacing:3px}.review-card summary{font-size:12px;cursor:pointer;color:#586750}.review-card .form-stack{margin-top:18px}.reviews-layout aside{min-width:0}.content-page .section{padding-top:52px;padding-bottom:28px}@media(max-width:1000px){.article-layout,.reviews-layout{grid-template-columns:minmax(0,1fr);gap:30px}.article-aside{position:static}.editorial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.content-heading{margin-bottom:28px}}@media(max-width:600px){.content-page{padding-top:20px;padding-bottom:40px}.breadcrumbs{margin-bottom:26px}.content-heading h1{letter-spacing:-.6px}.content-heading>p{font-size:16px}.article-body h2{font-size:23px}.editorial-grid{grid-template-columns:1fr}.facts-table td,.facts-table th{padding:12px}.number-links{gap:10px}.number-links .plate{font-size:17px;padding:10px}.review-card{padding:18px}}

.number-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.number-page #reviews,.number-page #write-driver{scroll-margin-top:24px}
@media(max-width:900px){.number-page .article-aside{grid-row:1}.number-actions .button{flex:1;white-space:normal;text-align:center}}

.partners-page{padding-top:64px;padding-bottom:72px}.partners-intro{max-width:790px;margin-bottom:48px}.partners-intro h1{font-size:clamp(38px,5vw,64px);line-height:1.1;margin:20px 0}.partners-intro p{font-size:18px;line-height:1.7;margin-bottom:28px}.partner-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.partner-cards p,.partners-bottom p,.partner-steps{line-height:1.8}.partners-bottom{display:grid;grid-template-columns:1fr 1fr;gap:48px;margin-top:48px}.partner-steps{padding-left:22px}.partner-field label{display:block;margin-bottom:8px}.partner-field input:not([type=checkbox]),.partner-field select,.partner-field textarea{width:100%;box-sizing:border-box}.waiting-alert{border:1px solid #c7d3be;background:#eef3e7;border-radius:16px;padding:20px;margin-bottom:20px}.waiting-alert p{line-height:1.6}.waiting-alert .button{margin-top:10px}@media(max-width:760px){.partner-cards,.partners-bottom{grid-template-columns:1fr;gap:20px}.partners-page{padding-top:32px}}
