/* Import Tailwind directives */

*, ::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.18 | 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: Inter, system-ui, sans-serif;
  /* 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: JetBrains Mono, 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 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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]:where(:not([hidden="until-found"])) {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Inter, system-ui, sans-serif;
}

code, pre {
  font-family: JetBrains Mono, monospace;
}

.container {
  width: 100%;
}

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

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

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

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

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

.btn-primary {
  border-radius: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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: 200ms;
  background-color: #60a5fa;
  /* primary-400 */
}

.btn-primary:hover {
  background-color: #3b82f6;
  /* primary-500 */
}

.btn-secondary {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(32 32 32 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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: 200ms;
}

.btn-secondary:hover {
  background-color: #2a2a2a;
  /* neutral-750 */
}

.card {
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(54 54 54 / var(--tw-border-opacity, 1));
  --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);
  background-color: #1a1a1a;
  /* neutral-850 */
}

/* Phase FP-P2 + Q4: Action Box Pattern - Dashboard action cards (Service, Operations, Customer Portal)
   *
   * Standard Structure:
   * - Icon: w-10 h-10 text-green-400 (green for all action icons)
   * - Heading: text-lg font-semibold text-white
   * - Description: text-sm text-neutral-400
   * - CTA: text-sm font-medium text-primary-400 (blue call-to-action)
   *
   * Layout: Flexbox column with CTA pushed to bottom via mt-auto
   */

.action-box {
  display: flex;
  flex-direction: column;
  border: 2px solid #363636 !important;
  /* neutral-700 */
  transition: all 0.2s ease;
}

.action-box:hover {
  background-color: #202020 !important;
  /* neutral-800 */
  border-color: #60a5fa !important;
  /* primary-400 blue */
}

/* CTA element (span or form) should use mt-auto to push to bottom */

.action-box > :last-child {
  margin-top: auto;
}

/* Phase FP-P2: System Card Selection Pattern - Selectable cards (Customer Portal) */

.system-card.selected {
  border-color: #60a5fa !important;
  /* blue-400 */
}

.system-card.selected:hover {
  border-color: #60a5fa !important;
  /* blue-400 - stays blue */
}

/* Phase FP-P4: Icon Size Utilities - Common SVG icon sizes */

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

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-8 {
  bottom: 2rem;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.left-full {
  left: 100%;
}

.right-0 {
  right: 0px;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

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

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

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

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

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

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

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

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

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

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

.mb-1\.5 {
  margin-bottom: 0.375rem;
}

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

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

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

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

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

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

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

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

.ml-\[50px\] {
  margin-left: 50px;
}

.ml-auto {
  margin-left: auto;
}

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

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

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

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

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

.mt-0\.5 {
  margin-top: 0.125rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-1\.5 {
  margin-top: 0.375rem;
}

.mt-12 {
  margin-top: 3rem;
}

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

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

.mt-4 {
  margin-top: 1rem;
}

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-\[calc\(100vh-220px\)\] {
  height: calc(100vh - 220px);
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-32 {
  max-height: 8rem;
}

.max-h-64 {
  max-height: 16rem;
}

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

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

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

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

.w-0 {
  width: 0px;
}

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

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-24 {
  width: 6rem;
}

.w-3 {
  width: 0.75rem;
}

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

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

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-\[70\%\] {
  max-width: 70%;
}

.max-w-\[85\%\] {
  max-width: 85%;
}

.max-w-lg {
  max-width: 32rem;
}

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

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

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

.max-w-xs {
  max-width: 20rem;
}

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

.flex-\[0_0_45\%\] {
  flex: 0 0 45%;
}

.flex-\[0_0_55\%\] {
  flex: 0 0 55%;
}

.flex-none {
  flex: none;
}

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

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

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

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  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));
}

.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 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-default {
  cursor: default;
}

.cursor-move {
  cursor: move;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.list-inside {
  list-style-position: inside;
}

.list-decimal {
  list-style-type: decimal;
}

.list-disc {
  list-style-type: disc;
}

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

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

.grid-cols-12 {
  grid-template-columns: repeat(12, 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;
}

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

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

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.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-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(54 54 54 / var(--tw-divide-opacity, 1));
}

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.break-words {
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

.rounded-md {
  border-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

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

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

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

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

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

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

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

.border-r {
  border-right-width: 1px;
}

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

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

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

.border-blue-400\/20 {
  border-color: rgb(96 165 250 / 0.2);
}

.border-blue-400\/30 {
  border-color: rgb(96 165 250 / 0.3);
}

.border-blue-400\/50 {
  border-color: rgb(96 165 250 / 0.5);
}

.border-blue-400\/80 {
  border-color: rgb(96 165 250 / 0.8);
}

.border-blue-700\/30 {
  border-color: rgb(29 78 216 / 0.3);
}

.border-blue-700\/50 {
  border-color: rgb(29 78 216 / 0.5);
}

.border-blue-800\/20 {
  border-color: rgb(30 64 175 / 0.2);
}

.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}

.border-green-400\/20 {
  border-color: rgb(16 185 129 / 0.2);
}

.border-green-400\/30 {
  border-color: rgb(16 185 129 / 0.3);
}

.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
}

.border-green-500\/30 {
  border-color: rgb(5 150 105 / 0.3);
}

.border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}

.border-green-700 {
  --tw-border-opacity: 1;
  border-color: rgb(4 120 87 / var(--tw-border-opacity, 1));
}

.border-green-700\/50 {
  border-color: rgb(4 120 87 / 0.5);
}

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

.border-neutral-600\/0 {
  border-color: rgb(82 82 82 / 0);
}

.border-neutral-600\/10 {
  border-color: rgb(82 82 82 / 0.1);
}

.border-neutral-600\/100 {
  border-color: rgb(82 82 82 / 1);
}

.border-neutral-600\/15 {
  border-color: rgb(82 82 82 / 0.15);
}

.border-neutral-600\/20 {
  border-color: rgb(82 82 82 / 0.2);
}

.border-neutral-600\/25 {
  border-color: rgb(82 82 82 / 0.25);
}

.border-neutral-600\/30 {
  border-color: rgb(82 82 82 / 0.3);
}

.border-neutral-600\/35 {
  border-color: rgb(82 82 82 / 0.35);
}

.border-neutral-600\/40 {
  border-color: rgb(82 82 82 / 0.4);
}

.border-neutral-600\/45 {
  border-color: rgb(82 82 82 / 0.45);
}

.border-neutral-600\/5 {
  border-color: rgb(82 82 82 / 0.05);
}

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

.border-neutral-600\/55 {
  border-color: rgb(82 82 82 / 0.55);
}

.border-neutral-600\/60 {
  border-color: rgb(82 82 82 / 0.6);
}

.border-neutral-600\/65 {
  border-color: rgb(82 82 82 / 0.65);
}

.border-neutral-600\/70 {
  border-color: rgb(82 82 82 / 0.7);
}

.border-neutral-600\/75 {
  border-color: rgb(82 82 82 / 0.75);
}

.border-neutral-600\/80 {
  border-color: rgb(82 82 82 / 0.8);
}

.border-neutral-600\/85 {
  border-color: rgb(82 82 82 / 0.85);
}

.border-neutral-600\/90 {
  border-color: rgb(82 82 82 / 0.9);
}

.border-neutral-600\/95 {
  border-color: rgb(82 82 82 / 0.95);
}

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

.border-neutral-700\/0 {
  border-color: rgb(54 54 54 / 0);
}

.border-neutral-700\/10 {
  border-color: rgb(54 54 54 / 0.1);
}

.border-neutral-700\/100 {
  border-color: rgb(54 54 54 / 1);
}

.border-neutral-700\/15 {
  border-color: rgb(54 54 54 / 0.15);
}

.border-neutral-700\/20 {
  border-color: rgb(54 54 54 / 0.2);
}

.border-neutral-700\/25 {
  border-color: rgb(54 54 54 / 0.25);
}

.border-neutral-700\/30 {
  border-color: rgb(54 54 54 / 0.3);
}

.border-neutral-700\/35 {
  border-color: rgb(54 54 54 / 0.35);
}

.border-neutral-700\/40 {
  border-color: rgb(54 54 54 / 0.4);
}

.border-neutral-700\/45 {
  border-color: rgb(54 54 54 / 0.45);
}

.border-neutral-700\/5 {
  border-color: rgb(54 54 54 / 0.05);
}

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

.border-neutral-700\/55 {
  border-color: rgb(54 54 54 / 0.55);
}

.border-neutral-700\/60 {
  border-color: rgb(54 54 54 / 0.6);
}

.border-neutral-700\/65 {
  border-color: rgb(54 54 54 / 0.65);
}

.border-neutral-700\/70 {
  border-color: rgb(54 54 54 / 0.7);
}

.border-neutral-700\/75 {
  border-color: rgb(54 54 54 / 0.75);
}

.border-neutral-700\/80 {
  border-color: rgb(54 54 54 / 0.8);
}

.border-neutral-700\/85 {
  border-color: rgb(54 54 54 / 0.85);
}

.border-neutral-700\/90 {
  border-color: rgb(54 54 54 / 0.9);
}

.border-neutral-700\/95 {
  border-color: rgb(54 54 54 / 0.95);
}

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

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

.border-orange-400\/20 {
  border-color: rgb(251 146 60 / 0.2);
}

.border-orange-400\/30 {
  border-color: rgb(251 146 60 / 0.3);
}

.border-orange-500 {
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}

.border-orange-700\/30 {
  border-color: rgb(194 65 12 / 0.3);
}

.border-orange-700\/50 {
  border-color: rgb(194 65 12 / 0.5);
}

.border-primary-400 {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}

.border-primary-400\/0 {
  border-color: rgb(96 165 250 / 0);
}

.border-primary-400\/10 {
  border-color: rgb(96 165 250 / 0.1);
}

.border-primary-400\/100 {
  border-color: rgb(96 165 250 / 1);
}

.border-primary-400\/15 {
  border-color: rgb(96 165 250 / 0.15);
}

.border-primary-400\/20 {
  border-color: rgb(96 165 250 / 0.2);
}

.border-primary-400\/25 {
  border-color: rgb(96 165 250 / 0.25);
}

.border-primary-400\/30 {
  border-color: rgb(96 165 250 / 0.3);
}

.border-primary-400\/35 {
  border-color: rgb(96 165 250 / 0.35);
}

.border-primary-400\/40 {
  border-color: rgb(96 165 250 / 0.4);
}

.border-primary-400\/45 {
  border-color: rgb(96 165 250 / 0.45);
}

.border-primary-400\/5 {
  border-color: rgb(96 165 250 / 0.05);
}

.border-primary-400\/50 {
  border-color: rgb(96 165 250 / 0.5);
}

.border-primary-400\/55 {
  border-color: rgb(96 165 250 / 0.55);
}

.border-primary-400\/60 {
  border-color: rgb(96 165 250 / 0.6);
}

.border-primary-400\/65 {
  border-color: rgb(96 165 250 / 0.65);
}

.border-primary-400\/70 {
  border-color: rgb(96 165 250 / 0.7);
}

.border-primary-400\/75 {
  border-color: rgb(96 165 250 / 0.75);
}

.border-primary-400\/80 {
  border-color: rgb(96 165 250 / 0.8);
}

.border-primary-400\/85 {
  border-color: rgb(96 165 250 / 0.85);
}

.border-primary-400\/90 {
  border-color: rgb(96 165 250 / 0.9);
}

.border-primary-400\/95 {
  border-color: rgb(96 165 250 / 0.95);
}

.border-primary-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.border-primary-600 {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}

.border-purple-400\/20 {
  border-color: rgb(192 132 252 / 0.2);
}

.border-purple-400\/30 {
  border-color: rgb(192 132 252 / 0.3);
}

.border-purple-700\/30 {
  border-color: rgb(126 34 206 / 0.3);
}

.border-purple-700\/50 {
  border-color: rgb(126 34 206 / 0.5);
}

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

.border-red-400\/20 {
  border-color: rgb(248 113 113 / 0.2);
}

.border-red-400\/30 {
  border-color: rgb(248 113 113 / 0.3);
}

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

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

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

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

.border-red-700\/50 {
  border-color: rgb(185 28 28 / 0.5);
}

.border-teal-700\/50 {
  border-color: rgb(15 118 110 / 0.5);
}

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

.border-yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}

