/* frontend/public/assets/css/input.css */

/* MAIN STYLESHEET
  This file imports all other CSS modules.
  The Tailwind CLI will read this file and compile
  everything into 'global.css'.
*/

/* 1. Import Tailwind's base layers and your custom base styles */

/* frontend/public/assets/css/tailwind/base.css */

/* Imports Tailwind's base styles */

*, ::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: 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;
}

html {
  font-size: 14px;
}

body {
  font-family: 'Inter', sans-serif;
}

h1 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

@media (max-width: 768px) {
  .table-card h1 {
    font-size: 0.9rem;
  }
}

h2 {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

@media (max-width: 768px) {
  .table-card h2 {
    font-size: 0.9rem;
  }
}

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

/* Google Font - Inter */

/* --- Base Styles --- */

/* Adds your custom styles to Tailwind's 'base' layer */

/* 2. Import Tailwind's component layer */

/* frontend/public/assets/css/tailwind/components.css */

/* Imports Tailwind's default component styles */

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

.container {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

/* Stat Cards */

[class^="stat-card-"] {
  border-radius: 0.5rem;
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --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);
}

[class^="stat-card-"] h4 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  .menu-item [class^="stat-card-"] h4 {
    font-size: 0.85rem;
  }
}

@media (max-width: 480px) {
  .menu-item [class^="stat-card-"] h4 {
    font-size: 0.8rem;
  }
}

[class^="stat-card-"] p {
  margin-top: 0.25rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 800;
}

/* Form Styles */

.form-label {
  margin-bottom: 0.25rem;
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.landscape-report-container table.form-label th,
.landscape-report-container table.form-label td {
  font-size: 0.75rem;
  line-height: 1.2;
}

.landscape-report-container table.form-label th {
  padding: 0.25rem 0.5rem;
}

.landscape-report-container table.form-label td {
  padding: 0.25rem 0.5rem;
}

.landscape-report-container table.form-label td.align-top {
  vertical-align: top;
  word-wrap: break-word;
  max-width: 200px;
}

@media (max-width: 768px) {
  .menu-item .form-label {
    font-size: 0.65rem;
  }
}

@media (max-width: 480px) {
  .menu-item .form-label {
    font-size: 0.8rem;
  }
}

.form-input-sm {
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (max-width: 768px) {
  .menu-item .form-input-sm {
    font-size: 0.75rem;
  }
}

.form-input-sm:focus {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
  --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1));
  --tw-ring-opacity: 0.5;
}

.form-input-sm::-moz-placeholder {
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  -moz-transition-property: all;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.form-input-sm::placeholder {
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.form-input-sm:focus::-moz-placeholder {
  --tw-translate-x: 0.25rem;
  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));
  opacity: 0;
}

.form-input-sm:focus::placeholder {
  --tw-translate-x: 0.25rem;
  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));
  opacity: 0;
}

/* Reservation Form Specific Styles */

.room-selection-area {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (max-width: 640px) {
  .reservation-form-container .room-selection-area > div {
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 480px) {
  .room-selection-area.grid-cols-1.md\\:grid-cols-4 {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .grid.room-selection-area.md\\:grid-cols-4 {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}

@media (min-width: 1024px) {
  .room-selection-area {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.available-rooms-list {
  max-height: 24rem;
  overflow-y: auto;
}

.selected-rooms-list {
  max-height: 12rem;
  overflow-y: auto;
}

.room-checkbox {
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}

.room-checkbox:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1));
}

.grand-total {
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-between;
  border-top-width: 2px;
  padding-top: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .table-card .grand-total {
    font-size: 0.9rem;
  }
}

@media (min-width: 1024px) {
  header .grand-total.items-center {
    justify-content: flex-start;
    flex: 1;
  }

  header .grand-total.items-center h1 {
    text-align: left;
    font-size: 1.5rem;
  }

  header .grand-total.items-center.space-x-4 {
    justify-content: flex-end;
    flex: 1;
  }
}

@media (max-width: 1023px) {
  header .grand-total.items-center:first-child {
    grid-column: 2;
    justify-self: center;
    position: static;
    transform: none;
    margin: 0;
    width: 100%;
    max-width: none;
  }

  header .grand-total.items-center:first-child h1 {
    text-align: center;
    width: 100%;
    font-size: 1.125rem;
  }

  header .grand-total.items-center.space-x-4 {
    grid-column: 3;
    justify-self: end;
    position: static;
    margin: 0;
    transform: none;
  }

  header > .grand-total.items-center:first-child {
    grid-column: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 0;
    width: auto;
  }

  header > .grand-total.items-center:first-child h1 {
    display: none;
  }
}

/* Reservation Tabs */

/* Base Button Styles - Increased specificity */

button.btn-success, 
    button.btn-primary, 
    button.btn-cancel,
    .btn-success, 
    .btn-primary, 
    .btn-cancel {
  border-radius: 0.25rem;
  border-style: none;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  outline: 2px solid transparent;
  outline-offset: 2px;
  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;
}

@media (max-width: 768px) {
  .menu-item button.btn-success,.menu-item  
    button.btn-primary,.menu-item  
    button.btn-cancel,.menu-item 
    .btn-success,.menu-item  
    .btn-primary,.menu-item  
    .btn-cancel {
    font-size: 0.75rem;
  }
}

@media (max-width: 480px) {
  .menu-item button.btn-success,.menu-item  
    button.btn-primary,.menu-item  
    button.btn-cancel,.menu-item 
    .btn-success,.menu-item  
    .btn-primary,.menu-item  
    .btn-cancel {
    font-size: 0.8rem;
  }
}

button.btn-success:focus, 
    button.btn-primary:focus, 
    button.btn-cancel:focus,
    .btn-success:focus, 
    .btn-primary:focus, 
    .btn-cancel:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
  --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1));
  --tw-ring-opacity: 0.5;
}

.btn-success, .btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

header.btn-success,header .btn-primary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  color: #f8fafc;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid #334155;
  min-height: 64px;
}

.btn-success:hover, .btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(15 93 70 / var(--tw-bg-opacity, 1));
}

.btn-cancel {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.btn-cancel:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}

.btn-edit-green {
  border-style: none;
  background-color: transparent;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

@media (max-width: 768px) {
  .menu-item .btn-edit-green {
    font-size: 0.75rem;
  }
}

.btn-edit-green:hover {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

/* Form buttons with higher specificity */

/* Additional button utilities */

/* Action-specific buttons */

button.cancel-btn, .cancel-btn {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

button.cancel-btn:hover, .cancel-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}

/* Notification Boxes */

.notification-box {
  display: flex;
  --tw-translate-y: -1.25rem;
  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));
  align-items: center;
  justify-content: space-between;
  border-radius: 0.5rem;
  padding: 0.75rem;
  opacity: 0;
  --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);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 1024px) {
  header .notification-box.items-center {
    justify-content: flex-start;
    flex: 1;
  }

  header .flex.notification-box {
    justify-content: flex-start;
    flex: 1;
  }

  header .notification-box.items-center h1 {
    text-align: left;
    font-size: 1.5rem;
  }

  header .flex.notification-box h1 {
    text-align: left;
    font-size: 1.5rem;
  }

  header .notification-box.items-center.space-x-4 {
    justify-content: flex-end;
    flex: 1;
  }

  header .flex.notification-box.space-x-4 {
    justify-content: flex-end;
    flex: 1;
  }
}

@media (max-width: 1023px) {
  header .notification-box.items-center:first-child {
    grid-column: 2;
    justify-self: center;
    position: static;
    transform: none;
    margin: 0;
    width: 100%;
    max-width: none;
  }

  header .flex.notification-box:first-child {
    grid-column: 2;
    justify-self: center;
    position: static;
    transform: none;
    margin: 0;
    width: 100%;
    max-width: none;
  }

  header .notification-box.items-center:first-child h1 {
    text-align: center;
    width: 100%;
    font-size: 1.125rem;
  }

  header .flex.notification-box:first-child h1 {
    text-align: center;
    width: 100%;
    font-size: 1.125rem;
  }

  header .notification-box.items-center.space-x-4 {
    grid-column: 3;
    justify-self: end;
    position: static;
    margin: 0;
    transform: none;
  }

  header .flex.notification-box.space-x-4 {
    grid-column: 3;
    justify-self: end;
    position: static;
    margin: 0;
    transform: none;
  }

  header > .notification-box.items-center:first-child {
    grid-column: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 0;
    width: auto;
  }

  header > .flex.notification-box:first-child {
    grid-column: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 0;
    width: auto;
  }

  header > .notification-box.items-center:first-child h1 {
    display: none;
  }

  header > .flex.notification-box:first-child h1 {
    display: none;
  }
}

.notification-box.show {
  --tw-translate-y: 0px;
  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));
  opacity: 1;
}

.notification-box.success {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(187 247 224 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 248 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(15 93 70 / var(--tw-text-opacity, 1));
}

.notification-box.error {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.notification-box.\!error {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.notification-box.info {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(153 246 228 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 250 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 94 89 / var(--tw-text-opacity, 1));
}

.notification-close-btn {
  margin-left: 1rem;
  cursor: pointer;
  border-style: none;
  background-color: transparent;
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1;
  color: inherit;
}

/* Compact Availability Grid Styles */

#availability-grid table {
  font-size: 0.75rem;
  line-height: 1rem;
}

.landscape-report-container table#availability-grid table th,
.landscape-report-container table#availability-grid table td {
  font-size: 0.75rem;
  line-height: 1.2;
}

.landscape-report-container table#availability-grid table th {
  padding: 0.25rem 0.5rem;
}

.landscape-report-container table#availability-grid table td {
  padding: 0.25rem 0.5rem;
}

.landscape-report-container table#availability-grid table td.align-top {
  vertical-align: top;
  word-wrap: break-word;
  max-width: 200px;
}

@media (max-width: 768px) {
  .menu-item #availability-grid table {
    font-size: 0.65rem;
  }
}

#availability-grid th {
  padding: 0.25rem;
  font-weight: 500;
  line-height: 1.25;
}

#availability-grid td {
  padding: 0.25rem;
}

#availability-grid td.sticky {
  min-width: 45px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .table-card #availability-grid td.sticky {
    font-size: 0.9rem;
  }
}

/* 3. Import Tailwind's utility layer and your custom utilities */

/* frontend/public/assets/css/tailwind/utilities.css */

/* Imports Tailwind's default utility styles */

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

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.bottom-4 {
  bottom: 1rem;
}

.left-0 {
  left: 0px;
}

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

.left-3 {
  left: 0.75rem;
}

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

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.right-4 {
  right: 1rem;
}

.right-5 {
  right: 1.25rem;
}

.top-0 {
  top: 0px;
}

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

.top-10 {
  top: 2.5rem;
}

.top-2 {
  top: 0.5rem;
}

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

.top-20 {
  top: 5rem;
}

.top-4 {
  top: 1rem;
}

.top-5 {
  top: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

.float-right {
  float: right;
}

.m-4 {
  margin: 1rem;
}

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

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

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

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

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

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

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

.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-3 {
  margin-left: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

.mt-5 {
  margin-top: 1.25rem;
}

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.\!table {
  display: table !important;
}

.table {
  display: table;
}

.table-cell {
  display: table-cell;
}

.table-footer-group {
  display: table-footer-group;
}

.table-header-group {
  display: table-header-group;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

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

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-28 {
  height: 7rem;
}

.h-3 {
  height: 0.75rem;
}

.h-32 {
  height: 8rem;
}

.h-4 {
  height: 1rem;
}

.h-40 {
  height: 10rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-64 {
  height: 16rem;
}

.h-8 {
  height: 2rem;
}

.h-80 {
  height: 20rem;
}

.h-96 {
  height: 24rem;
}

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

.max-h-40 {
  max-height: 10rem;
}

.max-h-48 {
  max-height: 12rem;
}

.max-h-60 {
  max-height: 15rem;
}

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

.max-h-80 {
  max-height: 20rem;
}

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

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

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

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

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

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

.min-h-0 {
  min-height: 0px;
}

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

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

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

.w-0 {
  width: 0px;
}

.w-1 {
  width: 0.25rem;
}

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

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

.w-1\/4 {
  width: 25%;
}

.w-1\/5 {
  width: 20%;
}

.w-10 {
  width: 2.5rem;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

.w-2\/5 {
  width: 40%;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.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-64 {
  width: 16rem;
}

.w-8 {
  width: 2rem;
}

.w-96 {
  width: 24rem;
}

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

.w-full {
  width: 100%;
}

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

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

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

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

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

.min-w-full {
  min-width: 100%;
}

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

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

.max-w-5xl {
  max-width: 64rem;
}

.max-w-6xl {
  max-width: 72rem;
}

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

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

.max-w-full {
  max-width: 100%;
}

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

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

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

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

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

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

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

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

.table-auto {
  table-layout: auto;
}

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

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

.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.translate-x-0 {
  --tw-translate-x: 0px;
  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));
}

.translate-x-2 {
  --tw-translate-x: 0.5rem;
  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-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

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

.break-inside-avoid {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.break-inside-avoid-page {
  break-inside: avoid-page;
}

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

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

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

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}

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

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

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}

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

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

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

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

.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-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}

.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}

.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}

.border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}

.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 224 / var(--tw-border-opacity, 1));
}

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

.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 160 / var(--tw-border-opacity, 1));
}

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

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

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

.border-indigo-200 {
  --tw-border-opacity: 1;
  border-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
}

.border-indigo-300 {
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
}

.border-indigo-500 {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}

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

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

.border-purple-200 {
  --tw-border-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
}

.border-purple-300 {
  --tw-border-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
}

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

.border-purple-600 {
  --tw-border-opacity: 1;
  border-color: rgb(147 51 234 / var(--tw-border-opacity, 1));
}

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

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

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

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

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

.border-red-800 {
  --tw-border-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
}

.border-sky-500 {
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
}

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

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

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

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

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

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

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

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

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.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-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.bg-cyan-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity, 1));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}

.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}

.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

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

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 239 / var(--tw-bg-opacity, 1));
}

.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 224 / var(--tw-bg-opacity, 1));
}

.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 248 / var(--tw-bg-opacity, 1));
}

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

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

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

.bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}

.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}

.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}

.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}

.bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}

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

.bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}

.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}

.bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}

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

.bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

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

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

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

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

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

.bg-rose-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
}

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

.bg-teal-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity, 1));
}

.bg-teal-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity, 1));
}

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

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

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

.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}

.bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / 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-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}

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

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

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

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

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

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

.from-gray-300 {
  --tw-gradient-from: #d1d5db var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-500 {
  --tw-gradient-from: #22c55e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-600 {
  --tw-gradient-from: #059669 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-500 {
  --tw-gradient-from: #6366f1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-500 {
  --tw-gradient-from: #a855f7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-gray-400 {
  --tw-gradient-to: #9ca3af var(--tw-gradient-to-position);
}

