/*! tailwind.min.css — project-scoped Tailwind v3 utilities (~195 classes) */

/* === PREFLIGHT / RESET === */
*,::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:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}
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-feature-settings:normal;font-variation-settings:normal;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-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}
button,select{text-transform:none}
button,input:where([type='button']),input:where([type='reset']),input:where([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}
dialog{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}

/* === CSS CUSTOM PROPERTIES (used by ring, shadow, transform, etc.) === */
*,::before,::after{
  --tw-border-spacing-x:0;--tw-border-spacing-y:0;
  --tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;
  --tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;
  --tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;
  --tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;
}

/* === UTILITIES (alphabetical) === */

/* -- absolute -- */
.absolute{position:absolute}

/* -- accent -- */
.accent-\[\#e8b829\]{accent-color:#e8b829}

/* -- after: pseudo-element utilities -- */
.after\:absolute::after{content:var(--tw-content);position:absolute}
.after\:bg-white::after{content:var(--tw-content);background-color:rgb(255 255 255)}
.after\:content-\[\'\'\]::after{--tw-content:'';content:var(--tw-content)}
.after\:h-5::after{content:var(--tw-content);height:1.25rem}
.after\:left-\[2px\]::after{content:var(--tw-content);left:2px}
.after\:rounded-full::after{content:var(--tw-content);border-radius:9999px}
.after\:top-\[2px\]::after{content:var(--tw-content);top:2px}
.after\:transition-all::after{content:var(--tw-content);transition-property:all;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms}
.after\:w-5::after{content:var(--tw-content);width:1.25rem}

/* -- animate -- */
.animate-pulse{animation:pulse 2s cubic-bezier(0.4,0,0.6,1) infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}
.animate-spin{animation:spin 1s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}

/* -- bg (backgrounds) -- */
.bg-\[\#000\]{background-color:#000}
.bg-\[\#0a0e1a\]{background-color:#0a0e1a}
.bg-\[\#1b2a4e\]{background-color:#1b2a4e}
.bg-\[rgba\(255\2c 255\2c 255\2c \.04\)\]{background-color:rgba(255,255,255,0.04)}
.bg-\[rgba\(255\2c 255\2c 255\2c \.05\)\]{background-color:rgba(255,255,255,0.05)}
.bg-\[rgba\(255\2c 255\2c 255\2c \.06\)\]{background-color:rgba(255,255,255,0.06)}
.bg-\[rgba\(34\2c 197\2c 94\2c \.05\)\]{background-color:rgba(34,197,94,0.05)}
.bg-\[rgba\(255\,255\,255\,\.04\)\]{background-color:rgba(255,255,255,0.04)}
.bg-\[rgba\(255\,255\,255\,\.05\)\]{background-color:rgba(255,255,255,0.05)}
.bg-\[rgba\(255\,255\,255\,\.06\)\]{background-color:rgba(255,255,255,0.06)}
.bg-\[rgba\(34\,197\,94\,\.05\)\]{background-color:rgba(34,197,94,0.05)}
.bg-black\/50{background-color:rgb(0 0 0 / 0.5)}
.bg-black\/70{background-color:rgb(0 0 0 / 0.7)}
.bg-blue-600{background-color:rgb(37 99 235)}
.bg-blue-700{background-color:rgb(29 78 216)}
.bg-center{background-position:center}
.bg-cover{background-size:cover}
.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}
.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}
.bg-gray-600{background-color:rgb(75 85 99)}
.bg-green-400{background-color:rgb(74 222 128)}
.bg-green-500{background-color:rgb(34 197 94)}
.bg-green-600{background-color:rgb(22 163 74)}
.bg-green-700{background-color:rgb(21 128 61)}
.bg-red-600{background-color:rgb(220 38 38)}
.bg-sky-500{background-color:rgb(14 165 233)}
.bg-sky-600{background-color:rgb(2 132 199)}
.bg-white{background-color:rgb(255 255 255)}

/* -- block -- */
.block{display:block}

/* -- border -- */
.border{border-width:1px}
.border-2{border-width:2px}
.border-4{border-width:4px}
.border-\[\#3a4b7a\]{border-color:#3a4b7a}
.border-\[\#e8b829\]{border-color:#e8b829}
.border-\[rgba\(232\2c 184\2c 41\2c \.3\)\]{border-color:rgba(232,184,41,0.3)}
.border-\[rgba\(255\2c 255\2c 255\2c \.06\)\]{border-color:rgba(255,255,255,0.06)}
.border-\[rgba\(255\2c 255\2c 255\2c \.1\)\]{border-color:rgba(255,255,255,0.1)}
.border-\[rgba\(232\,184\,41\,\.3\)\]{border-color:rgba(232,184,41,0.3)}
.border-\[rgba\(255\,255\,255\,\.06\)\]{border-color:rgba(255,255,255,0.06)}
.border-\[rgba\(255\,255\,255\,\.1\)\]{border-color:rgba(255,255,255,0.1)}
.border-b{border-bottom-width:1px}
.border-collapse{border-collapse:collapse}
.border-t{border-top-width:1px}
.border-t-transparent{border-top-color:transparent}

/* -- bottom -- */
.bottom-0{bottom:0px}
.bottom-6{bottom:1.5rem}

/* -- container -- */
.container{width:100%}
@media (min-width:640px){.container{max-width:640px}}
@media (min-width:768px){.container{max-width:768px}}
@media (min-width:1024px){.container{max-width:1024px}}
@media (min-width:1280px){.container{max-width:1280px}}
@media (min-width:1536px){.container{max-width:1536px}}

/* -- cursor -- */
.cursor-pointer{cursor:pointer}

/* -- drop-shadow -- */
.drop-shadow-lg{filter:drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1))}

/* -- duration -- */
.duration-500{transition-duration:500ms}

/* -- fixed -- */
.fixed{position:fixed}

/* -- flex -- */
.flex{display:flex}
.flex-1{flex:1 1 0%}
.flex-col{flex-direction:column}
.flex-grow{flex-grow:1}
.flex-wrap{flex-wrap:wrap}

/* -- font -- */
.font-black{font-weight:900}
.font-bold{font-weight:700}
.font-extrabold{font-weight:800}
.font-medium{font-weight:500}
.font-sans{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}
.font-semibold{font-weight:600}

/* -- from (gradient from) -- */
.from-\[\#000\]{--tw-gradient-from:#000 var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}
.from-green-400{--tw-gradient-from:rgb(74 222 128) var(--tw-gradient-from-position);--tw-gradient-to:rgb(74 222 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}

/* -- gap -- */
.gap-2{gap:0.5rem}
.gap-3{gap:0.75rem}
.gap-4{gap:1rem}

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

/* -- h (height) -- */
.h-2\.5{height:0.625rem}
.h-3{height:0.75rem}
.h-4{height:1rem}
.h-5{height:1.25rem}
.h-6{height:1.5rem}
.h-28{height:7rem}
.h-full{height:100%}
.h-screen{height:100vh}

/* -- hidden -- */
.hidden{display:none}

/* -- hover: states -- */
.hover\:bg-\[\#2b4485\]:hover{background-color:#2b4485}
.hover\:bg-\[\#b8962e\]:hover{background-color:#b8962e}
.hover\:bg-blue-700:hover{background-color:rgb(29 78 216)}
.hover\:bg-gray-700:hover{background-color:rgb(55 65 81)}
.hover\:bg-green-700:hover{background-color:rgb(21 128 61)}
.hover\:bg-sky-600:hover{background-color:rgb(2 132 199)}
.hover\:border-\[\#e8b829\]:hover{border-color:#e8b829}
.hover\:text-\[\#e8b829\]:hover{color:#e8b829}
.hover\:underline:hover{text-decoration-line:underline}

/* -- inline-flex -- */
.inline-flex{display:inline-flex}

/* -- inset -- */
.inset-0{inset:0px}

/* -- items (align-items) -- */
.items-center{align-items:center}
.items-end{align-items:flex-end}

/* -- justify (justify-content) -- */
.justify-between{justify-content:space-between}
.justify-center{justify-content:center}
.justify-end{justify-content:flex-end}

/* -- leading -- */
.leading-relaxed{line-height:1.625}

/* -- left -- */
.left-1{left:0.25rem}
.left-\[2px\]{left:2px}

/* -- list -- */
.list-disc{list-style-type:disc}
.list-inside{list-style-position:inside}

/* -- max-w -- */
.max-w-2xl{max-width:42rem}
.max-w-3xl{max-width:48rem}
.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-none{max-width:none}

/* -- margin -- */
.mb-1{margin-bottom:0.25rem}
.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-10{margin-bottom:2.5rem}
.ml-2{margin-left:0.5rem}
.mr-2{margin-right:0.5rem}
.mr-3{margin-right:0.75rem}
.mt-1{margin-top:0.25rem}
.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}
.mt-8{margin-top:2rem}
.mt-10{margin-top:2.5rem}
.mx-auto{margin-left:auto;margin-right:auto}

/* -- md: responsive -- */
@media (min-width:768px){
.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}
}

/* -- min-h -- */
.min-h-screen{min-height:100vh}

/* -- object -- */
.object-cover{object-fit:cover}

/* -- opacity -- */
.opacity-25{opacity:0.25}

/* -- overflow -- */
.overflow-hidden{overflow:hidden}
.overflow-x-auto{overflow-x:auto}

/* -- p (padding) -- */
.p-2{padding:0.5rem}
.p-3{padding:0.75rem}
.p-4{padding:1rem}
.p-6{padding:1.5rem}
.pb-4{padding-bottom:1rem}
.pl-2{padding-left:0.5rem}
.pr-2{padding-right:0.5rem}
.pt-4{padding-top:1rem}
.pt-6{padding-top:1.5rem}
.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-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-2\.5{padding-top:0.625rem;padding-bottom:0.625rem}
.py-3{padding-top:0.75rem;padding-bottom:0.75rem}
.py-4{padding-top:1rem;padding-bottom:1rem}
.py-6{padding-top:1.5rem;padding-bottom:1.5rem}
.py-8{padding-top:2rem;padding-bottom:2rem}
.py-10{padding-top:2.5rem;padding-bottom:2.5rem}
.py-12{padding-top:3rem;padding-bottom:3rem}
.py-16{padding-top:4rem;padding-bottom:4rem}

/* -- peer -- */
.peer{/* marker class, no styles */}

/* -- peer-checked -- */
.peer:checked~.peer-checked\:after\:translate-x-full::after{content:var(--tw-content);--tw-translate-x:100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.peer:checked~.peer-checked\:bg-\[\#e8b829\]{background-color:#e8b829}
.peer:checked~.peer-checked\:translate-x-6{--tw-translate-x:1.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}

/* -- peer-focus -- */
.peer:focus~.peer-focus\:ring-2{--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)}
.peer:focus~.peer-focus\:ring-\[\#e8b829\]{--tw-ring-color:#e8b829}

/* -- prose (minimal typography plugin) -- */
.prose{color:var(--tw-prose-body);max-width:65ch}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.25em;margin-bottom:1.25em}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-bold);font-weight:600}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:0.889em;line-height:1.1}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.33}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:0.6em;line-height:1.6}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:disc}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:decimal}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0.5em;margin-bottom:0.5em}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:0.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"\201C""\201D""\2018""\2019";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-code);font-weight:600;font-size:0.875em}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:0.875em;line-height:1.714;margin-top:1.714em;margin-bottom:1.714em;border-radius:0.375rem;padding:0.857em 1.143em}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:2em;margin-bottom:2em}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}
.prose{
  --tw-prose-body:#374151;
  --tw-prose-headings:#111827;
  --tw-prose-links:#111827;
  --tw-prose-bold:#111827;
  --tw-prose-quotes:#111827;
  --tw-prose-quote-borders:#e5e7eb;
  --tw-prose-code:#111827;
  --tw-prose-pre-code:#e5e7eb;
  --tw-prose-pre-bg:#1f2937;
  --tw-prose-hr:#e5e7eb;
}
.prose-invert{
  --tw-prose-body:#d1d5db;
  --tw-prose-headings:#fff;
  --tw-prose-links:#fff;
  --tw-prose-bold:#fff;
  --tw-prose-quotes:#f3f4f6;
  --tw-prose-quote-borders:#374151;
  --tw-prose-code:#fff;
  --tw-prose-pre-code:#e5e7eb;
  --tw-prose-pre-bg:rgb(0 0 0 / 0.5);
  --tw-prose-hr:#374151;
}

