/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/app/globals.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
:root {
  --background: #f7f3ec;
  --surface: #fffdf9;
  --surface-soft: #f0ebe2;
  --foreground: #171717;
  --muted: #6f737b;
  --line: #e5ded3;
  --blue: #075eea;
  --blue-dark: #074bb8;
  --blue-soft: #e7f0ff;
  --orange: #ff4b0b;
  --orange-soft: #fff1eb;
  --amber: #f5b544;
  --danger: #b42318;
  --danger-soft: #fff0ee;
  --success: #027a48;
  --success-soft: #ecfdf3;
  --shadow: 0 24px 70px rgb(58 45 26 / 12%);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background:
    radial-gradient(circle at 50% 0%, rgb(255 255 255 / 90%) 0, transparent 420px),
    var(--background);
  color: var(--foreground);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

input,
select {
  min-width: 0;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #ffffff;
  padding: 14px 15px;
  color: var(--foreground);
  outline: none;
}

input:focus,
select:focus {
  border-color: rgb(7 94 234 / 45%);
  box-shadow: 0 0 0 4px rgb(7 94 234 / 9%);
}

.app-shell {
  position: relative;
  max-width: 480px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 24px 16px 104px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.topbar h1 {
  margin: 1px 0 0;
  font-size: 36px;
  line-height: 1;
  letter-spacing: -0.07em;
}

.topbar h1 span {
  color: var(--blue);
}

.mini-label {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.avatar {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgb(255 255 255 / 76%);
  box-shadow: 0 12px 30px rgb(20 20 20 / 6%);
}

.avatar span {
  width: 23px;
  height: 23px;
  border: 3px solid var(--foreground);
  border-top-color: transparent;
  border-radius: 999px;
}

.status-stack {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  margin-bottom: 12px;
}

.notice {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgb(255 255 255 / 76%);
  padding: 12px 14px;
  color: var(--muted);
  font-size: 14px;
}

.notice-success {
  border-color: #abefc6;
  background: var(--success-soft);
  color: var(--success);
}

.pwa-install-card {
  position: fixed;
  right: 14px;
  bottom: 94px;
  left: 14px;
  z-index: 40;
  display: grid;
  grid-template-columns: 46px 1fr auto auto;
  max-width: 452px;
  align-items: center;
  grid-gap: 11px;
  gap: 11px;
  margin: 0 auto;
  border: 1px solid rgb(186 215 255 / 84%);
  border-radius: 22px;
  background: rgb(255 253 249 / 96%);
  padding: 11px;
  box-shadow: 0 22px 54px rgb(28 39 56 / 22%);
  -webkit-backdrop-filter: blur(18px);
          backdrop-filter: blur(18px);
}

.pwa-install-card img {
  width: 46px;
  height: 46px;
  border-radius: 14px;
}

.pwa-install-card strong {
  display: block;
  font-size: 14px;
}

.pwa-install-card p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.3;
}

.pwa-install-button {
  border: 0;
  border-radius: 13px;
  background: var(--blue);
  padding: 10px 12px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
}

.pwa-install-close {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: var(--surface-soft);
  color: var(--muted);
  font-size: 20px;
  line-height: 1;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  background: rgb(16 20 28 / 42%);
  padding: 18px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.error-backdrop {
  z-index: 80;
}

.error-modal {
  display: grid;
  width: min(100%, 420px);
  grid-gap: 18px;
  gap: 18px;
  border: 1px solid rgb(254 205 202 / 90%);
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 0%, rgb(255 235 232 / 90%), transparent 190px),
    #fffdf9;
  padding: 22px;
  box-shadow: 0 30px 90px rgb(20 20 20 / 28%);
}

.error-modal-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 18px;
  background: var(--danger-soft);
  color: var(--danger);
  font-size: 24px;
  font-weight: 950;
}

.error-modal h2 {
  margin: 5px 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.error-modal p:not(.mini-label) {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.info-modal {
  border-color: rgb(186 215 255 / 92%);
  background:
    radial-gradient(circle at 100% 0%, rgb(231 240 255 / 95%), transparent 190px),
    #fffdf9;
}

.info-modal-icon {
  background: var(--blue-soft);
  color: var(--blue);
}

.app-modal {
  display: grid;
  width: min(100%, 430px);
  max-height: min(88vh, 760px);
  grid-gap: 14px;
  gap: 14px;
  overflow: auto;
  border: 1px solid rgb(229 222 211 / 88%);
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 0%, rgb(231 240 255 / 72%), transparent 190px),
    #fffdf9;
  padding: 20px;
  box-shadow: 0 30px 90px rgb(20 20 20 / 24%);
}

.car-modal {
  place-self: end center;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.modal-head h2 {
  margin: 5px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.modal-close {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #ffffff;
  color: var(--foreground);
  font-size: 25px;
  line-height: 1;
}

.modal-caption {
  margin: 0;
  color: var(--muted);
  line-height: 1.4;
}

.modal-stepper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8px;
  gap: 8px;
  border-radius: 18px;
  background: rgb(231 240 255 / 52%);
  padding: 6px;
}

.modal-step {
  border-radius: 14px;
  color: var(--muted);
  padding: 9px 10px;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.modal-step-active {
  background: #ffffff;
  color: var(--blue);
  box-shadow: 0 8px 18px rgb(7 94 234 / 10%);
}

.delete-car-modal h2 {
  margin: 6px 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 29px;
  line-height: 1;
  letter-spacing: -0.05em;
}

.modal-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  gap: 10px;
}

.button-danger {
  background: var(--danger);
  box-shadow: 0 16px 28px rgb(180 35 24 / 18%);
}

.select-field {
  display: grid;
  grid-gap: 7px;
  gap: 7px;
}

.select-field span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.car-hero {
  overflow: hidden;
  border: 1px solid rgb(229 222 211 / 80%);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgb(255 255 255 / 92%), rgb(241 235 224 / 86%)),
    var(--surface);
  padding: 18px;
  box-shadow: var(--shadow);
}

.car-hero-garage {
  margin-top: 12px;
  padding: 14px;
  box-shadow: 0 16px 48px rgb(58 45 26 / 10%);
}

.car-hero-garage .car-meta h2 {
  font-size: 26px;
}

.car-hero-garage .car-stage {
  min-height: 128px;
  margin-top: 0;
}

.car-hero-garage .car-stage::before {
  right: 64px;
  bottom: 14px;
  left: 64px;
}

.car-hero-garage .car-stage img {
  width: min(86%, 360px);
  transform: translateY(2px);
}

.car-meta,
.section-title,
.car-stats,
.summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.car-meta h2,
.section-title h2,
.recommend-card h2,
.panel h2,
.appointment-card h3,
.timeline h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -0.045em;
}

.car-meta h2 {
  margin-top: 4px;
  font-size: 31px;
}

.ghost-pill,
.link-button {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgb(255 255 255 / 65%);
  color: var(--foreground);
  padding: 10px 14px;
  font-weight: 800;
}

.link-button-danger {
  border-color: #ffd0ca;
  background: #fff3f1;
  color: #b42318;
}

.garage-panel {
  display: grid;
  grid-gap: 14px;
  gap: 14px;
}

.garage-current-card {
  position: relative;
  display: grid;
  grid-gap: 12px;
  gap: 12px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(145deg, rgb(255 255 255 / 94%), rgb(244 239 231 / 86%));
  padding: 16px;
  box-shadow: 0 16px 48px rgb(58 45 26 / 9%);
  touch-action: pan-y;
}

.garage-current-card.garage-health-critical {
  border-color: #ffc9c4;
}

.garage-current-card.garage-health-warning {
  border-color: #ffe1a3;
}

.garage-current-card.garage-health-ok {
  border-color: #bdebd7;
}

.garage-current-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 154px;
  align-items: center;
  grid-gap: 10px;
  gap: 10px;
}

