:root{
  --gold:#EAAA00;
  --gold-dim:rgba(234,170,0,0.11);
  --gold-border:rgba(234,170,0,0.22);
  --red:#9D2235;
  --red-dim:rgba(157,34,53,0.10);
  --orange:#E07B00;
  --orange-dim:rgba(224,123,0,0.12);
  --orange-border:rgba(224,123,0,0.30);
  --mono:'Space Grotesk',monospace;
  --sans:'Epilogue',sans-serif;
  --serif:'Libre Baskerville',Georgia,serif;
  --display:'Bebas Neue',sans-serif;
  --radius:2px;
  --tr:0.2s ease;
  --bg:#000;
  --bg2:#0D0D0D;
  --bg3:#161616;
  --bg4:#1E1E1E;
  --bd:#2A2A2A;
  --bd2:#3A3A3A;
  --tx:#FFF;
  --tx2:rgba(255,255,255,0.58);
  --tx3:rgba(255,255,255,0.27);
  --sh:rgba(0,0,0,0.7);
}

/*
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

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;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::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-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness:proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --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-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

::backdrop{
  --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-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness:proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --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-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

.\!container{
  width:100% !important;
}

.container{
  width:100%;
}

@media (min-width: 640px){
  .\!container{
    max-width:640px !important;
  }

  .container{
    max-width:640px;
  }
}

@media (min-width: 768px){
  .\!container{
    max-width:768px !important;
  }

  .container{
    max-width:768px;
  }
}

@media (min-width: 1024px){
  .\!container{
    max-width:1024px !important;
  }

  .container{
    max-width:1024px;
  }
}

@media (min-width: 1280px){
  .\!container{
    max-width:1280px !important;
  }

  .container{
    max-width:1280px;
  }
}

@media (min-width: 1536px){
  .\!container{
    max-width:1536px !important;
  }

  .container{
    max-width:1536px;
  }
}

.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;
}

.pointer-events-none{
  pointer-events:none;
}

.static{
  position:static;
}

.fixed{
  position:fixed;
}

.absolute{
  position:absolute;
}

.relative{
  position:relative;
}

.sticky{
  position:sticky;
}

.inset-0{
  inset:0px;
}

.-left-8{
  left:-2rem;
}

.-left-\[33px\]{
  left:-33px;
}

.-top-3{
  top:-0.75rem;
}

.-top-8{
  top:-2rem;
}

.bottom-0{
  bottom:0px;
}

.bottom-2{
  bottom:0.5rem;
}

.bottom-2\.5{
  bottom:0.625rem;
}

.bottom-4{
  bottom:1rem;
}

.left-4{
  left:1rem;
}

.left-\[-5px\]{
  left:-5px;
}

.left-\[3px\]{
  left:3px;
}

.right-0{
  right:0px;
}

.right-3{
  right:0.75rem;
}

.right-4{
  right:1rem;
}

.right-6{
  right:1.5rem;
}

.top-0{
  top:0px;
}

.top-1{
  top:0.25rem;
}

.top-2{
  top:0.5rem;
}

.top-\[34px\]{
  top:34px;
}

.top-full{
  top:100%;
}

.z-10{
  z-index:10;
}

.z-50{
  z-index:50;
}

.z-\[100\]{
  z-index:100;
}

.z-\[70\]{
  z-index:70;
}

.col-span-full{
  grid-column:1 / -1;
}

.mx-1{
  margin-left:0.25rem;
  margin-right:0.25rem;
}

.mx-auto{
  margin-left:auto;
  margin-right:auto;
}

.mb-0{
  margin-bottom:0px;
}

.mb-0\.5{
  margin-bottom:0.125rem;
}

.mb-1{
  margin-bottom:0.25rem;
}

.mb-10{
  margin-bottom:2.5rem;
}

.mb-12{
  margin-bottom:3rem;
}

.mb-16{
  margin-bottom:4rem;
}

.mb-2{
  margin-bottom:0.5rem;
}

.mb-20{
  margin-bottom:5rem;
}

.mb-24{
  margin-bottom:6rem;
}

.mb-3{
  margin-bottom:0.75rem;
}

.mb-4{
  margin-bottom:1rem;
}

.mb-6{
  margin-bottom:1.5rem;
}

.mb-8{
  margin-bottom:2rem;
}

.ml-1{
  margin-left:0.25rem;
}

.ml-2{
  margin-left:0.5rem;
}

.mr-2{
  margin-right:0.5rem;
}

.mt-0{
  margin-top:0px;
}

.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-4{
  margin-top:1rem;
}

.mt-6{
  margin-top:1.5rem;
}

.mt-8{
  margin-top:2rem;
}

.line-clamp-1{
  overflow:hidden;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
}

.line-clamp-2{
  overflow:hidden;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}

.line-clamp-6{
  overflow:hidden;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:6;
}

.block{
  display:block;
}

.inline-block{
  display:inline-block;
}

.flex{
  display:flex;
}

.inline-flex{
  display:inline-flex;
}

.table{
  display:table;
}

.grid{
  display:grid;
}

.hidden{
  display:none;
}

.h-1{
  height:0.25rem;
}

.h-1\.5{
  height:0.375rem;
}

.h-10{
  height:2.5rem;
}

.h-2{
  height:0.5rem;
}

.h-2\.5{
  height:0.625rem;
}

.h-3{
  height:0.75rem;
}

.h-4{
  height:1rem;
}

.h-40{
  height:10rem;
}

.h-48{
  height:12rem;
}

.h-8{
  height:2rem;
}

.h-\[2px\]{
  height:2px;
}

.h-\[58px\]{
  height:58px;
}

.h-full{
  height:100%;
}

.h-px{
  height:1px;
}

.max-h-96{
  max-height:24rem;
}

.max-h-\[90vh\]{
  max-height:90vh;
}

.min-h-screen{
  min-height:100vh;
}

.w-1{
  width:0.25rem;
}

.w-1\.5{
  width:0.375rem;
}

.w-10{
  width:2.5rem;
}

.w-2{
  width:0.5rem;
}

.w-2\.5{
  width:0.625rem;
}

.w-3{
  width:0.75rem;
}

.w-32{
  width:8rem;
}

.w-40{
  width:10rem;
}

.w-6{
  width:1.5rem;
}

.w-64{
  width:16rem;
}

.w-8{
  width:2rem;
}

.w-\[1px\]{
  width:1px;
}

.w-full{
  width:100%;
}

.min-w-\[32px\]{
  min-width:32px;
}

.min-w-\[80px\]{
  min-width:80px;
}

.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-full{
  max-width:100%;
}

.max-w-md{
  max-width:28rem;
}

.max-w-sm{
  max-width:24rem;
}

.max-w-xl{
  max-width:36rem;
}

.flex-1{
  flex:1 1 0%;
}

.flex-shrink-0{
  flex-shrink:0;
}

.shrink-0{
  flex-shrink:0;
}

.flex-grow{
  flex-grow:1;
}

.border-collapse{
  border-collapse:collapse;
}

.transform{
  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));
}

@keyframes ping{
  75%, 100%{
    transform:scale(2);
    opacity:0;
  }
}

.animate-ping{
  animation:ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes pulse{
  50%{
    opacity:.5;
  }
}

.animate-pulse{
  animation:pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes spin{
  to{
    transform:rotate(360deg);
  }
}

.animate-spin{
  animation:spin 1s linear infinite;
}

.cursor-pointer{
  cursor:pointer;
}

.appearance-none{
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
}

.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));
}

.flex-col{
  flex-direction:column;
}

.flex-wrap{
  flex-wrap:wrap;
}

.items-start{
  align-items:flex-start;
}

.items-end{
  align-items:flex-end;
}

.items-center{
  align-items:center;
}

.items-baseline{
  align-items:baseline;
}

.justify-end{
  justify-content:flex-end;
}

.justify-center{
  justify-content:center;
}

.justify-between{
  justify-content:space-between;
}

.justify-around{
  justify-content:space-around;
}

.gap-1{
  gap:0.25rem;
}

.gap-1\.5{
  gap:0.375rem;
}

.gap-12{
  gap:3rem;
}

.gap-2{
  gap:0.5rem;
}

.gap-3{
  gap:0.75rem;
}

.gap-4{
  gap:1rem;
}

.gap-6{
  gap:1.5rem;
}

.gap-8{
  gap:2rem;
}

.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-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));
}

.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-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-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(2rem * var(--tw-space-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse:0;
  border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width:calc(1px * var(--tw-divide-y-reverse));
}

.divide-neutral-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgb(38 38 38 / var(--tw-divide-opacity));
}

.divide-neutral-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgb(23 23 23 / var(--tw-divide-opacity));
}

.overflow-hidden{
  overflow:hidden;
}

.overflow-x-auto{
  overflow-x:auto;
}

.overflow-y-auto{
  overflow-y:auto;
}

.rounded{
  border-radius:0.25rem;
}

.rounded-full{
  border-radius:9999px;
}

.rounded-lg{
  border-radius:0.5rem;
}

.rounded-xl{
  border-radius:0.75rem;
}

.border{
  border-width:1px;
}

.border-2{
  border-width:2px;
}

.border-y{
  border-top-width:1px;
  border-bottom-width:1px;
}

.border-b{
  border-bottom-width:1px;
}

.border-b-2{
  border-bottom-width:2px;
}

.border-l{
  border-left-width:1px;
}

.border-l-2{
  border-left-width:2px;
}

.border-l-4{
  border-left-width:4px;
}

.border-t{
  border-top-width:1px;
}

.border-t-2{
  border-top-width:2px;
}

.border-none{
  border-style:none;
}

.border-\[\#161616\]{
  --tw-border-opacity:1;
  border-color:rgb(22 22 22 / var(--tw-border-opacity));
}

.border-\[\#EAAA00\]{
  --tw-border-opacity:1;
  border-color:rgb(234 170 0 / var(--tw-border-opacity));
}

.border-blue-900\/50{
  border-color:rgb(30 58 138 / 0.5);
}

.border-border-default{
  --tw-border-opacity:1;
  border-color:rgb(42 42 42 / var(--tw-border-opacity));
}

.border-green-500\/30{
  border-color:rgb(34 197 94 / 0.3);
}

.border-green-900\/50{
  border-color:rgb(20 83 45 / 0.5);
}

.border-neutral-100{
  --tw-border-opacity:1;
  border-color:rgb(245 245 245 / var(--tw-border-opacity));
}

.border-neutral-200{
  --tw-border-opacity:1;
  border-color:rgb(229 229 229 / var(--tw-border-opacity));
}

.border-neutral-700{
  --tw-border-opacity:1;
  border-color:rgb(64 64 64 / var(--tw-border-opacity));
}

.border-neutral-800{
  --tw-border-opacity:1;
  border-color:rgb(38 38 38 / var(--tw-border-opacity));
}

.border-neutral-800\/50{
  border-color:rgb(38 38 38 / 0.5);
}

.border-party-democrat{
  --tw-border-opacity:1;
  border-color:rgb(33 150 243 / var(--tw-border-opacity));
}

.border-primary-gold{
  --tw-border-opacity:1;
  border-color:rgb(234 170 0 / var(--tw-border-opacity));
}

.border-primary-gold\/20{
  border-color:rgb(234 170 0 / 0.2);
}

.border-primary-gold\/30{
  border-color:rgb(234 170 0 / 0.3);
}

.border-red-500\/30{
  border-color:rgb(239 68 68 / 0.3);
}

.border-red-500\/50{
  border-color:rgb(239 68 68 / 0.5);
}

.border-red-900\/50{
  border-color:rgb(127 29 29 / 0.5);
}

.border-white{
  --tw-border-opacity:1;
  border-color:rgb(255 255 255 / var(--tw-border-opacity));
}

.border-yellow-900\/50{
  border-color:rgb(113 63 18 / 0.5);
}

.border-zinc-800{
  --tw-border-opacity:1;
  border-color:rgb(39 39 42 / var(--tw-border-opacity));
}

.border-l-primary-gold{
  --tw-border-opacity:1;
  border-left-color:rgb(234 170 0 / var(--tw-border-opacity));
}

.border-t-primary-gold{
  --tw-border-opacity:1;
  border-top-color:rgb(234 170 0 / var(--tw-border-opacity));
}

.border-t-transparent{
  border-top-color:transparent;
}

.bg-\[\#0D0D0D\]{
  --tw-bg-opacity:1;
  background-color:rgb(13 13 13 / var(--tw-bg-opacity));
}

.bg-accent-red{
  --tw-bg-opacity:1;
  background-color:rgb(157 34 53 / var(--tw-bg-opacity));
}

.bg-bg-surface{
  --tw-bg-opacity:1;
  background-color:rgb(13 13 13 / var(--tw-bg-opacity));
}

.bg-black{
  --tw-bg-opacity:1;
  background-color:rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-black\/60{
  background-color:rgb(0 0 0 / 0.6);
}

.bg-black\/80{
  background-color:rgb(0 0 0 / 0.8);
}

.bg-blue-950\/20{
  background-color:rgb(23 37 84 / 0.2);
}

.bg-green-500{
  --tw-bg-opacity:1;
  background-color:rgb(34 197 94 / var(--tw-bg-opacity));
}

.bg-green-950\/20{
  background-color:rgb(5 46 22 / 0.2);
}

.bg-green-950\/30{
  background-color:rgb(5 46 22 / 0.3);
}

.bg-neutral-100{
  --tw-bg-opacity:1;
  background-color:rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-neutral-200{
  --tw-bg-opacity:1;
  background-color:rgb(229 229 229 / var(--tw-bg-opacity));
}

.bg-neutral-50{
  --tw-bg-opacity:1;
  background-color:rgb(250 250 250 / var(--tw-bg-opacity));
}

.bg-neutral-500{
  --tw-bg-opacity:1;
  background-color:rgb(115 115 115 / var(--tw-bg-opacity));
}

.bg-neutral-600{
  --tw-bg-opacity:1;
  background-color:rgb(82 82 82 / var(--tw-bg-opacity));
}

.bg-neutral-700{
  --tw-bg-opacity:1;
  background-color:rgb(64 64 64 / var(--tw-bg-opacity));
}

.bg-neutral-800{
  --tw-bg-opacity:1;
  background-color:rgb(38 38 38 / var(--tw-bg-opacity));
}

.bg-neutral-900{
  --tw-bg-opacity:1;
  background-color:rgb(23 23 23 / var(--tw-bg-opacity));
}

.bg-neutral-950{
  --tw-bg-opacity:1;
  background-color:rgb(10 10 10 / var(--tw-bg-opacity));
}

.bg-party-democrat{
  --tw-bg-opacity:1;
  background-color:rgb(33 150 243 / var(--tw-bg-opacity));
}

.bg-party-republican{
  --tw-bg-opacity:1;
  background-color:rgb(157 34 53 / var(--tw-bg-opacity));
}

.bg-primary-gold{
  --tw-bg-opacity:1;
  background-color:rgb(234 170 0 / var(--tw-bg-opacity));
}

.bg-primary-gold\/10{
  background-color:rgb(234 170 0 / 0.1);
}

.bg-primary-gold\/30{
  background-color:rgb(234 170 0 / 0.3);
}

.bg-primary-gold\/40{
  background-color:rgb(234 170 0 / 0.4);
}

.bg-primary-gold\/5{
  background-color:rgb(234 170 0 / 0.05);
}

.bg-red-500{
  --tw-bg-opacity:1;
  background-color:rgb(239 68 68 / var(--tw-bg-opacity));
}

.bg-red-900\/10{
  background-color:rgb(127 29 29 / 0.1);
}

.bg-red-900\/20{
  background-color:rgb(127 29 29 / 0.2);
}

.bg-red-950\/20{
  background-color:rgb(69 10 10 / 0.2);
}

.bg-red-950\/30{
  background-color:rgb(69 10 10 / 0.3);
}

.bg-surface{
  --tw-bg-opacity:1;
  background-color:rgb(24 19 10 / var(--tw-bg-opacity));
}

.bg-surface-container{
  --tw-bg-opacity:1;
  background-color:rgb(37 31 21 / var(--tw-bg-opacity));
}

.bg-surface-container-low{
  --tw-bg-opacity:1;
  background-color:rgb(32 27 17 / var(--tw-bg-opacity));
}

.bg-transparent{
  background-color:transparent;
}

.bg-white{
  --tw-bg-opacity:1;
  background-color:rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-white\/5{
  background-color:rgb(255 255 255 / 0.05);
}

.bg-white\/50{
  background-color:rgb(255 255 255 / 0.5);
}

.bg-white\/90{
  background-color:rgb(255 255 255 / 0.9);
}

.bg-yellow-950\/20{
  background-color:rgb(66 32 6 / 0.2);
}

.bg-zinc-700{
  --tw-bg-opacity:1;
  background-color:rgb(63 63 70 / var(--tw-bg-opacity));
}

.bg-zinc-900{
  --tw-bg-opacity:1;
  background-color:rgb(24 24 27 / var(--tw-bg-opacity));
}

.bg-zinc-950{
  --tw-bg-opacity:1;
  background-color:rgb(9 9 11 / var(--tw-bg-opacity));
}

.bg-gradient-to-t{
  background-image:linear-gradient(to top, var(--tw-gradient-stops));
}

.from-black\/60{
  --tw-gradient-from:rgb(0 0 0 / 0.6) 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);
}

.via-transparent{
  --tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops:var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-transparent{
  --tw-gradient-to:transparent var(--tw-gradient-to-position);
}

.object-cover{
  -o-object-fit:cover;
     object-fit:cover;
}

.p-1{
  padding:0.25rem;
}

.p-1\.5{
  padding:0.375rem;
}

.p-12{
  padding:3rem;
}

.p-2{
  padding:0.5rem;
}

.p-3{
  padding:0.75rem;
}

.p-3\.5{
  padding:0.875rem;
}

.p-4{
  padding:1rem;
}

.p-5{
  padding:1.25rem;
}

.p-6{
  padding:1.5rem;
}

.p-8{
  padding:2rem;
}

.px-1{
  padding-left:0.25rem;
  padding-right:0.25rem;
}

.px-1\.5{
  padding-left:0.375rem;
  padding-right:0.375rem;
}

.px-10{
  padding-left:2.5rem;
  padding-right:2.5rem;
}

.px-2{
  padding-left:0.5rem;
  padding-right:0.5rem;
}

.px-2\.5{
  padding-left:0.625rem;
  padding-right:0.625rem;
}

.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-0{
  padding-top:0px;
  padding-bottom:0px;
}

.py-0\.5{
  padding-top:0.125rem;
  padding-bottom:0.125rem;
}

.py-1{
  padding-top:0.25rem;
  padding-bottom:0.25rem;
}

.py-1\.5{
  padding-top:0.375rem;
  padding-bottom:0.375rem;
}

.py-12{
  padding-top:3rem;
  padding-bottom:3rem;
}

.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-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;
}

.pb-0{
  padding-bottom:0px;
}

.pb-0\.5{
  padding-bottom:0.125rem;
}

.pb-2{
  padding-bottom:0.5rem;
}

.pb-24{
  padding-bottom:6rem;
}

.pb-4{
  padding-bottom:1rem;
}

.pb-8{
  padding-bottom:2rem;
}

.pl-4{
  padding-left:1rem;
}

.pl-5{
  padding-left:1.25rem;
}

.pl-6{
  padding-left:1.5rem;
}

.pl-8{
  padding-left:2rem;
}

.pt-0{
  padding-top:0px;
}

.pt-12{
  padding-top:3rem;
}

.pt-2{
  padding-top:0.5rem;
}

.pt-2\.5{
  padding-top:0.625rem;
}

.pt-4{
  padding-top:1rem;
}

.pt-6{
  padding-top:1.5rem;
}

.pt-8{
  padding-top:2rem;
}

.text-left{
  text-align:left;
}

.text-center{
  text-align:center;
}

.text-right{
  text-align:right;
}

.align-middle{
  vertical-align:middle;
}

.font-body-main{
  font-family:Epilogue;
}

.font-brand-epilogue{
  font-family:Epilogue;
}

.font-data-mono{
  font-family:Space Grotesk;
}

.font-display-hero{
  font-family:Bebas Neue;
}

.font-eyebrow{
  font-family:Epilogue;
}

.font-h1-serif{
  font-family:Libre Baskerville;
}

.font-h2-serif{
  font-family:Libre Baskerville;
}

.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-6xl{
  font-size:3.75rem;
  line-height:1;
}

.text-\[10px\]{
  font-size:10px;
}

.text-\[11px\]{
  font-size:11px;
}

.text-\[13px\]{
  font-size:13px;
}

.text-\[16vw\]{
  font-size:16vw;
}

.text-\[7px\]{
  font-size:7px;
}

.text-\[8px\]{
  font-size:8px;
}

.text-\[9px\]{
  font-size:9px;
}

.text-base{
  font-size:1rem;
  line-height:1.5rem;
}

.text-body-main{
  font-size:16px;
  line-height:1.6;
  font-weight:400;
}

.text-data-mono{
  font-size:14px;
  line-height:1;
  letter-spacing:0.02em;
  font-weight:400;
}

.text-display-hero{
  font-size:clamp(46px, 6.5vw, 86px);
  line-height:1.1;
  letter-spacing:4px;
  font-weight:400;
}

.text-eyebrow{
  font-size:12px;
  line-height:1;
  letter-spacing:0.1em;
  font-weight:700;
}

.text-h1-serif{
  font-size:32px;
  line-height:1.3;
  font-weight:700;
}

.text-lg{
  font-size:1.125rem;
  line-height:1.75rem;
}

.text-sm{
  font-size:0.875rem;
  line-height:1.25rem;
}

.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-medium{
  font-weight:500;
}

.font-normal{
  font-weight:400;
}

.uppercase{
  text-transform:uppercase;
}

.italic{
  font-style:italic;
}

.leading-none{
  line-height:1;
}

.leading-relaxed{
  line-height:1.625;
}

.leading-tight{
  line-height:1.25;
}

.tracking-\[0\.2em\]{
  letter-spacing:0.2em;
}

.tracking-\[0\.3em\]{
  letter-spacing:0.3em;
}

.tracking-tight{
  letter-spacing:-0.025em;
}

.tracking-tighter{
  letter-spacing:-0.05em;
}

.tracking-wide{
  letter-spacing:0.025em;
}

.tracking-wider{
  letter-spacing:0.05em;
}

.tracking-widest{
  letter-spacing:0.1em;
}

.text-\[\#EAAA00\]{
  --tw-text-opacity:1;
  color:rgb(234 170 0 / var(--tw-text-opacity));
}

.text-bg-base{
  --tw-text-opacity:1;
  color:rgb(0 0 0 / var(--tw-text-opacity));
}

.text-black{
  --tw-text-opacity:1;
  color:rgb(0 0 0 / var(--tw-text-opacity));
}

.text-blue-400{
  --tw-text-opacity:1;
  color:rgb(96 165 250 / var(--tw-text-opacity));
}

.text-blue-500{
  --tw-text-opacity:1;
  color:rgb(59 130 246 / var(--tw-text-opacity));
}

.text-green-400{
  --tw-text-opacity:1;
  color:rgb(74 222 128 / var(--tw-text-opacity));
}

.text-green-500{
  --tw-text-opacity:1;
  color:rgb(34 197 94 / var(--tw-text-opacity));
}

.text-neutral-300{
  --tw-text-opacity:1;
  color:rgb(212 212 212 / var(--tw-text-opacity));
}

.text-neutral-400{
  --tw-text-opacity:1;
  color:rgb(163 163 163 / var(--tw-text-opacity));
}

.text-neutral-500{
  --tw-text-opacity:1;
  color:rgb(115 115 115 / var(--tw-text-opacity));
}

.text-neutral-600{
  --tw-text-opacity:1;
  color:rgb(82 82 82 / var(--tw-text-opacity));
}

.text-neutral-700{
  --tw-text-opacity:1;
  color:rgb(64 64 64 / var(--tw-text-opacity));
}

.text-neutral-900{
  --tw-text-opacity:1;
  color:rgb(23 23 23 / var(--tw-text-opacity));
}

.text-party-democrat{
  --tw-text-opacity:1;
  color:rgb(33 150 243 / var(--tw-text-opacity));
}

.text-party-republican{
  --tw-text-opacity:1;
  color:rgb(157 34 53 / var(--tw-text-opacity));
}

.text-primary-gold{
  --tw-text-opacity:1;
  color:rgb(234 170 0 / var(--tw-text-opacity));
}

.text-red-400{
  --tw-text-opacity:1;
  color:rgb(248 113 113 / var(--tw-text-opacity));
}

.text-red-500{
  --tw-text-opacity:1;
  color:rgb(239 68 68 / var(--tw-text-opacity));
}

.text-red-600{
  --tw-text-opacity:1;
  color:rgb(220 38 38 / var(--tw-text-opacity));
}

.text-red-700{
  --tw-text-opacity:1;
  color:rgb(185 28 28 / var(--tw-text-opacity));
}

.text-text-low{
  color:rgba(255,255,255,0.27);
}

.text-text-medium{
  color:rgba(255,255,255,0.58);
}

.text-white{
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity));
}

.text-yellow-500{
  --tw-text-opacity:1;
  color:rgb(234 179 8 / var(--tw-text-opacity));
}

.text-zinc-500{
  --tw-text-opacity:1;
  color:rgb(113 113 122 / var(--tw-text-opacity));
}

.underline{
  text-decoration-line:underline;
}

.decoration-primary-gold\/30{
  text-decoration-color:rgb(234 170 0 / 0.3);
}

.underline-offset-4{
  text-underline-offset:4px;
}

.opacity-20{
  opacity:0.2;
}

.opacity-75{
  opacity:0.75;
}

.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-\[0_0_10px_rgba\(234\2c 170\2c 0\2c 0\.5\)\]{
  --tw-shadow:0 0 10px rgba(234,170,0,0.5);
  --tw-shadow-colored:0 0 10px 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-sm{
  --tw-shadow:0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored:0 1px 2px 0 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-xl{
  --tw-shadow:0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none{
  outline:2px solid transparent;
  outline-offset:2px;
}

.outline{
  outline-style:solid;
}

.brightness-90{
  --tw-brightness:brightness(.9);
  filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale{
  --tw-grayscale:grayscale(100%);
  filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter{
  filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-md{
  --tw-backdrop-blur:blur(12px);
  backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-sm{
  --tw-backdrop-blur:blur(4px);
  backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.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;
}

.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;
}

.transition-transform{
  transition-property:transform;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms;
}

.duration-200{
  transition-duration:200ms;
}

.duration-300{
  transition-duration:300ms;
}

.duration-500{
  transition-duration:500ms;
}

.duration-700{
  transition-duration:700ms;
}

/* ─────────────────────────────────────────────────────────────
   INSERT THESE STYLES into the \3c style> block in public/index.html
   
   1. Replace the existing .spill and .s-* rules entirely
   2. Append the tooltip system, info-btn, and glossary styles
   ───────────────────────────────────────────────────────────── */