/* -- relative -- */
.relative{position:relative}

/* -- right -- */
.right-0{right:0px}
.right-6{right:1.5rem}

/* -- ring -- */
.ring-2{--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)}

/* -- rounded -- */
.rounded{border-radius:0.25rem}
.rounded-2xl{border-radius:1rem}
.rounded-full{border-radius:9999px}
.rounded-lg{border-radius:0.5rem}
.rounded-xl{border-radius:0.75rem}

/* -- select -- */
.select-none{user-select:none}

/* -- shadow -- */
.shadow-2xl{--tw-shadow:0 25px 50px -12px rgb(0 0 0 / 0.25);--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}
.shadow-lg{--tw-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}
.shadow-md{--tw-shadow:0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}

/* -- sm: responsive -- */
@media (min-width:640px){
.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.sm\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}
.sm\:w-auto{width:auto}
}

/* -- space -- */
.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0.5rem * var(--tw-space-x-reverse));margin-left:calc(0.5rem * calc(1 - var(--tw-space-x-reverse)))}
.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.25rem * var(--tw-space-y-reverse))}
.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.5rem * var(--tw-space-y-reverse))}
.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.75rem * var(--tw-space-y-reverse))}
.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}
.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}
.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}
.space-y-10>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.5rem * var(--tw-space-y-reverse))}
.space-y-12>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(3rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3rem * var(--tw-space-y-reverse))}

