/* ".inherited-styles-for-exported-element" is a generated class for the inherited styles of the exported element, feel free to rename it. */

:root {
    --fill-x60: #ffffff0d;
    --text-x10: #ffffffe6;
    --font-kalshi-sans: "kalshiSans", "kalshiSans Fallback";
    --red-x10: #ff4d6a;
    --container-x40: #ffffff05;
    --fill-x50: #ffffff1f;
    --surface-x10: #0a0c0f;
    --green-x10: #28cc95;
    --text-x30: #ffffff4d;
    --brand-primary: #28cc95;
    --fill-x30: #ffffff40;
    --text-inverse: #000000e6;
    --green-x50: #7ee0bf;
    --surface-x20: #14181f;
    --text-x20: #ffffff8c;
  }
  
  *, ::after, ::before {
    --tw-numeric-fraction: ;
    --tw-numeric-spacing: ;
    --tw-numeric-figure: ;
    --tw-slashed-zero: ;
    --tw-ordinal: ;
    --tw-scale-y: 1;
    --tw-scale-x: 1;
    --tw-skew-y: 0;
    --tw-skew-x: 0;
    --tw-rotate: 0;
    --tw-translate-y: 0;
    --tw-translate-x: 0;
  }
  
  .absolute {
    position: absolute;
  }
  
  .relative {
    position: relative;
  }
  
  .bottom-0 {
    bottom: 0;
  }
  
  .top-0 {
    top: 0;
  }
  
  .z-critical {
    z-index: 9900;
  }
  
  .m-0 {
    margin: 0;
  }
  
  .m-auto {
    margin: auto;
  }
  
  .-my-\[4px\] {
    margin-bottom: -4px;
    margin-top: -4px;
  }
  
  .my-1\.5 {
    margin-bottom: .75rem;
    margin-top: .75rem;
  }
  
  .-mr-3 {
    margin-right: -1.5rem;
  }
  
  .ml-2 {
    margin-left: 1rem;
  }
  
  .mr-1 {
    margin-right: .5rem;
  }
  
  .mt-0 {
    margin-top: 0;
  }
  
  .box-border {
    box-sizing: border-box;
  }
  
  .inline-block {
    display: inline-block;
  }
  
  .flex {
    display: flex;
  }
  
  .inline-flex {
    display: inline-flex;
  }
  
  .grid {
    display: grid;
  }
  
  .hidden {
    display: none;
  }
  
  .size-\[20px\] {
    height: 20px;
    width: 20px;
  }
  
  .h-3 {
    height: 1.5rem;
  }
  
  .h-5 {
    height: 2.5rem;
  }
  
  .h-fit {
    height: fit-content;
  }
  
  .min-h-4\.5 {
    min-height: 2.25rem;
  }
  
  .min-h-5 {
    min-height: 2.5rem;
  }
  
  .min-h-\[38px\] {
    min-height: 38px;
  }
  
  .min-h-\[40px\] {
    min-height: 40px;
  }
  
  .min-h-\[44px\] {
    min-height: 44px;
  }
  
  .w-full {
    width: 100%;
  }
  
  .min-w-0 {
    min-width: 0;
  }
  
  .min-w-5 {
    min-width: 2.5rem;
  }
  
  .min-w-\[50px\] {
    min-width: 50px;
  }
  
  .min-w-\[60px\] {
    min-width: 60px;
  }
  
  .min-w-\[65px\] {
    min-width: 65px;
  }
  
  .max-w-\[1320px\] {
    max-width: 1320px;
  }
  
  .max-w-\[400px\] {
    max-width: 400px;
  }
  
  .shrink {
    flex-shrink: 1;
  }
  
  .shrink-0 {
    flex-shrink: 0;
  }
  
  .flex-grow, .grow {
    flex-grow: 1;
  }
  
  .\!cursor-pointer {
    cursor: pointer !important;
  }
  
  .cursor-pointer {
    cursor: pointer;
  }
  
  .select-none {
    user-select: none;
  }
  
  .appearance-none {
    appearance: none;
  }
  
  .flex-col {
    flex-direction: column;
  }
  
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  
  .items-center {
    align-items: center;
  }
  
  .justify-end {
    justify-content: flex-end;
  }
  
  .justify-center {
    justify-content: center;
  }
  
  .justify-between {
    justify-content: space-between;
  }
  
  .gap-0\.5 {
    column-gap: .25rem;
    row-gap: .25rem;
  }
  
  .gap-0\.75 {
    column-gap: .375rem;
    row-gap: .375rem;
  }
  
  .gap-1 {
    column-gap: .5rem;
    row-gap: .5rem;
  }
  
  .gap-2 {
    column-gap: 1rem;
    row-gap: 1rem;
  }
  
  .self-center {
    align-self: center;
  }
  
  .overflow-hidden {
    overflow: hidden;
  }
  
  .overflow-clip {
    overflow: clip;
  }
  
  .overflow-x-auto {
    overflow-x: auto;
  }
  
  .whitespace-nowrap {
    text-wrap-mode: nowrap;
    white-space-collapse: collapse;
  }
  
  .\!rounded-x50 {
    border-radius: 100px !important;
  }
  
  .rounded-x20 {
    border-radius: 6px;
  }
  
  .rounded-x30 {
    border-radius: 8px;
  }
  
  .rounded-x50 {
    border-radius: 100px;
  }
  
  .border {
    border-width: 1px;
  }
  
  .border-0 {
    border-width: 0;
  }
  
  .\!border-solid {
    border-style: solid !important;
  }
  
  .border-solid {
    border-style: solid;
  }
  
  .border-none {
    border-style: none;
  }
  
  .\!border-transparent {
    border-color: transparent !important;
  }
  
  .border-fill-x40 {
    border-color: rgba(255, 255, 255, .16);
  }
  
  .bg-\[\#00000000\] {
    background-color: transparent;
  }
  
  .bg-brand-primary {
    background-color: var(--brand-primary);
  }
  
  .bg-custom-transparent {
    background-color: transparent;
  }
  
  .bg-fill-x50 {
    background-color: var(--fill-x50);
  }
  
  .bg-surface-x10 {
    background-color: var(--surface-x10);
  }
  
  .bg-transparent {
    background-color: transparent;
  }
  
  .p-0 {
    padding-bottom: 0;
    padding-top: 0;
  }
  
  .p-0\.5 {
    padding: .25rem;
  }
  
  .p-1 {
    padding: .5rem;
  }
  
  .px-1 {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  
  .px-1\.5 {
    padding-left: .75rem;
    padding-right: .75rem;
  }
  
  .px-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  .px-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  
  .py-1 {
    padding-bottom: .5rem;
    padding-top: .5rem;
  }
  
  .py-\[2px\] {
    padding-bottom: 2px;
    padding-top: 2px;
  }
  
  .pb-0\.5 {
    padding-bottom: .25rem;
  }
  
  .pb-1 {
    padding-bottom: .5rem;
  }
  
  .pl-1 {
    padding-left: .5rem;
  }
  
  .pl-1\.5 {
    padding-left: .75rem;
  }
  
  .pl-3 {
    padding-left: 1.5rem;
  }
  
  .pl-\[44px\] {
    padding-left: 44px;
  }
  
  .pr-1 {
    padding-right: .5rem;
  }
  
  .pt-0\.5 {
    padding-top: .25rem;
  }
  
  .text-base {
    font-size: 1rem;
  }
  
  .font-normal {
    font-weight: 400;
  }
  
  .tabular-nums {
    font-variant: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
    --tw-numeric-spacing: tabular-nums;
  }
  
  .leading-6 {
    line-height: 1.5rem;
  }
  
  .\!text-brand-primary {
    color: var(--brand-primary) !important;
  }
  
  .\!text-green-x10 {
    color: var(--green-x10) !important;
  }
  
  .text-green-x10 {
    color: var(--green-x10);
  }
  
  .text-red-x10 {
    color: var(--red-x10);
  }
  
  .text-text-inverse {
    color: var(--text-inverse);
  }
  
  .text-text-x10 {
    color: var(--text-x10);
  }
  
  .text-text-x20 {
    color: var(--text-x20);
  }
  
  .text-text-x30 {
    color: var(--text-x30);
  }
  
  .group:hover .group-hover\:opacity-100, .opacity-100 {
    opacity: 1;
  }
  
  .opacity-50 {
    opacity: .5;
  }
  
  .outline-none {
    outline: solid;
  }
  
  .outline-0 {
    outline: 0;
  }
  
  .outline-offset-0 {
    outline-offset: 0;
  }
  
  .outline-\[\#00000000\] {
    outline: transparent;
  }
  
  .transition-\[background-color\] {
    transition: background-color cubic-bezier(.4, 0, .2, 1);
  }
  
  .transition-\[grid-template-columns\] {
    transition: grid-template-columns cubic-bezier(.4, 0, .2, 1);
  }
  
  .transition-\[width\] {
    transition: width;
  }
  
  .transition-all {
    transition: all cubic-bezier(.4, 0, .2, 1);
  }
  
  .transition-colors {
    transition-duration: .15s;
    transition-property: color, background-color, border-color, -webkit-text-decoration-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  }
  
  .transition-opacity {
    transition: opacity cubic-bezier(.4, 0, .2, 1);
  }
  
  .transition-transform {
    transition: transform .15s cubic-bezier(.4, 0, .2, 1);
  }
  
  .duration-200 {
    transition-duration: .2s;
  }
  
  .duration-83 {
    transition-duration: 83ms;
  }
  
  .duration-\[300ms\] {
    transition-duration: .3s;
  }
  
  .ease-out {
    transition-timing-function: cubic-bezier(0, 0, .2, 1);
  }
  
  .font-kalshi-sans {
    font-family: var(--font-kalshi-sans), sans-serif;
  }
  
  .scrollbar-none {
    scrollbar-width: none;
  }
  
  .scrollbar-none::-webkit-scrollbar {
    display: none;
  }
  
  .typ-emphasis-x10 {
    font-feature-settings: "case";
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.125rem;
  }
  
  .typ-emphasis-x20, .typ-emphasis-x30, .typ-title-x10 {
    font-feature-settings: "case", "ss04";
    font-size: .8125rem;
    font-weight: 500;
    line-height: 1.25rem;
  }
  
  .typ-emphasis-x30, .typ-title-x10 {
    font-size: .9375rem;
    line-height: 1.375rem;
  }
  
  .typ-title-x10 {
    font-weight: 600;
  }
  
  .typ-overline-x20 {
    font-feature-settings: "case";
    font-size: .8125rem;
    font-weight: 600;
    letter-spacing: .08em;
    line-height: 1.25rem;
    text-transform: uppercase;
  }
  
  .typ-tabular, button {
    font-variant: lining-nums tabular-nums;
  }
  
  button {
    font-family: inherit;
    font-feature-settings: "case";
  }
  
  .typ-tabular, input[class] {
    font-feature-settings: "case", "ss04";
  }
  
  .hover\:border-fill-x30:hover {
    border-color: transparent;
  }
  
  .hover\:bg-container-x40:hover {
    background-color: var(--container-x40);
  }
  
  .hover\:bg-fill-x50:hover {
    background-color: var(--fill-x50);
  }
  
  .hover\:bg-fill-x60:hover {
    background-color: var(--fill-x60);
  }
  
  .hover\:bg-surface-x10:hover {
    background-color: var(--surface-x10);
  }
  
  .hover\:bg-surface-x20:hover {
    background-color: var(--surface-x20);
  }
  
  .hover\:opacity-80:hover {
    opacity: .8;
  }
  
  .focus\:border-green-x10:focus {
    border-color: transparent;
  }
  
  .focus\:bg-surface-x10:focus {
    background-color: var(--surface-x10);
  }
  
  .focus\:outline:focus {
    outline: solid;
  }
  
  .focus\:outline-1:focus {
    outline: 1px;
  }
  
  .focus\:outline-green-x10:focus {
    outline: var(--green-x10);
  }
  
  .focus-visible\:border-green-x10:focus-visible {
    border-color: transparent;
  }
  
  .focus-visible\:bg-surface-x10:focus-visible {
    background-color: var(--surface-x10);
  }
  
  .focus-visible\:outline-2:focus-visible {
    outline: 2px;
  }
  
  .focus-visible\:outline-brand-primary:focus-visible {
    outline: var(--brand-primary);
  }
  
  .active\:scale-90:active {
    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));
    --tw-scale-y: .9;
    --tw-scale-x: .9;
  }
  
  .active\:bg-fill-x30:active {
    background-color: var(--fill-x30);
  }
  
  .active\:bg-green-x50:active {
    background-color: var(--green-x50);
  }
  
  .active\:duration-50:active {
    transition-duration: 50ms;
  }
  
  .user-logged-in\:block {
    display: block;
  }
  
  .user-logged-in\:flex {
    display: flex;
  }
  
  .user-logged-in\:\!hidden {
    display: none !important;
  }
  
  .user-logged-in\:hidden {
    display: none;
  }
  
  @media (max-width: 1239px) {
    .lg\:hidden {
      display: none;
    }
  }
  
  @media (max-width: 1024px) {
    .user-logged-in\:md\:flex {
      display: flex;
    }
  
    .md\:block {
      display: block;
    }
  
    .md\:flex {
      display: flex;
    }
  
    .md\:\!hidden {
      display: none !important;
    }
  
    .md\:hidden {
      display: none;
    }
  
    .md\:h-6 {
      height: 3rem;
    }
  
    .md\:min-h-7 {
      min-height: 3.5rem;
    }
  
    .md\:w-0 {
      width: 0;
    }
  
    .md\:min-w-0 {
      min-width: 0;
    }
  
    .md\:max-w-none {
      max-width: none;
    }
  
    .md\:flex-1 {
      flex: 1 1 0;
    }
  }
  
  .\[\&_\*\]\:select-none * {
    user-select: none;
  }
  
  .\[\&_span\.inline-block\]\:\!w-1 span.inline-block {
    width: .5rem !important;
  }
  
  .inherited-styles-for-exported-element {
    color: #ffffffe6;
    font-family: "kalshiSans", "kalshiSans Fallback", sans-serif;
    font-size: 100%;
  }
  
  a, a:active, a:focus, a:hover, a:link, a:visited {
    text-decoration: none;
  }
  
  a:active, a:focus, a:hover, a:link, a:visited {
    text-decoration-line: none;
  }
  
  .mui-q7mezt {
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(.4, 0, .2, 1) 0ms;
    fill: currentcolor;
    display: inline-block;
    flex-shrink: 0;
    height: 1em;
    transition-behavior: normal;
    user-select: none;
    width: 1em;
  }