/* ── STATUS PILLS — enhanced with icons, distinct colors ─────
   Each status has a unique color + symbol so users can
   identify at a glance without reading the label.            */

.spill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--mono);
  font-size: 10px;
  padding: 3px 9px;
  border-radius: var(--radius);
  border: 1px solid;
  letter-spacing: .3px;
  white-space: nowrap;
  cursor: default;
  position: relative;
}

/* Introduced — gray/muted, dotted border */

.s-introduced {
  border-color: var(--bd2);
  color: var(--tx3);
  background: transparent;
}

.s-introduced::before {
  content: '○';
  font-size: 9px;
  opacity: .6;
}

/* In Committee — amber, review in progress */

.s-committee {
  border-color: rgba(224,123,0,.40);
  color: var(--orange);
  background: var(--orange-dim);
}

.s-committee::before {
  content: '◎';
  font-size: 9px;
}

/* Passed one chamber — blue, halfway there */

.s-passed_chamber {
  border-color: rgba(74,144,217,.35);
  color: #4A90D9;
  background: rgba(74,144,217,.07);
}

.s-passed_chamber::before {
  content: '◑';
  font-size: 9px;
}

/* Passed both chambers (awaiting Governor) — green */

.s-passed {
  border-color: rgba(76,175,80,.40);
  color: #4CAF50;
  background: rgba(76,175,80,.07);
}

