/*! tailwindcss v4.1.16 | MIT License | https://tailwindcss.com */
@layer properties;
.pointer-events-none {
  pointer-events: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.sticky {
  position: sticky;
}
.z-40 {
  z-index: 40;
}
.mx-auto {
  margin-inline: auto;
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline-flex {
  display: inline-flex;
}
.min-h-\[120px\] {
  min-height: 120px;
}
.w-full {
  width: 100%;
}
.max-w-none {
  max-width: none;
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.overflow-hidden {
  overflow: hidden;
}
.border-t {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.text-center {
  text-align: center;
}
.underline {
  text-decoration-line: underline;
}
.hover\:underline {
  &:hover {
    @media (hover: hover) {
      text-decoration-line: underline;
    }
  }
}
.focus\:outline-none {
  &:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
}
:root {
  --pc-accent-start: 220 85% 55%;
  --pc-accent-end: 260 80% 60%;
}
.grad-text {
  background: linear-gradient(90deg, hsl(var(--pc-accent-start)) 0%, hsl(var(--pc-accent-end)) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-grid {
  background-image: radial-gradient(80% 60% at 110% -10%, rgba(59,130,246,0.15), rgba(0,0,0,0)),
    radial-gradient(80% 60% at -10% 110%, rgba(139,92,246,0.15), rgba(0,0,0,0));
}
.form-field {
  display: block;
  margin-bottom: 0.75rem;
}
.form-label {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  color: #94a3b8;
  font-weight: 600;
}
.input {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  border-radius: 0.375rem;
  background: #0b1220;
  border: 1px solid #1f2937;
  color: #e6eef8;
  font-size: 0.9375rem;
}
.input::-moz-placeholder {
  color: #64748b;
}
.input::placeholder {
  color: #64748b;
}
.input:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(148,163,184,0.08);
  border-color: #9ca3af;
}
textarea.input {
  min-height: 120px;
  resize: vertical;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  font-weight: 600;
  cursor: pointer;
}
.btn-primary {
  background: #ffffff;
  color: #0f172a;
  border: 1px solid rgba(0,0,0,0.06);
}
.btn-primary:hover {
  background: #f1f5f9;
}
.btn-ghost {
  background: transparent;
  color: #e6eef8;
  border: 1px solid #374151;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
    }
  }
}

