:root {
  --blue: #1299e8;
  --blue-dark: #0873bb;
  --sky: #e8f7ff;
  --brown: #6b2f10;
  --brown-dark: #3e1908;
  --cream: #fffaf4;
  --ink: #172033;
  --muted: #657086;
  --line: #dbe8f2;
  --white: #fff;
  --success: #18a66a;
  --danger: #e34d59;
  --shadow: 0 18px 50px rgba(34, 83, 120, 0.12);
  --radius: 22px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #fbfdff;
  color: var(--ink);
  font-family: "Baloo Bhaijaan 2", sans-serif;
  font-size: 17px;
  overflow-x: hidden;
}
button,
input,
select,
textarea {
  font: inherit;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(27, 174, 239, 0.55);
  outline-offset: 3px;
}
button {
  cursor: pointer;
}
a {
  text-decoration: none;
  color: inherit;
}
.wrap {
  width: min(1180px, calc(100% - 40px));
  margin: auto;
}
.ambient {
  position: fixed;
  z-index: -2;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.45;
}
.ambient-a {
  width: 500px;
  height: 500px;
  background: #cceeff;
  right: -200px;
  top: 40px;
}
.ambient-b {
  width: 420px;
  height: 420px;
  background: #fff0dc;
  left: -240px;
  top: 500px;
}
.site-header {
  height: 88px;
  display: grid;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  gap: 25px;
  width: min(1280px, calc(100% - 38px));
  margin: 10px auto 0;
  padding: 0 18px;
  position: sticky;
  top: 10px;
  z-index: 50;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(219, 232, 242, 0.9);
  border-radius: 22px;
  box-shadow: 0 10px 30px rgba(30, 80, 115, 0.08);
}
.brand {
  height: 68px;
  display: flex;
  align-items: center;
}
.brand img {
  width: 150px;
  height: 70px;
  object-fit: contain;
}
.site-header nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.site-header nav a {
  font-weight: 700;
  color: #4c5870;
  position: relative;
}
.site-header nav a.active,
.site-header nav a:hover {
  color: var(--blue-dark);
}
.site-header nav a.active:after {
  content: "";
  height: 3px;
  width: 22px;
  background: var(--blue);
  border-radius: 5px;
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
}
.header-actions {
  display: flex;
  gap: 8px;
  align-items: center;
}
.primary,
.secondary,
.ghost {
  border: 0;
  border-radius: 13px;
  padding: 12px 22px;
  font-weight: 800;
  transition: 0.2s;
}
.primary {
  background: linear-gradient(135deg, var(--blue), #44bdf7);
  color: white;
  box-shadow: 0 10px 24px rgba(18, 153, 232, 0.24);
}
.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(18, 153, 232, 0.3);
}
.secondary {
  background: white;
  border: 1px solid var(--line);
  color: var(--blue-dark);
}
.ghost {
  background: transparent;
  color: var(--ink);
}
.small {
  padding: 10px 15px;
  font-size: 15px;
}
.full {
  width: 100%;
}
.large {
  padding: 16px;
}
.mobile-menu {
  display: none;
  border: 0;
  background: none;
  font-size: 25px;
}
.page {
  display: none;
  min-height: 70vh;
}
.page.active {
  display: block;
}
.hero {
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  align-items: center;
  min-height: 660px;
  padding: 50px 0;
}
.hero > *,
.request-layout > *,
.request-form,
.form-section,
.form-grid > * {
  min-width: 0;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--success);
  background: #eafaf3;
  padding: 8px 14px;
  border-radius: 30px;
  font-weight: 800;
}
.opening-notice {
  width: fit-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 12px 0 0;
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: var(--white);
  color: var(--muted);
  font-size: 14px;
}
.opening-notice button {
  padding: 0;
}
.opening-notice button:disabled {
  cursor: not-allowed;
  color: var(--muted);
  opacity: 0.7;
}
.dot {
  width: 9px;
  height: 9px;
  background: var(--success);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(24, 166, 106, 0.12);
}
.eyebrow.closed {
  color: #9a5a09;
  background: #fff4df;
}
.eyebrow.closed .dot {
  background: #d98a1f;
  box-shadow: 0 0 0 5px rgba(217, 138, 31, 0.14);
}
.eyebrow.waitlist {
  color: #9a5a09;
  background: #fff4df;
}
.eyebrow.waitlist .dot {
  background: #d98a1f;
  box-shadow: 0 0 0 5px rgba(217, 138, 31, 0.14);
}
.hero h1 {
  font-size: clamp(48px, 6vw, 76px);
  line-height: 1.03;
  margin: 24px 0 16px;
  letter-spacing: -1.5px;
}
.hero h1 em {
  font-style: normal;
  color: var(--blue);
}
.hero-copy > p {
  font-size: 22px;
  line-height: 1.7;
  color: var(--muted);
  max-width: 650px;
}
.hero-actions {
  display: flex;
  gap: 12px;
  margin: 28px 0 35px;
}
.mini-stats {
  display: flex;
  gap: 35px;
}
.mini-stats div {
  display: flex;
  flex-direction: column;
}
.mini-stats strong {
  font-size: 28px;
  color: var(--brown);
}
.mini-stats span {
  font-size: 14px;
  color: var(--muted);
}
.hero-art {
  position: relative;
  height: 500px;
  display: grid;
  place-items: center;
}
.logo-orbit {
  width: 440px;
  height: 440px;
  background: radial-gradient(
    circle,
    #fff 56%,
    #ecf8ff 57%,
    #ecf8ff 70%,
    transparent 71%
  );
  display: grid;
  place-items: center;
  position: relative;
  border-radius: 50%;
  filter: drop-shadow(0 25px 40px rgba(35, 94, 131, 0.14));
}
.logo-orbit img {
  width: 400px;
  height: 400px;
  object-fit: contain;
}
.spark {
  position: absolute;
  color: #21aaf2;
  font-size: 34px;
  animation: float 3s ease-in-out infinite;
}
.s1 {
  top: 28px;
  right: 55px;
}
.s2 {
  bottom: 55px;
  left: 15px;
  animation-delay: 0.7s;
}
.s3 {
  top: 110px;
  left: 5px;
  font-size: 20px;
  animation-delay: 1.2s;
}
.floating-card {
  position: absolute;
  background: #fff;
  padding: 12px 17px;
  border-radius: 15px;
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  border: 1px solid #edf4f8;
}
.fc-one {
  left: -5px;
  top: 95px;
  transform: rotate(-4deg);
}
.fc-two {
  right: -10px;
  bottom: 80px;
  transform: rotate(3deg);
}
@keyframes float {
  50% {
    transform: translateY(-10px) rotate(7deg);
  }
}
.trust-strip {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px 25px;
  box-shadow: 0 12px 32px rgba(35, 90, 125, 0.06);
}
.trust-strip > span {
  font-weight: 800;
}
.trust-strip div {
  display: flex;
  gap: 7px;
  color: var(--muted);
}
.trust-strip div span:first-child {
  color: var(--success);
}
.section-block {
  padding: 110px 0;
}
.section-heading {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 42px;
}
.section-heading > span,
.label {
  color: var(--blue-dark);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.section-heading h2,
.about-grid h2 {
  font-size: 42px;
  line-height: 1.2;
  margin: 8px 0;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.service-card {
  padding: 30px;
  border-radius: var(--radius);
  min-height: 250px;
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
  transition: 0.25s;
}
.service-card:hover {
  transform: translateY(-7px);
}
.service-card.blue {
  background: #eaf7ff;
  border-color: #ccecff;
}
.service-card.brown {
  background: #fff5eb;
  border-color: #f0deca;
}
.service-card.sky {
  background: #f2f5ff;
  border-color: #dde5ff;
}
.service-card .icon {
  width: 52px;
  height: 52px;
  background: white;
  border-radius: 15px;
  display: grid;
  place-items: center;
  color: var(--blue);
  font-size: 24px;
  box-shadow: 0 10px 25px rgba(33, 105, 145, 0.1);
}
.service-card h3 {
  font-size: 27px;
  margin: 22px 0 8px;
}
.service-card p {
  color: var(--muted);
  line-height: 1.65;
}
.text-link {
  background: none;
  border: 0;
  padding: 0;
  color: var(--blue-dark);
  font-weight: 800;
}
.about-band {
  background: linear-gradient(135deg, var(--brown-dark), var(--brown));
  color: #fff;
  padding: 90px 0;
}
.about-grid {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 60px;
  align-items: center;
}
.about-mark {
  width: 210px;
  height: 210px;
  border-radius: 45% 55% 52% 48%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #31b5f4, #0878c4);
  font: 800 140px/1 Nunito;
  color: #fff;
  transform: rotate(-5deg);
  box-shadow: inset 0 -15px 30px rgba(0, 0, 0, 0.15);
}
.about-grid .label {
  color: #7dd4ff;
}
.about-grid p {
  font-size: 20px;
  color: #f3dfd2;
  line-height: 1.8;
}
.page-intro {
  text-align: center;
  padding: 100px 0 45px;
}
.page-intro.compact {
  padding-bottom: 30px;
}
.page-intro h1 {
  font-size: 54px;
  line-height: 1.12;
  margin: 8px 0 12px;
}
.page-intro p {
  color: var(--muted);
  font-size: 20px;
}
.page-intro .optional-note {
  width: min(720px, 100%);
  margin: 12px auto 0;
  font-size: 0.95rem;
  line-height: 1.7;
}
.request-flow {
  position: relative;
  display: flex;
  width: min(560px, 100%);
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 24px auto 0;
}
.request-flow::before {
  content: "";
  position: absolute;
  width: min(300px, 42vw);
  height: 2px;
  background: var(--line);
}
.request-flow span {
  position: relative;
  z-index: 1;
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--muted);
}
.request-flow b {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 2px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  font-size: 0.82rem;
}
.request-flow i {
  padding: 3px 7px;
  background: var(--sky);
  font-style: normal;
  font-weight: 800;
}
.request-flow span.active {
  color: var(--blue);
}
.request-flow span.active b {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
}
.calculator-shell {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 25px;
  align-items: start;
  padding-bottom: 100px;
}
.calc-main {
  background: #fff;
  border: 1px solid var(--line);
  padding: 25px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.segmented {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 5px;
  background: #edf5fa;
  border-radius: 15px;
  gap: 5px;
}
.segmented button {
  border: 0;
  background: none;
  padding: 12px;
  border-radius: 11px;
  font-weight: 800;
  color: var(--muted);
}
.segmented button.unavailable {
  opacity: 0.55;
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}
.service-unavailable,
.account-required-note.unavailable {
  color: #9a5a09;
  background: #fff4df;
  border: 1px solid #f0cc91;
  border-radius: 12px;
  padding: 10px 12px;
}
.primary:disabled,
.secondary:disabled {
  cursor: not-allowed;
  opacity: 0.55;
  transform: none;
  box-shadow: none;
}
.segmented button.active {
  background: white;
  color: var(--blue-dark);
  box-shadow: 0 5px 12px rgba(40, 90, 120, 0.1);
}
.calc-panel {
  display: none;
  padding-top: 20px;
}
.calc-panel.active {
  display: block;
}
.field-group {
  padding: 22px 0;
  border-bottom: 1px solid #edf1f4;
}
.field-group:last-child {
  border: 0;
}
.field-group > label {
  font-size: 20px;
  font-weight: 800;
  display: block;
  margin-bottom: 12px;
}
.hint {
  font-size: 14px;
  color: var(--muted);
  margin-top: -8px;
}
.field-group > .number-input + .hint {
  margin: 10px 0 0;
}
.option-grid {
  display: grid;
  gap: 8px;
}
.option-grid.five {
  grid-template-columns: repeat(5, 1fr);
}
.option-grid label,
.check-grid label {
  position: relative;
}
.option-grid input,
.package-card > input {
  position: absolute;
  opacity: 0;
}
.option-grid span {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 13px;
  padding: 8px;
  font-weight: 700;
  background: #fff;
}
.option-grid input:checked + span {
  border: 2px solid var(--blue);
  background: var(--sky);
  color: var(--blue-dark);
}
.check-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.check-grid label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}
.check-grid input {
  accent-color: var(--blue);
  width: 18px;
  height: 18px;
}
.price-card {
  position: sticky;
  top: 115px;
  background: linear-gradient(145deg, #122437, #173653);
  color: #fff;
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: 0 25px 55px rgba(13, 39, 62, 0.25);
}
.price-card > span {
  color: #a9c5d9;
}
.price {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin: 5px 0 20px;
}
.price strong {
  font: 800 58px/1 Nunito;
}
.price small {
  color: #79cff8;
  margin-bottom: 7px;
}
.breakdown {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 14px 0;
  margin-bottom: 15px;
}
.breakdown div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  align-items: start;
  gap: 10px 16px;
  color: #d6e5ef;
  font-size: 14px;
  line-height: 1.55;
  margin: 9px 0;
}
.breakdown span {
  min-width: 0;
  overflow-wrap: anywhere;
}
.breakdown b {
  direction: ltr;
  unicode-bidi: isolate;
  white-space: nowrap;
}
.price-card p {
  font-size: 13px;
  color: #a9c5d9;
  line-height: 1.6;
}
.package-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.package-card > div {
  border: 1px solid var(--line);
  border-radius: 17px;
  padding: 20px;
  height: 100%;
}
.package-card input:checked + div {
  border: 2px solid var(--blue);
  background: var(--sky);
}
.package-card h3 {
  font-size: 24px;
  margin: 10px 0;
}
.package-card ul {
  padding-inline-start: 20px;
  color: var(--muted);
}
.badge {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 30px;
  background: #e8f7ff;
  color: var(--blue-dark);
  font-weight: 800;
  font-size: 13px;
}
.range-input {
  width: 100%;
  accent-color: var(--blue);
}
.range-output {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
}
.range-output strong {
  color: var(--blue-dark);
}
.note-box {
  padding: 15px;
  border-radius: 12px;
  background: #fff7e9;
  color: #81531d;
  margin-top: 20px;
}
.gallery-empty {
  margin-bottom: 110px;
  border: 2px dashed #cfe2ef;
  border-radius: 30px;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(145deg, #fff, #f0f9ff);
}
.empty-art {
  font-size: 34px;
  color: #43b9f3;
}
.empty-art span {
  font-size: 100px;
  color: var(--brown);
  margin: 0 20px;
}
.gallery-empty h2 {
  font-size: 35px;
  margin: 15px 0 0;
}
.gallery-empty p {
  color: var(--muted);
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  padding-bottom: 90px;
}
.gallery-grid.empty {
  display: block;
}
.gallery-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--white);
  box-shadow: var(--shadow);
}
.gallery-image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--sky);
}
.gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.gallery-card:hover .gallery-image img {
  transform: scale(1.035);
}
.gallery-card-body {
  padding: 18px;
}
.gallery-card-body h2 {
  margin: 10px 0;
  font-size: 23px;
}
.gallery-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: var(--muted);
  font-size: 13px;
}
.gallery-availability {
  width: fit-content;
  border-radius: 30px;
  padding: 5px 10px;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 800;
}
.gallery-availability.available {
  color: #14714a;
  background: #e9f9f1;
}
.gallery-availability.unavailable {
  color: #8a570f;
  background: #fff4e5;
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  padding-bottom: 70px;
}
.steps-grid article {
  background: white;
  padding: 23px;
  border: 1px solid var(--line);
  border-radius: 18px;
}
.steps-grid b {
  color: var(--blue);
  font: 800 28px Nunito;
}
.steps-grid h3 {
  font-size: 21px;
  margin: 15px 0 4px;
}
.steps-grid p {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.5;
}
.faq {
  max-width: 850px;
  padding-bottom: 100px;
}
.faq h2 {
  text-align: center;
  font-size: 38px;
}
.faq-item {
  border-bottom: 1px solid var(--line);
}
.faq-item button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: none;
  border: 0;
  padding: 19px 0;
  font-weight: 800;
  text-align: start;
}
.faq-item p {
  display: none;
  color: var(--muted);
  line-height: 1.7;
  margin-top: 0;
}
.faq-item.open p {
  display: block;
}
.request-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 22px;
  align-items: start;
  padding-bottom: 100px;
}
.request-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.form-section {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(32, 80, 110, 0.05);
}
.form-title {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 20px;
}
.form-title b {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  background: var(--sky);
  color: var(--blue-dark);
  border-radius: 11px;
}
.form-title h2 {
  font-size: 25px;
  margin: 0;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}