.s-passed::before {
  content: '◉';
  font-size: 9px;
}

/* Enacted — gold, prominent, star icon */

.s-enacted {
  border-color: var(--gold-border);
  color: var(--gold);
  background: var(--gold-dim);
  font-weight: 600;
}

.s-enacted::before {
  content: '★';
  font-size: 9px;
}

/* Failed — red */

.s-failed {
  border-color: rgba(157,34,53,.35);
  color: var(--red);
  background: var(--red-dim);
}

.s-failed::before {
  content: '✕';
  font-size: 9px;
}

/* Vetoed — orange-red */

.s-vetoed {
  border-color: rgba(220,80,40,.35);
  color: #DC5028;
  background: rgba(220,80,40,.07);
}

.s-vetoed::before {
  content: '⊘';
  font-size: 9px;
}

/* Session expired — dark gray/faded */

.s-expired {
  border-color: var(--bd);
  color: var(--tx3);
  background: transparent;
  opacity: .7;
}

.s-expired::before {
  content: '◻';
  font-size: 9px;
}

/* ── STATUS LEGEND — shown at top of Legislation view ────── */

.status-legend {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  padding: 12px 0 20px;
  border-bottom: 1px solid var(--bd);
  margin-bottom: 20px;
}

.status-legend-label {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--tx3);
  margin-right: 4px;
}

