/* [next]/internal/font/google/inter_222bd768.module.css [app-client] (css) */
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/2c55a0e60120577a-s.2a48534a.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/9c72aa0f40e4eef8-s.p.18a48cbc.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/ad66f9afd8947f86-s.7a40eb73.woff2") format("woff2");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/5476f68d60460930-s.c995e352.woff2") format("woff2");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/2bbe8d2671613f1f-s.76dcb0b2.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/1bffadaabf893a1e-s.7cd81963.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Inter Fallback;
  src: local(Arial);
  ascent-override: 90.44%;
  descent-override: 22.52%;
  line-gap-override: 0.0%;
  size-adjust: 107.12%;
}

.inter_222bd768-module__ipYlpq__className {
  font-family: Inter, Inter Fallback;
  font-style: normal;
}

/* [project]/src/styles/landing.css [app-client] (css) */
:root {
  --bg-0: #030712;
  --bg-1: #0a0f1a;
  --bg-2: #111827;
  --bg-3: #1f2937;
  --bg-card: #111827d9;
  --border: #ffffff14;
  --border-hover: #ffffff26;
  --text-1: #f8fafc;
  --text-2: #94a3b8;
  --text-3: #64748b;
  --accent: #818cf8;
  --accent-hover: #a5b4fc;
  --success: #34d399;
  --g1: #6366f1;
  --g2: #8b5cf6;
  --g3: #ec4899;
  --logo-color: #818cf8;
  --container: 1280px;
  --container-sm: 720px;
  --transition: .2s ease;
}

.light {
  --bg-0: #fff;
  --bg-1: #f8fafc;
  --bg-2: #f1f5f9;
  --bg-3: #e2e8f0;
  --bg-card: #ffffffe6;
  --border: #0000000f;
  --border-hover: #0000001f;
  --text-1: #0f172a;
  --text-2: #475569;
  --text-3: #94a3b8;
  --accent: #6366f1;
  --accent-hover: #4f46e5;
  --logo-color: #4338ca;
}

*, :before, :after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--bg-0);
  color: var(--text-1);
  -webkit-font-smoothing: antialiased;
  transition: background var(--transition), color var(--transition);
  font-family: Inter, system-ui, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.bg-fx {
  pointer-events: none;
  z-index: 0;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.orb {
  filter: blur(120px);
  opacity: .3;
  border-radius: 50%;
  animation: 30s ease-in-out infinite float;
  position: absolute;
}

.orb-1 {
  background: var(--g1);
  width: 800px;
  height: 800px;
  top: -300px;
  left: -300px;
}

.orb-2 {
  background: var(--g2);
  width: 600px;
  height: 600px;
  animation-delay: -10s;
  bottom: 10%;
  right: -200px;
}

@keyframes float {
  0%, 100% {
    transform: translate(0)scale(1);
  }

  33% {
    transform: translate(50px, -50px)scale(1.05);
  }

  66% {
    transform: translate(-40px, 40px)scale(.95);
  }
}

.grid-bg {
  pointer-events: none;
  background-image: linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px);
  opacity: .3;
  background-size: 80px 80px;
  position: fixed;
  inset: 0;
}

.content {
  z-index: 1;
  position: relative;
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 16px;
}

.container-sm {
  max-width: var(--container-sm);
  margin: 0 auto;
}

.glass {
  background: var(--bg-card);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--border);
}