.garage-card-delete {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid #ffd0ca;
  border-radius: 999px;
  background: rgb(255 243 241 / 94%);
  color: var(--danger);
  font-size: 23px;
  line-height: 1;
  box-shadow: 0 8px 20px rgb(180 35 24 / 10%);
}

.garage-current-head h2 {
  margin: 4px 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.garage-current-head img {
  width: 175px;
  max-width: 45vw;
  transform: translateX(16px);
  filter: drop-shadow(0 18px 22px rgb(22 31 46 / 16%));
}

.garage-health-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 950;
}

.garage-health-pill::before,
.garage-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  content: "";
}

.garage-health-pill.garage-health-critical {
  background: #fff0ef;
  color: #b42318;
}

.garage-health-pill.garage-health-warning {
  background: #fff7e6;
  color: #9a5d00;
}

.garage-health-pill.garage-health-ok {
  background: #eafaf3;
  color: #08734f;
}

.garage-health-pill.garage-health-critical::before,
.garage-status-dot.garage-health-critical {
  background: #e53935;
}

.garage-health-pill.garage-health-warning::before,
.garage-status-dot.garage-health-warning {
  background: #ffb020;
}

.garage-health-pill.garage-health-ok::before,
.garage-status-dot.garage-health-ok {
  background: #1ca677;
}

.garage-health-caption {
  margin: -2px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.35;
}

.maintenance-progress {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgb(255 255 255 / 78%);
  padding: 14px;
}

.maintenance-progress-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.maintenance-progress-head small {
  display: block;
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 13px;
}

.maintenance-progress-head strong {
  font-size: 19px;
  line-height: 1.1;
}

.maintenance-progress-head span {
  border-radius: 999px;
  background: #eaf2ff;
  color: var(--blue);
  padding: 7px 9px;
  font-size: 12px;
  font-weight: 950;
}

.maintenance-progress-track {
  overflow: hidden;
  height: 10px;
  border-radius: 999px;
  background: #e5eaf0;
}

.maintenance-progress-track span {
  display: block;
  height: 100%;
  min-width: 8px;
  border-radius: inherit;
  background: linear-gradient(90deg, #1b6df2, #58a3ff);
}

.maintenance-progress p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.maintenance-progress-due {
  border-color: #ffd4cf;
  background: #fff6f4;
}

.maintenance-progress-due .maintenance-progress-head span,
.maintenance-progress-due .maintenance-progress-track span {
  background: #ff4b1f;
  color: #ffffff;
}

.garage-current-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 10px;
  gap: 10px;
}

.garage-current-meta div,
.garage-meta-action {
  border-radius: 18px;
  background: rgb(255 255 255 / 70%);
  padding: 12px;
}

.garage-meta-action {
  display: grid;
  border: 0;
  color: var(--foreground);
  text-align: left;
}

.garage-meta-action:focus-visible {
  outline: 3px solid rgb(7 94 234 / 22%);
}

.garage-current-meta small {
  display: block;
  margin-bottom: 4px;
  color: var(--muted);
}

.garage-current-meta strong {
  font-size: 18px;
}

.garage-current-meta strong span {
  display: inline-grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 999px;
  background: var(--blue-soft);
  color: var(--blue);
  font-size: 12px;
  vertical-align: 2px;
}