.border-yellow-400\/20 {
  border-color: rgb(250 204 21 / 0.2);
}

.border-yellow-400\/30 {
  border-color: rgb(250 204 21 / 0.3);
}

.border-yellow-500\/30 {
  border-color: rgb(234 179 8 / 0.3);
}

.border-yellow-700 {
  --tw-border-opacity: 1;
  border-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
}

.border-yellow-700\/50 {
  border-color: rgb(161 98 7 / 0.5);
}

.border-t-primary-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

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

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

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

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

.bg-blue-400\/10 {
  background-color: rgb(96 165 250 / 0.1);
}

.bg-blue-400\/20 {
  background-color: rgb(96 165 250 / 0.2);
}

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

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.bg-blue-900\/10 {
  background-color: rgb(30 58 138 / 0.1);
}

.bg-blue-900\/20 {
  background-color: rgb(30 58 138 / 0.2);
}

.bg-blue-900\/30 {
  background-color: rgb(30 58 138 / 0.3);
}

.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}

.bg-green-400\/10 {
  background-color: rgb(16 185 129 / 0.1);
}

.bg-green-400\/20 {
  background-color: rgb(16 185 129 / 0.2);
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}

.bg-green-900\/10 {
  background-color: rgb(20 83 45 / 0.1);
}

.bg-green-900\/20 {
  background-color: rgb(20 83 45 / 0.2);
}

.bg-green-900\/30 {
  background-color: rgb(20 83 45 / 0.3);
}

.bg-neutral-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(173 181 189 / var(--tw-bg-opacity, 1));
}

.bg-neutral-300\/0 {
  background-color: rgb(173 181 189 / 0);
}

.bg-neutral-300\/10 {
  background-color: rgb(173 181 189 / 0.1);
}

.bg-neutral-300\/100 {
  background-color: rgb(173 181 189 / 1);
}

.bg-neutral-300\/15 {
  background-color: rgb(173 181 189 / 0.15);
}

.bg-neutral-300\/20 {
  background-color: rgb(173 181 189 / 0.2);
}

.bg-neutral-300\/25 {
  background-color: rgb(173 181 189 / 0.25);
}

.bg-neutral-300\/30 {
  background-color: rgb(173 181 189 / 0.3);
}

.bg-neutral-300\/35 {
  background-color: rgb(173 181 189 / 0.35);
}

.bg-neutral-300\/40 {
  background-color: rgb(173 181 189 / 0.4);
}