.to-green-600 {
  --tw-gradient-to: #059669 var(--tw-gradient-to-position);
}

.to-green-700 {
  --tw-gradient-to: #047857 var(--tw-gradient-to-position);
}

.to-indigo-600 {
  --tw-gradient-to: #4f46e5 var(--tw-gradient-to-position);
}

.to-purple-600 {
  --tw-gradient-to: #9333ea var(--tw-gradient-to-position);
}

.to-purple-700 {
  --tw-gradient-to: #7e22ce var(--tw-gradient-to-position);
}

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

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

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.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\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.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-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

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

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

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

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

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

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

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

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

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

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

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

.pb-3 {
  padding-bottom: 0.75rem;
}

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

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

.pl-10 {
  padding-left: 2.5rem;
}

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

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

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

.pl-9 {
  padding-left: 2.25rem;
}

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

.pr-2 {
  padding-right: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.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-\[10px\] {
  font-size: 10px;
}

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

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

.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-extrabold {
  font-weight: 800;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-5 {
  line-height: 1.25rem;
}

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

.leading-normal {
  line-height: 1.5;
}

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

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

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

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

.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}

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

.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / 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-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / 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-100 {
  --tw-text-opacity: 1;
  color: rgb(220 252 239 / var(--tw-text-opacity, 1));
}

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

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

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

.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(15 93 70 / var(--tw-text-opacity, 1));
}

.text-green-900 {
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity, 1));
}

.text-indigo-100 {
  --tw-text-opacity: 1;
  color: rgb(224 231 255 / var(--tw-text-opacity, 1));
}

.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / 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-indigo-800 {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}

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

.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}

.text-orange-700 {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity, 1));
}

.text-orange-800 {
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity, 1));
}

.text-orange-900 {
  --tw-text-opacity: 1;
  color: rgb(124 45 18 / var(--tw-text-opacity, 1));
}

.text-purple-100 {
  --tw-text-opacity: 1;
  color: rgb(243 232 255 / var(--tw-text-opacity, 1));
}

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

.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}

.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}

.text-purple-800 {
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}

.text-purple-900 {
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity, 1));
}

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

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

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

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

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.text-teal-600 {
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity, 1));
}

.text-transparent {
  color: transparent;
}

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

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

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

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

.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}

.text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity, 1));
}

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

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

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

.decoration-2 {
  text-decoration-thickness: 2px;
}

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

.placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}

.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

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

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

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

.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-red-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 202 202 / var(--tw-ring-opacity, 1));
}

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

.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-shadow {
  transition-property: box-shadow;
  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-1000 {
  transition-duration: 1000ms;
}

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

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

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

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

/* Hide Number Input Spinners */

input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/* Enhanced Green Palette Utilities */

/* --- Utility Styles --- */

/* Adds your custom styles to Tailwind's 'utilities' layer */

/* 4. Import reusable components */

/* frontend/public/assets/css/components/cards.css */

/* frontend/public/assets/css/components/forms.css - CLEAN VERSION */

/* Date picker specific styles */

.date-picker {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.date-picker::-webkit-calendar-picker-indicator {
  cursor: pointer;
}

/* Mobile optimizations for reservation form */

@media (max-width: 640px) {
  .reservation-form-container .grid > div {
    margin-bottom: 0.5rem;
  }

  .room-selection-area {
    gap: 1rem;
  }

  .available-rooms-list,
    .selected-rooms-list {
    max-height: 200px;
  }

  /* Ensure date inputs are properly sized on mobile */

  .date-picker {
    font-size: 16px;
    /* Prevents zoom on iOS */
  }

  /* Better touch targets for mobile */

  .room-checkbox {
    height: 1.25rem;
    width: 1.25rem;
    /* Slightly smaller on mobile */
  }

  .room-item,
    .selected-room-item {
    padding: 0.5rem;
    /* Less padding on mobile */
  }

  /* Stack form sections better on mobile */

  .form-section {
    padding: 0.75rem;
    /* Less padding on mobile */
  }

  /* Improve button sizing on mobile */

  #find-rooms-btn,
    #submit-reservation-btn {
    width: 100%;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    /* Full width, larger touch target */
  }
}

/* Tablet optimizations */

@media (min-width: 641px) and (max-width: 1024px) {
  .room-selection-area {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  @media (max-width: 480px) {
    .grid.room-selection-area.md\\:grid-cols-4 {
      grid-template-columns: 1fr;
      gap: 0.5rem;
    }
  }

  .room-selection-area {
    /* Single column on tablet */
  }

  .available-rooms-list {
    max-height: 300px;
  }

  .selected-rooms-list {
    max-height: 200px;
  }
}

/* Cash Denomination Styles */

.denomination-inputs {
  max-height: 400px;
  overflow-y: auto;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 1rem;
  background-color: #f9fafb;
}

.denomination-row {
  transition: all 0.2s ease-in-out;
}

.denomination-row:hover {
  background-color: #f3f4f6;
  border-radius: 0.375rem;
}

.denomination-qty:focus {
  border-color: #059669;
  box-shadow: 0 0 0 3px rgba(5, 150, 105, 0.1);
  outline: none;
}

.denomination-amount {
  font-weight: 600;
  color: #059669;
}

/* Auto-calculation feedback */

.calculation-feedback {
  transition: all 0.3s ease-in-out;
}

.cash-shortage {
  background-color: #fef2f2;
  border-color: #fecaca;
  color: #dc2626;
}

.cash-overage {
  background-color: #f0fdf4;
  border-color: #bbf7d0;
  color: #16a34a;
}

/* Smooth transitions for calculated fields */

input[readonly] {
  transition: all 0.3s ease-in-out;
}

/* Mobile responsive denominations */

@media (max-width: 768px) {
  .denomination-inputs {
    max-height: 300px;
    padding: 0.75rem;
  }

  .denomination-row {
    padding: 0.5rem 0;
  }
}

/* REMOVED: Discount modal styles - they belong in restaurant.css */

/* frontend/public/assets/css/components/buttons.css */

/* Reset common inline button styles that might conflict */

button[class*="py-2"], 
button[class*="py-3"], 
button[class*="px-4"], 
button[class*="px-6"] {
  padding: 0.5rem 0.75rem !important;
}

/* Touch-friendly buttons for mobile - ADJUSTED */

@media (max-width: 768px) {
  .btn-primary,
    .btn-success,
    .btn-cancel,
    .form-btn,
    .action-btn,
    .submit-btn,
    .cancel-btn,
    .danger-btn {
    padding: 0.5rem 0.75rem !important;
    min-height: 36px;
    font-size: 0.875rem;
  }
}

/* TEMPORARY FIX - Global button size reset */

button:not(.btn-sm):not(.btn-lg) {
  padding: 0.5rem 0.75rem !important;
  font-size: 0.875rem !important;
  height: auto !important;
  min-height: auto !important;
}

/* Specifically target common problematic patterns */

button[class*="py-2"]:not(.btn-lg),
button[class*="py-3"]:not(.btn-lg) {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

button[class*="px-4"]:not(.btn-lg),
button[class*="px-6"]:not(.btn-lg) {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

/* frontend/public/assets/css/components/tables.css */

/* Mobile-first responsive tables */

@media (max-width: 768px) {
  .table-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  table {
    min-width: 640px;
  }
}

/* Improved table readability on mobile (from dashboard styles) */

@media (max-width: 640px) {
  .responsive-table {
    font-size: 0.75rem;
  }

  .responsive-table th,
    .responsive-table td {
    padding: 0.5rem 0.25rem;
  }
}

/* frontend/public/assets/css/components/notifications.css */

/* Enhanced Modal Styles */

.modal-container {
  display: flex;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: flex-start;
  justify-content: center;
  z-index: 50;
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow-y: auto;
}

.modal-container.hidden {
  display: none;
  opacity: 0;
  pointer-events: none;
}

.modal-content {
  background-color: white;
  padding: 2rem;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  width: 90vw;
  max-width: 52rem;
  margin: 1rem auto;
  max-height: 90vh;
  overflow-y: auto;
  transition: all 0.3s ease;
}

/* Modal Size Variants */

.modal-content.size-wide {
  max-width: 64rem;
}

.modal-content.size-ultra {
  max-width: 90rem;
}

.modal-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #1f2937;
}

.modal-label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #4b5563;
}

.modal-input {
  padding: 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  width: 100%;
  background-color: #f9fafb;
  transition: border-color 0.2s;
}

.modal-input:focus {
  outline: none;
  border-color: #059669;
  box-shadow: 0 0 0 3px rgba(5, 150, 105, 0.1);
}

.modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e5e7eb;
}

/* Responsive adjustments */

@media (min-width: 1024px) {
  .modal-content {
    padding: 2.5rem;
  }

  .modal-title {
    font-size: 1.75rem;
    margin-bottom: 2rem;
  }
}

/* frontend/public/assets/css/components/tabs.css */

/* ===== Modern Responsive Tabs - Scrollable Horizontal ===== */

/* Tab container base styles */

.tab-container {
  position: relative;
}

/* Tab navigation - Horizontal scrollable */

.tab-nav {
  display: flex;
  overflow-x: auto;
  gap: 8px;
  padding: 8px 4px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  scroll-padding: 0 16px;
}

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

/* Tab button base styles */

.tab-btn {
  white-space: nowrap;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.2s ease;
  text-align: center;
  flex-shrink: 0;
  min-width: -moz-fit-content;
  min-width: fit-content;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  /* Prevent text scaling */
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
}

/* Tab button states */

.tab-btn:not(.active) {
  color: #6b7280;
  background-color: #f8f9fa;
  border: 1px solid #e5e7eb;
}

.tab-btn:not(.active):hover {
  background-color: #e5e7eb;
  color: #047857;
}

.tab-btn.active {
  color: white;
  background-color: #047857;
  border: 1px solid #047857;
  box-shadow: 0 2px 4px rgba(4, 120, 87, 0.3);
}

/* ===== DESKTOP: Show full names ===== */

@media (min-width: 1024px) {
  .tab-btn {
    padding: 8px 20px;
    font-size: 13px;
    min-height: 28px;
  }

  /* Show full names on desktop, hide mobile text */

  .tab-btn .mobile-text {
    display: none;
  }

  .tab-btn .desktop-text {
    display: inline;
  }
}

/* ===== TABLET & MOBILE: Compact design ===== */

@media (max-width: 1023px) {
  .tab-btn {
    padding: 6px 16px;
    font-size: 12px;
    min-height: 24px;
  }

  .tab-nav {
    gap: 6px;
    padding: 6px 4px;
  }

  /* Show mobile text, hide desktop text */

  .tab-btn .desktop-text {
    display: none;
  }

  .tab-btn .mobile-text {
    display: inline;
  }
}

/* ===== MOBILE: Extra compact ===== */

@media (max-width: 768px) {
  .tab-btn {
    padding: 5px 12px;
    font-size: 11px;
    min-height: 21.6px;
  }

  .tab-nav {
    gap: 4px;
    padding: 4px 2px;
  }
}

/* ===== SMALL MOBILE: Minimal design ===== */

@media (max-width: 480px) {
  .tab-btn {
    padding: 4px 10px;
    font-size: 10px;
    min-height: 19.2px;
    border-radius: 6px;
  }

  .tab-nav {
    gap: 3px;
    padding: 3px 1px;
  }
}

/* ===== EXTRA SMALL MOBILE: Ultra compact ===== */

@media (max-width: 360px) {
  .tab-btn {
    padding: 3px 8px;
    font-size: 9px;
    min-height: 18px;
    border-radius: 5px;
  }

  .tab-nav {
    gap: 2px;
  }
}

/* Tab content area */

.tab-content {
  padding: 16px 0;
}

@media (max-width: 768px) {
  .tab-content {
    padding: 12px 0;
  }
}

/* Active state fix - make sure JavaScript properly sets active class */

.tab-btn.active {
  color: white !important;
  background-color: #047857 !important;
  border-color: #047857 !important;
}

/* Scroll indicators for better UX */

.tab-nav-container {
  position: relative;
}

.tab-nav-container::before,
.tab-nav-container::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  pointer-events: none;
  z-index: 2;
}

.tab-nav-container::before {
  left: 0;
  background: linear-gradient(to right, white, transparent);
}

.tab-nav-container::after {
  right: 0;
  background: linear-gradient(to left, white, transparent);
}

/* Hide scroll indicators when not needed */

.tab-nav.at-start::before,
.tab-nav.at-end::after {
  opacity: 0;
}

/* Additional classes for JavaScript compatibility */

.tab-panel {
  display: block;
}

.tab-panel.hidden {
  display: none;
}

/* Ensure proper spacing for the tab content */

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

/* 5. Import page-specific styles */

/* frontend/public/assets/css/pages/dashboard.css - UPDATED PROFESSIONAL VERSION */

/* Professional Color Palette */

:root {
  --brand-green: #059669;
  --brand-green-light: #10b981;
  --brand-green-dark: #047857;
  --neutral-50: #f9fafb;
  --neutral-100: #f3f4f6;
  --neutral-200: #e5e7eb;
  --neutral-300: #d1d5db;
  --neutral-400: #9ca3af;
  --neutral-500: #6b7280;
  --neutral-600: #4b5563;
  --neutral-700: #374151;
  --neutral-800: #1f2937;
  --neutral-900: #111827;
}

/* Enhanced Professional Stat Cards */

.stat-card {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  padding: 1.25rem;
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  min-height: 100px;
}

.stat-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border-color: #d1d5db;
}

.stat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brand-green), var(--brand-green-light));
}

.stat-value {
  font-size: 1.875rem;
  font-weight: 800;
  color: var(--neutral-900);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.stat-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--neutral-600);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.stat-subtext, .stat-currency {
  font-size: 0.75rem;
  color: var(--neutral-500);
  margin-top: 0.25rem;
  font-weight: 500;
}

/* Professional Performance Indicators */

.performance-card {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
}

.performance-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brand-green), var(--brand-green-light));
}

/* Enhanced Business Date Display */

.business-date-card {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  padding: 1.25rem;
  position: relative;
  overflow: hidden;
}

.business-date-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brand-green), var(--brand-green-light));
}

/* Current Time Card */

.current-time-card {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  padding: 1.25rem;
  position: relative;
  overflow: hidden;
}

.current-time-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #6b7280, #9ca3af);
}

/* Text Styles */

.time-header {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--neutral-600);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}

.current-time-display {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--neutral-900);
  line-height: 1.2;
  font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Roboto Mono', 'Consolas', 'Courier New', monospace;
}

.business-date-display {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--neutral-900);
  line-height: 1.2;
}

.business-duration-display {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--neutral-900);
  font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Roboto Mono', 'Consolas', 'Courier New', monospace;
}

/* Status indicator dots */

.status-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 6px;
}

.status-dot.live {
  background-color: var(--brand-green);
}

.status-dot.business {
  background-color: var(--brand-green);
}

/* Container Layout */