.garage-action-row {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  gap: 10px;
}

.garage-action-row .button,
.garage-action-row .ghost-button {
  padding: 13px 12px;
}

.garage-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 7px;
  padding-top: 2px;
}

.garage-carousel-dot {
  width: 7px;
  height: 7px;
  border: 0;
  border-radius: 999px;
  background: #c9c3ba;
  padding: 0;
  transition:
    width 0.2s ease,
    background 0.2s ease;
}

.garage-carousel-dot-active {
  width: 24px;
  background: var(--blue);
}

.mileage-form {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 10px;
  gap: 10px;
  border-top: 1px solid var(--line);
  padding-top: 12px;
}

.mileage-form .button {
  width: auto;
  min-width: 118px;
}

.garage-add-card {
  display: grid;
  width: 100%;
  grid-gap: 6px;
  gap: 6px;
  border: 1px dashed #b9c7d6;
  border-radius: 24px;
  background: rgb(255 255 255 / 62%);
  padding: 16px;
  color: var(--foreground);
  text-align: left;
}

.garage-add-card span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 15px;
  background: var(--blue);
  color: #ffffff;
  font-size: 25px;
  font-weight: 950;
}

.garage-add-card strong {
  font-size: 20px;
}

.garage-add-card small {
  color: var(--muted);
}

.garage-empty {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  border: 1px dashed #cfd7df;
  border-radius: 26px;
  background: rgb(255 255 255 / 66%);
  padding: 18px;
}