.bg-neutral-300\/45 {
  background-color: rgb(173 181 189 / 0.45);
}

.bg-neutral-300\/5 {
  background-color: rgb(173 181 189 / 0.05);
}

.bg-neutral-300\/50 {
  background-color: rgb(173 181 189 / 0.5);
}

.bg-neutral-300\/55 {
  background-color: rgb(173 181 189 / 0.55);
}

.bg-neutral-300\/60 {
  background-color: rgb(173 181 189 / 0.6);
}

.bg-neutral-300\/65 {
  background-color: rgb(173 181 189 / 0.65);
}

.bg-neutral-300\/70 {
  background-color: rgb(173 181 189 / 0.7);
}

.bg-neutral-300\/75 {
  background-color: rgb(173 181 189 / 0.75);
}

.bg-neutral-300\/80 {
  background-color: rgb(173 181 189 / 0.8);
}

.bg-neutral-300\/85 {
  background-color: rgb(173 181 189 / 0.85);
}

.bg-neutral-300\/90 {
  background-color: rgb(173 181 189 / 0.9);
}

.bg-neutral-300\/95 {
  background-color: rgb(173 181 189 / 0.95);
}

.bg-neutral-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(134 150 160 / var(--tw-bg-opacity, 1));
}

.bg-neutral-400\/0 {
  background-color: rgb(134 150 160 / 0);
}

.bg-neutral-400\/10 {
  background-color: rgb(134 150 160 / 0.1);
}

.bg-neutral-400\/100 {
  background-color: rgb(134 150 160 / 1);
}

.bg-neutral-400\/15 {
  background-color: rgb(134 150 160 / 0.15);
}

.bg-neutral-400\/20 {
  background-color: rgb(134 150 160 / 0.2);
}

.bg-neutral-400\/25 {
  background-color: rgb(134 150 160 / 0.25);
}

.bg-neutral-400\/30 {
  background-color: rgb(134 150 160 / 0.3);
}

.bg-neutral-400\/35 {
  background-color: rgb(134 150 160 / 0.35);
}

.bg-neutral-400\/40 {
  background-color: rgb(134 150 160 / 0.4);
}

.bg-neutral-400\/45 {
  background-color: rgb(134 150 160 / 0.45);
}

.bg-neutral-400\/5 {
  background-color: rgb(134 150 160 / 0.05);
}

.bg-neutral-400\/50 {
  background-color: rgb(134 150 160 / 0.5);
}

.bg-neutral-400\/55 {
  background-color: rgb(134 150 160 / 0.55);
}

.bg-neutral-400\/60 {
  background-color: rgb(134 150 160 / 0.6);
}

.bg-neutral-400\/65 {
  background-color: rgb(134 150 160 / 0.65);
}

.bg-neutral-400\/70 {
  background-color: rgb(134 150 160 / 0.7);
}

.bg-neutral-400\/75 {
  background-color: rgb(134 150 160 / 0.75);
}

.bg-neutral-400\/80 {
  background-color: rgb(134 150 160 / 0.8);
}

.bg-neutral-400\/85 {
  background-color: rgb(134 150 160 / 0.85);
}

.bg-neutral-400\/90 {
  background-color: rgb(134 150 160 / 0.9);
}

.bg-neutral-400\/95 {
  background-color: rgb(134 150 160 / 0.95);
}

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

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

.bg-neutral-700\/0 {
  background-color: rgb(54 54 54 / 0);
}

.bg-neutral-700\/10 {
  background-color: rgb(54 54 54 / 0.1);
}

.bg-neutral-700\/100 {
  background-color: rgb(54 54 54 / 1);
}

.bg-neutral-700\/15 {
  background-color: rgb(54 54 54 / 0.15);
}

.bg-neutral-700\/20 {
  background-color: rgb(54 54 54 / 0.2);
}

.bg-neutral-700\/25 {
  background-color: rgb(54 54 54 / 0.25);
}

.bg-neutral-700\/30 {
  background-color: rgb(54 54 54 / 0.3);
}

.bg-neutral-700\/35 {
  background-color: rgb(54 54 54 / 0.35);
}

.bg-neutral-700\/40 {
  background-color: rgb(54 54 54 / 0.4);
}

.bg-neutral-700\/45 {
  background-color: rgb(54 54 54 / 0.45);
}

.bg-neutral-700\/5 {
  background-color: rgb(54 54 54 / 0.05);
}

.bg-neutral-700\/50 {
  background-color: rgb(54 54 54 / 0.5);
}

.bg-neutral-700\/55 {
  background-color: rgb(54 54 54 / 0.55);
}

.bg-neutral-700\/60 {
  background-color: rgb(54 54 54 / 0.6);
}

.bg-neutral-700\/65 {
  background-color: rgb(54 54 54 / 0.65);
}

.bg-neutral-700\/70 {
  background-color: rgb(54 54 54 / 0.7);
}

.bg-neutral-700\/75 {
  background-color: rgb(54 54 54 / 0.75);
}

.bg-neutral-700\/80 {
  background-color: rgb(54 54 54 / 0.8);
}

.bg-neutral-700\/85 {
  background-color: rgb(54 54 54 / 0.85);
}

.bg-neutral-700\/90 {
  background-color: rgb(54 54 54 / 0.9);
}

.bg-neutral-700\/95 {
  background-color: rgb(54 54 54 / 0.95);
}

.bg-neutral-750 {
  --tw-bg-opacity: 1;
  background-color: rgb(42 42 42 / var(--tw-bg-opacity, 1));
}

.bg-neutral-750\/0 {
  background-color: rgb(42 42 42 / 0);
}

.bg-neutral-750\/10 {
  background-color: rgb(42 42 42 / 0.1);
}

.bg-neutral-750\/100 {
  background-color: rgb(42 42 42 / 1);
}

.bg-neutral-750\/15 {
  background-color: rgb(42 42 42 / 0.15);
}

.bg-neutral-750\/20 {
  background-color: rgb(42 42 42 / 0.2);
}

.bg-neutral-750\/25 {
  background-color: rgb(42 42 42 / 0.25);
}

.bg-neutral-750\/30 {
  background-color: rgb(42 42 42 / 0.3);
}

.bg-neutral-750\/35 {
  background-color: rgb(42 42 42 / 0.35);
}

.bg-neutral-750\/40 {
  background-color: rgb(42 42 42 / 0.4);
}

.bg-neutral-750\/45 {
  background-color: rgb(42 42 42 / 0.45);
}

.bg-neutral-750\/5 {
  background-color: rgb(42 42 42 / 0.05);
}

.bg-neutral-750\/50 {
  background-color: rgb(42 42 42 / 0.5);
}

.bg-neutral-750\/55 {
  background-color: rgb(42 42 42 / 0.55);
}

.bg-neutral-750\/60 {
  background-color: rgb(42 42 42 / 0.6);
}

.bg-neutral-750\/65 {
  background-color: rgb(42 42 42 / 0.65);
}

.bg-neutral-750\/70 {
  background-color: rgb(42 42 42 / 0.7);
}

.bg-neutral-750\/75 {
  background-color: rgb(42 42 42 / 0.75);
}

.bg-neutral-750\/80 {
  background-color: rgb(42 42 42 / 0.8);
}

.bg-neutral-750\/85 {
  background-color: rgb(42 42 42 / 0.85);
}

.bg-neutral-750\/90 {
  background-color: rgb(42 42 42 / 0.9);
}

