/* Local Tailwind-compatible utility layer. No runtime CDN required. */
*,::before,::after { box-sizing:border-box; }

/* Layout */
.mx-auto { margin-left:auto; margin-right:auto; }
.block { display:block; }
.inline { display:inline; }
.inline-block { display:inline-block; }
.flex { display:flex; }
.inline-flex { display:inline-flex; }
.grid { display:grid; }
.hidden { display:none; }
.relative { position:relative; }
.absolute { position:absolute; }
.fixed { position:fixed; }
.inset-0 { inset:0; }
.z-10 { z-index:10; }
.z-50 { z-index:50; }
.flex-1 { flex:1 1 0%; }
.flex-col { flex-direction:column; }
.flex-row { flex-direction:row; }
.flex-wrap { flex-wrap:wrap; }
.items-start { align-items:flex-start; }
.items-center { align-items:center; }
.items-end { align-items:flex-end; }
.justify-center { justify-content:center; }
.justify-between { justify-content:space-between; }
.text-left { text-align:left; }
.text-center { text-align:center; }
.text-right { text-align:right; }
.w-full { width:100%; }
.h-full { height:100%; }
.min-w-0 { min-width:0; }
.overflow-hidden { overflow:hidden; }
.overflow-y-auto { overflow-y:auto; }

/* Widths, gaps and spacing */
.max-w-4xl { max-width:56rem; }
.max-w-5xl { max-width:64rem; }
.max-w-7xl { max-width:80rem; }
.max-w-lg { max-width:32rem; }
.max-w-md { max-width:28rem; }
.max-w-sm { max-width:24rem; }
.max-w-xl { max-width:36rem; }
.gap-1 { gap:.25rem; }
.gap-1\.5 { gap:.375rem; }
.gap-2 { gap:.5rem; }
.gap-3 { gap:.75rem; }
.gap-4 { gap:1rem; }
.gap-5 { gap:1.25rem; }
.gap-6 { gap:1.5rem; }
.gap-7 { gap:1.75rem; }
.gap-8 { gap:2rem; }
.grid-cols-2 { grid-template-columns:repeat(2,minmax(0,1fr)); }
.grid-cols-3 { grid-template-columns:repeat(3,minmax(0,1fr)); }
.grid-cols-4 { grid-template-columns:repeat(4,minmax(0,1fr)); }
.grid-cols-\[28px_1fr_1\.2fr_1\.2fr_80px_32px\] { grid-template-columns:28px 1fr 1.2fr 1.2fr 80px 32px; }
.mt-1 { margin-top:.25rem; }
.mt-2 { margin-top:.5rem; }
.mt-3 { margin-top:.75rem; }
.mt-4 { margin-top:1rem; }
.mt-5 { margin-top:1.25rem; }
.mt-6 { margin-top:1.5rem; }
.mt-7 { margin-top:1.75rem; }
.mt-9 { margin-top:2.25rem; }
.mt-10 { margin-top:2.5rem; }
.mt-12 { margin-top:3rem; }
.mt-auto { margin-top:auto; }
.mb-4 { margin-bottom:1rem; }
.mb-5 { margin-bottom:1.25rem; }
.mb-8 { margin-bottom:2rem; }
.mb-12 { margin-bottom:3rem; }
.mr-auto { margin-right:auto; }
.p-1 { padding:.25rem; }
.p-2 { padding:.5rem; }
.p-3 { padding:.75rem; }
.p-4 { padding:1rem; }
.p-5 { padding:1.25rem; }
.p-6 { padding:1.5rem; }
.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-5 { padding-left:1.25rem; padding-right:1.25rem; }
.px-6 { padding-left:1.5rem; padding-right:1.5rem; }
.px-8 { padding-left:2rem; padding-right:2rem; }
.py-1\.5 { padding-top:.375rem; padding-bottom:.375rem; }
.py-2 { padding-top:.5rem; padding-bottom:.5rem; }
.py-3 { padding-top:.75rem; padding-bottom:.75rem; }
.pt-4 { padding-top:1rem; }
.pt-5 { padding-top:1.25rem; }
.pb-4 { padding-bottom:1rem; }
.pb-5 { padding-bottom:1.25rem; }