.garage-empty h3 {
  margin: 0;
  font-size: 25px;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.garage-empty p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.usage-picker {
  display: grid;
  grid-gap: 12px;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgb(255 255 255 / 70%);
  padding: 14px;
}

.usage-picker h4 {
  margin: 4px 0 0;
  font-size: 18px;
}

.usage-grid {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
}

.usage-card {
  display: grid;
  grid-gap: 4px;
  gap: 4px;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #ffffff;
  padding: 12px;
  color: var(--text);
  text-align: left;
}

.usage-card-active {
  border-color: var(--blue);
  background: #eaf2ff;
  box-shadow: inset 0 0 0 1px var(--blue);
}

.usage-card strong {
  font-size: 15px;
}

.usage-card span,
.usage-card small,
.usage-custom span {
  color: var(--muted);
  font-size: 13px;
}

.usage-card small {
  font-weight: 900;
}

.usage-custom {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
}

.garage-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.garage-section-head h3 {
  margin: 0;
  font-size: 22px;
  letter-spacing: -0.04em;
}

.garage-section-head button {
  border: 0;
  border-radius: 999px;
  background: var(--blue-soft);
  color: var(--blue);
  padding: 9px 12px;
  font-weight: 900;
}

.car-stage {
  position: relative;
  display: grid;
  min-height: 205px;
  place-items: center;
  margin: 6px -18px 0;
}

.car-stage::before {
  position: absolute;
  right: 36px;
  bottom: 24px;
  left: 42px;
  height: 38px;
  border-radius: 999px;
  background: rgb(22 31 46 / 16%);
  filter: blur(15px);
  content: "";
}

.car-stage img {
  position: relative;
  z-index: 1;
  width: min(112%, 520px);
  height: auto;
  transform: translateY(6px);
}

.car-stats {
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

.car-stats div {
  display: grid;
  grid-gap: 4px;
  gap: 4px;
}

.car-stats small,
.action-card small,
.service-item small,
.garage-item small,
.appointment-card p,
.timeline p,
.recommend-card p,
.chat-panel p,
.section-title span,
.phone-card label {
  color: var(--muted);
}

.car-stats strong {
  font-size: 17px;
}

.car-dots {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 14px;
}

.dot {
  width: 7px;
  height: 7px;
  border: 0;
  border-radius: 999px;
  background: #d0c8bb;
  padding: 0;
}

.dot-active {
  width: 22px;
  background: var(--blue);
}

.promo-carousel {
  overflow: hidden;
  margin-top: 2px;
  border-radius: 34px;
}

.promo-track {
  display: flex;
  transition: transform 0.28s ease;
}

.promo-card {
  position: relative;
  display: grid;
  flex: 0 0 100%;
  min-height: 214px;
  align-content: space-between;
  overflow: hidden;
  border-radius: 34px;
  padding: 22px;
  color: #ffffff;
  box-shadow: var(--shadow);
}

.promo-card::before,
.promo-card::after {
  position: absolute;
  border-radius: 999px;
  content: "";
}

.promo-card::before {
  right: -54px;
  top: -70px;
  width: 210px;
  height: 210px;
  background: rgb(255 255 255 / 14%);
}

.promo-card::after {
  right: 36px;
  bottom: 20px;
  width: 86px;
  height: 86px;
  border: 1px solid rgb(255 255 255 / 22%);
}

.promo-blue {
  background:
    radial-gradient(circle at 84% 16%, rgb(108 164 255 / 60%), transparent 38%),
    linear-gradient(145deg, #075eea, #053a9b);
}

.promo-dark {
  background:
    radial-gradient(circle at 88% 12%, rgb(255 255 255 / 16%), transparent 34%),
    linear-gradient(145deg, #242936, #0f1219);
}

.promo-amber {
  background:
    radial-gradient(circle at 86% 14%, rgb(255 255 255 / 28%), transparent 34%),
    linear-gradient(145deg, #f0a323, #b46b00);
}

.promo-copy,
.promo-cta,
.promo-badge {
  position: relative;
  z-index: 1;
}

.promo-copy {
  display: grid;
  max-width: 76%;
  grid-gap: 9px;
  gap: 9px;
}

.promo-copy p {
  margin: 0;
  color: rgb(255 255 255 / 76%);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.promo-copy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.promo-copy span {
  color: rgb(255 255 255 / 76%);
  font-size: 15px;
  line-height: 1.38;
}

.promo-badge {
  position: absolute;
  top: 20px;
  right: 18px;
  display: grid;
  min-width: 64px;
  height: 64px;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 24%);
  border-radius: 22px;
  background: rgb(255 255 255 / 16%);
  color: #ffffff;
  font-weight: 950;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}

.promo-cta {
  width: -moz-fit-content;
  width: fit-content;
  border: 0;
  border-radius: 999px;
  background: #ffffff;
  color: var(--blue);
  padding: 12px 17px;
  font-weight: 950;
  box-shadow: 0 16px 30px rgb(0 0 0 / 14%);
}

.promo-dark .promo-cta {
  color: #111827;
}

.promo-amber .promo-cta {
  color: #9b5700;
}

.promo-dots {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 12px;
}

.section,
.panel,
.recommend-card,
.appointment-card {
  margin-top: 18px;
}

.section-title {
  margin-bottom: 12px;
}

.section-title h2,
.panel h2 {
  font-size: 28px;
}

.section-title span {
  font-size: 13px;
  font-weight: 800;
}

.action-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 10px;
  gap: 10px;
}

.action-card {
  display: grid;
  min-height: 104px;
  align-content: end;
  grid-gap: 4px;
  gap: 4px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgb(255 255 255 / 76%);
  padding: 13px;
  color: var(--foreground);
  text-align: left;
  box-shadow: 0 14px 34px rgb(20 20 20 / 5%);
}

.action-card strong {
  font-size: 15px;
  line-height: 1.1;
}

.action-card small {
  font-size: 12px;
}

.action-priority-high {
  border-color: rgb(7 94 234 / 50%);
  background: linear-gradient(145deg, var(--blue), var(--blue-dark));
  color: #ffffff;
}

.action-priority-high small {
  color: rgb(255 255 255 / 78%);
}

.action-priority-medium {
  border-color: rgb(245 181 68 / 55%);
  background:
    radial-gradient(circle at 100% 0%, rgb(255 247 230 / 90%), transparent 90px),
    #ffffff;
}

.recommend-card,
.appointment-card,
.panel,
.phone-card,
.form-card,
.slot-card {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgb(255 253 249 / 82%);
  padding: 18px;
  box-shadow: 0 16px 50px rgb(58 45 26 / 8%);
}

.recommend-card h2 {
  margin-top: 5px;
  font-size: 36px;
  line-height: 0.98;
}

.recommend-card p {
  margin: 12px 0 16px;
  font-size: 16px;
  line-height: 1.45;
}

.appointment-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.appointment-card h3 {
  margin-top: 6px;
  font-size: 25px;
}

.appointment-card p {
  margin: 7px 0 0;
}

.button {
  width: 100%;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(145deg, var(--blue), var(--blue-dark));
  color: #ffffff;
  padding: 15px 16px;
  font-weight: 900;
  box-shadow: 0 14px 28px rgb(7 94 234 / 24%);
}

.button-small {
  width: auto;
  min-width: 92px;
  padding-inline: 14px;
}

.ghost-button {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgb(255 255 255 / 76%);
  color: var(--foreground);
  padding: 14px 16px;
  font-weight: 900;
}

.row {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 10px;
  gap: 10px;
}

.phone-card,
.form-card,
.slot-card,
.booking-block,
.service-list,
.garage-list,
.timeline {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
}

.phone-card,
.form-card,
.slot-card,
.booking-block {
  margin-top: 12px;
}

.form-card h3 {
  margin: 0 0 2px;
  font-size: 20px;
}

.garage-item,
.service-item {
  display: grid;
  width: 100%;
  grid-gap: 5px;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgb(255 255 255 / 70%);
  padding: 14px;
  color: var(--foreground);
  text-align: left;
}

.garage-item {
  grid-template-columns: 1fr auto;
  align-items: center;
}

.garage-select {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 5px;
  gap: 5px;
  align-items: center;
  border: 0;
  background: transparent;
  color: inherit;
  padding: 0;
  text-align: left;
}

.garage-select small {
  grid-column: 2;
}

.garage-status-dot {
  display: block;
  grid-row: span 2;
}

.garage-delete {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #ffffff;
  color: var(--muted);
  padding: 0;
  font-size: 20px;
  font-weight: 900;
}

.garage-item span,
.service-item span {
  font-weight: 900;
}

.garage-item-active,
.service-item-active {
  border-color: rgb(7 94 234 / 45%);
  background: var(--blue-soft);
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chip {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgb(255 255 255 / 78%);
  padding: 10px 12px;
  color: var(--foreground);
  font-weight: 750;
}

.chip-active {
  border-color: rgb(7 94 234 / 40%);
  background: var(--blue-soft);
  color: var(--blue);
}

.summary {
  border-radius: 18px;
  background: var(--blue-soft);
  padding: 13px;
  color: var(--blue);
}

.booking-flow {
  min-height: calc(100vh - 128px);
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 0%, rgb(231 240 255 / 68%), transparent 230px),
    rgb(255 253 249 / 84%);
  padding: 16px 18px 112px;
  box-shadow: 0 18px 56px rgb(58 45 26 / 9%);
}

.booking-topline {
  display: flex;
  justify-content: space-between;
  padding: 0 0 16px;
}

.booking-icon-button {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgb(255 255 255 / 76%);
  color: var(--foreground);
  font-size: 26px;
  line-height: 1;
  box-shadow: 0 9px 22px rgb(58 45 26 / 7%);
}

.booking-header {
  display: flex;
  align-items: center;
  gap: 16px;
}

.booking-step-icon {
  display: grid;
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(145deg, var(--blue), var(--blue-dark));
  color: #ffffff;
  font-weight: 950;
  box-shadow: 0 12px 26px rgb(7 94 234 / 24%);
}

.booking-header p {
  margin: 0 0 4px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
}

.booking-header h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.05em;
}

.booking-progress {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 7px;
  gap: 7px;
  height: 5px;
  margin: 20px 0 24px;
  background: transparent;
}

.booking-progress span {
  border-radius: 999px;
  background: var(--surface-soft);
}

.booking-progress-active {
  background: var(--blue) !important;
}

.booking-car-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 12px;
  gap: 12px;
}

.booking-car-card {
  display: grid;
  min-height: 126px;
  align-content: space-between;
  grid-gap: 14px;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgb(255 255 255 / 74%);
  padding: 16px;
  color: var(--foreground);
  text-align: left;
  box-shadow: 0 12px 28px rgb(58 45 26 / 6%);
}

.booking-car-card strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.15;
}

.booking-car-card span {
  width: -moz-fit-content;
  width: fit-content;
  border: 0;
  border-radius: 10px;
  background: var(--surface-soft);
  padding: 7px 9px;
  color: var(--muted);
  font-size: 13px;
}

.booking-car-active {
  border-color: rgb(7 94 234 / 45%);
  background: var(--blue-soft);
  box-shadow: inset 0 0 0 1px rgb(7 94 234 / 18%);
}

.booking-divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  grid-gap: 18px;
  gap: 18px;
  margin: 28px 0 18px;
  color: var(--muted);
  font-weight: 900;
  text-transform: uppercase;
}