/* ".inherited-styles-for-exported-element" is a generated class for the inherited styles of the exported element, feel free to rename it. */

:root {
  --fill-x60: #ffffff0d;
  --text-x10: #ffffffe6;
  --font-kalshi-sans: "kalshiSans", "kalshiSans Fallback";
  --red-x10: #ff4d6a;
  --container-x40: #ffffff05;
  --fill-x50: #ffffff1f;
  --surface-x10: #0a0c0f;
  --green-x10: #28cc95;
  --text-x30: #ffffff4d;
  --brand-primary: #28cc95;
  --fill-x30: #ffffff40;
  --text-inverse: #000000e6;
  --green-x50: #7ee0bf;
  --surface-x20: #14181f;
  --text-x20: #ffffff8c;
}

*, ::after, ::before {
  --tw-numeric-fraction: ;
  --tw-numeric-spacing: ;
  --tw-numeric-figure: ;
  --tw-slashed-zero: ;
  --tw-ordinal: ;
  --tw-scale-y: 1;
  --tw-scale-x: 1;
  --tw-skew-y: 0;
  --tw-skew-x: 0;
  --tw-rotate: 0;
  --tw-translate-y: 0;
  --tw-translate-x: 0;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0;
}

.top-0 {
  top: 0;
}

.z-critical {
  z-index: 9900;
}

