/* [project]/app/globals.css [app-client] (css) */
:root {
  --bg: #f3f7ff;
  --surface: #fff;
  --surface-muted: #f8fbff;
  --text: #0f172a;
  --muted: #64748b;
  --border: #dbe6f3;
  --border-strong: #bfd3ea;
  --primary: #1d4ed8;
  --primary-strong: #1e40af;
  --success: #16a34a;
  --danger: #dc2626;
  --shadow-sm: 0 2px 10px #0f172a0d;
  --shadow-md: 0 10px 28px #0f172a17;
  --space-1: 6px;
  --space-2: 10px;
  --space-3: 16px;
  --space-4: 22px;
}

* {
  box-sizing: border-box;
}

html, body {
  color: var(--text);
  background: radial-gradient(1200px 400px at 50% -50%, #dbeafe 0%, transparent 70%), var(--bg);
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font-inter), Inter, system-ui, Arial, sans-serif;
  line-height: 1.5;
}

.container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 32px 24px 52px;
}

h1, h2, h3, h4 {
  letter-spacing: -.015em;
  margin: 0;
}

h2 {
  font-size: 2rem;
  font-weight: 800;
}

h3 {
  font-size: 1.45rem;
  font-weight: 750;
  line-height: 1.2;
}

h4 {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.25;
}

p {
  color: var(--text);
  margin: 0;
}

.card {
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  border-radius: 16px;
  margin-bottom: 16px;
  padding: 18px;
}

.row {
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  display: flex;
}

input, select, button, textarea {
  font: inherit;
  border: 1px solid var(--border-strong);
  background: #fff;
  border-radius: 12px;
  padding: 10px 12px;
  transition: all .12s;
}

input, select, textarea {
  min-height: 42px;
}

input:focus, select:focus, textarea:focus, button:focus-visible {
  border-color: var(--primary);
  outline: none;
  box-shadow: 0 0 0 3px #1d4ed826;
}

input[type="checkbox"] {
  min-height: auto;
  box-shadow: none;
  border: none;
  border-radius: 4px;
  padding: 0;
}

input[type="checkbox"]:focus, input[type="checkbox"]:focus-visible {
  box-shadow: none;
  border-color: #0000;
  outline: none;
}

button {
  background: var(--primary);
  color: #fff;
  cursor: pointer;
  border-color: #0000;
  font-weight: 650;
  box-shadow: 0 1px 2px #0f172a0d;
}

button:hover {
  background: var(--primary-strong);
  transform: translateY(-1px);
  box-shadow: 0 6px 16px #2563eb24;
}

button:disabled {
  opacity: .65;
  cursor: not-allowed;
  transform: none;
}

button.secondary {
  color: #334155;
  border: 1px solid var(--border);
  background: #f1f5f9;
}

button.secondary:hover {
  background: #e8eef8;
}

button.btn-success {
  background: var(--success);
  color: #fff;
}

button.btn-success:hover {
  background: #15803d;
}

button.btn-danger {
  background: var(--danger);
  color: #fff;
}

button.btn-danger:hover {
  background: #b91c1c;
}

button.btn-lg {
  min-width: 180px;
  padding: 14px 22px;
  font-size: 18px;
}

button.btn-icon {
  min-width: 44px;
  padding: 10px 12px;
  font-weight: 800;
}

small.muted {
  color: var(--muted);
  line-height: 1.4;
}

.badge {
  color: #1e3a8a;
  background: #eaf2ff;
  border: 1px solid #cfe0ff;
  border-radius: 999px;
  padding: 3px 9px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
}

pre {
  white-space: pre-wrap;
  word-break: break-word;
  border: 1px solid var(--border);
  background: var(--surface-muted);
  border-radius: 10px;
  padding: 10px;
}

.skeleton {
  background: #e8eef7;
  position: relative;
  overflow: hidden;
}

.skeleton:after {
  content: "";
  background: linear-gradient(90deg, #0000, #ffffffa6, #0000);
  animation: 1.25s infinite shimmer;
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
}

@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}

@media (max-width: 900px) {
  .container {
    padding: 20px 14px 32px;
  }

  .card {
    border-radius: 14px;
    padding: 14px;
  }

  .row {
    gap: 8px;
  }

  h2 {
    font-size: 1.75rem;
  }

  h3 {
    font-size: 1.28rem;
  }

  button.btn-lg {
    min-width: 150px;
    padding: 12px 16px;
    font-size: 16px;
  }
}

/* [next]/internal/font/google/inter_5901b7c6.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.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_5901b7c6-module__ec5Qua__className {
  font-family: Inter, Inter Fallback;
  font-style: normal;
}

.inter_5901b7c6-module__ec5Qua__variable {
  --font-inter: "Inter", "Inter Fallback";
}

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