.booking-divider::before,
.booking-divider::after {
  height: 1px;
  background: var(--line);
  content: "";
}

.booking-secondary {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgb(255 255 255 / 72%);
  padding: 15px 16px;
  color: var(--foreground);
  font-size: 16px;
  font-weight: 900;
}

.booking-bottom-button {
  position: -webkit-sticky;
  position: sticky;
  bottom: 90px;
  width: 100%;
  margin-top: 28px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(145deg, var(--blue), var(--blue-dark));
  color: #ffffff;
  padding: 18px;
  font-size: 20px;
  font-weight: 950;
  box-shadow: 0 16px 30px rgb(7 94 234 / 24%);
}

.booking-bottom-button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.smart-problem-screen,
.smart-results-screen {
  display: grid;
  grid-gap: 18px;
  gap: 18px;
  padding: 0 0 28px;
}

.smart-car-context {
  display: grid;
  grid-gap: 3px;
  gap: 3px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgb(255 255 255 / 70%);
}

.smart-car-context span,
.smart-car-context small {
  color: var(--muted);
  font-size: 13px;
}

.smart-car-context strong {
  color: var(--foreground);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}

.smart-problem-field {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
}

.smart-problem-field > span {
  color: var(--foreground);
  font-size: 18px;
  font-weight: 800;
}

.smart-problem-field textarea {
  width: 100%;
  min-height: 178px;
  resize: vertical;
  border: 1px solid var(--line);
  border-radius: 22px;
  outline: none;
  background: rgb(255 255 255 / 82%);
  box-shadow: 0 12px 30px rgb(58 45 26 / 6%);
  color: var(--foreground);
  font: inherit;
  font-size: 16px;
  line-height: 1.45;
  padding: 18px;
}

.smart-problem-field textarea:focus {
  border-color: rgb(7 94 234 / 45%);
  box-shadow: 0 0 0 4px rgb(7 94 234 / 9%);
}

.smart-problem-field > small {
  color: #87909a;
  font-size: 12px;
  text-align: right;
}

.smart-hint,
.smart-explanation {
  border-radius: 20px;
  border: 1px solid rgb(186 215 255 / 76%);
  background: rgb(231 240 255 / 74%);
  color: var(--muted);
  padding: 17px 18px;
}

.smart-hint strong,
.smart-explanation h3 {
  color: var(--foreground);
}

.smart-hint p,
.smart-explanation p {
  margin: 6px 0 0;
  line-height: 1.45;
}

.smart-explanation {
  background: linear-gradient(145deg, rgb(231 240 255 / 92%), rgb(255 253 249 / 88%));
  border: 1px solid rgb(7 94 234 / 18%);
}

.smart-explanation .mini-label {
  margin: 0 0 8px;
  color: var(--blue);
}

.smart-explanation h3 {
  margin: 0;
  font-size: 22px;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -0.035em;
}

.smart-results-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

.smart-results-head h3 {
  margin: 0;
  font-size: 21px;
  font-family: Georgia, "Times New Roman", serif;
}

.smart-results-head span {
  color: var(--muted);
  font-size: 13px;
}

.smart-service-list {
  display: grid;
  grid-gap: 12px;
  gap: 12px;
}

.smart-service-card {
  display: grid;
  grid-template-columns: 38px 1fr;
  grid-gap: 12px;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgb(255 255 255 / 78%);
  box-shadow: 0 12px 30px rgb(58 45 26 / 7%);
  padding: 16px;
}

.smart-service-rank {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 13px;
  background: linear-gradient(145deg, var(--blue), var(--blue-dark));
  color: #fff;
  font-weight: 900;
}