.time-display-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 1024px) {
  .time-display-container {
    flex-direction: row;
    gap: 1.5rem;
  }
}

/* Mobile Responsive */

@media (max-width: 768px) {
  .stat-card {
    padding: 1rem;
    min-height: 90px;
  }

  .stat-value {
    font-size: 1.5rem;
  }

  .time-display-container {
    gap: 0.75rem;
  }
}

/* Animation for live updates */

@keyframes gentle-pulse {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0.8;
  }
}

.live-update {
  animation: gentle-pulse 2s ease-in-out infinite;
}

/* Enhanced hover effects */

.stat-card:hover .stat-value {
  color: var(--brand-green);
}

/* Professional grid layout */

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

/* Print styles */

@media print {
  .stat-card {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    box-shadow: none;
    border: 1px solid #d1d5db;
  }
}

/* Enhanced Dark Theme Background */

#main-content.dashboard-view.dark-theme {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%);
  min-height: 100vh;
  color: var(--dark-text-primary);
  position: relative;
}

/* Subtle pattern overlay for depth */

#main-content.dashboard-view.dark-theme::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(255, 119, 198, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 40% 40%, rgba(120, 219, 255, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

/* Enhanced glass cards with better contrast */

.dark-glass-card {
  background: rgba(30, 41, 59, 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.25rem;
  box-shadow: 
    0 16px 48px -16px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 0 rgba(255, 255, 255, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.05);
  position: relative;
  z-index: 1;
}

.dark-glass-card:hover {
  background: rgba(30, 41, 59, 0.85);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 
    0 24px 60px -12px rgba(0, 0, 0, 0.6),
    inset 0 1px 0 0 rgba(255, 255, 255, 0.15);
}

/* ===== DASHBOARD CARDS - ALWAYS WHITE BACKGROUND ===== */

/* Override any theme-based background for dashboard cards */

.stat-card,
.performance-card,
.business-date-card,
.current-time-card,
.dashboard-stat-card {
  background: #ffffff !important;
  /* Force white background */
  border: 1px solid #e2e8f0 !important;
  /* Consistent border */
}

/* Text colors that adapt to theme through CSS variables */

.stat-card,
.performance-card,
.business-date-card,
.current-time-card {
  color: var(--dashboard-text-primary, #111827) !important;
}

/* Specific text elements */

.stat-value {
  color: var(--dashboard-text-value, #111827) !important;
}

.stat-label {
  color: var(--dashboard-text-label, #4b5563) !important;
}

.stat-subtext,
.stat-currency {
  color: var(--dashboard-text-subtext, #6b7280) !important;
}

/* Time cards specific styling */

.time-header {
  color: var(--dashboard-text-label, #6b7280) !important;
}

.current-time-display,
.business-date-display,
.business-duration-display {
  color: var(--dashboard-text-value, #111827) !important;
}

/* Card borders remain consistent */

.stat-card::before,
.performance-card::before,
.business-date-card::before,
.current-time-card::before {
  background: linear-gradient(90deg, #059669, #10b981) !important;
  opacity: 0.8;
}

/* Hover effects remain consistent */

.stat-card:hover,
.performance-card:hover,
.business-date-card:hover,
.current-time-card:hover {
  border-color: #059669 !important;
  box-shadow: 0 10px 15px -3px rgba(5, 150, 105, 0.1) !important;
}

/* Ensure card contents are visible on white */

.stat-card h4,
.performance-card h4,
.business-date-card h4,
.current-time-card h4 {
  color: var(--dashboard-text-label, #4b5563) !important;
}

/* Icons in cards */

.stat-card svg,
.performance-card svg {
  color: var(--dashboard-text-subtext, #9ca3af) !important;
}

/* frontend/public/assets/css/pages/availability.css */

/* Availability grid styles */

.availability-grid-container {
  -webkit-overflow-scrolling: touch;
}

.availability-table {
  font-size: 0.5rem;
  border-collapse: collapse;
}

.availability-table th,
.availability-table td {
  padding: 0.25rem;
  border: 1px solid #e5e7eb;
  text-align: center;
}

.availability-table th {
  background-color: #f0fdf4;
  font-weight: 600;
  position: sticky;
  top: 0;
  z-index: 10;
}

/* Room number column (first column) */

.availability-table th:first-child {
  left: 0;
  z-index: 30;
}

.availability-table td:first-child {
  position: sticky;
  left: 0;
  background-color: white;
  z-index: 15;
  font-weight: 700;
}

/* Room type column (second column) */

.availability-table th:nth-child(2) {
  left: 45px;
  /* Match the first column width */
  z-index: 25;
  background-color: #f0fdf4;
  box-shadow: 1px 0 0 #e5e7eb;
  min-width: 50px;
  /* Added fixed width */
}

.availability-table td:nth-child(2) {
  position: sticky;
  left: 45px;
  /* Match the first column width */
  background-color: #f8fafc;
  /* Slightly different background */
  z-index: 10;
  font-weight: 500;
  text-align: center;
  /* Changed from left to center for better alignment */
  padding: 0.25rem;
  /* Use equal padding on all sides */
  box-shadow: 1px 0 0 #e5e7eb;
  min-width: 50px;
  /* Added fixed width */
  /* REMOVED TRUNCATION PROPERTIES: */
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  /* white-space: nowrap; */
  /* max-width: 55px; */
}

@media (min-width: 768px) {
  .availability-table {
    font-size: 0.75rem;
  }

  .availability-table th,
    .availability-table td {
    padding: 0.375rem;
    min-width: 30px;
  }

  /* Adjust for desktop first column width */

  .availability-table th:nth-child(2),
    .availability-table td:nth-child(2) {
    left: 60px;
    min-width: 60px;
    /* Slightly wider on desktop */
  }
}

/* Status color classes for availability grid */

.status-booked {
  background-color: #ef4444 !important;
  color: white !important;
}

.status-confirmed {
  background-color: #059669 !important;
  color: white !important;
}

.status-checked-in {
  background-color: #0d9421 !important;
  color: white !important;
}

.status-checked-out {
  background-color: #063dd4 !important;
  color: white !important;
}

.status-postponed {
  background-color: #eab308 !important;
  color: black !important;
}

.status-available {
  background-color: #dcfce7 !important;
}

/* Mobile optimizations */

@media (max-width: 767px) {
  .availability-table {
    font-size: 0.6rem;
  }

  .availability-table th,
    .availability-table td {
    padding: 0.125rem;
    min-width: 25px;
  }

  .availability-table th:first-child,
    .availability-table td:first-child {
    min-width: 40px;
  }

  .availability-table th:nth-child(2),
    .availability-table td:nth-child(2) {
    left: 40px;
    /* Match mobile first column width */
    min-width: 45px;
    /* Reduced from 55px */
    font-size: 0.6rem;
    padding: 0.125rem;
    /* Equal padding on all sides */
    /* REMOVED TRUNCATION PROPERTIES: */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    /* max-width: 55px; */
  }
}

/* Hover effects for better interactivity */

.availability-table tr:hover td:first-child {
  background-color: #f3f4f6;
}

.availability-table tr:hover td:nth-child(2) {
  background-color: #f1f5f9;
}

/* Add to availability.css */

.status-blocked {
  background-color: #000000 !important;
  color: white !important;
}

/* Loading spinner for grid refresh */

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

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

/* frontend/public/assets/css/pages/reports.css */

/* Revenue Statement Table Styles */

.revenue-table {
  min-width: 100%;
  border: 1px solid #e5e7eb;
  font-size: 0.875rem;
}

.revenue-table th {
  padding: 0.5rem 0.75rem;
  text-align: left;
  font-weight: 600;
  background-color: #f0fdf4;
  border-bottom: 1px solid #e5e7eb;
}

/* Fix for Advance Bookings Report header */

.landscape-report-container table th {
  background-color: #4b5563 !important;
  color: white !important;
}

.landscape-report-container table thead tr {
  background-color: #4b5563 !important;
  color: white !important;
}

.revenue-table td {
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid #e5e7eb;
}

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

.revenue-table tfoot tr {
  background-color: #f0fdf4;
  font-weight: 600;
}

.revenue-table tfoot td {
  border-top: 1px solid #d1d5db;
  padding: 0.5rem 0;
}

/* Performance Metrics Table */

.metrics-table {
  min-width: 100%;
  border: 1px solid #e5e7eb;
  font-size: 0.75rem;
  margin-top: 1.5rem;
}

.metrics-table th {
  padding: 0.375rem 0.75rem;
  text-align: left;
  font-weight: 600;
  background-color: #f0fdf4;
  border-bottom: 1px solid #e5e7eb;
}

.metrics-table td {
  padding: 0.375rem 0.75rem;
  border-bottom: 1px solid #e5e7eb;
}

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

/* Grand Totals Section */

.grand-totals {
  margin-top: 1.5rem;
  padding: 1rem;
  background-color: #f0fdf4;
  border-radius: 0.5rem;
  border: 1px solid #e5e7eb;
}

.grand-totals h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  text-align: center;
  color: #1f2937;
}

.totals-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .totals-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

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

.totals-label {
  font-size: 0.75rem;
  color: #6b7280;
  margin-bottom: 0.25rem;
}

.totals-value {
  font-size: 1.125rem;
  font-weight: 700;
}

.grand-total {
  color: #059669;
}

/* Print-specific styles for revenue statement */

@media print {
  .revenue-table {
    font-size: 0.75rem;
  }

  .revenue-table th,
    .revenue-table td {
    padding: 0.25rem 0.5rem;
  }

  .metrics-table {
    font-size: 0.75rem;
  }

  .metrics-table th,
    .metrics-table td {
    padding: 0.25rem 0.5rem;
  }

  .grand-totals {
    padding: 0.75rem;
  }

  .totals-value {
    font-size: 1rem;
  }
}

/* Add to reports.css */

.landscape-report-container table.text-xs th,
.landscape-report-container table.text-xs td {
  font-size: 0.75rem;
  line-height: 1.2;
}

.landscape-report-container table.text-xs th {
  padding: 0.25rem 0.5rem;
}

.landscape-report-container table.text-xs td {
  padding: 0.25rem 0.5rem;
}

/* Ensure proper text wrapping for cancellation reason */

.landscape-report-container table.text-xs td.align-top {
  vertical-align: top;
  word-wrap: break-word;
  max-width: 200px;
}

/* frontend/public/assets/css/pages/reports.css */

/* Collection Report Specific Styles */

.collection-report-table {
  min-width: 100%;
  border: 1px solid #e5e7eb;
  font-size: 0.75rem;
  table-layout: fixed;
}

.collection-report-table th {
  padding: 0.375rem 0.5rem;
  text-align: center;
  font-weight: 600;
  background-color: #374151 !important;
  color: white !important;
  border: 1px solid #4b5563;
}

.collection-report-table td {
  padding: 0.375rem 0.5rem;
  border: 1px solid #e5e7eb;
  vertical-align: middle;
}

.collection-report-table .text-left {
  text-align: left;
}

.collection-report-table .text-center {
  text-align: center;
}

.collection-report-table .text-right {
  text-align: right;
}

.collection-report-table tfoot tr {
  background-color: #f3f4f6;
  font-weight: 600;
}

.collection-report-table tfoot td {
  border-top: 2px solid #d1d5db;
  padding: 0.5rem;
}

/* Consistent column widths for collection report */

.col-sl {
  width: 40px;
}

.col-datetime {
  width: 120px;
}

.col-room {
  width: 70px;
}

.col-folio {
  width: 70px;
}

.col-booking {
  width: 80px;
}

.col-payment-method {
  width: 80px;
}

.col-refund {
  width: 80px;
}

.col-user {
  width: 100px;
}

.col-name {
  min-width: 150px;
}

.col-description {
  min-width: 200px;
}

/* Hover effects for better readability */

.collection-report-table tbody tr:hover {
  background-color: #f9fafb;
}

/* Print styles for collection report */

@media print {
  .collection-report-table {
    font-size: 0.7rem;
  }

  .collection-report-table th,
    .collection-report-table td {
    padding: 0.25rem 0.375rem;
  }

  .collection-report-table th {
    background-color: #374151 !important;
    color: white !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}

/* Summary table styles */

.summary-table {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.summary-table td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #e5e7eb;
}

.summary-table tr:last-child td {
  border-bottom: none;
}

.summary-table .font-mono {
  font-family: 'Courier New', monospace;
  letter-spacing: -0.025em;
}

/* Responsive design */

@media (max-width: 768px) {
  .collection-report-table {
    font-size: 0.7rem;
  }

  .collection-report-table th,
    .collection-report-table td {
    padding: 0.25rem 0.375rem;
  }

  .summary-table {
    font-size: 0.875rem;
  }
}

/* frontend/public/assets/css/pages/restaurant.css */

/* Restaurant Table Styles */

.restaurant-tables-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding: 1rem;
}

@media (max-width: 640px) {
  .reservation-form-container .restaurant-tables-grid > div {
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 480px) {
  .restaurant-tables-grid.grid-cols-1.md\\:grid-cols-4 {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}

@media (min-width: 768px) {
  .restaurant-tables-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .restaurant-tables-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .restaurant-tables-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.table-card {
  cursor: pointer;
  border-radius: 1rem;
  border-width: 2px;
  padding: 1rem;
  --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);
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.table-card::before {
  content: '';
  position: absolute;
  inset: 0px;
  opacity: 0.1;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  background: radial-gradient(circle at center, currentColor 0%, transparent 70%);
}

.table-card:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --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);
  z-index: 10;
}

.table-card:hover::before {
  opacity: 0.2;
}

/* Table Status Colors */

.table-status-available {
  --tw-border-opacity: 1;
  border-color: rgb(134 239 196 / var(--tw-border-opacity, 1));
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: #f0fdf8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #dcfcef var(--tw-gradient-to-position);
  --tw-text-opacity: 1;
  color: rgb(15 93 70 / var(--tw-text-opacity, 1));
}

.table-status-occupied {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: #fef2f2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #fee2e2 var(--tw-gradient-to-position);
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
  animation: pulse-gentle 2s infinite;
}

@keyframes pulse-gentle {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0.95;
  }
}

/* Table Content */

.table-number {
  margin-bottom: 0.25rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.collection-report-table .table-number {
  text-align: center;
}

@media (max-width: 768px) {
  .table-card .table-number {
    font-size: 0.9rem;
  }
}

.table-capacity {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  opacity: 0.8;
}

@media (max-width: 768px) {
  .menu-item .table-capacity {
    font-size: 0.75rem;
  }
}

.table-status-badge {
  border-radius: 9999px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-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);
}

.landscape-report-container table.table-status-badge th,
.landscape-report-container table.table-status-badge td {
  font-size: 0.75rem;
  line-height: 1.2;
}

.landscape-report-container table.table-status-badge th {
  padding: 0.25rem 0.5rem;
}

.landscape-report-container table.table-status-badge td {
  padding: 0.25rem 0.5rem;
}

.landscape-report-container table.table-status-badge td.align-top {
  vertical-align: top;
  word-wrap: break-word;
  max-width: 200px;
}

@media (max-width: 768px) {
  .menu-item .table-status-badge {
    font-size: 0.65rem;
  }
}

@media (max-width: 480px) {
  .menu-item .table-status-badge {
    font-size: 0.8rem;
  }
}

.table-status-available .table-status-badge {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.table-status-occupied .table-status-badge {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

/* Table Icons */

.table-icon {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  opacity: 0.8;
}

/* Occupied Table Additional Info */

.occupied-info {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  opacity: 0.9;
}

.landscape-report-container table.occupied-info th,
.landscape-report-container table.occupied-info td {
  font-size: 0.75rem;
  line-height: 1.2;
}

.landscape-report-container table.occupied-info th {
  padding: 0.25rem 0.5rem;
}

.landscape-report-container table.occupied-info td {
  padding: 0.25rem 0.5rem;
}

.landscape-report-container table.occupied-info td.align-top {
  vertical-align: top;
  word-wrap: break-word;
  max-width: 200px;
}

.collection-report-table .occupied-info {
  text-align: center;
}

@media (max-width: 768px) {
  .menu-item .occupied-info {
    font-size: 0.65rem;
  }
}

.occupied-time {
  font-weight: 600;
}

@media (max-width: 768px) {
  .menu-item .occupied-time {
    font-size: 0.85rem;
  }
}

@media (max-width: 480px) {
  .menu-item .occupied-time {
    font-size: 0.8rem;
  }
}

.occupied-guests {
  font-size: 0.75rem;
  line-height: 1rem;
  opacity: 0.8;
}

.landscape-report-container table.occupied-guests th,
.landscape-report-container table.occupied-guests td {
  font-size: 0.75rem;
  line-height: 1.2;
}

.landscape-report-container table.occupied-guests th {
  padding: 0.25rem 0.5rem;
}

.landscape-report-container table.occupied-guests td {
  padding: 0.25rem 0.5rem;
}

.landscape-report-container table.occupied-guests td.align-top {
  vertical-align: top;
  word-wrap: break-word;
  max-width: 200px;
}

@media (max-width: 768px) {
  .menu-item .occupied-guests {
    font-size: 0.65rem;
  }
}

/* Table Selection Effects */

.table-card.selected {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 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(4px + 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);
  --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1));
  --tw-ring-opacity: 0.5;
  animation: selected-pulse 1.5s ease-in-out;
}

@keyframes selected-pulse {
  0%, 100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.02);
  }
}

/* Quick Actions */

#availability-grid td.restaurant-header {
  min-width: 45px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .table-card #availability-grid td.restaurant-header {
    font-size: 0.9rem;
  }
}

.restaurant-header {
  position: sticky;
  top: 0px;
  z-index: 10;
  border-bottom-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  --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);
}

.restaurant-filters {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

@media (min-width: 1024px) {
  header .restaurant-filters.items-center {
    justify-content: flex-start;
    flex: 1;
  }

  header .restaurant-filters.items-center h1 {
    text-align: left;
    font-size: 1.5rem;
  }

  header .restaurant-filters.items-center.space-x-4 {
    justify-content: flex-end;
    flex: 1;
  }
}

@media (max-width: 1023px) {
  header .restaurant-filters.items-center:first-child {
    grid-column: 2;
    justify-self: center;
    position: static;
    transform: none;
    margin: 0;
    width: 100%;
    max-width: none;
  }

  header .restaurant-filters.items-center:first-child h1 {
    text-align: center;
    width: 100%;
    font-size: 1.125rem;
  }

  header .restaurant-filters.items-center.space-x-4 {
    grid-column: 3;
    justify-self: end;
    position: static;
    margin: 0;
    transform: none;
  }

  header > .restaurant-filters.items-center:first-child {
    grid-column: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 0;
    width: auto;
  }

  header > .restaurant-filters.items-center:first-child h1 {
    display: none;
  }
}

.filter-btn {
  border-radius: 9999px;
  border-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --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);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

@media (max-width: 768px) {
  .menu-item .filter-btn {
    font-size: 0.75rem;
  }
}

.filter-btn.active {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --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);
}

.filter-btn:not(.active) {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.filter-btn:not(.active):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.filter-btn.active[data-filter="all"] {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.filter-btn.active[data-filter="available"] {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.filter-btn.active[data-filter="occupied"] {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* Customer Count Statistics */

.customer-stats {
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}

.customer-count {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.collection-report-table .customer-count {
  text-align: center;
}

@media (max-width: 768px) {
  .table-card .customer-count {
    font-size: 0.9rem;
  }
}

.customer-label {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.collection-report-table .customer-label {
  text-align: center;
}

@media (max-width: 768px) {
  .menu-item .customer-label {
    font-size: 0.75rem;
  }
}

/* Empty State */

.empty-tables-state {
  grid-column: 1 / -1;
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
}

.collection-report-table .empty-tables-state {
  text-align: center;
}

.empty-tables-icon {
  margin-bottom: 1rem;
  font-size: 3.75rem;
  line-height: 1;
  opacity: 0.4;
}

/* Loading State */

.tables-loading {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding: 1rem;
}

@media (max-width: 640px) {
  .reservation-form-container .tables-loading > div {
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 480px) {
  .tables-loading.grid-cols-1.md\\:grid-cols-4 {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}

@media (min-width: 768px) {
  .tables-loading {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .tables-loading {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .tables-loading {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

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

.table-skeleton {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  min-height: 120px;
}

/* Real-time update animation */

.table-updating {
  animation: table-update 0.6s ease-in-out;
}

@keyframes table-update {
  0%, 100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}

/* Responsive Design */

@media (max-width: 768px) {
  /* Reduce font sizes for mobile */

  #order-modal {
    font-size: 13px !important;
  }

  #modal-title {
    font-size: 1rem !important;
  }

  .menu-item .font-semibold {
    font-size: 0.85rem !important;
  }

  .menu-item .text-sm {
    font-size: 0.75rem !important;
  }

  .menu-item .text-xs {
    font-size: 0.65rem !important;
  }

  #order-items-panel {
    font-size: 0.8rem !important;
  }

  .order-summary-container {
    font-size: 0.8rem !important;
  }

  /* Tables font reduction */

  .table-card {
    font-size: 0.8rem !important;
  }

  .table-card .font-bold {
    font-size: 0.9rem !important;
  }

  /* Mobile table grid adjustments */

  .restaurant-tables-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    padding: 0.75rem;
  }

  .table-card {
    padding: 0.75rem;
    min-height: 100px;
  }

  .table-number {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .restaurant-filters {
    gap: 0.25rem;
  }

  .filter-btn {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .landscape-report-container table.filter-btn th,
.landscape-report-container table.filter-btn td {
    font-size: 0.75rem;
    line-height: 1.2;
  }

  .landscape-report-container table.filter-btn th {
    padding: 0.25rem 0.5rem;
  }

  .landscape-report-container table.filter-btn td {
    padding: 0.25rem 0.5rem;
  }

  .landscape-report-container table.filter-btn td.align-top {
    vertical-align: top;
    word-wrap: break-word;
    max-width: 200px;
  }

  @media (max-width: 768px) {
    .menu-item .filter-btn {
      font-size: 0.65rem;
    }
  }

  .customer-stats {
    padding: 0.75rem;
  }

  .customer-count {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

/* Extra small devices - even smaller fonts */

@media (max-width: 480px) {
  #order-modal {
    font-size: 12px !important;
  }

  .menu-item .font-semibold {
    font-size: 0.8rem !important;
  }

  .table-card {
    font-size: 0.75rem !important;
  }

  .restaurant-tables-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
    padding: 0.5rem;
  }
}

/* Print Styles */

@media print {
  #order-modal,
    #discount-modal,
    #settle-modal,
    .print\\:hidden {
    display: none !important;
  }

  .restaurant-header,
    .restaurant-filters,
    .customer-stats {
    display: none;
  }

  .modal-container.restaurant-header,.modal-container
    .restaurant-filters,.modal-container
    .customer-stats {
    display: none;
    opacity: 0;
    pointer-events: none;
  }

  .tab-panel.restaurant-header,.tab-panel
    .restaurant-filters,.tab-panel
    .customer-stats {
    display: none;
  }

  .table-card {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

.bill-content {
  overflow-x: hidden !important;
  max-width: 100%;
}

.bill-content > div {
  max-width: 100%;
}

/* Enhanced Mobile Dashboard Styles */

.dashboard-card {
  display: flex;
  min-height: 80px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  padding: 0.75rem;
  --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);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

@media (min-width: 1024px) {
  header .dashboard-card.items-center {
    justify-content: flex-start;
    flex: 1;
  }

  header .flex.dashboard-card {
    justify-content: flex-start;
    flex: 1;
  }

  header .dashboard-card.items-center h1 {
    text-align: left;
    font-size: 1.5rem;
  }

  header .flex.dashboard-card h1 {
    text-align: left;
    font-size: 1.5rem;
  }

  header .dashboard-card.items-center.space-x-4 {
    justify-content: flex-end;
    flex: 1;
  }

  header .flex.dashboard-card.space-x-4 {
    justify-content: flex-end;
    flex: 1;
  }
}

@media (max-width: 1023px) {
  header .dashboard-card.items-center:first-child {
    grid-column: 2;
    justify-self: center;
    position: static;
    transform: none;
    margin: 0;
    width: 100%;
    max-width: none;
  }

  header .flex.dashboard-card:first-child {
    grid-column: 2;
    justify-self: center;
    position: static;
    transform: none;
    margin: 0;
    width: 100%;
    max-width: none;
  }

  header .dashboard-card.items-center:first-child h1 {
    text-align: center;
    width: 100%;
    font-size: 1.125rem;
  }

  header .flex.dashboard-card:first-child h1 {
    text-align: center;
    width: 100%;
    font-size: 1.125rem;
  }

  header .dashboard-card.items-center.space-x-4 {
    grid-column: 3;
    justify-self: end;
    position: static;
    margin: 0;
    transform: none;
  }

  header .flex.dashboard-card.space-x-4 {
    grid-column: 3;
    justify-self: end;
    position: static;
    margin: 0;
    transform: none;
  }

  header > .dashboard-card.items-center:first-child {
    grid-column: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 0;
    width: auto;
  }

  header > .flex.dashboard-card:first-child {
    grid-column: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 0;
    width: auto;
  }

  header > .dashboard-card.items-center:first-child h1 {
    display: none;
  }

  header > .flex.dashboard-card:first-child h1 {
    display: none;
  }
}

.dashboard-card:active {
  --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));
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

/* Compact header styles */

.compact-header {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* Better spacing for mobile */

@media (max-width: 768px) {
  .dashboard-card {
    min-height: 70px;
    padding: 12px 8px;
  }

  .dashboard-card div:nth-child(1) {
    margin-bottom: 0.25rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .dashboard-card div:nth-child(2) {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
  }

  .landscape-report-container table.dashboard-card div:nth-child(2) th,
.landscape-report-container table.dashboard-card div:nth-child(2) td {
    font-size: 0.75rem;
    line-height: 1.2;
  }

  .landscape-report-container table.dashboard-card div:nth-child(2) th {
    padding: 0.25rem 0.5rem;
  }

  .landscape-report-container table.dashboard-card div:nth-child(2) td {
    padding: 0.25rem 0.5rem;
  }

  .landscape-report-container table.dashboard-card div:nth-child(2) td.align-top {
    vertical-align: top;
    word-wrap: break-word;
    max-width: 200px;
  }

  @media (max-width: 768px) {
    .menu-item .dashboard-card div:nth-child(2) {
      font-size: 0.65rem;
    }
  }

  @media (max-width: 480px) {
    .menu-item .dashboard-card div:nth-child(2) {
      font-size: 0.8rem;
    }
  }

  /* Ensure text doesn't overflow in restaurant name */

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

/* Print styles */

@media print {
  .back-btn,
    #refresh-btn {
    display: none !important;
  }
}

/* Enhanced Home Button Styles */

.home-btn {
  touch-action: manipulation;
  border-radius: 9999px;
  padding: 0.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

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

.home-btn:active {
  --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));
}

.home-btn {
  -webkit-tap-highlight-color: transparent;
}

/* Better touch targets for mobile */

@media (max-width: 768px) {
  .home-btn, 
    #refresh-btn {
    padding: 0.75rem;
    /* Larger touch target */
    min-width: 44px;
    min-height: 44px;
  }

  .home-btn svg,
    #refresh-btn svg {
    height: 1.25rem;
    width: 1.25rem;
    /* Slightly larger icons */
  }
}

/* Active state feedback */

.home-btn:active,
#refresh-btn:active {
  transform: scale(0.9);
  transition: transform 0.1s ease;
}

/* Prevent text selection on buttons */

.home-btn,
#refresh-btn {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* frontend/public/assets/css/pages/requisition.css */

/* frontend/public/assets/css/pages/requisition.css */

/* Requisition Modal Scroll Styles */

#requisition-create-modal {
  font-size: 14px;
}

#requisition-create-modal .max-h-\[85vh\] {
  max-height: 85vh;
  height: 85vh;
}

/* Item Selector Container - Make it scrollable */

#item-selector-container {
  flex: 1;
  min-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* Left Panel - Items List */

#item-selector-container .w-1\/2.border-r {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Items Container with Scroll */

#items-container {
  flex: 1;
  overflow-y: auto;
  max-height: none;
  padding: 0.75rem;
}

/* Right Panel - Selected Items */

#item-selector-container .w-1\/2 {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Selected Items Panel with Scroll */

#selected-items-panel {
  flex: 1;
  overflow-y: auto;
  max-height: none;
  min-height: 200px;
}

/* Custom scrollbar styling for requisition modal */

#items-container::-webkit-scrollbar,
#selected-items-panel::-webkit-scrollbar {
  width: 6px;
}

#items-container::-webkit-scrollbar-track,
#selected-items-panel::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

#items-container::-webkit-scrollbar-thumb,
#selected-items-panel::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}

#items-container::-webkit-scrollbar-thumb:hover,
#selected-items-panel::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

/* For Firefox */

#items-container,
#selected-items-panel {
  scrollbar-width: thin;
  scrollbar-color: #c1c1c1 #f1f1f1;
}

/* Mobile Responsive */

@media (max-width: 768px) {
  #requisition-create-modal {
    font-size: 13px !important;
  }

  #requisition-create-modal .max-w-5xl {
    width: 95vw;
    max-width: 95vw;
    margin: 0.5rem;
  }

  #item-selector-container .flex-1 {
    flex-direction: column;
  }

  #item-selector-container .w-1\/2 {
    width: 100%;
    height: 50%;
  }

  #item-selector-container .border-r {
    border-right: none;
    border-bottom: 1px solid #e5e7eb;
  }
}

/* Extra small devices */

@media (max-width: 480px) {
  #requisition-create-modal {
    font-size: 12px !important;
  }

  .grid.grid-cols-1.md\\:grid-cols-4 {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}

/* Room Status Specific Styles */

.room-status-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

@media (max-width: 640px) {
  .reservation-form-container .room-status-grid > div {
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 480px) {
  .room-status-grid.grid-cols-1.md\\:grid-cols-4 {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}

@media (min-width: 768px) {
  .room-status-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .room-status-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .room-status-grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}

.room-card {
  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));
  border-radius: 0.75rem;
  border-width: 1px;
  padding: 0.75rem;
  --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);
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.room-card:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --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);
}