.gradient-text {
  background: linear-gradient(135deg, var(--g1), var(--g2), var(--g3));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.header {
  z-index: 100;
  padding: 10px 16px;
  transition: background .3s, -webkit-backdrop-filter .3s, backdrop-filter .3s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.header.scrolled {
  background: var(--bg-card);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
}

.header-inner {
  max-width: var(--container);
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  display: flex;
}

.logo {
  align-items: center;
  gap: 10px;
  text-decoration: none;
  display: flex;
}

.logo-icon {
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

.logo-icon svg {
  width: 42px;
  height: 42px;
}

.logo-text {
  color: var(--text-1);
  letter-spacing: -.02em;
  font-size: 20px;
  font-weight: 800;
}

.nav {
  gap: 4px;
  display: none;
}

.nav a {
  color: var(--text-2);
  transition: all var(--transition);
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.nav a:hover {
  color: var(--text-1);
  background: var(--bg-2);
}

.header-ctrls {
  align-items: center;
  gap: 8px;
  display: flex;
}

.icon-btn {
  background: var(--bg-2);
  border: 1px solid var(--border);
  cursor: pointer;
  width: 44px;
  height: 44px;
  transition: all var(--transition);
  color: var(--text-1);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.icon-btn:hover {
  background: var(--bg-3);
  border-color: var(--border-hover);
  transform: translateY(-1px);
}

.btn {
  cursor: pointer;
  transition: all var(--transition);
  border: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 14px 24px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.btn-primary {
  background: linear-gradient(135deg, var(--g1), var(--g2));
  color: #fff;
  box-shadow: 0 4px 20px #6366f159;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px #6366f173;
}

.btn-secondary {
  background: var(--bg-2);
  color: var(--text-1);
  border: 1px solid var(--border);
}

.btn-secondary:hover {
  background: var(--bg-3);
  border-color: var(--border-hover);
}

.btn-sm {
  padding: 12px 20px;
  font-size: 14px;
  display: none;
}

.btn-lg {
  padding: 18px 36px;
  font-size: 17px;
}

.mobile-menu {
  z-index: 99;
  border-radius: 20px;
  max-height: calc(100vh - 100px);
  padding: 8px;
  display: none;
  position: fixed;
  top: 74px;
  left: 16px;
  right: 16px;
  overflow-y: auto;
}

.mobile-menu.active {
  animation: .25s slideDown;
  display: block;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mm-section {
  border-bottom: 1px solid var(--border);
  padding: 8px 0;
}

.mm-section:last-child {
  border-bottom: none;
}

.mm-title {
  color: var(--text-3);
  text-transform: uppercase;
  letter-spacing: .08em;
  padding: 10px 16px;
  font-size: 11px;
  font-weight: 700;
}

.mm-link {
  color: var(--text-1);
  transition: background var(--transition);
  border-radius: 14px;
  align-items: center;
  gap: 14px;
  padding: 16px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.mm-link:active {
  background: var(--bg-2);
}

.mm-link span {
  text-align: center;
  width: 28px;
  font-size: 20px;
}

.mm-footer {
  gap: 10px;
  padding: 14px;
  display: flex;
}

.mm-footer .icon-btn {
  flex: 1;
  justify-content: center;
  gap: 10px;
  height: 48px;
  font-size: 14px;
  font-weight: 500;
}

.lang-overlay {
  z-index: 200;
  background: #0009;
  display: none;
  position: fixed;
  inset: 0;
}

.lang-overlay.active {
  display: block;
}

.lang-sheet {
  background: var(--bg-1);
  padding: 24px 20px calc(24px + env(safe-area-inset-bottom));
  z-index: 201;
  border-radius: 28px 28px 0 0;
  max-height: 75vh;
  transition: transform .3s;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  transform: translateY(100%);
}

.lang-overlay.active .lang-sheet {
  transform: translateY(0);
}

.lang-handle {
  background: var(--bg-3);
  border-radius: 3px;
  width: 48px;
  height: 5px;
  margin: 0 auto 20px;
}

.lang-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

.lang-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 16px;
  display: grid;
}

.lang-option {
  background: var(--bg-2);
  cursor: pointer;
  transition: all var(--transition);
  border: 2px solid #0000;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 16px 14px;
  font-size: 15px;
  font-weight: 600;
  display: flex;
}

.lang-option:hover {
  background: var(--bg-3);
}

.lang-option.active {
  border-color: var(--accent);
  background: #6366f11a;
}

.lang-divider {
  color: var(--text-3);
  text-align: center;
  margin: 20px 0;
  font-size: 13px;
}

.lang-all {
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  display: grid;
}

.sticky-cta {
  padding: 14px 16px;
  padding-bottom: calc(14px + env(safe-area-inset-bottom));
  z-index: 90;
  gap: 12px;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.sticky-cta .btn {
  flex: 1;
  padding: 18px;
  font-size: 16px;
}

.hero {
  align-items: center;
  min-height: calc(100svh - 80px);
  padding: 100px 16px 60px;
  display: flex;
}

.hero-inner {
  flex-direction: column;
  gap: 40px;
  width: 100%;
  display: flex;
}

.hero-content {
  text-align: center;
}

.hero-badge {
  color: var(--text-2);
  border-radius: 100px;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
}

.badge-dot {
  background: var(--success);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  animation: 2s infinite pulse;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: .5;
    transform: scale(1.4);
  }
}

.hero h1 {
  letter-spacing: -.03em;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.08;
}

.hero-sub {
  color: var(--text-2);
  max-width: 520px;
  margin: 0 auto 24px;
  font-size: 17px;
  line-height: 1.7;
}

.hero-trust {
  color: var(--text-2);
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-bottom: 32px;
  font-size: 14px;
  display: flex;
}

.hero-trust span {
  align-items: center;
  gap: 6px;
  display: flex;
}

.hero-trust-icon {
  color: var(--accent);
}

.hero-btns {
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  display: none;
}

.hero-visual {
  display: none;
}

.visual-card {
  background: var(--bg-card);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 28px;
}

.visual-card-title {
  color: var(--text-3);
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
}

.visual-preview {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

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

.preview-row:last-child {
  border-bottom: none;
}

.preview-label {
  color: var(--text-2);
  font-size: 14px;
}

.preview-value {
  color: var(--text-1);
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  display: flex;
}

.preview-total {
  border-top: 2px solid var(--accent);
  margin-top: 8px;
  padding-top: 16px;
}

.preview-total .preview-value {
  font-size: 28px;
  font-weight: 800;
}

.section {
  padding: 80px 16px;
}

.section-alt {
  background: var(--bg-1);
}

.section-header {
  text-align: center;
  margin-bottom: 48px;
}

.section-badge {
  background: linear-gradient(135deg, var(--g1), var(--g2));
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .06em;
  border-radius: 100px;
  margin-bottom: 16px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.section-title {
  letter-spacing: -.02em;
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 800;
}

.section-sub {
  color: var(--text-2);
  max-width: 500px;
  margin: 0 auto;
  font-size: 16px;
}

.pricing-layout {
  flex-direction: column;
  gap: 32px;
  display: flex;
}

.pricing-controls {
  flex: 1;
}

.pricing-summary {
  position: relative;
}

.pricing-card {
  border-radius: 28px;
  overflow: hidden;
}

.stepper {
  background: var(--bg-2);
  border-bottom: 1px solid var(--border);
  gap: 12px;
  padding: 20px;
  display: flex;
}

.step {
  text-align: center;
  flex: 1;
}

.step-num {
  background: var(--bg-3);
  width: 36px;
  height: 36px;
  color: var(--text-3);
  transition: all var(--transition);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin: 0 auto 8px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.step.active .step-num, .step.done .step-num {
  background: linear-gradient(135deg, var(--g1), var(--g2));
  color: #fff;
}

.step-lbl {
  color: var(--text-3);
  font-size: 12px;
  font-weight: 600;
}

.step.active .step-lbl {
  color: var(--text-1);
}

.calc-inner {
  padding: 28px 24px;
}

.calc-section {
  margin-bottom: 28px;
}

.calc-label {
  color: var(--text-2);
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.calc-options {
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  display: grid;
}

.calc-opt {
  background: var(--bg-2);
  text-align: center;
  cursor: pointer;
  transition: all var(--transition);
  border: 2px solid #0000;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  min-height: 80px;
  padding: 18px 12px;
  display: flex;
  position: relative;
}

.calc-opt:hover {
  background: var(--bg-3);
  transform: translateY(-2px);
}

.calc-opt.active {
  border-color: var(--accent);
  background: #6366f11a;
}

.calc-opt.popular:after {
  content: "Хит";
  background: var(--success);
  color: #fff;
  border-radius: 8px;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 700;
  position: absolute;
  top: -10px;
  right: -10px;
}

.calc-opt-icon {
  margin-bottom: 8px;
  font-size: 28px;
}

.calc-opt-text {
  font-size: 14px;
  font-weight: 600;
}

.calc-opt-price {
  color: var(--text-3);
  margin-top: 4px;
  font-size: 12px;
}

.calc-qty {
  background: var(--bg-2);
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  display: flex;
}

.calc-qty-btn {
  background: var(--bg-3);
  border: 1px solid var(--border);
  width: 52px;
  height: 52px;
  color: var(--text-1);
  cursor: pointer;
  transition: all var(--transition);
  border-radius: 14px;
  font-size: 24px;
  font-weight: 600;
}

.calc-qty-btn:hover {
  background: var(--bg-card);
  border-color: var(--border-hover);
}

.calc-qty-btn:active {
  transform: scale(.95);
}

.calc-qty-val {
  font-size: 42px;
  font-weight: 800;
}

.calc-slider {
  cursor: pointer;
  -webkit-appearance: none;
  background: var(--bg-3);
  border-radius: 4px;
  width: 100%;
  height: 8px;
  margin-top: 16px;
}

.calc-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: linear-gradient(135deg, var(--g1), var(--g2));
  cursor: pointer;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  box-shadow: 0 4px 15px #6366f180;
}

.summary-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 28px;
}

.summary-title {
  color: var(--text-3);
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: 24px;
  font-size: 13px;
  font-weight: 600;
}

.summary-rows {
  margin-bottom: 24px;
}

.summary-row {
  border-bottom: 1px solid var(--border);
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  display: flex;
}

.summary-row:last-child {
  border-bottom: none;
}

.summary-row-label {
  color: var(--text-2);
  font-size: 14px;
}

.summary-row-value {
  font-size: 15px;
  font-weight: 600;
}

.summary-total {
  border: 1px solid var(--accent);
  background: linear-gradient(135deg, #6366f11a, #8b5cf61a);
  border-radius: 16px;
  margin-bottom: 20px;
  padding: 20px;
}

.summary-total-row {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.summary-total-label {
  color: var(--text-2);
  font-size: 14px;
}

.summary-total-value {
  font-size: 44px;
  font-weight: 800;
  line-height: 1;
}

.summary-features {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
  display: flex;
}

.summary-feat {
  color: var(--text-2);
  align-items: center;
  gap: 6px;
  font-size: 13px;
  display: flex;
}

.summary-feat-icon {
  color: var(--success);
  font-weight: 700;
}

.features-grid {
  gap: 20px;
  display: grid;
}

.feature-card {
  transition: all var(--transition);
  border-radius: 24px;
  gap: 20px;
  padding: 28px;
  display: flex;
}

.feature-card:hover {
  border-color: var(--border-hover);
  transform: translateY(-4px);
  box-shadow: 0 20px 40px #0000001a;
}

.feature-icon {
  background: linear-gradient(135deg, var(--g1), var(--g2));
  border-radius: 16px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  font-size: 26px;
  display: flex;
}

.feature-content {
  flex: 1;
}

.feature-title {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 700;
}

.feature-desc {
  color: var(--text-2);
  font-size: 15px;
  line-height: 1.5;
}

.feature-link {
  color: var(--accent);
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.feature-link:hover {
  text-decoration: underline;
}

.cases-scroll {
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  gap: 20px;
  margin: 0 -16px;
  padding: 4px 16px;
  display: flex;
  overflow-x: auto;
}

.cases-scroll::-webkit-scrollbar {
  display: none;
}

.case-card {
  scroll-snap-align: start;
  transition: all var(--transition);
  border-radius: 24px;
  flex: 0 0 300px;
  padding: 28px;
}

.case-card:hover {
  border-color: var(--accent);
  transform: translateY(-4px);
}

.case-icon {
  background: var(--bg-2);
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  font-size: 30px;
  display: flex;
}

.case-title {
  margin-bottom: 16px;
  font-size: 19px;
  font-weight: 700;
}

.case-list {
  margin-bottom: 20px;
  list-style: none;
}

.case-list li {
  color: var(--text-2);
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.4;
  display: flex;
}

.case-list li:before {
  content: "✓";
  color: var(--success);
  flex-shrink: 0;
  margin-top: 1px;
  font-weight: 700;
}

.case-link {
  color: var(--accent);
  align-items: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.case-link:hover {
  text-decoration: underline;
}

.cases-all {
  text-align: center;
  margin-top: 32px;
}

.tools-grid {
  gap: 16px;
  display: grid;
}

.tool-card {
  transition: all var(--transition);
  border-radius: 20px;
  align-items: center;
  gap: 18px;
  padding: 22px;
  text-decoration: none;
  display: flex;
}

.tool-card:hover {
  border-color: var(--accent);
  transform: translateX(8px);
}

.tool-icon {
  background: var(--bg-2);
  border-radius: 16px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  font-size: 26px;
  display: flex;
}

.tool-content {
  flex: 1;
}

.tool-title {
  color: var(--text-1);
  margin-bottom: 4px;
  font-size: 17px;
  font-weight: 600;
}

.tool-desc {
  color: var(--text-3);
  font-size: 14px;
}

.tool-arrow {
  color: var(--accent);
  opacity: 0;
  transition: all var(--transition);
  font-size: 20px;
}

.tool-card:hover .tool-arrow {
  opacity: 1;
  transform: translateX(4px);
}

.payment-layout {
  flex-direction: column;
  gap: 32px;
  display: flex;
}

.payment-info {
  max-width: 500px;
}

.payment-info h3 {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
}

.payment-info p {
  color: var(--text-2);
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.7;
}

.payment-trust {
  flex-wrap: wrap;
  gap: 16px;
  display: flex;
}

.payment-trust-item {
  color: var(--text-2);
  align-items: center;
  gap: 8px;
  font-size: 14px;
  display: flex;
}

.payment-trust-icon {
  color: var(--success);
}

.payment-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  display: grid;
}

.payment-card {
  text-align: center;
  transition: all var(--transition);
  border-radius: 20px;
  padding: 24px;
}

.payment-card:hover {
  border-color: var(--border-hover);
  transform: translateY(-4px);
}

.payment-icon {
  margin-bottom: 12px;
  font-size: 36px;
}

.payment-name {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
}

.payment-desc {
  color: var(--text-3);
  font-size: 13px;
}

.faq-layout {
  flex-direction: column;
  gap: 32px;
  display: flex;
}

.faq-list {
  flex: 1;
}

.faq-item {
  border-bottom: 1px solid var(--border);
}

.faq-btn {
  cursor: pointer;
  text-align: left;
  background: none;
  border: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 72px;
  padding: 24px 0;
  display: flex;
}

.faq-q {
  color: var(--text-1);
  padding-right: 20px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
}

.faq-icon {
  background: var(--bg-2);
  width: 36px;
  height: 36px;
  color: var(--accent);
  transition: all var(--transition);
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  display: flex;
}

.faq-item.active .faq-icon {
  background: var(--accent);
  color: #fff;
  transform: rotate(45deg);
}

.faq-a {
  color: var(--text-2);
  max-width: 700px;
  padding-bottom: 24px;
  font-size: 15px;
  line-height: 1.7;
  display: none;
}

.faq-item.active .faq-a {
  display: block;
}

.faq-all {
  text-align: center;
  border-top: 1px solid var(--border);
  margin-top: 32px;
  padding-top: 32px;
}

.cta-section {
  padding: 80px 16px;
}

.cta-card {
  background: linear-gradient(135deg, var(--g1), var(--g2));
  text-align: center;
  border-radius: 32px;
  max-width: 800px;
  margin: 0 auto;
  padding: 48px 32px;
}

.cta-title {
  color: #fff;
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 800;
}

.cta-text {
  color: #ffffffd9;
  max-width: 500px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
}

.cta-btns {
  flex-direction: column;
  gap: 14px;
  max-width: 400px;
  margin: 0 auto;
  display: flex;
}

.cta-card .btn-primary {
  color: var(--g1);
  background: #fff;
  box-shadow: 0 8px 30px #0003;
}

.cta-card .btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px #00000040;
}

.cta-card .btn-secondary {
  color: #fff;
  background: #ffffff26;
  border-color: #ffffff4d;
}

.footer {
  border-top: 1px solid var(--border);
  padding: 80px 16px 160px;
}

.footer-grid {
  gap: 48px;
  display: grid;
}

.footer-brand .logo {
  margin-bottom: 20px;
}

.footer-desc {
  color: var(--text-2);
  max-width: 300px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.6;
}

.footer-legal {
  color: var(--text-3);
  font-size: 13px;
  line-height: 1.7;
}

.footer-col-title {
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--text-1);
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 700;
}

.footer-links {
  flex-direction: column;
  gap: 14px;
  display: flex;
}

.footer-link {
  color: var(--text-2);
  transition: color var(--transition);
  font-size: 15px;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--accent);
}

.footer-bottom {
  max-width: var(--container);
  border-top: 1px solid var(--border);
  margin: 48px auto 0;
  padding-top: 32px;
}

.footer-bottom-main {
  color: var(--text-3);
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
  font-size: 14px;
  display: flex;
}

.footer-bottom-links {
  gap: 32px;
  display: flex;
}

.footer-bottom-links a {
  color: var(--text-3);
  text-decoration: none;
}

.footer-bottom-links a:hover {
  color: var(--text-2);
}

.footer-disclaimer {
  color: var(--text-3);
  border-top: 1px solid var(--border);
  padding-top: 16px;
  font-size: 12px;
  line-height: 1.6;
}

.footer-accordion {
  display: block;
}

.footer-accordion-btn {
  border: none;
  border-bottom: 1px solid var(--border);
  cursor: pointer;
  background: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 0;
  display: flex;
}

.footer-accordion-btn span {
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--text-1);
  font-size: 13px;
  font-weight: 700;
}

.footer-accordion-icon {
  color: var(--text-3);
  font-size: 18px;
  transition: transform .2s;
}

.footer-accordion.open .footer-accordion-icon {
  transform: rotate(180deg);
}

.footer-accordion-content {
  padding: 16px 0;
  display: none;
}

.footer-accordion.open .footer-accordion-content {
  display: block;
}

@media (min-width: 640px) {
  .hero {
    padding: 140px 24px 100px;
  }

  .hero h1 {
    font-size: 52px;
  }

  .hero-sub {
    font-size: 19px;
  }

  .hero-btns {
    display: flex;
  }

  .sticky-cta {
    display: none;
  }

  .section {
    padding: 100px 24px;
  }

  .section-title {
    font-size: 40px;
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .case-card {
    flex: 0 0 340px;
  }

  .tools-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cta-btns {
    flex-direction: row;
    justify-content: center;
    max-width: none;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-bottom-main {
    flex-direction: row;
    justify-content: space-between;
  }

  .footer {
    padding-bottom: 80px;
  }
}

@media (min-width: 1024px) {
  .nav {
    display: flex;
  }

  .btn-sm {
    display: inline-flex;
  }

  .icon-btn.menu-btn {
    display: none;
  }

  .hero {
    padding: 160px 32px 120px;
  }

  .hero-inner {
    flex-direction: row;
    align-items: center;
    gap: 64px;
  }

  .hero-content {
    text-align: left;
    flex: 1;
  }

  .hero h1 {
    font-size: 58px;
  }

  .hero-sub {
    margin: 0 0 24px;
  }

  .hero-trust, .hero-btns {
    justify-content: flex-start;
  }

  .hero-visual {
    flex: 0 0 400px;
    display: block;
  }

  .pricing-layout {
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
  }

  .pricing-controls {
    flex: 1;
    max-width: 600px;
  }

  .pricing-summary {
    flex: 0 0 380px;
    position: sticky;
    top: 100px;
  }

  .features-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .cases-scroll {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 0;
    padding: 0;
    display: grid;
    overflow: visible;
  }

  .case-card {
    flex: none;
  }

  .payment-layout {
    flex-direction: row;
    align-items: flex-start;
    gap: 64px;
  }

  .payment-info {
    flex: 1;
  }

  .payment-methods {
    flex: 0 0 400px;
  }

  .cta-card {
    padding: 64px 48px;
  }

  .cta-title {
    font-size: 40px;
  }

  .footer-grid {
    grid-template-columns: 2fr repeat(4, 1fr);
    gap: 48px;
  }

  .footer-accordion-btn {
    display: none;
  }

  .footer-accordion-content {
    padding: 0;
    display: block;
  }

  .footer-col-title {
    display: block;
  }
}

@media (min-width: 1280px) {
  .container {
    padding: 0 32px;
  }

  .hero h1 {
    font-size: 66px;
  }

  .hero-visual {
    flex: 0 0 440px;
  }

  .pricing-summary {
    flex: 0 0 420px;
  }

  .section {
    padding: 120px 32px;
  }

  .section-title {
    font-size: 48px;
  }
}

.auth-form-wrapper {
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 80px);
  padding: 120px 16px 80px;
  display: flex;
}

.auth-card {
  border-radius: 24px;
  width: 100%;
  max-width: 480px;
  padding: 40px 32px;
}

.auth-title {
  text-align: center;
  letter-spacing: -.02em;
  margin-bottom: 8px;
  font-size: 28px;
  font-weight: 800;
}

.auth-subtitle {
  color: var(--text-2);
  text-align: center;
  margin-bottom: 32px;
  font-size: 15px;
  line-height: 1.5;
}

.form-group {
  margin-bottom: 20px;
}

.form-label {
  color: var(--text-1);
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.form-input {
  width: 100%;
  color: var(--text-1);
  background: var(--bg-2);
  border: 2px solid var(--border);
  transition: all var(--transition);
  border-radius: 12px;
  outline: none;
  padding: 14px 16px;
  font-family: inherit;
  font-size: 15px;
}

.form-input::placeholder {
  color: var(--text-3);
}

.form-input:focus {
  border-color: var(--accent);
  background: var(--bg-1);
  box-shadow: 0 0 0 3px #6366f11a;
}

.form-input:hover:not(:focus) {
  border-color: var(--border-hover);
}

.form-checkbox {
  border: 2px solid var(--border);
  background: var(--bg-2);
  cursor: pointer;
  width: 18px;
  height: 18px;
  transition: all var(--transition);
  accent-color: var(--accent);
  border-radius: 4px;
}

.form-checkbox:hover {
  border-color: var(--border-hover);
}

.form-checkbox:checked {
  background: var(--accent);
  border-color: var(--accent);
}

.w-full {
  width: 100%;
}

.auth-card form {
  margin-bottom: 0;
}

.auth-card .btn {
  margin-top: 8px;
}

@media (min-width: 640px) {
  .auth-form-wrapper {
    padding: 140px 24px 100px;
  }

  .auth-card {
    padding: 48px 40px;
  }

  .auth-title {
    font-size: 32px;
  }

  .auth-subtitle {
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  .auth-form-wrapper {
    padding: 160px 32px 120px;
  }
}

.dash-layout {
  background: var(--bg-0);
  min-height: 100vh;
  display: flex;
}

.dash-content-wrapper {
  flex-direction: column;
  flex: 1;
  min-width: 0;
  display: flex;
}

.dash-main {
  flex: 1;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 24px 16px;
}

.dash-title {
  letter-spacing: -.02em;
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 800;
}

.dash-sidebar {
  background: var(--bg-1);
  border-right: 1px solid var(--border);
  z-index: 200;
  flex-direction: column;
  width: 280px;
  transition: left .3s;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -280px;
  overflow-y: auto;
}

.dash-sidebar.open {
  left: 0;
}

.dash-sidebar-header {
  border-bottom: 1px solid var(--border);
  padding: 20px;
}

.dash-sidebar-footer {
  margin-top: auto;
  padding: 20px;
}

.dash-sidebar-divider {
  background: var(--border);
  height: 1px;
  margin-bottom: 16px;
}

.dash-nav {
  flex-direction: column;
  gap: 4px;
  padding: 16px 12px;
  display: flex;
}

.dash-nav-link {
  color: var(--text-2);
  transition: all var(--transition);
  border-radius: 12px;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.dash-nav-link:hover {
  background: var(--bg-2);
  color: var(--text-1);
}

.dash-nav-link.active {
  color: var(--accent);
  background: linear-gradient(135deg, #6366f126, #8b5cf626);
  font-weight: 600;
}

.dash-nav-icon {
  text-align: center;
  width: 24px;
  font-size: 20px;
}

.dash-nav-label {
  flex: 1;
}

.dash-cta-btn {
  background: linear-gradient(135deg, var(--g1), var(--g2));
  color: #fff;
  transition: all var(--transition);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 15px #6366f14d;
}

.dash-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px #6366f166;
}

.dash-header {
  background: var(--bg-1);
  border-bottom: 1px solid var(--border);
  z-index: 100;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  display: flex;
  position: sticky;
  top: 0;
}

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

.dash-header-right {
  align-items: center;
  gap: 12px;
  display: flex;
}

.dash-burger {
  background: var(--bg-2);
  border: 1px solid var(--border);
  cursor: pointer;
  width: 40px;
  height: 40px;
  transition: all var(--transition);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  display: flex;
}

.dash-burger:hover {
  background: var(--bg-3);
  border-color: var(--border-hover);
}

.dash-icon-btn {
  background: var(--bg-2);
  border: 1px solid var(--border);
  cursor: pointer;
  width: 40px;
  height: 40px;
  color: var(--text-1);
  transition: all var(--transition);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  display: flex;
  position: relative;
}

.dash-icon-btn:hover {
  background: var(--bg-3);
  border-color: var(--border-hover);
}

.dash-avatar {
  background: linear-gradient(135deg, var(--g1), var(--g2));
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-weight: 700;
  display: flex;
}

.dash-footer {
  border-top: 1px solid var(--border);
  background: var(--bg-1);
  padding: 20px;
}

.dash-footer-content {
  max-width: 1400px;
  color: var(--text-3);
  text-align: center;
  flex-direction: column;
  gap: 16px;
  margin: 0 auto;
  font-size: 14px;
  display: flex;
}

.dash-footer-links {
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  display: flex;
}

.dash-footer-links a {
  color: var(--text-3);
  transition: color var(--transition);
  text-decoration: none;
}

.dash-footer-links a:hover {
  color: var(--accent);
}

.dash-bottom-nav {
  background: var(--bg-1);
  border-top: 1px solid var(--border);
  padding: 8px;
  padding-bottom: calc(8px + env(safe-area-inset-bottom));
  z-index: 150;
  gap: 4px;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.dash-nav-item {
  color: var(--text-3);
  transition: all var(--transition);
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 8px 4px;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.dash-nav-item:hover {
  background: var(--bg-2);
  color: var(--text-2);
}

.dash-nav-item.active {
  color: var(--accent);
  background: #6366f11a;
}

.dash-nav-item-icon {
  margin-bottom: 4px;
  font-size: 22px;
}

.dash-nav-item-label {
  font-size: 11px;
}

.stats-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 32px;
  display: grid;
}

.stat-card {
  background: var(--bg-1);
  border: 1px solid var(--border);
  transition: all var(--transition);
  text-align: center;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  padding: 24px 20px;
  text-decoration: none;
  display: flex;
}

.stat-card:hover {
  border-color: var(--border-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px #0000001a;
}

.stat-icon {
  margin-bottom: 12px;
  font-size: 32px;
}

.stat-label {
  color: var(--text-3);
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 500;
}

.stat-value {
  color: var(--text-1);
  font-size: 26px;
  font-weight: 800;
}

.quick-actions {
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 32px;
  display: grid;
}

.widgets-grid {
  gap: 24px;
  margin-bottom: 32px;
  display: grid;
}

.widget {
  background: var(--bg-1);
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
}

.widget-title {
  border-bottom: 1px solid var(--border);
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.widget-title a {
  color: var(--accent);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.widget-title a:hover {
  text-decoration: underline;
}

.widget-content {
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  display: flex;
}

.service-card {
  background: var(--bg-2);
  border: 1px solid var(--border);
  color: inherit;
  transition: all var(--transition);
  border-radius: 14px;
  align-items: center;
  gap: 14px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.service-card:hover {
  border-color: var(--border-hover);
  transform: translateX(4px);
}

.service-flag {
  font-size: 32px;
}

.service-info {
  flex: 1;
}

.service-name {
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 600;
}

.service-meta {
  color: var(--text-3);
  font-size: 13px;
}

.ticket-card {
  background: var(--bg-2);
  border: 1px solid var(--border);
  color: inherit;
  transition: all var(--transition);
  border-radius: 14px;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.ticket-card:hover {
  border-color: var(--border-hover);
}

.ticket-header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.ticket-subject {
  font-size: 15px;
  font-weight: 600;
}

.ticket-status {
  text-transform: uppercase;
  border-radius: 6px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 600;
}

.ticket-status.open {
  color: var(--success);
  background: #22d39926;
}

.ticket-status.replied {
  color: var(--accent);
  background: #6366f126;
}

.ticket-updated {
  color: var(--text-3);
  font-size: 13px;
}

.btn-ghost {
  color: var(--text-2);
  border: 1px solid var(--border);
  background: none;
}

.btn-ghost:hover {
  background: var(--bg-2);
  border-color: var(--border-hover);
  color: var(--text-1);
}

@media (min-width: 640px) {
  .dash-main {
    padding: 32px 24px;
  }

  .dash-title {
    font-size: 32px;
  }

  .stats-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .quick-actions {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .dash-sidebar {
    position: sticky;
    left: 0;
  }

  .dash-burger, .dash-bottom-nav {
    display: none;
  }

  .dash-main {
    padding: 40px 32px 80px;
  }

  .widgets-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dash-footer-content {
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (min-width: 1280px) {
  .dash-main {
    padding: 48px 40px 80px;
  }
}

.dash-user-menu {
  position: relative;
}

.dash-avatar {
  background: linear-gradient(135deg, var(--g1), var(--g2));
  color: #fff;
  cursor: pointer;
  width: 40px;
  height: 40px;
  transition: all var(--transition);
  border: 2px solid #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.dash-avatar:hover {
  border-color: var(--accent);
  box-shadow: 0 4px 12px #6366f14d;
}

.dash-user-dropdown {
  background: var(--bg-1);
  border: 1px solid var(--border);
  z-index: 1000;
  border-radius: 16px;
  width: 280px;
  animation: .2s slideDown;
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  overflow: hidden;
  box-shadow: 0 10px 40px #0003;
}

.dash-user-info {
  background: var(--bg-2);
  align-items: center;
  gap: 14px;
  padding: 20px;
  display: flex;
}

.dash-user-avatar {
  background: linear-gradient(135deg, var(--g1), var(--g2));
  color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.dash-user-details {
  flex: 1;
  min-width: 0;
}

.dash-user-name {
  color: var(--text-1);
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 2px;
  font-size: 15px;
  font-weight: 600;
  overflow: hidden;
}

.dash-user-email {
  color: var(--text-3);
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 13px;
  overflow: hidden;
}

.dash-user-divider {
  background: var(--border);
  height: 1px;
  margin: 8px 0;
}

.dash-user-item {
  color: var(--text-1);
  transition: all var(--transition);
  cursor: pointer;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.dash-user-item:hover {
  background: var(--bg-2);
}

.dash-user-item span:first-child {
  text-align: center;
  width: 20px;
  font-size: 18px;
}

.dash-user-logout {
  color: #ef4444;
}

.dash-user-logout:hover {
  background: #ef44441a;
}

.dash-overlay {
  z-index: 999;
  background: none;
  position: fixed;
  inset: 0;
}

.dash-header {
  height: 64px;
  min-height: 64px;
}

.dash-header-left, .dash-header-right {
  height: 100%;
}

.dash-header-logo {
  display: none;
}

.dash-sidebar-header {
  align-items: center;
  height: 64px;
  min-height: 64px;
  display: flex;
}

.services-list {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.service-card-mobile {
  background: var(--bg-1);
  border: 1px solid var(--border);
  transition: all var(--transition);
  border-radius: 16px;
  padding: 20px;
}

.service-card-mobile:hover {
  border-color: var(--border-hover);
  transform: translateY(-2px);
}

.service-card-header {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.service-card-name {
  color: var(--text-1);
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
}

.service-card-type {
  color: var(--text-3);
  font-size: 13px;
}

.service-status {
  text-transform: uppercase;
  letter-spacing: .05em;
  border-radius: 8px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
}

.service-status.active {
  color: var(--success);
  background: #22d39926;
}

.service-status.pending {
  color: #f59e0b;
  background: #fbbf2426;
}

.service-status.suspended {
  color: #ef4444;
  background: #ef444426;
}

.service-card-info {
  background: var(--bg-2);
  border-radius: 12px;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 16px;
  padding: 16px;
  display: flex;
}

.service-info-row {
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.service-info-label {
  color: var(--text-3);
}

.service-info-value {
  color: var(--text-1);
  font-weight: 600;
}

.services-table {
  background: var(--bg-1);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
}

.services-table-wrapper {
  overflow-x: auto;
}

.services-table table {
  border-collapse: collapse;
  width: 100%;
}

.services-table thead {
  background: var(--bg-2);
  border-bottom: 1px solid var(--border);
}

.services-table th {
  text-align: left;
  color: var(--text-3);
  text-transform: uppercase;
  letter-spacing: .05em;
  padding: 16px 20px;
  font-size: 13px;
  font-weight: 600;
}

.services-table td {
  border-bottom: 1px solid var(--border);
  padding: 16px 20px;
  font-size: 15px;
}

.services-table tbody tr:last-child td {
  border-bottom: none;
}

.services-table tbody tr {
  transition: background var(--transition);
}

.services-table tbody tr:hover {
  background: var(--bg-2);
}

.empty-state {
  background: var(--bg-1);
  border: 1px solid var(--border);
  text-align: center;
  border-radius: 16px;
  padding: 60px 20px;
}

.empty-state-icon {
  opacity: .5;
  margin-bottom: 16px;
  font-size: 48px;
}

.empty-state-title {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
}

.empty-state-text {
  color: var(--text-3);
  margin-bottom: 24px;
  font-size: 15px;
}

@media (min-width: 768px) {
  .services-list {
    display: none;
  }
}

@media (max-width: 767px) {
  .services-table {
    display: none;
  }
}

/* [project]/src/app/globals.css [app-client] (css) */
*, :before, :after, ::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #3b82f680;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

*, :before, :after {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
}

:before, :after {
  --tw-content: "";
}

html, :host {
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
  font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5;
}

body {
  line-height: inherit;
  margin: 0;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp, pre {
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button, input, optgroup, select, textarea {
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button, select {
  text-transform: none;
}

button, input:where([type="button"]), input:where([type="reset"]), input:where([type="submit"]) {
  -webkit-appearance: button;
  background-color: #0000;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button {
  height: auto;
}

::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol, ul, menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder, textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button, [role="button"] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img, svg, video, canvas, audio, iframe, embed, object {
  vertical-align: middle;
  display: block;
}

img, video {
  max-width: 100%;
  height: auto;
}

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.top-0 {
  top: 0;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-0\.5 {
  margin-bottom: .125rem;
}

.mb-1 {
  margin-bottom: .25rem;
}

.mb-2 {
  margin-bottom: .5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mt-1 {
  margin-top: .25rem;
}

.mt-2 {
  margin-top: .5rem;
}

.mt-3 {
  margin-top: .75rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.hidden {
  display: none;
}

.h-16 {
  height: 4rem;
}

.h-full {
  height: 100%;
}

.max-h-\[500px\] {
  max-height: 500px;
}

.max-h-\[90vh\] {
  max-height: 90vh;
}

.min-h-\[100px\] {
  min-height: 100px;
}

.min-h-\[120px\] {
  min-height: 120px;
}

.min-h-\[44px\] {
  min-height: 44px;
}

.min-h-screen {
  min-height: 100vh;
}

.w-full {
  width: 100%;
}

.min-w-full {
  min-width: 100%;
}

.min-w-max {
  min-width: max-content;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-\[85\%\] {
  max-width: 85%;
}

.max-w-md {
  max-width: 28rem;
}

.flex-1 {
  flex: 1;
}

.flex-grow {
  flex-grow: 1;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.gap-2 {
  gap: .5rem;
}

.gap-3 {
  gap: .75rem;
}

.gap-4 {
  gap: 1rem;
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(.25rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.break-all {
  word-break: break-all;
}

.rounded {
  border-radius: .25rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: .5rem;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-r {
  border-right-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-primary-500 {
  --tw-border-opacity: 1;
  border-color: rgb(4 172 214 / var(--tw-border-opacity, 1));
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.border-transparent {
  border-color: #0000;
}

.border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}

.bg-black\/50 {
  background-color: #00000080;
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.bg-primary-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(204 247 254 / var(--tw-bg-opacity, 1));
}

.bg-primary-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 255 / var(--tw-bg-opacity, 1));
}

.bg-primary-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 172 214 / var(--tw-bg-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}

.p-2 {
  padding: .5rem;
}

.p-3 {
  padding: .75rem;
}

.p-4 {
  padding: 1rem;
}

.px-2 {
  padding-left: .5rem;
  padding-right: .5rem;
}

.px-3 {
  padding-left: .75rem;
  padding-right: .75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-1 {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.py-3 {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-2 {
  padding-top: .5rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-\[10px\] {
  font-size: 10px;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: .875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: .75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.tracking-wider {
  letter-spacing: .05em;
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.text-primary-500 {
  --tw-text-opacity: 1;
  color: rgb(4 172 214 / var(--tw-text-opacity, 1));
}

.text-primary-600 {
  --tw-text-opacity: 1;
  color: rgb(7 137 180 / var(--tw-text-opacity, 1));
}

.text-primary-700 {
  --tw-text-opacity: 1;
  color: rgb(13 110 146 / var(--tw-text-opacity, 1));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}

.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}

.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}

.opacity-50 {
  opacity: .5;
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 #0000000d;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-shadow {
  transition-property: box-shadow;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.app-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:border-transparent:focus {
  border-color: #0000;
}

.focus\:outline-none:focus {
  outline-offset: 2px;
  outline: 2px solid #0000;
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-primary-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(4 172 214 / var(--tw-ring-opacity, 1));
}

.focus\:ring-red-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}

.dark\:divide-gray-700:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-divide-opacity, 1));
}

.dark\:border-gray-600:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}

.dark\:border-gray-700:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}

.dark\:border-gray-800:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}

.dark\:border-yellow-800:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
}

.dark\:bg-blue-900\/30:is(.dark *) {
  background-color: #1e3a8a4d;
}

.dark\:bg-gray-700:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.dark\:bg-gray-800:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.dark\:bg-gray-900:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

.dark\:bg-green-900\/30:is(.dark *) {
  background-color: #14532d4d;
}

.dark\:bg-primary-900\/20:is(.dark *) {
  background-color: #154a6433;
}

.dark\:bg-primary-900\/30:is(.dark *) {
  background-color: #154a644d;
}

.dark\:bg-yellow-900\/20:is(.dark *) {
  background-color: #713f1233;
}

.dark\:text-blue-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}

.dark\:text-gray-100:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}

.dark\:text-gray-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.dark\:text-gray-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.dark\:text-green-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1));
}

.dark\:text-green-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}

.dark\:text-primary-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(92 224 250 / var(--tw-text-opacity, 1));
}

.dark\:text-primary-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(32 201 240 / var(--tw-text-opacity, 1));
}

.dark\:text-red-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.dark\:text-yellow-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(254 240 138 / var(--tw-text-opacity, 1));
}

.dark\:text-yellow-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.dark\:placeholder-gray-500:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-gray-500:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
}

.dark\:hover\:bg-gray-700:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.dark\:hover\:text-gray-200:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .sm\:w-64 {
    width: 16rem;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }
}

@media (min-width: 768px) {
  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:max-w-\[70\%\] {
    max-width: 70%;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .lg\:fixed {
    position: fixed;
  }

  .lg\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-64 {
    width: 16rem;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg\:pl-64 {
    padding-left: 16rem;
  }

  .lg\:pt-0 {
    padding-top: 0;
  }
}

/*# sourceMappingURL=%5Broot-of-the-server%5D__ef4dbc7d._.css.map*/