.smart-service-copy {
  min-width: 0;
}

.smart-service-copy > small {
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.smart-service-copy h3 {
  margin: 5px 0 7px;
  color: var(--foreground);
  font-size: 17px;
  line-height: 1.25;
}

.smart-service-copy p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.smart-service-copy div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: var(--muted);
  font-size: 13px;
}

.smart-service-copy strong {
  color: var(--foreground);
}

.smart-service-card > button {
  grid-column: 1 / -1;
  min-height: 46px;
  border: 0;
  border-radius: 15px;
  background: linear-gradient(145deg, var(--blue), var(--blue-dark));
  color: #fff;
  font: inherit;
  font-weight: 800;
}

.booking-search {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  grid-gap: 12px;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgb(255 255 255 / 66%);
  padding: 0 14px;
  color: var(--foreground);
}

.booking-search span {
  color: var(--foreground);
  font-size: 24px;
  font-weight: 900;
}

.booking-search input {
  border: 0;
  background: transparent;
  padding: 16px 0;
  color: var(--foreground);
  font-size: 18px;
  box-shadow: none;
}

.booking-search input::placeholder {
  color: #6f7a85;
}

.booking-subtitle {
  margin: 30px 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.booking-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 10px;
  gap: 10px;
}

.booking-category-card {
  display: grid;
  min-height: 158px;
  align-content: space-between;
  grid-gap: 10px;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgb(255 255 255 / 74%);
  padding: 12px;
  color: var(--foreground);
  text-align: left;
  box-shadow: 0 12px 28px rgb(58 45 26 / 6%);
}

.booking-category-card strong {
  font-size: 15px;
  font-weight: 850;
  line-height: 1.15;
}

.booking-category-visual,
.booking-service-visual {
  display: grid;
  place-items: center;
  color: rgb(17 24 32 / 72%);
  font-weight: 950;
}

.booking-category-visual {
  width: 100%;
  height: 88px;
  border-radius: 16px;
  font-size: 26px;
}