.room-card {
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.room-card-header {
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.collection-report-table .room-card-header {
  text-align: center;
}

@media (min-width: 1024px) {
  header .room-card-header.items-center {
    justify-content: flex-start;
    flex: 1;
  }

  header .flex.room-card-header {
    justify-content: flex-start;
    flex: 1;
  }

  header .room-card-header.items-center h1 {
    text-align: left;
    font-size: 1.5rem;
  }

  header .flex.room-card-header h1 {
    text-align: left;
    font-size: 1.5rem;
  }

  header .room-card-header.items-center.space-x-4 {
    justify-content: flex-end;
    flex: 1;
  }

  header .flex.room-card-header.space-x-4 {
    justify-content: flex-end;
    flex: 1;
  }
}

@media (max-width: 1023px) {
  header .room-card-header.items-center:first-child {
    grid-column: 2;
    justify-self: center;
    position: static;
    transform: none;
    margin: 0;
    width: 100%;
    max-width: none;
  }

  header .flex.room-card-header:first-child {
    grid-column: 2;
    justify-self: center;
    position: static;
    transform: none;
    margin: 0;
    width: 100%;
    max-width: none;
  }

  header .room-card-header.items-center:first-child h1 {
    text-align: center;
    width: 100%;
    font-size: 1.125rem;
  }

  header .flex.room-card-header:first-child h1 {
    text-align: center;
    width: 100%;
    font-size: 1.125rem;
  }

  header .room-card-header.items-center.space-x-4 {
    grid-column: 3;
    justify-self: end;
    position: static;
    margin: 0;
    transform: none;
  }

  header .flex.room-card-header.space-x-4 {
    grid-column: 3;
    justify-self: end;
    position: static;
    margin: 0;
    transform: none;
  }

  header > .room-card-header.items-center:first-child {
    grid-column: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 0;
    width: auto;
  }

  header > .flex.room-card-header:first-child {
    grid-column: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 0;
    width: auto;
  }

  header > .room-card-header.items-center:first-child h1 {
    display: none;
  }

  header > .flex.room-card-header:first-child h1 {
    display: none;
  }
}

.room-number {
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .table-card .room-number {
    font-size: 0.9rem;
  }
}

.room-type {
  font-size: 0.75rem;
  line-height: 1rem;
  opacity: 0.8;
}

.landscape-report-container table.room-type th,
.landscape-report-container table.room-type td {
  font-size: 0.75rem;
  line-height: 1.2;
}

.landscape-report-container table.room-type th {
  padding: 0.25rem 0.5rem;
}

.landscape-report-container table.room-type td {
  padding: 0.25rem 0.5rem;
}

.landscape-report-container table.room-type td.align-top {
  vertical-align: top;
  word-wrap: break-word;
  max-width: 200px;
}

@media (max-width: 768px) {
  .menu-item .room-type {
    font-size: 0.65rem;
  }
}

.status-badge {
  display: inline-block;
  width: 100%;
  border-radius: 9999px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
}

.landscape-report-container table.status-badge th,
.landscape-report-container table.status-badge td {
  font-size: 0.75rem;
  line-height: 1.2;
}

.landscape-report-container table.status-badge th {
  padding: 0.25rem 0.5rem;
}

.landscape-report-container table.status-badge td {
  padding: 0.25rem 0.5rem;
}

.landscape-report-container table.status-badge td.align-top {
  vertical-align: top;
  word-wrap: break-word;
  max-width: 200px;
}

.collection-report-table .status-badge {
  text-align: center;
}

@media (max-width: 768px) {
  .menu-item .status-badge {
    font-size: 0.65rem;
  }
}

@media (max-width: 480px) {
  .menu-item .status-badge {
    font-size: 0.8rem;
  }
}

/* Status-specific colors with better contrast */

.room-status-vacant {
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity, 1));
}

