/* Landing page utility layer - generated, do not edit by hand.
 *
 * Source of truth: app/common_templates/landing.html
 * Regenerate:      python scripts/generate_landing_css.py
 *
 * Replaces the Tailwind Play CDN, which compiled CSS in the browser at
 * runtime. Brand colours resolve to the page's own tokens so the palette
 * has one source of truth rather than two competing ones.
 */

/* --- Preflight (base reset) --- */
*,::before,::after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}
::before,::after{--grad-from:transparent;--grad-to:transparent}
html{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif}
body{margin:0;line-height:inherit}
hr{height:0;color:inherit;border-top-width:1px}
abbr:where([title]){text-decoration:underline dotted}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}
a{color:inherit;text-decoration:inherit}
b,strong{font-weight:bolder}
code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:1em}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-0.25em}
sup{top:-0.5em}
table{text-indent:0;border-color:inherit;border-collapse:collapse}
button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}
button,select{text-transform:none}
button,[type='button'],[type='reset'],[type='submit']{-webkit-appearance:button;background-color:transparent;background-image:none}
:-moz-focusring{outline:auto}
:-moz-ui-invalid{box-shadow:none}
progress{vertical-align:baseline}
::-webkit-inner-spin-button,::-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{list-style:none;margin:0;padding:0}
textarea{resize:vertical}
input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}
button,[role="button"]{cursor:pointer}
:disabled{cursor:default}
img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}
img,video{max-width:100%;height:auto}
[hidden]{display:none}