.bg-neutral-750\/95 {
  background-color: rgb(42 42 42 / 0.95);
}

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

.bg-neutral-800\/0 {
  background-color: rgb(32 32 32 / 0);
}

.bg-neutral-800\/10 {
  background-color: rgb(32 32 32 / 0.1);
}

.bg-neutral-800\/100 {
  background-color: rgb(32 32 32 / 1);
}

.bg-neutral-800\/15 {
  background-color: rgb(32 32 32 / 0.15);
}

.bg-neutral-800\/20 {
  background-color: rgb(32 32 32 / 0.2);
}

.bg-neutral-800\/25 {
  background-color: rgb(32 32 32 / 0.25);
}

.bg-neutral-800\/30 {
  background-color: rgb(32 32 32 / 0.3);
}

.bg-neutral-800\/35 {
  background-color: rgb(32 32 32 / 0.35);
}

.bg-neutral-800\/40 {
  background-color: rgb(32 32 32 / 0.4);
}

.bg-neutral-800\/45 {
  background-color: rgb(32 32 32 / 0.45);
}

.bg-neutral-800\/5 {
  background-color: rgb(32 32 32 / 0.05);
}

.bg-neutral-800\/50 {
  background-color: rgb(32 32 32 / 0.5);
}

.bg-neutral-800\/55 {
  background-color: rgb(32 32 32 / 0.55);
}

.bg-neutral-800\/60 {
  background-color: rgb(32 32 32 / 0.6);
}

.bg-neutral-800\/65 {
  background-color: rgb(32 32 32 / 0.65);
}

.bg-neutral-800\/70 {
  background-color: rgb(32 32 32 / 0.7);
}

.bg-neutral-800\/75 {
  background-color: rgb(32 32 32 / 0.75);
}

.bg-neutral-800\/80 {
  background-color: rgb(32 32 32 / 0.8);
}

.bg-neutral-800\/85 {
  background-color: rgb(32 32 32 / 0.85);
}

.bg-neutral-800\/90 {
  background-color: rgb(32 32 32 / 0.9);
}

.bg-neutral-800\/95 {
  background-color: rgb(32 32 32 / 0.95);
}

.bg-neutral-850 {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity, 1));
}

.bg-neutral-850\/0 {
  background-color: rgb(26 26 26 / 0);
}

.bg-neutral-850\/10 {
  background-color: rgb(26 26 26 / 0.1);
}

.bg-neutral-850\/100 {
  background-color: rgb(26 26 26 / 1);
}

.bg-neutral-850\/15 {
  background-color: rgb(26 26 26 / 0.15);
}

.bg-neutral-850\/20 {
  background-color: rgb(26 26 26 / 0.2);
}

.bg-neutral-850\/25 {
  background-color: rgb(26 26 26 / 0.25);
}

.bg-neutral-850\/30 {
  background-color: rgb(26 26 26 / 0.3);
}

.bg-neutral-850\/35 {
  background-color: rgb(26 26 26 / 0.35);
}

.bg-neutral-850\/40 {
  background-color: rgb(26 26 26 / 0.4);
}

.bg-neutral-850\/45 {
  background-color: rgb(26 26 26 / 0.45);
}

.bg-neutral-850\/5 {
  background-color: rgb(26 26 26 / 0.05);
}

.bg-neutral-850\/50 {
  background-color: rgb(26 26 26 / 0.5);
}

.bg-neutral-850\/55 {
  background-color: rgb(26 26 26 / 0.55);
}

.bg-neutral-850\/60 {
  background-color: rgb(26 26 26 / 0.6);
}

.bg-neutral-850\/65 {
  background-color: rgb(26 26 26 / 0.65);
}

.bg-neutral-850\/70 {
  background-color: rgb(26 26 26 / 0.7);
}

.bg-neutral-850\/75 {
  background-color: rgb(26 26 26 / 0.75);
}

.bg-neutral-850\/80 {
  background-color: rgb(26 26 26 / 0.8);
}

.bg-neutral-850\/85 {
  background-color: rgb(26 26 26 / 0.85);
}

.bg-neutral-850\/90 {
  background-color: rgb(26 26 26 / 0.9);
}

.bg-neutral-850\/95 {
  background-color: rgb(26 26 26 / 0.95);
}

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

.bg-neutral-900\/0 {
  background-color: rgb(17 17 17 / 0);
}

.bg-neutral-900\/10 {
  background-color: rgb(17 17 17 / 0.1);
}

.bg-neutral-900\/100 {
  background-color: rgb(17 17 17 / 1);
}

.bg-neutral-900\/15 {
  background-color: rgb(17 17 17 / 0.15);
}

.bg-neutral-900\/20 {
  background-color: rgb(17 17 17 / 0.2);
}

.bg-neutral-900\/25 {
  background-color: rgb(17 17 17 / 0.25);
}

.bg-neutral-900\/30 {
  background-color: rgb(17 17 17 / 0.3);
}

.bg-neutral-900\/35 {
  background-color: rgb(17 17 17 / 0.35);
}

.bg-neutral-900\/40 {
  background-color: rgb(17 17 17 / 0.4);
}

.bg-neutral-900\/45 {
  background-color: rgb(17 17 17 / 0.45);
}

.bg-neutral-900\/5 {
  background-color: rgb(17 17 17 / 0.05);
}

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

.bg-neutral-900\/55 {
  background-color: rgb(17 17 17 / 0.55);
}

.bg-neutral-900\/60 {
  background-color: rgb(17 17 17 / 0.6);
}

.bg-neutral-900\/65 {
  background-color: rgb(17 17 17 / 0.65);
}

.bg-neutral-900\/70 {
  background-color: rgb(17 17 17 / 0.7);
}

.bg-neutral-900\/75 {
  background-color: rgb(17 17 17 / 0.75);
}

.bg-neutral-900\/80 {
  background-color: rgb(17 17 17 / 0.8);
}

.bg-neutral-900\/85 {
  background-color: rgb(17 17 17 / 0.85);
}

.bg-neutral-900\/90 {
  background-color: rgb(17 17 17 / 0.9);
}

.bg-neutral-900\/95 {
  background-color: rgb(17 17 17 / 0.95);
}

.bg-orange-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity, 1));
}

.bg-orange-400\/10 {
  background-color: rgb(251 146 60 / 0.1);
}

.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}

.bg-orange-900\/20 {
  background-color: rgb(124 45 18 / 0.2);
}

.bg-orange-900\/30 {
  background-color: rgb(124 45 18 / 0.3);
}

.bg-primary-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}

.bg-primary-400\/0 {
  background-color: rgb(96 165 250 / 0);
}

.bg-primary-400\/10 {
  background-color: rgb(96 165 250 / 0.1);
}

.bg-primary-400\/100 {
  background-color: rgb(96 165 250 / 1);
}

.bg-primary-400\/15 {
  background-color: rgb(96 165 250 / 0.15);
}

.bg-primary-400\/20 {
  background-color: rgb(96 165 250 / 0.2);
}

.bg-primary-400\/25 {
  background-color: rgb(96 165 250 / 0.25);
}

.bg-primary-400\/30 {
  background-color: rgb(96 165 250 / 0.3);
}

.bg-primary-400\/35 {
  background-color: rgb(96 165 250 / 0.35);
}

.bg-primary-400\/40 {
  background-color: rgb(96 165 250 / 0.4);
}