.room-status-vacant .status-badge {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.room-status-occupied {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.room-status-occupied .status-badge {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}

.room-status-dirty {
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity, 1));
}

.room-status-dirty .status-badge {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.room-status-clean {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.room-status-clean .status-badge {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.room-status-inspected {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 224 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 248 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity, 1));
}

.room-status-inspected .status-badge {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.room-status-out_of_order {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}

.room-status-out_of_order .status-badge {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* Status select styles */

.status-select {
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  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;
}

@media (max-width: 768px) {
  .menu-item .status-select {
    font-size: 0.75rem;
  }
}

.status-select {
  background: white;
}

.status-select:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
  --tw-ring-opacity: 0.5;
}

.status-select:disabled {
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  opacity: 0.6;
}

/* Room type section headers */

.room-type-section {
  margin-bottom: 2rem;
}

.room-type-header {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  .menu-item .room-type-header {
    font-size: 0.85rem;
  }
}

@media (max-width: 480px) {
  .menu-item .room-type-header {
    font-size: 0.8rem;
  }
}

@media (min-width: 1024px) {
  header .room-type-header.items-center {
    justify-content: flex-start;
    flex: 1;
  }

  header .flex.room-type-header {
    justify-content: flex-start;
    flex: 1;
  }

  header .room-type-header.items-center h1 {
    text-align: left;
    font-size: 1.5rem;
  }

  header .flex.room-type-header h1 {
    text-align: left;
    font-size: 1.5rem;
  }

  header .room-type-header.items-center.space-x-4 {
    justify-content: flex-end;
    flex: 1;
  }

  header .flex.room-type-header.space-x-4 {
    justify-content: flex-end;
    flex: 1;
  }
}

@media (max-width: 1023px) {
  header .room-type-header.items-center:first-child {
    grid-column: 2;
    justify-self: center;
    position: static;
    transform: none;
    margin: 0;
    width: 100%;
    max-width: none;
  }

  header .flex.room-type-header:first-child {
    grid-column: 2;
    justify-self: center;
    position: static;
    transform: none;
    margin: 0;
    width: 100%;
    max-width: none;
  }

  header .room-type-header.items-center:first-child h1 {
    text-align: center;
    width: 100%;
    font-size: 1.125rem;
  }

  header .flex.room-type-header:first-child h1 {
    text-align: center;
    width: 100%;
    font-size: 1.125rem;
  }

  header .room-type-header.items-center.space-x-4 {
    grid-column: 3;
    justify-self: end;
    position: static;
    margin: 0;
    transform: none;
  }

  header .flex.room-type-header.space-x-4 {
    grid-column: 3;
    justify-self: end;
    position: static;
    margin: 0;
    transform: none;
  }

  header > .room-type-header.items-center:first-child {
    grid-column: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 0;
    width: auto;
  }

  header > .flex.room-type-header:first-child {
    grid-column: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 0;
    width: auto;
  }

  header > .room-type-header.items-center:first-child h1 {
    display: none;
  }

  header > .flex.room-type-header:first-child h1 {
    display: none;
  }
}

.room-type-count {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

@media (max-width: 768px) {
  .menu-item .room-type-count {
    font-size: 0.75rem;
  }
}

/* Loading states */

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

.room-card-skeleton {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  min-height: 120px;
}

/* Quick actions */

.quick-actions {
  margin-bottom: 1.5rem;
  display: flex;
  gap: 0.5rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}

@media (min-width: 1024px) {
  header .quick-actions.items-center {
    justify-content: flex-start;
    flex: 1;
  }

  header .quick-actions.items-center h1 {
    text-align: left;
    font-size: 1.5rem;
  }

  header .quick-actions.items-center.space-x-4 {
    justify-content: flex-end;
    flex: 1;
  }
}

@media (max-width: 1023px) {
  header .quick-actions.items-center:first-child {
    grid-column: 2;
    justify-self: center;
    position: static;
    transform: none;
    margin: 0;
    width: 100%;
    max-width: none;
  }

  header .quick-actions.items-center:first-child h1 {
    text-align: center;
    width: 100%;
    font-size: 1.125rem;
  }

  header .quick-actions.items-center.space-x-4 {
    grid-column: 3;
    justify-self: end;
    position: static;
    margin: 0;
    transform: none;
  }

  header > .quick-actions.items-center:first-child {
    grid-column: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 0;
    width: auto;
  }

  header > .quick-actions.items-center:first-child h1 {
    display: none;
  }
}

.filter-btn {
  border-radius: 0.5rem;
  border-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  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;
}

@media (max-width: 768px) {
  .menu-item .filter-btn {
    font-size: 0.75rem;
  }
}

.filter-btn.active {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.filter-btn:not(.active) {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.filter-btn:not(.active):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

/* Front Office Dashboard Styles - 70/30 Split with Tighter Cards */

/* NEW: Main content wrapper */

.fo-main-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 1024px) {
  .fo-main-content {
    flex-direction: row;
  }
}

/* Left section (70%) wrapper */

.fo-left-section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 1024px) {
  .fo-left-section {
    width: 70%;
  }
}

/* Stats sidebar (30%) */

.fo-stats-sidebar {
  width: 100%;
}

@media (min-width: 1024px) {
  .fo-stats-sidebar {
    width: 30%;
  }
}

/* Make the filter bar full width within left section */

.fo-left-section .fo-filters-container {
  width: 100%;
}

/* Room section within left section */

.fo-left-section .fo-room-section {
  width: 100%;
}

.fo-filters-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
}

.fo-filter-btn {
  padding: 0.375rem 0.625rem;
  border-radius: 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  transition: all 0.15s;
  border: 1px solid;
  min-width: 60px;
}

.fo-filter-btn.active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transform: scale(1.05);
}

.fo-filter-btn:not(.active) {
  background-color: white;
  color: #374151;
  border-color: #d1d5db;
}

.fo-filter-btn:not(.active):hover {
  background-color: #f9fafb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Filter colors matching room cards */

.fo-filter-all.active {
  background-color: #4b5563;
  color: white;
  border-color: #4b5563;
}

.fo-filter-occupied.active {
  background-color: #1f2937;
  color: white;
  border-color: #1f2937;
}

.fo-filter-vacant.active {
  background-color: #10b981;
  color: white;
  border-color: #10b981;
}

.fo-filter-checkout-today.active {
  background-color: #ef4444;
  color: white;
  border-color: #ef4444;
}

.fo-filter-checkin-today.active {
  background-color: #3b82f6;
  color: white;
  border-color: #3b82f6;
}

.fo-filter-dirty.active {
  background-color: #fbbf24;
  color: #92400e;
  border-color: #fbbf24;
}

.fo-filter-clean.active {
  background-color: #38bdf8;
  color: white;
  border-color: #38bdf8;
}

.fo-filter-inspected.active {
  background-color: #8b5cf6;
  color: white;
  border-color: #8b5cf6;
}

.fo-filter-out_of_order.active {
  background-color: #b91c1c;
  color: white;
  border-color: #b91c1c;
}

/* Statistics Cards - Sidebar Style with 2 columns */

.fo-stat-sidebar {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}

@media (min-width: 1024px) {
  .fo-stat-sidebar {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (min-width: 1280px) {
  .fo-stat-sidebar {
    grid-template-columns: repeat(2, 1fr);
  }
}

.fo-stat-sidebar-card {
  border: 1px solid;
  border-radius: 0.75rem;
  padding: 0.75rem;
  transition: all 0.2s;
  min-height: 85px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.fo-stat-sidebar-card:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.fo-stat-sidebar-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
}

.fo-stat-label {
  font-size: 0.75rem;
  color: #6b7280;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.fo-stat-value {
  font-size: 1.25rem;
  font-weight: bold;
}

.fo-stat-icon {
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
  font-size: 1.25rem;
  opacity: 0.2;
}

/* Color-coded stats with sidebar styling */

.fo-stat-total {
  background-color: #f9fafb;
  border-color: #d1d5db;
}

.fo-stat-total .fo-stat-value {
  color: #374151;
}

.fo-stat-total::before {
  background-color: #6b7280;
}

.fo-stat-occupied {
  background-color: #1f2937;
  border-color: #111827;
}

.fo-stat-occupied .fo-stat-value {
  color: white;
}

.fo-stat-occupied .fo-stat-label {
  color: #d1d5db;
}

.fo-stat-occupied::before {
  background-color: #000000;
}

.fo-stat-vacant {
  background-color: #d1fae5;
  border-color: #a7f3d0;
}

.fo-stat-vacant .fo-stat-value {
  color: #065f46;
}

.fo-stat-vacant::before {
  background-color: #10b981;
}

.fo-stat-checkout-today {
  background-color: #fee2e2;
  border-color: #fecaca;
}

.fo-stat-checkout-today .fo-stat-value {
  color: #991b1b;
}

.fo-stat-checkout-today::before {
  background-color: #ef4444;
}

/* Room Cards - 70×40px TIGHTER spacing */

.fo-room-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.25rem;
}

@media (min-width: 640px) {
  .fo-room-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 768px) {
  .fo-room-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 1024px) {
  .fo-room-grid {
    grid-template-columns: repeat(7, 1fr);
    gap: 0.25rem;
  }
}

@media (min-width: 1280px) {
  .fo-room-grid {
    grid-template-columns: repeat(9, 1fr);
  }
}

@media (min-width: 1536px) {
  .fo-room-grid {
    grid-template-columns: repeat(11, 1fr);
  }
}

.fo-room-card {
  border: 1px solid;
  border-radius: 0.5rem;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  height: 40px;
  width: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  transform-style: preserve-3d;
  perspective: 500px;
}

.fo-room-card:hover {
  transform: translateY(-2px) rotateX(5deg);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* 3D Effect with depth */

.fo-room-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 0.5rem;
  border: 1px solid;
  opacity: 0;
  transition: opacity 0.2s;
  transform: translateZ(-5px);
}

.fo-room-card:hover::before {
  opacity: 0.3;
}

.fo-room-number {
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 10;
  font-size: 0.95rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* HIGH VISIBILITY Status-specific colors with 3D effects */

.fo-room-status-vacant {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  border-color: #059669;
  color: white;
  box-shadow: 0 2px 4px rgba(34, 197, 94, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.fo-room-status-vacant:hover {
  background: linear-gradient(135deg, #059669 0%, #047857 100%);
  border-color: #047857;
  box-shadow: 0 4px 8px rgba(34, 197, 94, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.fo-room-status-vacant::before {
  border-color: #047857;
}

/* OCCUPIED - DARK "LOCKED" COLOR */

.fo-room-status-occupied {
  background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
  border-color: #111827;
  color: #f9fafb;
  box-shadow: 0 2px 4px rgba(31, 41, 55, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.fo-room-status-occupied:hover {
  background: linear-gradient(135deg, #111827 0%, #000000 100%);
  border-color: #000000;
  box-shadow: 0 4px 8px rgba(17, 24, 39, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.fo-room-status-occupied::before {
  border-color: #000000;
}

/* CHECK-OUT TODAY - BRIGHT RED (URGENT) */

.fo-room-status-checkout-today {
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
  border-color: #dc2626;
  color: white;
  box-shadow: 0 2px 4px rgba(239, 68, 68, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.fo-room-status-checkout-today:hover {
  background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
  border-color: #b91c1c;
  box-shadow: 0 4px 8px rgba(239, 68, 68, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.fo-room-status-checkout-today::before {
  border-color: #b91c1c;
}

/* CHECKED IN TODAY - BRIGHT BLUE (RECENT) */

.fo-room-status-checkin-today {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  border-color: #2563eb;
  color: white;
  box-shadow: 0 2px 4px rgba(59, 130, 246, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.fo-room-status-checkin-today:hover {
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  border-color: #1d4ed8;
  box-shadow: 0 4px 8px rgba(59, 130, 246, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.fo-room-status-checkin-today::before {
  border-color: #1d4ed8;
}

/* DIRTY - BRIGHT YELLOW (ATTENTION NEEDED) */

.fo-room-status-dirty {
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
  border-color: #f59e0b;
  color: #92400e;
  box-shadow: 0 2px 4px rgba(250, 204, 21, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.fo-room-status-dirty:hover {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  border-color: #d97706;
  box-shadow: 0 4px 8px rgba(250, 204, 21, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.fo-room-status-dirty::before {
  border-color: #d97706;
}

/* CLEAN - SKY BLUE (READY) */

.fo-room-status-clean {
  background: linear-gradient(135deg, #38bdf8 0%, #0ea5e9 100%);
  border-color: #0ea5e9;
  color: white;
  box-shadow: 0 2px 4px rgba(56, 189, 248, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.fo-room-status-clean:hover {
  background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%);
  border-color: #0284c7;
  box-shadow: 0 4px 8px rgba(56, 189, 248, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.fo-room-status-clean::before {
  border-color: #0284c7;
}

/* INSPECTED - PURPLE (Quality Checked) */

.fo-room-status-inspected {
  background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
  border-color: #7c3aed;
  color: white;
  box-shadow: 0 2px 4px rgba(168, 85, 247, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.fo-room-status-inspected:hover {
  background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
  border-color: #6d28d9;
  box-shadow: 0 4px 8px rgba(168, 85, 247, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.fo-room-status-inspected::before {
  border-color: #6d28d9;
}

/* OUT OF ORDER - DARK RED (SERIOUS ISSUE) */

.fo-room-status-out_of_order {
  background: linear-gradient(135deg, #b91c1c 0%, #991b1b 100%);
  border-color: #991b1b;
  color: white;
  box-shadow: 0 2px 4px rgba(185, 28, 28, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.fo-room-status-out_of_order:hover {
  background: linear-gradient(135deg, #991b1b 0%, #7f1d1d 100%);
  border-color: #7f1d1d;
  box-shadow: 0 4px 8px rgba(153, 27, 27, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.fo-room-status-out_of_order::before {
  border-color: #7f1d1d;
}

/* Status indicator corner - smaller for 40px height */

.fo-status-corner {
  position: absolute;
  top: 0;
  right: 0;
  width: 12px;
  height: 12px;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

/* Corner colors matching new bright colors */

.fo-vacant-corner {
  background-color: #059669;
}

.fo-occupied-corner {
  background-color: #111827;
}

.fo-checkout-today-corner {
  background-color: #dc2626;
}

.fo-checkin-today-corner {
  background-color: #2563eb;
}

.fo-dirty-corner {
  background-color: #f59e0b;
}

.fo-clean-corner {
  background-color: #0ea5e9;
}

.fo-inspected-corner {
  background-color: #7c3aed;
}

.fo-out-of-order-corner {
  background-color: #991b1b;
}

/* Room type sections */

.fo-room-type-section {
  margin-bottom: 0.75rem;
}

.fo-room-type-header {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  padding: 0 0.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 0.25rem;
}

.fo-room-type-name {
  color: #374151;
}

.fo-room-type-count {
  background-color: #f9fafb;
  color: #4b5563;
  padding: 0.125rem 0.5rem;
  border-radius: 9999px;
  font-size: 0.75rem;
}

/* Legend - fits in 30% sidebar */

.fo-legend {
  margin-top: 0.75rem;
  padding: 0.75rem;
  background-color: #f9fafb;
  border-radius: 0.5rem;
  border: 1px solid #e5e7eb;
  font-size: 0.75rem;
}

.fo-legend-title {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #374151;
}

.fo-legend-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.375rem;
}

.fo-legend-item {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.fo-legend-color {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  border: 1px solid;
}

.fo-legend-text {
  color: #4b5563;
  font-size: 0.75rem;
}

/* Loading states */

.fo-loading-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.375rem;
}

@media (min-width: 640px) {
  .fo-loading-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 768px) {
  .fo-loading-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 1024px) {
  .fo-loading-grid {
    grid-template-columns: repeat(7, 1fr);
  }
}

@media (min-width: 1280px) {
  .fo-loading-grid {
    grid-template-columns: repeat(9, 1fr);
  }
}

@media (min-width: 1536px) {
  .fo-loading-grid {
    grid-template-columns: repeat(11, 1fr);
  }
}

.fo-loading-card {
  background: linear-gradient(135deg, #e5e7eb 0%, #d1d5db 100%);
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  border-radius: 0.5rem;
  height: 40px;
  width: 70px;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}

/* Empty state */

.fo-empty-state {
  text-align: center;
  padding: 2rem 0;
}

.fo-empty-icon {
  font-size: 2.25rem;
  margin-bottom: 0.75rem;
  opacity: 0.5;
}

.fo-empty-text {
  color: #6b7280;
  font-size: 0.875rem;
}

/* Animation for check-out today pulsing */

@keyframes pulse-gentle {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.8;
    transform: scale(0.98);
  }
}

.fo-room-status-checkout-today {
  animation: pulse-gentle 2s ease-in-out infinite;
}

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

/* RESPONSIVE DESIGN - MOBILE FIRST APPROACH */

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

/* Mobile (up to 768px): Stack layout */

@media (max-width: 768px) {
  .fo-main-content {
    flex-direction: column;
    gap: 1rem;
  }

  .fo-left-section,
    .fo-stats-sidebar {
    width: 100%;
  }

  .fo-stats-sidebar {
    order: 1;
    margin-bottom: 1rem;
  }

  .fo-left-section {
    order: 2;
  }

  /* Adjust statistics grid for mobile */

  .fo-stat-sidebar {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }

  .fo-stat-sidebar-card {
    min-height: 70px;
    padding: 0.75rem;
  }

  .fo-stat-value {
    font-size: 1.125rem;
  }

  .fo-stat-label {
    font-size: 0.7rem;
  }

  /* Adjust filters for mobile */

  .fo-filters-grid {
    justify-content: center;
    gap: 0.375rem;
  }

  .fo-filter-btn {
    padding: 0.375rem 0.5rem;
    font-size: 0.7rem;
    min-width: 50px;
  }

  /* Adjust room grid for mobile */

  .fo-room-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.375rem;
  }

  .fo-room-card {
    height: 44px;
    width: 74px;
  }

  .fo-room-number {
    font-size: 0.875rem;
  }

  /* Adjust legend for mobile */

  .fo-legend {
    padding: 0.5rem;
  }

  .fo-legend-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.375rem;
  }

  .fo-legend-text {
    font-size: 0.7rem;
  }
}

/* Special adjustment for very small phones */

@media (max-width: 375px) {
  .fo-room-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.25rem;
  }

  .fo-room-card {
    height: 42px;
    width: 72px;
  }

  .fo-stat-sidebar {
    grid-template-columns: repeat(1, 1fr);
  }

  .fo-stat-sidebar-card {
    min-height: 70px;
  }

  .fo-filter-btn {
    min-width: 45px;
    padding: 0.375rem 0.25rem;
    font-size: 0.65rem;
  }
}

/* Tablet (769px to 1023px): Start showing desktop-like layout */

@media (min-width: 769px) and (max-width: 1023px) {
  .fo-main-content {
    flex-direction: row;
    gap: 1.5rem;
  }

  .fo-left-section {
    width: 70%;
  }

  .fo-stats-sidebar {
    width: 30%;
  }

  .fo-room-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 0.375rem;
  }
}

/* Desktop (1024px and up): Full 70/30 split */

@media (min-width: 1024px) {
  .fo-main-content {
    flex-direction: row;
    gap: 1.5rem;
  }

  .fo-left-section {
    width: 70%;
  }

  .fo-stats-sidebar {
    width: 30%;
  }

  .fo-room-grid {
    grid-template-columns: repeat(7, 1fr);
    gap: 0.25rem;
  }

  .fo-stat-sidebar-card {
    min-height: 80px;
  }
}

/* Large Desktop (1280px and up): More columns */

@media (min-width: 1280px) {
  .fo-room-grid {
    grid-template-columns: repeat(9, 1fr);
    gap: 0.25rem;
  }
}

/* Extra Large Desktop (1536px and up): Maximum columns */

@media (min-width: 1536px) {
  .fo-room-grid {
    grid-template-columns: repeat(11, 1fr);
    gap: 0.25rem;
  }
}

/* Add this to your input.css file after existing imports */

/* Add after your existing imports in input.css */

/* Login/Forgot Password Background */

.bg-reception {
  background-image: url('/assets/image/frontdesk_desktop3.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Overlay for better readability */

.bg-overlay {
  position: relative;
}

.bg-overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

/* Form container positioning */

.bg-overlay > * {
  position: relative;
  z-index: 2;
}

/* For mobile devices */

@media (max-width: 768px) {
  .bg-reception {
    background-attachment: scroll;
    background-position: 70% center;
    /* Better mobile positioning */
  }

  .bg-overlay::before {
    background: rgba(0, 0, 0, 0.5);
    /* Darker overlay for better mobile contrast */
  }
}

/* For very small screens */

@media (max-width: 480px) {
  .bg-reception {
    background-position: 75% center;
    align-items: flex-start;
    padding-top: 2rem;
  }
}

/* Fade-in animation */

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

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

.animate-fade-in-up {
  animation: fadeInUp 0.5s ease-out;
}

/* Mobile form adjustments */

@media (max-width: 640px) {
  .mobile-form-container {
    max-width: 95% !important;
    width: 95% !important;
    margin: 0.5rem !important;
    padding: 1.5rem !important;
  }
}

/* For very short screens (like landscape phones) */

@media (max-height: 600px) {
  .bg-reception {
    align-items: flex-start;
    padding-top: 1rem;
    min-height: 100vh;
    overflow-y: auto;
  }
}

/* 6. Import main layout styles (header, sidebar, responsive) */

/* frontend/public/assets/css/layout.css */

/* ===== PROFESSIONAL SLATE DARK THEME ===== */

:root {
  --sidebar-bg: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
  --sidebar-border: #334155;
  --sidebar-header: #475569;
  --nav-hover: rgba(16, 185, 129, 0.15);
  --nav-active: #059669;
  --nav-text: #cbd5e1;
  --nav-icon: #94a3b8;
  --section-divider: #475569;
}

/* Base sidebar styling */

#main-sidebar {
  background: var(--sidebar-bg);
  border-right: 1px solid var(--sidebar-border);
  box-shadow: 4px 0 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease-in-out;
  height: 100vh;
  top: 0;
}

/* Enhanced navigation links */

#sidebar-nav .nav-link {
  position: relative;
  color: var(--nav-text);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  margin: 2px 4px;
  border-radius: 8px;
  overflow: hidden;
}

#sidebar-nav .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background: linear-gradient(to bottom, transparent, var(--nav-active), transparent);
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
}

#sidebar-nav .nav-link:hover {
  background: var(--nav-hover);
  color: #f1f5f9;
  transform: translateX(4px);
}

#sidebar-nav .nav-link:hover:before {
  opacity: 1;
  transform: translateX(0);
}

#sidebar-nav .nav-link.active-selection {
  background: linear-gradient(135deg, var(--nav-active) 0%, #10b981 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.25);
}

#sidebar-nav .nav-link.active-selection:before {
  opacity: 1;
  transform: translateX(0);
  background: white;
}

/* Professional section headers */

.sidebar-header {
  color: var(--sidebar-header);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 1.5rem 0.75rem 0.5rem;
  margin-top: 0.5rem;
  border-top: 1px solid rgba(71, 85, 105, 0.3);
  position: relative;
}

.sidebar-header:first-child {
  border-top: none;
  margin-top: 0;
}

.sidebar-header:after {
  content: '';
  position: absolute;
  left: 0.75rem;
  bottom: -1px;
  width: 30px;
  height: 2px;
  background: linear-gradient(90deg, var(--nav-active), transparent);
}

/* Icon styling */

#sidebar-nav .nav-link svg,
#sidebar-nav .nav-link i {
  color: var(--nav-icon);
  transition: all 0.3s ease;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.2));
}

#sidebar-nav .nav-link:hover svg,
#sidebar-nav .nav-link:hover i {
  color: #10b981;
  transform: scale(1.1);
}

#sidebar-nav .nav-link.active-selection svg,
#sidebar-nav .nav-link.active-selection i {
  color: white;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}

/* Enhanced scrollbar for slate theme */

#main-sidebar::-webkit-scrollbar {
  width: 8px;
}

#main-sidebar::-webkit-scrollbar-track {
  background: rgba(15, 23, 42, 0.5);
  border-radius: 4px;
}

#main-sidebar::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #475569, #334155);
  border-radius: 4px;
  border: 1px solid #475569;
}

#main-sidebar::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #64748b, #475569);
  border: 1px solid #64748b;
}

#main-sidebar::-webkit-scrollbar-thumb:active {
  background: linear-gradient(180deg, #94a3b8, #64748b);
}

/* Firefox Support */

#main-sidebar {
  scrollbar-width: thin;
  scrollbar-color: #475569 rgba(15, 23, 42, 0.5);
}

/* Collapsed sidebar adjustments */

.sidebar-collapsed {
  background: linear-gradient(180deg, #0f172a 0%, #1a2536 100%);
  width: 5rem !important;
  min-width: 5rem !important;
}

.sidebar-expanded {
  width: 14rem !important;
  min-width: 14rem !important;
}

.sidebar-collapsed .nav-link {
  justify-content: center;
  padding: 0.75rem;
  margin: 2px 8px;
}

.sidebar-collapsed .nav-link:hover {
  transform: translateY(-2px);
}

.sidebar-collapsed .nav-link:before {
  left: 50%;
  top: auto;
  bottom: 0;
  width: 3px;
  height: 0;
  transform: translateX(-50%) translateY(10px);
}

.sidebar-collapsed .nav-link:hover:before,
.sidebar-collapsed .nav-link.active-selection:before {
  height: 100%;
  transform: translateX(-50%) translateY(0);
}

/* Status indicator for active sections */

.section-status {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #10b981;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

#sidebar-nav .nav-link:hover .section-status {
  opacity: 1;
}

/* Enhanced theme toggle for slate */

.theme-toggle-container {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid var(--section-divider);
}

.theme-toggle-btn {
  background: linear-gradient(135deg, rgba(30, 41, 59, 0.5), rgba(15, 23, 42, 0.5));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(71, 85, 105, 0.3);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  border: none;
  background: transparent;
  text-align: left;
  width: 100%;
}

.theme-toggle-btn:hover {
  background: linear-gradient(135deg, rgba(5, 150, 105, 0.2), rgba(16, 185, 129, 0.1));
  border-color: rgba(5, 150, 105, 0.3);
}

#theme-toggle-indicator {
  background: linear-gradient(135deg, #334155, #475569);
  color: #cbd5e1;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 0.7rem;
  min-width: 50px;
  text-align: center;
  transition: all 0.3s ease;
}

/* Loading animation for sidebar items */

@keyframes pulse-subtle {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0.7;
  }
}

#sidebar-nav .nav-link.loading {
  animation: pulse-subtle 2s ease-in-out infinite;
}

/* ===== Enhanced Mobile Responsive Styles ===== */

/* Prevent body scroll when sidebar is open on mobile */

body.sidebar-open {
  overflow: hidden;
}

/* Tablet adjustments */

@media (min-width: 768px) and (max-width: 1023px) {
  #main-sidebar {
    width: 16rem;
  }

  #main-content {
    padding: 1.5rem;
  }

  header {
    padding: 1rem 1.5rem;
  }

  header h1 {
    font-size: 1.5rem !important;
  }
}

/* Desktop: hide mobile menu button */

@media (min-width: 1024px) {
  #mobile-menu-button {
    display: none !important;
  }
}

/* Mobile menu button styles */

#mobile-menu-button {
  transition: all 0.3s ease;
}

#mobile-menu-button:hover {
  background-color: #047857 !important;
  transform: scale(1.05);
}

/* Sidebar overlay */

#sidebar-overlay {
  transition: opacity 0.3s ease;
}

/* Enhanced navigation links for mobile */

#sidebar-nav .nav-link {
  padding: 0.75rem 0.5rem;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
}

#sidebar-nav .nav-link svg {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
}

/* Section headers in sidebar */

#sidebar-nav li:has(.text-slate-400) {
  margin-top: 1rem;
  padding-top: 0.5rem;
  border-top: 1px solid #374151;
}

/* Print styles */

@media print {
  #main-sidebar,
    #mobile-menu-button,
    #sidebar-overlay {
    display: none !important;
  }

  #main-content {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
  }

  header {
    display: none !important;
  }
}

/* Smooth transitions for sidebar */

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

/* Ensure sidebar overlay is above content but below sidebar */

#sidebar-overlay {
  z-index: 30;
}

#main-sidebar {
  z-index: 40;
}

#mobile-menu-button {
  z-index: 45;
}

/* Loading spinner adjustments for mobile */

@media (max-width: 768px) {
  .animate-spin {
    width: 1.5rem;
    height: 1.5rem;
  }
}

/* Emergency fix for very small screens */

@media (max-width: 360px) {
  header {
    padding: 0.5rem !important;
  }

  header h1 {
    font-size: 1rem !important;
  }

  #mobile-menu-button,
    #user-menu-button {
    width: 2.25rem !important;
    height: 2.25rem !important;
  }

  #main-content {
    padding: 0.75rem;
  }
}

/* Ensure header layout consistency on all screens */

/* PROFESSIONAL SLATE DARK NAVBAR */

/* PROFESSIONAL SLATE DARK NAVBAR - SPECIFIC TO APP HEADER ONLY */

header.bg-green-700,
#app-container > header,
.app-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%) !important;
  color: #f8fafc !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid #334155 !important;
  min-height: 64px;
}

/* Mobile menu button base styles */

#mobile-menu-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

/* Ensure desktop layout is preserved */

@media (min-width: 1024px) {
  header .flex.items-center {
    justify-content: flex-start;
    flex: 1;
  }

  header .flex.items-center h1 {
    text-align: left;
    font-size: 1.5rem !important;
  }

  header .flex.items-center.space-x-4 {
    justify-content: flex-end;
    flex: 1;
  }
}

/* === FIX: User Menu Button Centering === */

#user-menu-button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 2.5rem !important;
  height: 2.5rem !important;
  padding: 0 !important;
  margin: 0 !important;
  background-color: #065f46 !important;
  border-radius: 50% !important;
  border: none !important;
  transition: all 0.2s ease-in-out !important;
}

#user-menu-button svg {
  width: 1.25rem !important;
  height: 1.25rem !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}

#user-menu-button:hover {
  background-color: #047857 !important;
  transform: scale(1.05) !important;
}