/* Sizing, type and color */
.h-1 { height:.25rem; }
.h-4 { height:1rem; }
.h-5 { height:1.25rem; }
.h-6 { height:1.5rem; }
.h-8 { height:2rem; }
.h-10 { height:2.5rem; }
.h-24 { height:6rem; }
.w-4 { width:1rem; }
.w-5 { width:1.25rem; }
.w-6 { width:1.5rem; }
.w-8 { width:2rem; }
.w-10 { width:2.5rem; }
.w-16 { width:4rem; }
.w-24 { width:6rem; }
.rounded-md { border-radius:.375rem; }
.rounded-lg { border-radius:.5rem; }
.rounded-xl { border-radius:.75rem; }
.rounded-2xl { border-radius:1rem; }
.rounded-full { border-radius:9999px; }
.border { border-width:1px; border-style:solid; }
.border-t { border-top-width:1px; border-top-style:solid; }
.border-b { border-bottom-width:1px; border-bottom-style:solid; }
.border-white\/10 { border-color:rgba(255,255,255,.1); }
.border-white\/15 { border-color:rgba(255,255,255,.15); }
.border-\[\#e9eef3\] { border-color:#e9eef3; }
.border-\[\#fecaca\] { border-color:#fecaca; }
.bg-white { background-color:#fff; }
.bg-white\/5 { background-color:rgba(255,255,255,.05); }
.bg-\[\#020b12\]\/80 { background-color:rgba(2,11,18,.8); }
.bg-\[\#081a28\] { background-color:#081a28; }
.bg-\[\#06131f\] { background-color:#06131f; }
.bg-\[\#eef6ff\] { background-color:#eef6ff; }
.bg-\[\#f6f8fa\] { background-color:#f6f8fa; }
.bg-\[\#fafbfc\] { background-color:#fafbfc; }
.bg-\[\#fef2f2\] { background-color:#fef2f2; }
.bg-gradient-to-br { background-image:linear-gradient(to bottom right,var(--tw-gradient-stops)); }
.from-\[\#2477d4\] { --tw-gradient-from:#2477d4; --tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(36,119,212,0)); }
.to-\[\#4d9dff\] { --tw-gradient-to:#4d9dff; }
.object-cover { object-fit:cover; }
.text-white { color:#fff; }
.text-slate-300 { color:#cbd5e1; }
.text-slate-400 { color:#94a3b8; }
.text-slate-500 { color:#64748b; }
.text-slate-900 { color:#0f172a; }
.text-\[\#0f1b2e\] { color:#0f1b2e; }
.text-\[\#2477d4\] { color:#2477d4; }
.text-\[\#315669\] { color:#315669; }
.text-\[\#6b7b91\] { color:#6b7b91; }
.text-\[\#94a3b8\] { color:#94a3b8; }
.text-\[\#b91c1c\] { color:#b91c1c; }
.text-cyan-300 { color:#67e8f9; }
.text-cyan-600 { color:#0891b2; }
.text-base { font-size:1rem; line-height:1.5rem; }
.text-lg { font-size:1.125rem; line-height:1.75rem; }
.text-xl { font-size:1.25rem; line-height:1.75rem; }
.text-2xl { font-size:1.5rem; line-height:2rem; }
.text-3xl { font-size:1.875rem; line-height:2.25rem; }
.text-sm { font-size:.875rem; line-height:1.25rem; }
.text-xs { font-size:.75rem; line-height:1rem; }
.text-\[9px\] { font-size:9px; }
.text-\[10px\] { font-size:10px; }
.text-\[11px\] { font-size:11px; }
.font-semibold { font-weight:600; }
.font-bold { font-weight:700; }
.font-extrabold { font-weight:800; }
.uppercase { text-transform:uppercase; }
.tracking-tight { letter-spacing:-.025em; }
.tracking-wider { letter-spacing:.05em; }
.tracking-widest { letter-spacing:.1em; }
.leading-6 { line-height:1.5rem; }
.leading-8 { line-height:2rem; }
.leading-relaxed { line-height:1.625; }
[class~="font-['Playfair_Display']"] { font-family:'Playfair Display',Georgia,serif; }
[class~="font-['Space_Grotesk']"] { font-family:'Space Grotesk',Arial,sans-serif; }

/* Forms, effects and state variants */
.cursor-pointer { cursor:pointer; }
.transition { transition-property:color,background-color,border-color,opacity,box-shadow,transform; transition-duration:150ms; transition-timing-function:cubic-bezier(.4,0,.2,1); }
.backdrop-blur-md { backdrop-filter:blur(12px); -webkit-backdrop-filter:blur(12px); }
.space-y-3 > :not([hidden]) ~ :not([hidden]) { margin-top:.75rem; }
.space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top:1rem; }
.space-y-5 > :not([hidden]) ~ :not([hidden]) { margin-top:1.25rem; }
.hover\:underline:hover { text-decoration-line:underline; }
.hover\:text-white:hover { color:#fff; }
.hover\:text-cyan-300:hover { color:#67e8f9; }
.hover\:border-cyan-300:hover { border-color:#67e8f9; }
.hover\:bg-\[\#fef2f2\]:hover { background-color:#fef2f2; }
.hover\:-translate-y-1:hover { transform:translateY(-.25rem); }
.hover\:shadow-lg:hover { box-shadow:0 10px 25px rgba(0,0,0,.14); }
.\!mx-0 { margin-left:0 !important; margin-right:0 !important; }
.\!mt-0 { margin-top:0 !important; }

@media (min-width:640px) {
  .sm\:inline-flex { display:inline-flex; }
  .sm\:px-6 { padding-left:1.5rem; padding-right:1.5rem; }
  .sm\:px-8 { padding-left:2rem; padding-right:2rem; }
  .sm\:px-10 { padding-left:2.5rem; padding-right:2.5rem; }
  .sm\:p-8 { padding:2rem; }
}
@media (min-width:768px) {
  .md\:flex-row { flex-direction:row; }
  .md\:items-end { align-items:flex-end; }
  .md\:flex-cols-2 { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .md\:grid-cols-2 { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .md\:grid-cols-3 { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .md\:grid-cols-4 { grid-template-columns:repeat(4,minmax(0,1fr)); }
  .md\:max-w-sm { max-width:24rem; }
  .md\:max-w-md { max-width:28rem; }
  .md\:text-left { text-align:left; }
  .md\:text-right { text-align:right; }
}
@media (min-width:1024px) {
  .lg\:flex { display:flex; }
  .lg\:hidden { display:none; }
  .lg\:px-8 { padding-left:2rem; padding-right:2rem; }
  .lg\:px-10 { padding-left:2.5rem; padding-right:2.5rem; }
}
@media (max-width:767px) {
  .md\:flex-row { flex-direction:column; }
  .md\:text-left { text-align:center; }
  .md\:text-right { text-align:center; }
  .md\:grid-cols-2,.md\:grid-cols-3,.md\:grid-cols-4 { grid-template-columns:1fr; }
  .md\:grid-cols-\[28px_1fr_1\.2fr_1\.2fr_80px_32px\] { grid-template-columns:1fr; }
}