.bg-primary-400\/45 {
  background-color: rgb(96 165 250 / 0.45);
}

.bg-primary-400\/5 {
  background-color: rgb(96 165 250 / 0.05);
}

.bg-primary-400\/50 {
  background-color: rgb(96 165 250 / 0.5);
}

.bg-primary-400\/55 {
  background-color: rgb(96 165 250 / 0.55);
}

.bg-primary-400\/60 {
  background-color: rgb(96 165 250 / 0.6);
}

.bg-primary-400\/65 {
  background-color: rgb(96 165 250 / 0.65);
}

.bg-primary-400\/70 {
  background-color: rgb(96 165 250 / 0.7);
}

.bg-primary-400\/75 {
  background-color: rgb(96 165 250 / 0.75);
}

.bg-primary-400\/80 {
  background-color: rgb(96 165 250 / 0.8);
}

.bg-primary-400\/85 {
  background-color: rgb(96 165 250 / 0.85);
}

.bg-primary-400\/90 {
  background-color: rgb(96 165 250 / 0.9);
}

.bg-primary-400\/95 {
  background-color: rgb(96 165 250 / 0.95);
}

.bg-primary-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.bg-primary-500\/0 {
  background-color: rgb(59 130 246 / 0);
}

.bg-primary-500\/10 {
  background-color: rgb(59 130 246 / 0.1);
}

.bg-primary-500\/100 {
  background-color: rgb(59 130 246 / 1);
}

.bg-primary-500\/15 {
  background-color: rgb(59 130 246 / 0.15);
}

.bg-primary-500\/20 {
  background-color: rgb(59 130 246 / 0.2);
}

.bg-primary-500\/25 {
  background-color: rgb(59 130 246 / 0.25);
}

.bg-primary-500\/30 {
  background-color: rgb(59 130 246 / 0.3);
}

.bg-primary-500\/35 {
  background-color: rgb(59 130 246 / 0.35);
}

.bg-primary-500\/40 {
  background-color: rgb(59 130 246 / 0.4);
}

.bg-primary-500\/45 {
  background-color: rgb(59 130 246 / 0.45);
}

.bg-primary-500\/5 {
  background-color: rgb(59 130 246 / 0.05);
}

.bg-primary-500\/50 {
  background-color: rgb(59 130 246 / 0.5);
}

.bg-primary-500\/55 {
  background-color: rgb(59 130 246 / 0.55);
}

.bg-primary-500\/60 {
  background-color: rgb(59 130 246 / 0.6);
}

.bg-primary-500\/65 {
  background-color: rgb(59 130 246 / 0.65);
}

.bg-primary-500\/70 {
  background-color: rgb(59 130 246 / 0.7);
}

.bg-primary-500\/75 {
  background-color: rgb(59 130 246 / 0.75);
}

.bg-primary-500\/80 {
  background-color: rgb(59 130 246 / 0.8);
}

.bg-primary-500\/85 {
  background-color: rgb(59 130 246 / 0.85);
}

.bg-primary-500\/90 {
  background-color: rgb(59 130 246 / 0.9);
}

.bg-primary-500\/95 {
  background-color: rgb(59 130 246 / 0.95);
}

.bg-primary-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.bg-primary-600\/0 {
  background-color: rgb(37 99 235 / 0);
}

.bg-primary-600\/10 {
  background-color: rgb(37 99 235 / 0.1);
}

.bg-primary-600\/100 {
  background-color: rgb(37 99 235 / 1);
}

.bg-primary-600\/15 {
  background-color: rgb(37 99 235 / 0.15);
}

.bg-primary-600\/20 {
  background-color: rgb(37 99 235 / 0.2);
}

.bg-primary-600\/25 {
  background-color: rgb(37 99 235 / 0.25);
}

.bg-primary-600\/30 {
  background-color: rgb(37 99 235 / 0.3);
}

.bg-primary-600\/35 {
  background-color: rgb(37 99 235 / 0.35);
}

.bg-primary-600\/40 {
  background-color: rgb(37 99 235 / 0.4);
}

.bg-primary-600\/45 {
  background-color: rgb(37 99 235 / 0.45);
}

.bg-primary-600\/5 {
  background-color: rgb(37 99 235 / 0.05);
}

.bg-primary-600\/50 {
  background-color: rgb(37 99 235 / 0.5);
}

.bg-primary-600\/55 {
  background-color: rgb(37 99 235 / 0.55);
}

.bg-primary-600\/60 {
  background-color: rgb(37 99 235 / 0.6);
}

.bg-primary-600\/65 {
  background-color: rgb(37 99 235 / 0.65);
}

.bg-primary-600\/70 {
  background-color: rgb(37 99 235 / 0.7);
}

.bg-primary-600\/75 {
  background-color: rgb(37 99 235 / 0.75);
}

.bg-primary-600\/80 {
  background-color: rgb(37 99 235 / 0.8);
}

.bg-primary-600\/85 {
  background-color: rgb(37 99 235 / 0.85);
}

.bg-primary-600\/90 {
  background-color: rgb(37 99 235 / 0.9);
}

.bg-primary-600\/95 {
  background-color: rgb(37 99 235 / 0.95);
}

.bg-purple-400\/10 {
  background-color: rgb(192 132 252 / 0.1);
}

.bg-purple-400\/5 {
  background-color: rgb(192 132 252 / 0.05);
}

.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}

.bg-purple-900\/20 {
  background-color: rgb(88 28 135 / 0.2);
}

.bg-purple-900\/30 {
  background-color: rgb(88 28 135 / 0.3);
}

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

.bg-red-400\/10 {
  background-color: rgb(248 113 113 / 0.1);
}

.bg-red-400\/20 {
  background-color: rgb(248 113 113 / 0.2);
}

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

.bg-red-500\/10 {
  background-color: rgb(239 68 68 / 0.1);
}

.bg-red-500\/20 {
  background-color: rgb(239 68 68 / 0.2);
}

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

.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-900\/30 {
  background-color: rgb(127 29 29 / 0.3);
}

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

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

.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}

.bg-yellow-400\/10 {
  background-color: rgb(250 204 21 / 0.1);
}

.bg-yellow-400\/20 {
  background-color: rgb(250 204 21 / 0.2);
}

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

.bg-yellow-500\/10 {
  background-color: rgb(234 179 8 / 0.1);
}

.bg-yellow-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
}

.bg-yellow-900\/10 {
  background-color: rgb(113 63 18 / 0.1);
}

.bg-yellow-900\/20 {
  background-color: rgb(113 63 18 / 0.2);
}

.bg-yellow-900\/30 {
  background-color: rgb(113 63 18 / 0.3);
}

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

.from-green-400 {
  --tw-gradient-from: #10b981 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-850 {
  --tw-gradient-from: #1a1a1a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 26 26 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-500 {
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-600 {
  --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-blue-400 {
  --tw-gradient-to: #60a5fa var(--tw-gradient-to-position);
}

.to-neutral-800 {
  --tw-gradient-to: #202020 var(--tw-gradient-to-position);
}

.to-primary-500 {
  --tw-gradient-to: #3b82f6 var(--tw-gradient-to-position);
}

.to-primary-600 {
  --tw-gradient-to: #2563eb var(--tw-gradient-to-position);
}

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

.p-12 {
  padding: 3rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

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

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

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

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

.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-2 {
  padding-bottom: 0.5rem;
}

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

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

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

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

.pr-10 {
  padding-right: 2.5rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

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

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

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

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

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

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

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

.font-mono {
  font-family: JetBrains Mono, monospace;
}

.font-sans {
  font-family: Inter, system-ui, sans-serif;
}

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

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

.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-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

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

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

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

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

.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}

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

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

.text-current {
  color: currentColor;
}

.text-green-300 {
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1));
}

.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}

