/* Dark mode */
.dark{color-scheme:dark}.dark ::-moz-selection{background:#444}.dark ::selection{background:#444}

/* Reset */
*,:before,:after{box-sizing:border-box;border:0 solid}html{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5}body{line-height:inherit;margin:0}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{vertical-align:baseline;font-size:75%;line-height:0;position:relative}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:#0000;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{margin:0;padding:0;list-style:none}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{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}

/* Base dark background */
html, body {
  background-color: #121212 !important;
  color: #e6edf3;
}

/* Utility classes */
.invisible{visibility:hidden;}
.absolute{position:absolute;}
.relative{position:relative;}
.top-10{top:2.5rem;}
.mx-auto{margin-left:auto;margin-right:auto;}
.my{margin-top:1rem;margin-bottom:1rem;}
.me{margin-inline-end:1rem;}
.mt-1{margin-top:0.25rem;}
.mt-20{margin-top:5rem;}
.mt-3{margin-top:0.75rem;}
.mt-8{margin-top:2rem;}
.block{display:block;}
.inline-block{display:inline-block;}
.inline-flex{display:inline-flex;}
.h-25{height:6.25rem;}
.h-5{height:1.25rem;}
.h-8{height:2rem;}
.h-90{height:22.5rem;}
.h-full{height:100%;}
.w-25{width:6.25rem;}
.w-5{width:1.25rem;}
.w-8{width:2rem;}
.w-full{width:100%;}
.max-w-screen-sm{max-width:640px;}
.flex{display:flex;}
.flex-col{flex-direction:column;}
.flex-wrap{flex-wrap:wrap;}
.items-center{align-items:center;}
.justify-center{justify-content:center;}
.gap-1{grid-gap:0.25rem;gap:0.25rem;}
.gap-2{grid-gap:0.5rem;gap:0.5rem;}
.gap-x-2{grid-column-gap:0.5rem;column-gap:0.5rem;}
.whitespace-nowrap{white-space:nowrap;}
.border-4{border-width:4px;border-style:solid;}
.border-b-1{border-bottom-width:1px;border-bottom-style:solid;}
.border-t-1{border-top-width:1px;border-top-style:solid;}
.border-gray-300\/80{border-color:rgba(209,213,219,0.8);}
.border-gray-600{--un-border-opacity:1;border-color:rgba(75,85,99,var(--un-border-opacity));}
.border-white{--un-border-opacity:1;border-color:rgba(255,255,255,var(--un-border-opacity));}
.hover\:border-gray-500:hover{--un-border-opacity:1;border-color:rgba(107,114,128,var(--un-border-opacity));}
.rounded-full{border-radius:9999px;}
.rounded-md{border-radius:0.375rem;}
.bg-black\/80{background-color:rgba(0,0,0,0.8);}
.bg-gray-600\/10{background-color:rgba(75,85,99,0.1);}
.dark .dark\:bg-gray-400\/10{background-color:rgba(156,163,175,0.1);}
.dark .dark\:hover\:bg-gray-400\/15:hover{background-color:rgba(156,163,175,0.15);}
.hover\:bg-gray-600\/15:hover{background-color:rgba(75,85,99,0.15);}
.bg-cover{background-size:cover;}
.bg-center{background-position:center;}
.bg-no-repeat{background-repeat:no-repeat;}
.px-3{padding-left:0.75rem;padding-right:0.75rem;}
.px-6{padding-left:1.5rem;padding-right:1.5rem;}
.first\:pt-0:first-child{padding-top:0;}
.pb-16{padding-bottom:4rem;}
.pt-8{padding-top:2rem;}
.pt-12{padding-top:3rem;}
.pt-16{padding-top:4rem;}
.text-2xl{font-size:1.5rem;line-height:2rem;}
.text-4xl{font-size:2.25rem;line-height:2.5rem;}
.text-sm{font-size:0.875rem;line-height:1.25rem;}
.font-bold{font-weight:700;}
.\!leading-8{line-height:2rem !important;}
.leading-tight{line-height:1.25;}
.dark .dark\:hover\:text-white:hover,
.text-white{--un-text-opacity:1;color:rgba(255,255,255,var(--un-text-opacity));}
.dark .dark\:text-gray-100{--un-text-opacity:1;color:rgba(243,244,246,var(--un-text-opacity));}
.dark .dark\:text-gray-400{--un-text-opacity:1;color:rgba(156,163,175,var(--un-text-opacity));}
.hover\:text-black:hover{--un-text-opacity:1;color:rgba(0,0,0,var(--un-text-opacity));}
.hover\:text-gray-500:hover{--un-text-opacity:1;color:rgba(107,114,128,var(--un-text-opacity));}
.hover\:text-gray-700:hover{--un-text-opacity:1;color:rgba(55,65,81,var(--un-text-opacity));}
.text-black\/80{color:rgba(0,0,0,0.8);}
.text-bluegray-500{--un-text-opacity:1;color:rgba(100,116,139,var(--un-text-opacity));}
.text-gray-500{--un-text-opacity:1;color:rgba(107,114,128,var(--un-text-opacity));}
.text-gray-500\/80{color:rgba(107,114,128,0.8);}
.text-gray-600{--un-text-opacity:1;color:rgba(75,85,99,var(--un-text-opacity));}
.text-gray-700{--un-text-opacity:1;color:rgba(55,65,81,var(--un-text-opacity));}
.text-gray-900{--un-text-opacity:1;color:rgba(17,24,39,var(--un-text-opacity));}
.group:focus .group-focus\:opacity-100,
.group:hover .group-hover\:opacity-100{opacity:1;}
.opacity-0{opacity:0;}
.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;}
@media (max-width: 639.9px){
  .lt-sm\:mt-16{margin-top:4rem;}
  .lt-sm\:h-80{height:20rem;}
  .lt-sm\:pb-8{padding-bottom:2rem;}
  .lt-sm\:pt-12{padding-top:3rem;}
}

/* Custom */
ol, ul { list-style: revert; }