.request-form label > span {
  font-weight: 700;
  display: block;
  margin-bottom: 6px;
}
.request-form input,
.request-form select,
.request-form textarea,
.track-search input,
.modal-card input,
.admin-toolbar input,
.admin-toolbar select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 11px;
  padding: 11px 13px;
  background: #fbfdff;
  outline: none;
}
.request-form input:focus,
.request-form select:focus,
.request-form textarea:focus,
.track-search input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(18, 153, 232, 0.1);
}
.request-form label {
  margin-bottom: 13px;
  display: block;
}
.inline-check {
  display: flex !important;
  align-items: center;
  gap: 9px;
}
.inline-check input {
  width: auto;
}
.inline-check span {
  margin: 0 !important;
}
.upload-box {
  border: 2px dashed #bcd9e9;
  border-radius: 16px;
  min-height: 170px;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f6fbff;
  cursor: pointer;
}
.upload-box input {
  display: none;
}
.upload-icon {
  font-size: 30px;
  color: var(--blue);
}
.upload-box small {
  color: var(--muted);
}
.upload-box em {
  font-style: normal;
  color: var(--success);
  font-size: 13px;
}
.reference-file-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: -3px 0 14px;
}
.reference-file {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: var(--white);
}
.reference-file span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.reference-file button,
.clear-reference-files {
  border: 0;
  border-radius: 9px;
  padding: 7px 10px;
  color: #a32929;
  background: #fff0f0;
  font-weight: 800;
  flex: 0 0 auto;
}
.clear-reference-files {
  align-self: flex-start;
}
.compact-checks {
  margin-top: 15px;
}
.declarations label {
  display: flex;
  gap: 10px;
}
.declarations input {
  width: auto;
}
.turnstile-box {
  display: grid;
  gap: 10px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}