.text-green-400\/80 {
  color: rgb(16 185 129 / 0.8);
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

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

.text-neutral-100\/0 {
  color: rgb(245 245 245 / 0);
}

.text-neutral-100\/10 {
  color: rgb(245 245 245 / 0.1);
}

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

.text-neutral-100\/15 {
  color: rgb(245 245 245 / 0.15);
}

.text-neutral-100\/20 {
  color: rgb(245 245 245 / 0.2);
}

.text-neutral-100\/25 {
  color: rgb(245 245 245 / 0.25);
}

.text-neutral-100\/30 {
  color: rgb(245 245 245 / 0.3);
}

.text-neutral-100\/35 {
  color: rgb(245 245 245 / 0.35);
}

.text-neutral-100\/40 {
  color: rgb(245 245 245 / 0.4);
}

.text-neutral-100\/45 {
  color: rgb(245 245 245 / 0.45);
}

.text-neutral-100\/5 {
  color: rgb(245 245 245 / 0.05);
}

.text-neutral-100\/50 {
  color: rgb(245 245 245 / 0.5);
}

.text-neutral-100\/55 {
  color: rgb(245 245 245 / 0.55);
}

.text-neutral-100\/60 {
  color: rgb(245 245 245 / 0.6);
}

.text-neutral-100\/65 {
  color: rgb(245 245 245 / 0.65);
}

.text-neutral-100\/70 {
  color: rgb(245 245 245 / 0.7);
}

.text-neutral-100\/75 {
  color: rgb(245 245 245 / 0.75);
}

.text-neutral-100\/80 {
  color: rgb(245 245 245 / 0.8);
}

.text-neutral-100\/85 {
  color: rgb(245 245 245 / 0.85);
}

.text-neutral-100\/90 {
  color: rgb(245 245 245 / 0.9);
}

.text-neutral-100\/95 {
  color: rgb(245 245 245 / 0.95);
}

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

.text-neutral-200\/0 {
  color: rgb(229 229 229 / 0);
}

.text-neutral-200\/10 {
  color: rgb(229 229 229 / 0.1);
}

.text-neutral-200\/100 {
  color: rgb(229 229 229 / 1);
}

.text-neutral-200\/15 {
  color: rgb(229 229 229 / 0.15);
}

.text-neutral-200\/20 {
  color: rgb(229 229 229 / 0.2);
}

.text-neutral-200\/25 {
  color: rgb(229 229 229 / 0.25);
}

.text-neutral-200\/30 {
  color: rgb(229 229 229 / 0.3);
}

.text-neutral-200\/35 {
  color: rgb(229 229 229 / 0.35);
}

.text-neutral-200\/40 {
  color: rgb(229 229 229 / 0.4);
}

.text-neutral-200\/45 {
  color: rgb(229 229 229 / 0.45);
}

.text-neutral-200\/5 {
  color: rgb(229 229 229 / 0.05);
}

.text-neutral-200\/50 {
  color: rgb(229 229 229 / 0.5);
}

.text-neutral-200\/55 {
  color: rgb(229 229 229 / 0.55);
}

.text-neutral-200\/60 {
  color: rgb(229 229 229 / 0.6);
}

.text-neutral-200\/65 {
  color: rgb(229 229 229 / 0.65);
}

.text-neutral-200\/70 {
  color: rgb(229 229 229 / 0.7);
}

.text-neutral-200\/75 {
  color: rgb(229 229 229 / 0.75);
}

.text-neutral-200\/80 {
  color: rgb(229 229 229 / 0.8);
}

.text-neutral-200\/85 {
  color: rgb(229 229 229 / 0.85);
}

.text-neutral-200\/90 {
  color: rgb(229 229 229 / 0.9);
}

.text-neutral-200\/95 {
  color: rgb(229 229 229 / 0.95);
}

.text-neutral-300 {
  --tw-text-opacity: 1;
  color: rgb(173 181 189 / var(--tw-text-opacity, 1));
}

.text-neutral-300\/0 {
  color: rgb(173 181 189 / 0);
}

.text-neutral-300\/10 {
  color: rgb(173 181 189 / 0.1);
}

.text-neutral-300\/100 {
  color: rgb(173 181 189 / 1);
}

.text-neutral-300\/15 {
  color: rgb(173 181 189 / 0.15);
}

.text-neutral-300\/20 {
  color: rgb(173 181 189 / 0.2);
}

.text-neutral-300\/25 {
  color: rgb(173 181 189 / 0.25);
}

.text-neutral-300\/30 {
  color: rgb(173 181 189 / 0.3);
}

.text-neutral-300\/35 {
  color: rgb(173 181 189 / 0.35);
}

.text-neutral-300\/40 {
  color: rgb(173 181 189 / 0.4);
}

.text-neutral-300\/45 {
  color: rgb(173 181 189 / 0.45);
}

.text-neutral-300\/5 {
  color: rgb(173 181 189 / 0.05);
}

.text-neutral-300\/50 {
  color: rgb(173 181 189 / 0.5);
}

.text-neutral-300\/55 {
  color: rgb(173 181 189 / 0.55);
}

.text-neutral-300\/60 {
  color: rgb(173 181 189 / 0.6);
}

.text-neutral-300\/65 {
  color: rgb(173 181 189 / 0.65);
}

.text-neutral-300\/70 {
  color: rgb(173 181 189 / 0.7);
}

.text-neutral-300\/75 {
  color: rgb(173 181 189 / 0.75);
}

.text-neutral-300\/80 {
  color: rgb(173 181 189 / 0.8);
}

.text-neutral-300\/85 {
  color: rgb(173 181 189 / 0.85);
}

.text-neutral-300\/90 {
  color: rgb(173 181 189 / 0.9);
}

.text-neutral-300\/95 {
  color: rgb(173 181 189 / 0.95);
}

.text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(134 150 160 / var(--tw-text-opacity, 1));
}

.text-neutral-400\/0 {
  color: rgb(134 150 160 / 0);
}

.text-neutral-400\/10 {
  color: rgb(134 150 160 / 0.1);
}

.text-neutral-400\/100 {
  color: rgb(134 150 160 / 1);
}

.text-neutral-400\/15 {
  color: rgb(134 150 160 / 0.15);
}

.text-neutral-400\/20 {
  color: rgb(134 150 160 / 0.2);
}

.text-neutral-400\/25 {
  color: rgb(134 150 160 / 0.25);
}

.text-neutral-400\/30 {
  color: rgb(134 150 160 / 0.3);
}

.text-neutral-400\/35 {
  color: rgb(134 150 160 / 0.35);
}

.text-neutral-400\/40 {
  color: rgb(134 150 160 / 0.4);
}

.text-neutral-400\/45 {
  color: rgb(134 150 160 / 0.45);
}

.text-neutral-400\/5 {
  color: rgb(134 150 160 / 0.05);
}

.text-neutral-400\/50 {
  color: rgb(134 150 160 / 0.5);
}

.text-neutral-400\/55 {
  color: rgb(134 150 160 / 0.55);
}

.text-neutral-400\/60 {
  color: rgb(134 150 160 / 0.6);
}

