/*! Tailwind CSS compiled for Healy Community theme */
*,::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%;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",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}
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;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}

/* === LAYOUT === */
.container{width:100%}
.fixed{position:fixed}
.absolute{position:absolute}
.relative{position:relative}
.inset-0{inset:0px}
.top-0{top:0px}
.right-0{right:0px}
.left-0{left:0px}
.bottom-5{bottom:1.25rem}
.bottom-8{bottom:2rem}
.right-5{right:1.25rem}
.left-1\/2{left:50%}
.-top-12{top:-3rem}
.-right-12{right:-3rem}
.-bottom-8{bottom:-2rem}
.-left-8{left:-2rem}
.z-10{z-index:10}
.z-50{z-index:50}
.z-\[100\]{z-index:100}

/* === DISPLAY === */
.block{display:block}
.flex{display:flex}
.inline-flex{display:inline-flex}
.grid{display:grid}
.hidden{display:none}

/* === FLEX === */
.flex-col{flex-direction:column}
.flex-wrap{flex-wrap:wrap}
.items-center{align-items:center}
.items-start{align-items:flex-start}
.items-end{align-items:flex-end}
.justify-center{justify-content:center}
.justify-between{justify-content:space-between}
.justify-start{justify-content:flex-start}
.gap-1{gap:0.25rem}
.gap-1\.5{gap:0.375rem}
.gap-2{gap:0.5rem}
.gap-3{gap:0.75rem}
.gap-4{gap:1rem}
.gap-6{gap:1.5rem}
.gap-8{gap:2rem}
.gap-12{gap:3rem}
.space-y-8>:not([hidden])~:not([hidden]){margin-top:2rem}

/* === GRID === */
.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}

/* === SIZING === */
.h-3\.5{height:0.875rem}
.h-4{height:1rem}
.h-5{height:1.25rem}
.h-6{height:1.5rem}
.h-8{height:2rem}
.h-10{height:2.5rem}
.h-14{height:3.5rem}
.h-16{height:4rem}
.h-32{height:8rem}
.h-48{height:12rem}
.h-full{height:100%}
.h-auto{height:auto}
.w-3\.5{width:0.875rem}
.w-4{width:1rem}
.w-5{width:1.25rem}
.w-6{width:1.5rem}
.w-8{width:2rem}
.w-10{width:2.5rem}
.w-14{height:3.5rem;width:3.5rem}
.w-32{width:8rem}
.w-40{width:10rem}
.w-48{width:12rem}
.w-full{width:100%}
.w-px{width:1px}
.max-w-md{max-width:28rem}
.max-w-lg{max-width:32rem}
.max-w-xl{max-width:36rem}
.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-none{max-width:none}
.min-h-screen{min-height:100vh}
.mx-auto{margin-left:auto;margin-right:auto}

/* === SPACING === */
.-mt-1{margin-top:-0.25rem}
.mt-1{margin-top:0.25rem}
.mt-6{margin-top:1.5rem}
.mt-12{margin-top:3rem}
.mb-2{margin-bottom:0.5rem}
.mb-3{margin-bottom:0.75rem}
.mb-4{margin-bottom:1rem}
.mb-6{margin-bottom:1.5rem}
.mb-8{margin-bottom:2rem}
.mb-16{margin-bottom:4rem}
.ml-3{margin-left:0.75rem}
.p-1{padding:0.25rem}
.p-2{padding:0.5rem}
.p-4{padding:1rem}
.p-6{padding:1.5rem}
.p-8{padding:2rem}
.p-10{padding:2.5rem}
.px-3{padding-left:0.75rem;padding-right:0.75rem}
.px-4{padding-left:1rem;padding-right:1rem}
.px-6{padding-left:1.5rem;padding-right:1.5rem}
.px-8{padding-left:2rem;padding-right:2rem}
.py-1{padding-top:0.25rem;padding-bottom:0.25rem}
.py-1\.5{padding-top:0.375rem;padding-bottom:0.375rem}
.py-2{padding-top:0.5rem;padding-bottom:0.5rem}
.py-3{padding-top:0.75rem;padding-bottom:0.75rem}
.py-4{padding-top:1rem;padding-bottom:1rem}
.py-10{padding-top:2.5rem;padding-bottom:2.5rem}
.py-24{padding-top:6rem;padding-bottom:6rem}
.pt-6{padding-top:1.5rem}
.pt-8{padding-top:2rem}
.pt-16{padding-top:4rem}
.pt-20{padding-top:5rem}
.pt-24{padding-top:6rem}
.pb-4{padding-bottom:1rem}
.pb-16{padding-bottom:4rem}

