/* Tailwind CSS Production Build - Optimized for Prometheus DC */

/* Base Styles */
*,::before,::after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}
::before,::after{--tw-content:''}
html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:Inter,sans-serif;font-feature-settings:normal;font-variation-settings:normal}
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}
a{color:inherit;text-decoration:inherit}
b,strong{font-weight:bolder}
code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-.25em}
sup{top:-.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;-moz-appearance:button;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;-moz-appearance:textfield;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}
img,video{max-width:100%;height:auto}
[hidden]{display:none}

/* Dark Mode Variables */
.dark{--tw-bg-opacity:1;background-color:rgb(10 15 25/var(--tw-bg-opacity));color:rgb(246 249 252)}

/* Utility Classes */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}
.relative{position:relative}
.sticky{position:sticky}
.top-0{top:0}
.z-10{z-index:10}
.z-50{z-index:50}
.mx-auto{margin-left:auto;margin-right:auto}
.mb-4{margin-bottom:1rem}
.mb-8{margin-bottom:2rem}
.mb-12{margin-bottom:3rem}
.mt-2{margin-top:.5rem}
.mt-4{margin-top:1rem}
.mt-6{margin-top:1.5rem}
.mt-12{margin-top:3rem}
.block{display:block}
.inline-block{display:inline-block}
.flex{display:flex}
.inline-flex{display:inline-flex}
.grid{display:grid}
.hidden{display:none}
.aspect-video{aspect-ratio:16/9}
.size-6{width:1.5rem;height:1.5rem}
.size-24{width:6rem;height:6rem}
.h-10{height:2.5rem}
.h-12{height:3rem}
.h-16{height:4rem}
.h-auto{height:auto}
.h-full{height:100%}
.min-h-\[480px\]{min-height:480px}
.min-h-screen{min-height:100vh}
.w-full{width:100%}
.max-w-2xl{max-width:42rem}
.max-w-3xl{max-width:48rem}
.max-w-4xl{max-width:56rem}
.max-w-7xl{max-width:80rem}
.max-w-xl{max-width:36rem}
.max-w-none{max-width:none}
.flex-1{flex:1 1 0%}
.flex-grow{flex-grow:1}
.cursor-pointer{cursor:pointer}
.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}
.flex-col{flex-direction:column}
.items-center{align-items:center}
.justify-center{justify-content:center}
.justify-between{justify-content:space-between}
.gap-3{gap:.75rem}
.gap-4{gap:1rem}
.gap-6{gap:1.5rem}
.gap-8{gap:2rem}
.gap-12{gap:3rem}
.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem*var(--tw-space-y-reverse))}
.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem*var(--tw-space-y-reverse))}
.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem*var(--tw-space-y-reverse))}
.overflow-hidden{overflow:hidden}
.overflow-x-hidden{overflow-x:hidden}
.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.rounded-md{border-radius:.375rem}
.rounded-lg{border-radius:.5rem}
.rounded-xl{border-radius:.75rem}
.rounded-full{border-radius:9999px}
.border{border-width:1px}
.border-0{border-width:0}
.border-b{border-bottom-width:1px}
.border-t{border-top-width:1px}
.border-gray-200\/10{border-color:rgb(229 231 235/.1)}
.border-gray-700{border-color:rgb(55 65 81)}
.border-gray-700\/60{border-color:rgb(55 65 81/.6)}
.border-red-500{border-color:rgb(239 68 68)}
.border-secondary{border-color:#00C49A}
.bg-background-dark{background-color:#0A0F19}
.bg-background-dark\/80{background-color:rgb(10 15 25/.8)}
.bg-card-dark{background-color:#101622}
.bg-cover{background-size:cover}
.bg-center{background-position:center}
.bg-secondary{background-color:#00C49A}
.bg-secondary\/10{background-color:rgb(0 196 154/.1)}
.bg-secondary\/20{background-color:rgb(0 196 154/.2)}
.bg-red-500\/20{background-color:rgb(239 68 68/.2)}
.p-4{padding:1rem}
.p-6{padding:1.5rem}
.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-3{padding-top:.75rem;padding-bottom:.75rem}
.py-8{padding-top:2rem;padding-bottom:2rem}
.py-12{padding-top:3rem;padding-bottom:3rem}
.py-16{padding-top:4rem;padding-bottom:4rem}
.py-20{padding-top:5rem;padding-bottom:5rem}
.pb-10{padding-bottom:2.5rem}
.text-center{text-align:center}
.font-display{font-family:Inter,sans-serif}
.text-xs{font-size:.75rem;line-height:1rem}
.text-sm{font-size:.875rem;line-height:1.25rem}
.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-4xl{font-size:2.25rem;line-height:2.5rem}
.text-6xl{font-size:3.75rem;line-height:1}
.font-medium{font-weight:500}
.font-bold{font-weight:700}
.font-black{font-weight:900}
.font-semibold{font-weight:600}
.leading-normal{line-height:1.5}
.leading-relaxed{line-height:1.625}
.leading-tight{line-height:1.25}
.leading-8{line-height:2rem}
.tracking-tight{letter-spacing:-.025em}
.tracking-\[0\.015em\]{letter-spacing:.015em}
.text-primary{color:#0A2540}
.text-secondary{color:#00C49A}
.text-subtext-dark{color:#a0aec0}
.text-white{color:#fff}
.text-white\/90{color:rgb(255 255 255/.9)}
.text-red-400{color:rgb(248 113 113)}
.opacity-90{opacity:.9}
.shadow-sm{box-shadow:0 1px 2px 0 rgb(0 0 0/.05)}
.shadow-lg{box-shadow:0 10px 15px -3px rgb(0 0 0/.1),0 4px 6px -4px rgb(0 0 0/.1)}
.ring-1{box-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)}
.ring-2{box-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)}
.ring-inset{--tw-ring-inset:inset}
.ring-gray-700{--tw-ring-color:rgb(55 65 81)}
.ring-secondary{--tw-ring-color:#00C49A}
.backdrop-blur-sm{backdrop-filter:blur(4px)}
.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}
.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}
.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}
.duration-300{transition-duration:.3s}
.hover\:border-secondary\/60:hover{border-color:rgb(0 196 154/.6)}
.hover\:bg-opacity-90:hover{--tw-bg-opacity:.9}
.hover\:text-secondary:hover{color:#00C49A}
.hover\:opacity-80:hover{opacity:.8}
.hover\:opacity-90:hover{opacity:.9}
.hover\:underline:hover{text-decoration-line:underline}
.hover\:scale-105:hover{transform:scale(1.05)}
.hover\:shadow-lg:hover{box-shadow:0 10px 15px -3px rgb(0 0 0/.1),0 4px 6px -4px rgb(0 0 0/.1)}
.focus\:ring-2:focus{box-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)}
.focus\:ring-inset:focus{--tw-ring-inset:inset}
.focus\:ring-secondary:focus{--tw-ring-color:#00C49A}
.focus\:scale-\[1\.02\]:focus{transform:scale(1.02)}
.disabled\:cursor-default:disabled{cursor:default}

/* Responsive Design */
@media (min-width:640px){
.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}
.sm\:py-16{padding-top:4rem;padding-bottom:4rem}
.sm\:py-24{padding-top:6rem;padding-bottom:6rem}
.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}
.sm\:text-5xl{font-size:3rem;line-height:1}
}
@media (min-width:768px){
.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.md\:flex{display:flex}
.md\:px-12{padding-left:3rem;padding-right:3rem}
.md\:py-32{padding-top:8rem;padding-bottom:8rem}
.md\:text-xl{font-size:1.25rem;line-height:1.75rem}
}
@media (min-width:1024px){
.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.lg\:px-8{padding-left:2rem;padding-right:2rem}
.lg\:text-6xl{font-size:3.75rem;line-height:1}
}

/* Form Styles */
input[type='email'],input[type='text'],textarea{
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  background-color:#0A0F19;
  border-color:rgb(55 65 81);
  border-width:1px;
  border-radius:.375rem;
  padding:.75rem 1rem;
  font-size:1rem;
  line-height:1.5rem;
  color:#fff;
}
input[type='email']:focus,input[type='text']:focus,textarea:focus{
  outline:2px solid transparent;
  outline-offset:2px;
  --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);
  --tw-ring-color:#00C49A;
}
input::placeholder,textarea::placeholder{
  color:#a0aec0;
}

/* Additional Utilities */
.absolute{position:absolute}
.inset-0{inset:0}