/* === GRID SOLUTION: Perfect 3-column layout === */

@media (max-width: 1023px) {
  header {
    display: grid !important;
    grid-template-columns: auto 1fr auto !important;
    align-items: center !important;
    padding: 0.5rem 0.75rem !important;
    gap: 0.5rem !important;
  }

  /* Mobile menu button - left column */

  #mobile-menu-button {
    grid-column: 1 !important;
    justify-self: start !important;
    position: static !important;
    margin: 0 !important;
  }

  /* Title - center column */

  header .flex.items-center:first-child {
    grid-column: 2 !important;
    justify-self: center !important;
    position: static !important;
    transform: none !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: none !important;
  }

  header .flex.items-center:first-child h1 {
    text-align: center !important;
    width: 100% !important;
    font-size: 1.125rem !important;
  }

  /* User menu - right column */

  header .flex.items-center.space-x-4 {
    grid-column: 3 !important;
    justify-self: end !important;
    position: static !important;
    margin: 0 !important;
    transform: none !important;
  }

  /* Hide welcome message */

  #welcome-message {
    display: none !important;
  }
}

/* Mobile sizing */

@media (max-width: 1023px) {
  #user-menu-button {
    width: 2.5rem !important;
    height: 2.5rem !important;
  }

  #user-menu-button svg {
    width: 1.25rem !important;
    height: 1.25rem !important;
  }
}