/* ── TOOLTIP SYSTEM ──────────────────────────────────────────
   Usage: wrap any element in .tip-wrap, add .tip-text sibling.
   Works on hover (desktop) and focus (keyboard/mobile).
   
   HTML pattern:
   <span class="tip-wrap">
     <span class="spill s-enacted">enacted</span>
     <span class="tip-text">Definition here</span>
   </span>
   
   OR for info buttons:
   <span class="tip-wrap">
     some term <button class="info-btn" aria-label="What does X mean?">ⓘ</button>
     <span class="tip-text">Definition of X</span>
   </span>                                                       */

.tip-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.tip-text {
  display: none;
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: var(--bg3);
  border: 1px solid var(--bd2);
  color: var(--tx2);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  padding: 10px 14px;
  border-radius: 4px;
  width: 260px;
  white-space: normal;
  z-index: 600;
  box-shadow: 0 6px 24px rgba(0,0,0,.5);
  pointer-events: none;
}

/* Arrow pointing down from tooltip box */

.tip-text::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: var(--bd2);
}

/* Flip tooltip below when near top of page */

.tip-wrap.flip-below .tip-text {
  bottom: auto;
  top: calc(100% + 8px);
}

.tip-wrap.flip-below .tip-text::after {
  top: auto;
  bottom: 100%;
  border-top-color: transparent;
  border-bottom-color: var(--bd2);
}