.m-0 {
  margin: 0;
}

.m-auto {
  margin: auto;
}

.-my-\[4px\] {
  margin-bottom: -4px;
  margin-top: -4px;
}

.my-1\.5 {
  margin-bottom: .75rem;
  margin-top: .75rem;
}

.-mr-3 {
  margin-right: -1.5rem;
}

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

.mr-1 {
  margin-right: .5rem;
}

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

.box-border {
  box-sizing: border-box;
}

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

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.size-\[20px\] {
  height: 20px;
  width: 20px;
}

.h-3 {
  height: 1.5rem;
}

.h-5 {
  height: 2.5rem;
}

.h-fit {
  height: fit-content;
}

.min-h-4\.5 {
  min-height: 2.25rem;
}

.min-h-5 {
  min-height: 2.5rem;
}

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

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

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

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0;
}

.min-w-5 {
  min-width: 2.5rem;
}

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

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

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

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

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

.shrink {
  flex-shrink: 1;
}

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

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

.\!cursor-pointer {
  cursor: pointer !important;
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  user-select: none;
}

.appearance-none {
  appearance: none;
}

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

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

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

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

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

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

.gap-0\.5 {
  column-gap: .25rem;
  row-gap: .25rem;
}

.gap-0\.75 {
  column-gap: .375rem;
  row-gap: .375rem;
}