/* --- Utilities --- */
.-top-12{top:-3rem;}
.absolute{position:absolute;}
.backdrop-blur-sm{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);}
.bg-\[\#10201b\]{background-color:var(--ink);}
.bg-black\/90{background-color:rgba(0, 0, 0, 0.9);}
.bg-gradient-to-r{background-image:linear-gradient(to right, var(--grad-from), var(--grad-to));}
.bg-gray-50{background-color:#f9fafb;}
.bg-green-700{background-color:#15803d;}
.bg-red-50{background-color:#fef2f2;}
.bg-slate-900{background-color:#0f172a;}
.bg-slate-900\/45{background-color:rgba(15, 23, 42, 0.45);}
.bg-white{background-color:#ffffff;}
.bg-white\/90{background-color:rgba(255, 255, 255, 0.9);}
.bg-white\/\[0\.08\]{background-color:rgba(255, 255, 255, 0.08);}
.block{display:block;}
.border{border-width:1px;}
.border-2{border-width:2px;}
.border-red-200{border-color:#fecaca;}
.border-slate-200{border-color:#e2e8f0;}
.border-slate-900\/10{border-color:rgba(15, 23, 42, 0.1);}
.border-t{border-top-width:1px;}
.border-white{border-color:#ffffff;}
.border-white\/10{border-color:rgba(255, 255, 255, 0.1);}
.bottom-8{bottom:2rem;}
.cursor-pointer{cursor:pointer;}
.duration-300{transition-duration:300ms;}
.fixed{position:fixed;}
.flex{display:flex;}
.flex-1{flex:1 1 0%;}
.flex-col{flex-direction:column;}
.flex-wrap{flex-wrap:wrap;}
.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px;}
.focus-visible\:ring-4:focus-visible{box-shadow:0 0 0 4px var(--ring-color, rgba(59, 130, 246, 0.5));}
.focus-visible\:ring-white\/80:focus-visible{--ring-color:rgba(255, 255, 255, 0.8);}
.from-slate-800{--grad-from:#1e293b;}
.gap-1{gap:0.25rem;}
.gap-10{gap:2.5rem;}
.gap-2{gap:0.5rem;}
.gap-3{gap:0.75rem;}
.gap-4{gap:1rem;}
.gap-6{gap:1.5rem;}
.gap-7{gap:1.75rem;}
.gap-8{gap:2rem;}
.grid{display:grid;}
.grid-cols-1{grid-template-columns:repeat(1, minmax(0, 1fr));}
.h-10{height:2.5rem;}
.h-11{height:2.75rem;}
.h-14{height:3.5rem;}
.h-5{height:1.25rem;}
.h-6{height:1.5rem;}
.h-7{height:1.75rem;}
.h-8{height:2rem;}
.h-full{height:100%;}
.hidden{display:none;}
.hover\:bg-green-700\/10:hover{background-color:rgba(21, 128, 61, 0.1);}
.hover\:bg-green-800:hover{background-color:var(--primary);}
.hover\:bg-slate-800:hover{background-color:#1e293b;}
.hover\:bg-slate-900\/5:hover{background-color:rgba(15, 23, 42, 0.05);}
.inline-flex{display:inline-flex;}
.inset-0{top:0px;right:0px;bottom:0px;left:0px;}
.invisible{visibility:hidden;}
.items-center{align-items:center;}
.items-end{align-items:flex-end;}
.items-start{align-items:flex-start;}
.justify-between{justify-content:space-between;}
.justify-center{justify-content:center;}
.justify-end{justify-content:flex-end;}
.left-0{left:0px;}
.max-h-\[80vh\]{max-height:80vh;}
.max-w-2xl{max-width:42rem;}
.max-w-3xl{max-width:48rem;}
.max-w-4xl{max-width:56rem;}
.max-w-6xl{max-width:72rem;}
.max-w-7xl{max-width:80rem;}
.max-w-\[10\.5rem\]{max-width:10.5rem;}
.max-w-\[90rem\]{max-width:90rem;}
.max-w-md{max-width:28rem;}
.mb-1{margin-bottom:0.25rem;}
.mb-12{margin-bottom:3rem;}
.mb-2{margin-bottom:0.5rem;}
.mb-3{margin-bottom:0.75rem;}
.mb-4{margin-bottom:1rem;}
.mb-5{margin-bottom:1.25rem;}
.mb-6{margin-bottom:1.5rem;}
.mb-7{margin-bottom:1.75rem;}
.mb-8{margin-bottom:2rem;}
.mb-9{margin-bottom:2.25rem;}
.min-h-screen{min-height:100vh;}
.min-w-0{min-width:0px;}
.ml-2{margin-left:0.5rem;}
.ml-4{margin-left:1rem;}
.mr-2{margin-right:0.5rem;}
.mt-0\.5{margin-top:0.125rem;}
.mt-1{margin-top:0.25rem;}
.mt-12{margin-top:3rem;}
.mt-2{margin-top:0.5rem;}
.mt-3{margin-top:0.75rem;}
.mt-4{margin-top:1rem;}
.mt-5{margin-top:1.25rem;}
.mt-6{margin-top:1.5rem;}
.mx-auto{margin-left:auto;margin-right:auto;}
.object-contain{object-fit:contain;}
.object-cover{object-fit:cover;}
.opacity-0{opacity:0;}
.opacity-100{opacity:1;}
.opacity-20{opacity:0.2;}
.overflow-hidden{overflow:hidden;}
.overflow-x-hidden{overflow-x:hidden;}
.p-1{padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem;}
.p-3{padding-top:0.75rem;padding-right:0.75rem;padding-bottom:0.75rem;padding-left:0.75rem;}
.p-4{padding-top:1rem;padding-right:1rem;padding-bottom:1rem;padding-left:1rem;}
.p-5{padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;}
.p-6{padding-top:1.5rem;padding-right:1.5rem;padding-bottom:1.5rem;padding-left:1.5rem;}
.p-7{padding-top:1.75rem;padding-right:1.75rem;padding-bottom:1.75rem;padding-left:1.75rem;}
.p-8{padding-top:2rem;padding-right:2rem;padding-bottom:2rem;padding-left:2rem;}
.pb-12{padding-bottom:3rem;}
.pb-20{padding-bottom:5rem;}
.pb-4{padding-bottom:1rem;}
.pt-3{padding-top:0.75rem;}
.pt-32{padding-top:8rem;}
.pt-4{padding-top:1rem;}
.pt-8{padding-top:2rem;}
.px-3{padding-left:0.75rem;padding-right:0.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;}
.py-14{padding-top:3.5rem;padding-bottom:3.5rem;}
.py-16{padding-top:4rem;padding-bottom:4rem;}
.py-2{padding-top:0.5rem;padding-bottom:0.5rem;}
.py-2\.5{padding-top:0.625rem;padding-bottom:0.625rem;}
.py-20{padding-top:5rem;padding-bottom:5rem;}
.py-24{padding-top:6rem;padding-bottom:6rem;}
.py-3{padding-top:0.75rem;padding-bottom:0.75rem;}
.relative{position:relative;}
.right-0{right:0px;}
.right-8{right:2rem;}
.ring-1{box-shadow:0 0 0 1px var(--ring-color, rgba(59, 130, 246, 0.5));}
.ring-black\/10{--ring-color:rgba(0, 0, 0, 0.1);}
.rounded-2xl{border-radius:1rem;}
.rounded-\[1\.4rem\]{border-radius:1.4rem;}
.rounded-\[1\.6rem\]{border-radius:1.6rem;}
.rounded-\[2rem\]{border-radius:2rem;}
.rounded-full{border-radius:9999px;}
.rounded-lg{border-radius:0.5rem;}
.rounded-xl{border-radius:0.75rem;}
.shadow-2xl{box-shadow:0 25px 50px -12px rgb(0 0 0 / 0.25);}
.shadow-\[0_28px_70px_rgba\(16\,32\,27\,0\.13\)\]{box-shadow:0 28px 70px rgba(16,32,27,0.13);}
.shadow-lg{box-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);}
.shadow-md{box-shadow:0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);}
.shrink-0{flex-shrink:0;}
.to-slate-700{--grad-to:#334155;}
.top-0{top:0px;}
.transition{transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms;}
.transition-all{transition-property:all;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms;}
.transition-colors{transition-property:color,background-color,border-color,fill,stroke;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms;}
.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms;}
.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.uppercase{text-transform:uppercase;}
.visible{visibility:visible;}
.w-10{width:2.5rem;}
.w-11{width:2.75rem;}
.w-14{width:3.5rem;}
.w-5{width:1.25rem;}
.w-6{width:1.5rem;}
.w-7{width:1.75rem;}
.w-8{width:2rem;}
.w-auto{width:auto;}
.w-full{width:100%;}
.z-10{z-index:10;}
.z-50{z-index:50;}
.z-\[2\]{z-index:2;}
.z-\[3\]{z-index:3;}
.z-\[70\]{z-index:70;}
.z-\[80\]{z-index:80;}
.hover\:text-emerald-300:hover{color:#6ee7b7;}
.hover\:text-green-400:hover{color:#4ade80;}
.hover\:text-green-700:hover{color:#15803d;}
.hover\:text-red-400:hover{color:#f87171;}
.hover\:text-sky-300:hover{color:#7dd3fc;}
.text-2xl{font-size:1.5rem;line-height:2rem;}
.text-5xl{font-size:3rem;line-height:1;}
.text-base{font-size:1rem;line-height:1.5rem;}
.text-center{text-align:center;}
.text-emerald-100{color:#d1fae5;}
.text-emerald-300{color:#6ee7b7;}
.text-emerald-300\/80{color:rgba(110, 231, 183, 0.8);}
.text-gray-400{color:#9ca3af;}
.text-gray-500{color:#6b7280;}
.text-gray-600{color:#4b5563;}
.text-gray-800{color:#1f2937;}
.text-green-700{color:#15803d;}
.text-left{text-align:left;}
.text-lg{font-size:1.125rem;line-height:1.75rem;}
.text-red-500{color:#ef4444;}
.text-red-600{color:#dc2626;}
.text-red-700{color:#b91c1c;}
.text-slate-500{color:#64748b;}
.text-slate-600{color:#475569;}
.text-slate-700{color:#334155;}
.text-slate-800{color:#1e293b;}
.text-slate-900{color:#0f172a;}
.text-sm{font-size:0.875rem;line-height:1.25rem;}
.text-white{color:#ffffff;}
.text-white\/60{color:rgba(255, 255, 255, 0.6);}
.text-white\/70{color:rgba(255, 255, 255, 0.7);}
.text-white\/\[0\.76\]{color:rgba(255, 255, 255, 0.76);}
.text-xl{font-size:1.25rem;line-height:1.75rem;}
.text-xs{font-size:0.75rem;line-height:1rem;}
.font-black{font-weight:900;}
.font-bold{font-weight:700;}
.font-semibold{font-weight:600;}
.leading-8{line-height:2rem;}
.leading-none{line-height:1;}
.leading-relaxed{line-height:1.625;}
.leading-snug{line-height:1.375;}
.leading-tight{line-height:1.25;}
.tracking-\[0\.12em\]{letter-spacing:0.12em;}
.tracking-\[0\.14em\]{letter-spacing:0.14em;}
.tracking-wider{letter-spacing:0.05em;}
@media (min-width:1024px){.lg\:-mt-1{margin-top:-0.25rem;}}
@media (min-width:1024px){.lg\:col-span-4{grid-column:span 4 / span 4;}}
@media (min-width:1024px){.lg\:col-span-5{grid-column:span 5 / span 5;}}
@media (min-width:1024px){.lg\:col-span-7{grid-column:span 7 / span 7;}}
@media (min-width:1024px){.lg\:col-span-8{grid-column:span 8 / span 8;}}
@media (min-width:1024px){.lg\:grid-cols-12{grid-template-columns:repeat(12, minmax(0, 1fr));}}
@media (min-width:1024px){.lg\:mb-10{margin-bottom:2.5rem;}}
@media (min-width:1024px){.lg\:pb-24{padding-bottom:6rem;}}
@media (min-width:1024px){.lg\:pt-36{padding-top:9rem;}}
@media (min-width:1024px){.lg\:py-16{padding-top:4rem;padding-bottom:4rem;}}
@media (min-width:1024px){.lg\:py-20{padding-top:5rem;padding-bottom:5rem;}}
@media (min-width:768px){.md\:flex{display:flex;}}
@media (min-width:768px){.md\:flex-row{flex-direction:row;}}
@media (min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr));}}
@media (min-width:768px){.md\:grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr));}}
@media (min-width:768px){.md\:grid-cols-4{grid-template-columns:repeat(4, minmax(0, 1fr));}}
@media (min-width:768px){.md\:hidden{display:none;}}
@media (min-width:768px){.md\:mb-0{margin-bottom:0px;}}
@media (min-width:640px){.sm\:flex-row{flex-direction:row;}}
@media (min-width:640px){.sm\:gap-3{gap:0.75rem;}}
@media (min-width:640px){.sm\:gap-4{gap:1rem;}}
@media (min-width:640px){.sm\:grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr));}}
@media (min-width:640px){.sm\:h-12{height:3rem;}}
@media (min-width:640px){.sm\:inline-flex{display:inline-flex;}}
@media (min-width:640px){.sm\:p-4{padding-top:1rem;padding-right:1rem;padding-bottom:1rem;padding-left:1rem;}}
@media (min-width:640px){.sm\:p-7{padding-top:1.75rem;padding-right:1.75rem;padding-bottom:1.75rem;padding-left:1.75rem;}}
@media (min-width:640px){.sm\:p-8{padding-top:2rem;padding-right:2rem;padding-bottom:2rem;padding-left:2rem;}}
@media (min-width:640px){.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem;}}
@media (min-width:640px){.sm\:py-24{padding-top:6rem;padding-bottom:6rem;}}
@media (min-width:1280px){.xl\:gap-10{gap:2.5rem;}}
@media (min-width:1280px){.xl\:gap-12{gap:3rem;}}
@media (min-width:1280px){.xl\:gap-14{gap:3.5rem;}}
@media (min-width:1280px){.xl\:grid-cols-4{grid-template-columns:repeat(4, minmax(0, 1fr));}}
@media (min-width:1024px){.lg\:text-6xl{font-size:3.75rem;line-height:1;}}
@media (min-width:640px){.sm\:text-lg{font-size:1.125rem;line-height:1.75rem;}}
@media (min-width:640px){.sm\:text-sm{font-size:0.875rem;line-height:1.25rem;}}

/* space-y / space-x, matching Tailwind's selector and margin reset */
.space-y-2>:not([hidden])~:not([hidden]){margin-top:0.5rem;margin-bottom:0}
.space-y-4>:not([hidden])~:not([hidden]){margin-top:1rem;margin-bottom:0}
.space-x-6>:not([hidden])~:not([hidden]){margin-left:1.5rem;margin-right:0}