.visual-oil {
  background: linear-gradient(145deg, #fff1d5, #ffd080);
}

.visual-suspension {
  background: linear-gradient(145deg, #edf4ff, #bdd4ff);
}

.visual-engine {
  background: linear-gradient(145deg, #f0f0f0, #c9ced4);
}

.visual-brakes {
  background: linear-gradient(145deg, #fff0eb, #ffb8a2);
}

.visual-climate {
  background: linear-gradient(145deg, #eafaff, #a7e7ff);
}

.visual-steering {
  background: linear-gradient(145deg, #f4f0ff, #d2c3ff);
}

.booking-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 12px;
  gap: 12px;
  margin-top: 18px;
}

.booking-service-card {
  display: grid;
  min-height: 214px;
  align-content: space-between;
  grid-gap: 12px;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgb(255 255 255 / 76%);
  padding: 14px;
  color: var(--foreground);
  box-shadow: 0 12px 28px rgb(58 45 26 / 6%);
}

.booking-service-visual {
  width: 92px;
  height: 72px;
  border-radius: 18px;
  font-size: 24px;
}

.booking-service-card h3 {
  display: -webkit-box;
  min-height: 58px;
  margin: 0;
  overflow: hidden;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.22;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.booking-service-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.booking-service-meta span {
  color: var(--foreground);
  font-size: 17px;
  font-weight: 800;
}

.booking-service-meta button {
  display: grid;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(145deg, var(--blue), var(--blue-dark));
  color: #ffffff;
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
}

.booking-time-screen {
  display: grid;
  grid-gap: 14px;
  gap: 14px;
  padding-bottom: 28px;
}

.booking-selected-service {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgb(255 255 255 / 76%);
  padding: 18px;
  box-shadow: 0 12px 30px rgb(58 45 26 / 7%);
}

.booking-selected-service h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.booking-selected-service strong {
  color: var(--foreground);
  font-size: 29px;
  letter-spacing: -0.04em;
}

.booking-selected-service p,
.booking-empty {
  margin: 0;
  color: var(--muted);
  line-height: 1.4;
}

.booking-slot-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 8px;
  gap: 8px;
  margin-top: 12px;
}

.booking-slot {
  display: grid;
  grid-gap: 5px;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgb(255 255 255 / 76%);
  padding: 12px;
  color: var(--foreground);
  text-align: left;
}

.booking-slot strong {
  font-size: 14px;
}

.booking-slot span {
  color: var(--muted);
  font-size: 13px;
}

.booking-slot-active {
  border-color: rgb(7 94 234 / 42%);
  background: var(--blue-soft);
  box-shadow: inset 0 0 0 1px rgb(7 94 234 / 16%);
}

.tuning-screen {
  display: grid;
  grid-gap: 18px;
  gap: 18px;
}

.tuning-title {
  align-items: flex-end;
  margin-bottom: 0;
}

.tuning-title h2 {
  margin-top: 5px;
  font-size: 42px;
  line-height: 0.95;
}

.tuning-title > span {
  max-width: 116px;
  color: var(--muted);
  line-height: 1.25;
  text-align: right;
}

.tuning-hero {
  position: relative;
  display: grid;
  min-height: 264px;
  align-content: space-between;
  overflow: hidden;
  border-radius: 32px;
  background:
    radial-gradient(circle at 82% 18%, rgb(81 139 255 / 58%), transparent 36%),
    linear-gradient(145deg, #122c5d, #07152e 68%);
  padding: 22px;
  color: #ffffff;
  box-shadow: 0 22px 54px rgb(8 26 57 / 24%);
}

.tuning-hero::after {
  position: absolute;
  right: -38px;
  bottom: 34px;
  width: 260px;
  height: 78px;
  border-radius: 999px;
  background: rgb(83 147 255 / 22%);
  filter: blur(18px);
  content: "";
}

.tuning-hero-copy {
  position: relative;
  z-index: 2;
  display: grid;
  max-width: 50%;
  grid-gap: 8px;
  gap: 8px;
}

.tuning-hero-copy p {
  margin: 0;
  color: rgb(255 255 255 / 68%);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tuning-hero-copy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.tuning-hero-copy span {
  display: none;
}

.tuning-hero img {
  position: absolute;
  z-index: 1;
  right: -38px;
  bottom: 48px;
  width: 238px;
  max-width: none;
  filter: drop-shadow(0 24px 20px rgb(0 0 0 / 34%));
}

.tuning-hero > button {
  position: relative;
  z-index: 3;
  width: -moz-fit-content;
  width: fit-content;
  border: 0;
  border-radius: 999px;
  background: #ffffff;
  padding: 12px 16px;
  color: var(--blue-dark);
  font-weight: 950;
  box-shadow: 0 14px 28px rgb(0 0 0 / 18%);
}

.tuning-car-strip {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr auto;
  grid-gap: 3px 12px;
  gap: 3px 12px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgb(255 255 255 / 74%);
  padding: 14px 16px;
  color: var(--foreground);
  text-align: left;
  box-shadow: 0 12px 30px rgb(58 45 26 / 6%);
}

.tuning-car-strip span {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.tuning-car-strip strong {
  font-size: 17px;
}

.tuning-car-strip small {
  color: var(--blue);
  font-weight: 850;
}

.tuning-section {
  display: grid;
  grid-gap: 12px;
  gap: 12px;
}

.tuning-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

.tuning-section-head h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.tuning-section-head span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.tuning-goal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 10px;
  gap: 10px;
}

.tuning-goal {
  display: grid;
  min-height: 152px;
  align-content: space-between;
  grid-gap: 7px;
  gap: 7px;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 52%);
  border-radius: 26px;
  padding: 15px;
  color: #17202a;
  text-align: left;
  box-shadow: 0 14px 34px rgb(58 45 26 / 8%);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.tuning-goal > span {
  color: rgb(23 32 42 / 54%);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 800;
}

.tuning-goal strong {
  align-self: end;
  font-size: 18px;
  line-height: 1.05;
}

.tuning-goal small {
  color: rgb(23 32 42 / 64%);
  font-size: 12px;
}

.tuning-goal-security {
  background: linear-gradient(145deg, #ffe7db, #ffb89a);
}

.tuning-goal-parking {
  background: linear-gradient(145deg, #e1edff, #a9c8ff);
}

.tuning-goal-winter {
  background: linear-gradient(145deg, #fff2cc, #ffd782);
}

.tuning-goal-media {
  background: linear-gradient(145deg, #e9e2ff, #c5b3ff);
}

.tuning-goal-active {
  transform: translateY(-2px);
  box-shadow:
    inset 0 0 0 2px rgb(7 94 234 / 42%),
    0 18px 38px rgb(7 94 234 / 14%);
}

.tuning-featured {
  display: grid;
  grid-gap: 14px;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgb(231 240 255 / 88%), transparent 180px),
    rgb(255 255 255 / 78%);
  padding: 18px;
  box-shadow: 0 16px 44px rgb(58 45 26 / 8%);
}

.tuning-featured h3 {
  margin: 6px 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.tuning-featured p:not(.mini-label) {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: var(--muted);
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.tuning-featured-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.tuning-featured-meta span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.tuning-featured-meta strong {
  font-size: 22px;
}

.tuning-featured > button {
  border: 0;
  border-radius: 18px;
  background: linear-gradient(145deg, var(--blue), var(--blue-dark));
  padding: 15px;
  color: #ffffff;
  font-weight: 950;
  box-shadow: 0 14px 28px rgb(7 94 234 / 22%);
}

.tuning-service-list {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgb(255 255 255 / 72%);
}

.tuning-service-row {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr auto;
  align-items: center;
  grid-gap: 14px;
  gap: 14px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  padding: 15px;
  color: var(--foreground);
  text-align: left;
}

.tuning-service-row:last-child {
  border-bottom: 0;
}

.tuning-service-row div {
  display: grid;
  grid-gap: 4px;
  gap: 4px;
}

.tuning-service-row strong {
  font-size: 15px;
  line-height: 1.2;
}

.tuning-service-row span {
  color: var(--muted);
  font-size: 12px;
}

.tuning-service-row b {
  color: var(--blue);
  font-size: 14px;
  white-space: nowrap;
}

.works-panel {
  display: grid;
  grid-gap: 16px;
  gap: 16px;
}

.works-car-tabs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  margin: 0 -18px;
  padding: 0 18px 2px;
  scrollbar-width: none;
}

.works-car-tabs::-webkit-scrollbar {
  display: none;
}

.works-car-tab {
  display: grid;
  flex: 0 0 188px;
  grid-gap: 8px;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgb(255 255 255 / 78%);
  padding: 14px;
  color: var(--foreground);
  text-align: left;
}

.works-car-tab strong {
  font-size: 16px;
  line-height: 1.15;
}

.works-car-tab span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.works-car-tab-active {
  border-color: rgb(7 94 234 / 45%);
  background: var(--blue-soft);
  box-shadow: inset 0 0 0 1px rgb(7 94 234 / 25%);
}

.works-empty {
  display: grid;
  grid-gap: 12px;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgb(255 255 255 / 74%);
  padding: 18px;
}

.works-empty h3 {
  margin: 0;
  font-size: 24px;
  letter-spacing: -0.04em;
}

.works-empty p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.works-group {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
}

.works-group-title {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.works-group-title h3 {
  margin: 0;
  font-size: 22px;
  letter-spacing: -0.035em;
}

.works-group-title p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.traffic-dot {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  margin-top: 5px;
  border-radius: 999px;
  box-shadow: 0 0 0 5px rgb(0 0 0 / 4%);
}

.traffic-high {
  background: #e53935;
}

.traffic-medium {
  background: #ffb020;
}

.traffic-low {
  background: #1ca677;
}

.works-list {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
}

.work-card {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgb(255 255 255 / 82%);
  padding: 16px;
  box-shadow: 0 12px 30px rgb(58 45 26 / 7%);
}

.work-card-head,
.work-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.work-card-head small {
  color: var(--muted);
  font-weight: 800;
}

.traffic-light {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 950;
}

.traffic-light::before {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  content: "";
}

.traffic-light.traffic-high {
  background: #fff0ef;
  color: #b42318;
}

.traffic-light.traffic-high::before {
  background: #e53935;
}

.traffic-light.traffic-medium {
  background: #fff7e6;
  color: #9a5d00;
}

.traffic-light.traffic-medium::before {
  background: #ffb020;
}

.traffic-light.traffic-low {
  background: #eafaf3;
  color: #08734f;
}

.traffic-light.traffic-low::before {
  background: #1ca677;
}

.work-card h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.work-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.42;
}

.work-card-bottom strong {
  font-size: 18px;
}

.work-card-bottom button {
  border: 0;
  border-radius: 999px;
  background: var(--blue);
  color: #ffffff;
  padding: 11px 14px;
  font-weight: 900;
}

.timeline article {
  position: relative;
  border-left: 2px solid var(--line);
  padding: 0 0 22px 18px;
}

.timeline article::before {
  position: absolute;
  top: 0;
  left: -8px;
  width: 14px;
  height: 14px;
  border: 2px solid var(--surface);
  border-radius: 999px;
  background: var(--blue);
  content: "";
}

.timeline b {
  color: var(--blue);
  font-size: 14px;
}

.timeline h3 {
  margin-top: 7px;
  font-size: 24px;
}

.timeline p {
  margin: 8px 0 0;
  line-height: 1.4;
}

.chat-panel {
  min-height: 420px;
  align-content: center;
}

.chat-panel h2 {
  margin-top: 8px;
  font-size: 42px;
  line-height: 0.98;
}

.chat-panel p {
  line-height: 1.55;
}

.bottom-nav {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  max-width: 480px;
  margin: 0 auto;
  border-top: 1px solid rgb(229 222 211 / 88%);
  background: rgb(255 253 249 / 92%);
  padding: 8px 10px 12px;
  box-shadow: 0 -18px 40px rgb(58 45 26 / 10%);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
}

.nav-item {
  display: grid;
  place-items: center;
  grid-gap: 4px;
  gap: 4px;
  border: 0;
  background: transparent;
  color: var(--muted);
  padding: 0;
  font-size: 12px;
  font-weight: 750;
}

.nav-item:focus {
  outline: none;
}

.nav-item:focus-visible span {
  outline: 3px solid rgb(7 94 234 / 24%);
  outline-offset: 2px;
}

.nav-item span {
  display: grid;
  width: 36px;
  height: 34px;
  place-items: center;
  border-radius: 14px;
  color: inherit;
  transition:
    background 0.18s ease,
    color 0.18s ease,
    transform 0.18s ease,
    box-shadow 0.18s ease;
}

.nav-item svg {
  width: 23px;
  height: 23px;
}

.nav-item-active {
  color: var(--blue);
}

.nav-item-active span {
  background: var(--blue);
  color: #ffffff;
  box-shadow: 0 10px 20px rgb(7 94 234 / 24%);
}

.nav-item-main {
  transform: translateY(-18px);
  color: var(--blue);
  font-weight: 900;
}

.nav-item-main span {
  width: 58px;
  height: 58px;
  border: 4px solid rgb(255 253 249 / 96%);
  border-radius: 23px;
  background: linear-gradient(145deg, var(--blue), var(--blue-dark));
  color: #ffffff;
  box-shadow:
    0 18px 34px rgb(7 94 234 / 30%),
    0 6px 12px rgb(7 94 234 / 18%);
}

.nav-item-main svg {
  width: 28px;
  height: 28px;
}

.nav-item-main.nav-item-active span {
  transform: translateY(-2px);
  box-shadow:
    0 22px 42px rgb(7 94 234 / 34%),
    0 8px 14px rgb(7 94 234 / 20%);
}

@media (max-width: 380px) {
  .app-shell {
    padding-inline: 12px;
  }

  .recommend-card h2 {
    font-size: 32px;
  }

  .action-card {
    min-height: 96px;
    border-radius: 20px;
    padding: 11px;
  }

  .tuning-hero {
    min-height: 244px;
    padding: 18px;
  }

  .tuning-hero-copy h2 {
    font-size: 27px;
  }

  .tuning-hero img {
    right: -46px;
    bottom: 52px;
    width: 220px;
  }

  .tuning-goal {
    min-height: 142px;
    padding: 13px;
  }

  .tuning-service-row {
    grid-template-columns: 1fr;
    gap: 7px;
  }
}