.gap-1 {
  column-gap: .5rem;
  row-gap: .5rem;
}

.gap-2 {
  column-gap: 1rem;
  row-gap: 1rem;
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-clip {
  overflow: clip;
}

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

.whitespace-nowrap {
  text-wrap-mode: nowrap;
  white-space-collapse: collapse;
}

.\!rounded-x50 {
  border-radius: 100px !important;
}

.rounded-x20 {
  border-radius: 6px;
}

.rounded-x30 {
  border-radius: 8px;
}

.rounded-x50 {
  border-radius: 100px;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0;
}

.\!border-solid {
  border-style: solid !important;
}

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

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

.\!border-transparent {
  border-color: transparent !important;
}

.border-fill-x40 {
  border-color: rgba(255, 255, 255, .16);
}

.bg-\[\#00000000\] {
  background-color: transparent;
}

.bg-brand-primary {
  background-color: var(--brand-primary);
}

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

.bg-fill-x50 {
  background-color: var(--fill-x50);
}

.bg-surface-x10 {
  background-color: var(--surface-x10);
}

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

.p-0 {
  padding-bottom: 0;
  padding-top: 0;
}

.p-0\.5 {
  padding: .25rem;
}

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

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

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

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

.px-3 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

.py-\[2px\] {
  padding-bottom: 2px;
  padding-top: 2px;
}

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

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

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

.pl-1\.5 {
  padding-left: .75rem;
}

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

.pl-\[44px\] {
  padding-left: 44px;
}

.pr-1 {
  padding-right: .5rem;
}

.pt-0\.5 {
  padding-top: .25rem;
}

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

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

.tabular-nums {
  font-variant: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  --tw-numeric-spacing: tabular-nums;
}

.leading-6 {
  line-height: 1.5rem;
}

.\!text-brand-primary {
  color: var(--brand-primary) !important;
}

.\!text-green-x10 {
  color: var(--green-x10) !important;
}

.text-green-x10 {
  color: var(--green-x10);
}

.text-red-x10 {
  color: var(--red-x10);
}

.text-text-inverse {
  color: var(--text-inverse);
}

.text-text-x10 {
  color: var(--text-x10);
}

.text-text-x20 {
  color: var(--text-x20);
}

.text-text-x30 {
  color: var(--text-x30);
}

.group:hover .group-hover\:opacity-100, .opacity-100 {
  opacity: 1;
}

.opacity-50 {
  opacity: .5;
}

.outline-none {
  outline: solid;
}

.outline-0 {
  outline: 0;
}

.outline-offset-0 {
  outline-offset: 0;
}

.outline-\[\#00000000\] {
  outline: transparent;
}

.transition-\[background-color\] {
  transition: background-color cubic-bezier(.4, 0, .2, 1);
}

.transition-\[grid-template-columns\] {
  transition: grid-template-columns cubic-bezier(.4, 0, .2, 1);
}

.transition-\[width\] {
  transition: width;
}

.transition-all {
  transition: all cubic-bezier(.4, 0, .2, 1);
}

.transition-colors {
  transition-duration: .15s;
  transition-property: color, background-color, border-color, -webkit-text-decoration-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-opacity {
  transition: opacity cubic-bezier(.4, 0, .2, 1);
}

.transition-transform {
  transition: transform .15s cubic-bezier(.4, 0, .2, 1);
}

.duration-200 {
  transition-duration: .2s;
}

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

.duration-\[300ms\] {
  transition-duration: .3s;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, .2, 1);
}

.font-kalshi-sans {
  font-family: var(--font-kalshi-sans), sans-serif;
}

.scrollbar-none {
  scrollbar-width: none;
}

.scrollbar-none::-webkit-scrollbar {
  display: none;
}

.typ-emphasis-x10 {
  font-feature-settings: "case";
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.125rem;
}

.typ-emphasis-x20, .typ-emphasis-x30, .typ-title-x10 {
  font-feature-settings: "case", "ss04";
  font-size: .8125rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.typ-emphasis-x30, .typ-title-x10 {
  font-size: .9375rem;
  line-height: 1.375rem;
}

.typ-title-x10 {
  font-weight: 600;
}

.typ-overline-x20 {
  font-feature-settings: "case";
  font-size: .8125rem;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.25rem;
  text-transform: uppercase;
}

.typ-tabular, button {
  font-variant: lining-nums tabular-nums;
}

button {
  font-family: inherit;
  font-feature-settings: "case";
}

.typ-tabular, input[class] {
  font-feature-settings: "case", "ss04";
}

.hover\:border-fill-x30:hover {
  border-color: transparent;
}

.hover\:bg-container-x40:hover {
  background-color: var(--container-x40);
}

.hover\:bg-fill-x50:hover {
  background-color: var(--fill-x50);
}

.hover\:bg-fill-x60:hover {
  background-color: var(--fill-x60);
}

.hover\:bg-surface-x10:hover {
  background-color: var(--surface-x10);
}

.hover\:bg-surface-x20:hover {
  background-color: var(--surface-x20);
}

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

.focus\:border-green-x10:focus {
  border-color: transparent;
}

.focus\:bg-surface-x10:focus {
  background-color: var(--surface-x10);
}

.focus\:outline:focus {
  outline: solid;
}

.focus\:outline-1:focus {
  outline: 1px;
}

.focus\:outline-green-x10:focus {
  outline: var(--green-x10);
}

.focus-visible\:border-green-x10:focus-visible {
  border-color: transparent;
}

.focus-visible\:bg-surface-x10:focus-visible {
  background-color: var(--surface-x10);
}

.focus-visible\:outline-2:focus-visible {
  outline: 2px;
}

.focus-visible\:outline-brand-primary:focus-visible {
  outline: var(--brand-primary);
}

.active\:scale-90:active {
  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));
  --tw-scale-y: .9;
  --tw-scale-x: .9;
}