/* Desktop sizing */

@media (min-width: 1024px) {
  #user-menu-button {
    width: 2.5rem !important;
    height: 2.5rem !important;
  }

  #user-menu-button svg {
    width: 1.25rem !important;
    height: 1.25rem !important;
  }
}

/* Sidebar Collapse Styles */

.main-content-full {
  margin-left: 0 !important;
  width: 100% !important;
}

.main-content-expanded {
  margin-left: 0 !important;
}

/* Smooth transitions for sidebar elements */

.sidebar-text {
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
}

.sidebar-header {
  transition: all 0.3s ease-in-out;
}

/* Tooltip styles for collapsed sidebar */

.sidebar-tooltip {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border: 1px solid #374151;
}

/* Ensure proper scrolling in both states */

#main-sidebar {
  scrollbar-width: thin;
  scrollbar-color: #4B5563 #1F2937;
}

/* Better responsive behavior */

@media (min-width: 1024px) {
  .sidebar-collapsed {
    overflow-x: hidden;
  }

  .sidebar-collapsed .nav-link {
    justify-content: center;
    padding: 0.75rem 0.5rem;
  }

  .sidebar-collapsed .nav-link svg {
    margin-right: 0;
  }
}

/* Prevent layout shift during transitions */

#main-sidebar,
#main-content {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Header alignment fixes */

header {
  min-height: 64px;
}

/* Ensure proper spacing in header */

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

/* Welcome message alignment */

#welcome-message {
  margin-right: 12px;
  font-weight: 500;
}

/* Logo button styling - NO BACKGROUND */

#menu-button {
  transition: all 0.2s ease-in-out;
  background: transparent !important;
  border: none !important;
  padding: 0.5rem !important;
}

#menu-button:hover {
  transform: scale(1.05);
}

#menu-button:active {
  transform: scale(0.95);
}

/* Mobile responsiveness for header */

@media (max-width: 640px) {
  header {
    padding-left: 12px;
    padding-right: 12px;
  }

  #welcome-message {
    font-size: 14px;
    margin-right: 8px;
  }

  h1 {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  #welcome-message {
    display: none;
  }

  h1 {
    font-size: 16px;
  }
}

/* Login page text break control */

.login-title {
  word-break: keep-all;
  white-space: normal;
}

/* === CORRECTED MOBILE HEADER - MENU LEFT, TITLE CENTERED, USER RIGHT === */

@media (max-width: 1023px) {
  header {
    display: grid !important;
    grid-template-columns: auto 1fr auto !important;
    align-items: center !important;
    padding: 0.5rem 1rem !important;
    gap: 0.5rem !important;
    width: 100% !important;
    min-height: 64px !important;
    position: relative !important;
  }

  /* Left section: menu button container - FLUSH LEFT */

  header > .flex.items-center:first-child {
    grid-column: 1 !important;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
  }

  /* Menu button - remove all margins and make flush left */

  #menu-button {
    margin: 0 !important;
    padding: 0.5rem !important;
    flex-shrink: 0 !important;
  }

  /* Hide the company name in the left container on mobile */

  header > .flex.items-center:first-child h1 {
    display: none !important;
  }

  /* ALTERNATIVE: Ensure full title always shows when there's space */

  header::after {
    content: "Rover Software Solutions" !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    font-size: 1.25rem !important;
    font-weight: bold !important;
    white-space: nowrap !important;
    /* Remove overflow hidden to always show full text */
    overflow: visible !important;
    text-overflow: unset !important;
    /* Use flexible max-width */
    max-width: min(300px, calc(100vw - 140px)) !important;
    text-align: center !important;
    pointer-events: none !important;
  }

  /* For very small screens where text might still overflow */

  @media (max-width: 360px) {
    header::after {
      font-size: 1rem !important;
      max-width: calc(100vw - 100px) !important;
      white-space: normal !important;
      line-height: 1.2 !important;
    }
  }

  #menu-button img {
    height: 1.75rem !important;
    width: 1.75rem !important;
  }
}

/* Small tablets and larger phones */

@media (min-width: 481px) and (max-width: 767px) {
  header::after {
    max-width: calc(100vw - 160px) !important;
    font-size: 1.3rem !important;
  }
}

/* Tablets */

@media (min-width: 768px) and (max-width: 1023px) {
  #main-sidebar {
    width: 16rem;
  }

  #main-content {
    padding: 1.5rem;
  }

  header {
    padding: 1rem 1.5rem !important;
  }

  header::after {
    font-size: 1.5rem !important;
    max-width: calc(100vw - 200px) !important;
  }
}

/* ===== ENHANCED PROFESSIONAL MAIN CONTENT BACKGROUND ===== */

/* Base main content container - ALWAYS LIGHT MODE */

#main-content {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 50%, #e2e8f0 100%);
  min-height: calc(100vh - 64px);
}

/* Subtle pattern overlay for depth */

#main-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
        radial-gradient(circle at 15% 50%, rgba(30, 41, 59, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 85% 30%, rgba(30, 41, 59, 0.02) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

/* Enhanced card styling for better contrast */

.stat-card,
.performance-card,
.business-date-card,
.current-time-card {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(226, 232, 240, 0.8);
  box-shadow: 
        0 4px 6px -1px rgba(0, 0, 0, 0.05),
        0 2px 4px -1px rgba(0, 0, 0, 0.03),
        inset 0 1px 0 0 rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* Hover effects with brand color accent */

.stat-card:hover,
.performance-card:hover {
  border-color: rgba(5, 150, 105, 0.3);
  box-shadow: 
        0 10px 15px -3px rgba(5, 150, 105, 0.08),
        0 4px 6px -2px rgba(5, 150, 105, 0.05);
  transform: translateY(-2px);
  transition: all 0.2s ease-in-out;
}

/* Section headers with professional styling */

h1, h2, h3 {
  position: relative;
  padding-bottom: 0.5rem;
}

/* REMOVE THESE LINES: */

/*
h1::after,
h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #059669, #10b981);
    border-radius: 2px;
}
*/

/* Form containers and input groups */

.form-container,
.form-group,
.input-group {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
}

/* Table enhancements */

.table-container {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
}

/* Subtle brand color accents */

.brand-accent {
  border-left: 4px solid #059669;
  padding-left: 1rem;
}

/* Print optimization */

@media print {
  #main-content {
    background: white !important;
  }

  #main-content::before {
    display: none;
  }

  .stat-card,
    .performance-card,
    .business-date-card,
    .current-time-card {
    background: white !important;
    border: 1px solid #e5e7eb !important;
    box-shadow: none !important;
  }
}

/* Theme toggle in sidebar */

.theme-toggle-btn:hover {
  background-color: rgba(5, 150, 105, 0.2) !important;
}

/* When sidebar is collapsed */

.sidebar-collapsed .theme-toggle-btn .sidebar-text,
.sidebar-collapsed #theme-toggle-indicator {
  display: none;
}

.sidebar-collapsed .theme-toggle-btn {
  justify-content: center;
  padding: 0.75rem 0.5rem;
}

.sidebar-collapsed .theme-toggle-btn::after {
  content: '🌙';
  font-size: 1.2rem;
}

/* Responsive adjustments for slate theme */

@media (max-width: 1023px) {
  #main-sidebar {
    box-shadow: 8px 0 30px rgba(0, 0, 0, 0.4);
  }

  .sidebar-header {
    font-size: 0.65rem;
    padding: 1.25rem 0.75rem 0.5rem;
  }
}

@media (min-width: 1024px) {
  #main-sidebar {
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .sidebar-collapsed {
    box-shadow: 4px 0 25px rgba(0, 0, 0, 0.4);
  }
}

/* Animation for sidebar items on load */

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

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

#sidebar-nav .nav-link {
  animation: slideIn 0.3s ease-out forwards;
}

/* Delay animations for each item */

#sidebar-nav li:nth-child(1) .nav-link {
  animation-delay: 0.05s;
}

#sidebar-nav li:nth-child(2) .nav-link {
  animation-delay: 0.1s;
}

#sidebar-nav li:nth-child(3) .nav-link {
  animation-delay: 0.15s;
}

#sidebar-nav li:nth-child(4) .nav-link {
  animation-delay: 0.2s;
}

#sidebar-nav li:nth-child(5) .nav-link {
  animation-delay: 0.25s;
}

#sidebar-nav li:nth-child(6) .nav-link {
  animation-delay: 0.3s;
}

#sidebar-nav li:nth-child(7) .nav-link {
  animation-delay: 0.35s;
}

#sidebar-nav li:nth-child(8) .nav-link {
  animation-delay: 0.4s;
}

#sidebar-nav li:nth-child(9) .nav-link {
  animation-delay: 0.45s;
}

#sidebar-nav li:nth-child(10) .nav-link {
  animation-delay: 0.5s;
}

/* Property selector styling */

