/*! tailwindcss v4.2.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --tracking-wider: 0.05em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-normal: 1.5;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-briox-orange: #ff5000;
    --color-briox-dark-orange: #d14102;
    --color-briox-mid-orange: #ff8462;
    --color-briox-powder-orange: #ffd4c8;
    --color-briox-ice-orange: #ffebe6;
    --color-briox-blue: #253746;
    --color-briox-light-blue: #617f8e;
    --color-briox-powder-blue: #98adc1;
    --color-briox-red: #DB352E;
    --color-briox-grey: #f0f1f3;
    --color-briox-grey-border: #E3E3E3;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .top-\[3px\] {
    top: 3px;
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .left-3 {
    left: calc(var(--spacing) * 3);
  }
  .left-\[3px\] {
    left: 3px;
  }
  .z-\[9999\] {
    z-index: 9999;
  }
  .z-\[10000\] {
    z-index: 10000;
  }
  .-mx-8 {
    margin-inline: calc(var(--spacing) * -8);
  }
  .mx-1 {
    margin-inline: calc(var(--spacing) * 1);
  }
  .mx-1\.5 {
    margin-inline: calc(var(--spacing) * 1.5);
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .-mb-px {
    margin-bottom: -1px;
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-1 {
    height: calc(var(--spacing) * 1);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-3\.5 {
    height: calc(var(--spacing) * 3.5);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-\[1\.125rem\] {
    height: 1.125rem;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-3\.5 {
    width: calc(var(--spacing) * 3.5);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-11 {
    width: calc(var(--spacing) * 11);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-28 {
    width: calc(var(--spacing) * 28);
  }
  .w-80 {
    width: calc(var(--spacing) * 80);
  }
  .w-\[1\.125rem\] {
    width: 1.125rem;
  }
  .w-\[360px\] {
    width: 360px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .w-px {
    width: 1px;
  }
  .max-w-\[26rem\] {
    max-width: 26rem;
  }
  .max-w-\[90vw\] {
    max-width: 90vw;
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-\[360px\] {
    min-width: 360px;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .resize-y {
    resize: vertical;
  }
  .grid-cols-\[1fr_1fr_auto_auto\] {
    grid-template-columns: 1fr 1fr auto auto;
  }
  .grid-cols-\[auto_1fr\] {
    grid-template-columns: auto 1fr;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .space-y-0\.5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 0.5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 0.5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-3 {
    column-gap: calc(var(--spacing) * 3);
  }
  .gap-y-2\.5 {
    row-gap: calc(var(--spacing) * 2.5);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-t-xl {
    border-top-left-radius: var(--radius-xl);
    border-top-right-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-l-2 {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-\[\#BDC1C3\] {
    border-color: #BDC1C3;
  }
  .border-\[\#E3E3E3\] {
    border-color: #E3E3E3;
  }
  .border-briox-grey-border {
    border-color: var(--color-briox-grey-border);
  }
  .border-briox-orange {
    border-color: var(--color-briox-orange);
  }
  .border-briox-powder-orange {
    border-color: var(--color-briox-powder-orange);
  }
  .border-transparent {
    border-color: transparent;
  }
  .bg-\[\#BDC1C3\] {
    background-color: #BDC1C3;
  }
  .bg-\[\#ebedf0\] {
    background-color: #ebedf0;
  }
  .bg-\[\#f8f8f8\] {
    background-color: #f8f8f8;
  }
  .bg-black\/50 {
    background-color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .bg-briox-grey {
    background-color: var(--color-briox-grey);
  }
  .bg-briox-grey-border {
    background-color: var(--color-briox-grey-border);
  }
  .bg-briox-ice-orange {
    background-color: var(--color-briox-ice-orange);
  }
  .bg-briox-orange {
    background-color: var(--color-briox-orange);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-briox-orange {
    --tw-gradient-from: var(--color-briox-orange);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-briox-mid-orange {
    --tw-gradient-to: var(--color-briox-mid-orange);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .fill-briox-blue {
    fill: var(--color-briox-blue);
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-1\.5 {
    padding: calc(var(--spacing) * 1.5);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }
  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .pl-10 {
    padding-left: calc(var(--spacing) * 10);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[0\.8125rem\] {
    font-size: 0.8125rem;
  }
  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#617f8e\] {
    color: #617f8e;
  }
  .text-\[\#253746\] {
    color: #253746;
  }
  .text-briox-blue {
    color: var(--color-briox-blue);
  }
  .text-briox-dark-orange {
    color: var(--color-briox-dark-orange);
  }
  .text-briox-light-blue {
    color: var(--color-briox-light-blue);
  }
  .text-briox-orange {
    color: var(--color-briox-orange);
  }
  .text-briox-powder-blue {
    color: var(--color-briox-powder-blue);
  }
  .text-briox-red {
    color: var(--color-briox-red);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .placeholder-briox-powder-blue {
    &::placeholder {
      color: var(--color-briox-powder-blue);
    }
  }
  .accent-briox-orange {
    accent-color: var(--color-briox-orange);
  }
  .opacity-40 {
    opacity: 40%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .shadow-\[0_8px_30px_rgba\(0\,0\,0\,0\.2\)\] {
    --tw-shadow: 0 8px 30px var(--tw-shadow-color, rgba(0,0,0,0.2));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .blur {
    --tw-blur: blur(8px);
    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,);
  }
  .transition-\[background\] {
    transition-property: background;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-150 {
    --tw-duration: 150ms;
    transition-duration: 150ms;
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .hover\:border-briox-dark-orange {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-briox-dark-orange);
      }
    }
  }
  .hover\:bg-\[\#f0f1f3\] {
    &:hover {
      @media (hover: hover) {
        background-color: #f0f1f3;
      }
    }
  }
  .hover\:bg-briox-dark-orange {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-briox-dark-orange);
      }
    }
  }
  .hover\:bg-briox-grey {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-briox-grey);
      }
    }
  }
  .hover\:bg-briox-grey-border {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-briox-grey-border);
      }
    }
  }
  .hover\:bg-briox-grey\/50 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #f0f1f3 50%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-briox-grey) 50%, transparent);
        }
      }
    }
  }
  .hover\:bg-red-500\/10 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, oklch(63.7% 0.237 25.331) 10%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-red-500) 10%, transparent);
        }
      }
    }
  }
  .hover\:text-\[\#DB352E\] {
    &:hover {
      @media (hover: hover) {
        color: #DB352E;
      }
    }
  }
  .hover\:text-briox-blue {
    &:hover {
      @media (hover: hover) {
        color: var(--color-briox-blue);
      }
    }
  }
  .hover\:text-briox-dark-orange {
    &:hover {
      @media (hover: hover) {
        color: var(--color-briox-dark-orange);
      }
    }
  }
  .hover\:text-briox-orange {
    &:hover {
      @media (hover: hover) {
        color: var(--color-briox-orange);
      }
    }
  }
  .hover\:text-briox-red {
    &:hover {
      @media (hover: hover) {
        color: var(--color-briox-red);
      }
    }
  }
  .focus\:border-briox-orange {
    &:focus {
      border-color: var(--color-briox-orange);
    }
  }
  .focus\:ring-2 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:ring-briox-orange\/15 {
    &:focus {
      --tw-ring-color: color-mix(in srgb, #ff5000 15%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--color-briox-orange) 15%, transparent);
      }
    }
  }
  .focus-visible\:outline-2 {
    &:focus-visible {
      outline-style: var(--tw-outline-style);
      outline-width: 2px;
    }
  }
  .focus-visible\:outline-offset-2 {
    &:focus-visible {
      outline-offset: 2px;
    }
  }
  .focus-visible\:outline-briox-orange {
    &:focus-visible {
      outline-color: var(--color-briox-orange);
    }
  }
  .data-\[active\=1\]\:border-b-briox-orange {
    &[data-active="1"] {
      border-bottom-color: var(--color-briox-orange);
    }
  }
  .data-\[active\=1\]\:text-briox-orange {
    &[data-active="1"] {
      color: var(--color-briox-orange);
    }
  }
  .dark\:border-\[\#444\] {
    &:where(.dark, .dark *) {
      border-color: #444;
    }
  }
  .dark\:border-\[\#555\] {
    &:where(.dark, .dark *) {
      border-color: #555;
    }
  }
  .dark\:border-\[\#333333\] {
    &:where(.dark, .dark *) {
      border-color: #333333;
    }
  }
  .dark\:border-\[\#444444\] {
    &:where(.dark, .dark *) {
      border-color: #444444;
    }
  }
  .dark\:border-\[rgba\(255\,80\,0\,0\.3\)\] {
    &:where(.dark, .dark *) {
      border-color: rgba(255,80,0,0.3);
    }
  }
  .dark\:bg-\[\#2a2a2a\] {
    &:where(.dark, .dark *) {
      background-color: #2a2a2a;
    }
  }
  .dark\:bg-\[\#333\] {
    &:where(.dark, .dark *) {
      background-color: #333;
    }
  }
  .dark\:bg-\[\#181818\] {
    &:where(.dark, .dark *) {
      background-color: #181818;
    }
  }
  .dark\:bg-\[\#242424\] {
    &:where(.dark, .dark *) {
      background-color: #242424;
    }
  }
  .dark\:bg-\[\#333333\] {
    &:where(.dark, .dark *) {
      background-color: #333333;
    }
  }
  .dark\:bg-\[\#444444\] {
    &:where(.dark, .dark *) {
      background-color: #444444;
    }
  }
  .dark\:bg-\[rgba\(255\,80\,0\,0\.15\)\] {
    &:where(.dark, .dark *) {
      background-color: rgba(255,80,0,0.15);
    }
  }
  .dark\:fill-\[\#e0e0e0\] {
    &:where(.dark, .dark *) {
      fill: #e0e0e0;
    }
  }
  .dark\:text-\[\#999\] {
    &:where(.dark, .dark *) {
      color: #999;
    }
  }
  .dark\:text-\[\#707070\] {
    &:where(.dark, .dark *) {
      color: #707070;
    }
  }
  .dark\:text-\[\#999999\] {
    &:where(.dark, .dark *) {
      color: #999999;
    }
  }
  .dark\:text-\[\#e0e0e0\] {
    &:where(.dark, .dark *) {
      color: #e0e0e0;
    }
  }
  .dark\:text-\[\#f87171\] {
    &:where(.dark, .dark *) {
      color: #f87171;
    }
  }
  .dark\:text-\[\#ff6b2b\] {
    &:where(.dark, .dark *) {
      color: #ff6b2b;
    }
  }
  .dark\:placeholder-\[\#707070\] {
    &:where(.dark, .dark *) {
      &::placeholder {
        color: #707070;
      }
    }
  }
  .dark\:hover\:bg-\[\#2a2a2a\] {
    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          background-color: #2a2a2a;
        }
      }
    }
  }
  .dark\:hover\:bg-\[\#444\] {
    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          background-color: #444;
        }
      }
    }
  }
  .dark\:hover\:bg-\[\#333333\] {
    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          background-color: #333333;
        }
      }
    }
  }
  .dark\:hover\:bg-\[\#444444\] {
    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          background-color: #444444;
        }
      }
    }
  }
  .dark\:hover\:text-\[\#e0e0e0\] {
    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          color: #e0e0e0;
        }
      }
    }
  }
  .dark\:hover\:text-\[\#f87171\] {
    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          color: #f87171;
        }
      }
    }
  }
  .dark\:hover\:text-\[\#ff6b2b\] {
    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          color: #ff6b2b;
        }
      }
    }
  }
  .dark\:focus\:border-\[\#ff6b2b\] {
    &:where(.dark, .dark *) {
      &:focus {
        border-color: #ff6b2b;
      }
    }
  }
  .dark\:focus\:ring-\[\#ff6b2b\]\/25 {
    &:where(.dark, .dark *) {
      &:focus {
        --tw-ring-color: color-mix(in oklab, #ff6b2b 25%, transparent);
      }
    }
  }
}
@layer components {
  .menu-tab {
    position: relative;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
  }
  .menu-tab[data-active="1"] {
    color: #ff5000;
    border-bottom-color: #ff5000;
  }
  .submenu-btn a, .submenu-btn span {
    font-size: 0.8125rem;
    color: #617f8e;
    text-decoration: none;
    transition: all 0.15s;
    padding: 0.4rem 0.875rem;
    border-radius: 0.5rem;
    display: inline-block;
    border: 2px solid #E3E3E3;
  }
  .submenu-btn a:hover, .submenu-btn span:hover {
    color: #253746;
    border-color: #BDC1C3;
    background: #f8f8f8;
  }
  .submenu-btn b a, .submenu-btn b span, .submenu-btn a b, .submenu-btn span b {
    color: #ff5000;
    border-color: #ff5000;
    font-weight: 600;
    background: transparent;
  }
  .submenu-btn b a:hover, .submenu-btn b span:hover {
    background: transparent;
    border-color: #d14102;
  }
  .pagination_button, .pagination_button_active, .pagination_button_unactive {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    height: 2rem;
    padding: 0 0.5rem;
    font: inherit;
    font-size: 0.8125rem;
    font-weight: 500;
    border: 1px solid #E3E3E3;
    border-radius: 0.375rem;
    background: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.15s;
  }
  .pagination_button {
    color: #253746;
  }
  .pagination_button:hover {
    background: #ffebe6;
    border-color: #ff5000;
    color: #d14102;
  }
  .pagination_button_active {
    background: #ff5000;
    border-color: #ff5000;
    color: #fff;
    font-weight: 600;
  }
  .pagination_button_unactive {
    color: #BDC1C3;
    cursor: default;
    background: #f8f8f8;
  }
  .briox-input {
    height: 2.25rem;
    padding: 0 0.75rem;
    border: 1px solid #BDC1C3;
    border-radius: 0.375rem;
    background: transparent;
    font-size: 0.875rem;
    outline: none;
    transition: all 0.15s;
  }
  .briox-input:focus {
    border-color: #ff5000;
    box-shadow: 0 0 0 2px rgba(255,80,0,0.15);
  }
  .briox-select {
    height: 2.25rem;
    padding: 0 0.75rem;
    border: 1px solid #BDC1C3;
    border-radius: 0.375rem;
    background: transparent;
    font-size: 0.875rem;
    outline: none;
    transition: all 0.15s;
  }
  .briox-select:focus {
    border-color: #ff5000;
    box-shadow: 0 0 0 2px rgba(255,80,0,0.15);
  }
  .briox-textarea {
    padding: 0.5rem;
    border: 1px solid #BDC1C3;
    border-radius: 0.375rem;
    background: transparent;
    font-size: 0.875rem;
    outline: none;
    transition: all 0.15s;
  }
  .briox-textarea:focus {
    border-color: #ff5000;
    box-shadow: 0 0 0 2px rgba(255,80,0,0.15);
  }
  .briox-spinner {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    color: #ff5000;
    animation: briox-spin 1s linear infinite;
    vertical-align: middle;
  }
  .briox-loading-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9998;
  }
  .briox-loading-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    text-align: center;
  }
  .briox-loading-logo {
    width: 8rem;
    height: 8rem;
    background: url('/images/briox_logo_animated.gif') no-repeat center center;
    background-size: 8rem;
    margin: 0 auto 1rem;
  }
  .briox-loading-text {
    font-size: 1.25rem;
    color: #fff;
  }
  .ui-helper-hidden-accessible {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }
  .ui-autocomplete {
    position: absolute;
    z-index: 10000;
    background: #fff;
    border: 1px solid #E3E3E3;
    border-radius: 0.375rem;
    box-shadow: 0 4px 12px rgba(0,0,0,.1);
    padding: 0.25rem 0;
    list-style: none;
    margin: 0.25rem 0 0;
    max-height: 16rem;
    overflow-y: auto;
  }
  .ui-autocomplete .ui-menu-item-wrapper {
    padding: 0.4rem 0.75rem;
    font-size: 0.875rem;
    color: #253746;
    cursor: pointer;
    transition: background 0.1s;
  }
  .ui-autocomplete .ui-menu-item-wrapper.ui-state-active {
    background: #ffebe6;
    color: #d14102;
    border: none;
    margin: 0;
    font-weight: normal;
  }
  .ui-autocomplete .ui-menu-item-wrapper:hover {
    background: #f0f1f3;
  }
}
@layer components {
  .dark .submenu-btn a, .dark .submenu-btn span {
    color: #999999;
    border-color: #444444;
  }
  .dark .submenu-btn a:hover, .dark .submenu-btn span:hover {
    color: #e0e0e0;
    border-color: #666666;
    background: #333333;
  }
  .dark .submenu-btn b a, .dark .submenu-btn b span {
    color: #ff5000;
    border-color: #ff5000;
  }
  .dark .submenu-btn b a:hover, .dark .submenu-btn b span:hover {
    background: rgba(255,80,0,.15);
  }
  .dark .pagination_button, .dark .pagination_button_active, .dark .pagination_button_unactive {
    border-color: #444444;
  }
  .dark .pagination_button {
    color: #e0e0e0;
    background: #242424;
  }
  .dark .pagination_button:hover {
    background: rgba(255,80,0,.15);
    border-color: #ff6b2b;
    color: #ff6b2b;
  }
  .dark .pagination_button_active {
    background: #ff5000;
    border-color: #ff5000;
    color: #fff;
  }
  .dark .pagination_button_unactive {
    color: #555;
    background: #1e1e1e;
  }
  .dark .briox-input, .dark .briox-textarea {
    border-color: #444444;
    color: #e0e0e0;
  }
  .dark .briox-input:focus, .dark .briox-textarea:focus {
    border-color: #ff6b2b;
    box-shadow: 0 0 0 2px rgba(255,107,43,0.25);
  }
  .dark .briox-select {
    border-color: #444444;
    color: #e0e0e0;
    background: #242424;
  }
  .dark .briox-select:focus {
    border-color: #ff6b2b;
    box-shadow: 0 0 0 2px rgba(255,107,43,0.25);
  }
  .dark .ui-autocomplete {
    background: #242424;
    border-color: #444444;
    box-shadow: 0 4px 12px rgba(0,0,0,.3);
  }
  .dark .ui-autocomplete .ui-menu-item-wrapper {
    color: #e0e0e0;
  }
  .dark .ui-autocomplete .ui-menu-item-wrapper.ui-state-active {
    background: rgba(255,80,0,.15);
    color: #ff6b2b;
  }
  .dark .ui-autocomplete .ui-menu-item-wrapper:hover {
    background: #333333;
  }
}
@keyframes briox-spin {
  to {
    transform: rotate(360deg);
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-outline-style: solid;
    }
  }
}
