*, ::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.19 | 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: Nunito, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  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;
}

input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

input:where([type='text']):focus, input:where(:not([type])):focus, input:where([type='email']):focus, input:where([type='url']):focus, input:where([type='password']):focus, input:where([type='number']):focus, input:where([type='date']):focus, input:where([type='datetime-local']):focus, input:where([type='month']):focus, input:where([type='search']):focus, input:where([type='tel']):focus, input:where([type='time']):focus, input:where([type='week']):focus, select:where([multiple]):focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-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-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

select:where([multiple]),select:where([size]:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

input:where([type='checkbox']),input:where([type='radio']) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

input:where([type='checkbox']) {
  border-radius: 0px;
}

input:where([type='radio']) {
  border-radius: 100%;
}

input:where([type='checkbox']):focus,input:where([type='radio']):focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
}

input:where([type='checkbox']):checked,input:where([type='radio']):checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

input:where([type='checkbox']):checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {

  input:where([type='checkbox']):checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

input:where([type='radio']):checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {

  input:where([type='radio']):checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

input:where([type='checkbox']):indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {

  input:where([type='checkbox']):indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

input:where([type='file']) {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

input:where([type='file']):focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.z-0 {
  z-index: 0;
}
.z-50 {
  z-index: 50;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.-ml-px {
  margin-left: -1px;
}
.-mr-2 {
  margin-right: -0.5rem;
}
.-mt-px {
  margin-top: -1px;
}
.mb-4 {
  margin-bottom: 1rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-12 {
  margin-left: 3rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.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;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-10 {
  height: 2.5rem;
}
.h-16 {
  height: 4rem;
}
.h-20 {
  height: 5rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.min-h-screen {
  min-height: 100vh;
}
.w-20 {
  width: 5rem;
}
.w-4 {
  width: 1rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink-0 {
  flex-shrink: 0;
}
.origin-top {
  transform-origin: top;
}
.origin-top-left {
  transform-origin: top left;
}
.origin-top-right {
  transform-origin: top right;
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}
.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}
.cursor-default {
  cursor: default;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-t {
  border-top-width: 1px;
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-indigo-400 {
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.fill-current {
  fill: currentColor;
}
.p-2 {
  padding: 0.5rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-center {
  text-align: center;
}
.font-sans {
  font-family: Nunito, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.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-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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);
}
.ring-1 {
  --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(1px + 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-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
}
.ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1));
}
.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}
.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;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-75 {
  transition-duration: 75ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.focus\:z-10:focus {
  z-index: 10;
}
.focus\:border-blue-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.focus\:border-gray-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.focus\:border-gray-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.focus\:border-indigo-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
}
.focus\:border-indigo-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity, 1));
}
.focus\:bg-gray-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.focus\:bg-gray-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.focus\:bg-indigo-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}
.focus\:text-gray-500:focus {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.focus\:text-gray-700:focus {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.focus\:text-gray-800:focus {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.focus\:text-indigo-800:focus {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring: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(3px + 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-indigo-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity, 1));
}
.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5;
}
.active\:bg-gray-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.active\:bg-gray-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.active\:text-gray-500:active {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.active\:text-gray-700:active {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.disabled\:opacity-25:disabled {
  opacity: 0.25;
}
@media (min-width: 640px) {

  .sm\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:ml-0 {
    margin-left: 0px;
  }

  .sm\:ml-10 {
    margin-left: 2.5rem;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-20 {
    height: 5rem;
  }

  .sm\:max-w-md {
    max-width: 28rem;
  }

  .sm\:flex-1 {
    flex: 1 1 0%;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:pt-0 {
    padding-top: 0px;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-right {
    text-align: right;
  }
}
@media (min-width: 768px) {

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:border-l {
    border-left-width: 1px;
  }

  .md\:border-t-0 {
    border-top-width: 0px;
  }
}
@media (min-width: 1024px) {

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (prefers-color-scheme: dark) {

  .dark\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
  }

  .dark\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
  }

  .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  }

  .dark\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  }

  .dark\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
/* ════════════════════════════════════════
   Welcome page  —  wp-* components
   ════════════════════════════════════════ */

body.welcome-page {
    background: #f5f0e8;
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-family: 'DM Sans', sans-serif;
}

/* ── Left panel ── */
.wp-left {
    background: #0b1f3a;
    display: flex; flex-direction: column; justify-content: space-between;
    padding: 52px 56px; position: relative; overflow: hidden; min-height: 100vh;
}
.wp-left::before {
    content: ''; position: absolute; bottom: -120px; right: -120px;
    width: 420px; height: 420px; border-radius: 50%;
    border: 1px solid rgba(255,255,255,.05);
}
.wp-left::after {
    content: ''; position: absolute; bottom: -60px; right: -60px;
    width: 260px; height: 260px; border-radius: 50%;
    border: 1px solid rgba(255,255,255,.07);
}

.wp-brand { display: flex; align-items: center; gap: 12px; }
.wp-brand-icon {
    width: 40px; height: 40px; background: #0d8c72;
    border-radius: 10px; display: flex; align-items: center; justify-content: center;
}
.wp-brand-icon i { color: #fff; font-size: 17px; }
.wp-brand-name {
    font-family: 'DM Serif Display', serif; font-size: 22px; color: #fff;
}

.wp-welcome-block { position: relative; z-index: 1; }
.wp-eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
    color: #0aab8a; margin-bottom: 22px;
}
.wp-eyebrow::before { content: ''; width: 20px; height: 1.5px; background: #0aab8a; }

.wp-title {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(34px, 3.5vw, 50px); line-height: 1.1; color: #fff; margin-bottom: 20px;
}
.wp-title em { font-style: italic; color: #0aab8a; }

.wp-note {
    font-size: 15px; line-height: 1.75; color: rgba(255,255,255,.5); max-width: 380px;
}
.wp-left-footer { font-size: 12px; color: rgba(255,255,255,.2); position: relative; z-index: 1; }

/* ── Right panel ── */
.wp-right {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    padding: 52px 64px; background: #f5f0e8;
}
.wp-right-inner { width: 100%; max-width: 380px; }

.wp-heading {
    font-family: 'DM Serif Display', serif; font-size: 28px; color: #0b1f3a; margin-bottom: 8px;
}
.wp-sub { font-size: 14px; color: #6b7a8d; margin-bottom: 36px; }

.wp-status-row { display: flex; gap: 10px; margin-bottom: 36px; flex-wrap: wrap; }
.wp-status-pill {
    display: flex; align-items: center; gap: 7px;
    background: #fff; border: 1px solid rgba(11,31,58,.10);
    border-radius: 20px; padding: 7px 14px; font-size: 12px; font-weight: 500; color: #0b1f3a;
}
.wp-status-dot { width: 7px; height: 7px; border-radius: 50%; background: #0d8c72; }

.wp-cards { display: flex; flex-direction: column; gap: 14px; }

.wp-card {
    display: flex; align-items: center; gap: 18px;
    background: #fff; border: 1px solid rgba(11,31,58,.10);
    border-radius: 14px; padding: 20px 22px;
    text-decoration: none; color: #0b1f3a;
    transition: all .2s; position: relative; overflow: hidden;
}
.wp-card::after {
    content: ''; position: absolute; right: 0; top: 0; bottom: 0;
    width: 3px; background: #0d8c72; opacity: 0; transition: opacity .2s;
}
.wp-card:hover {
    border-color: rgba(13,140,114,.3);
    box-shadow: 0 6px 24px rgba(11,31,58,.07);
    transform: translateX(3px); color: #0b1f3a;
}
.wp-card:hover::after { opacity: 1; }

.wp-card.primary { background: #0b1f3a; border-color: #0b1f3a; color: #fff; }
.wp-card.primary:hover {
    background: #122948; border-color: #122948; color: #fff;
    box-shadow: 0 8px 28px rgba(11,31,58,.25);
}
.wp-card.primary::after { background: #0aab8a; }

.wp-card-icon {
    width: 44px; height: 44px; border-radius: 10px; flex-shrink: 0;
    display: flex; align-items: center; justify-content: center; font-size: 18px;
    background: rgba(13,140,114,.10); color: #0d8c72;
}
.wp-card.primary .wp-card-icon { background: rgba(255,255,255,.10); color: rgba(255,255,255,.9); }

.wp-card-text { flex: 1; }
.wp-card-label { font-size: 15px; font-weight: 600; margin-bottom: 2px; }
.wp-card-desc  { font-size: 12px; color: #6b7a8d; }
.wp-card.primary .wp-card-desc { color: rgba(255,255,255,.45); }

.wp-card-arrow { font-size: 13px; color: #6b7a8d; transition: transform .2s; }
.wp-card:hover .wp-card-arrow { transform: translateX(3px); }
.wp-card.primary .wp-card-arrow { color: rgba(255,255,255,.35); }

.wp-divider {
    display: flex; align-items: center; gap: 12px;
    margin: 6px 0; color: #6b7a8d; font-size: 12px;
}
.wp-divider::before, .wp-divider::after {
    content: ''; flex: 1; height: 1px; background: rgba(11,31,58,.10);
}

.wp-footer {
    text-align: center; margin-top: 40px;
    font-size: 12px; color: rgba(107,122,141,.55); line-height: 1.6;
}

/* ── Animations ── */
@keyframes wp-fadeUp {
    from { opacity: 0; transform: translateY(18px); }
    to   { opacity: 1; transform: translateY(0); }
}
.wp-eyebrow      { animation: wp-fadeUp .5s ease both; }
.wp-title        { animation: wp-fadeUp .5s .1s ease both; }
.wp-note         { animation: wp-fadeUp .5s .2s ease both; }
.wp-right-inner  { animation: wp-fadeUp .5s .15s ease both; }

/* ── Responsive ── */
@media (max-width: 768px) {
    body.welcome-page { grid-template-columns: 1fr; }
    .wp-left  { min-height: auto; padding: 40px 28px; }
    .wp-welcome-block { margin: 40px 0 32px; }
    .wp-right { padding: 40px 28px; }
}
/* ════════════════════════════════════════
   Auth pages  —  auth-* components
   ════════════════════════════════════════ */

.auth-card {
    width: 100%; max-width: 420px;
    background: #fff;
    border: 1px solid rgba(11,31,58,.08);
    border-radius: 18px;
    padding: 44px 40px;
    box-shadow: 0 4px 32px rgba(11,31,58,.07);
}

.auth-logo-wrap {
    display: flex; flex-direction: column; align-items: center; margin-bottom: 32px;
}
.auth-logo-icon {
    width: 48px; height: 48px; border-radius: 12px;
    background: #0d8c72; display: flex; align-items: center; justify-content: center;
    margin-bottom: 16px;
}
.auth-logo-icon i { color: #fff; font-size: 20px; }
.auth-title { font-family: 'DM Serif Display', serif; font-size: 22px; color: #0b1f3a; margin-bottom: 4px; }
.auth-subtitle { font-size: 13px; color: #6b7a8d; }

.auth-label {
    display: block; font-size: 11px; font-weight: 600;
    letter-spacing: .07em; text-transform: uppercase;
    color: #6b7a8d; margin-bottom: 6px;
}
.auth-label-row {
    display: flex; align-items: center; justify-content: space-between; margin-bottom: 6px;
}
.auth-label-row .auth-label { margin-bottom: 0; }
.auth-forgot { font-size: 12px; color: #0d8c72; text-decoration: none; font-weight: 500; }
.auth-forgot:hover { color: #0aab8a; }

.auth-input {
    width: 100%; padding: 11px 14px;
    border: 1.5px solid rgba(11,31,58,.12);
    border-radius: 9px; font-size: 14px;
    font-family: 'DM Sans', sans-serif;
    color: #0b1f3a; background: #fafaf7;
    outline: none; transition: border-color .15s, box-shadow .15s;
    margin-bottom: 18px;
}
.auth-input:focus {
    border-color: #0d8c72;
    box-shadow: 0 0 0 3px rgba(13,140,114,.10);
    background: #fff;
}
.auth-input::placeholder { color: #b0bac5; }

.auth-remember {
    display: flex; align-items: center; gap: 8px; margin-bottom: 24px;
}
.auth-remember input[type="checkbox"] {
    width: 15px; height: 15px; accent-color: #0d8c72; cursor: pointer;
}
.auth-remember label { font-size: 13px; color: #6b7a8d; cursor: pointer; }

.auth-btn {
    width: 100%; padding: 12px;
    background: #0b1f3a; color: #fff;
    border: none; border-radius: 9px;
    font-size: 14px; font-weight: 600;
    font-family: 'DM Sans', sans-serif;
    cursor: pointer; transition: background .2s, transform .15s;
    display: flex; align-items: center; justify-content: center; gap: 8px;
}
.auth-btn:hover { background: #122948; transform: translateY(-1px); }
.auth-btn:active { transform: translateY(0); }

.auth-alert-error {
    background: #fff0f0; border: 1px solid rgba(192,57,43,.15);
    border-radius: 8px; padding: 10px 14px;
    font-size: 13px; color: #c0392b; margin-bottom: 18px;
}
.auth-alert-status {
    background: #f0fdf8; border: 1px solid rgba(13,140,114,.2);
    border-radius: 8px; padding: 10px 14px;
    font-size: 13px; color: #0d8c72; margin-bottom: 18px;
}

@media (max-width: 480px) {
    .auth-card { padding: 32px 24px; }
}
/* ════════════════════════════════════════
   Prescriptions  —  rx-* components
   ════════════════════════════════════════ */

.rx-page-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 28px; flex-wrap: wrap; gap: 12px;}
.rx-page-title { font-family: 'DM Serif Display', serif; font-size: 26px; color: #0b1f3a; margin-bottom: 4px; }
.rx-page-sub { font-size: 13px; color: #6b7a8d; }

/* ── Alert ── */
.rx-alert-success {
    background: #f0fdf8; border: 1px solid rgba(13,140,114,.2); border-left: 4px solid #0d8c72;
    border-radius: 8px; padding: 12px 16px; font-size: 14px; color: #0d8c72;
    margin-bottom: 24px; font-weight: 500;
}

/* ── Buttons ── */
.rx-btn {
    display: inline-flex; align-items: center; gap: 7px;
    padding: 9px 20px; border-radius: 8px; font-size: 14px; font-weight: 600;
    text-decoration: none; border: none; cursor: pointer; transition: all .2s;
    font-family: 'DM Sans', sans-serif;
}
.rx-btn-primary { background: #0b1f3a; color: #fff; }
.rx-btn-primary:hover { background: #122948; color: #fff; transform: translateY(-1px); }
.rx-btn-teal { background: #0d8c72; color: #fff; }
.rx-btn-teal:hover { background: #0aab8a; color: #fff; transform: translateY(-1px); }
.rx-btn-ghost { background: #fff; color: #0b1f3a; border: 1.5px solid rgba(11,31,58,.15); }
.rx-btn-ghost:hover { border-color: #0b1f3a; color: #0b1f3a; }
.rx-btn-danger { background: #fee2e2; color: #b91c1c; }
.rx-btn-danger:hover { background: #b91c1c; color: #fff; }
.rx-btn-sm { padding: 6px 14px; font-size: 13px; }

/* ── Card ── */
.rx-card {
    background: #fff;
    border: 1px solid rgba(11,31,58,.08);
    border-radius: 14px;
    overflow: visible; /* ✅ allow dropdown to show fully */
    box-shadow: 0 1px 4px rgba(11,31,58,.05);
    margin-bottom: 24px;
}
.rx-card-header {
    padding: 18px 24px; border-bottom: 1px solid rgba(11,31,58,.07);
    display: flex; align-items: center; justify-content: space-between;
}
.rx-card-header-title { font-size: 14px; font-weight: 600; color: #0b1f3a; }
.rx-card-body { padding: 24px; }

/* ── Form fields ── */
.rx-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.rx-form-grid-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; }
.rx-form-group { display: flex; flex-direction: column; gap: 6px; }
.rx-form-group.full { grid-column: 1 / -1; }
.rx-label {
    font-size: 11px; font-weight: 600; letter-spacing: .07em;
    text-transform: uppercase; color: #6b7a8d;
}
.rx-input, .rx-select, .rx-textarea {
    padding: 10px 13px; border: 1.5px solid rgba(11,31,58,.12);
    border-radius: 8px; font-size: 14px; font-family: 'DM Sans', sans-serif;
    color: #0b1f3a; background: #fafaf7; outline: none;
    transition: border-color .15s, box-shadow .15s; width: 100%;
}
.rx-input:focus, .rx-select:focus, .rx-textarea:focus {
    border-color: #0d8c72; box-shadow: 0 0 0 3px rgba(13,140,114,.10); background: #fff;
}
.rx-textarea { resize: vertical; min-height: 80px; }
.rx-input.is-invalid, .rx-select.is-invalid { border-color: #c0392b; }
.rx-error { font-size: 12px; color: #c0392b; margin-top: 2px; }

/* ── Drug item rows ── */
.rx-items-wrap { display: flex; flex-direction: column; gap: 14px; }
.rx-item-row {
    display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr auto;
    gap: 10px; align-items: end;
    background: #fafaf7; border: 1px solid rgba(11,31,58,.08);
    border-radius: 10px; padding: 16px;
}
.rx-item-remove {
    width: 34px; height: 34px; border-radius: 7px; border: none;
    background: #fee2e2; color: #b91c1c; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    font-size: 13px; transition: all .15s; flex-shrink: 0;
}
.rx-item-remove:hover { background: #b91c1c; color: #fff; }
.rx-add-item-btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 10px 18px; border-radius: 8px; border: 1.5px dashed rgba(13,140,114,.35);
    background: rgba(13,140,114,.04); color: #0d8c72; font-size: 14px; font-weight: 500;
    cursor: pointer; transition: all .2s; font-family: 'DM Sans', sans-serif; width: 100%;
    justify-content: center; margin-top: 8px;
}
.rx-add-item-btn:hover { border-color: #0d8c72; background: rgba(13,140,114,.08); }

/* ── Index table ── */
.rx-table-wrap {
    background: #fff; border-radius: 12px; border: 1px solid rgba(11,31,58,.08);
    overflow: hidden; box-shadow: 0 1px 3px rgba(11,31,58,.05);
}
.rx-table { width: 100%; border-collapse: collapse; }
.rx-table thead tr { background: #f8fafc; border-bottom: 1px solid rgba(11,31,58,.08); }
.rx-table th {
    padding: 12px 16px; font-size: 11px; font-weight: 700; color: #6b7a8d;
    text-transform: uppercase; letter-spacing: .06em; text-align: left; white-space: nowrap;
}
.rx-table td { padding: 14px 16px; font-size: 14px; color: #334155; vertical-align: middle; }
.rx-table tbody tr { border-bottom: 1px solid #f1f5f9; transition: background .1s; }
.rx-table tbody tr:last-child { border-bottom: none; }
.rx-table tbody tr:hover { background: #f8fafc; }

/* ── Status badges ── */
.rx-badge {
    display: inline-flex; align-items: center; gap: 5px;
    padding: 4px 10px; border-radius: 20px; font-size: 12px; font-weight: 600;
}
.rx-badge-pending  { background: #fef9c3; color: #854d0e; }
.rx-badge-active   { background: #d1fae5; color: #065f46; }
.rx-badge-dispensed{ background: #dbeafe; color: #1e40af; }
.rx-badge-expired  { background: #f1f5f9; color: #64748b; }

/* ── Show page: info grid ── */
.rx-info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 24px; }
.rx-info-item { display: flex; flex-direction: column; gap: 4px; }
.rx-info-label { font-size: 11px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; color: #94a3b8; }
.rx-info-value { font-size: 14px; color: #0b1f3a; font-weight: 500; }

/* ── Show page: drug table ── */
.rx-drug-table { width: 100%; border-collapse: collapse; }
.rx-drug-table th {
    padding: 10px 14px; font-size: 11px; font-weight: 700; color: #6b7a8d;
    text-transform: uppercase; letter-spacing: .06em; text-align: left;
    background: #f8fafc; border-bottom: 1px solid rgba(11,31,58,.08);
}
.rx-drug-table td { padding: 12px 14px; font-size: 14px; color: #334155; border-bottom: 1px solid #f1f5f9; }
.rx-drug-table tbody tr:last-child td { border-bottom: none; }

/* ── Patient cell ── */
.rx-patient-cell { display: flex; align-items: center; gap: 10px; }
.rx-avatar {
    width: 34px; height: 34px; border-radius: 8px;
    background: #dbeafe; color: #2563eb;
    font-size: 12px; font-weight: 700;
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.rx-patient-name { font-weight: 600; color: #0b1f3a; font-size: 14px; }
.rx-patient-id   { font-size: 12px; color: #94a3b8; }

/* ── Empty state ── */
.rx-empty { text-align: center; padding: 60px 20px; color: #94a3b8; }
.rx-empty i { font-size: 36px; margin-bottom: 12px; display: block; }
.rx-empty p { font-size: 15px; margin-bottom: 16px; }

/* ── Pagination ── */
.rx-pagination { padding: 16px; border-top: 1px solid #f1f5f9; }

/* ── Responsive ── */
@media (max-width: 900px) {
    .rx-form-grid, .rx-form-grid-3 { grid-template-columns: 1fr; }
    .rx-info-grid { grid-template-columns: 1fr 1fr; }
    .rx-item-row { grid-template-columns: 1fr 1fr; }
}
/* ════════════════════════════════════════
   Shared page components  —  pi-*
   ════════════════════════════════════════ */

.pi-page-title {
    font-size: 22px; font-weight: 700; color: #0b1f3a; margin-bottom: 4px;
}
.pi-page-sub { font-size: 13px; color: #6b7a8d; }

.pi-header {
    display: flex; justify-content: space-between; align-items: flex-start;
    margin-bottom: 24px; flex-wrap: wrap; gap: 12px;
}
.pi-header-left { display: flex; gap: 32px; }

.pi-stat { display: flex; flex-direction: column; }
.pi-stat-number { font-size: 28px; font-weight: 700; color: #0b1f3a; line-height: 1; }
.pi-stat-label { font-size: 12px; color: #94a3b8; text-transform: uppercase; letter-spacing: .05em; margin-top: 2px; }

.pi-btn-primary {
    background: #3498db; color: #fff; padding: 9px 20px; border-radius: 8px;
    font-size: 14px; font-weight: 600; text-decoration: none; border: none;
    cursor: pointer; display: inline-flex; align-items: center; gap: 8px;
    transition: background .15s;
}
.pi-btn-primary:hover { background: #2980b9; color: #fff; }

.pi-controls { display: flex; gap: 12px; margin-bottom: 20px; flex-wrap: wrap; }
.pi-search-wrap { position: relative; flex: 1; min-width: 240px; }
.pi-search-icon {
    position: absolute; left: 14px; top: 50%; transform: translateY(-50%);
    color: #94a3b8; font-size: 14px; pointer-events: none;
}
.pi-search {
    width: 100%; padding: 10px 40px; border: 1.5px solid #e2e8f0;
    border-radius: 8px; font-size: 14px; color: #0b1f3a; outline: none;
    transition: border-color .15s; background: #fff;
}
.pi-search:focus { border-color: #3498db; box-shadow: 0 0 0 3px rgba(52,152,219,.10); }
.pi-clear-btn {
    position: absolute; right: 12px; top: 50%; transform: translateY(-50%);
    background: none; border: none; color: #94a3b8; cursor: pointer; padding: 4px;
}
.pi-clear-btn:hover { color: #475569; }
.pi-select {
    padding: 10px 14px; border: 1.5px solid #e2e8f0; border-radius: 8px;
    font-size: 14px; color: #0b1f3a; background: #fff; outline: none; cursor: pointer;
}
.pi-select:focus { border-color: #3498db; }

.pi-alert {
    background: #d1fae5; color: #065f46; border-left: 4px solid #10b981;
    padding: 12px 18px; border-radius: 8px; margin-bottom: 20px;
    font-size: 14px; font-weight: 500;
}

.pi-table-wrap {
    background: #fff; border-radius: 12px; border: 1px solid #e2e8f0;
    overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,.06);
}
.pi-table { width: 100%; border-collapse: collapse; }
.pi-table thead tr { background: #f8fafc; border-bottom: 1px solid #e2e8f0; }
.pi-table th {
    padding: 12px 16px; font-size: 11px; font-weight: 700; color: #64748b;
    text-transform: uppercase; letter-spacing: .06em; text-align: left; white-space: nowrap;
}
.pi-sortable { cursor: pointer; user-select: none; }
.pi-sortable:hover { color: #3498db; }
.pi-sort-inactive { opacity: .3; }
.pi-table td { padding: 14px 16px; font-size: 14px; color: #334155; vertical-align: middle; }
.pi-row { border-bottom: 1px solid #f1f5f9; transition: background .1s; }
.pi-row:last-child { border-bottom: none; }
.pi-row:hover { background: #f8fafc; }

.pi-patient-cell { display: flex; align-items: center; gap: 12px; }
.pi-avatar {
    width: 38px; height: 38px; border-radius: 10px; background: #dbeafe;
    color: #2563eb; font-size: 13px; font-weight: 700;
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.pi-avatar-female { background: #fce7f3; color: #db2777; }
.pi-avatar-other  { background: #ede9fe; color: #7c3aed; }
.pi-patient-name  { font-weight: 600; color: #0b1f3a; font-size: 14px; }
.pi-patient-id    { font-size: 12px; color: #94a3b8; margin-top: 1px; }

.pi-badge-nid {
    font-family: 'Courier New', monospace; font-size: 12px; color: #475569;
    background: #f1f5f9; padding: 3px 8px; border-radius: 4px; letter-spacing: .03em;
}
.pi-gender-badge { padding: 3px 10px; border-radius: 20px; font-size: 12px; font-weight: 600; }
.pi-gender-male   { background: #dbeafe; color: #1e40af; }
.pi-gender-female { background: #fce7f3; color: #9d174d; }
.pi-gender-other  { background: #ede9fe; color: #5b21b6; }

.pi-actions { display: flex; gap: 6px; }
.pi-action-btn {
    width: 32px; height: 32px; border-radius: 7px; border: none; cursor: pointer;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 13px; transition: all .15s; text-decoration: none;
}
.pi-action-view   { background: #e0f2fe; color: #0369a1; }
.pi-action-view:hover  { background: #0369a1; color: #fff; }
.pi-action-edit   { background: #fef9c3; color: #854d0e; }
.pi-action-edit:hover  { background: #854d0e; color: #fff; }
.pi-action-delete { background: #fee2e2; color: #b91c1c; }
.pi-action-delete:hover { background: #b91c1c; color: #fff; }

.pi-empty { text-align: center; padding: 60px 20px; color: #94a3b8; }
.pi-empty i { font-size: 40px; margin-bottom: 12px; display: block; }
.pi-empty p { font-size: 15px; margin-bottom: 16px; }

.pi-pagination { padding: 16px; border-top: 1px solid #f1f5f9; }

/* ── Livewire patient-index component ── */
.pi-stat-number { font-size: 28px; font-weight: 700; color: #0b1f3a; line-height: 1; }
.pi-stat-label  { font-size: 12px; color: #94a3b8; text-transform: uppercase; letter-spacing: .05em; margin-top: 2px; }

.pi-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 24px;
}

.pi-main {}

.pi-side {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* FORM SYSTEM */
.pi-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.pi-form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.pi-form-group.full {
    grid-column: 1 / -1;
}

/* INPUTS */
.pi-input, .pi-select, .pi-textarea {
    padding: 10px 12px;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 8px;
    font-size: 14px;
    width: 100%;
}

/* CARDS */
.pi-card {
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 12px;
    margin-bottom: 16px;
}

.pi-card-header {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(0,0,0,.08);
    font-weight: 600;
}

.pi-card-body {
    padding: 16px;
}

/* BUTTONS */
.pi-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 14px;
    border-radius: 8px;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.pi-btn-primary {
    background: #3498db;
    color: white;
}

.pi-btn-ghost {
    background: transparent;
    border: 1px solid #ddd;
    color: #333;
}

/*Modal CSS*/
.pi-modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.pi-modal {
    background: #fff;
    border-radius: 10px;
    width: 400px;
    padding: 20px;
}

.pi-modal-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.pi-modal-footer {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

/* ===== LAYOUT ===== */

.rx-body {
    background: #f4f6f9;
    font-family: 'Figtree', sans-serif;
}

.rx-layout {
    display: flex;
}

/* ===== SIDEBAR ===== */

.rx-sidebar {
    width: 240px;
    min-height: 100vh;
    background: linear-gradient(180deg, #1e293b, #334155);
    color: #fff;
    position: fixed;
}

.rx-sidebar-brand {
    font-weight: 600;
    padding: 20px;
    font-size: 18px;
}

/* ===== MAIN ===== */

.rx-main {
    margin-left: 240px;
    width: 100%;
    padding: 20px;
}

/* ===== TOPBAR ===== */

.rx-topbar {
    background: #fff;
    border-radius: 12px;
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    margin-bottom: 20px;
}

.rx-topbar-title {
    font-weight: 600;
    font-size: 16px;
}

.rx-user-btn {
    border: none;
    background: #eef2f7;
    padding: 6px 12px;
    border-radius: 8px;
    cursor: pointer;
}

/* ===== CONTENT ===== */

.rx-content {
    padding-top: 10px;
}

/* ===== ALERTS ===== */

.rx-alert {
    padding: 12px 15px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.rx-alert-success { background: #e6f9f0; color: #0d8c72; }
.rx-alert-danger { background: #fde8e8; color: #c0392b; }
.rx-alert-warning { background: #fff8e1; color: #b7791f; }

/* ===== DRAWER ===== */

.rx-drawer {
    position: fixed;
    right: -320px;
    top: 0;
    width: 320px;
    height: 100%;
    background: #fff;
    transition: 0.3s;
    z-index: 999;
    box-shadow: -4px 0 12px rgba(0,0,0,0.1);
}

.rx-drawer.open {
    right: 0;
}

.rx-drawer-header {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.rx-drawer-body {
    padding: 20px;
}

.rx-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.3);
    display: none;
    z-index: 998;
}

.rx-overlay.show {
    display: block;
}

/* ===== USER ===== */

.rx-user-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.rx-avatar-lg {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #0d8c72;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

/* ===== BUTTONS ===== */

.rx-btn {
    padding: 10px 14px;
    border-radius: 8px;
    border: none;
    display: inline-block;
    text-align: center;
    font-weight: 500;
}

.rx-btn-primary {
    background: #0d8c72;
    color: white;
}

.rx-btn-danger {
    background: #e74c3c;
    color: white;
}
/* ===== NAVIGATION ===== */

.rx-nav {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
}

.rx-sidebar-brand {
    font-weight: 600;
    padding: 15px 20px;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.rx-nav-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    color: #cbd5e1;
    text-decoration: none;
    transition: 0.2s;
    font-size: 14px;
}

.rx-nav-link i {
    width: 18px;
    text-align: center;
}

.rx-nav-link:hover {
    background: rgba(255,255,255,0.08);
    color: #fff;
}

.rx-nav-link.active {
    background: rgba(13,140,114,0.25);
    color: #fff;
    border-left: 3px solid #0d8c72;
}

/* SUBMENU */
.rx-submenu {
    display: none;
    flex-direction: column;
}

.rx-submenu.open {
    display: flex;
}

.rx-submenu-link {
    padding: 10px 40px;
    font-size: 13px;
    color: #cbd5e1;
    text-decoration: none;
}

.rx-submenu-link:hover {
    color: #fff;
}

/* DIVIDER */
.rx-nav-divider {
    height: 1px;
    background: rgba(255,255,255,0.1);
    margin: 10px 0;
}
/* USER TOPBAR FIX */
.rx-user {
    cursor: pointer;
}

.rx-user-inner {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* AVATAR */
.rx-avatar-sm {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0d6efd, #0d8c72);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

/* TEXT BLOCK */
.rx-user-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

/* NAME */
.rx-user-name {
    font-size: 14px;
    font-weight: 600;
    color: #2c3e50;
    white-space: nowrap;
}

/* ROLE */
.rx-user-role {
    font-size: 12px;
    color: #7f8c8d;
}

/* ICON */
.rx-user-icon {
    font-size: 12px;
    color: #888;
}

/* PREVENT WRAPPING */
.rx-user-inner {
    white-space: nowrap;
}
/* ROLE BADGES */
.rx-user-roles,
.rx-drawer-roles {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

/* BLUE TAG STYLE */
.rx-role-badge {
    background: rgba(13, 110, 253, 0.1);
    color: #0d6efd;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 20px;
    white-space: nowrap;
}
/* SUBMENU BASE */
.rx-submenu {
    max-height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: max-height 0.3s ease;
    margin-left: 10px;
}

/* OPEN STATE */
.rx-submenu.open {
    max-height: 200px;
}

/* SUBMENU LINKS */
.rx-submenu-link {
    padding: 8px 10px;
    font-size: 13px;
    color: #cbd5e1;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    border-left: 2px solid transparent;
}

.rx-submenu-link:hover {
    background: rgba(255,255,255,0.05);
    border-left: 2px solid #0d6efd;
    color: #fff;
}