.text-neutral-400\/65 {
  color: rgb(134 150 160 / 0.65);
}

.text-neutral-400\/70 {
  color: rgb(134 150 160 / 0.7);
}

.text-neutral-400\/75 {
  color: rgb(134 150 160 / 0.75);
}

.text-neutral-400\/80 {
  color: rgb(134 150 160 / 0.8);
}

.text-neutral-400\/85 {
  color: rgb(134 150 160 / 0.85);
}

.text-neutral-400\/90 {
  color: rgb(134 150 160 / 0.9);
}

.text-neutral-400\/95 {
  color: rgb(134 150 160 / 0.95);
}

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

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

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

.text-orange-200 {
  --tw-text-opacity: 1;
  color: rgb(254 215 170 / var(--tw-text-opacity, 1));
}

.text-orange-300 {
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity, 1));
}

.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}

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

.text-primary-400\/0 {
  color: rgb(96 165 250 / 0);
}

.text-primary-400\/10 {
  color: rgb(96 165 250 / 0.1);
}

.text-primary-400\/100 {
  color: rgb(96 165 250 / 1);
}

.text-primary-400\/15 {
  color: rgb(96 165 250 / 0.15);
}

.text-primary-400\/20 {
  color: rgb(96 165 250 / 0.2);
}

.text-primary-400\/25 {
  color: rgb(96 165 250 / 0.25);
}

.text-primary-400\/30 {
  color: rgb(96 165 250 / 0.3);
}

.text-primary-400\/35 {
  color: rgb(96 165 250 / 0.35);
}

.text-primary-400\/40 {
  color: rgb(96 165 250 / 0.4);
}

.text-primary-400\/45 {
  color: rgb(96 165 250 / 0.45);
}

.text-primary-400\/5 {
  color: rgb(96 165 250 / 0.05);
}

.text-primary-400\/50 {
  color: rgb(96 165 250 / 0.5);
}

.text-primary-400\/55 {
  color: rgb(96 165 250 / 0.55);
}

.text-primary-400\/60 {
  color: rgb(96 165 250 / 0.6);
}

.text-primary-400\/65 {
  color: rgb(96 165 250 / 0.65);
}

.text-primary-400\/70 {
  color: rgb(96 165 250 / 0.7);
}

.text-primary-400\/75 {
  color: rgb(96 165 250 / 0.75);
}

.text-primary-400\/80 {
  color: rgb(96 165 250 / 0.8);
}

.text-primary-400\/85 {
  color: rgb(96 165 250 / 0.85);
}

.text-primary-400\/90 {
  color: rgb(96 165 250 / 0.9);
}

.text-primary-400\/95 {
  color: rgb(96 165 250 / 0.95);
}

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

.text-primary-500\/0 {
  color: rgb(59 130 246 / 0);
}

.text-primary-500\/10 {
  color: rgb(59 130 246 / 0.1);
}

.text-primary-500\/100 {
  color: rgb(59 130 246 / 1);
}

.text-primary-500\/15 {
  color: rgb(59 130 246 / 0.15);
}

.text-primary-500\/20 {
  color: rgb(59 130 246 / 0.2);
}

.text-primary-500\/25 {
  color: rgb(59 130 246 / 0.25);
}

.text-primary-500\/30 {
  color: rgb(59 130 246 / 0.3);
}

.text-primary-500\/35 {
  color: rgb(59 130 246 / 0.35);
}

.text-primary-500\/40 {
  color: rgb(59 130 246 / 0.4);
}

.text-primary-500\/45 {
  color: rgb(59 130 246 / 0.45);
}

.text-primary-500\/5 {
  color: rgb(59 130 246 / 0.05);
}

.text-primary-500\/50 {
  color: rgb(59 130 246 / 0.5);
}

.text-primary-500\/55 {
  color: rgb(59 130 246 / 0.55);
}

.text-primary-500\/60 {
  color: rgb(59 130 246 / 0.6);
}

.text-primary-500\/65 {
  color: rgb(59 130 246 / 0.65);
}

.text-primary-500\/70 {
  color: rgb(59 130 246 / 0.7);
}

.text-primary-500\/75 {
  color: rgb(59 130 246 / 0.75);
}

.text-primary-500\/80 {
  color: rgb(59 130 246 / 0.8);
}

.text-primary-500\/85 {
  color: rgb(59 130 246 / 0.85);
}

.text-primary-500\/90 {
  color: rgb(59 130 246 / 0.9);
}

.text-primary-500\/95 {
  color: rgb(59 130 246 / 0.95);
}

.text-primary-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-purple-400 {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}

.text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}

.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}

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

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

.text-teal-200 {
  --tw-text-opacity: 1;
  color: rgb(153 246 228 / var(--tw-text-opacity, 1));
}

.text-teal-200\/70 {
  color: rgb(153 246 228 / 0.7);
}

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

.text-yellow-200 {
  --tw-text-opacity: 1;
  color: rgb(254 240 138 / var(--tw-text-opacity, 1));
}

.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity, 1));
}

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.text-yellow-400\/80 {
  color: rgb(250 204 21 / 0.8);
}

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

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

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.placeholder-neutral-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(134 150 160 / var(--tw-placeholder-opacity, 1));
}

.placeholder-neutral-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(134 150 160 / var(--tw-placeholder-opacity, 1));
}

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

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