/* -- sr-only -- */
.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}

/* -- text -- */
.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-\[\#000\]{color:#000}
.text-\[\#e8b829\]{color:#e8b829}
.text-\[\#e8b829\]\/60{color:rgb(232 184 41 / 0.6)}
.text-black{color:rgb(0 0 0)}
.text-center{text-align:center}
.text-gray-200{color:rgb(229 231 235)}
.text-gray-300{color:rgb(209 213 219)}
.text-gray-400{color:rgb(156 163 175)}
.text-gray-500{color:rgb(107 114 128)}
.text-green-400{color:rgb(74 222 128)}
.text-lg{font-size:1.125rem;line-height:1.75rem}
.text-red-400{color:rgb(248 113 113)}
.text-right{text-align:right}
.text-sm{font-size:0.875rem;line-height:1.25rem}
.text-white{color:rgb(255 255 255)}
.text-xl{font-size:1.25rem;line-height:1.75rem}
.text-xs{font-size:0.75rem;line-height:1rem}

/* -- to (gradient to) -- */
.to-\[\#e8b829\]{--tw-gradient-to:#e8b829 var(--tw-gradient-to-position)}
.to-transparent{--tw-gradient-to:transparent var(--tw-gradient-to-position)}

/* -- top -- */
.top-1{top:0.25rem}
.top-\[2px\]{top:2px}

/* -- transition -- */
.transition{transition-property:color,background-color,border-color,text-decoration-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}

/* -- uppercase -- */
.uppercase{text-transform:uppercase}

/* -- via (gradient via) -- */
.via-\[\#000\]\/60{--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgb(0 0 0 / 0.6) var(--tw-gradient-via-position),var(--tw-gradient-to)}

/* -- w (width) -- */
.w-4{width:1rem}
.w-5{width:1.25rem}
.w-6{width:1.5rem}
.w-8{width:2rem}
.w-11{width:2.75rem}
.w-12{width:3rem}
.w-28{width:7rem}
.w-full{width:100%}

/* -- whitespace -- */
.whitespace-pre-wrap{white-space:pre-wrap}

/* -- z-index -- */
.z-10{z-index:10}