#turnstileWidget,
#turnstileWidget > div,
#turnstileWidget iframe {
  max-width: 100% !important;
}
#turnstileWidget iframe {
  width: 100% !important;
}
.request-side {
  position: sticky;
  top: 115px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.side-card {
  background: #142a3d;
  color: white;
  border-radius: 18px;
  padding: 22px;
}
.side-card > span {
  color: #a9c5d9;
}
.side-card strong {
  display: block;
  font: 800 36px Nunito;
  margin: 6px 0;
}
.side-card .text-link {
  color: #6ed1ff;
}
.side-card.soft {
  background: #eaf7ff;
  color: var(--ink);
}
.side-card ol {
  padding-inline-start: 20px;
  color: var(--muted);
}
.modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(8, 24, 37, 0.65);
  z-index: 100;
  place-items: center;
  padding: 20px;
}
.modal.show {
  display: grid;
}
.modal-card {
  width: min(460px, 100%);
  background: #fff;
  border-radius: 22px;
  padding: 30px;
  position: relative;
  text-align: center;
}
.modal-close {
  position: absolute;
  top: 12px;
  inset-inline-end: 15px;
  border: 0;
  background: none;
  font-size: 27px;
}
.success-icon {
  margin: auto;
  width: 65px;
  height: 65px;
  background: #e8f9f1;
  color: var(--success);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 35px;
}
.tracking-code {
  font: 800 24px Nunito;
  background: #edf7fc;
  border: 1px dashed #89c8e8;
  border-radius: 12px;
  padding: 15px;
  margin: 20px 0;
  color: var(--blue-dark);
  letter-spacing: 1px;
}
.track-search {
  max-width: 650px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  padding-bottom: 40px;
}
.track-search .text-link {
  grid-column: 1/-1;
  margin: auto;
}
.hidden {
  display: none !important;
}
.tracking-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 28px;
  margin-bottom: 90px;
  box-shadow: var(--shadow);
}
.tracking-head {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.status-pill {
  padding: 7px 13px;
  border-radius: 30px;
  background: #e8f7ff;
  color: var(--blue-dark);
  font-weight: 800;
}
.status-steps {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin: 35px 0;
}
.status-steps div {
  text-align: center;
  position: relative;
  color: #9ba8b7;
}
.status-steps div:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 4px solid #dce7ee;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto 10px;
  position: relative;
  z-index: 2;
}
.status-steps div:after {
  content: "";
  position: absolute;
  height: 4px;
  background: #dce7ee;
  width: 100%;
  top: 8px;
  inset-inline-start: 50%;
}
.status-steps div:last-child:after {
  display: none;
}
.status-steps div.done {
  color: var(--blue-dark);
  font-weight: 800;
}
.status-steps div.done:before {
  border-color: var(--blue);
  background: var(--blue);
}
.status-steps div.done:after {
  background: var(--blue);
}
.tracking-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.tracking-details div {
  padding: 15px;
  background: #f6fafc;
  border-radius: 13px;
}
.tracking-details span {
  display: block;
  color: var(--muted);
  font-size: 13px;
}
.support-box {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.policy-layout {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 35px;
  padding-bottom: 100px;
}
.policy-layout aside {
  position: sticky;
  top: 120px;
  align-self: start;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.policy-layout aside button {
  text-align: start;
  border: 0;
  border-radius: 10px;
  padding: 10px 12px;
  background: transparent;
  color: var(--muted);
}
.policy-layout aside button.active {
  background: var(--sky);
  color: var(--blue-dark);
  font-weight: 800;
}
.policy-content {
  background: #fff;
  border: 1px solid var(--line);
  padding: 35px;
  border-radius: 20px;
}
.policy-content h2 {
  font-size: 34px;
}
.policy-content h3 {
  margin-top: 30px;
}
.policy-content p,
.policy-content li {
  color: var(--muted);
  line-height: 1.8;
}
.admin-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 220px 1fr;
  background: #f2f6f9;
}
.admin-sidebar {
  background: #10283a;
  color: #fff;
  padding: 20px 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.admin-sidebar img {
  height: 110px;
  width: 100%;
  object-fit: contain;
  margin-bottom: 20px;
}
.admin-sidebar button {
  border: 0;
  background: none;
  color: #a9bdcb;
  text-align: start;
  padding: 12px;
  border-radius: 10px;
}
.admin-sidebar button.active,
.admin-sidebar button:hover {
  background: #1b3b52;
  color: #fff;
}
.admin-main {
  padding: 35px;
  overflow: auto;
}
.admin-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.admin-top span {
  color: var(--muted);
}
.admin-top h1 {
  margin: 0;
  font-size: 36px;
}
.admin-actions {
  display: flex;
  gap: 8px;
}
.admin-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
  margin: 25px 0;
}
.stat-card {
  background: #fff;
  padding: 18px;
  border-radius: 15px;
  border: 1px solid var(--line);
}
.stat-card span {
  color: var(--muted);
}
.stat-card strong {
  font: 800 32px Nunito;
  display: block;
}
.admin-toolbar {
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 10px;
  margin-bottom: 12px;
}
.orders-table {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
}
.order-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.8fr 0.8fr 0.8fr;
  align-items: center;
  padding: 14px 18px;
  border-bottom: 1px solid #edf1f4;
}
.order-row.header {
  background: #f6fafc;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}
.order-row:last-child {
  border: 0;
}
.order-person {
  display: flex;
  flex-direction: column;
}
.order-person small {
  color: var(--muted);
}
.order-row select {
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 6px;
}
.order-row button {
  border: 0;
  background: var(--sky);
  color: var(--blue-dark);
  border-radius: 8px;
  padding: 7px;
}
.toast {
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translate(-50%, 25px);
  background: #12293b;
  color: #fff;
  padding: 12px 20px;
  border-radius: 12px;
  opacity: 0;
  pointer-events: none;
  transition: 0.25s;
  z-index: 200;
}
.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}
footer {
  background: #0f2637;
  color: #fff;
  padding: 65px 0 20px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1.3fr;
  gap: 60px;
}
.footer-brand img {
  width: 190px;
  height: 100px;
  object-fit: contain;
}
.footer-brand p {
  color: #a9bdcb;
}
.footer-grid > div:not(:first-child) {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-grid h4 {
  margin: 0 0 8px;
}
.footer-grid button {
  background: none;
  border: 0;
  color: #a9bdcb;
  text-align: start;
  padding: 0;
}
.footer-grid a,
.footer-grid span {
  color: #a9bdcb;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 35px;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  color: #7892a3;
  font-size: 13px;
}
.footer-bottom button {
  border: 0;
  background: none;
  color: #7892a3;
}
.reveal {
  animation: rise 0.65s ease both;
}
.delay {
  animation-delay: 0.15s;
}
@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
html[dir="ltr"] body {
  font-family: Nunito, sans-serif;
}
html[dir="ltr"] .hero h1 {
  letter-spacing: -2px;
}
html[dir="ltr"] .brand img {
  transform: none;
}
@media (max-width: 1200px) {
  .site-header {
    grid-template-columns: 150px 1fr auto;
  }
  .site-header nav {
    display: none;
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 20px;
    flex-direction: column;
    border-radius: 18px;
    box-shadow: var(--shadow);
  }
  .site-header nav.show {
    display: flex;
  }
  .mobile-menu {
    display: block;
  }
  .hero {
    grid-template-columns: 1fr;
    text-align: center;
    padding-top: 70px;
  }
  .hero-copy > p {
    margin-inline: auto;
  }
  .hero-actions,
  .mini-stats {
    justify-content: center;
  }
  .hero-art {
    height: 440px;
  }
  .calculator-shell,
  .request-layout {
    grid-template-columns: 1fr;
  }
  .price-card,
  .request-side {
    position: static;
  }
  .steps-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .option-grid.five {
    grid-template-columns: repeat(3, 1fr);
  }
  .admin-shell {
    grid-template-columns: 80px 1fr;
  }
  .admin-sidebar span {
    display: none;
  }
  .admin-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {
  body {
    font-size: 16px;
  }
  .wrap {
    width: min(100% - 24px, 1180px);
  }
  .site-header {
    height: 72px;
    width: calc(100% - 16px);
    margin-top: 8px;
    padding: 0 8px;
    grid-template-columns: 62px 34px minmax(0, 1fr);
    gap: 4px;
  }
  .brand img {
    width: 62px;
  }
  .mobile-menu {
    grid-column: 2;
  }
  .header-actions {
    position: static;
    grid-column: 3;
    display: grid;
    grid-template-columns: 54px 34px 34px minmax(0, 1fr);
    gap: 3px;
    padding: 0;
  }
  .header-actions > * {
    min-width: 0;
    width: 100%;
    padding-inline: 4px;
    white-space: nowrap;
  }
  .header-actions .primary {
    display: none;
  }
  .hero {
    min-height: auto;
    padding-top: 55px;
  }
  .hero h1 {
    font-size: 43px;
  }
  .hero-copy > p {
    font-size: 18px;
  }
  .opening-notice {
    margin-inline: auto;
    flex-direction: column;
  }
  .hero-art {
    height: 340px;
  }
  .logo-orbit {
    width: min(310px, 100%);
    height: auto;
    aspect-ratio: 1;
    margin-inline: auto;
  }
  .logo-orbit img {
    width: min(290px, 94%);
    height: auto;
    aspect-ratio: 1;
  }
  .eyebrow {
    max-width: 100%;
    justify-content: center;
    white-space: normal;
  }
  .eyebrow span:last-child {
    min-width: 0;
  }
  .floating-card {
    display: none;
  }
  .mini-stats {
    gap: 14px;
    flex-wrap: wrap;
  }
  .trust-strip {
    flex-wrap: wrap;
    gap: 14px;
  }
  .trust-strip > span {
    width: 100%;
    text-align: center;
  }
  .section-block {
    padding: 75px 0;
  }
  .service-grid,
  .about-grid,
  .package-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .about-grid {
    text-align: center;
  }
  .about-mark {
    margin: auto;
  }
  .page-intro {
    padding-top: 65px;
  }
  .page-intro h1 {
    font-size: 41px;
  }
  .calculator-shell {
    padding-bottom: 70px;
  }
  .segmented {
    grid-template-columns: 1fr;
  }
  .option-grid.five,
  .check-grid,
  .form-grid,
  .steps-grid,
  .tracking-details {
    grid-template-columns: 1fr;
  }
  .track-search {
    grid-template-columns: 1fr;
  }
  .status-steps {
    overflow-x: auto;
    grid-template-columns: repeat(7, 120px);
  }
  .policy-layout {
    grid-template-columns: 1fr;
  }
  .policy-layout aside {
    position: static;
    flex-direction: row;
    overflow: auto;
  }
  .admin-main {
    padding: 18px;
  }
  .admin-stats {
    grid-template-columns: 1fr 1fr;
  }
  .admin-toolbar {
    grid-template-columns: 1fr;
  }
  .orders-table {
    overflow-x: auto;
  }
  .order-row {
    min-width: 750px;
  }
  .admin-top {
    align-items: start;
  }
  .admin-actions {
    flex-direction: column;
  }
  .footer-grid {
    gap: 30px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 7px;
  }
  .hero-actions {
    flex-direction: column;
  }
  .hero-actions button {
    width: 100%;
  }
}

/* Theme switch */
html {
  color-scheme: light;
}
html[data-theme="dark"] {
  color-scheme: dark;
  --ink: #edf8ff;
  --muted: #9eb4c4;
  --line: #294556;
  --sky: #102f43;
  --white: #112838;
  --brown: #8b4f2a;
  --brown-dark: #24130c;
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}
body,
.site-header,
.trust-strip,
.calc-main,
.service-card,
.form-section,
.policy-content,
.tracking-card,
.modal-card,
.steps-grid article,
.stat-card,
.orders-table,
.gallery-empty,
.floating-card,
.secondary,
.option-grid span,
.check-grid label,
.package-card > div,
.request-form input,
.request-form select,
.request-form textarea,
.track-search input,
.modal-card input,
.admin-toolbar input,
.admin-toolbar select,
.admin-shell,
.segmented,
.segmented button.active,
.tracking-details div,
.side-card.soft,
.order-row.header,
.upload-box {
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease,
    box-shadow 0.25s ease;
}
.theme-toggle {
  min-width: 42px;
  font-size: 19px;
  line-height: 1;
}
.brand img,
.footer-brand img,
.admin-sidebar img {
  filter: drop-shadow(0 5px 12px rgba(33, 181, 239, 0.18));
}
html[data-theme="dark"] body {
  background: #07141f;
}
html[data-theme="dark"] .ambient-a {
  background: #0a5b86;
  opacity: 0.28;
}
html[data-theme="dark"] .ambient-b {
  background: #4d2815;
  opacity: 0.2;
}
html[data-theme="dark"] .site-header {
  background: rgba(9, 27, 39, 0.92);
  border-color: #294556;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
}
html[data-theme="dark"] .site-header nav a {
  color: #a8bdca;
}
html[data-theme="dark"] .site-header nav a:hover,
html[data-theme="dark"] .site-header nav a.active {
  color: #64cfff;
}
html[data-theme="dark"] .site-header nav.show {
  background: #0d2332;
}
html[data-theme="dark"] .ghost {
  color: #eaf7ff;
}
html[data-theme="dark"] .secondary {
  background: #102a3b;
  border-color: #31536a;
  color: #72d2ff;
}
html[data-theme="dark"] .eyebrow {
  background: #0f342d;
  color: #66dda9;
}
html[data-theme="dark"] .eyebrow.closed {
  background: #3a2a13;
  color: #efbd6d;
}
html[data-theme="dark"] .eyebrow.waitlist {
  background: #3a2a13;
  color: #efbd6d;
}
html[data-theme="dark"] .mini-stats strong {
  color: #6bd1ff;
}
html[data-theme="dark"] .logo-orbit {
  background: radial-gradient(
    circle,
    #0d2230 56%,
    #12364b 57%,
    #12364b 70%,
    transparent 71%
  );
  filter: drop-shadow(0 25px 45px rgba(0, 0, 0, 0.3));
}
html[data-theme="dark"] .floating-card,
html[data-theme="dark"] .trust-strip {
  background: #0e2636;
  border-color: #29495e;
}
html[data-theme="dark"] .service-card.blue {
  background: #0d2d41;
  border-color: #174765;
}
html[data-theme="dark"] .service-card.brown {
  background: #2a1d17;
  border-color: #543721;
}
html[data-theme="dark"] .service-card.sky {
  background: #17263d;
  border-color: #293e61;
}
html[data-theme="dark"] .service-card .icon {
  background: #102b3b;
}
html[data-theme="dark"] .about-band {
  background: linear-gradient(135deg, #0a1d2a, #132f40);
}
html[data-theme="dark"] .about-grid p {
  color: #b9cfdb;
}
html[data-theme="dark"] .calc-main,
html[data-theme="dark"] .form-section,
html[data-theme="dark"] .policy-content,
html[data-theme="dark"] .tracking-card,
html[data-theme="dark"] .modal-card,
html[data-theme="dark"] .steps-grid article,
html[data-theme="dark"] .stat-card,
html[data-theme="dark"] .orders-table {
  background: #0c2231;
  border-color: #294556;
}
html[data-theme="dark"] .segmented {
  background: #071923;
}
html[data-theme="dark"] .segmented button.active {
  background: #153447;
  color: #78d4ff;
}
html[data-theme="dark"] .field-group {
  border-color: #254052;
}
html[data-theme="dark"] .option-grid span,
html[data-theme="dark"] .check-grid label,
html[data-theme="dark"] .package-card > div {
  background: #0e2838;
  border-color: #315065;
}
html[data-theme="dark"] .option-grid input:checked + span,
html[data-theme="dark"] .package-card input:checked + div {
  background: #113b53;
  border-color: #28aeea;
  color: #78d5ff;
}
html[data-theme="dark"] .badge {
  background: #123b51;
  color: #79d6ff;
}
html[data-theme="dark"] .note-box {
  background: #302818;
  color: #e9c77f;
}
html[data-theme="dark"] .gallery-empty {
  background: linear-gradient(145deg, #0c2231, #0c2d41);
  border-color: #31556d;
}
html[data-theme="dark"] .empty-art span {
  color: #6bd2ff;
}
html[data-theme="dark"] .request-form input,
html[data-theme="dark"] .request-form select,
html[data-theme="dark"] .request-form textarea,
html[data-theme="dark"] .track-search input,
html[data-theme="dark"] .modal-card input,
html[data-theme="dark"] .admin-toolbar input,
html[data-theme="dark"] .admin-toolbar select,
html[data-theme="dark"] .order-row select {
  background: #081a25;
  border-color: #315065;
  color: #edf8ff;
}
html[data-theme="dark"] input::placeholder,
html[data-theme="dark"] textarea::placeholder {
  color: #6f8797;
}
html[data-theme="dark"] .upload-box {
  background: #0b2a3c;
  border-color: #315f78;
}
html[data-theme="dark"] .side-card.soft {
  background: #102f43;
  color: #edf8ff;
}
html[data-theme="dark"] .tracking-code {
  background: #0b3044;
  border-color: #397698;
  color: #7ed7ff;
}
html[data-theme="dark"] .tracking-details div {
  background: #0a1d2a;
}
html[data-theme="dark"] .status-steps div:before {
  background: #0c2231;
  border-color: #365365;
}
html[data-theme="dark"] .status-steps div:after {
  background: #365365;
}
html[data-theme="dark"] .policy-layout aside button.active {
  background: #10364b;
  color: #78d7ff;
}
html[data-theme="dark"] .admin-shell {
  background: #071721;
}
html[data-theme="dark"] .admin-main {
  background: #071721;
}
html[data-theme="dark"] .admin-sidebar {
  background: #081b27;
}
html[data-theme="dark"] .order-row {
  border-color: #233d4e;
}
html[data-theme="dark"] .order-row.header {
  background: #0a1b27;
}
html[data-theme="dark"] .order-row button {
  background: #123b51;
  color: #7bd7ff;
}
html[data-theme="dark"] .price-card {
  background: linear-gradient(145deg, #081722, #0b2637);
}
html[data-theme="dark"] footer {
  background: #06131d;
}
.brand img,
.footer-brand img,
.admin-sidebar img {
  object-fit: cover;
  object-position: center 45%;
}
.admin-auth {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 30px;
  background: radial-gradient(circle at 50% 20%, #e5f7ff, #f7fbfe 55%);
}
.admin-auth.hidden {
  display: none;
}
.admin-auth-card {
  width: min(480px, 100%);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 30px;
  box-shadow: var(--shadow);
}
.admin-auth-card > img {
  width: 220px;
  height: 115px;
  display: block;
  margin: 0 auto 10px;
  object-fit: cover;
  object-position: center 45%;
}
.admin-auth-card h1 {
  font-size: 32px;
  text-align: center;
  margin: 4px 0 6px;
}
.admin-auth-card > div > p {
  text-align: center;
  color: var(--muted);
  line-height: 1.6;
}
.admin-auth-card form {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-top: 22px;
}
.admin-auth-card label span {
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
}
.admin-auth-card input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 11px;
  padding: 12px 13px;
  background: #fbfdff;
  outline: none;
}
.admin-auth-card input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(18, 153, 232, 0.1);
}
.auth-error {
  display: none;
  background: #fff0f1;
  color: #b32938;
  border: 1px solid #f2c9ce;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 14px;
}
.auth-error.show {
  display: block;
}
.auth-loading {
  text-align: center;
  padding: 35px;
  color: var(--muted);
}
.auth-secret {
  font: 800 19px Nunito;
  letter-spacing: 2px;
  overflow-wrap: anywhere;
  background: #edf7fc;
  border: 1px dashed #8bcbe9;
  border-radius: 11px;
  padding: 13px;
  text-align: center;
  color: var(--blue-dark);
  user-select: all;
}
.admin-top .ghost {
  color: var(--muted);
}
html[data-theme="dark"] .admin-auth {
  background: radial-gradient(circle at 50% 20%, #0b3349, #06131d 58%);
}
html[data-theme="dark"] .admin-auth-card {
  background: #0c2231;
  border-color: #294556;
}
html[data-theme="dark"] .admin-auth-card input {
  background: #071923;
  border-color: #315065;
  color: #edf8ff;
}
html[data-theme="dark"] .auth-secret {
  background: #0b3044;
  border-color: #397698;
  color: #7ed7ff;
}
html[data-theme="dark"] .auth-error {
  background: #35171c;
  border-color: #6b2c35;
  color: #ff9ea8;
}
html[data-theme="dark"] .admin-top .ghost {
  color: #a9bdcb;
}
.currency-select {
  width: 76px;
  border: 1px solid var(--line);
  border-radius: 11px;
  padding: 8px;
  background: var(--white);
  color: var(--ink);
  font-weight: 800;
}
.number-input {
  width: 130px;
  border: 1px solid var(--line);
  border-radius: 11px;
  padding: 11px;
  background: var(--white);
}
.request-service-options {
  padding: 16px;
  margin: 12px 0;
  border-radius: 15px;
  background: rgba(35, 174, 239, 0.06);
  border: 1px solid var(--line);
}
.character-complexity-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 14px;
}
.character-complexity-card {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: color-mix(in srgb, var(--white) 88%, var(--sky));
}
.character-complexity-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.character-complexity-head h3 {
  margin: 0;
}
.complexity-status {
  padding: 5px 9px;
  border-radius: 30px;
  background: #fff4e5;
  color: #8a570f;
  font-size: 12px;
  font-weight: 800;
}
.complexity-status.applied {
  background: #e9f9f1;
  color: #14714a;
}
.character-complexity-card .check-grid label > span {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 3px;
}
.complexity-rate {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}
.complexity-rate.major {
  color: #a05c10;
}
.complexity-rate.minor {
  color: var(--blue-dark);
}
.progress-track {
  height: 10px;
  background: var(--line);
  border-radius: 20px;
  overflow: hidden;
  margin: 25px 0;
}
.progress-track i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--blue), #69d8ff);
  border-radius: inherit;
}
.tracking-notes {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.tracking-note {
  display: grid;
  grid-template-columns: 110px 1fr auto;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.tracking-note span {
  white-space: pre-wrap;
}
.tracking-note small {
  color: var(--muted);
}
.support-box textarea {
  flex: 1;
  min-height: 80px;
  border: 1px solid var(--line);
  border-radius: 11px;
  padding: 10px;
}
.admin-settings-panel {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 25px;
}
.gallery-upload-form {
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}
.admin-gallery-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 22px;
}
.admin-gallery-item {
  display: grid;
  grid-template-columns: 86px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 14px;
}
.admin-gallery-item img {
  width: 86px;
  height: 68px;
  object-fit: cover;
  border-radius: 10px;
}
.admin-gallery-item div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}
.admin-gallery-item small {
  color: var(--muted);
}
.settings-grid,
.order-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 18px 0;
}
.settings-grid label,
.order-detail-grid div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.settings-grid input,
.settings-grid select,
.order-detail-grid input,
.order-modal-card textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 10px;
  background: var(--white);
  color: var(--ink);
}
.admin-settings-panel .primary {
  margin-top: 20px;
}
.integration-status {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 12px;
}
.integration-item {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--sky);
}
.integration-item.connected b {
  color: #15945f;
}
.integration-item.missing b {
  color: #b26a1c;
}
.order-modal-card {
  width: min(900px, 100%);
  text-align: start;
  max-height: 90vh;
  overflow: auto;
}
.order-json {
  white-space: pre-wrap;
  direction: ltr;
  text-align: left;
  background: var(--sky);
  border-radius: 12px;
  padding: 14px;
  max-height: 230px;
  overflow: auto;
}
.order-modal-card textarea {
  min-height: 90px;
  margin: 12px 0;
}
.admin-order-summary {
  display: grid;
  gap: 14px;
  margin: 12px 0 24px;
}
.admin-order-section {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
}
.admin-order-section.idea {
  border-color: color-mix(in srgb, var(--blue) 42%, var(--line));
  background: linear-gradient(135deg, var(--sky), var(--white));
}
.admin-order-section h4 {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 1rem;
}
.admin-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.admin-detail-item {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 5px;
  padding: 12px;
  border-radius: 12px;
  background: var(--sky);
}
.admin-detail-item.wide {
  grid-column: 1 / -1;
}
.admin-detail-item span {
  color: var(--muted);
  font-size: 0.8rem;
}
.admin-detail-item strong {
  line-height: 1.75;
  overflow-wrap: anywhere;
}
.admin-character-list {
  display: grid;
  gap: 10px;
}
.admin-character-card {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: var(--sky);
}
.admin-character-card header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}
.admin-character-card header span {
  color: var(--muted);
  font-size: 0.82rem;
}
.admin-complexity-tags,
.admin-addons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.admin-complexity-tag,
.admin-addon,
.admin-no-complexity,
.admin-no-extras {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  font-size: 0.84rem;
}
.admin-complexity-tag small {
  font-weight: 800;
}
.admin-complexity-tag.major {
  border-color: #d47a3d;
}
.admin-complexity-tag.major small {
  color: #c76525;
}
.admin-complexity-tag.minor {
  border-color: #ae8a31;
}
.admin-complexity-tag.minor small {
  color: #9a771f;
}
.admin-addon {
  border-color: color-mix(in srgb, var(--blue) 40%, var(--line));
}
.admin-addon.usage {
  background: var(--blue);
  color: #fff;
  font-weight: 800;
}
.admin-no-complexity,
.admin-no-extras {
  color: var(--muted);
  border-style: dashed;
}
.message-count {
  display: block;
  margin-top: 3px;
  color: inherit;
  font-size: 0.72rem;
  opacity: 0.78;
}
.admin-conversation {
  margin-top: 20px;
  padding-top: 4px;
}
.admin-message-list {
  display: grid;
  gap: 10px;
  margin-top: 10px;
  max-height: 320px;
  overflow-y: auto;
  padding: 2px;
}
.admin-message {
  width: min(86%, 600px);
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--sky);
}
.admin-message.customer {
  justify-self: start;
  border-inline-start: 4px solid #f0a64a;
}
.admin-message.bilo {
  justify-self: end;
  border-inline-end: 4px solid var(--blue);
}
.admin-message header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 7px;
}
.admin-message time {
  color: var(--muted);
  font-size: 0.78rem;
}
.admin-message p {
  margin: 0;
  line-height: 1.7;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.admin-no-messages {
  margin: 0;
  padding: 16px;
  border: 1px dashed var(--line);
  border-radius: 12px;
  color: var(--muted);
  text-align: center;
}
@media (max-width: 700px) {
  .admin-detail-grid {
    grid-template-columns: 1fr;
  }
  .admin-detail-item.wide {
    grid-column: auto;
  }
  .admin-character-card header {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }
  .admin-order-section {
    padding: 12px;
  }
}
.request-side .breakdown b {
  color: #fff;
}
@media (max-width: 700px) {
  .currency-select {
    width: 68px;
    padding: 7px 4px;
  }
  .header-actions {
    gap: 3px;
  }
  .header-actions .ghost[data-route="track"] {
    display: none;
  }
  .settings-grid,
  .order-detail-grid,
  .integration-status {
    grid-template-columns: 1fr;
  }
  .support-box {
    flex-direction: column;
    align-items: stretch;
  }
  .support-box button {
    width: 100%;
  }
  .tracking-note {
    grid-template-columns: 1fr;
  }
}
.admin-auth-card form small {
  color: var(--muted);
  line-height: 1.5;
}
.account-shell {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding-bottom: 100px;
}
.account-card,
.account-dashboard {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 26px;
  box-shadow: var(--shadow);
}
.account-card {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.account-card h2 {
  margin: 0 0 8px;
}
.account-card label span {
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
}
.account-card input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 11px;
  padding: 12px;
  background: var(--white);
  color: var(--ink);
}
.account-card small {
  color: var(--muted);
}
.account-dashboard {
  margin-bottom: 100px;
}
.account-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding-bottom: 20px;
  margin-bottom: 22px;
}
.account-head h2,
.account-head p {
  margin: 0;
}
.account-head p {
  color: var(--muted);
}
.account-head > div:last-child {
  display: flex;
  gap: 8px;
}
.customer-orders {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.customer-order {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 15px;
  align-items: center;
  text-align: start;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  padding: 14px;
  border-radius: 13px;
}
.customer-order span {
  display: flex;
  flex-direction: column;
}
.customer-order small {
  color: var(--muted);
}
.small-empty {
  min-height: 180px;
  margin: 0;
}
.account-required-note {
  padding: 10px 13px;
  border-radius: 10px;
  background: #fff4e5;
  color: #8a570f;
  margin-bottom: 13px;
}
.account-required-note.ready {
  background: #e9f9f1;
  color: #14714a;
}
html[data-theme="dark"] .account-card,
html[data-theme="dark"] .account-dashboard,
html[data-theme="dark"] .customer-order {
  background: #0c2231;
  border-color: #294556;
}
html[data-theme="dark"] .account-card input {
  background: #071923;
  border-color: #315065;
  color: #edf8ff;
}
@media (max-width: 700px) {
  .account-shell {
    grid-template-columns: 1fr;
  }
  .account-head {
    align-items: flex-start;
    gap: 15px;
    flex-direction: column;
  }
  .customer-order {
    grid-template-columns: 1fr 1fr;
  }
  .customer-order > strong {
    grid-column: 1/-1;
  }
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  .admin-gallery-item {
    grid-template-columns: 70px 1fr;
  }
  .admin-gallery-item img {
    width: 70px;
    height: 58px;
  }
  .admin-gallery-item button {
    grid-column: 1 / -1;
  }
  .character-complexity-head {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