/* Show on hover or when .open class is toggled (for mobile tap) */

.tip-wrap:hover .tip-text,
.tip-wrap.open  .tip-text {
  display: block;
}

/* Prevent tooltip from being clipped at viewport edges */

.tip-text.anchor-left  {
  left: 0;
  transform: none;
}

.tip-text.anchor-right {
  left: auto;
  right: 0;
  transform: none;
}

/* ── INFO BUTTON (ⓘ) ─────────────────────────────────────── */

.info-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  font-size: 11px;
  color: var(--tx3);
  cursor: help;
  flex-shrink: 0;
  transition: color var(--tr);
  background: none;
  border: none;
  padding: 0;
  line-height: 1;
}

.info-btn:hover,
.tip-wrap:hover .info-btn {
  color: var(--gold);
}

/* ── GLOSSARY / KEYWORDS VIEW ────────────────────────────── */

.glos-hero {
  padding: 48px 48px 0;
}

.glos-h {
  font-family: var(--display);
  font-size: 50px;
  letter-spacing: 3px;
  line-height: .9;
  margin-bottom: 10px;
}

.glos-h span {
  color: var(--gold);
}

.glos-sub {
  font-size: 13px;
  color: var(--tx2);
  max-width: 520px;
  line-height: 1.7;
  margin-bottom: 0;
}