/* === TYPOGRAPHY === */
.text-xs{font-size:0.75rem;line-height:1rem}
.text-sm{font-size:0.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-5xl{font-size:3rem;line-height:1}
.text-7xl{font-size:4.5rem;line-height:1}
.text-\[10px\]{font-size:10px}
.font-light{font-weight:300}
.font-medium{font-weight:500}
.font-semibold{font-weight:600}
.font-bold{font-weight:700}
.italic{font-style:italic}
.leading-tight{line-height:1.25}
.leading-relaxed{line-height:1.625}
.text-center{text-align:center}
.text-left{text-align:left}
.text-white{color:rgb(255 255 255)}
.text-white\/40{color:rgb(255 255 255 / 0.4)}
.text-white\/60{color:rgb(255 255 255 / 0.6)}
.text-white\/70{color:rgb(255 255 255 / 0.7)}
.text-white\/75{color:rgb(255 255 255 / 0.75)}
.text-white\/80{color:rgb(255 255 255 / 0.8)}
.text-white\/90{color:rgb(255 255 255 / 0.9)}

/* === BACKGROUNDS === */
.bg-white{background-color:rgb(255 255 255)}
.bg-white\/10{background-color:rgb(255 255 255 / 0.1)}
.bg-white\/15{background-color:rgb(255 255 255 / 0.15)}
.bg-white\/20{background-color:rgb(255 255 255 / 0.2)}
.bg-cover{background-size:cover}
.bg-center{background-position:center}
.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}
.from-white\/40{--tw-gradient-from:rgb(255 255 255 / 0.4);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgb(255 255 255 / 0))}
.to-transparent{--tw-gradient-to:transparent}

/* === BORDERS === */
.border{border-width:1px}
.border-t{border-top-width:1px}
.border-white\/10{border-color:rgb(255 255 255 / 0.1)}
.border-white\/20{border-color:rgb(255 255 255 / 0.2)}
.border-white\/30{border-color:rgb(255 255 255 / 0.3)}
.rounded-lg{border-radius:0.5rem}
.rounded-xl{border-radius:0.75rem}
.rounded-2xl{border-radius:1rem}
.rounded-3xl{border-radius:1.5rem}
.rounded-full{border-radius:9999px}

/* === EFFECTS === */
.shadow-sm{box-shadow:0 1px 2px 0 rgb(0 0 0 / 0.05)}
.shadow-xl{box-shadow:0 20px 25px -5px rgb(0 0 0 / 0.1),0 8px 10px -6px rgb(0 0 0 / 0.1)}
.shadow-2xl{box-shadow:0 25px 50px -12px rgb(0 0 0 / 0.25)}
.opacity-30{opacity:0.3}
.opacity-50{opacity:0.5}
.opacity-90{opacity:0.9}
.overflow-hidden{overflow:hidden}
.pointer-events-none{pointer-events:none}
.cursor-pointer{cursor:pointer}
.backdrop-blur-sm{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}
.blur-3xl{filter:blur(64px)}
.group{}

/* === TRANSFORMS === */
.-translate-x-1\/2{transform:translateX(-50%)}

/* === TRANSITIONS === */
.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,text-decoration-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}
.duration-200{transition-duration:200ms}
.duration-300{transition-duration:300ms}

/* === PROSE === */
.prose{color:inherit;max-width:65ch}
.prose>*+*{margin-top:1em}
.prose p{margin-top:1.25em;margin-bottom:1.25em}
.prose h2{font-size:1.5em;margin-top:2em;margin-bottom:1em;font-weight:700}
.prose h3{font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;font-weight:600}
.prose ul{list-style-type:disc;padding-left:1.625em}
.prose ol{list-style-type:decimal;padding-left:1.625em}
.prose li{margin-top:.5em;margin-bottom:.5em}
.prose a{color:hsl(var(--primary));text-decoration:underline}
.prose strong{font-weight:600}
.prose-max-w-none,.prose.max-w-none{max-width:none}

/* === HOVER STATES === */
.hover\:opacity-80:hover{opacity:0.8}
.hover\:scale-105:hover{transform:scale(1.05)}
.hover\:scale-110:hover{transform:scale(1.1)}
.hover\:shadow-lg:hover{box-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1),0 4px 6px -4px rgb(0 0 0 / 0.1)}
.hover\:shadow-xl:hover{box-shadow:0 20px 25px -5px rgb(0 0 0 / 0.1),0 8px 10px -6px rgb(0 0 0 / 0.1)}
.hover\:shadow-2xl:hover{box-shadow:0 25px 50px -12px rgb(0 0 0 / 0.25)}
.hover\:bg-white\/10:hover{background-color:rgb(255 255 255 / 0.1)}
.hover\:bg-white\/90:hover{background-color:rgb(255 255 255 / 0.9)}
.hover\:text-white:hover{color:rgb(255 255 255)}
.active\:scale-100:active{transform:scale(1)}

/* === RESPONSIVE: sm === */
@media (min-width:640px){
  .sm\:block{display:block}
  .sm\:flex-row{flex-direction:row}
  .sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sm\:items-center{align-items:center}
  .sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}
}

/* === RESPONSIVE: md === */
@media (min-width:768px){
  .md\:block{display:block}
  .md\:flex{display:flex}
  .md\:hidden{display:none}
  .md\:flex-row{flex-direction:row}
  .md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
  .md\:grid-cols-\[1fr_auto\]{grid-template-columns:1fr auto}
  .md\:items-center{align-items:center}
  .md\:p-16{padding:4rem}
  .md\:text-3xl{font-size:1.875rem;line-height:2.25rem}
  .md\:text-5xl{font-size:3rem;line-height:1}
  .md\:text-7xl{font-size:4.5rem;line-height:1}
  .md\:text-xl{font-size:1.25rem;line-height:1.75rem}
}

/* === RESPONSIVE: lg === */
@media (min-width:1024px){
  .lg\:flex{display:flex}
  .lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
  .lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
  .lg\:justify-start{justify-content:flex-start}
  .lg\:px-8{padding-left:2rem;padding-right:2rem}
  .lg\:text-left{text-align:left}
}