.accent-primary-400 {
  accent-color: #60a5fa;
}

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-90 {
  opacity: 0.9;
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.shadow-blue-400\/20 {
  --tw-shadow-color: rgb(96 165 250 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/20 {
  --tw-shadow-color: rgb(239 68 68 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.outline {
  outline-style: solid;
}

.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-orange-500\/30 {
  --tw-ring-color: rgb(249 115 22 / 0.3);
}

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

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

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

.backdrop-filter {
  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;
}

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

/* Custom base styles */

/* Custom component classes - using raw CSS for extended colors */

/* Custom CSS classes (outside @layer for raw CSS properties) */

/* Extended neutral color utilities - manually defined because safelist isn't working */

.bg-neutral-850 {
  background-color: #1a1a1a;
}

.bg-neutral-750 {
  background-color: #2a2a2a;
}

.hover\:bg-neutral-750:hover {
  background-color: #2a2a2a;
}

/* Extended primary color utilities - manually defined because safelist isn't working */

.bg-primary-400 {
  background-color: #60a5fa;
}

.text-primary-400 {
  color: #60a5fa;
}

.border-primary-400 {
  border-color: #60a5fa;
}

.hover\:bg-primary-500:hover {
  background-color: #3b82f6;
}

.hover\:text-primary-300:hover {
  color: #93c5fd;
}

.focus\:ring-primary-400:focus {
  --tw-ring-color: #60a5fa;
}

/* Border width utilities for active nav state */

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

/* Logo green tint to match success color (green-400: #10b981) */

.logo-green {
  filter: brightness(0) saturate(100%) invert(69%) sepia(31%) saturate(885%) hue-rotate(100deg) brightness(98%) contrast(88%);
}

/* Chat pattern background (WhatsApp-inspired) */

.chat-pattern {
  background-image:
    radial-gradient(circle at 20% 50%, rgba(96, 165, 250, 0.03) 1px, transparent 1px),
    radial-gradient(circle at 80% 80%, rgba(96, 165, 250, 0.03) 1px, transparent 1px),
    radial-gradient(circle at 40% 20%, rgba(96, 165, 250, 0.03) 1px, transparent 1px);
  background-size: 100px 100px, 150px 150px, 200px 200px;
  background-position: 0 0, 50px 50px, 100px 100px;
}

/* AI response bubble with texture */

.ai-bubble {
  background: linear-gradient(135deg, #115e59 0%, #134e4a 100%);
  position: relative;
}

.ai-bubble::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 20px 20px, 30px 30px;
  pointer-events: none;
}

/* Phase R2: Button Groups Styling */

.form-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 2rem;
}

.button-group {
  border: 1px solid #404040;
  /* neutral-700 */
  border-radius: 8px;
  padding: 1.5rem;
  background-color: #171717;
  /* neutral-900 */
}

.button-group h4 {
  font-size: 0.875rem;
  font-weight: 600;
  color: #a3a3a3;
  /* neutral-400 */
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Review Actions (enabled) */

.review-actions .btn-primary {
  background: #10b981;
  /* green-500 */
  color: white;
  border: none;
}

.review-actions .btn-primary:hover {
  background: #059669;
  /* green-600 */
}

.review-actions .btn-secondary {
  background: #facc15;
  /* yellow-400 */
  color: #171717;
  /* neutral-900 */
  border: none;
}

.review-actions .btn-secondary:hover {
  background: #eab308;
  /* yellow-500 */
}

/* Live Monitoring (disabled) */

.monitoring-actions .btn-disabled {
  background: #262626;
  /* neutral-800 */
  color: #737373;
  /* neutral-500 */
  border: 1px solid #404040;
  /* neutral-700 */
  cursor: not-allowed;
  position: relative;
}

.monitoring-actions .btn-disabled:hover {
  background: #262626;
  /* neutral-800 - no change */
}

.badge-soon {
  display: inline-block;
  background: #3b82f6;
  /* blue-500 */
  color: white;
  font-size: 0.625rem;
  padding: 0.125rem 0.375rem;
  border-radius: 4px;
  margin-left: 0.5rem;
  vertical-align: middle;
}

/* ============================================================ */

/* TRACE REVIEW STYLES (Phase R3) */

/* ============================================================ */

/* Reasoning step bubble - simple neutral grey (matches internal steps header) */

.reasoning-bubble {
  /* No special styling - handled by Tailwind classes in template */
}

/* Toast notifications */

.toast-container {
  position: fixed;
  top: 80px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.toast {
  min-width: 300px;
  max-width: 500px;
  padding: 16px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  gap: 12px;
  animation: slideIn 0.3s ease-out;
  border-left: 4px solid;
}

.toast.error {
  background: linear-gradient(135deg, #7f1d1d 0%, #991b1b 100%);
  border-left-color: #ef4444;
  color: #fecaca;
}

.toast.success {
  background: linear-gradient(135deg, #14532d 0%, #166534 100%);
  border-left-color: #22c55e;
  color: #bbf7d0;
}

.toast-icon {
  font-size: 24px;
  flex-shrink: 0;
}

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

.toast-title {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 4px;
}

.toast-message {
  font-size: 13px;
  opacity: 0.9;
}

.toast-close {
  cursor: pointer;
  font-size: 20px;
  opacity: 0.7;
  transition: opacity 0.2s;
}

.toast-close:hover {
  opacity: 1;
}

@keyframes slideIn {
  from {
    transform: translateX(400px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideOut {
  from {
    transform: translateX(0);
    opacity: 1;
  }

  to {
    transform: translateX(400px);
    opacity: 0;
  }
}

.toast.closing {
  animation: slideOut 0.3s ease-in forwards;
}

/* Expandable details - prevent layout shift */

details {
  /* Prevent scroll jumping when expanding/collapsing */
  scroll-margin-top: 1rem;
}

details summary {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  /* Smooth transition for chevron rotation only */
  transition: none;
}

details summary:hover {
  background-color: rgba(255, 255, 255, 0.03);
}

details[open] summary {
  margin-bottom: 0.75rem;
}

details summary::-webkit-details-marker {
  display: none;
}

/* Remove old arrow, use SVG chevron in template instead */

details summary svg {
  transition: transform 0.2s ease;
}

/* Violation item (specific sections within nodes) */

.violation-item {
  cursor: pointer;
  transition: all 0.2s ease;
}

.violation-item:hover {
  transform: translateX(2px);
}

.violation-item.active {
  box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.8);
  background-color: rgba(239, 68, 68, 0.2) !important;
}

/* Violation section highlighting */

.violation-section {
  position: relative;
}

/* Remove the left red bar - we'll use borders instead */

/* Reviewed state - blue border and shadow (matches primary color) */

.violation-section.reviewed {
  border-color: rgb(96, 165, 250) !important;
  /* blue-400 (#60a5fa) with 80% opacity */
  box-shadow: 0 1px 2px 0 rgba(96, 165, 250, 0.2) !important;
}

/* Scrollbar styling */

.trace-pane::-webkit-scrollbar,
.review-pane::-webkit-scrollbar {
  width: 8px;
}

.trace-pane::-webkit-scrollbar-track,
.review-pane::-webkit-scrollbar-track {
  background: #171717;
}

.trace-pane::-webkit-scrollbar-thumb,
.review-pane::-webkit-scrollbar-thumb {
  background: #404040;
  border-radius: 4px;
}

.trace-pane::-webkit-scrollbar-thumb:hover,
.review-pane::-webkit-scrollbar-thumb:hover {
  background: #525252;
}

/* Operations Platform: Expandable table rows */

.nested-table {
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(54 54 54 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity, 1));
  background-color: #1a1a1a;
}

.expandable-content.show {
  display: table-row;
}

.expand-icon-rotated {
  transform: rotate(180deg);
}

.last\:border-0:last-child {
  border-width: 0px;
}

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

.hover\:border-green-400\/40:hover {
  border-color: rgb(16 185 129 / 0.4);
}

.hover\:border-green-400\/50:hover {
  border-color: rgb(16 185 129 / 0.5);
}

.hover\:border-neutral-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 82 / var(--tw-border-opacity, 1));
}

.hover\:border-primary-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}

.hover\:border-primary-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.hover\:border-red-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.hover\:bg-blue-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}

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

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

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

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

.hover\:bg-neutral-700\/30:hover {
  background-color: rgb(54 54 54 / 0.3);
}

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

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

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

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

.hover\:bg-primary-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

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

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

.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-yellow-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}

.hover\:bg-yellow-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
}

.hover\:text-blue-300:hover {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}

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

.hover\:text-green-300:hover {
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1));
}

.hover\:text-neutral-300:hover {
  --tw-text-opacity: 1;
  color: rgb(173 181 189 / var(--tw-text-opacity, 1));
}

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

.hover\:text-red-300:hover {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}

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

.hover\:text-yellow-300:hover {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity, 1));
}

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

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

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

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:border-green-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}

.focus\:border-primary-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

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

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

.focus\:ring-2: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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

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

.focus\:ring-green-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity, 1));
}

.focus\:ring-primary-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1));
}

.focus\:ring-primary-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.focus\:ring-red-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1));
}

.focus\:ring-offset-neutral-900:focus {
  --tw-ring-offset-color: #111111;
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.group[open] .group-open\:rotate-90 {
  --tw-rotate: 90deg;
  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-neutral-300 {
  --tw-text-opacity: 1;
  color: rgb(173 181 189 / var(--tw-text-opacity, 1));
}

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

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

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

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

@media (min-width: 1024px) {
  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

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

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

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