.glos-search-bar {
  padding: 20px 48px;
  border-bottom: 1px solid var(--bd);
  display: flex;
  gap: 10px;
  align-items: center;
}

.glos-search {
  flex: 1;
  max-width: 400px;
  background: var(--bg2);
  border: 1px solid var(--bd);
  border-radius: var(--radius);
  padding: 9px 14px;
  font-family: var(--sans);
  font-size: 13px;
  color: var(--tx);
  outline: none;
  transition: border-color var(--tr);
}

.glos-search:focus {
  border-color: var(--gold);
}

.glos-search::-moz-placeholder {
  color: var(--tx3);
}

.glos-search::placeholder {
  color: var(--tx3);
}

.glos-count {
  font-family: var(--mono);
  font-size: 10px;
  color: var(--tx3);
  white-space: nowrap;
}

.glos-cat-tabs {
  display: flex;
  gap: 2px;
  overflow-x: auto;
  padding: 0 48px;
  border-bottom: 1px solid var(--bd);
  -webkit-overflow-scrolling: touch;
}

.glos-cat-tabs::-webkit-scrollbar {
  display: none;
}

.gcat-tab {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 14px;
  color: var(--tx3);
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  white-space: nowrap;
  flex-shrink: 0;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  transition: color var(--tr), border-color var(--tr);
}

.gcat-tab:hover {
  color: var(--tx2);
}

.gcat-tab.on {
  color: var(--gold);
  border-bottom-color: var(--gold);
}

.glos-body {
  padding: 32px 48px 64px;
}

.glos-category-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--bd);
}

.glos-category-head:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.glos-category-label {
  font-family: var(--display);
  font-size: 18px;
  letter-spacing: 2px;
  color: var(--tx);
}

.glos-category-count {
  font-family: var(--mono);
  font-size: 10px;
  color: var(--tx3);
}

.glos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 2px;
}

.glos-card {
  background: var(--bg2);
  border: 1px solid var(--bd);
  padding: 18px 20px;
  transition: background var(--tr), border-color var(--tr);
  cursor: default;
}

.glos-card:hover {
  background: var(--bg3);
  border-color: var(--bd2);
}