#property-selector {
  background: rgba(30, 41, 59, 0.7);
  border: 1px solid #475569;
  color: #cbd5e1;
  transition: all 0.2s ease;
}

#property-selector:hover {
  border-color: #64748b;
  background: rgba(30, 41, 59, 0.9);
}

#property-selector:focus {
  border-color: #10b981;
  box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.2);
  outline: none;
}

/* Dark mode support for future implementation */

[data-theme="dark"] #main-content {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  color: #cbd5e1;
}

[data-theme="dark"] .stat-card,
[data-theme="dark"] .performance-card,
[data-theme="dark"] .business-date-card,
[data-theme="dark"] .current-time-card {
  background: rgba(30, 41, 59, 0.7);
  border-color: #334155;
  color: #cbd5e1;
}

[data-theme="dark"] .table-container {
  background: rgba(30, 41, 59, 0.8);
  border-color: #334155;
}

[data-theme="dark"] .form-container,
[data-theme="dark"] .form-group,
[data-theme="dark"] .input-group {
  background: rgba(30, 41, 59, 0.7);
  border-color: #334155;
  color: #cbd5e1;
}

/* Accessibility improvements */

@media (prefers-reduced-motion: reduce) {
  #main-sidebar,
    #sidebar-nav .nav-link,
    .sidebar-text,
    .sidebar-header {
    transition: none !important;
    animation: none !important;
  }
}

/* High contrast mode support */

@media (prefers-contrast: high) {
  #main-sidebar {
    border-right: 2px solid #334155;
  }

  .sidebar-header {
    border-top: 2px solid #475569;
  }

  #sidebar-nav .nav-link.active-selection {
    border: 2px solid #059669;
  }
}

/* 6. iSO iphone responsive) */

/* frontend/public/assets/css/pwa.css - ENHANCED MOBILE VERSION */

/* ===== PWA SPECIFIC STYLES ===== */

@media all and (display-mode: standalone) {
  /* iOS Splash Screen */

  body {
    background-color: #2563EB;
    /* Optional: Add a loading animation */
  }

  /* Adjust layout for standalone app */

  .pwa-mode {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
  }

  /* Better touch targets in PWA */

  .pwa-mode button,
  .pwa-mode a {
    min-height: 44px;
    min-width: 44px;
  }

  /* Hide browser elements */

  .pwa-mode .browser-ui {
    display: none;
  }
}

/* ===== MOBILE OPTIMIZATIONS ===== */

/* Mobile-first responsive design */

@media (max-width: 768px) {
  /* Better touch targets */

  .mobile-optimized button,
  .mobile-optimized a,
  .mobile-optimized [role="button"] {
    min-height: 44px;
    min-width: 44px;
    padding: 12px 16px;
  }

  /* Prevent zoom on input focus in iOS */

  .mobile-optimized input[type="text"],
  .mobile-optimized input[type="number"],
  .mobile-optimized input[type="email"],
  .mobile-optimized input[type="tel"],
  .mobile-optimized select,
  .mobile-optimized textarea {
    font-size: 16px;
    border-radius: 8px;
  }

  /* Billing system mobile optimizations */

  .billing-item {
    padding: 12px 8px;
    border-bottom: 1px solid #e5e7eb;
  }

  .billing-quantity-input {
    width: 60px;
    height: 44px;
    text-align: center;
    font-size: 16px;
  }

  .billing-price-display {
    font-size: 16px;
    font-weight: 600;
  }

  /* Table optimizations for mobile */

  .mobile-table-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .mobile-table {
    font-size: 14px;
    min-width: 100%;
  }

  .mobile-table th,
  .mobile-table td {
    padding: 8px 4px;
    white-space: nowrap;
  }

  /* Sidebar mobile optimizations */

  .mobile-sidebar-item {
    padding: 12px 16px;
    margin: 2px 0;
  }

  /* Form optimizations */

  .mobile-form-group {
    margin-bottom: 16px;
  }

  .mobile-form-label {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
  }

  /* Button groups */

  .mobile-button-group {
    display: flex;
    gap: 8px;
  }

  .mobile-button-group button {
    flex: 1;
  }
}

/* Safe area insets for modern phones */

@supports(padding: max(0px)) {
  .pwa-safe,
  .mobile-safe-area {
    padding-top: max(12px, env(safe-area-inset-top));
    padding-bottom: max(12px, env(safe-area-inset-bottom));
    padding-left: max(12px, env(safe-area-inset-left));
    padding-right: max(12px, env(safe-area-inset-right));
  }

  .mobile-safe-area-bottom {
    padding-bottom: max(16px, env(safe-area-inset-bottom));
  }
}

/* PWA Install Prompt Styles */

.pwa-install-prompt {
  animation: slideInUp 0.3s ease-out;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border: 1px solid #e5e7eb;
  backdrop-filter: blur(8px);
}

@keyframes slideInUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }

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

@keyframes slideOutDown {
  from {
    transform: translateY(0);
    opacity: 1;
  }

  to {
    transform: translateY(100%);
    opacity: 0;
  }
}

.pwa-install-prompt.hiding {
  animation: slideOutDown 0.3s ease-in forwards;
}

/* Mobile App Enhancements */

.capacitor-app {
  /* Better touch interactions */
  -webkit-tap-highlight-color: transparent;
}

.capacitor-app button,
.capacitor-app a {
  min-height: 44px;
  min-width: 44px;
}

/* Prevent zoom on input focus for iOS */

.capacitor-app input,
.capacitor-app select,
.capacitor-app textarea {
  font-size: 16px;
}

/* Add this import after professional.css */

/* frontend/public/assets/css/theme/dark-mode.css */

/* ===== DARK THEME - PROFESSIONAL HOTEL MANAGEMENT ===== */

/* Dark theme only activates when data-theme="dark" is set on body */

[data-theme="dark"] {
  color-scheme: dark;
}

/* Layer 1: Base Canvas */

[data-theme="dark"] body {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%);
  color: #e2e8f0;
}

/* Layer 2: Main Content Area */

[data-theme="dark"] #main-content {
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 50%, #1a2536 100%);
  border-left: 1px solid #334155;
  border-right: 1px solid #334155;
}

/* Layer 3: Cards & Containers */

[data-theme="dark"] .card-surface,
[data-theme="dark"] .card-elevated,
[data-theme="dark"] .card-subtle,
[data-theme="dark"] .stat-card,
[data-theme="dark"] .performance-card {
  background: linear-gradient(135deg, rgba(30, 41, 59, 0.9) 0%, rgba(15, 23, 42, 0.9) 100%);
  border: 1px solid #475569;
  color: #e2e8f0;
}

/* Preserve green brand accents in dark mode */

[data-theme="dark"] .card-surface::before,
[data-theme="dark"] .performance-card::before {
  background: linear-gradient(90deg, #059669, #10b981);
  opacity: 0.7;
}

/* Keep your brand green in buttons */

[data-theme="dark"] .btn-success,
[data-theme="dark"] .btn-primary,
[data-theme="dark"] .form-btn-primary {
  background: linear-gradient(135deg, #047857 0%, #065f46 100%);
}

[data-theme="dark"] .btn-success:hover,
[data-theme="dark"] .btn-primary:hover {
  background: linear-gradient(135deg, #059669 0%, #047857 100%);
}

/* Layer 4: Sidebar & Header - Enhanced for dark */

[data-theme="dark"] header {
  background: linear-gradient(135deg, #065f46 0%, #047857 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] #main-sidebar {
  background: linear-gradient(180deg, #0f172a 0%, #020617 100%);
  border-right: 1px solid #334155;
}

[data-theme="dark"] #sidebar-nav .nav-link {
  background: rgba(30, 41, 59, 0.6);
  border: 1px solid rgba(71, 85, 105, 0.4);
  color: #cbd5e1;
}

[data-theme="dark"] #sidebar-nav .nav-link:hover {
  background: rgba(71, 85, 105, 0.6);
  border-color: #94a3b8;
}

[data-theme="dark"] #sidebar-nav .nav-link.active-selection {
  background: linear-gradient(90deg, rgba(6, 95, 70, 0.8), rgba(5, 150, 105, 0.6));
  border-color: #059669;
  color: white;
}

/* Form Elements in Dark Mode */

[data-theme="dark"] input,
[data-theme="dark"] select,
[data-theme="dark"] textarea {
  background: rgba(30, 41, 59, 0.8);
  border: 1px solid #475569;
  color: #e2e8f0;
}

[data-theme="dark"] input:focus,
[data-theme="dark"] select:focus,
[data-theme="dark"] textarea:focus {
  border-color: #059669;
  box-shadow: 0 0 0 3px rgba(5, 150, 105, 0.2);
}

/* Tables in Dark Mode */

[data-theme="dark"] .table-container {
  background: rgba(30, 41, 59, 0.9);
  border: 1px solid #475569;
}

[data-theme="dark"] table thead {
  background: linear-gradient(to right, #1e293b, #0f172a);
  border-bottom: 2px solid #475569;
}

[data-theme="dark"] table th {
  color: #94a3b8;
}

[data-theme="dark"] table td {
  border-color: #334155;
  color: #cbd5e1;
}

[data-theme="dark"] table tr:hover {
  background: rgba(71, 85, 105, 0.3);
}

/* Status colors remain vibrant in dark mode */

[data-theme="dark"] .status-success {
  color: #4ade80 !important;
  background: rgba(74, 222, 128, 0.1) !important;
}

[data-theme="dark"] .status-warning {
  color: #fbbf24 !important;
  background: rgba(251, 191, 36, 0.1) !important;
}

[data-theme="dark"] .status-error {
  color: #f87171 !important;
  background: rgba(248, 113, 113, 0.1) !important;
}

[data-theme="dark"] .status-info {
  color: #60a5fa !important;
  background: rgba(96, 165, 250, 0.1) !important;
}

/* User Menu Dropdown in Dark Mode */

[data-theme="dark"] #user-menu-dropdown {
  background: #1e293b;
  border: 1px solid #475569;
}

[data-theme="dark"] #user-menu-dropdown a {
  color: #cbd5e1;
}

[data-theme="dark"] #user-menu-dropdown a:hover {
  background: #334155;
  color: #e2e8f0;
}

/* Tabs in Dark Mode */

[data-theme="dark"] .tab-btn:not(.active) {
  background: rgba(30, 41, 59, 0.7);
  color: #94a3b8;
  border-color: #475569;
}

[data-theme="dark"] .tab-btn.active {
  background: linear-gradient(135deg, #047857 0%, #065f46 100%);
  color: white;
  border-color: #047857;
}

/* Print styles remain light for readability */

@media print {
  [data-theme="dark"] #main-content,
  [data-theme="dark"] .stat-card,
  [data-theme="dark"] .performance-card {
    background: white !important;
    color: black !important;
    border: 1px solid #e5e7eb !important;
  }
}

/* Smooth transition */

[data-theme="dark"] body,
[data-theme="dark"] #main-content,
[data-theme="dark"] .card-surface {
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

.hover\:bg-blue-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / 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-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-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-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / 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-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / 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\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 239 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 224 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / 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-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(15 93 70 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}

.hover\:bg-orange-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}

.hover\:bg-orange-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}

.hover\:bg-orange-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity, 1));
}

.hover\:bg-purple-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-purple-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-purple-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}

.hover\:bg-purple-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-red-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / 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\:bg-yellow-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / 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-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-900:hover {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-200:hover {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / 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-green-800:hover {
  --tw-text-opacity: 1;
  color: rgb(15 93 70 / var(--tw-text-opacity, 1));
}

.hover\:text-green-900:hover {
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity, 1));
}

.hover\:text-indigo-900:hover {
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity, 1));
}

.hover\:text-purple-800:hover {
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}

.hover\:text-purple-900:hover {
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity, 1));
}

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

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

.hover\:text-red-800:hover {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.hover\:text-red-900:hover {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}

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

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

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

.hover\:shadow-md:hover {
  --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);
}

.hover\:shadow-xl:hover {
  --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);
}

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

.focus\:border-green-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / 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-1: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(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);
}

.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-gray-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity, 1));
}

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

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

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

.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5;
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

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

.disabled\:bg-gray-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}

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

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

@media (min-width: 640px) {
  .sm\:col-span-1 {
    grid-column: span 1 / span 1;
  }

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

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

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

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

  .sm\:inline {
    display: inline;
  }

  .sm\:h-20 {
    height: 5rem;
  }

  .sm\:w-20 {
    width: 5rem;
  }

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

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

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

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

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

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

@media (min-width: 768px) {
  .md\:left-\[80px\] {
    left: 80px;
  }

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

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

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

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

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

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

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

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

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

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

  .md\:ml-3 {
    margin-left: 0.75rem;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:table {
    display: table;
  }

  .md\:table-row {
    display: table-row;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

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

  .md\:h-20 {
    height: 5rem;
  }

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

  .md\:h-32 {
    height: 8rem;
  }

  .md\:h-48 {
    height: 12rem;
  }

  .md\:h-5 {
    height: 1.25rem;
  }

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

  .md\:h-8 {
    height: 2rem;
  }

  .md\:max-h-80 {
    max-height: 20rem;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-12 {
    width: 3rem;
  }

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

  .md\:w-20 {
    width: 5rem;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-5 {
    width: 1.25rem;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-8 {
    width: 2rem;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

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

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

  .md\:p-2 {
    padding: 0.5rem;
  }

  .md\:p-3 {
    padding: 0.75rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

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

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

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

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

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

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .lg\:relative {
    position: relative;
  }

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

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-4 {
    height: 1rem;
  }

  .lg\:h-8 {
    height: 2rem;
  }

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

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

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-4 {
    width: 1rem;
  }

  .lg\:w-56 {
    width: 14rem;
  }

  .lg\:w-8 {
    width: 2rem;
  }

  .lg\:min-w-60 {
    min-width: 15rem;
  }

  .lg\:translate-x-0 {
    --tw-translate-x: 0px;
    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));
  }

  .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\:flex-row {
    flex-direction: row;
  }

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

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

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

  .lg\:gap-6 {
    gap: 1.5rem;
  }

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

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

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

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

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

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .xl\:w-2\/3 {
    width: 66.666667%;
  }
}

@media print {
  .print\:mb-4 {
    margin-bottom: 1rem;
  }

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

  .print\:block {
    display: block;
  }

  .print\:hidden {
    display: none;
  }

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

  .print\:gap-2 {
    gap: 0.5rem;
  }

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

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

  .print\:border-b-0 {
    border-bottom-width: 0px;
  }

  .print\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  }

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

  .print\:p-0 {
    padding: 0px;
  }

  .print\:p-2 {
    padding: 0.5rem;
  }

  .print\:p-4 {
    padding: 1rem;
  }

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

  .print\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .print\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

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

  .print\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .print\:font-bold {
    font-weight: 700;
  }

  .print\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .print\:hover\:bg-transparent:hover {
    background-color: transparent;
  }
}


