.active\:bg-fill-x30:active {
  background-color: var(--fill-x30);
}

.active\:bg-green-x50:active {
  background-color: var(--green-x50);
}

.active\:duration-50:active {
  transition-duration: 50ms;
}

.user-logged-in\:block {
  display: block;
}

.user-logged-in\:flex {
  display: flex;
}

.user-logged-in\:\!hidden {
  display: none !important;
}

.user-logged-in\:hidden {
  display: none;
}

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

@media (max-width: 1024px) {
  .user-logged-in\:md\:flex {
    display: flex;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:\!hidden {
    display: none !important;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-6 {
    height: 3rem;
  }

  .md\:min-h-7 {
    min-height: 3.5rem;
  }

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

  .md\:min-w-0 {
    min-width: 0;
  }

  .md\:max-w-none {
    max-width: none;
  }

  .md\:flex-1 {
    flex: 1 1 0;
  }
}

.\[\&_\*\]\:select-none * {
  user-select: none;
}

.\[\&_span\.inline-block\]\:\!w-1 span.inline-block {
  width: .5rem !important;
}

.inherited-styles-for-exported-element {
  color: #ffffffe6;
  font-family: "kalshiSans", "kalshiSans Fallback", sans-serif;
  font-size: 100%;
}

a, a:active, a:focus, a:hover, a:link, a:visited {
  text-decoration: none;
}

a:active, a:focus, a:hover, a:link, a:visited {
  text-decoration-line: none;
}

.mui-q7mezt {
  font-size: 1.5rem;
  transition: fill 200ms cubic-bezier(.4, 0, .2, 1) 0ms;
  fill: currentcolor;
  display: inline-block;
  flex-shrink: 0;
  height: 1em;
  transition-behavior: normal;
  user-select: none;
  width: 1em;
}

/* ".inherited-styles-for-exported-element" is a generated class for the inherited styles of the exported element, feel free to rename it. */

:root {
    --container-x40: #ffffff05;
    --text-x10: #ffffffe6;
    --font-kalshi-condensed: "kalshiCondensed", "kalshiCondensed Fallback";
  }
  
  .pointer-events-none {
    pointer-events: none;
  }
  
  .absolute {
    position: absolute;
  }
  
  .relative {
    position: relative;
  }
  
  .inset-0, .stretched-link::after {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
  }
  
  .m-0 {
    margin: 0;
  }
  
  .box-border {
    box-sizing: border-box;
  }
  
  .flex {
    display: flex;
  }
  
  .hidden {
    display: none;
  }
  
  .min-h-\[84px\] {
    min-height: 84px;
  }
  
  .w-full {
    width: 100%;
  }
  
  .min-w-0 {
    min-width: 0;
  }
  
  .flex-1 {
    flex: 1 1 0;
  }
  
  .shrink-0 {
    flex-shrink: 0;
  }
  
  .cursor-pointer {
    cursor: pointer;
  }
  
  .flex-row {
    flex-direction: row;
  }
  
  .flex-col {
    flex-direction: column;
  }
  
  .items-center {
    align-items: center;
  }
  
  .gap-1\.5 {
    column-gap: .75rem;
    row-gap: .75rem;
  }
  
  .gap-2 {
    column-gap: 1rem;
    row-gap: 1rem;
  }
  
  .overflow-hidden {
    overflow: hidden;
  }
  
  .rounded-x40 {
    border-radius: 16px;
  }
  
  .border {
    border-width: 1px;
  }
  
  .border-solid {
    border-style: solid;
  }
  
  .border-stroke-x30 {
    border-color: transparent;
  }
  
  .bg-container-x40 {
    background-color: var(--container-x40);
  }
  
  .p-2 {
    padding: 1rem;
  }
  
  .p-px {
    padding: .0625rem;
  }
  
  .text-text-x10 {
    color: var(--text-x10);
  }
  
  .opacity-100 {
    opacity: 1;
  }
  
  .transition-\[opacity\] {
    transition: opacity;
  }
  
  .duration-\[300ms\] {
    transition-duration: .3s;
  }
  
  .ease-\[cubic-bezier\(0\.25\,0\.10\,0\.25\,1\.00\)\] {
    transition-timing-function: ease;
  }
  
  .font-kalshi-condensed {
    font-family: var(--font-kalshi-condensed), sans-serif;
  }
  
  .typ-headline-x10 {
    font-feature-settings: "case";
    font-size: 1.5rem;
    font-variant: lining-nums proportional-nums;
    font-weight: 500;
    line-height: 1.75rem;
  }
  
  .stretched-link::after {
    content: "";
    position: absolute;
    z-index: 1;
  }
  
  .group:hover .group-hover\:opacity-85 {
    opacity: .85;
  }
  
  .inherited-styles-for-exported-element {
    color: #ffffffe6;
    font-family: "kalshiSans", "kalshiSans Fallback", sans-serif;
    font-size: 100%;
  }
  
  a, a:active, a:focus, a:hover, a:link, a:visited {
    text-decoration: none;
    text-decoration-color: initial;
    text-decoration-style: initial;
    text-decoration-thickness: initial;
  }
  
  a:active, a:focus, a:hover, a:link, a:visited {
    text-decoration-line: none;
  }
  
  .mui-q7mezt {
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(.4, 0, .2, 1) 0ms;
    fill: currentcolor;
    display: inline-block;
    flex-shrink: 0;
    height: 1em;
    transition-behavior: normal;
    user-select: none;
    width: 1em;
  }
/* ".inherited-styles-for-exported-element" is a generated class for the inherited styles of the exported element, feel free to rename it. */

:root {
    --text-x10: #ffffffe6;
    --font-kalshi-condensed: "kalshiCondensed", "kalshiCondensed Fallback";
    --container-x40: #ffffff05;
    --text-x20: #ffffff8c;
    --font-kalshi-sans: "kalshiSans", "kalshiSans Fallback";
    --green-x20: #28cc951f;
  }
  
  *, ::after, ::before {
    --tw-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-numeric-fraction: ;
    --tw-numeric-spacing: ;
    --tw-numeric-figure: ;
    --tw-slashed-zero: ;
    --tw-ordinal: ;
    --tw-scale-y: 1;
    --tw-scale-x: 1;
    --tw-skew-y: 0;
    --tw-skew-x: 0;
    --tw-rotate: 0;
    --tw-translate-y: 0;
    --tw-translate-x: 0;
  }
  
  .sr-only {
    border-width: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    text-wrap-mode: nowrap;
    white-space-collapse: collapse;
    clip: rect(0, 0, 0, 0);
  }
  
  .relative {
    position: relative;
  }
  
  .col-span-full {
    grid-column-end: -1;
    grid-column-start: 1;
  }
  
  .m-0 {
    margin: 0;
  }
  
  .ml-1 {
    margin-left: .5rem;
  }
  
  .ml-1\.5 {
    margin-left: .75rem;
  }
  
  .box-border {
    box-sizing: border-box;
  }
  
  .line-clamp-2 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  
  .block {
    display: block;
  }
  
  .flex {
    display: flex;
  }
  
  .inline-flex {
    display: inline-flex;
  }
  
  .grid {
    display: grid;
  }
  
  .size-3\.5 {
    height: 1.75rem;
    width: 1.75rem;
  }
  
  .h-4\.5 {
    height: 2.25rem;
  }
  
  .h-\[2px\] {
    height: 2px;
  }
  
  .h-full {
    height: 100%;
  }
  
  .min-h-4\.5 {
    min-height: 2.25rem;
  }
  
  .min-h-\[28px\] {
    min-height: 28px;
  }
  
  .w-full {
    width: 100%;
  }
  
  .min-w-0 {
    min-width: 0;
  }
  
  .min-w-10 {
    min-width: 5rem;
  }
  
  .min-w-4\.5 {
    min-width: 2.25rem;
  }
  
  .min-w-\[4px\] {
    min-width: 4px;
  }
  
  .flex-1 {
    flex: 1 1 0;
  }
  
  .shrink-0 {
    flex-shrink: 0;
  }
  
  .cursor-pointer {
    cursor: pointer;
  }
  
  .appearance-none {
    appearance: none;
  }
  
  .grid-cols-\[1fr_auto_auto\] {
    grid-template-columns: 1fr auto auto;
  }
  
  .grid-cols-\[repeat\(auto-fill\, minmax\(360px\,1fr\)\)\] {
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  }
  
  .grid-cols-subgrid {
    grid-template-columns: subgrid;
  }
  
  .flex-row {
    flex-direction: row;
  }
  
  .flex-col {
    flex-direction: column;
  }
  
  .items-start {
    align-items: flex-start;
  }
  
  .items-center {
    align-items: center;
  }
  
  .justify-start {
    justify-content: flex-start;
  }
  
  .justify-end {
    justify-content: flex-end;
  }
  
  .justify-center {
    justify-content: center;
  }
  
  .justify-between {
    justify-content: space-between;
  }
  
  .gap-0\.5 {
    column-gap: .25rem;
    row-gap: .25rem;
  }
  
  .gap-1 {
    column-gap: .5rem;
    row-gap: .5rem;
  }
  
  .gap-1\.5 {
    column-gap: .75rem;
    row-gap: .75rem;
  }
  
  .gap-2 {
    column-gap: 1rem;
    row-gap: 1rem;
  }
  
  .gap-\[19px\] {
    column-gap: 19px;
    row-gap: 19px;
  }
  
  .gap-x-1 {
    column-gap: .5rem;
  }
  
  .gap-y-1\.5 {
    row-gap: .75rem;
  }
  
  .self-start {
    align-self: flex-start;
  }
  
  .overflow-hidden {
    overflow: hidden;
  }
  
  .overflow-visible {
    overflow: visible;
  }
  
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .truncate, .whitespace-nowrap {
    text-wrap-mode: nowrap;
    white-space-collapse: collapse;
  }
  
  .rounded-\[inherit\] {
    border-radius: inherit;
  }
  
  .rounded-x20 {
    border-radius: 6px;
  }
  
  .rounded-x40 {
    border-radius: 16px;
  }
  
  .rounded-x50 {
    border-radius: 100px;
  }
  
  .border {
    border-width: 1px;
  }
  
  .border-solid {
    border-style: solid;
  }
  
  .border-green-x10 {
    border-color: #28cc95;
  }
  
  .border-stroke-x40, .hover\:border-stroke-x20:hover {
    border-color: rgba(255, 255, 255, .08);
  }
  
  .bg-container-x40 {
    background-color: var(--container-x40);
  }
  
  .bg-transparent {
    background-color: transparent;
  }
  
  .px-1 {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  
  .px-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  .pb-1\.5 {
    padding-bottom: .75rem;
  }
  
  .pb-2 {
    padding-bottom: 1rem;
  }
  
  .pl-2 {
    padding-left: 1rem;
  }
  
  .pt-2 {
    padding-top: 1rem;
  }
  
  .pt-4 {
    padding-top: 2rem;
  }
  
  .text-left {
    text-align: left;
  }
  
  .text-center {
    text-align: center;
  }
  
  .text-right {
    text-align: right;
  }
  
  .font-\[inherit\] {
    font-family: inherit;
  }
  
  .text-xs {
    font-size: .75rem;
  }
  
  .font-normal {
    font-weight: 400;
  }
  
  .tabular-nums {
    font-variant: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
    --tw-numeric-spacing: tabular-nums;
  }
  
  .leading-\[18px\] {
    line-height: 18px;
  }
  
  .\!text-text-x10 {
    color: var(--text-x10) !important;
  }
  
  .text-text-x10 {
    color: var(--text-x10);
  }
  
  .text-text-x20 {
    color: var(--text-x20);
  }
  
  .no-underline {
    text-decoration-line: none;
  }
  
  .shadow-none {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow: 0 0 #0000;
  }
  
  .transition-\[width\] {
    transition: width;
  }
  
  .transition-opacity {
    transition: opacity .15s cubic-bezier(.4, 0, .2, 1);
  }
  
  .duration-150 {
    transition-duration: .15s;
  }
  
  .duration-200 {
    transition-duration: .2s;
  }
  
  .duration-300 {
    transition-duration: .3s;
  }
  
  .ease-out {
    transition-timing-function: cubic-bezier(0, 0, .2, 1);
  }
  
  .font-kalshi-sans {
    font-family: var(--font-kalshi-sans), sans-serif;
  }
  
  .font-kalshi-condensed {
    font-family: var(--font-kalshi-condensed), sans-serif;
  }
  
  .font-feature-tabular-zero {
    font-feature-settings: "case";
    font-variant: lining-nums tabular-nums;
  }
  
  .transition-market-tile {
    transition: transform .2s cubic-bezier(.11, 0, .02, .99), border-color .2s;
    transition-behavior: normal, normal;
  }
  
  .typ-body-x10 {
    font-size: .75rem;
    line-height: 1.125rem;
  }
  
  .typ-body-x30 {
    font-feature-settings: "case", "ss04";
    font-size: .9375rem;
    line-height: 1.375rem;
  }
  
  .typ-emphasis-x20 {
    font-size: .8125rem;
    font-weight: 500;
    line-height: 1.25rem;
  }
  
  .typ-emphasis-x30, .typ-title-x10 {
    font-feature-settings: "case", "ss04";
    font-size: .9375rem;
    font-weight: 500;
    line-height: 1.375rem;
  }
  
  .typ-title-x10 {
    font-weight: 600;
  }
  
  .typ-overline-x10 {
    font-feature-settings: "case";
    font-size: .6875rem;
    font-weight: 600;
    letter-spacing: .08em;
    line-height: 1.125rem;
    text-transform: uppercase;
  }
  
  .typ-headline-x10 {
    font-feature-settings: "case";
    font-size: 1.5rem;
    font-variant: lining-nums proportional-nums;
    font-weight: 500;
    line-height: 1.75rem;
  }
  
  .stretched-link::after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  
  .stretched-link-action {
    position: relative;
    z-index: 2;
  }
  
  .typ-tabular {
    font-feature-settings: "case", "ss04";
    font-variant: lining-nums tabular-nums;
  }
  
  .\[content-visibility\:auto\] {
    content-visibility: auto;
  }
  
  .hover\:opacity-75:hover {
    opacity: .75;
  }
  
  .enabled\:hover\:border-green-x10:hover:enabled {
    border-color: #28cc95;
  }
  
  .enabled\:hover\:bg-green-x20:hover:enabled {
    background-color: var(--green-x20);
  }
  
  .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }
  
  .disabled\:border-stroke-x40:disabled {
    border-color: #28cc95;
  }
  
  .disabled\:text-text-x20:disabled {
    color: var(--text-x20);
  }
  
  .group:hover .group-hover\:opacity-80 {
    opacity: .8;
  }
  
  @media (max-width: 1024px) {
    .md\:gap-\[11px\] {
      column-gap: 11px;
      row-gap: 11px;
    }
  }
  
  @media (max-width: 376px) {
    .xs\:grid-cols-1 {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  
  .\[\&\:active\:not\(\:has\(button\:active\)\)\]\:scale-95:active:not(:has(button:active)) {
    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));
    --tw-scale-y: .95;
    --tw-scale-x: .95;
  }
  
  .inherited-styles-for-exported-element {
    color: #ffffffe6;
    font-family: "kalshiSans", "kalshiSans Fallback", sans-serif;
    font-size: 100%;
  }
  
  a, a:active, a:focus, a:hover, a:link, a:visited {
    text-decoration-color: initial;
    text-decoration-style: initial;
    text-decoration-thickness: initial;
  }
  
  a:active, a:focus, a:hover, a:link, a:visited {
    text-decoration-line: none;
  }
  
  .mui-q7mezt {
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(.4, 0, .2, 1) 0ms;
    fill: currentcolor;
    display: inline-block;
    flex-shrink: 0;
    height: 1em;
    transition-behavior: normal;
    user-select: none;
    width: 1em;
  }
    