.glos-term {
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 700;
  color: var(--tx);
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.glos-short {
  font-family: var(--mono);
  font-size: 10px;
  color: var(--gold);
  opacity: .7;
  letter-spacing: .3px;
  margin-bottom: 8px;
}

.glos-def {
  font-size: 12px;
  color: var(--tx2);
  line-height: 1.75;
}

/* Highlight search matches */

.glos-def mark, .glos-term mark {
  background: rgba(234,170,0,.2);
  color: var(--gold);
  border-radius: 2px;
  padding: 0 2px;
}

/* Status mini-pill shown on bill-status glossary cards */

.glos-status-pill {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.glos-status-label {
  font-family: var(--mono);
  font-size: 9px;
  color: var(--tx3);
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* No-results state */

.glos-empty {
  padding: 48px 0;
  color: var(--tx3);
  font-family: var(--mono);
  font-size: 12px;
  text-align: center;
}

.glos-empty strong {
  color: var(--tx2);
}

/* ── MOBILE RESPONSIVE (append to existing @media block) ──── */

@media(max-width:768px) {
  .glos-hero     {
    padding: 28px 16px 0;
  }

  .glos-h        {
    font-size: 36px;
  }

  .glos-search-bar {
    padding: 14px 16px;
  }

  .glos-cat-tabs {
    padding: 0 16px;
  }

  .glos-body     {
    padding: 20px 16px 48px;
  }

  .glos-grid     {
    grid-template-columns: 1fr;
  }

  .status-legend {
    padding: 10px 16px;
    overflow-x: auto;
    flex-wrap: nowrap;
  }
}

.light {
  --bg: #F5F5F5;
  --bg2: #FFFFFF;
  --bg3: #E0E0E0;
  --bg4: #D0D0D0;
  --tx: #1A1A1A;
  --tx2: #4A4A4A;
  --tx3: #757575;
  --bd: #E0E0E0;
  --bd2: #BDBDBD;
  --sh: rgba(0,0,0,0.1);
}

.light body {
  background-color: var(--bg) !important;
  color: var(--tx) !important;
}

.light .bg-black {
  background-color: var(--bg) !important;
}

.light .bg-[#000000] {
  background-color: var(--bg) !important;
}

.light .bg-[#0D0D0D] {
  background-color: var(--bg2) !important;
}

.light .bg-neutral-900 {
  background-color: var(--bg3) !important;
}

.light .bg-neutral-950 {
  background-color: var(--bg2) !important;
}

.light .text-white {
  color: var(--tx) !important;
}

.light .text-neutral-400 {
  color: var(--tx2) !important;
}

.light .text-neutral-500 {
  color: var(--tx3) !important;
}

.light .border-neutral-800 {
  border-color: var(--bd) !important;
}

.light .divide-neutral-800 > * + * {
  border-color: var(--bd) !important;
}

.light .bg-surface {
  background-color: var(--bg2) !important;
}

.light .border-border-default {
  border-color: var(--bd) !important;
}

.light {
  --bg: #F5F5F5;
  --bg2: #FFFFFF;
  --bg3: #E0E0E0;
  --bg4: #D0D0D0;
  --bd: #CCCCCC;
  --bd2: #BBBBBB;
  --tx: #1A1A1A;
  --tx2: rgba(0,0,0,0.6);
  --tx3: rgba(0,0,0,0.4);
  --sh: rgba(0,0,0,0.1);
}

.light body {
  background-color: var(--bg) !important;
  color: var(--tx) !important;
}

.light .bg-black {
  background-color: var(--bg) !important;
}

.light .bg-neutral-950 {
  background-color: var(--bg2) !important;
}

.light .bg-neutral-900 {
  background-color: var(--bg3) !important;
}

.light .bg-bg-base {
  background-color: var(--bg) !important;
}

.light .bg-bg-surface {
  background-color: var(--bg2) !important;
}

.light .text-white {
  color: var(--tx) !important;
}

.light .text-on-background {
  color: var(--tx) !important;
}

.light .text-neutral-400 {
  color: var(--tx2) !important;
}

.light .text-text-medium {
  color: var(--tx2) !important;
}

.light .text-text-low {
  color: var(--tx3) !important;
}

.light .border-neutral-800 {
  border-color: var(--bd) !important;
}

.light .border-border-default {
  border-color: var(--bd) !important;
}

.selection\:bg-primary-gold *::-moz-selection{
  --tw-bg-opacity:1;
  background-color:rgb(234 170 0 / var(--tw-bg-opacity));
}

.selection\:bg-primary-gold *::selection{
  --tw-bg-opacity:1;
  background-color:rgb(234 170 0 / var(--tw-bg-opacity));
}

.selection\:text-bg-base *::-moz-selection{
  --tw-text-opacity:1;
  color:rgb(0 0 0 / var(--tw-text-opacity));
}

.selection\:text-bg-base *::selection{
  --tw-text-opacity:1;
  color:rgb(0 0 0 / var(--tw-text-opacity));
}

.selection\:bg-primary-gold::-moz-selection{
  --tw-bg-opacity:1;
  background-color:rgb(234 170 0 / var(--tw-bg-opacity));
}

.selection\:bg-primary-gold::selection{
  --tw-bg-opacity:1;
  background-color:rgb(234 170 0 / var(--tw-bg-opacity));
}

.selection\:text-bg-base::-moz-selection{
  --tw-text-opacity:1;
  color:rgb(0 0 0 / var(--tw-text-opacity));
}

.selection\:text-bg-base::selection{
  --tw-text-opacity:1;
  color:rgb(0 0 0 / var(--tw-text-opacity));
}

.placeholder\:text-neutral-600::-moz-placeholder{
  --tw-text-opacity:1;
  color:rgb(82 82 82 / var(--tw-text-opacity));
}

.placeholder\:text-neutral-600::placeholder{
  --tw-text-opacity:1;
  color:rgb(82 82 82 / var(--tw-text-opacity));
}

.after\:absolute::after{
  content:var(--tw-content);
  position:absolute;
}

.after\:start-\[2px\]::after{
  content:var(--tw-content);
  inset-inline-start:2px;
}

.after\:top-\[2px\]::after{
  content:var(--tw-content);
  top:2px;
}

.after\:h-3::after{
  content:var(--tw-content);
  height:0.75rem;
}

.after\:w-3::after{
  content:var(--tw-content);
  width:0.75rem;
}

.after\:rounded-full::after{
  content:var(--tw-content);
  border-radius:9999px;
}

.after\:border::after{
  content:var(--tw-content);
  border-width:1px;
}

.after\:border-gray-300::after{
  content:var(--tw-content);
  --tw-border-opacity:1;
  border-color:rgb(209 213 219 / var(--tw-border-opacity));
}

.after\:bg-white::after{
  content:var(--tw-content);
  --tw-bg-opacity:1;
  background-color:rgb(255 255 255 / var(--tw-bg-opacity));
}

.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\:content-\[\'\'\]::after{
  --tw-content:'';
  content:var(--tw-content);
}

.last\:border-none:last-child{
  border-style:none;
}

.focus-within\:border-primary-gold:focus-within{
  --tw-border-opacity:1;
  border-color:rgb(234 170 0 / var(--tw-border-opacity));
}

.hover\:border-neutral-700:hover{
  --tw-border-opacity:1;
  border-color:rgb(64 64 64 / var(--tw-border-opacity));
}

.hover\:border-primary-gold:hover{
  --tw-border-opacity:1;
  border-color:rgb(234 170 0 / var(--tw-border-opacity));
}

.hover\:border-primary-gold\/50:hover{
  border-color:rgb(234 170 0 / 0.5);
}

.hover\:bg-bg-hover:hover{
  --tw-bg-opacity:1;
  background-color:rgb(22 22 22 / var(--tw-bg-opacity));
}

.hover\:bg-neutral-800:hover{
  --tw-bg-opacity:1;
  background-color:rgb(38 38 38 / var(--tw-bg-opacity));
}

.hover\:bg-neutral-900:hover{
  --tw-bg-opacity:1;
  background-color:rgb(23 23 23 / var(--tw-bg-opacity));
}

.hover\:bg-neutral-900\/50:hover{
  background-color:rgb(23 23 23 / 0.5);
}

.hover\:bg-primary-gold:hover{
  --tw-bg-opacity:1;
  background-color:rgb(234 170 0 / var(--tw-bg-opacity));
}

.hover\:bg-white:hover{
  --tw-bg-opacity:1;
  background-color:rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:text-black:hover{
  --tw-text-opacity:1;
  color:rgb(0 0 0 / var(--tw-text-opacity));
}

.hover\:text-neutral-100:hover{
  --tw-text-opacity:1;
  color:rgb(245 245 245 / var(--tw-text-opacity));
}

.hover\:text-neutral-900:hover{
  --tw-text-opacity:1;
  color:rgb(23 23 23 / var(--tw-text-opacity));
}

.hover\:text-primary-gold:hover{
  --tw-text-opacity:1;
  color:rgb(234 170 0 / var(--tw-text-opacity));
}

.hover\:text-white:hover{
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:underline:hover{
  text-decoration-line:underline;
}

.hover\:opacity-80:hover{
  opacity:0.8;
}

.hover\:opacity-90:hover{
  opacity:0.9;
}

.focus\:border-primary-gold:focus{
  --tw-border-opacity:1;
  border-color:rgb(234 170 0 / var(--tw-border-opacity));
}

.focus\:outline-none:focus{
  outline:2px solid transparent;
  outline-offset:2px;
}

.focus\:ring-0:focus{
  --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(0px + 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);
}

.focus\:ring-primary-gold:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgb(234 170 0 / var(--tw-ring-opacity));
}

.active\:opacity-80:active{
  opacity:0.8;
}

.disabled\:opacity-30:disabled{
  opacity:0.3;
}

.disabled\:hover\:border-neutral-800:hover:disabled{
  --tw-border-opacity:1;
  border-color:rgb(38 38 38 / var(--tw-border-opacity));
}

.disabled\:hover\:text-neutral-400:hover:disabled{
  --tw-text-opacity:1;
  color:rgb(163 163 163 / var(--tw-text-opacity));
}

.group:focus-within .group-focus-within\:text-primary-gold{
  --tw-text-opacity:1;
  color:rgb(234 170 0 / var(--tw-text-opacity));
}

.group:hover .group-hover\:line-clamp-none{
  overflow:visible;
  display:block;
  -webkit-box-orient:horizontal;
  -webkit-line-clamp:none;
}

.group:hover .group-hover\:scale-105{
  --tw-scale-x:1.05;
  --tw-scale-y:1.05;
  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));
}

.group:hover .group-hover\:text-primary-gold{
  --tw-text-opacity:1;
  color:rgb(234 170 0 / var(--tw-text-opacity));
}

.group:hover .group-hover\:grayscale-0{
  --tw-grayscale:grayscale(0);
  filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.peer:checked ~ .peer-checked\:bg-primary-gold{
  --tw-bg-opacity:1;
  background-color:rgb(234 170 0 / var(--tw-bg-opacity));
}

.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\:after\:border-white::after{
  content:var(--tw-content);
  --tw-border-opacity:1;
  border-color:rgb(255 255 255 / var(--tw-border-opacity));
}

.peer:focus ~ .peer-focus\:outline-none{
  outline:2px solid transparent;
  outline-offset:2px;
}

:is(.dark .dark\:border-\[\#161616\]){
  --tw-border-opacity:1;
  border-color:rgb(22 22 22 / var(--tw-border-opacity));
}

:is(.dark .dark\:border-border-default){
  --tw-border-opacity:1;
  border-color:rgb(42 42 42 / var(--tw-border-opacity));
}

:is(.dark .dark\:border-neutral-800){
  --tw-border-opacity:1;
  border-color:rgb(38 38 38 / var(--tw-border-opacity));
}

:is(.dark .dark\:border-red-500\/50){
  border-color:rgb(239 68 68 / 0.5);
}

:is(.dark .dark\:border-white\/5){
  border-color:rgb(255 255 255 / 0.05);
}

:is(.dark .dark\:border-zinc-800){
  --tw-border-opacity:1;
  border-color:rgb(39 39 42 / var(--tw-border-opacity));
}

:is(.dark .dark\:border-zinc-800\/50){
  border-color:rgb(39 39 42 / 0.5);
}

:is(.dark .dark\:bg-\[\#0D0D0D\]){
  --tw-bg-opacity:1;
  background-color:rgb(13 13 13 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-black){
  --tw-bg-opacity:1;
  background-color:rgb(0 0 0 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-black\/40){
  background-color:rgb(0 0 0 / 0.4);
}

:is(.dark .dark\:bg-neutral-900){
  --tw-bg-opacity:1;
  background-color:rgb(23 23 23 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-neutral-950){
  --tw-bg-opacity:1;
  background-color:rgb(10 10 10 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-neutral-950\/90){
  background-color:rgb(10 10 10 / 0.9);
}

:is(.dark .dark\:bg-red-900\/20){
  background-color:rgb(127 29 29 / 0.2);
}

:is(.dark .dark\:bg-zinc-800){
  --tw-bg-opacity:1;
  background-color:rgb(39 39 42 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-zinc-900){
  --tw-bg-opacity:1;
  background-color:rgb(24 24 27 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-zinc-900\/50){
  background-color:rgb(24 24 27 / 0.5);
}

:is(.dark .dark\:from-zinc-900){
  --tw-gradient-from:#18181b var(--tw-gradient-from-position);
  --tw-gradient-to:rgb(24 24 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to);
}

:is(.dark .dark\:text-neutral-300){
  --tw-text-opacity:1;
  color:rgb(212 212 212 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-neutral-400){
  --tw-text-opacity:1;
  color:rgb(163 163 163 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-neutral-500){
  --tw-text-opacity:1;
  color:rgb(115 115 115 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-red-400){
  --tw-text-opacity:1;
  color:rgb(248 113 113 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-red-500){
  --tw-text-opacity:1;
  color:rgb(239 68 68 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-white){
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-zinc-700){
  --tw-text-opacity:1;
  color:rgb(63 63 70 / var(--tw-text-opacity));
}

:is(.dark .dark\:hover\:bg-white:hover){
  --tw-bg-opacity:1;
  background-color:rgb(255 255 255 / var(--tw-bg-opacity));
}

:is(.dark .dark\:hover\:text-black:hover){
  --tw-text-opacity:1;
  color:rgb(0 0 0 / var(--tw-text-opacity));
}

:is(.dark .dark\:hover\:text-white:hover){
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .sm\:flex{
    display:flex;
  }

  .sm\:grid-cols-2{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px){
  .md\:col-span-2{
    grid-column:span 2 / span 2;
  }

  .md\:flex{
    display:flex;
  }

  .md\:w-auto{
    width:auto;
  }

  .md\:grid-cols-2{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3{
    grid-template-columns:repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4{
    grid-template-columns:repeat(4, minmax(0, 1fr));
  }

  .md\:flex-row{
    flex-direction:row;
  }

  .md\:items-end{
    align-items:flex-end;
  }

  .md\:items-center{
    align-items:center;
  }

  .md\:px-10{
    padding-left:2.5rem;
    padding-right:2.5rem;
  }

  .md\:pb-12{
    padding-bottom:3rem;
  }
}

@media (min-width: 1024px){
  .lg\:hidden{
    display:none;
  }

  .lg\:w-48{
    width:12rem;
  }

  .lg\:w-80{
    width:20rem;
  }

  .lg\:w-96{
    width:24rem;
  }

  .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\:grid-cols-4{
    grid-template-columns:repeat(4, minmax(0, 1fr));
  }

  .lg\:flex-row{
    flex-direction:row;
  }
}

@media (min-width: 1280px){
  .xl\:col-span-2{
    grid-column:span 2 / span 2;
  }

  .xl\:grid-cols-3{
    grid-template-columns:repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-5{
    grid-template-columns:repeat(5, minmax(0, 1fr));
  }
}
