@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);
*, ::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.17 | 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 */ /* 3 */
  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::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;
}

:root {
        --background: 0 0% 100%;
        --foreground: 0 0% 3.9%;
        --card: 0 0% 100%;
        --card-foreground: 0 0% 3.9%;
        --popover: 0 0% 100%;
        --popover-foreground: 0 0% 3.9%;
        --primary: 0 0% 9%;
        --primary-foreground: 0 0% 98%;
        --secondary: 0 0% 96.1%;
        --secondary-foreground: 0 0% 9%;
        --muted: 0 0% 96.1%;
        --muted-foreground: 0 0% 45.1%;
        --accent: 0 0% 96.1%;
        --accent-foreground: 0 0% 9%;
        --destructive: 0 84.2% 60.2%;
        --destructive-foreground: 0 0% 98%;
        --border: 0 0% 89.8%;
        --input: 0 0% 89.8%;
        --ring: 0 0% 3.9%;
        --chart-1: 12 76% 61%;
        --chart-2: 173 58% 39%;
        --chart-3: 197 37% 24%;
        --chart-4: 43 74% 66%;
        --chart-5: 27 87% 67%;
        --radius: 0.5rem;
    }

.dark {
        --background: 0 0% 3.9%;
        --foreground: 0 0% 98%;
        --card: 0 0% 3.9%;
        --card-foreground: 0 0% 98%;
        --popover: 0 0% 3.9%;
        --popover-foreground: 0 0% 98%;
        --primary: 0 0% 98%;
        --primary-foreground: 0 0% 9%;
        --secondary: 0 0% 14.9%;
        --secondary-foreground: 0 0% 98%;
        --muted: 0 0% 14.9%;
        --muted-foreground: 0 0% 63.9%;
        --accent: 0 0% 14.9%;
        --accent-foreground: 0 0% 98%;
        --destructive: 0 62.8% 30.6%;
        --destructive-foreground: 0 0% 98%;
        --border: 0 0% 14.9%;
        --input: 0 0% 14.9%;
        --ring: 0 0% 83.1%;
        --chart-1: 220 70% 50%;
        --chart-2: 160 60% 45%;
        --chart-3: 30 80% 55%;
        --chart-4: 280 65% 60%;
        --chart-5: 340 75% 55%;
    }

*{
  border-color: hsl(0 0% 89.8%);
  border-color: hsl(var(--border));
}

body{
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--background));
  color: hsl(0 0% 3.9%);
  color: hsl(var(--foreground));
}
.container{
  width: 100%;
}
@media (min-width: 320px){

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

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

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

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

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

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

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

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

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

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

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

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

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

  .container{
    max-width: 2560px;
  }
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: -webkit-sticky;
  position: sticky;
}
.-inset-1{
  inset: -0.25rem;
}
.inset-0{
  inset: 0px;
}
.inset-x-0{
  left: 0px;
  right: 0px;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.-bottom-0\.5{
  bottom: -0.125rem;
}
.-bottom-1{
  bottom: -0.25rem;
}
.-bottom-12{
  bottom: -3rem;
}
.-bottom-2{
  bottom: -0.5rem;
}
.-bottom-4{
  bottom: -1rem;
}
.-bottom-6{
  bottom: -1.5rem;
}
.-bottom-8{
  bottom: -2rem;
}
.-left-12{
  left: -3rem;
}
.-left-2{
  left: -0.5rem;
}
.-left-20{
  left: -5rem;
}
.-left-3{
  left: -0.75rem;
}
.-right-0\.5{
  right: -0.125rem;
}
.-right-1{
  right: -0.25rem;
}
.-right-10{
  right: -2.5rem;
}
.-right-12{
  right: -3rem;
}
.-right-2{
  right: -0.5rem;
}
.-right-3{
  right: -0.75rem;
}
.-top-0\.5{
  top: -0.125rem;
}
.-top-1{
  top: -0.25rem;
}
.-top-10{
  top: -2.5rem;
}
.-top-12{
  top: -3rem;
}
.-top-2{
  top: -0.5rem;
}
.-top-8{
  top: -2rem;
}
.bottom-0{
  bottom: 0px;
}
.bottom-10{
  bottom: 2.5rem;
}
.bottom-16{
  bottom: 4rem;
}
.bottom-2{
  bottom: 0.5rem;
}
.bottom-20{
  bottom: 5rem;
}
.bottom-3{
  bottom: 0.75rem;
}
.bottom-4{
  bottom: 1rem;
}
.bottom-6{
  bottom: 1.5rem;
}
.bottom-8{
  bottom: 2rem;
}
.bottom-full{
  bottom: 100%;
}
.left-0{
  left: 0px;
}
.left-1{
  left: 0.25rem;
}
.left-1\.5{
  left: 0.375rem;
}
.left-1\/2{
  left: 50%;
}
.left-1\/3{
  left: 33.333333%;
}
.left-2{
  left: 0.5rem;
}
.left-28{
  left: 7rem;
}
.left-3{
  left: 0.75rem;
}
.left-4{
  left: 1rem;
}
.left-6{
  left: 1.5rem;
}
.left-\[50\%\]{
  left: 50%;
}
.right-0{
  right: 0px;
}
.right-1{
  right: 0.25rem;
}
.right-1\/3{
  right: 33.333333%;
}
.right-10{
  right: 2.5rem;
}
.right-2{
  right: 0.5rem;
}
.right-3{
  right: 0.75rem;
}
.right-4{
  right: 1rem;
}
.right-6{
  right: 1.5rem;
}
.top-0{
  top: 0px;
}
.top-0\.5{
  top: 0.125rem;
}
.top-1{
  top: 0.25rem;
}
.top-1\/2{
  top: 50%;
}
.top-12{
  top: 3rem;
}
.top-16{
  top: 4rem;
}
.top-2{
  top: 0.5rem;
}
.top-20{
  top: 5rem;
}
.top-3{
  top: 0.75rem;
}
.top-4{
  top: 1rem;
}
.top-6{
  top: 1.5rem;
}
.top-8{
  top: 2rem;
}
.top-\[1px\]{
  top: 1px;
}
.top-\[50\%\]{
  top: 50%;
}
.top-\[60\%\]{
  top: 60%;
}
.top-full{
  top: 100%;
}
.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-\[10000\]{
  z-index: 10000;
}
.z-\[100\]{
  z-index: 100;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[65\]{
  z-index: 65;
}
.z-\[9997\]{
  z-index: 9997;
}
.z-\[9998\]{
  z-index: 9998;
}
.z-\[9999\]{
  z-index: 9999;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.m-4{
  margin: 1rem;
}
.m-auto{
  margin: auto;
}
.-mx-1{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.-mb-px{
  margin-bottom: -1px;
}
.-ml-2{
  margin-left: -0.5rem;
}
.-ml-4{
  margin-left: -1rem;
}
.-mt-1{
  margin-top: -0.25rem;
}
.-mt-12{
  margin-top: -3rem;
}
.-mt-14{
  margin-top: -3.5rem;
}
.-mt-16{
  margin-top: -4rem;
}
.-mt-4{
  margin-top: -1rem;
}
.mb-0\.5{
  margin-bottom: 0.125rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-0{
  margin-left: 0px;
}
.ml-0\.5{
  margin-left: 0.125rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-1\.5{
  margin-left: 0.375rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.ml-8{
  margin-left: 2rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-0\.5{
  margin-right: 0.125rem;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-1\.5{
  margin-right: 0.375rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-4{
  margin-right: 1rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-1\.5{
  margin-top: 0.375rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-24{
  margin-top: 6rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-auto{
  margin-top: auto;
}
.line-clamp-1{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.aspect-video{
  aspect-ratio: 16 / 9;
}
.h-1{
  height: 0.25rem;
}
.h-1\.5{
  height: 0.375rem;
}
.h-10{
  height: 2.5rem;
}
.h-11{
  height: 2.75rem;
}
.h-12{
  height: 3rem;
}
.h-14{
  height: 3.5rem;
}
.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-3\.5{
  height: 0.875rem;
}
.h-32{
  height: 8rem;
}
.h-4{
  height: 1rem;
}
.h-40{
  height: 10rem;
}
.h-48{
  height: 12rem;
}
.h-5{
  height: 1.25rem;
}
.h-52{
  height: 13rem;
}
.h-6{
  height: 1.5rem;
}
.h-60{
  height: 15rem;
}
.h-64{
  height: 16rem;
}
.h-7{
  height: 1.75rem;
}
.h-8{
  height: 2rem;
}
.h-80{
  height: 20rem;
}
.h-9{
  height: 2.25rem;
}
.h-96{
  height: 24rem;
}
.h-\[120px\]{
  height: 120px;
}
.h-\[18px\]{
  height: 18px;
}
.h-\[1px\]{
  height: 1px;
}
.h-\[600px\]{
  height: 600px;
}
.h-\[60px\]{
  height: 60px;
}
.h-\[60vh\]{
  height: 60vh;
}
.h-\[var\(--radix-navigation-menu-viewport-height\)\]{
  height: var(--radix-navigation-menu-viewport-height);
}
.h-\[var\(--radix-select-trigger-height\)\]{
  height: var(--radix-select-trigger-height);
}
.h-auto{
  height: auto;
}
.h-fit{
  height: -webkit-fit-content;
  height: fit-content;
}
.h-full{
  height: 100%;
}
.h-px{
  height: 1px;
}
.h-screen{
  height: 100vh;
}
.max-h-24{
  max-height: 6rem;
}
.max-h-32{
  max-height: 8rem;
}
.max-h-40{
  max-height: 10rem;
}
.max-h-48{
  max-height: 12rem;
}
.max-h-5{
  max-height: 1.25rem;
}
.max-h-60{
  max-height: 15rem;
}
.max-h-64{
  max-height: 16rem;
}
.max-h-7{
  max-height: 1.75rem;
}
.max-h-80{
  max-height: 20rem;
}
.max-h-96{
  max-height: 24rem;
}
.max-h-\[--radix-context-menu-content-available-height\]{
  max-height: var(--radix-context-menu-content-available-height);
}
.max-h-\[--radix-select-content-available-height\]{
  max-height: var(--radix-select-content-available-height);
}
.max-h-\[300px\]{
  max-height: 300px;
}
.max-h-\[32rem\]{
  max-height: 32rem;
}
.max-h-\[60vh\]{
  max-height: 60vh;
}
.max-h-\[640px\]{
  max-height: 640px;
}
.max-h-\[70vh\]{
  max-height: 70vh;
}
.max-h-\[80vh\]{
  max-height: 80vh;
}
.max-h-\[90vh\]{
  max-height: 90vh;
}
.max-h-\[calc\(80vh-120px\)\]{
  max-height: calc(80vh - 120px);
}
.max-h-\[var\(--radix-dropdown-menu-content-available-height\)\]{
  max-height: var(--radix-dropdown-menu-content-available-height);
}
.max-h-screen{
  max-height: 100vh;
}
.min-h-16{
  min-height: 4rem;
}
.min-h-24{
  min-height: 6rem;
}
.min-h-\[100px\]{
  min-height: 100px;
}
.min-h-\[120px\]{
  min-height: 120px;
}
.min-h-\[160px\]{
  min-height: 160px;
}
.min-h-\[32px\]{
  min-height: 32px;
}
.min-h-\[400px\]{
  min-height: 400px;
}
.min-h-\[40px\]{
  min-height: 40px;
}
.min-h-\[44px\]{
  min-height: 44px;
}
.min-h-\[48px\]{
  min-height: 48px;
}
.min-h-\[52px\]{
  min-height: 52px;
}
.min-h-\[56px\]{
  min-height: 56px;
}
.min-h-\[60px\]{
  min-height: 60px;
}
.min-h-\[80px\]{
  min-height: 80px;
}
.min-h-\[80vh\]{
  min-height: 80vh;
}
.min-h-full{
  min-height: 100%;
}
.min-h-screen{
  min-height: 100vh;
}
.w-0\.5{
  width: 0.125rem;
}
.w-1\.5{
  width: 0.375rem;
}
.w-1\/2{
  width: 50%;
}
.w-1\/3{
  width: 33.333333%;
}
.w-1\/4{
  width: 25%;
}
.w-1\/6{
  width: 16.666667%;
}
.w-10{
  width: 2.5rem;
}
.w-11{
  width: 2.75rem;
}
.w-12{
  width: 3rem;
}
.w-16{
  width: 4rem;
}
.w-2{
  width: 0.5rem;
}
.w-2\.5{
  width: 0.625rem;
}
.w-2\/3{
  width: 66.666667%;
}
.w-20{
  width: 5rem;
}
.w-24{
  width: 6rem;
}
.w-28{
  width: 7rem;
}
.w-3{
  width: 0.75rem;
}
.w-3\.5{
  width: 0.875rem;
}
.w-3\/4{
  width: 75%;
}
.w-32{
  width: 8rem;
}
.w-4{
  width: 1rem;
}
.w-40{
  width: 10rem;
}
.w-48{
  width: 12rem;
}
.w-5{
  width: 1.25rem;
}
.w-56{
  width: 14rem;
}
.w-6{
  width: 1.5rem;
}
.w-60{
  width: 15rem;
}
.w-64{
  width: 16rem;
}
.w-7{
  width: 1.75rem;
}
.w-72{
  width: 18rem;
}
.w-8{
  width: 2rem;
}
.w-80{
  width: 20rem;
}
.w-9{
  width: 2.25rem;
}
.w-96{
  width: 24rem;
}
.w-\[100px\]{
  width: 100px;
}
.w-\[120px\]{
  width: 120px;
}
.w-\[130px\]{
  width: 130px;
}
.w-\[140px\]{
  width: 140px;
}
.w-\[1px\]{
  width: 1px;
}
.w-auto{
  width: auto;
}
.w-fit{
  width: -webkit-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-max{
  width: -webkit-max-content;
  width: max-content;
}
.w-px{
  width: 1px;
}
.min-w-0{
  min-width: 0px;
}
.min-w-10{
  min-width: 2.5rem;
}
.min-w-4{
  min-width: 1rem;
}
.min-w-64{
  min-width: 16rem;
}
.min-w-8{
  min-width: 2rem;
}
.min-w-9{
  min-width: 2.25rem;
}
.min-w-\[1\.2rem\]{
  min-width: 1.2rem;
}
.min-w-\[120px\]{
  min-width: 120px;
}
.min-w-\[12px\]{
  min-width: 12px;
}
.min-w-\[12rem\]{
  min-width: 12rem;
}
.min-w-\[140px\]{
  min-width: 140px;
}
.min-w-\[16px\]{
  min-width: 16px;
}
.min-w-\[18px\]{
  min-width: 18px;
}
.min-w-\[20px\]{
  min-width: 20px;
}
.min-w-\[24px\]{
  min-width: 24px;
}
.min-w-\[36px\]{
  min-width: 36px;
}
.min-w-\[44px\]{
  min-width: 44px;
}
.min-w-\[48px\]{
  min-width: 48px;
}
.min-w-\[52px\]{
  min-width: 52px;
}
.min-w-\[56px\]{
  min-width: 56px;
}
.min-w-\[60px\]{
  min-width: 60px;
}
.min-w-\[70px\]{
  min-width: 70px;
}
.min-w-\[8rem\]{
  min-width: 8rem;
}
.min-w-\[var\(--radix-select-trigger-width\)\]{
  min-width: var(--radix-select-trigger-width);
}
.min-w-fit{
  min-width: -webkit-fit-content;
  min-width: fit-content;
}
.min-w-full{
  min-width: 100%;
}
.min-w-max{
  min-width: -webkit-max-content;
  min-width: max-content;
}
.max-w-20{
  max-width: 5rem;
}
.max-w-24{
  max-width: 6rem;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-32{
  max-width: 8rem;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-48{
  max-width: 12rem;
}
.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-\[20px\]{
  max-width: 20px;
}
.max-w-\[220px\]{
  max-width: 220px;
}
.max-w-\[28px\]{
  max-width: 28px;
}
.max-w-\[48px\]{
  max-width: 48px;
}
.max-w-\[60px\]{
  max-width: 60px;
}
.max-w-\[70\%\]{
  max-width: 70%;
}
.max-w-full{
  max-width: 100%;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-max{
  max-width: -webkit-max-content;
  max-width: max-content;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-none{
  max-width: none;
}
.max-w-screen-2xl{
  max-width: 768px;
}
.max-w-sm{
  max-width: 24rem;
}
.max-w-xs{
  max-width: 20rem;
}
.flex-1{
  flex: 1 1;
}
.flex-auto{
  flex: 1 1 auto;
}
.flex-shrink{
  flex-shrink: 1;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.grow{
  flex-grow: 1;
}
.grow-0{
  flex-grow: 0;
}
.basis-full{
  flex-basis: 100%;
}
.caption-bottom{
  caption-side: bottom;
}
.border-collapse{
  border-collapse: collapse;
}
.origin-\[--radix-context-menu-content-transform-origin\]{
  transform-origin: var(--radix-context-menu-content-transform-origin);
}
.origin-\[--radix-dropdown-menu-content-transform-origin\]{
  transform-origin: var(--radix-dropdown-menu-content-transform-origin);
}
.origin-\[--radix-hover-card-content-transform-origin\]{
  transform-origin: var(--radix-hover-card-content-transform-origin);
}
.origin-\[--radix-menubar-content-transform-origin\]{
  transform-origin: var(--radix-menubar-content-transform-origin);
}
.origin-\[--radix-popover-content-transform-origin\]{
  transform-origin: var(--radix-popover-content-transform-origin);
}
.origin-\[--radix-select-content-transform-origin\]{
  transform-origin: var(--radix-select-content-transform-origin);
}
.origin-\[--radix-tooltip-content-transform-origin\]{
  transform-origin: var(--radix-tooltip-content-transform-origin);
}
.origin-center{
  transform-origin: center;
}
.-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{
  --tw-translate-y: -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));
}
.-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-0\.5{
  --tw-translate-x: 0.125rem;
  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-6{
  --tw-translate-x: 1.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));
}
.translate-x-\[-50\%\]{
  --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-2{
  --tw-translate-y: 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));
}
.translate-y-\[-50\%\]{
  --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));
}
.-rotate-45{
  --tw-rotate: -45deg;
  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));
}
.-rotate-90{
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
  --tw-rotate: 180deg;
  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));
}
.rotate-45{
  --tw-rotate: 45deg;
  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));
}
.rotate-90{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-105{
  --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));
}
.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 bounce{

  0%, 100%{
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
.animate-bounce{
  animation: bounce 1s infinite;
}
@keyframes ping{

  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}
.animate-ping{
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes pulse{

  50%{
    opacity: .5;
  }
}
.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin{

  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  animation: spin 1s linear infinite;
}
.cursor-default{
  cursor: default;
}
.cursor-not-allowed{
  cursor: not-allowed;
}
.cursor-pointer{
  cursor: pointer;
}
.cursor-wait{
  cursor: wait;
}
.touch-none{
  touch-action: none;
}
.touch-manipulation{
  touch-action: manipulation;
}
.select-none{
  -webkit-user-select: none;
          user-select: none;
}
.resize-none{
  resize: none;
}
.resize-y{
  resize: vertical;
}
.resize{
  resize: both;
}
.list-inside{
  list-style-position: inside;
}
.list-disc{
  list-style-type: disc;
}
.list-none{
  list-style-type: none;
}
.appearance-none{
  -webkit-appearance: none;
          appearance: none;
}
.break-inside-avoid{
  page-break-inside: avoid;
  break-inside: avoid;
}
.grid-cols-1{
  grid-template-columns: repeat(1, 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));
}
.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.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;
}
.justify-around{
  justify-content: space-around;
}
.gap-1{
  gap: 0.25rem;
}
.gap-1\.5{
  gap: 0.375rem;
}
.gap-12{
  gap: 3rem;
}
.gap-16{
  gap: 4rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.-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-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.125rem * var(--tw-space-x-reverse));
  margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
}
.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-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(0.375rem * 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-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));
}
.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-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * 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-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * 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));
}
.space-x-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 1;
}
.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-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / 1);
  border-color: rgb(243 244 246 / var(--tw-divide-opacity, 1));
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / 1);
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.scroll-smooth{
  scroll-behavior: smooth;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.whitespace-pre-line{
  white-space: pre-line;
}
.whitespace-pre-wrap{
  white-space: pre-wrap;
}
.break-words{
  overflow-wrap: break-word;
}
.break-all{
  word-break: break-all;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-\[10px\]{
  border-radius: 10px;
}
.rounded-\[inherit\]{
  border-radius: inherit;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
  border-radius: var(--radius);
}
.rounded-md{
  border-radius: calc(0.5rem - 2px);
  border-radius: calc(var(--radius) - 2px);
}
.rounded-sm{
  border-radius: calc(0.5rem - 4px);
  border-radius: calc(var(--radius) - 4px);
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-b-lg{
  border-bottom-right-radius: 0.5rem;
  border-bottom-right-radius: var(--radius);
  border-bottom-left-radius: 0.5rem;
  border-bottom-left-radius: var(--radius);
}
.rounded-r-lg{
  border-top-right-radius: 0.5rem;
  border-top-right-radius: var(--radius);
  border-bottom-right-radius: 0.5rem;
  border-bottom-right-radius: var(--radius);
}
.rounded-t{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.rounded-t-2xl{
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.rounded-t-\[10px\]{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-left-radius: var(--radius);
  border-top-right-radius: 0.5rem;
  border-top-right-radius: var(--radius);
}
.rounded-t-xl{
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.rounded-bl-none{
  border-bottom-left-radius: 0px;
}
.rounded-br-none{
  border-bottom-right-radius: 0px;
}
.rounded-tl-sm{
  border-top-left-radius: calc(0.5rem - 4px);
  border-top-left-radius: calc(var(--radius) - 4px);
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-2{
  border-width: 2px;
}
.border-4{
  border-width: 4px;
}
.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-l{
  border-left-width: 1px;
}
.border-l-2{
  border-left-width: 2px;
}
.border-l-4{
  border-left-width: 4px;
}
.border-r{
  border-right-width: 1px;
}
.border-r-2{
  border-right-width: 2px;
}
.border-r-4{
  border-right-width: 4px;
}
.border-t{
  border-top-width: 1px;
}
.border-dashed{
  border-style: dashed;
}
.border-none{
  border-style: none;
}
.border-\[\#D32F2F\]{
  --tw-border-opacity: 1;
  border-color: rgb(211 47 47 / 1);
  border-color: rgb(211 47 47 / var(--tw-border-opacity, 1));
}
.border-amber-200{
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / 1);
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}
.border-blue-100{
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / 1);
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}
.border-blue-200{
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / 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 / 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 / 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 / 1);
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-blue-500\/30{
  border-color: rgb(59 130 246 / 0.3);
}
.border-blue-600{
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / 1);
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.border-current{
  border-color: currentColor;
}
.border-cyan-200{
  --tw-border-opacity: 1;
  border-color: rgb(165 243 252 / 1);
  border-color: rgb(165 243 252 / var(--tw-border-opacity, 1));
}
.border-destructive{
  border-color: hsl(0 84.2% 60.2%);
  border-color: hsl(var(--destructive));
}
.border-destructive\/50{
  border-color: hsl(0 84.2% 60.2% / 0.5);
  border-color: hsl(var(--destructive) / 0.5);
}
.border-emerald-200{
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / 1);
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}
.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / 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 / 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 / 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 / 1);
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-gray-50{
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / 1);
  border-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.border-gray-600{
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / 1);
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-green-200{
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / 1);
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}
.border-green-300{
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / 1);
  border-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
}
.border-green-500{
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / 1);
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}
.border-green-600{
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / 1);
  border-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}
.border-indigo-200{
  --tw-border-opacity: 1;
  border-color: rgb(199 210 254 / 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 / 1);
  border-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
}
.border-input{
  border-color: hsl(0 0% 89.8%);
  border-color: hsl(var(--input));
}
.border-omayday-blue-200{
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / 1);
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.border-omayday-blue-300{
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / 1);
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.border-omayday-blue-500{
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / 1);
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.border-omayday-blue-600{
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / 1);
  border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}
.border-omayday-red-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / 1);
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-orange-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 215 170 / 1);
  border-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
}
.border-orange-300{
  --tw-border-opacity: 1;
  border-color: rgb(253 186 116 / 1);
  border-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
}
.border-orange-500{
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / 1);
  border-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}
.border-pink-200{
  --tw-border-opacity: 1;
  border-color: rgb(251 207 232 / 1);
  border-color: rgb(251 207 232 / var(--tw-border-opacity, 1));
}
.border-pink-500{
  --tw-border-opacity: 1;
  border-color: rgb(236 72 153 / 1);
  border-color: rgb(236 72 153 / var(--tw-border-opacity, 1));
}
.border-primary{
  border-color: hsl(0 0% 9%);
  border-color: hsl(var(--primary));
}
.border-primary\/50{
  border-color: hsl(0 0% 9% / 0.5);
  border-color: hsl(var(--primary) / 0.5);
}
.border-purple-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 232 255 / 1);
  border-color: rgb(243 232 255 / var(--tw-border-opacity, 1));
}
.border-purple-200{
  --tw-border-opacity: 1;
  border-color: rgb(233 213 255 / 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 / 1);
  border-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
}
.border-purple-400{
  --tw-border-opacity: 1;
  border-color: rgb(192 132 252 / 1);
  border-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
}
.border-purple-500{
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / 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 / 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 / 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 / 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 / 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 / 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 / 1);
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.border-slate-200{
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / 1);
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-slate-600{
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / 1);
  border-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}
.border-slate-700{
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / 1);
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}
.border-teal-200{
  --tw-border-opacity: 1;
  border-color: rgb(153 246 228 / 1);
  border-color: rgb(153 246 228 / var(--tw-border-opacity, 1));
}
.border-teal-500{
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 / 1);
  border-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
}
.border-teal-600{
  --tw-border-opacity: 1;
  border-color: rgb(13 148 136 / 1);
  border-color: rgb(13 148 136 / var(--tw-border-opacity, 1));
}
.border-transparent{
  border-color: transparent;
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / 1);
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-white\/20{
  border-color: rgb(255 255 255 / 0.2);
}
.border-white\/30{
  border-color: rgb(255 255 255 / 0.3);
}
.border-white\/50{
  border-color: rgb(255 255 255 / 0.5);
}
.border-yellow-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / 1);
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}
.border-yellow-300{
  --tw-border-opacity: 1;
  border-color: rgb(253 224 71 / 1);
  border-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}
.border-yellow-400{
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / 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 / 1);
  border-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}
.border-yellow-600{
  --tw-border-opacity: 1;
  border-color: rgb(202 138 4 / 1);
  border-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}
.border-l-blue-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(59 130 246 / 1);
  border-left-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-l-gray-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(229 231 235 / 1);
  border-left-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-l-gray-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(209 213 219 / 1);
  border-left-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-l-green-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(34 197 94 / 1);
  border-left-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}
.border-l-indigo-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(99 102 241 / 1);
  border-left-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}
.border-l-omayday-blue-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(37 99 235 / 1);
  border-left-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.border-l-omayday-red-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(220 38 38 / 1);
  border-left-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.border-l-purple-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(168 85 247 / 1);
  border-left-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}
.border-l-red-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(239 68 68 / 1);
  border-left-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-l-red-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(220 38 38 / 1);
  border-left-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.border-l-teal-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(20 184 166 / 1);
  border-left-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
}
.border-l-teal-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(13 148 136 / 1);
  border-left-color: rgb(13 148 136 / var(--tw-border-opacity, 1));
}
.border-l-transparent{
  border-left-color: transparent;
}
.border-l-yellow-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(234 179 8 / 1);
  border-left-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}
.border-r-teal-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(13 148 136 / 1);
  border-right-color: rgb(13 148 136 / var(--tw-border-opacity, 1));
}
.border-t-transparent{
  border-top-color: transparent;
}
.border-t-white{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / 1);
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-opacity-30{
  --tw-border-opacity: 0.3;
}
.bg-\[\#D32F2F\]{
  --tw-bg-opacity: 1;
  background-color: rgb(211 47 47 / 1);
  background-color: rgb(211 47 47 / var(--tw-bg-opacity, 1));
}
.bg-\[\#D32F2F\]\/10{
  background-color: rgb(211 47 47 / 0.1);
}
.bg-\[\#F5F5F5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / 1);
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.bg-accent{
  background-color: hsl(0 0% 96.1%);
  background-color: hsl(var(--accent));
}
.bg-amber-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / 1);
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}
.bg-background{
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--background));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / 1);
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/5{
  background-color: rgb(0 0 0 / 0.05);
}
.bg-black\/50{
  background-color: rgb(0 0 0 / 0.5);
}
.bg-black\/60{
  background-color: rgb(0 0 0 / 0.6);
}
.bg-black\/80{
  background-color: rgb(0 0 0 / 0.8);
}
.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / 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 / 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 / 1);
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-blue-50\/30{
  background-color: rgb(239 246 255 / 0.3);
}
.bg-blue-50\/50{
  background-color: rgb(239 246 255 / 0.5);
}
.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / 1);
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-blue-500\/10{
  background-color: rgb(59 130 246 / 0.1);
}
.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / 1);
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-border{
  background-color: hsl(0 0% 89.8%);
  background-color: hsl(var(--border));
}
.bg-card{
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--card));
}
.bg-current{
  background-color: currentColor;
}
.bg-cyan-50{
  --tw-bg-opacity: 1;
  background-color: rgb(236 254 255 / 1);
  background-color: rgb(236 254 255 / var(--tw-bg-opacity, 1));
}
.bg-destructive{
  background-color: hsl(0 84.2% 60.2%);
  background-color: hsl(var(--destructive));
}
.bg-emerald-100{
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / 1);
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}
.bg-emerald-50{
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / 1);
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}
.bg-foreground{
  background-color: hsl(0 0% 3.9%);
  background-color: hsl(var(--foreground));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / 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 / 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 / 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 / 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 / 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 / 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 / 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 / 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 / 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 / 1);
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / 1);
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-green-200{
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / 1);
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
}
.bg-green-400{
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / 1);
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
}
.bg-green-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / 1);
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / 1);
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.bg-green-600{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / 1);
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.bg-indigo-100{
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / 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 / 1);
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}
.bg-indigo-500{
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / 1);
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}
.bg-muted{
  background-color: hsl(0 0% 96.1%);
  background-color: hsl(var(--muted));
}
.bg-muted\/50{
  background-color: hsl(0 0% 96.1% / 0.5);
  background-color: hsl(var(--muted) / 0.5);
}
.bg-omayday-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / 1);
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.bg-omayday-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / 1);
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-omayday-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / 1);
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-omayday-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / 1);
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.bg-omayday-red-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / 1);
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-orange-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / 1);
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}
.bg-orange-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / 1);
  background-color: rgb(254 215 170 / var(--tw-bg-opacity, 1));
}
.bg-orange-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / 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 / 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 / 1);
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}
.bg-pink-100{
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / 1);
  background-color: rgb(252 231 243 / var(--tw-bg-opacity, 1));
}
.bg-pink-50{
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 248 / 1);
  background-color: rgb(253 242 248 / var(--tw-bg-opacity, 1));
}
.bg-pink-500{
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / 1);
  background-color: rgb(236 72 153 / var(--tw-bg-opacity, 1));
}
.bg-pink-600{
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / 1);
  background-color: rgb(219 39 119 / var(--tw-bg-opacity, 1));
}
.bg-popover{
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--popover));
}
.bg-primary{
  background-color: hsl(0 0% 9%);
  background-color: hsl(var(--primary));
}
.bg-primary\/10{
  background-color: hsl(0 0% 9% / 0.1);
  background-color: hsl(var(--primary) / 0.1);
}
.bg-primary\/20{
  background-color: hsl(0 0% 9% / 0.2);
  background-color: hsl(var(--primary) / 0.2);
}
.bg-purple-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / 1);
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}
.bg-purple-200{
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / 1);
  background-color: rgb(233 213 255 / var(--tw-bg-opacity, 1));
}
.bg-purple-50{
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / 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 / 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 / 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 / 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 / 1);
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
.bg-red-400{
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / 1);
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
.bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / 1);
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-red-50\/50{
  background-color: rgb(254 242 242 / 0.5);
}
.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / 1);
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-red-500\/10{
  background-color: rgb(239 68 68 / 0.1);
}
.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / 1);
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-secondary{
  background-color: hsl(0 0% 96.1%);
  background-color: hsl(var(--secondary));
}
.bg-slate-700\/30{
  background-color: rgb(51 65 85 / 0.3);
}
.bg-slate-700\/50{
  background-color: rgb(51 65 85 / 0.5);
}
.bg-slate-800\/50{
  background-color: rgb(30 41 59 / 0.5);
}
.bg-teal-100{
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / 1);
  background-color: rgb(204 251 241 / var(--tw-bg-opacity, 1));
}
.bg-teal-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 250 / 1);
  background-color: rgb(240 253 250 / var(--tw-bg-opacity, 1));
}
.bg-teal-600{
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / 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 / 1);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/10{
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/15{
  background-color: rgb(255 255 255 / 0.15);
}
.bg-white\/20{
  background-color: rgb(255 255 255 / 0.2);
}
.bg-white\/5{
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/50{
  background-color: rgb(255 255 255 / 0.5);
}
.bg-white\/60{
  background-color: rgb(255 255 255 / 0.6);
}
.bg-white\/70{
  background-color: rgb(255 255 255 / 0.7);
}
.bg-white\/80{
  background-color: rgb(255 255 255 / 0.8);
}
.bg-white\/90{
  background-color: rgb(255 255 255 / 0.9);
}
.bg-white\/95{
  background-color: rgb(255 255 255 / 0.95);
}
.bg-yellow-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / 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 / 1);
  background-color: rgb(254 240 138 / var(--tw-bg-opacity, 1));
}
.bg-yellow-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / 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 / 1);
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}
.bg-opacity-10{
  --tw-bg-opacity: 0.1;
}
.bg-opacity-20{
  --tw-bg-opacity: 0.2;
}
.bg-opacity-25{
  --tw-bg-opacity: 0.25;
}
.bg-opacity-30{
  --tw-bg-opacity: 0.3;
}
.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-75{
  --tw-bg-opacity: 0.75;
}
.bg-opacity-90{
  --tw-bg-opacity: 0.9;
}
.bg-opacity-95{
  --tw-bg-opacity: 0.95;
}
.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));
}
.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-\[\#D32F2F\]{
  --tw-gradient-from: #D32F2F var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 47 47 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black{
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-100{
  --tw-gradient-from: #dbeafe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-400{
  --tw-gradient-from: #60a5fa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-50{
  --tw-gradient-from: #eff6ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-50\/30{
  --tw-gradient-from: rgb(239 246 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-500{
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-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-cyan-500{
  --tw-gradient-from: #06b6d4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-50{
  --tw-gradient-from: #ecfdf5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-100{
  --tw-gradient-from: #f3f4f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-200{
  --tw-gradient-from: #e5e7eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-400{
  --tw-gradient-from: #9ca3af var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-50{
  --tw-gradient-from: #f9fafb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-500{
  --tw-gradient-from: #6b7280 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-100{
  --tw-gradient-from: #dcfce7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 252 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-400{
  --tw-gradient-from: #4ade80 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-50{
  --tw-gradient-from: #f0fdf4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 244 / 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: #16a34a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-100{
  --tw-gradient-from: #e0e7ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-50{
  --tw-gradient-from: #eef2ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 242 255 / 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-omayday-blue-100{
  --tw-gradient-from: #dbeafe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-omayday-blue-50{
  --tw-gradient-from: #eff6ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-omayday-blue-500{
  --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-omayday-red-100{
  --tw-gradient-from: #fee2e2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-omayday-red-50{
  --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);
}
.from-omayday-red-500{
  --tw-gradient-from: #dc2626 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-omayday-red-500\/10{
  --tw-gradient-from: rgb(220 38 38 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-omayday-red-600{
  --tw-gradient-from: #b91c1c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-orange-400{
  --tw-gradient-from: #fb923c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-orange-50{
  --tw-gradient-from: #fff7ed var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-100{
  --tw-gradient-from: #fce7f3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-50{
  --tw-gradient-from: #fdf2f8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-500{
  --tw-gradient-from: #ec4899 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-100{
  --tw-gradient-from: #f3e8ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-50{
  --tw-gradient-from: #faf5ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-50\/30{
  --tw-gradient-from: rgb(250 245 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 245 255 / 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);
}
.from-purple-600{
  --tw-gradient-from: #9333ea var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-100{
  --tw-gradient-from: #fee2e2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-200{
  --tw-gradient-from: #fecaca var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-50{
  --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);
}
.from-red-50\/30{
  --tw-gradient-from: rgb(254 242 242 / 0.3) 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);
}
.from-red-50\/50{
  --tw-gradient-from: rgb(254 242 242 / 0.5) 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);
}
.from-red-500{
  --tw-gradient-from: #ef4444 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-600{
  --tw-gradient-from: #dc2626 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-600\/10{
  --tw-gradient-from: rgb(220 38 38 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-50{
  --tw-gradient-from: #f8fafc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-900{
  --tw-gradient-from: #0f172a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-teal-50{
  --tw-gradient-from: #f0fdfa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-teal-500{
  --tw-gradient-from: #14b8a6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-teal-600{
  --tw-gradient-from: #0d9488 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white{
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-400{
  --tw-gradient-from: #facc15 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-50{
  --tw-gradient-from: #fefce8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-500{
  --tw-gradient-from: #eab308 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-0\%{
  --tw-gradient-from-position: 0%;
}
.via-blue-50{
  --tw-gradient-to: rgb(239 246 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-cyan-500{
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #06b6d4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-gray-50{
  --tw-gradient-to: rgb(249 250 251 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-purple-50{
  --tw-gradient-to: rgb(250 245 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #faf5ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-purple-600{
  --tw-gradient-to: rgb(147 51 234 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #9333ea var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-purple-900{
  --tw-gradient-to: rgb(88 28 135 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #581c87 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-transparent{
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-white{
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-\[\#1976D2\]{
  --tw-gradient-to: #1976D2 var(--tw-gradient-to-position);
}
.to-amber-50{
  --tw-gradient-to: #fffbeb var(--tw-gradient-to-position);
}
.to-amber-500{
  --tw-gradient-to: #f59e0b var(--tw-gradient-to-position);
}
.to-blue-100{
  --tw-gradient-to: #dbeafe var(--tw-gradient-to-position);
}
.to-blue-200{
  --tw-gradient-to: #bfdbfe var(--tw-gradient-to-position);
}
.to-blue-50{
  --tw-gradient-to: #eff6ff var(--tw-gradient-to-position);
}
.to-blue-500{
  --tw-gradient-to: #3b82f6 var(--tw-gradient-to-position);
}
.to-blue-600{
  --tw-gradient-to: #2563eb var(--tw-gradient-to-position);
}
.to-blue-600\/10{
  --tw-gradient-to: rgb(37 99 235 / 0.1) var(--tw-gradient-to-position);
}
.to-blue-700{
  --tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position);
}
.to-cyan-50{
  --tw-gradient-to: #ecfeff var(--tw-gradient-to-position);
}
.to-cyan-500{
  --tw-gradient-to: #06b6d4 var(--tw-gradient-to-position);
}
.to-cyan-600{
  --tw-gradient-to: #0891b2 var(--tw-gradient-to-position);
}
.to-emerald-50{
  --tw-gradient-to: #ecfdf5 var(--tw-gradient-to-position);
}
.to-emerald-500{
  --tw-gradient-to: #10b981 var(--tw-gradient-to-position);
}
.to-emerald-600{
  --tw-gradient-to: #059669 var(--tw-gradient-to-position);
}
.to-gray-100{
  --tw-gradient-to: #f3f4f6 var(--tw-gradient-to-position);
}
.to-gray-200{
  --tw-gradient-to: #e5e7eb var(--tw-gradient-to-position);
}
.to-gray-300{
  --tw-gradient-to: #d1d5db var(--tw-gradient-to-position);
}
.to-gray-50{
  --tw-gradient-to: #f9fafb var(--tw-gradient-to-position);
}
.to-gray-500{
  --tw-gradient-to: #6b7280 var(--tw-gradient-to-position);
}
.to-gray-600{
  --tw-gradient-to: #4b5563 var(--tw-gradient-to-position);
}
.to-green-100{
  --tw-gradient-to: #dcfce7 var(--tw-gradient-to-position);
}
.to-green-200{
  --tw-gradient-to: #bbf7d0 var(--tw-gradient-to-position);
}
.to-green-50{
  --tw-gradient-to: #f0fdf4 var(--tw-gradient-to-position);
}
.to-green-500{
  --tw-gradient-to: #22c55e var(--tw-gradient-to-position);
}
.to-green-600{
  --tw-gradient-to: #16a34a var(--tw-gradient-to-position);
}
.to-indigo-100{
  --tw-gradient-to: #e0e7ff var(--tw-gradient-to-position);
}
.to-indigo-50{
  --tw-gradient-to: #eef2ff var(--tw-gradient-to-position);
}
.to-indigo-500{
  --tw-gradient-to: #6366f1 var(--tw-gradient-to-position);
}
.to-indigo-600{
  --tw-gradient-to: #4f46e5 var(--tw-gradient-to-position);
}
.to-omayday-blue-100{
  --tw-gradient-to: #dbeafe var(--tw-gradient-to-position);
}
.to-omayday-blue-50{
  --tw-gradient-to: #eff6ff var(--tw-gradient-to-position);
}
.to-omayday-blue-500{
  --tw-gradient-to: #2563eb var(--tw-gradient-to-position);
}
.to-omayday-blue-500\/10{
  --tw-gradient-to: rgb(37 99 235 / 0.1) var(--tw-gradient-to-position);
}
.to-omayday-blue-600{
  --tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position);
}
.to-omayday-red-100{
  --tw-gradient-to: #fee2e2 var(--tw-gradient-to-position);
}
.to-omayday-red-50{
  --tw-gradient-to: #fef2f2 var(--tw-gradient-to-position);
}
.to-omayday-red-500{
  --tw-gradient-to: #dc2626 var(--tw-gradient-to-position);
}
.to-omayday-red-600{
  --tw-gradient-to: #b91c1c var(--tw-gradient-to-position);
}
.to-orange-100{
  --tw-gradient-to: #ffedd5 var(--tw-gradient-to-position);
}
.to-orange-400{
  --tw-gradient-to: #fb923c var(--tw-gradient-to-position);
}
.to-orange-50{
  --tw-gradient-to: #fff7ed var(--tw-gradient-to-position);
}
.to-orange-50\/30{
  --tw-gradient-to: rgb(255 247 237 / 0.3) var(--tw-gradient-to-position);
}
.to-orange-500{
  --tw-gradient-to: #f97316 var(--tw-gradient-to-position);
}
.to-orange-600{
  --tw-gradient-to: #ea580c var(--tw-gradient-to-position);
}
.to-pink-100{
  --tw-gradient-to: #fce7f3 var(--tw-gradient-to-position);
}
.to-pink-50{
  --tw-gradient-to: #fdf2f8 var(--tw-gradient-to-position);
}
.to-pink-50\/30{
  --tw-gradient-to: rgb(253 242 248 / 0.3) var(--tw-gradient-to-position);
}
.to-pink-500{
  --tw-gradient-to: #ec4899 var(--tw-gradient-to-position);
}
.to-pink-600{
  --tw-gradient-to: #db2777 var(--tw-gradient-to-position);
}
.to-purple-100{
  --tw-gradient-to: #f3e8ff var(--tw-gradient-to-position);
}
.to-purple-50{
  --tw-gradient-to: #faf5ff var(--tw-gradient-to-position);
}
.to-purple-50\/30{
  --tw-gradient-to: rgb(250 245 255 / 0.3) var(--tw-gradient-to-position);
}
.to-purple-500{
  --tw-gradient-to: #a855f7 var(--tw-gradient-to-position);
}
.to-purple-600{
  --tw-gradient-to: #9333ea var(--tw-gradient-to-position);
}
.to-red-100{
  --tw-gradient-to: #fee2e2 var(--tw-gradient-to-position);
}
.to-red-400{
  --tw-gradient-to: #f87171 var(--tw-gradient-to-position);
}
.to-red-50{
  --tw-gradient-to: #fef2f2 var(--tw-gradient-to-position);
}
.to-red-500{
  --tw-gradient-to: #ef4444 var(--tw-gradient-to-position);
}
.to-red-600{
  --tw-gradient-to: #dc2626 var(--tw-gradient-to-position);
}
.to-red-700{
  --tw-gradient-to: #b91c1c var(--tw-gradient-to-position);
}
.to-rose-50{
  --tw-gradient-to: #fff1f2 var(--tw-gradient-to-position);
}
.to-rose-500{
  --tw-gradient-to: #f43f5e var(--tw-gradient-to-position);
}
.to-slate-50{
  --tw-gradient-to: #f8fafc var(--tw-gradient-to-position);
}
.to-slate-500{
  --tw-gradient-to: #64748b var(--tw-gradient-to-position);
}
.to-slate-900{
  --tw-gradient-to: #0f172a var(--tw-gradient-to-position);
}
.to-teal-100{
  --tw-gradient-to: #ccfbf1 var(--tw-gradient-to-position);
}
.to-teal-50{
  --tw-gradient-to: #f0fdfa var(--tw-gradient-to-position);
}
.to-teal-600{
  --tw-gradient-to: #0d9488 var(--tw-gradient-to-position);
}
.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.to-violet-50{
  --tw-gradient-to: #f5f3ff var(--tw-gradient-to-position);
}
.to-violet-500{
  --tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position);
}
.to-white{
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}
.to-yellow-50{
  --tw-gradient-to: #fefce8 var(--tw-gradient-to-position);
}
.to-50\%{
  --tw-gradient-to-position: 50%;
}
.bg-cover{
  background-size: cover;
}
.bg-clip-text{
  -webkit-background-clip: text;
          background-clip: text;
}
.bg-center{
  background-position: center;
}
.fill-current{
  fill: currentColor;
}
.fill-primary{
  fill: hsl(0 0% 9%);
  fill: hsl(var(--primary));
}
.object-contain{
  object-fit: contain;
}
.object-cover{
  object-fit: cover;
}
.p-0{
  padding: 0px;
}
.p-1{
  padding: 0.25rem;
}
.p-1\.5{
  padding: 0.375rem;
}
.p-12{
  padding: 3rem;
}
.p-16{
  padding: 4rem;
}
.p-2{
  padding: 0.5rem;
}
.p-2\.5{
  padding: 0.625rem;
}
.p-24{
  padding: 6rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.p-\[1px\]{
  padding: 1px;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.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-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-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-10{
  padding-left: 2.5rem;
}
.pl-12{
  padding-left: 3rem;
}
.pl-14{
  padding-left: 3.5rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-2\.5{
  padding-left: 0.625rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-8{
  padding-left: 2rem;
}
.pr-10{
  padding-right: 2.5rem;
}
.pr-12{
  padding-right: 3rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-2\.5{
  padding-right: 0.625rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pr-4{
  padding-right: 1rem;
}
.pr-6{
  padding-right: 1.5rem;
}
.pr-8{
  padding-right: 2rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.align-middle{
  vertical-align: middle;
}
.font-mono{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.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-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}
.text-8xl{
  font-size: 6rem;
  line-height: 1;
}
.text-\[0\.8rem\]{
  font-size: 0.8rem;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[11px\]{
  font-size: 11px;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[13px\]{
  font-size: 13px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-\[32px\]{
  font-size: 32px;
}
.text-\[36px\]{
  font-size: 36px;
}
.text-\[7px\]{
  font-size: 7px;
}
.text-\[8px\]{
  font-size: 8px;
}
.text-\[9px\]{
  font-size: 9px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.capitalize{
  text-transform: capitalize;
}
.italic{
  font-style: italic;
}
.leading-none{
  line-height: 1;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-tight{
  letter-spacing: -0.025em;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.text-\[\#212121\]{
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / 1);
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.text-\[\#757575\]{
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / 1);
  color: rgb(117 117 117 / var(--tw-text-opacity, 1));
}
.text-\[\#9E9E9E\]{
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / 1);
  color: rgb(158 158 158 / var(--tw-text-opacity, 1));
}
.text-\[\#BDBDBD\]{
  --tw-text-opacity: 1;
  color: rgb(189 189 189 / 1);
  color: rgb(189 189 189 / var(--tw-text-opacity, 1));
}
.text-\[\#D32F2F\]{
  --tw-text-opacity: 1;
  color: rgb(211 47 47 / 1);
  color: rgb(211 47 47 / var(--tw-text-opacity, 1));
}
.text-accent-foreground{
  color: hsl(0 0% 9%);
  color: hsl(var(--accent-foreground));
}
.text-amber-400{
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / 1);
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}
.text-amber-600{
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / 1);
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}
.text-amber-800{
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / 1);
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}
.text-blue-100{
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / 1);
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}
.text-blue-200{
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / 1);
  color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}
.text-blue-400{
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / 1);
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / 1);
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / 1);
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-blue-700{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / 1);
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-blue-800{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / 1);
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.text-blue-900{
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / 1);
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}
.text-card-foreground{
  color: hsl(0 0% 3.9%);
  color: hsl(var(--card-foreground));
}
.text-current{
  color: currentColor;
}
.text-cyan-400{
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / 1);
  color: rgb(34 211 238 / var(--tw-text-opacity, 1));
}
.text-cyan-500{
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / 1);
  color: rgb(6 182 212 / var(--tw-text-opacity, 1));
}
.text-cyan-600{
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / 1);
  color: rgb(8 145 178 / var(--tw-text-opacity, 1));
}
.text-cyan-700{
  --tw-text-opacity: 1;
  color: rgb(14 116 144 / 1);
  color: rgb(14 116 144 / var(--tw-text-opacity, 1));
}
.text-cyan-800{
  --tw-text-opacity: 1;
  color: rgb(21 94 117 / 1);
  color: rgb(21 94 117 / var(--tw-text-opacity, 1));
}
.text-destructive{
  color: hsl(0 84.2% 60.2%);
  color: hsl(var(--destructive));
}
.text-destructive-foreground{
  color: hsl(0 0% 98%);
  color: hsl(var(--destructive-foreground));
}
.text-emerald-400{
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / 1);
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}
.text-emerald-600{
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / 1);
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}
.text-emerald-800{
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / 1);
  color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}
.text-foreground{
  color: hsl(0 0% 3.9%);
  color: hsl(var(--foreground));
}
.text-foreground\/50{
  color: hsl(0 0% 3.9% / 0.5);
  color: hsl(var(--foreground) / 0.5);
}
.text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / 1);
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / 1);
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / 1);
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / 1);
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / 1);
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / 1);
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / 1);
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / 1);
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-green-100{
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / 1);
  color: rgb(220 252 231 / var(--tw-text-opacity, 1));
}
.text-green-300{
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / 1);
  color: rgb(134 239 172 / var(--tw-text-opacity, 1));
}
.text-green-400{
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / 1);
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}
.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / 1);
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / 1);
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-green-700{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / 1);
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.text-green-800{
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / 1);
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
.text-green-900{
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / 1);
  color: rgb(20 83 45 / var(--tw-text-opacity, 1));
}
.text-indigo-500{
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / 1);
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}
.text-indigo-600{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / 1);
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.text-indigo-700{
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / 1);
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}
.text-indigo-800{
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / 1);
  color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}
.text-indigo-900{
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / 1);
  color: rgb(49 46 129 / var(--tw-text-opacity, 1));
}
.text-muted-foreground{
  color: hsl(0 0% 45.1%);
  color: hsl(var(--muted-foreground));
}
.text-omayday-blue-500{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / 1);
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-omayday-blue-600{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / 1);
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-omayday-blue-700{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / 1);
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.text-omayday-blue-800{
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / 1);
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}
.text-omayday-blue-900{
  --tw-text-opacity: 1;
  color: rgb(30 46 107 / 1);
  color: rgb(30 46 107 / var(--tw-text-opacity, 1));
}
.text-omayday-red-500{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / 1);
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-omayday-red-600{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / 1);
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-omayday-red-700{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / 1);
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.text-omayday-red-800{
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / 1);
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}
.text-orange-400{
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / 1);
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}
.text-orange-500{
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / 1);
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}
.text-orange-600{
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / 1);
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}
.text-orange-700{
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / 1);
  color: rgb(194 65 12 / var(--tw-text-opacity, 1));
}
.text-orange-800{
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / 1);
  color: rgb(154 52 18 / var(--tw-text-opacity, 1));
}
.text-orange-900{
  --tw-text-opacity: 1;
  color: rgb(124 45 18 / 1);
  color: rgb(124 45 18 / var(--tw-text-opacity, 1));
}
.text-pink-400{
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / 1);
  color: rgb(244 114 182 / var(--tw-text-opacity, 1));
}
.text-pink-600{
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / 1);
  color: rgb(219 39 119 / var(--tw-text-opacity, 1));
}
.text-pink-700{
  --tw-text-opacity: 1;
  color: rgb(190 24 93 / 1);
  color: rgb(190 24 93 / var(--tw-text-opacity, 1));
}
.text-pink-800{
  --tw-text-opacity: 1;
  color: rgb(157 23 77 / 1);
  color: rgb(157 23 77 / var(--tw-text-opacity, 1));
}
.text-popover-foreground{
  color: hsl(0 0% 3.9%);
  color: hsl(var(--popover-foreground));
}
.text-primary{
  color: hsl(0 0% 9%);
  color: hsl(var(--primary));
}
.text-primary-foreground{
  color: hsl(0 0% 98%);
  color: hsl(var(--primary-foreground));
}
.text-purple-100{
  --tw-text-opacity: 1;
  color: rgb(243 232 255 / 1);
  color: rgb(243 232 255 / var(--tw-text-opacity, 1));
}
.text-purple-400{
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / 1);
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}
.text-purple-500{
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / 1);
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}
.text-purple-600{
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / 1);
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}
.text-purple-700{
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / 1);
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}
.text-purple-800{
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / 1);
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}
.text-purple-900{
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / 1);
  color: rgb(88 28 135 / var(--tw-text-opacity, 1));
}
.text-red-300{
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / 1);
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}
.text-red-400{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / 1);
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / 1);
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / 1);
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / 1);
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-red-800{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / 1);
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.text-red-900{
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / 1);
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}
.text-secondary-foreground{
  color: hsl(0 0% 9%);
  color: hsl(var(--secondary-foreground));
}
.text-slate-300{
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / 1);
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.text-slate-400{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / 1);
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.text-slate-500{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / 1);
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.text-slate-600{
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / 1);
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.text-slate-900{
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / 1);
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.text-teal-100{
  --tw-text-opacity: 1;
  color: rgb(204 251 241 / 1);
  color: rgb(204 251 241 / var(--tw-text-opacity, 1));
}
.text-teal-500{
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / 1);
  color: rgb(20 184 166 / var(--tw-text-opacity, 1));
}
.text-teal-600{
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / 1);
  color: rgb(13 148 136 / var(--tw-text-opacity, 1));
}
.text-teal-700{
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / 1);
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
}
.text-teal-800{
  --tw-text-opacity: 1;
  color: rgb(17 94 89 / 1);
  color: rgb(17 94 89 / var(--tw-text-opacity, 1));
}
.text-transparent{
  color: transparent;
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/80{
  color: rgb(255 255 255 / 0.8);
}
.text-white\/90{
  color: rgb(255 255 255 / 0.9);
}
.text-yellow-500{
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / 1);
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}
.text-yellow-600{
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / 1);
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}
.text-yellow-700{
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / 1);
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}
.text-yellow-800{
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / 1);
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}
.text-yellow-900{
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / 1);
  color: rgb(113 63 18 / var(--tw-text-opacity, 1));
}
.text-opacity-70{
  --tw-text-opacity: 0.7;
}
.text-opacity-90{
  --tw-text-opacity: 0.9;
}
.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.underline-offset-4{
  text-underline-offset: 4px;
}
.placeholder-\[\#9E9E9E\]::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(158 158 158 / 1);
  color: rgb(158 158 158 / var(--tw-placeholder-opacity, 1));
}
.placeholder-blue-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(147 197 253 / 1);
  color: rgb(147 197 253 / var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(209 213 219 / 1);
  color: rgb(209 213 219 / var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / 1);
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / 1);
  color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
}
.placeholder-purple-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(216 180 254 / 1);
  color: rgb(216 180 254 / var(--tw-placeholder-opacity, 1));
}
.placeholder-slate-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(148 163 184 / 1);
  color: rgb(148 163 184 / var(--tw-placeholder-opacity, 1));
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-20{
  opacity: 0.2;
}
.opacity-30{
  opacity: 0.3;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-60{
  opacity: 0.6;
}
.opacity-70{
  opacity: 0.7;
}
.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: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  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: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_2px_12px_rgba\(0\2c 0\2c 0\2c 0\.06\)\]{
  --tw-shadow: 0 2px 12px rgba(0,0,0,0.06);
  --tw-shadow-colored: 0 2px 12px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-inner{
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  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: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  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: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  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: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  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: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-blue-200{
  --tw-shadow-color: #bfdbfe;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-200{
  --tw-shadow-color: #fecaca;
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline{
  outline-style: solid;
}
.ring-0{
  --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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  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), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-4{
  --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), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-blue-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity, 1));
}
.ring-blue-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity, 1));
}
.ring-blue-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1));
}
.ring-blue-50{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 246 255 / var(--tw-ring-opacity, 1));
}
.ring-blue-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}
.ring-gray-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity, 1));
}
.ring-gray-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1));
}
.ring-green-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(187 247 208 / var(--tw-ring-opacity, 1));
}
.ring-red-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}
.ring-ring{
  --tw-ring-color: hsl(var(--ring));
}
.ring-white{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}
.ring-offset-2{
  --tw-ring-offset-width: 2px;
}
.ring-offset-background{
  --tw-ring-offset-color: hsl(var(--background));
}
.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);
}
.drop-shadow-lg{
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  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{
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-lg{
  --tw-backdrop-blur: blur(16px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-md{
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-filter{
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: 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, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-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, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-none{
  transition-property: none;
}
.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-100{
  transition-duration: 100ms;
}
.duration-1000{
  transition-duration: 1000ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.will-change-auto{
  will-change: auto;
}
@keyframes enter{

  from{
    opacity: 1;
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate(0);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}
@keyframes exit{

  to{
    opacity: 1;
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate(0);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}
.animate-in{
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}
.fade-in{
  --tw-enter-opacity: 0;
}
.fade-in-0{
  --tw-enter-opacity: 0;
}
.zoom-in-95{
  --tw-enter-scale: .95;
}
.slide-in-from-right-full{
  --tw-enter-translate-x: 100%;
}
.duration-100{
  animation-duration: 100ms;
}
.duration-1000{
  animation-duration: 1000ms;
}
.duration-200{
  animation-duration: 200ms;
}
.duration-300{
  animation-duration: 300ms;
}
.duration-500{
  animation-duration: 500ms;
}
.ease-in-out{
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.paused{
  animation-play-state: paused;
}

/* Modern Medical Social Network Design System */
:root {
  /* Medical Theme Colors */
  --medical-blue: #1D4E9D;
  --neutral-gray: #3C3C3C;
  --light-gray-bg: #F8F9FA;
  --white: #FFFFFF;
  --border-gray: #E5E7EB;
  --hover-gray: #F3F4F6;
  
  /* Specialty Colors */
  --cardiology: #EF4444;
  --pediatrics: #10B981;
  --neurology: #8B5CF6;
  --orthopedics: #F59E0B;
  --dermatology: #EC4899;
  --radiology: #06B6D4;
  
  /* Shadows */
  --shadow-soft: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

/* Base Typography with Poppins */
body {
  margin: 0;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #F8F9FA;
  background-color: var(--light-gray-bg);
  color: #3C3C3C;
  color: var(--neutral-gray);
  line-height: 1.6;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* Global Components */
.medical-card{
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / 1);
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
  --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: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  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;
  animation-duration: 200ms;
}
.medical-card: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: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.medical-button-primary{
  border-radius: 0.5rem;
  border-radius: var(--radius);
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / 1);
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  animation-duration: 200ms;
}

.medical-button-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / 1);
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.medical-button-secondary{
  border-radius: 0.5rem;
  border-radius: var(--radius);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / 1);
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / 1);
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  animation-duration: 200ms;
}

.medical-button-secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / 1);
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.specialty-badge{
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
}

/* Specialty Badge Colors */
.specialty-cardiology{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / 1);
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / 1);
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.specialty-pediatrics{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / 1);
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / 1);
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.specialty-neurology{
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / 1);
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / 1);
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}

.specialty-orthopedics{
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / 1);
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / 1);
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}

.specialty-dermatology{
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / 1);
  background-color: rgb(252 231 243 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(157 23 77 / 1);
  color: rgb(157 23 77 / var(--tw-text-opacity, 1));
}

.specialty-radiology{
  --tw-bg-opacity: 1;
  background-color: rgb(207 250 254 / 1);
  background-color: rgb(207 250 254 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(21 94 117 / 1);
  color: rgb(21 94 117 / var(--tw-text-opacity, 1));
}

.specialty-default{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / 1);
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / 1);
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

/* Typography Scale */
.text-headline-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem; /* 32px */
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.text-headline-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem; /* 24px */
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: -0.01em;
}

.text-headline-3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.25rem; /* 20px */
  font-weight: 600;
  line-height: 1.4;
}

.text-body-large {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem; /* 16px */
  font-weight: 400;
  line-height: 1.5;
}

.text-body-medium {
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem; /* 14px */
  font-weight: 400;
  line-height: 1.43;
}

.text-body-small {
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem; /* 12px */
  font-weight: 400;
  line-height: 1.5;
}

.text-label-large {
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem; /* 14px */
  font-weight: 500;
  line-height: 1.43;
}

.text-label-medium {
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem; /* 12px */
  font-weight: 500;
  line-height: 1.33;
}

/* Modern Feed Layout Grid System */
.feed-layout-grid {
  display: grid;
  grid-template-columns: 280px 1fr 340px;
  grid-template-columns: var(--feed-left-sidebar-width) 1fr var(--feed-right-sidebar-width);
  gap: 24px;
  grid-gap: 24px;
  grid-gap: var(--feed-gap);
  gap: var(--feed-gap);
  max-width: 100%;
  margin: 0 auto;
  padding: 1rem;
  min-height: 100vh;
}

/* CSS Variables for Dynamic Layout */
:root {
  /* Desktop (≥1280px) - Sidebar Visible */
  --feed-left-sidebar-width: 280px;
  --feed-right-sidebar-width: 340px;
  --feed-gap: 24px;
  --feed-center-max-width: 920px;
  --feed-center-min-width: 760px;
  
  /* Sidebar Collapsed State */
  --feed-left-sidebar-collapsed-width: 0px;
  --feed-center-expanded-max-width: 1160px;
  --feed-center-expanded-min-width: 980px;
}

/* Responsive Variables */
@media (min-width: 1440px) {
  :root {
    --feed-left-sidebar-width: 280px;
    --feed-right-sidebar-width: 360px;
    --feed-center-max-width: 1200px;
    --feed-center-expanded-max-width: 1200px;
  }
}

@media (max-width: 1439px) and (min-width: 1280px) {
  :root {
    --feed-left-sidebar-width: 260px;
    --feed-right-sidebar-width: 320px;
    --feed-center-max-width: 920px;
  }
}

@media (max-width: 1279px) and (min-width: 1024px) {
  :root {
    --feed-left-sidebar-width: 240px;
    --feed-right-sidebar-width: 300px;
    --feed-gap: 16px;
    --feed-center-max-width: 800px;
  }
}

@media (max-width: 1023px) and (min-width: 768px) {
  .feed-layout-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  :root {
    --feed-left-sidebar-width: 0px;
    --feed-right-sidebar-width: 100%;
  }
}

@media (max-width: 767px) {
  .feed-layout-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 0.75rem;
  }
  
  :root {
    --feed-left-sidebar-width: 0px;
    --feed-right-sidebar-width: 100%;
  }
}

/* Left Sidebar Styles */
.feed-left-sidebar {
  width: 280px;
  width: var(--feed-left-sidebar-width);
  transition: width 250ms ease-in-out, opacity 200ms ease-in-out;
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
  height: -webkit-fit-content;
  height: fit-content;
  max-height: calc(100vh - 2rem);
  overflow-y: auto;
}

.feed-left-sidebar.collapsed {
  width: 0;
  opacity: 0;
  overflow: hidden;
}

.feed-left-sidebar.expanded {
  width: 280px;
  width: var(--feed-left-sidebar-width);
  opacity: 1;
}

.feed-sidebar-content {
  background: white;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05);
  min-width: 240px; /* Prevent layout shift */
}

/* Expand Button (when sidebar collapsed) */
.feed-sidebar-expand-btn {
  position: fixed;
  left: 1rem;
  top: 6rem;
  z-index: 50;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 0.75rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 200ms ease-in-out;
  opacity: 0;
  animation: fadeInExpand 300ms ease-out 100ms forwards;
}

.feed-sidebar-expand-btn:hover {
  background: #f9fafb;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  transform: translateX(2px);
}

.feed-sidebar-expand-btn:focus {
  outline: none;
  ring: 2px solid #3b82f6;
}

@keyframes fadeInExpand {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Center Feed Area */
.feed-center-area {
  width: 100%;
  max-width: 920px;
  max-width: var(--feed-center-max-width);
  margin: 0 auto;
  min-width: 760px;
  min-width: var(--feed-center-min-width);
}

.feed-center-area.expanded {
  max-width: 1160px;
  max-width: var(--feed-center-expanded-max-width);
  min-width: 980px;
  min-width: var(--feed-center-expanded-min-width);
}

/* Right Sidebar */
.feed-right-sidebar {
  width: 340px;
  width: var(--feed-right-sidebar-width);
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
  height: -webkit-fit-content;
  height: fit-content;
  max-height: calc(100vh - 2rem);
  overflow-y: auto;
}

@media (max-width: 1023px) {
  .feed-right-sidebar {
    position: static;
    width: 100%;
    max-width: none;
    margin-top: 2rem;
  }
}

/* Modern Post Composer Enhanced */
.modern-post-composer {
  width: 100%;
  margin-bottom: 2rem;
  background: white;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05);
  overflow: visible; /* Prevent tab truncation */
}

.composer-tabs-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  padding: 1rem 1.5rem 0;
  border-bottom: 1px solid #f1f5f9;
  min-width: 0; /* Allow wrapping */
  white-space: normal; /* Allow text wrapping */
}

.composer-tab {
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 200ms ease-in-out;
  cursor: pointer;
  min-width: 0; /* Prevent text truncation */
  white-space: nowrap;
  flex-shrink: 0;
}

.composer-tab:hover {
  background: #f8fafc;
}

.composer-tab.active {
  background: #dbeafe;
  color: #1e40af;
}

/* Textarea Auto-size */
.composer-textarea {
  width: 100%;
  min-height: 140px;
  max-height: 360px;
  resize: vertical;
  overflow-y: auto;
  font-family: inherit;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 1rem 1.5rem;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  transition: min-height 200ms ease-out;
}

.composer-textarea.expanded {
  min-height: 200px;
}

/* Composer Actions - Overflow Handling */
.composer-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.5rem;
  border-top: 1px solid #f1f5f9;
}

.composer-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  flex: 1 1;
  min-width: 0;
}

.composer-tool-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 500;
  transition: all 200ms ease-in-out;
  border: 1px solid #e5e7eb;
  background: white;
  color: #6b7280;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
}

.composer-tool-btn:hover {
  background: #f9fafb;
  border-color: #d1d5db;
}

/* Overflow Menu for Tools */
.composer-tools-overflow {
  position: relative;
}

.composer-overflow-btn {
  padding: 0.5rem;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
  background: white;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}

.composer-overflow-btn:hover {
  background: #f9fafb;
}

.composer-overflow-menu {
  position: absolute;
  bottom: 100%;
  right: 0;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  z-index: 50;
  min-width: 200px;
  padding: 0.5rem 0;
  transform: translateY(-0.25rem);
}

.composer-overflow-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  color: #374151;
  cursor: pointer;
  transition: background-color 200ms ease-in-out;
}

.composer-overflow-item:hover {
  background: #f9fafb;
}

/* Post Cards - No Fixed Width */
.post-card {
  width: 100%;
  background: white;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 1.5rem;
  overflow: visible; /* Allow content to expand */
}

.post-card-content {
  padding: 1.5rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/* Post Images - Responsive */
.post-media img,
.post-media video {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Post Actions - Responsive Layout */
.post-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 0.5rem;
  padding: 1rem 1.5rem;
  border-top: 1px solid #f1f5f9;
}

.post-action-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 200ms ease-in-out;
  cursor: pointer;
  flex: 1 1;
  justify-content: center;
  min-width: 0;
}

@media (max-width: 640px) {
  .post-action-btn span {
    display: none; /* Hide text on mobile */
  }
}

/* Performance Optimizations */
.feed-skeleton {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
}

@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

/* Accessibility Enhancements */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Focus Indicators */
button:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}

/* Smooth Scrolling */
html {
  scroll-behavior: smooth;
}

/* Prevent Layout Shift */
.feed-layout-grid {
  contain: layout style paint;
}

/* Mobile Drawer (for < 768px) */
@media (max-width: 767px) {
  .mobile-sidebar-drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    height: 100vh;
    background: white;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform 300ms ease-in-out;
    box-shadow: 4px 0 6px rgba(0, 0, 0, 0.1);
  }
  
  .mobile-sidebar-drawer.open {
    transform: translateX(0);
  }
  
  .mobile-sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    opacity: 0;
    pointer-events: none;
    transition: opacity 300ms ease-in-out;
  }
  
  .mobile-sidebar-overlay.open {
    opacity: 1;
    pointer-events: all;
  }
}

/* Responsive Breakpoints */
@media (max-width: 640px) {
  .medical-card{
    border-radius: 0.5rem;
    border-radius: var(--radius);
    padding: 1rem;
  }
  
  .text-headline-1 {
    font-size: 1.75rem; /* 28px */
  }
  
  .text-headline-2 {
    font-size: 1.25rem; /* 20px */
  }
  
  .post-card .post-header{
    padding: 1rem;
    padding-bottom: 0.75rem;
  }
  
  .post-card .post-content{
    padding: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  
  .post-card .post-actions{
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

/* Tablet Responsiveness */
@media (max-width: 1024px) and (min-width: 641px) {
  .feed-container{
    max-width: 48rem;
  }
  
  .medical-card{
    padding: 1.25rem;
  }
}

/* Desktop Enhancements */
@media (min-width: 1025px) {
  .feed-container{
    max-width: 42rem;
  }
  
  .post-card:hover{
    --tw-scale-x: 1.01;
    --tw-scale-y: 1.01;
    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: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition: all 0.2s ease-in-out;
  }
}

/* Animation Classes */
.fade-in {
  animation: fadeIn 0.3s ease-in-out;
}

.slide-up {
  animation: slideUp 0.3s ease-out;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slideUp {
  from { 
    opacity: 0;
    transform: translateY(10px);
  }
  to { 
    opacity: 1;
    transform: translateY(0);
  }
}

.file\:border-0::-webkit-file-upload-button{
  border-width: 0px;
}

.file\:border-0::file-selector-button{
  border-width: 0px;
}

.file\:bg-transparent::-webkit-file-upload-button{
  background-color: transparent;
}

.file\:bg-transparent::file-selector-button{
  background-color: transparent;
}

.file\:text-sm::-webkit-file-upload-button{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.file\:text-sm::file-selector-button{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.file\:font-medium::-webkit-file-upload-button{
  font-weight: 500;
}

.file\:font-medium::file-selector-button{
  font-weight: 500;
}

.file\:text-foreground::-webkit-file-upload-button{
  color: hsl(0 0% 3.9%);
  color: hsl(var(--foreground));
}

.file\:text-foreground::file-selector-button{
  color: hsl(0 0% 3.9%);
  color: hsl(var(--foreground));
}

.placeholder\:text-muted-foreground::placeholder{
  color: hsl(0 0% 45.1%);
  color: hsl(var(--muted-foreground));
}

.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}

.after\:inset-y-0::after{
  content: var(--tw-content);
  top: 0px;
  bottom: 0px;
}

.after\:left-1\/2::after{
  content: var(--tw-content);
  left: 50%;
}

.after\:left-\[2px\]::after{
  content: var(--tw-content);
  left: 2px;
}

.after\:top-\[2px\]::after{
  content: var(--tw-content);
  top: 2px;
}

.after\:h-5::after{
  content: var(--tw-content);
  height: 1.25rem;
}

.after\:w-1::after{
  content: var(--tw-content);
  width: 0.25rem;
}

.after\:w-5::after{
  content: var(--tw-content);
  width: 1.25rem;
}

.after\:-translate-x-1\/2::after{
  content: var(--tw-content);
  --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));
}

.after\:rounded-full::after{
  content: var(--tw-content);
  border-radius: 9999px;
}

.after\:border::after{
  content: var(--tw-content);
  border-width: 1px;
}

.after\:border-gray-300::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / 1);
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

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

.after\:transition-all::after{
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.after\:content-\[\'\'\]::after{
  --tw-content: '';
  content: var(--tw-content);
}

.first\:rounded-l-md:first-child{
  border-top-left-radius: calc(0.5rem - 2px);
  border-top-left-radius: calc(var(--radius) - 2px);
  border-bottom-left-radius: calc(0.5rem - 2px);
  border-bottom-left-radius: calc(var(--radius) - 2px);
}

.first\:border-l:first-child{
  border-left-width: 1px;
}

.last\:rounded-r-md:last-child{
  border-top-right-radius: calc(0.5rem - 2px);
  border-top-right-radius: calc(var(--radius) - 2px);
  border-bottom-right-radius: calc(0.5rem - 2px);
  border-bottom-right-radius: calc(var(--radius) - 2px);
}

.last\:border-b-0:last-child{
  border-bottom-width: 0px;
}

.last\:pb-0:last-child{
  padding-bottom: 0px;
}

.focus-within\:relative:focus-within{
  position: relative;
}

.focus-within\:z-20:focus-within{
  z-index: 20;
}

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

.hover\:-translate-y-0\.5:hover{
  --tw-translate-y: -0.125rem;
  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\:-translate-y-1:hover{
  --tw-translate-y: -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));
}

.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\:scale-110:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:scale-\[1\.01\]:hover{
  --tw-scale-x: 1.01;
  --tw-scale-y: 1.01;
  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\:scale-\[1\.02\]:hover{
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  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-\[\#D32F2F\]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(211 47 47 / 1);
  border-color: rgb(211 47 47 / var(--tw-border-opacity, 1));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.hover\:border-slate-500:hover{
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / 1);
  border-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
}

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

.hover\:bg-\[\#D32F2F\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(211 47 47 / 1);
  background-color: rgb(211 47 47 / var(--tw-bg-opacity, 1));
}

.hover\:bg-accent:hover{
  background-color: hsl(0 0% 96.1%);
  background-color: hsl(var(--accent));
}

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

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

.hover\:bg-blue-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / 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 / 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 / 1);
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.hover\:bg-cyan-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(207 250 254 / 1);
  background-color: rgb(207 250 254 / var(--tw-bg-opacity, 1));
}

.hover\:bg-destructive\/80:hover{
  background-color: hsl(0 84.2% 60.2% / 0.8);
  background-color: hsl(var(--destructive) / 0.8);
}

.hover\:bg-destructive\/90:hover{
  background-color: hsl(0 84.2% 60.2% / 0.9);
  background-color: hsl(var(--destructive) / 0.9);
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / 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 / 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 / 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 / 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 / 1);
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50\/50:hover{
  background-color: rgb(249 250 251 / 0.5);
}

.hover\:bg-gray-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / 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 / 1);
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

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

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

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

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

.hover\:bg-green-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / 1);
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-muted:hover{
  background-color: hsl(0 0% 96.1%);
  background-color: hsl(var(--muted));
}

.hover\:bg-muted\/50:hover{
  background-color: hsl(0 0% 96.1% / 0.5);
  background-color: hsl(var(--muted) / 0.5);
}

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

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

.hover\:bg-omayday-blue-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / 1);
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.hover\:bg-omayday-blue-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / 1);
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}

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

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

.hover\:bg-orange-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / 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 / 1);
  background-color: rgb(194 65 12 / var(--tw-bg-opacity, 1));
}

.hover\:bg-pink-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(190 24 93 / 1);
  background-color: rgb(190 24 93 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary:hover{
  background-color: hsl(0 0% 9%);
  background-color: hsl(var(--primary));
}

.hover\:bg-primary\/80:hover{
  background-color: hsl(0 0% 9% / 0.8);
  background-color: hsl(var(--primary) / 0.8);
}

.hover\:bg-primary\/90:hover{
  background-color: hsl(0 0% 9% / 0.9);
  background-color: hsl(var(--primary) / 0.9);
}

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

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

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

.hover\:bg-purple-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / 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 / 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 / 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 / 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 / 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 / 1);
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary:hover{
  background-color: hsl(0 0% 96.1%);
  background-color: hsl(var(--secondary));
}

.hover\:bg-secondary\/80:hover{
  background-color: hsl(0 0% 96.1% / 0.8);
  background-color: hsl(var(--secondary) / 0.8);
}

.hover\:bg-slate-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / 1);
  background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
}

.hover\:bg-teal-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 250 / 1);
  background-color: rgb(240 253 250 / var(--tw-bg-opacity, 1));
}

.hover\:bg-teal-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / 1);
  background-color: rgb(15 118 110 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-white\/20:hover{
  background-color: rgb(255 255 255 / 0.2);
}

.hover\:bg-white\/30:hover{
  background-color: rgb(255 255 255 / 0.3);
}

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

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

.hover\:bg-yellow-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / 1);
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}

.hover\:bg-opacity-20:hover{
  --tw-bg-opacity: 0.2;
}

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

.hover\:bg-opacity-80:hover{
  --tw-bg-opacity: 0.8;
}

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

.hover\:from-blue-100:hover{
  --tw-gradient-from: #dbeafe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-blue-50:hover{
  --tw-gradient-from: #eff6ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

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

.hover\:from-blue-600:hover{
  --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);
}

.hover\:from-blue-700:hover{
  --tw-gradient-from: #1d4ed8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-green-700:hover{
  --tw-gradient-from: #15803d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 128 61 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-omayday-blue-600:hover{
  --tw-gradient-from: #1d4ed8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-omayday-red-600:hover{
  --tw-gradient-from: #b91c1c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-purple-700:hover{
  --tw-gradient-from: #7e22ce var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-red-100:hover{
  --tw-gradient-from: #fee2e2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-red-50:hover{
  --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);
}

.hover\:from-red-500:hover{
  --tw-gradient-from: #ef4444 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-red-600:hover{
  --tw-gradient-from: #dc2626 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-red-700:hover{
  --tw-gradient-from: #b91c1c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-teal-600:hover{
  --tw-gradient-from: #0d9488 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:to-blue-100:hover{
  --tw-gradient-to: #dbeafe var(--tw-gradient-to-position);
}

.hover\:to-blue-200:hover{
  --tw-gradient-to: #bfdbfe var(--tw-gradient-to-position);
}

.hover\:to-blue-50:hover{
  --tw-gradient-to: #eff6ff var(--tw-gradient-to-position);
}

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

.hover\:to-blue-700:hover{
  --tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position);
}

.hover\:to-cyan-600:hover{
  --tw-gradient-to: #0891b2 var(--tw-gradient-to-position);
}

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

.hover\:to-indigo-700:hover{
  --tw-gradient-to: #4338ca var(--tw-gradient-to-position);
}

.hover\:to-omayday-blue-600:hover{
  --tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position);
}

.hover\:to-omayday-red-600:hover{
  --tw-gradient-to: #b91c1c var(--tw-gradient-to-position);
}

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

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

.hover\:to-red-100:hover{
  --tw-gradient-to: #fee2e2 var(--tw-gradient-to-position);
}

.hover\:to-red-200:hover{
  --tw-gradient-to: #fecaca var(--tw-gradient-to-position);
}

.hover\:to-red-50:hover{
  --tw-gradient-to: #fef2f2 var(--tw-gradient-to-position);
}

.hover\:to-red-600:hover{
  --tw-gradient-to: #dc2626 var(--tw-gradient-to-position);
}

.hover\:to-transparent:hover{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.hover\:text-\[\#212121\]:hover{
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / 1);
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#D32F2F\]:hover{
  --tw-text-opacity: 1;
  color: rgb(211 47 47 / 1);
  color: rgb(211 47 47 / var(--tw-text-opacity, 1));
}

.hover\:text-accent-foreground:hover{
  color: hsl(0 0% 9%);
  color: hsl(var(--accent-foreground));
}

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

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

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

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

.hover\:text-blue-800:hover{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / 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 / 1);
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.hover\:text-foreground:hover{
  color: hsl(0 0% 3.9%);
  color: hsl(var(--foreground));
}

.hover\:text-gray-600:hover{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / 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 / 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 / 1);
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

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

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

.hover\:text-green-800:hover{
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / 1);
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.hover\:text-muted-foreground:hover{
  color: hsl(0 0% 45.1%);
  color: hsl(var(--muted-foreground));
}

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

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

.hover\:text-omayday-blue-800:hover{
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / 1);
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

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

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

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

.hover\:text-primary-foreground:hover{
  color: hsl(0 0% 98%);
  color: hsl(var(--primary-foreground));
}

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

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

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

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

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

.hover\:text-red-700:hover{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / 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 / 1);
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.hover\:text-slate-300:hover{
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / 1);
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

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

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

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

.hover\:underline:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

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

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

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

.hover\:opacity-90:hover{
  opacity: 0.9;
}

.hover\:shadow-2xl:hover{
  --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: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-\[0_4px_20px_rgba\(0\2c 0\2c 0\2c 0\.08\)\]:hover{
  --tw-shadow: 0 4px 20px rgba(0,0,0,0.08);
  --tw-shadow-colored: 0 4px 20px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.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: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  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: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-sm:hover{
  --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: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  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: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:brightness-90:hover{
  --tw-brightness: brightness(.9);
  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);
}

.focus\:border-blue-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / 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 / 1);
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}

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

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

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

.focus\:bg-accent:focus{
  background-color: hsl(0 0% 96.1%);
  background-color: hsl(var(--accent));
}

.focus\:bg-primary:focus{
  background-color: hsl(0 0% 9%);
  background-color: hsl(var(--primary));
}

.focus\:text-accent-foreground:focus{
  color: hsl(0 0% 9%);
  color: hsl(var(--accent-foreground));
}

.focus\:text-primary-foreground:focus{
  color: hsl(0 0% 98%);
  color: hsl(var(--primary-foreground));
}

.focus\:opacity-100:focus{
  opacity: 1;
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-0: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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.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), 0 0 #0000;
  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), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-\[\#D32F2F\]:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(211 47 47 / var(--tw-ring-opacity, 1));
}

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

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

.focus\:ring-blue-500\/20:focus{
  --tw-ring-color: rgb(59 130 246 / 0.2);
}

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

.focus\:ring-omayday-blue-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity, 1));
}

.focus\:ring-orange-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(249 115 22 / 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-ring:focus{
  --tw-ring-color: hsl(var(--ring));
}

.focus\:ring-teal-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(20 184 166 / var(--tw-ring-opacity, 1));
}

.focus\:ring-white\/50:focus{
  --tw-ring-color: rgb(255 255 255 / 0.5);
}

.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}

.focus-visible\:outline-none:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-visible\:ring-1:focus-visible{
  --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), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ring-2:focus-visible{
  --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), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ring-ring:focus-visible{
  --tw-ring-color: hsl(var(--ring));
}

.focus-visible\:ring-offset-1:focus-visible{
  --tw-ring-offset-width: 1px;
}

.focus-visible\:ring-offset-2:focus-visible{
  --tw-ring-offset-width: 2px;
}

.focus-visible\:ring-offset-background:focus-visible{
  --tw-ring-offset-color: hsl(var(--background));
}

.active\:scale-95: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));
}

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

.disabled\:transform-none:disabled{
  transform: none;
}

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

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

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

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

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

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

.disabled\:opacity-50:disabled{
  opacity: 0.5;
}

.group:hover .group-hover\:translate-y-0{
  --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));
}

.group\/btn:hover .group-hover\/btn\:scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-105{
  --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));
}

@keyframes bounce{

  0%, 100%{
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.group:hover .group-hover\:animate-bounce{
  animation: bounce 1s infinite;
}

@keyframes pulse{

  50%{
    opacity: .5;
  }
}

.group:hover .group-hover\:animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

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

.group:hover .group-hover\:border-omayday-blue-500{
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / 1);
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:bg-blue-700{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / 1);
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

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

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

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

.group:hover .group-hover\:bg-opacity-20{
  --tw-bg-opacity: 0.2;
}

.group:hover .group-hover\:text-\[\#D32F2F\]{
  --tw-text-opacity: 1;
  color: rgb(211 47 47 / 1);
  color: rgb(211 47 47 / var(--tw-text-opacity, 1));
}

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

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

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

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

.group:hover .group-hover\:text-omayday-blue-700{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / 1);
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

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

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

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

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

.group:hover .group-hover\:opacity-10{
  opacity: 0.1;
}

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

.group:hover .group-hover\:opacity-30{
  opacity: 0.3;
}

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

.group:hover .group-hover\:drop-shadow-xl{
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  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);
}

.group.destructive .group-\[\.destructive\]\:border-muted\/40{
  border-color: hsl(0 0% 96.1% / 0.4);
  border-color: hsl(var(--muted) / 0.4);
}

.group.toaster .group-\[\.toaster\]\:border-border{
  border-color: hsl(0 0% 89.8%);
  border-color: hsl(var(--border));
}

.group.toast .group-\[\.toast\]\:bg-muted{
  background-color: hsl(0 0% 96.1%);
  background-color: hsl(var(--muted));
}

.group.toast .group-\[\.toast\]\:bg-primary{
  background-color: hsl(0 0% 9%);
  background-color: hsl(var(--primary));
}

.group.toaster .group-\[\.toaster\]\:bg-background{
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--background));
}

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

.group.toast .group-\[\.toast\]\:text-muted-foreground{
  color: hsl(0 0% 45.1%);
  color: hsl(var(--muted-foreground));
}

.group.toast .group-\[\.toast\]\:text-primary-foreground{
  color: hsl(0 0% 98%);
  color: hsl(var(--primary-foreground));
}

.group.toaster .group-\[\.toaster\]\:text-foreground{
  color: hsl(0 0% 3.9%);
  color: hsl(var(--foreground));
}

.group.toaster .group-\[\.toaster\]\: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: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group.destructive .group-\[\.destructive\]\:hover\:border-destructive\/30:hover{
  border-color: hsl(0 84.2% 60.2% / 0.3);
  border-color: hsl(var(--destructive) / 0.3);
}

.group.destructive .group-\[\.destructive\]\:hover\:bg-destructive:hover{
  background-color: hsl(0 84.2% 60.2%);
  background-color: hsl(var(--destructive));
}

.group.destructive .group-\[\.destructive\]\:hover\:text-destructive-foreground:hover{
  color: hsl(0 0% 98%);
  color: hsl(var(--destructive-foreground));
}

.group.destructive .group-\[\.destructive\]\:hover\:text-red-50:hover{
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / 1);
  color: rgb(254 242 242 / var(--tw-text-opacity, 1));
}

.group.destructive .group-\[\.destructive\]\:focus\:ring-destructive:focus{
  --tw-ring-color: hsl(var(--destructive));
}

.group.destructive .group-\[\.destructive\]\:focus\:ring-red-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1));
}

.group.destructive .group-\[\.destructive\]\:focus\:ring-offset-red-600:focus{
  --tw-ring-offset-color: #dc2626;
}

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

.peer:checked ~ .peer-checked\:after\:translate-x-full::after{
  content: var(--tw-content);
  --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));
}

.peer:checked ~ .peer-checked\:after\:border-white::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / 1);
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.peer:focus ~ .peer-focus\:outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.peer:focus ~ .peer-focus\:ring-4{
  --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), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.peer:focus ~ .peer-focus\:ring-blue-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity, 1));
}

.peer:disabled ~ .peer-disabled\:cursor-not-allowed{
  cursor: not-allowed;
}

.peer:disabled ~ .peer-disabled\:opacity-70{
  opacity: 0.7;
}

.has-\[\:disabled\]\:opacity-50:has(:disabled){
  opacity: 0.5;
}

.aria-selected\:bg-accent[aria-selected="true"]{
  background-color: hsl(0 0% 96.1%);
  background-color: hsl(var(--accent));
}

.aria-selected\:bg-accent\/50[aria-selected="true"]{
  background-color: hsl(0 0% 96.1% / 0.5);
  background-color: hsl(var(--accent) / 0.5);
}

.aria-selected\:text-accent-foreground[aria-selected="true"]{
  color: hsl(0 0% 9%);
  color: hsl(var(--accent-foreground));
}

.aria-selected\:text-muted-foreground[aria-selected="true"]{
  color: hsl(0 0% 45.1%);
  color: hsl(var(--muted-foreground));
}

.aria-selected\:opacity-100[aria-selected="true"]{
  opacity: 1;
}

.data-\[disabled\=true\]\:pointer-events-none[data-disabled="true"]{
  pointer-events: none;
}

.data-\[disabled\]\:pointer-events-none[data-disabled]{
  pointer-events: none;
}

.data-\[panel-group-direction\=vertical\]\:h-px[data-panel-group-direction="vertical"]{
  height: 1px;
}

.data-\[panel-group-direction\=vertical\]\:w-full[data-panel-group-direction="vertical"]{
  width: 100%;
}

.data-\[side\=bottom\]\:translate-y-1[data-side="bottom"]{
  --tw-translate-y: 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));
}

.data-\[side\=left\]\:-translate-x-1[data-side="left"]{
  --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));
}

.data-\[side\=right\]\:translate-x-1[data-side="right"]{
  --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));
}

.data-\[side\=top\]\:-translate-y-1[data-side="top"]{
  --tw-translate-y: -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));
}

.data-\[state\=checked\]\:translate-x-4[data-state="checked"]{
  --tw-translate-x: 1rem;
  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));
}

.data-\[state\=unchecked\]\:translate-x-0[data-state="unchecked"]{
  --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));
}

.data-\[swipe\=cancel\]\:translate-x-0[data-swipe="cancel"]{
  --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));
}

.data-\[swipe\=end\]\:translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe="end"]{
  --tw-translate-x: var(--radix-toast-swipe-end-x);
  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));
}

.data-\[swipe\=move\]\:translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe="move"]{
  --tw-translate-x: var(--radix-toast-swipe-move-x);
  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 accordion-up{

  from{
    height: var(--radix-accordion-content-height);
  }

  to{
    height: 0;
  }
}

.data-\[state\=closed\]\:animate-accordion-up[data-state="closed"]{
  animation: accordion-up 0.2s ease-out;
}

@keyframes accordion-down{

  from{
    height: 0;
  }

  to{
    height: var(--radix-accordion-content-height);
  }
}

.data-\[state\=open\]\:animate-accordion-down[data-state="open"]{
  animation: accordion-down 0.2s ease-out;
}

.data-\[panel-group-direction\=vertical\]\:flex-col[data-panel-group-direction="vertical"]{
  flex-direction: column;
}

.data-\[selected\=true\]\:bg-accent[data-selected="true"]{
  background-color: hsl(0 0% 96.1%);
  background-color: hsl(var(--accent));
}

.data-\[state\=active\]\:bg-background[data-state="active"]{
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--background));
}

.data-\[state\=active\]\:bg-blue-50[data-state="active"]{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / 1);
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.data-\[state\=active\]\:bg-white[data-state="active"]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.data-\[state\=checked\]\:bg-primary[data-state="checked"]{
  background-color: hsl(0 0% 9%);
  background-color: hsl(var(--primary));
}

.data-\[state\=on\]\:bg-accent[data-state="on"]{
  background-color: hsl(0 0% 96.1%);
  background-color: hsl(var(--accent));
}

.data-\[state\=open\]\:bg-accent[data-state="open"]{
  background-color: hsl(0 0% 96.1%);
  background-color: hsl(var(--accent));
}

.data-\[state\=open\]\:bg-accent\/50[data-state="open"]{
  background-color: hsl(0 0% 96.1% / 0.5);
  background-color: hsl(var(--accent) / 0.5);
}

.data-\[state\=open\]\:bg-secondary[data-state="open"]{
  background-color: hsl(0 0% 96.1%);
  background-color: hsl(var(--secondary));
}

.data-\[state\=selected\]\:bg-muted[data-state="selected"]{
  background-color: hsl(0 0% 96.1%);
  background-color: hsl(var(--muted));
}

.data-\[state\=unchecked\]\:bg-input[data-state="unchecked"]{
  background-color: hsl(0 0% 89.8%);
  background-color: hsl(var(--input));
}

.data-\[placeholder\]\:text-muted-foreground[data-placeholder]{
  color: hsl(0 0% 45.1%);
  color: hsl(var(--muted-foreground));
}

.data-\[selected\=true\]\:text-accent-foreground[data-selected="true"]{
  color: hsl(0 0% 9%);
  color: hsl(var(--accent-foreground));
}

.data-\[state\=active\]\:text-blue-700[data-state="active"]{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / 1);
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.data-\[state\=active\]\:text-foreground[data-state="active"]{
  color: hsl(0 0% 3.9%);
  color: hsl(var(--foreground));
}

.data-\[state\=checked\]\:text-primary-foreground[data-state="checked"]{
  color: hsl(0 0% 98%);
  color: hsl(var(--primary-foreground));
}

.data-\[state\=on\]\:text-accent-foreground[data-state="on"]{
  color: hsl(0 0% 9%);
  color: hsl(var(--accent-foreground));
}

.data-\[state\=open\]\:text-accent-foreground[data-state="open"]{
  color: hsl(0 0% 9%);
  color: hsl(var(--accent-foreground));
}

.data-\[state\=open\]\:text-muted-foreground[data-state="open"]{
  color: hsl(0 0% 45.1%);
  color: hsl(var(--muted-foreground));
}

.data-\[disabled\=true\]\:opacity-50[data-disabled="true"]{
  opacity: 0.5;
}

.data-\[disabled\]\:opacity-50[data-disabled]{
  opacity: 0.5;
}

.data-\[state\=active\]\:shadow[data-state="active"]{
  --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: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.data-\[state\=active\]\:shadow-sm[data-state="active"]{
  --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: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.data-\[swipe\=move\]\:transition-none[data-swipe="move"]{
  transition-property: none;
}

.data-\[state\=closed\]\:duration-300[data-state="closed"]{
  transition-duration: 300ms;
}

.data-\[state\=open\]\:duration-500[data-state="open"]{
  transition-duration: 500ms;
}

.data-\[motion\^\=from-\]\:animate-in[data-motion^="from-"]{
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}

.data-\[state\=open\]\:animate-in[data-state="open"]{
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}

.data-\[state\=visible\]\:animate-in[data-state="visible"]{
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}

.data-\[motion\^\=to-\]\:animate-out[data-motion^="to-"]{
  animation-name: exit;
  animation-duration: 150ms;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
}

.data-\[state\=closed\]\:animate-out[data-state="closed"]{
  animation-name: exit;
  animation-duration: 150ms;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
}

.data-\[state\=hidden\]\:animate-out[data-state="hidden"]{
  animation-name: exit;
  animation-duration: 150ms;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
}

.data-\[swipe\=end\]\:animate-out[data-swipe="end"]{
  animation-name: exit;
  animation-duration: 150ms;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
}

.data-\[motion\^\=from-\]\:fade-in[data-motion^="from-"]{
  --tw-enter-opacity: 0;
}

.data-\[motion\^\=to-\]\:fade-out[data-motion^="to-"]{
  --tw-exit-opacity: 0;
}

.data-\[state\=closed\]\:fade-out-0[data-state="closed"]{
  --tw-exit-opacity: 0;
}

.data-\[state\=closed\]\:fade-out-80[data-state="closed"]{
  --tw-exit-opacity: 0.8;
}

.data-\[state\=hidden\]\:fade-out[data-state="hidden"]{
  --tw-exit-opacity: 0;
}

.data-\[state\=open\]\:fade-in-0[data-state="open"]{
  --tw-enter-opacity: 0;
}

.data-\[state\=visible\]\:fade-in[data-state="visible"]{
  --tw-enter-opacity: 0;
}

.data-\[state\=closed\]\:zoom-out-95[data-state="closed"]{
  --tw-exit-scale: .95;
}

.data-\[state\=open\]\:zoom-in-90[data-state="open"]{
  --tw-enter-scale: .9;
}

.data-\[state\=open\]\:zoom-in-95[data-state="open"]{
  --tw-enter-scale: .95;
}

.data-\[motion\=from-end\]\:slide-in-from-right-52[data-motion="from-end"]{
  --tw-enter-translate-x: 13rem;
}

.data-\[motion\=from-start\]\:slide-in-from-left-52[data-motion="from-start"]{
  --tw-enter-translate-x: -13rem;
}

.data-\[motion\=to-end\]\:slide-out-to-right-52[data-motion="to-end"]{
  --tw-exit-translate-x: 13rem;
}

.data-\[motion\=to-start\]\:slide-out-to-left-52[data-motion="to-start"]{
  --tw-exit-translate-x: -13rem;
}

.data-\[side\=bottom\]\:slide-in-from-top-2[data-side="bottom"]{
  --tw-enter-translate-y: -0.5rem;
}

.data-\[side\=left\]\:slide-in-from-right-2[data-side="left"]{
  --tw-enter-translate-x: 0.5rem;
}

.data-\[side\=right\]\:slide-in-from-left-2[data-side="right"]{
  --tw-enter-translate-x: -0.5rem;
}

.data-\[side\=top\]\:slide-in-from-bottom-2[data-side="top"]{
  --tw-enter-translate-y: 0.5rem;
}

.data-\[state\=closed\]\:slide-out-to-bottom[data-state="closed"]{
  --tw-exit-translate-y: 100%;
}

.data-\[state\=closed\]\:slide-out-to-left[data-state="closed"]{
  --tw-exit-translate-x: -100%;
}

.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state="closed"]{
  --tw-exit-translate-x: -50%;
}

.data-\[state\=closed\]\:slide-out-to-right[data-state="closed"]{
  --tw-exit-translate-x: 100%;
}

.data-\[state\=closed\]\:slide-out-to-right-full[data-state="closed"]{
  --tw-exit-translate-x: 100%;
}

.data-\[state\=closed\]\:slide-out-to-top[data-state="closed"]{
  --tw-exit-translate-y: -100%;
}

.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state="closed"]{
  --tw-exit-translate-y: -48%;
}

.data-\[state\=open\]\:slide-in-from-bottom[data-state="open"]{
  --tw-enter-translate-y: 100%;
}

.data-\[state\=open\]\:slide-in-from-left[data-state="open"]{
  --tw-enter-translate-x: -100%;
}

.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state="open"]{
  --tw-enter-translate-x: -50%;
}

.data-\[state\=open\]\:slide-in-from-right[data-state="open"]{
  --tw-enter-translate-x: 100%;
}

.data-\[state\=open\]\:slide-in-from-top[data-state="open"]{
  --tw-enter-translate-y: -100%;
}

.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state="open"]{
  --tw-enter-translate-y: -48%;
}

.data-\[state\=open\]\:slide-in-from-top-full[data-state="open"]{
  --tw-enter-translate-y: -100%;
}

.data-\[state\=closed\]\:duration-300[data-state="closed"]{
  animation-duration: 300ms;
}

.data-\[state\=open\]\:duration-500[data-state="open"]{
  animation-duration: 500ms;
}

.data-\[panel-group-direction\=vertical\]\:after\:left-0[data-panel-group-direction="vertical"]::after{
  content: var(--tw-content);
  left: 0px;
}

.data-\[panel-group-direction\=vertical\]\:after\:h-1[data-panel-group-direction="vertical"]::after{
  content: var(--tw-content);
  height: 0.25rem;
}

.data-\[panel-group-direction\=vertical\]\:after\:w-full[data-panel-group-direction="vertical"]::after{
  content: var(--tw-content);
  width: 100%;
}

.data-\[panel-group-direction\=vertical\]\:after\:-translate-y-1\/2[data-panel-group-direction="vertical"]::after{
  content: var(--tw-content);
  --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));
}

.data-\[panel-group-direction\=vertical\]\:after\:translate-x-0[data-panel-group-direction="vertical"]::after{
  content: var(--tw-content);
  --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));
}

.data-\[state\=open\]\:hover\:bg-accent:hover[data-state="open"]{
  background-color: hsl(0 0% 96.1%);
  background-color: hsl(var(--accent));
}

.data-\[state\=open\]\:focus\:bg-accent:focus[data-state="open"]{
  background-color: hsl(0 0% 96.1%);
  background-color: hsl(var(--accent));
}

.group[data-state="open"] .group-data-\[state\=open\]\:rotate-180{
  --tw-rotate: 180deg;
  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));
}

.dark\:border-destructive:is(.dark *){
  border-color: hsl(0 84.2% 60.2%);
  border-color: hsl(var(--destructive));
}

.dark\:border-gray-600:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / 1);
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}

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

.dark\:border-gray-700\/20:is(.dark *){
  border-color: rgb(55 65 81 / 0.2);
}

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

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

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

.dark\:bg-gray-800\/50:is(.dark *){
  background-color: rgb(31 41 55 / 0.5);
}

.dark\:bg-gray-800\/80:is(.dark *){
  background-color: rgb(31 41 55 / 0.8);
}

.dark\:bg-red-900\/20:is(.dark *){
  background-color: rgb(127 29 29 / 0.2);
}

.dark\:from-gray-900:is(.dark *){
  --tw-gradient-from: #111827 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-omayday-red-900\/20:is(.dark *){
  --tw-gradient-from: rgb(101 31 31 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(101 31 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:via-gray-800:is(.dark *){
  --tw-gradient-to: rgb(31 41 55 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:to-gray-900:is(.dark *){
  --tw-gradient-to: #111827 var(--tw-gradient-to-position);
}

.dark\:to-omayday-blue-900\/20:is(.dark *){
  --tw-gradient-to: rgb(30 46 107 / 0.2) var(--tw-gradient-to-position);
}

.dark\:text-gray-200:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / 1);
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

.dark\:text-gray-300:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / 1);
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.dark\:text-gray-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / 1);
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

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

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

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

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

.dark\:hover\:bg-gray-700\/50:hover:is(.dark *){
  background-color: rgb(55 65 81 / 0.5);
}

.dark\:hover\:bg-omayday-blue-900\/20:hover:is(.dark *){
  background-color: rgb(30 46 107 / 0.2);
}

.dark\:hover\:text-omayday-blue-400:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / 1);
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

@media (min-width: 320px){

  .xs\:left-3{
    left: 0.75rem;
  }

  .xs\:right-3{
    right: 0.75rem;
  }

  .xs\:top-3{
    top: 0.75rem;
  }

  .xs\:mb-0{
    margin-bottom: 0px;
  }

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

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

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

  .xs\:mb-5{
    margin-bottom: 1.25rem;
  }

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

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

  .xs\:ml-3{
    margin-left: 0.75rem;
  }

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

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

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

  .xs\:mt-0{
    margin-top: 0px;
  }

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

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

  .xs\:inline{
    display: inline;
  }

  .xs\:hidden{
    display: none;
  }

  .xs\:h-2{
    height: 0.5rem;
  }

  .xs\:h-3{
    height: 0.75rem;
  }

  .xs\:h-36{
    height: 9rem;
  }

  .xs\:h-4{
    height: 1rem;
  }

  .xs\:h-5{
    height: 1.25rem;
  }

  .xs\:h-6{
    height: 1.5rem;
  }

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

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

  .xs\:w-3{
    width: 0.75rem;
  }

  .xs\:w-4{
    width: 1rem;
  }

  .xs\:w-5{
    width: 1.25rem;
  }

  .xs\:w-6{
    width: 1.5rem;
  }

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

  .xs\:flex-row{
    flex-direction: row;
  }

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

  .xs\:items-start{
    align-items: flex-start;
  }

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

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

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

  .xs\:gap-2{
    gap: 0.5rem;
  }

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

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

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

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

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

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

  .xs\:p-2{
    padding: 0.5rem;
  }

  .xs\:p-4{
    padding: 1rem;
  }

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

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

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

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

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

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

  .xs\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

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

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

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

  .xs\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

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

  .xs\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .xs\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (min-width: 375px){

  .sm\:bottom-0{
    bottom: 0px;
  }

  .sm\:bottom-4{
    bottom: 1rem;
  }

  .sm\:left-3{
    left: 0.75rem;
  }

  .sm\:left-4{
    left: 1rem;
  }

  .sm\:right-0{
    right: 0px;
  }

  .sm\:right-3{
    right: 0.75rem;
  }

  .sm\:right-4{
    right: 1rem;
  }

  .sm\:top-3{
    top: 0.75rem;
  }

  .sm\:top-4{
    top: 1rem;
  }

  .sm\:top-auto{
    top: auto;
  }

  .sm\:m-6{
    margin: 1.5rem;
  }

  .sm\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:mb-0{
    margin-bottom: 0px;
  }

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

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

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

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

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

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

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

  .sm\:ml-3{
    margin-left: 0.75rem;
  }

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

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

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

  .sm\:mt-0{
    margin-top: 0px;
  }

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

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

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

  .sm\:block{
    display: block;
  }

  .sm\:inline{
    display: inline;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:hidden{
    display: none;
  }

  .sm\:h-10{
    height: 2.5rem;
  }

  .sm\:h-11{
    height: 2.75rem;
  }

  .sm\:h-12{
    height: 3rem;
  }

  .sm\:h-2{
    height: 0.5rem;
  }

  .sm\:h-20{
    height: 5rem;
  }

  .sm\:h-3{
    height: 0.75rem;
  }

  .sm\:h-4{
    height: 1rem;
  }

  .sm\:h-40{
    height: 10rem;
  }

  .sm\:h-5{
    height: 1.25rem;
  }

  .sm\:h-6{
    height: 1.5rem;
  }

  .sm\:h-8{
    height: 2rem;
  }

  .sm\:h-80{
    height: 20rem;
  }

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

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

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

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

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

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

  .sm\:w-10{
    width: 2.5rem;
  }

  .sm\:w-12{
    width: 3rem;
  }

  .sm\:w-16{
    width: 4rem;
  }

  .sm\:w-20{
    width: 5rem;
  }

  .sm\:w-3{
    width: 0.75rem;
  }

  .sm\:w-4{
    width: 1rem;
  }

  .sm\:w-5{
    width: 1.25rem;
  }

  .sm\:w-6{
    width: 1.5rem;
  }

  .sm\:w-8{
    width: 2rem;
  }

  .sm\:w-auto{
    width: auto;
  }

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

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

  .sm\:flex-none{
    flex: none;
  }

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

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

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

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

  .sm\:flex-row{
    flex-direction: row;
  }

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

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

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

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

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

  .sm\:gap-0{
    gap: 0px;
  }

  .sm\:gap-2{
    gap: 0.5rem;
  }

  .sm\:gap-2\.5{
    gap: 0.625rem;
  }

  .sm\:gap-3{
    gap: 0.75rem;
  }

  .sm\:gap-4{
    gap: 1rem;
  }

  .sm\:gap-5{
    gap: 1.25rem;
  }

  .sm\:gap-6{
    gap: 1.5rem;
  }

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

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

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

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

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

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

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

  .sm\:rounded-lg{
    border-radius: 0.5rem;
    border-radius: var(--radius);
  }

  .sm\:p-2{
    padding: 0.5rem;
  }

  .sm\:p-3{
    padding: 0.75rem;
  }

  .sm\:p-4{
    padding: 1rem;
  }

  .sm\:p-5{
    padding: 1.25rem;
  }

  .sm\:p-6{
    padding: 1.5rem;
  }

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

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

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

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

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

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

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

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

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

  .sm\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

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

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

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

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

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

  .sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

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

  .sm\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .data-\[state\=open\]\:sm\:slide-in-from-bottom-full[data-state="open"]{
    --tw-enter-translate-y: 100%;
  }
}

@media (min-width: 390px){

  .md\:absolute{
    position: absolute;
  }

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

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

  .md\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .md\:block{
    display: block;
  }

  .md\:inline{
    display: inline;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

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

  .md\:h-44{
    height: 11rem;
  }

  .md\:h-80{
    height: 20rem;
  }

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

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

  .md\:w-12{
    width: 3rem;
  }

  .md\:w-\[var\(--radix-navigation-menu-viewport-width\)\]{
    width: var(--radix-navigation-menu-viewport-width);
  }

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

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

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

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

  .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-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:items-end{
    align-items: flex-end;
  }

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

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

  .md\:gap-6{
    gap: 1.5rem;
  }

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

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

  .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\:p-6{
    padding: 1.5rem;
  }

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

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

  .md\:pt-8{
    padding-top: 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: 414px){

  .lg\:static{
    position: static;
  }

  .lg\:inset-0{
    inset: 0px;
  }

  .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\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mb-0{
    margin-bottom: 0px;
  }

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

  .lg\:ml-64{
    margin-left: 16rem;
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-20{
    height: 5rem;
  }

  .lg\:h-24{
    height: 6rem;
  }

  .lg\:h-36{
    height: 9rem;
  }

  .lg\:h-4{
    height: 1rem;
  }

  .lg\:h-48{
    height: 12rem;
  }

  .lg\:h-7{
    height: 1.75rem;
  }

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

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

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

  .lg\:w-24{
    width: 6rem;
  }

  .lg\:w-36{
    width: 9rem;
  }

  .lg\:w-4{
    width: 1rem;
  }

  .lg\:w-80{
    width: 20rem;
  }

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

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

  .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\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:flex-row{
    flex-direction: row;
  }

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

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

  .lg\:gap-6{
    gap: 1.5rem;
  }

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

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

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

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

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

  .lg\:p-3{
    padding: 0.75rem;
  }

  .lg\:p-6{
    padding: 1.5rem;
  }

  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

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

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

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

  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:pb-16{
    padding-bottom: 4rem;
  }

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

  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

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

  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .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: 568px){

  .xl\:block{
    display: block;
  }

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

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

  .xl\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 768px){

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

@media (min-width: 834px){

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

@media (min-width: 1024px){

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

@media (min-width: 1194px){

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

@media (min-width: 1366px){

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

@media (min-width: 1440px){

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

@media (min-width: 1728px){

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

@media (min-width: 1920px){

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

@media (min-width: 2560px){

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

.\[\&\+div\]\:text-xs+div{
  font-size: 0.75rem;
  line-height: 1rem;
}

.\[\&\:has\(\>\.day-range-end\)\]\:rounded-r-md:has(>.day-range-end){
  border-top-right-radius: calc(0.5rem - 2px);
  border-top-right-radius: calc(var(--radius) - 2px);
  border-bottom-right-radius: calc(0.5rem - 2px);
  border-bottom-right-radius: calc(var(--radius) - 2px);
}

.\[\&\:has\(\>\.day-range-start\)\]\:rounded-l-md:has(>.day-range-start){
  border-top-left-radius: calc(0.5rem - 2px);
  border-top-left-radius: calc(var(--radius) - 2px);
  border-bottom-left-radius: calc(0.5rem - 2px);
  border-bottom-left-radius: calc(var(--radius) - 2px);
}

.\[\&\:has\(\[aria-selected\]\)\]\:rounded-md:has([aria-selected]){
  border-radius: calc(0.5rem - 2px);
  border-radius: calc(var(--radius) - 2px);
}

.\[\&\:has\(\[aria-selected\]\)\]\:bg-accent:has([aria-selected]){
  background-color: hsl(0 0% 96.1%);
  background-color: hsl(var(--accent));
}

.first\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-l-md:has([aria-selected]):first-child{
  border-top-left-radius: calc(0.5rem - 2px);
  border-top-left-radius: calc(var(--radius) - 2px);
  border-bottom-left-radius: calc(0.5rem - 2px);
  border-bottom-left-radius: calc(var(--radius) - 2px);
}

.last\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-r-md:has([aria-selected]):last-child{
  border-top-right-radius: calc(0.5rem - 2px);
  border-top-right-radius: calc(var(--radius) - 2px);
  border-bottom-right-radius: calc(0.5rem - 2px);
  border-bottom-right-radius: calc(var(--radius) - 2px);
}

.\[\&\:has\(\[aria-selected\]\.day-outside\)\]\:bg-accent\/50:has([aria-selected].day-outside){
  background-color: hsl(0 0% 96.1% / 0.5);
  background-color: hsl(var(--accent) / 0.5);
}

.\[\&\:has\(\[aria-selected\]\.day-range-end\)\]\:rounded-r-md:has([aria-selected].day-range-end){
  border-top-right-radius: calc(0.5rem - 2px);
  border-top-right-radius: calc(var(--radius) - 2px);
  border-bottom-right-radius: calc(0.5rem - 2px);
  border-bottom-right-radius: calc(var(--radius) - 2px);
}

.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){
  padding-right: 0px;
}

.\[\&\>\[role\=checkbox\]\]\:translate-y-\[2px\]>[role=checkbox]{
  --tw-translate-y: 2px;
  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));
}

.\[\&\>span\]\:line-clamp-1>span{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.\[\&\>svg\+div\]\:translate-y-\[-3px\]>svg+div{
  --tw-translate-y: -3px;
  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));
}

.\[\&\>svg\]\:absolute>svg{
  position: absolute;
}

.\[\&\>svg\]\:left-4>svg{
  left: 1rem;
}

.\[\&\>svg\]\:top-4>svg{
  top: 1rem;
}

.\[\&\>svg\]\:size-4>svg{
  width: 1rem;
  height: 1rem;
}

.\[\&\>svg\]\:h-3\.5>svg{
  height: 0.875rem;
}

.\[\&\>svg\]\:w-3\.5>svg{
  width: 0.875rem;
}

.\[\&\>svg\]\:shrink-0>svg{
  flex-shrink: 0;
}

.\[\&\>svg\]\:text-destructive>svg{
  color: hsl(0 84.2% 60.2%);
  color: hsl(var(--destructive));
}

.\[\&\>svg\]\:text-foreground>svg{
  color: hsl(0 0% 3.9%);
  color: hsl(var(--foreground));
}

.\[\&\>svg\~\*\]\:pl-7>svg~*{
  padding-left: 1.75rem;
}

.\[\&\>tr\]\:last\:border-b-0:last-child>tr{
  border-bottom-width: 0px;
}

.\[\&\[data-panel-group-direction\=vertical\]\>div\]\:rotate-90[data-panel-group-direction=vertical]>div{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg{
  --tw-rotate: 180deg;
  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));
}

.\[\&_\[cmdk-group-heading\]\]\:px-2 [cmdk-group-heading]{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.\[\&_\[cmdk-group-heading\]\]\:py-1\.5 [cmdk-group-heading]{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.\[\&_\[cmdk-group-heading\]\]\:text-xs [cmdk-group-heading]{
  font-size: 0.75rem;
  line-height: 1rem;
}

.\[\&_\[cmdk-group-heading\]\]\:font-medium [cmdk-group-heading]{
  font-weight: 500;
}

.\[\&_\[cmdk-group-heading\]\]\:text-muted-foreground [cmdk-group-heading]{
  color: hsl(0 0% 45.1%);
  color: hsl(var(--muted-foreground));
}

.\[\&_\[cmdk-group\]\:not\(\[hidden\]\)_\~\[cmdk-group\]\]\:pt-0 [cmdk-group]:not([hidden]) ~[cmdk-group]{
  padding-top: 0px;
}

.\[\&_\[cmdk-group\]\]\:px-2 [cmdk-group]{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.\[\&_\[cmdk-input-wrapper\]_svg\]\:h-5 [cmdk-input-wrapper] svg{
  height: 1.25rem;
}

.\[\&_\[cmdk-input-wrapper\]_svg\]\:w-5 [cmdk-input-wrapper] svg{
  width: 1.25rem;
}

.\[\&_\[cmdk-input\]\]\:h-12 [cmdk-input]{
  height: 3rem;
}

.\[\&_\[cmdk-item\]\]\:px-2 [cmdk-item]{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.\[\&_\[cmdk-item\]\]\:py-3 [cmdk-item]{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.\[\&_\[cmdk-item\]_svg\]\:h-5 [cmdk-item] svg{
  height: 1.25rem;
}

.\[\&_\[cmdk-item\]_svg\]\:w-5 [cmdk-item] svg{
  width: 1.25rem;
}

.\[\&_p\]\:leading-relaxed p{
  line-height: 1.625;
}

.\[\&_svg\]\:pointer-events-none svg{
  pointer-events: none;
}

.\[\&_svg\]\:size-4 svg{
  width: 1rem;
  height: 1rem;
}

.\[\&_svg\]\:shrink-0 svg{
  flex-shrink: 0;
}

.\[\&_tr\:last-child\]\:border-0 tr:last-child{
  border-width: 0px;
}

.\[\&_tr\]\:border-b tr{
  border-bottom-width: 1px;
}

/* OMAYDAY - Perfect Mobile Responsive System */

/* CSS Variables for consistent responsive design */
:root {
  --mobile-xs: 320px;
  --mobile-sm: 360px;
  --mobile-md: 390px;
  --mobile-lg: 428px;
  --tablet-sm: 768px;
  --tablet-lg: 1024px;
  --desktop: 1280px;
  
  /* Touch target sizes */
  --touch-target-min: 44px;
  --touch-target-recommended: 48px;
  
  /* Spacing scale */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 32px;
  
  /* Border radius scale */
  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
}

/* Viewport and base styles */
* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Base responsive utilities */
.container-responsive {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-left: var(--space-md);
  padding-right: 16px;
  padding-right: var(--space-md);
}

/* Mobile-specific component styles */
.mobile-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-card {
  background: white;
  border-radius: 12px;
  border-radius: var(--radius-lg);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  margin: 8px;
  margin: var(--space-sm);
  overflow: hidden;
}

.mobile-button {
  min-height: 44px;
  min-height: var(--touch-target-min);
  min-width: 44px;
  min-width: var(--touch-target-min);
  padding: 12px 16px;
  border-radius: 8px;
  border-radius: var(--radius-md);
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  gap: var(--space-sm);
  transition: all 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}

.mobile-input {
  width: 100%;
  min-height: 44px;
  min-height: var(--touch-target-min);
  padding: 12px 16px;
  padding: 12px var(--space-md);
  border-radius: 8px;
  border-radius: var(--radius-md);
  font-size: 16px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  transition: border-color 0.2s ease;
}

.mobile-input:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

/* Responsive grid system */
.grid-responsive {
  display: grid;
  gap: 16px;
  grid-gap: 16px;
  grid-gap: var(--space-md);
  gap: var(--space-md);
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .grid-responsive.cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

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

/* Critical Touch Target Requirements - iOS/Android Standards */
@media (max-width: 767px) {
  /* All buttons and interactive elements - UNIVERSAL MOBILE TOUCH REQUIREMENTS */
  button:not(.touch-optimized), 
  .btn:not(.touch-optimized), 
  .button:not(.touch-optimized), 
  [role="button"]:not(.touch-optimized),
  input[type="submit"]:not(.touch-optimized),
  input[type="button"]:not(.touch-optimized),
  .lucide:not(.touch-optimized) {
    min-height: 44px !important;
    min-width: 44px !important;
    padding: 12px 16px !important;
    font-size: 16px !important; /* Prevent zoom on iOS */
    touch-action: manipulation;
  }
  
  /* Form inputs */
  input:not(.touch-optimized), 
  textarea:not(.touch-optimized), 
  select:not(.touch-optimized) {
    min-height: 44px !important;
    padding: 12px 16px !important;
    font-size: 16px !important; /* Prevent zoom on iOS */
  }
  
  /* Tab triggers */
  [role="tab"]:not(.touch-optimized),
  .tabs-trigger:not(.touch-optimized) {
    min-height: 44px !important;
    min-width: 44px !important;
    padding: 12px !important;
  }
  
  /* Avatar and profile pictures */
  .avatar:not(.touch-optimized) {
    min-height: 44px !important;
    min-width: 44px !important;
  }
}

/* Mobile-First Breakpoints */

/* Extra Small Mobile (320px-359px) */
@media (max-width: 359px) {
  .container, .container-responsive {
    padding-left: 8px;
    padding-left: var(--space-sm);
    padding-right: 8px;
    padding-right: var(--space-sm);
  }
  
  .mobile-card, .card {
    margin: 4px;
    margin: var(--space-xs);
    border-radius: 8px;
    border-radius: var(--radius-md);
    padding: 0.75rem;
  }
  
  .text-responsive-xs {
    font-size: 0.875rem;
    line-height: 1.4;
  }
  
  .heading-responsive-xs, h1 {
    font-size: 1.25rem !important;
    line-height: 1.3;
    font-weight: 700;
  }
  
  h2 { font-size: 1.125rem !important; }
  h3 { font-size: 1rem !important; }
  
  .grid {
    grid-template-columns: 1fr !important;
    gap: 0.5rem !important;
  }
  
  .flex:not(.flex-col) {
    flex-direction: column !important;
  }
  
  .omayday-container {
    padding: 0.5rem;
    max-width: 320px;
    overflow-x: hidden;
  }
  
  /* Prevent horizontal overflow on small screens */
  body, html {
    overflow-x: hidden;
    max-width: 100vw;
  }
  
  * {
    max-width: 100%;
    box-sizing: border-box;
  }
  
  .omayday-header h1 {
    font-size: 1.25rem; /* 20px */
    line-height: 1.3;
  }
  
  .omayday-navigation {
    padding: 0.25rem;
  }
  
  .omayday-tab-trigger {
    min-width: 50px;
    padding: 0.5rem;
    font-size: 10px;
  }
  
  .omayday-form-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .omayday-button-mobile {
    padding: 12px 16px;
    font-size: 14px;
    min-height: 44px;
    width: 100%;
  }
  
  /* ScanCheck specific fixes for overlapping */
  .scancheck-tabs [role="tab"] {
    min-width: 60px;
    max-width: 70px;
    padding: 8px;
    font-size: 10px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* Small Mobile (360px-389px) */
@media (min-width: 360px) and (max-width: 389px) {
  .text-responsive-sm {
    font-size: 0.9375rem;
    line-height: 1.5;
  }
  
  .heading-responsive-sm, h1 {
    font-size: 1.375rem !important;
    line-height: 1.3;
    font-weight: 700;
  }
}

/* Standard Mobile (390px-427px) */
@media (min-width: 390px) and (max-width: 427px) {
  .text-responsive-md {
    font-size: 1rem;
    line-height: 1.5;
  }
  
  .heading-responsive-md, h1 {
    font-size: 1.5rem !important;
    line-height: 1.3;
    font-weight: 700;
  }
}

/* Large Mobile (428px-767px) */
@media (min-width: 428px) and (max-width: 767px) {
  .container, .container-responsive {
    padding-left: 24px;
    padding-left: var(--space-lg);
    padding-right: 24px;
    padding-right: var(--space-lg);
  }
  
  .text-responsive-lg {
    font-size: 1.0625rem;
    line-height: 1.6;
  }
  
  .heading-responsive-lg, h1 {
    font-size: 1.75rem !important;
    line-height: 1.3;
    font-weight: 700;
  }
}

/* Small devices (landscape phones, 360px to 767px) */
@media (min-width: 360px) and (max-width: 767px) {
  .omayday-container {
    padding: 1rem;
    max-width: 100vw;
    overflow-x: hidden;
  }
  
  /* Prevent horizontal overflow on small screens */
  body, html {
    overflow-x: hidden;
    max-width: 100vw;
  }
  
  .omayday-header h1 {
    font-size: 1.5rem; /* 24px */
    line-height: 1.4;
  }
}

/* All Mobile Devices (up to 768px) */
@media (max-width: 768px) {
  .container, .max-w-7xl, .max-w-6xl, .max-w-4xl, .max-w-2xl {
    width: 100% !important;
    max-width: 100vw !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  
  /* Force single column layout */
  .grid {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }
  
  .flex:not(.flex-col) {
    flex-direction: column !important;
  }
  
  /* Enhanced touch targets */
  button, .btn, [role="button"] {
    min-height: 44px !important;
    min-height: var(--touch-target-min) !important;
    min-width: 44px !important;
    min-width: var(--touch-target-min) !important;
    padding: 12px 16px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    border-radius: 8px !important;
    border-radius: var(--radius-md) !important;
  }
  
  /* Input optimizations */
  input, textarea, select {
    font-size: 16px !important;
    padding: 12px !important;
    border-radius: 8px !important;
    border-radius: var(--radius-md) !important;
    min-height: 44px !important;
    min-height: var(--touch-target-min) !important;
  }
  
  /* Card optimizations */
  .card, .bg-white {
    margin: 8px !important;
    margin: var(--space-sm) !important;
    border-radius: 12px !important;
    border-radius: var(--radius-lg) !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
  }
  
  /* Spacing optimizations */
  .p-6 { padding: 1rem !important; }
  .p-4 { padding: 0.75rem !important; }
  .py-6 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
  .px-4 { padding-left: 0.75rem !important; padding-right: 0.75rem !important; }
  
  .space-x-4 > * + * { margin-left: 0.5rem !important; }
  .space-y-6 > * + * { margin-top: 1rem !important; }
  .space-y-4 > * + * { margin-top: 0.75rem !important; }
  
  /* Images and media responsive */
  img, video, .media {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 8px !important;
    border-radius: var(--radius-md) !important;
  }
  
  /* Modal and dialog optimizations */
  .modal, .dialog, .popup {
    width: 95vw !important;
    max-width: 95vw !important;
    margin: 2.5vw !important;
  }
  
  /* Sidebar and drawer mobile */
  .sidebar, .drawer {
    width: 100vw !important;
    height: 100vh !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 1000 !important;
  }
}

@media (min-width: 360px) and (max-width: 767px) {
  /* Navigation Mobile - Bottom Bar */
  .mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    border-top: 1px solid #e5e7eb;
    padding: 8px;
    z-index: 50;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
  }
  
  .mobile-nav-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px;
    min-height: 60px;
    min-width: 60px;
    border-radius: 12px;
    transition: all 0.3s ease;
  }
  
  .mobile-nav-button.active {
    background: linear-gradient(135deg, #ef4444, #3b82f6);
    color: white;
    transform: scale(1.05);
  }
  
  /* Authentication Page Mobile */
  .auth-container {
    padding: 1rem;
    margin: 0;
  }
  
  .auth-form {
    width: 100%;
    max-width: none;
  }
  
  .auth-input {
    min-height: 48px;
    font-size: 16px;
    padding: 12px 16px;
  }
  
  .auth-button {
    min-height: 48px;
    font-size: 16px;
    padding: 12px;
    width: 100%;
  }
  
  /* ScanCheck Mobile Optimizations */
  .scancheck-mobile-container {
    padding-bottom: 80px; /* Space for bottom nav */
  }
  
  .scancheck-tabs-mobile {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  
  .scancheck-tabs-mobile::-webkit-scrollbar {
    display: none;
  }
  
  .scancheck-tab-mobile {
    min-width: 70px;
    max-width: 80px;
    flex-shrink: 0;
    padding: 12px 8px;
    font-size: 11px;
    line-height: 1.2;
    text-align: center;
    word-break: break-word;
  }
  
  /* Patient Selector Mobile */
  .scancheck-patient-selector-mobile {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
    gap: 1rem;
    margin-bottom: 1rem;
  }
  
  .scancheck-patient-card-mobile {
    padding: 1rem;
    border-radius: 12px;
    background: white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }
  
  .scancheck-patient-info-mobile {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
    gap: 1rem;
    font-size: 14px;
  }
  
  /* Form layouts */
  .scancheck-form-mobile {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
    gap: 1rem;
  }
  
  .scancheck-form-dual-mobile {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
    gap: 1rem;
  }
  
  /* Diagnostic Results Mobile */
  .scancheck-results-mobile {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
    gap: 1rem;
    margin-bottom: 80px; /* Space for bottom nav */
  }
  
  .scancheck-result-card-mobile {
    padding: 1rem;
    border-radius: 12px;
    background: white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .omayday-container {
    padding: 1.5rem;
  }
  
  .omayday-header h1 {
    font-size: 2rem; /* 32px */
  }
  
  /* Tablet Navigation - Hybrid approach */
  .tablet-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f9fafb;
    border-radius: 16px;
    padding: 8px;
    margin: 0 auto;
  }
  
  .tablet-nav-button {
    padding: 12px 16px;
    margin: 0 4px;
    border-radius: 12px;
    min-height: 48px;
    transition: all 0.3s ease;
  }
  
  /* ScanCheck Tablet */
  .scancheck-tablet-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 1.5rem;
  }
  
  .scancheck-tabs-tablet {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 8px;
    gap: 8px;
    margin-bottom: 2rem;
  }
  
  .scancheck-patient-info-tablet {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }
  
  .scancheck-form-tablet {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }
  
  .scancheck-results-tablet {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }
}

/* Tablet Portrait (768px-1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
  .container, .container-responsive {
    max-width: 95%;
    padding-left: 32px;
    padding-left: var(--space-xl);
    padding-right: 32px;
    padding-right: var(--space-xl);
  }
  
  .grid-responsive {
    gap: 24px;
    gap: var(--space-lg);
  }
  
  .mobile-button, button {
    padding: 14px 20px;
    font-size: 1rem;
  }
  
  .grid-cols-2 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  
  .grid-cols-3 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* Large devices (desktops, 1024px and up) */
@media (min-width: 1024px) {
  .omayday-container {
    padding: 2rem;
  }
  
  .omayday-header h1 {
    font-size: 2.5rem; /* 40px */
  }
  
  /* Desktop Navigation - Full featured */
  .desktop-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f9fafb;
    border-radius: 20px;
    padding: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }
  
  .desktop-nav-button {
    padding: 12px 20px;
    margin: 0 4px;
    border-radius: 16px;
    min-height: 48px;
    transition: all 0.3s ease;
    white-space: nowrap;
  }
  
  /* ScanCheck Desktop */
  .scancheck-desktop-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
  }
  
  .scancheck-tabs-desktop {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 12px;
    gap: 12px;
    margin-bottom: 2rem;
  }
  
  .scancheck-patient-info-desktop {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2rem;
    gap: 2rem;
  }
  
  .scancheck-form-desktop {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem;
    gap: 2rem;
  }
  
  .scancheck-results-desktop {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
    gap: 2rem;
  }
}

/* Desktop and larger */
@media (min-width: 1024px) {
  .container-responsive {
    max-width: 1280px;
  }
  
  .grid-responsive {
    gap: 32px;
    gap: var(--space-xl);
  }
}

/* Extra large devices (large desktops, 1280px and up) */
@media (min-width: 1280px) {
  .omayday-container {
    padding: 2.5rem;
  }
  
  .scancheck-results-desktop {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem;
    gap: 2rem;
  }
}

/* Landscape orientation specific adjustments */
@media screen and (orientation: landscape) and (max-height: 500px) {
  .omayday-header {
    margin-bottom: 0.5rem;
  }
  
  .mobile-bottom-nav {
    padding: 4px;
  }
  
  .mobile-nav-button {
    min-height: 48px;
    padding: 4px;
    font-size: 10px;
  }
  
  .scancheck-mobile-container {
    padding-bottom: 60px;
  }
}

/* Accessibility improvements */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* High contrast mode */
@media (prefers-contrast: high) {
  .omayday-container {
    border: 2px solid;
    background: white;
    color: black;
  }
  
  .omayday-button-mobile {
    border: 2px solid;
    font-weight: bold;
  }
  
  .mobile-nav-button {
    border: 2px solid;
    background: white;
    color: black;
  }
  
  .mobile-nav-button.active {
    background: black;
    color: white;
  }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
  .omayday-container {
    background-color: #1a1a1a;
    color: #ffffff;
  }
  
  .mobile-bottom-nav {
    background-color: #2d2d2d;
    border-top-color: #404040;
  }
  
  .mobile-nav-button {
    color: #e5e7eb;
  }
  
  .mobile-nav-button.active {
    background: linear-gradient(135deg, #ef4444, #3b82f6);
    color: white;
  }
  
  .scancheck-card-dark {
    background-color: #2d2d2d;
    border-color: #404040;
  }
}

/* Print styles for medical reports */
@media print {
  .mobile-bottom-nav,
  .desktop-navigation,
  .tablet-navigation,
  .omayday-navigation,
  .mobile-nav-button,
  .desktop-nav-button,
  .tablet-nav-button {
    display: none !important;
  }
  
  .omayday-container {
    padding: 0;
    max-width: none;
  }
  
  .scancheck-results-desktop,
  .scancheck-results-tablet,
  .scancheck-results-mobile {
    break-inside: avoid;
    page-break-inside: avoid;
  }
  
  .scancheck-patient-info-desktop,
  .scancheck-patient-info-tablet,
  .scancheck-patient-info-mobile {
    border: 1px solid #ccc;
    padding: 1rem;
    margin-bottom: 1rem;
    page-break-inside: avoid;
    break-inside: avoid;
  }
}

/* Performance optimizations */
@media (max-width: 767px) {
  /* Prevent horizontal overflow globally */
  body, html {
    overflow-x: hidden !important;
    max-width: 100vw !important;
  }
  
  /* Fix landing page content overflow */
  .landing-page-container,
  .hero-section,
  .features-section {
    max-width: 100vw !important;
    overflow-x: hidden !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  
  /* Fix auth page overflow */
  .auth-page-container {
    max-width: 100vw !important;
    overflow-x: hidden !important;
    padding: 0.5rem !important;
  }
  
  /* Reduce animations on mobile for better performance */
  .transition-all {
    transition: none;
  }
  
  /* Optimize images on mobile */
  img {
    max-width: 100%;
    height: auto;
  }
  
  /* Optimize touch scrolling */
  .scrollable {
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
}

/* Utility classes for responsive behavior */
.hide-mobile {
  display: none;
}

@media (min-width: 768px) {
  .hide-mobile {
    display: block;
  }
  
  .show-mobile {
    display: none;
  }
}

.show-mobile {
  display: block;
}

/* Responsive text utilities */
.text-responsive {
  font-size: clamp(0.875rem, 2.5vw, 1.125rem);
  line-height: 1.5;
}

.heading-responsive {
  font-size: clamp(1.25rem, 4vw, 2rem);
  line-height: 1.3;
  font-weight: 700;
}

/* Mobile-optimized animations */
@media (prefers-reduced-motion: no-preference) {
  .animate-mobile {
    transition: transform 0.2s ease, opacity 0.2s ease;
  }
  
  .animate-mobile:active {
    transform: scale(0.98);
  }
}

/* Touch-friendly scrolling */
.scroll-mobile {
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

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

/* Safe area support for devices with notches */
@supports (padding: max(0px)) {
  .safe-area-top {
    padding-top: max(16px, env(safe-area-inset-top));
    padding-top: max(var(--space-md), env(safe-area-inset-top));
  }
  
  .safe-area-bottom {
    padding-bottom: max(16px, env(safe-area-inset-bottom));
    padding-bottom: max(var(--space-md), env(safe-area-inset-bottom));
  }
  
  .safe-area-left {
    padding-left: max(16px, env(safe-area-inset-left));
    padding-left: max(var(--space-md), env(safe-area-inset-left));
  }
  
  .safe-area-right {
    padding-right: max(16px, env(safe-area-inset-right));
    padding-right: max(var(--space-md), env(safe-area-inset-right));
  }
}

/* Performance optimizations for all devices */
* {
  -webkit-tap-highlight-color: transparent !important;
  -webkit-touch-callout: none !important;
}

input, textarea, [contenteditable] {
  -webkit-user-select: text !important;
  user-select: text !important;
}

/* High DPI display optimizations */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .mobile-card, .card {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
  }
  
  .mobile-button, button {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
  .mobile-nav {
    background: rgba(17, 24, 39, 0.95);
    border-bottom-color: rgba(255, 255, 255, 0.1);
  }
  
  .mobile-card, .card {
    background: #1f2937;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
  }
  
  .mobile-input, input, textarea {
    background: #374151;
    border-color: rgba(255, 255, 255, 0.2);
    color: white;
  }
  
  .mobile-input:focus, input:focus, textarea:focus {
    border-color: #60a5fa;
  }
}
/* Styles pour les notifications OMAYDAY */

/* Conteneur principal des notifications */
.notification-container {
  position: relative;
  display: inline-flex;
  max-width: 100%;
}

/* Boutons de notifications */
.notification-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Badges de compteur */
.notification-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  z-index: 10;
  border: 2px solid white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  max-width: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Modal de notifications */
.notification-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: calc(100vw - 32px);
  max-height: calc(100vh - 32px);
  width: 100%;
  z-index: 50;
}

@media (min-width: 640px) {
  .notification-modal {
    max-width: 28rem; /* max-w-md */
    width: auto;
  }
}

/* Items de notification */
.notification-item {
  display: flex;
  align-items: flex-start;
  padding: 16px;
  border-bottom: 1px solid #e5e7eb;
  transition: background-color 0.2s ease;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.notification-item:hover {
  background-color: #f9fafb;
}

.notification-item:last-child {
  border-bottom: none;
}

/* Contenu des notifications */
.notification-content {
  flex: 1 1;
  min-width: 0;
  padding-right: 8px;
}

.notification-title {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  margin-bottom: 4px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.notification-message {
  font-size: 0.875rem;
  line-height: 1.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.notification-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
  flex-wrap: wrap;
  gap: 8px;
}

.notification-time {
  font-size: 0.75rem;
  color: #6b7280;
  flex-shrink: 0;
}

.notification-actions {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}

/* Icônes de notification */
.notification-icon {
  flex-shrink: 0;
  padding: 8px;
  border-radius: 50%;
  margin-right: 12px;
}

/* Indicateurs de priorité */
.notification-priority {
  flex-shrink: 0;
  margin-left: 8px;
}

/* Scroll area des notifications */
.notification-scroll {
  max-height: calc(80vh - 120px);
  overflow-y: auto;
  overflow-x: hidden;
}

/* Animations */
.notification-enter {
  opacity: 0;
  transform: translateY(-10px);
}

.notification-enter-active {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.notification-exit {
  opacity: 1;
  transform: translateY(0);
}

.notification-exit-active {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

/* Responsive adjustments */
@media (max-width: 640px) {
  .notification-modal {
    margin: 16px;
    max-width: calc(100vw - 32px);
  }
  
  .notification-item {
    padding: 12px;
  }
  
  .notification-footer {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .notification-actions {
    align-self: flex-end;
  }
}
/* Variables CSS révolutionnaires pour les thèmes clair et sombre - OMAYDAY */

/* ===== THÈME CLAIR (par défaut) ===== */
:root,
.light,
.omayday-light-theme {
  /* Couleurs principales OMAYDAY */
  --omayday-primary: linear-gradient(135deg, #dc2626 0%, #2563eb 100%);
  --omayday-red: #dc2626;
  --omayday-blue: #2563eb;
  
  /* Classes utilitaires pour la charte OMAYDAY */
  .omayday-gradient {
    background: linear-gradient(135deg, #dc2626 0%, #2563eb 100%);
  }
  
  .omayday-gradient-light {
    background: linear-gradient(135deg, #fef2f2 0%, #eff6ff 100%);
  }
  
  .omayday-text-gradient {
    background: linear-gradient(135deg, #dc2626 0%, #2563eb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .omayday-border {
    border-color: #dc2626;
  }
  
  .omayday-red-bg {
    background-color: #dc2626;
  }
  
  .omayday-blue-bg {
    background-color: #2563eb;
  }
  
  /* Couleurs de fond révolutionnaires */
  --bg-primary: #ffffff;
  --bg-secondary: #f8fafc;
  --bg-tertiary: #f1f5f9;
  --bg-card: #ffffff;
  --bg-hover: #f8fafc;
  --bg-accent: #fef2f2;
  --bg-glass: rgba(255, 255, 255, 0.8);
  --bg-backdrop: rgba(248, 250, 252, 0.95);
  
  /* Couleurs de texte révolutionnaires */
  --text-primary: #1f2937;
  --text-secondary: #6b7280;
  --text-tertiary: #9ca3af;
  --text-inverse: #ffffff;
  --text-accent: #dc2626;
  --text-glass: rgba(31, 41, 55, 0.9);
  
  /* Couleurs de bordure révolutionnaires */
  --border-primary: #e5e7eb;
  --border-secondary: #f3f4f6;
  --border-focus: #dc2626;
  --border-hover: #d1d5db;
  --border-glass: rgba(229, 231, 235, 0.6);
  
  /* Ombres révolutionnaires */
  --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --shadow-revolutionary: 0 25px 50px -12px rgba(220, 38, 38, 0.25);
  --shadow-glass: 0 8px 32px 0 rgba(31, 38, 135, 0.1);
  
  /* États d'interaction révolutionnaires */
  --success-bg: #f0fdf4;
  --success-text: #16a34a;
  --success-border: #bbf7d0;
  --success-glow: rgba(22, 163, 74, 0.2);
  
  --warning-bg: #fffbeb;
  --warning-text: #d97706;
  --warning-border: #fed7aa;
  --warning-glow: rgba(217, 119, 6, 0.2);
  
  --error-bg: #fef2f2;
  --error-text: #dc2626;
  --error-border: #fecaca;
  --error-glow: rgba(220, 38, 38, 0.2);
  
  --info-bg: #eff6ff;
  --info-text: #2563eb;
  --info-border: #bfdbfe;
  --info-glow: rgba(37, 99, 235, 0.2);
  
  /* Couleurs médicales spécifiques révolutionnaires */
  --medical-emergency: #dc2626;
  --medical-warning: #f59e0b;
  --medical-safe: #10b981;
  --medical-info: #3b82f6;
  --medical-critical: #991b1b;
  
  /* Dégradés révolutionnaires */
  --gradient-primary: linear-gradient(135deg, #dc2626 0%, #2563eb 100%);
  --gradient-secondary: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
  --gradient-medical: linear-gradient(135deg, #fef2f2 0%, #eff6ff 100%);
  --gradient-glass: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(248, 250, 252, 0.7) 100%);
  --gradient-revolutionary: linear-gradient(135deg, #dc2626 0%, #7c3aed 50%, #2563eb 100%);
}

/* ===== THÈME SOMBRE RÉVOLUTIONNAIRE ===== */
.dark,
.omayday-dark-theme {
  /* Couleurs principales OMAYDAY (améliorées pour le sombre) */
  --omayday-primary: linear-gradient(135deg, #ef4444 0%, #3b82f6 100%);
  --omayday-red: #ef4444;
  --omayday-blue: #3b82f6;
  
  /* Couleurs de fond sombres révolutionnaires */
  --bg-primary: #0f172a;
  --bg-secondary: #1e293b;
  --bg-tertiary: #334155;
  --bg-card: #1e293b;
  --bg-hover: #334155;
  --bg-accent: #4c0519;
  --bg-glass: rgba(15, 23, 42, 0.8);
  --bg-backdrop: rgba(30, 41, 59, 0.95);
  
  /* Couleurs de texte sombres révolutionnaires */
  --text-primary: #f8fafc;
  --text-secondary: #cbd5e1;
  --text-tertiary: #94a3b8;
  --text-inverse: #0f172a;
  --text-accent: #ef4444;
  --text-glass: rgba(248, 250, 252, 0.9);
  
  /* Couleurs de bordure sombres révolutionnaires */
  --border-primary: #475569;
  --border-secondary: #334155;
  --border-focus: #ef4444;
  --border-hover: #64748b;
  --border-glass: rgba(71, 85, 105, 0.6);
  
  /* Ombres sombres révolutionnaires */
  --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.3);
  --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.4), 0 2px 4px -2px rgb(0 0 0 / 0.4);
  --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.4), 0 4px 6px -4px rgb(0 0 0 / 0.4);
  --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.4), 0 8px 10px -6px rgb(0 0 0 / 0.4);
  --shadow-revolutionary: 0 25px 50px -12px rgba(239, 68, 68, 0.4);
  --shadow-glass: 0 8px 32px 0 rgba(15, 23, 42, 0.3);
  
  /* États d'interaction sombres révolutionnaires */
  --success-bg: #064e3b;
  --success-text: #34d399;
  --success-border: #065f46;
  --success-glow: rgba(52, 211, 153, 0.3);
  
  --warning-bg: #451a03;
  --warning-text: #fbbf24;
  --warning-border: #92400e;
  --warning-glow: rgba(251, 191, 36, 0.3);
  
  --error-bg: #4c0519;
  --error-text: #f87171;
  --error-border: #7f1d1d;
  --error-glow: rgba(248, 113, 113, 0.3);
  
  --info-bg: #1e3a8a;
  --info-text: #60a5fa;
  --info-border: #1d4ed8;
  --info-glow: rgba(96, 165, 250, 0.3);
  
  /* Couleurs médicales sombres révolutionnaires */
  --medical-emergency: #ef4444;
  --medical-warning: #fbbf24;
  --medical-safe: #34d399;
  --medical-info: #60a5fa;
  --medical-critical: #fca5a5;
  
  /* Dégradés sombres révolutionnaires */
  --gradient-primary: linear-gradient(135deg, #ef4444 0%, #3b82f6 100%);
  --gradient-secondary: linear-gradient(135deg, #1e293b 0%, #334155 100%);
  --gradient-medical: linear-gradient(135deg, #4c0519 0%, #1e3a8a 100%);
  --gradient-glass: linear-gradient(135deg, rgba(15, 23, 42, 0.9) 0%, rgba(30, 41, 59, 0.7) 100%);
  --gradient-revolutionary: linear-gradient(135deg, #ef4444 0%, #8b5cf6 50%, #3b82f6 100%);
}

/* ===== APPLICATIONS RÉVOLUTIONNAIRES DES VARIABLES ===== */

/* Corps et contenants principaux révolutionnaires */
body {
  background-color: #ffffff;
  background-color: var(--bg-primary);
  color: #1f2937;
  color: var(--text-primary);
  transition: background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1), 
              color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Effet de transition révolutionnaire pour le changement de thème */
body.omayday-theme-transitioning {
  position: relative;
  overflow: hidden;
}

body.omayday-theme-transitioning::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(135deg, #dc2626 0%, #7c3aed 50%, #2563eb 100%);
  background: var(--gradient-revolutionary);
  opacity: 0.05;
  z-index: 9998;
  animation: revolutionaryTransition 0.6s ease-in-out;
  pointer-events: none;
}

@keyframes revolutionaryTransition {
  0% { opacity: 0; transform: scale(0.8); }
  50% { opacity: 0.1; transform: scale(1.1); }
  100% { opacity: 0; transform: scale(1); }
}

/* Cartes et contenants révolutionnaires */
.card,
.revolutionary-card {
  background: rgba(255, 255, 255, 0.8);
  background: var(--bg-glass);
  border-color: rgba(229, 231, 235, 0.6);
  border-color: var(--border-glass);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1);
  box-shadow: var(--shadow-glass);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.card:hover,
.revolutionary-card:hover {
  background: rgba(248, 250, 252, 0.95);
  background: var(--bg-backdrop);
  box-shadow: 0 25px 50px -12px rgba(220, 38, 38, 0.25);
  box-shadow: var(--shadow-revolutionary);
  transform: translateY(-2px);
}

/* Navigation révolutionnaire */
nav,
.revolutionary-nav {
  background: rgba(255, 255, 255, 0.8);
  background: var(--bg-glass);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(229, 231, 235, 0.6);
  border-bottom: 1px solid var(--border-glass);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Textes révolutionnaires */
.text-primary {
  color: #1f2937;
  color: var(--text-primary);
}

.text-secondary {
  color: #6b7280;
  color: var(--text-secondary);
}

.text-tertiary {
  color: #9ca3af;
  color: var(--text-tertiary);
}

.text-glass {
  color: rgba(31, 41, 55, 0.9);
  color: var(--text-glass);
}

/* Bordures révolutionnaires */
.border-primary {
  border-color: #e5e7eb;
  border-color: var(--border-primary);
}

.border-secondary {
  border-color: #f3f4f6;
  border-color: var(--border-secondary);
}

.border-glass {
  border-color: rgba(229, 231, 235, 0.6);
  border-color: var(--border-glass);
}

/* Boutons révolutionnaires avec thème */
.btn-primary,
.revolutionary-btn-primary {
  background: linear-gradient(135deg, #dc2626 0%, #2563eb 100%);
  background: var(--gradient-primary);
  color: #ffffff;
  color: var(--text-inverse);
  border: none;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  box-shadow: var(--shadow-md);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-primary:hover,
.revolutionary-btn-primary:hover {
  background: linear-gradient(135deg, #dc2626 0%, #7c3aed 50%, #2563eb 100%);
  background: var(--gradient-revolutionary);
  box-shadow: 0 25px 50px -12px rgba(220, 38, 38, 0.25);
  box-shadow: var(--shadow-revolutionary);
  transform: translateY(-1px);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.8);
  background: var(--bg-glass);
  color: #1f2937;
  color: var(--text-primary);
  border: 1px solid rgba(229, 231, 235, 0.6);
  border: 1px solid var(--border-glass);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-secondary:hover {
  background: rgba(248, 250, 252, 0.95);
  background: var(--bg-backdrop);
  transform: translateY(-1px);
}

/* États de notifications révolutionnaires */
.alert-success {
  background: #f0fdf4;
  background: var(--success-bg);
  color: #16a34a;
  color: var(--success-text);
  border: 1px solid #bbf7d0;
  border: 1px solid var(--success-border);
  box-shadow: 0 0 20px rgba(22, 163, 74, 0.2);
  box-shadow: 0 0 20px var(--success-glow);
}

.alert-warning {
  background: #fffbeb;
  background: var(--warning-bg);
  color: #d97706;
  color: var(--warning-text);
  border: 1px solid #fed7aa;
  border: 1px solid var(--warning-border);
  box-shadow: 0 0 20px rgba(217, 119, 6, 0.2);
  box-shadow: 0 0 20px var(--warning-glow);
}

.alert-error {
  background: #fef2f2;
  background: var(--error-bg);
  color: #dc2626;
  color: var(--error-text);
  border: 1px solid #fecaca;
  border: 1px solid var(--error-border);
  box-shadow: 0 0 20px rgba(220, 38, 38, 0.2);
  box-shadow: 0 0 20px var(--error-glow);
}

.alert-info {
  background: #eff6ff;
  background: var(--info-bg);
  color: #2563eb;
  color: var(--info-text);
  border: 1px solid #bfdbfe;
  border: 1px solid var(--info-border);
  box-shadow: 0 0 20px rgba(37, 99, 235, 0.2);
  box-shadow: 0 0 20px var(--info-glow);
}

/* Composants médicaux spécialisés révolutionnaires */
.medical-emergency {
  color: #dc2626;
  color: var(--medical-emergency);
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.2);
  text-shadow: 0 0 10px var(--error-glow);
}

.medical-warning {
  color: #f59e0b;
  color: var(--medical-warning);
  text-shadow: 0 0 10px rgba(217, 119, 6, 0.2);
  text-shadow: 0 0 10px var(--warning-glow);
}

.medical-safe {
  color: #10b981;
  color: var(--medical-safe);
  text-shadow: 0 0 10px rgba(22, 163, 74, 0.2);
  text-shadow: 0 0 10px var(--success-glow);
}

.medical-info {
  color: #3b82f6;
  color: var(--medical-info);
  text-shadow: 0 0 10px rgba(37, 99, 235, 0.2);
  text-shadow: 0 0 10px var(--info-glow);
}

/* Effets révolutionnaires de glass morphism */
.glass-effect {
  background: rgba(255, 255, 255, 0.8);
  background: var(--bg-glass);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  border: 1px solid rgba(229, 231, 235, 0.6);
  border: 1px solid var(--border-glass);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1);
  box-shadow: var(--shadow-glass);
}

.glass-effect-strong {
  background: rgba(248, 250, 252, 0.95);
  background: var(--bg-backdrop);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  border: 1px solid rgba(229, 231, 235, 0.6);
  border: 1px solid var(--border-glass);
  box-shadow: 0 25px 50px -12px rgba(220, 38, 38, 0.25);
  box-shadow: var(--shadow-revolutionary);
}

/* Animations révolutionnaires globales */
@media (prefers-reduced-motion: no-preference) {
  :root {
    transition: color-scheme 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  * {
    transition: 
      background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1),
      color 0.4s cubic-bezier(0.4, 0, 0.2, 1),
      border-color 0.4s cubic-bezier(0.4, 0, 0.2, 1),
      box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1),
      transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  /* Animation d'apparition révolutionnaire */
  .revolutionary-appear {
    animation: revolutionaryAppear 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  }
  
  @keyframes revolutionaryAppear {
    0% {
      opacity: 0;
      transform: translateY(20px) scale(0.95);
    }
    100% {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }
  
  /* Animation de pulsation révolutionnaire */
  .revolutionary-pulse {
    animation: revolutionaryPulse 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  }
  
  @keyframes revolutionaryPulse {
    0%, 100% {
      box-shadow: 0 0 0 0 #dc2626;
      box-shadow: 0 0 0 0 var(--omayday-red);
    }
    50% {
      box-shadow: 0 0 0 8px transparent;
    }
  }
}

/* Scrollbars révolutionnaires adaptées au thème */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f8fafc;
  background: var(--bg-secondary);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #dc2626 0%, #2563eb 100%);
  background: var(--gradient-primary);
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #dc2626 0%, #7c3aed 50%, #2563eb 100%);
  background: var(--gradient-revolutionary);
}

/* Adaptation révolutionnaire Tailwind CSS */
.dark .dark\:bg-gray-800 {
  background: rgba(255, 255, 255, 0.8) !important;
  background: var(--bg-glass) !important;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.dark .dark\:text-white {
  color: #1f2937 !important;
  color: var(--text-primary) !important;
}

.dark .dark\:text-gray-300 {
  color: #6b7280 !important;
  color: var(--text-secondary) !important;
}

.dark .dark\:border-gray-700 {
  border-color: rgba(229, 231, 235, 0.6) !important;
  border-color: var(--border-glass) !important;
}

/* Adaptation révolutionnaire pour les composants existants */
.revolutionary-header {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(248, 250, 252, 0.7) 100%);
  background: var(--gradient-glass);
  color: #1f2937;
  color: var(--text-primary);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(229, 231, 235, 0.6);
  border-bottom: 1px solid var(--border-glass);
}

.mobile-revolutionary-container {
  background: rgba(255, 255, 255, 0.8);
  background: var(--bg-glass);
  color: #1f2937;
  color: var(--text-primary);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}

.metric-card {
  background: rgba(255, 255, 255, 0.8);
  background: var(--bg-glass);
  border: 1px solid rgba(229, 231, 235, 0.6);
  border: 1px solid var(--border-glass);
  color: #1f2937;
  color: var(--text-primary);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1);
  box-shadow: var(--shadow-glass);
}

.insight-card {
  background: rgba(255, 255, 255, 0.8);
  background: var(--bg-glass);
  border: 1px solid rgba(229, 231, 235, 0.6);
  border: 1px solid var(--border-glass);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.feed-card {
  background: rgba(255, 255, 255, 0.8);
  background: var(--bg-glass);
  border: 1px solid rgba(229, 231, 235, 0.6);
  border: 1px solid var(--border-glass);
  color: #1f2937;
  color: var(--text-primary);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.feed-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 25px 50px -12px rgba(220, 38, 38, 0.25);
  box-shadow: var(--shadow-revolutionary);
}

/* Prévisualisation révolutionnaire du thème */
[data-theme-preview="dark"] {
  filter: brightness(0.7) sepia(1) hue-rotate(200deg);
  transition: filter 0.3s ease;
}

[data-theme-preview="light"] {
  filter: brightness(1.1) saturate(1.1);
  transition: filter 0.3s ease;
}

/* Support révolutionnaire pour les modes de contraste élevé */
@media (prefers-contrast: high) {
  :root {
    --border-primary: #000000;
    --text-primary: #000000;
    --bg-primary: #ffffff;
  }
  
  .dark {
    --border-primary: #ffffff;
    --text-primary: #ffffff;
    --bg-primary: #000000;
  }
}

/* Support révolutionnaire pour la réduction de mouvement */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  
  .revolutionary-pulse,
  .revolutionary-appear {
    animation: none !important;
  }
}
/* 
OMAYDAY V2 - FIXES MOBILE RESPONSIVE URGENTS
Corrections spécifiques pour les problèmes identifiés dans les screenshots smartphone
*/

/* Force le viewport mobile correct */
@media screen and (max-width: 480px) {
  html {
    font-size: 14px; /* Base font size réduite sur très petits écrans */
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
  
  body {
    font-size: 14px;
    line-height: 1.4;
    overflow-x: hidden; /* Empêche le scroll horizontal */
  }
}

/* Container principal - Force la largeur complète sur mobile */
@media screen and (max-width: 768px) {
  .mobile-container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  
  /* Header mobile - Hauteur fixe et éléments compacts */
  .mobile-header {
    height: 56px !important; /* Hauteur fixe pour éviter les débordements */
    min-height: 56px !important;
    max-height: 56px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  
  .mobile-header .header-actions {
    gap: 4px !important; /* Espacement minimal entre les actions */
  }
  
  .mobile-header .header-actions button {
    padding: 6px !important;
    min-width: 32px !important;
    min-height: 32px !important;
  }
  
  .mobile-header .profile-button {
    padding: 4px 6px !important;
    max-width: 120px !important; /* Empêche le débordement du profil */
  }
  
  .mobile-header .profile-avatar {
    width: 24px !important;
    height: 24px !important;
  }
  
  /* Logo mobile - Taille optimisée */
  .mobile-header .logo {
    width: 32px !important;
    height: 32px !important;
    margin-right: 8px !important;
  }
  
  /* FIXES SPÉCIFIQUES POUR ÉLÉMENTS QUI SE CHEVAUCHENT */
  .mobile-stories-fix {
    position: relative !important;
    z-index: 10 !important;
    margin-bottom: 16px !important;
    padding-bottom: 8px !important;
    clear: both !important;
  }
  
  .mobile-composer-fix {
    position: relative !important;
    z-index: 5 !important;
    margin-top: 16px !important;
    clear: both !important;
  }
  
  /* Force la séparation des éléments Stories */
  .mobile-stories-fix > * {
    position: relative !important;
    margin-bottom: 12px !important;
  }
  
  /* Correction des dimensions des éléments Stories sur mobile */
  .mobile-stories-fix .story-item,
  .mobile-stories-fix .story-card,
  .mobile-stories-fix .story-capsule {
    width: 70px !important;
    min-width: 70px !important;
    max-width: 70px !important;
    margin-right: 8px !important;
    padding: 4px !important;
  }
  
  .mobile-stories-fix .story-avatar {
    width: 54px !important;
    height: 54px !important;
    margin-bottom: 4px !important;
  }
  
  .mobile-stories-fix .story-name {
    font-size: 10px !important;
    line-height: 1.1 !important;
  }
}

/* ===== CORRECTIONS POUR LA LANDING PAGE MOBILE ===== */

@media (max-width: 768px) {
  
  /* Corriger le conteneur principal pour éviter les débordements */
  html, body {
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100vw !important;
  }

  /* Corriger tous les conteneurs enfants */
  * {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  
  /* Container principal du feed - Force l'ordre et évite les chevauchements */
  .main-feed-container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 8px !important;
    overflow-x: hidden !important;
  }
  
  .main-feed-container > * {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 16px !important;
    clear: both !important;
  }

  /* ===== CORRECTION MODULES D'ACCÈS RAPIDE ===== */
  
  /* Container des modules d'accès rapide */
  .md\\:hidden .flex.justify-center {
    padding: 0 16px !important;
    gap: 8px !important;
    flex-wrap: nowrap !important;
  }

  /* Boutons modules - Correction de la troncature */
  .md\\:hidden button[class*="bg-omayday"],
  .md\\:hidden button[class*="bg-green"] {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 8px 4px !important;
    min-width: 85px !important;
    max-width: 95px !important;
    height: 60px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: clip !important;
    border-radius: 12px !important;
    flex: 1 1 !important;
  }

  /* Texte des boutons modules */
  .md\\:hidden button span {
    font-size: 9px !important;
    font-weight: 600 !important;
    line-height: 1.1 !important;
    margin-top: 2px !important;
    display: block !important;
    width: 100% !important;
    text-align: center !important;
  }

  /* Icônes des boutons modules */
  .md\\:hidden button svg {
    width: 16px !important;
    height: 16px !important;
    margin-bottom: 2px !important;
    flex-shrink: 0 !important;
  }

  /* ===== CORRECTION SECTION HERO MOBILE ===== */
  
  /* Titre principal */
  .text-3xl.sm\\:text-4xl.lg\\:text-6xl {
    font-size: 28px !important;
    line-height: 1.2 !important;
    margin-bottom: 16px !important;
  }

  /* Sous-titre */
  .text-base.sm\\:text-lg.lg\\:text-xl {
    font-size: 16px !important;
    line-height: 1.4 !important;
    margin-bottom: 20px !important;
  }

  /* ===== CORRECTION BOUTON REJOINDRE ===== */
  
  /* Bouton principal Rejoindre */
  .bg-gradient-to-r.from-omayday-red-500.to-omayday-blue-500 {
    width: 100% !important;
    max-width: 280px !important;
    padding: 14px 20px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border-radius: 12px !important;
    margin: 0 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
  }

  /* ===== CORRECTION SECTION AFRICAN & GLOBAL DOCTORS ===== */
  
  /* Container principal de la card */
  .bg-white\\/95.backdrop-blur-sm {
    padding: 12px !important;
    border-radius: 12px !important;
    margin: 0 12px !important;
  }

  /* Alignement du contenu */
  .bg-white\\/95 .flex.items-center.justify-between {
    flex-direction: column !important;
    align-items: center !important;
    gap: 12px !important;
  }

  /* Section gauche avec icône et texte */
  .bg-white\\/95 .flex.items-center.space-x-2 {
    flex-direction: column !important;
    text-align: center !important;
    gap: 8px !important;
  }

  /* Texte principal */
  .bg-white\\/95 .font-semibold {
    font-size: 14px !important;
    line-height: 1.3 !important;
    text-align: center !important;
    margin-bottom: 4px !important;
  }

  /* Sous-texte */
  .bg-white\\/95 .text-xs.sm\\:text-sm {
    font-size: 12px !important;
    text-align: center !important;
    color: #666 !important;
  }

  /* Drapeaux */
  .bg-white\\/95 .flex.items-center.space-x-1 {
    justify-content: center !important;
    gap: 6px !important;
    margin-top: 8px !important;
  }

  /* Drapeaux individuels */
  .bg-white\\/95 .text-lg {
    font-size: 20px !important;
  }

  /* Point vert animé */
  .bg-green-500.rounded-full.animate-pulse {
    width: 8px !important;
    height: 8px !important;
    margin-left: 8px !important;
  }

  /* ===== CORRECTION SÉLECTEUR DE LANGUE ===== */
  
  /* Sélecteur de langue mobile */
  .flex.items-center.space-x-4 select,
  .language-selector {
    padding: 8px 12px !important;
    font-size: 14px !important;
    border-radius: 8px !important;
    border: 2px solid #e5e7eb !important;
    background: white !important;
    min-width: 80px !important;
  }

  /* ===== CORRECTION NAVIGATION STICKY ===== */
  
  /* Header mobile si présent */
  .sticky.top-0,
  .fixed.top-0 {
    z-index: 9999 !important;
    background: rgba(255, 255, 255, 0.95) !important;
    -webkit-backdrop-filter: blur(10px) !important;
            backdrop-filter: blur(10px) !important;
    border-bottom: 1px solid #e5e7eb !important;
  }

  /* ===== CORRECTION IMAGES ET MÉDIAS ===== */
  
  /* Toutes les images responsives */
  img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  /* Carrousel d'images */
  .carousel-container,
  .relative.w-full.h-48 {
    width: 100% !important;
    overflow: hidden !important;
    border-radius: 16px !important;
  }

  /* ===== CORRECTION ESPACEMENTS GÉNÉRAUX ===== */
  
  /* Sections principales */
  section {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  /* Containers */
  .container,
  .max-w-7xl,
  .max-w-6xl {
    padding-left: 16px !important;
    padding-right: 16px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* ===== CORRECTION GRILLES ET LAYOUTS ===== */
  
  /* Grilles sur mobile */
  .grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
  }

  .grid-cols-2,
  .grid-cols-3,
  .grid-cols-4 {
    display: flex !important;
    flex-direction: column !important;
  }

  /* ===== CORRECTION MODALS ET OVERLAYS ===== */
  
  /* Modals sur mobile */
  .fixed.inset-0 {
    padding: 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  /* Contenu des modals */
  .modal-content,
  .bg-white.rounded-lg,
  .bg-white.rounded-xl {
    width: 100% !important;
    max-width: calc(100vw - 32px) !important;
    max-height: calc(100vh - 32px) !important;
    margin: 0 !important;
    overflow-y: auto !important;
  }

  /* ===== CORRECTION BOUTONS ET INTERACTIONS ===== */
  
  /* Tous les boutons tactiles */
  button,
  .btn,
  a[role="button"] {
    min-height: 44px !important;
    min-width: 44px !important;
    touch-action: manipulation !important;
    -webkit-tap-highlight-color: transparent !important;
  }

  /* Boutons primaires */
  .bg-gradient-to-r button,
  button.bg-gradient-to-r {
    padding: 12px 20px !important;
    font-size: 16px !important;
    border-radius: 8px !important;
  }

  /* ===== CORRECTION ACCESSIBILITÉ MOBILE ===== */
  
  /* Focus visible */
  *:focus {
    outline: 2px solid #dc2626 !important;
    outline-offset: 2px !important;
  }

  /* Contraste amélioré */
  .text-gray-600 {
    color: #4b5563 !important;
  }

  .text-gray-500 {
    color: #6b7280 !important;
  }

  /* ===== CORRECTION ANIMATIONS ===== */
  
  /* Désactiver les animations trop complexes sur mobile */
  @media (prefers-reduced-motion: reduce) {
    * {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
    }
  }

  /* Animations plus douces */
  .animate-pulse {
    animation-duration: 3s !important;
  }

  .animate-spin {
    animation-duration: 4s !important;
  }

  /* ===== CORRECTION SCROLL ===== */
  
  /* Scroll fluide sur mobile */
  html {
    scroll-behavior: smooth !important;
    -webkit-overflow-scrolling: touch !important;
  }

  /* Masquer scrollbars si nécessaire */
  ::-webkit-scrollbar {
    width: 0px !important;
    background: transparent !important;
  }
}

/* ===== CORRECTIONS SPÉCIFIQUES PAR TAILLE D'ÉCRAN ===== */

/* Très petits mobiles (iPhone SE, etc.) */
@media (max-width: 375px) {
  .md\\:hidden button[class*="bg-omayday"],
  .md\\:hidden button[class*="bg-green"] {
    min-width: 75px !important;
    max-width: 85px !important;
    padding: 6px 2px !important;
  }

  .md\\:hidden button span {
    font-size: 8px !important;
  }

  .bg-gradient-to-r.from-omayday-red-500.to-omayday-blue-500 {
    max-width: 260px !important;
    font-size: 14px !important;
  }
}

/* Mobiles moyens */
@media (min-width: 376px) and (max-width: 414px) {
  .md\\:hidden button[class*="bg-omayday"],
  .md\\:hidden button[class*="bg-green"] {
    min-width: 90px !important;
    max-width: 100px !important;
  }

  .md\\:hidden button span {
    font-size: 10px !important;
  }
}

/* Grands mobiles et petites tablettes */
@media (min-width: 415px) and (max-width: 768px) {
  .md\\:hidden button[class*="bg-omayday"],
  .md\\:hidden button[class*="bg-green"] {
    min-width: 100px !important;
    max-width: 110px !important;
  }

  .md\\:hidden button span {
    font-size: 11px !important;
  }
}

/* ===== CORRECTION MODE PAYSAGE MOBILE ===== */
@media (max-height: 500px) and (orientation: landscape) {
  /* Réduire les espacements en paysage */
  section {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  /* Header plus compact */
  .sticky.top-0,
  .fixed.top-0 {
    height: 50px !important;
  }

  /* Boutons plus compacts */
  .md\\:hidden button[class*="bg-omayday"],
  .md\\:hidden button[class*="bg-green"] {
    height: 50px !important;
    padding: 6px 4px !important;
  }
}

/* ===== UTILITIES POUR DEBUG (DÉVELOPPEMENT SEULEMENT) ===== */
@media (max-width: 768px) {
  /* Bordures de debug - à supprimer en production */
  /*
  .debug * {
    border: 1px solid red !important;
  }
  
  .debug .md\\:hidden button {
    border: 2px solid blue !important;
  }
  */
  
  /* Logger la largeur d'écran */
  body::before {
    content: "Width: " attr(data-screen-width) "px";
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 4px 8px;
    font-size: 12px;
    z-index: 10000;
    display: none; /* Activer seulement pour debug */
  }
}
/**
 * OMAYDAY - RÉVOLUTION RESPONSIVE COMPLÈTE v3.0
 * Refonte complète pour une expérience utilisateur optimale
 * Design moderne, performant et adaptatif
 */

/* ===== VARIABLES CSS RÉVOLUTIONNAIRES ===== */
:root {
  /* Couleurs OMAYDAY */
  --omayday-red: #dc2626;
  --omayday-blue: #2563eb;
  --omayday-gradient: linear-gradient(135deg, #dc2626 0%, #2563eb 100%);
  --omayday-gradient-light: linear-gradient(135deg, #fef2f2 0%, #eff6ff 100%);
  
  /* Breakpoints ultra-modernes étendus */
  --mobile-xs: 320px;       /* iPhone SE, petits mobiles */
  --mobile-sm: 375px;       /* iPhone 12 Mini */
  --mobile-md: 390px;       /* iPhone 12/13 */
  --mobile-lg: 414px;       /* iPhone Plus, grands mobiles */
  --mobile-xl: 568px;       /* Mobile Landscape */
  --tablet-sm: 768px;       /* iPad Portrait, tablettes */
  --tablet-md: 834px;       /* iPad Air Portrait */
  --tablet-lg: 1024px;      /* iPad Landscape */
  --tablet-xl: 1194px;      /* iPad Pro 11" */
  --laptop-sm: 1366px;      /* Laptop standard */
  --desktop-sm: 1440px;     /* Desktop standard */
  --desktop-md: 1728px;     /* Desktop large */
  --desktop-lg: 1920px;     /* Full HD */
  --desktop-xl: 2560px;     /* 4K */
  
  /* Layout responsive */
  --header-height-mobile: 56px;
  --header-height-tablet: 64px;
  --header-height-desktop: 72px;
  --bottom-nav-height: 72px;
  --sidebar-width-tablet: 280px;
  --sidebar-width-desktop: 320px;
  --content-max-width: 1200px;
  --feed-max-width: 95vw; /* Nouvelle variable pour feed maximisé */
  
  /* Spacing adaptatif */
  --spacing-xs: 4px;
  --spacing-sm: 8px;
  --spacing-md: 16px;
  --spacing-lg: 24px;
  --spacing-xl: 32px;
  --spacing-2xl: 48px;
  
  /* Typography responsive */
  --text-xs: clamp(10px, 2vw, 12px);
  --text-sm: clamp(12px, 2.5vw, 14px);
  --text-base: clamp(14px, 3vw, 16px);
  --text-lg: clamp(16px, 3.5vw, 18px);
  --text-xl: clamp(18px, 4vw, 20px);
  --text-2xl: clamp(20px, 4.5vw, 24px);
  --text-3xl: clamp(24px, 5vw, 30px);
  
  /* Shadows et effects */
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  
  /* Borders et radius */
  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  --radius-2xl: 20px;
  
  /* Animations */
  --transition-fast: 150ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-normal: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

/* ===== RESET ET BASE MODERNE ===== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  background-color: #f8fafc;
}

/* Fix pour les inputs mobiles */
input, 
textarea, 
select {
  font-size: 16px !important; /* Empêche le zoom sur iOS */
}

/* ===== LAYOUT PRINCIPAL RESPONSIVE ===== */
.omayday-app {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  max-width: 100vw;
  position: relative;
}

/* ===== HEADER RESPONSIVE ===== */
.omayday-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-bottom: 1px solid #e5e7eb;
  transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: var(--transition-normal);
}

/* Mobile Header */
@media (max-width: 767px) {
  .omayday-header {
    height: 56px;
    height: var(--header-height-mobile);
    padding: 0 16px;
    padding: 0 var(--spacing-md);
  }
  
  .header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    max-width: none;
  }
  
  .header-logo {
    height: 32px;
    width: auto;
  }
  
  .header-search {
    display: none; /* Cachée sur mobile, accessible via bottom nav */
  }
  
  .header-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    gap: var(--spacing-sm);
  }
  
  .header-user-menu {
    display: none; /* Accessible via bottom nav */
  }
}

/* Tablet Header */
@media (min-width: 768px) and (max-width: 1023px) {
  .omayday-header {
    height: 64px;
    height: var(--header-height-tablet);
    padding: 0 24px;
    padding: 0 var(--spacing-lg);
  }
  
  .header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    max-width: 1200px;
    max-width: var(--content-max-width);
    margin: 0 auto;
  }
  
  .header-logo {
    height: 36px;
    width: auto;
  }
  
  .header-search {
    flex: 1 1;
    max-width: 400px;
    margin: 0 24px;
    margin: 0 var(--spacing-lg);
  }
  
  .header-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    gap: var(--spacing-md);
  }
}

/* Desktop Header */
@media (min-width: 1024px) {
  .omayday-header {
    height: 72px;
    height: var(--header-height-desktop);
    padding: 0 32px;
    padding: 0 var(--spacing-xl);
  }
  
  .header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    max-width: 1200px;
    max-width: var(--content-max-width);
    margin: 0 auto;
  }
  
  .header-logo {
    height: 40px;
    width: auto;
  }
  
  .header-search {
    flex: 1 1;
    max-width: 500px;
    margin: 0 32px;
    margin: 0 var(--spacing-xl);
  }
  
  .header-nav {
    display: flex;
    align-items: center;
    gap: 24px;
    gap: var(--spacing-lg);
  }
  
  .header-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    gap: var(--spacing-md);
  }
}

/* ===== NAVIGATION BOTTOM MOBILE ===== */
.omayday-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-top: 1px solid #e5e7eb;
  height: 72px;
  height: var(--bottom-nav-height);
  display: none;
  padding: 8px 16px;
  padding: var(--spacing-sm) var(--spacing-md);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  box-shadow: var(--shadow-lg);
}

@media (max-width: 767px) {
  .omayday-bottom-nav {
    display: flex;
  }
  
  .bottom-nav-items {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
  }
  
  .bottom-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px;
    padding: var(--spacing-sm);
    border-radius: 8px;
    border-radius: var(--radius-md);
    transition: 150ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: var(--transition-fast);
    min-width: 48px;
    min-height: 48px;
    text-decoration: none;
    color: #6b7280;
  }
  
  .bottom-nav-item.active {
    color: #dc2626;
    color: var(--omayday-red);
    background: linear-gradient(135deg, #fef2f2 0%, #eff6ff 100%);
    background: var(--omayday-gradient-light);
  }
  
  .bottom-nav-item:hover {
    background: #f3f4f6;
  }
  
  .bottom-nav-icon {
    width: 24px;
    height: 24px;
    margin-bottom: 2px;
  }
  
  .bottom-nav-label {
    font-size: clamp(10px, 2vw, 12px);
    font-size: var(--text-xs);
    font-weight: 500;
    line-height: 1;
  }
}

/* ===== LAYOUT PRINCIPAL ADAPTATIF ===== */
.omayday-main {
  flex: 1 1;
  width: 100%;
  position: relative;
}

/* Mobile Layout */
@media (max-width: 767px) {
  .omayday-main {
    padding-top: 0;
    padding-bottom: 72px;
    padding-bottom: var(--bottom-nav-height);
  }
  
  .main-content {
    width: 100%;
    padding: 16px;
    padding: var(--spacing-md);
  }
  
  .main-content.with-sidebar {
    width: 100%; /* Sidebar en overlay sur mobile */
  }
}

/* Tablet Layout */
@media (min-width: 768px) and (max-width: 1023px) {
  .omayday-main {
    display: flex;
    max-width: 1200px;
    max-width: var(--content-max-width);
    margin: 0 auto;
    padding: 24px;
    padding: var(--spacing-lg);
    gap: 24px;
    gap: var(--spacing-lg);
  }
  
  .main-content {
    flex: 1 1;
    min-width: 0;
  }
  
  .main-content.with-sidebar {
    width: calc(100% - 280px - 24px);
    width: calc(100% - var(--sidebar-width-tablet) - var(--spacing-lg));
  }
}

/* Desktop Layout */
@media (min-width: 1024px) {
  .omayday-main {
    display: flex;
    max-width: 1200px;
    max-width: var(--content-max-width);
    margin: 0 auto;
    padding: 32px;
    padding: var(--spacing-xl);
    gap: 32px;
    gap: var(--spacing-xl);
  }
  
  .main-content {
    flex: 1 1;
    min-width: 0;
  }
  
  .main-content.with-sidebar {
    width: calc(100% - 320px - 32px);
    width: calc(100% - var(--sidebar-width-desktop) - var(--spacing-xl));
  }
}

/* ===== SIDEBAR RESPONSIVE ===== */
.omayday-sidebar {
  background: white;
  border-radius: 16px;
  border-radius: var(--radius-xl);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  box-shadow: var(--shadow-md);
  overflow: hidden;
  transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: var(--transition-normal);
}

/* Mobile Sidebar (Overlay) */
@media (max-width: 767px) {
  .omayday-sidebar {
    position: fixed;
    top: 56px;
    top: var(--header-height-mobile);
    right: 0;
    bottom: 72px;
    bottom: var(--bottom-nav-height);
    width: min(85vw, 350px);
    z-index: 40;
    transform: translateX(100%);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    box-shadow: var(--shadow-xl);
  }
  
  .omayday-sidebar.open {
    transform: translateX(0);
  }
  
  .sidebar-overlay {
    position: fixed;
    top: 56px;
    top: var(--header-height-mobile);
    left: 0;
    right: 0;
    bottom: 72px;
    bottom: var(--bottom-nav-height);
    background: rgba(0, 0, 0, 0.5);
    z-index: 39;
    opacity: 0;
    pointer-events: none;
    transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: var(--transition-normal);
  }
  
  .sidebar-overlay.open {
    opacity: 1;
    pointer-events: auto;
  }
}

/* Tablet & Desktop Sidebar */
@media (min-width: 768px) {
  .omayday-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 24px;
    top: var(--spacing-lg);
    height: -webkit-fit-content;
    height: fit-content;
    max-height: calc(100vh - 64px - 2 * 24px);
    max-height: calc(100vh - var(--header-height-tablet) - 2 * var(--spacing-lg));
    overflow-y: auto;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .omayday-sidebar {
    width: 280px;
    width: var(--sidebar-width-tablet);
    flex-shrink: 0;
  }
}

@media (min-width: 1024px) {
  .omayday-sidebar {
    width: 320px;
    width: var(--sidebar-width-desktop);
    flex-shrink: 0;
    top: 32px;
    top: var(--spacing-xl);
    max-height: calc(100vh - 72px - 2 * 32px);
    max-height: calc(100vh - var(--header-height-desktop) - 2 * var(--spacing-xl));
  }
}

/* ===== COMPOSANTS ADAPTATIFS ===== */

/* Cards responsives */
.omayday-card {
  background: white;
  border-radius: 12px;
  border-radius: var(--radius-lg);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--shadow-sm);
  border: 1px solid #e5e7eb;
  transition: 150ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: var(--transition-fast);
  overflow: hidden;
}

.omayday-card:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  box-shadow: var(--shadow-md);
}

@media (max-width: 767px) {
  .omayday-card {
    border-radius: 8px;
    border-radius: var(--radius-md);
    margin-bottom: 16px;
    margin-bottom: var(--spacing-md);
  }
}

/* Boutons adaptatifs */
.omayday-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border-radius: var(--radius-md);
  font-weight: 500;
  transition: 150ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: var(--transition-fast);
  text-decoration: none;
  cursor: pointer;
  border: none;
  position: relative;
  overflow: hidden;
}

.omayday-btn-primary {
  background: linear-gradient(135deg, #dc2626 0%, #2563eb 100%);
  background: var(--omayday-gradient);
  color: white;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--shadow-sm);
}

.omayday-btn-primary:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  box-shadow: var(--shadow-md);
  transform: translateY(-1px);
}

/* Tailles des boutons */
.omayday-btn-xs {
  padding: 4px 8px;
  font-size: clamp(10px, 2vw, 12px);
  font-size: var(--text-xs);
  min-height: 28px;
}

.omayday-btn-sm {
  padding: 6px 12px;
  font-size: clamp(12px, 2.5vw, 14px);
  font-size: var(--text-sm);
  min-height: 32px;
}

.omayday-btn-md {
  padding: 8px 16px;
  font-size: clamp(14px, 3vw, 16px);
  font-size: var(--text-base);
  min-height: 40px;
}

.omayday-btn-lg {
  padding: 12px 24px;
  font-size: clamp(16px, 3.5vw, 18px);
  font-size: var(--text-lg);
  min-height: 48px;
}

/* Adaptation mobile des boutons */
@media (max-width: 767px) {
  .omayday-btn {
    min-height: 44px; /* Taille tactile optimale */
    min-width: 44px;
  }
  
  .omayday-btn-sm {
    min-height: 40px;
  }
  
  .omayday-btn-lg {
    width: 100%;
    justify-content: center;
  }
}

/* ===== GRILLES RESPONSIVES ===== */
.omayday-grid {
  display: grid;
  gap: 24px;
  grid-gap: 24px;
  grid-gap: var(--spacing-lg);
  gap: var(--spacing-lg);
}

/* Mobile: 1 colonne */
@media (max-width: 767px) {
  .omayday-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    gap: var(--spacing-md);
  }
}

/* Tablet: 2 colonnes */
@media (min-width: 768px) and (max-width: 1023px) {
  .omayday-grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .omayday-grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Desktop: 3+ colonnes */
@media (min-width: 1024px) {
  .omayday-grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .omayday-grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .omayday-grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* ===== MODALES RESPONSIVES ===== */
.omayday-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  padding: 24px;
  padding: var(--spacing-lg);
}

.omayday-modal-content {
  background: white;
  border-radius: 16px;
  border-radius: var(--radius-xl);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  box-shadow: var(--shadow-xl);
  max-width: 90vw;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
}

/* Mobile: Modales fullscreen */
@media (max-width: 767px) {
  .omayday-modal {
    padding: 0;
    align-items: flex-end;
  }
  
  .omayday-modal-content {
    width: 100vw;
    max-width: none;
    max-height: 95vh;
    border-radius: 16px 16px 0 0;
    border-radius: var(--radius-xl) var(--radius-xl) 0 0;
  }
}

/* ===== SCROLL ET PERFORMANCE ===== */
.omayday-scroll {
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #cbd5e1 transparent;
}

.omayday-scroll::-webkit-scrollbar {
  width: 6px;
}

.omayday-scroll::-webkit-scrollbar-track {
  background: transparent;
}

.omayday-scroll::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 3px;
}

.omayday-scroll::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/* ===== ANIMATIONS ET MICRO-INTERACTIONS ===== */
@keyframes slideInRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes slideInUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.animate-slide-right {
  animation: slideInRight 300ms cubic-bezier(0.4, 0, 0.2, 1);
  animation: slideInRight var(--transition-normal);
}

.animate-slide-up {
  animation: slideInUp 300ms cubic-bezier(0.4, 0, 0.2, 1);
  animation: slideInUp var(--transition-normal);
}

.animate-fade-in {
  animation: fadeIn 300ms cubic-bezier(0.4, 0, 0.2, 1);
  animation: fadeIn var(--transition-normal);
}

/* ===== UTILITAIRES RESPONSIVE ===== */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.focus-visible {
  outline: 2px solid #2563eb;
  outline: 2px solid var(--omayday-blue);
  outline-offset: 2px;
}

/* ===== PRINT STYLES ===== */
@media print {
  .omayday-header,
  .omayday-bottom-nav,
  .omayday-sidebar {
    display: none !important;
  }
  
  .omayday-main {
    padding: 0 !important;
  }
  
  .main-content {
    width: 100% !important;
  }
}

/* ===== DARK MODE SUPPORT (PRÉPARATION) ===== */
@media (prefers-color-scheme: dark) {
  :root {
    --omayday-bg: #0f172a;
    --omayday-surface: #1e293b;
    --omayday-text: #f1f5f9;
  }
  
  /* Variables sombres à implémenter si nécessaire */
}

/* ===== FEED MAXIMIZATION OVERRIDES ===== */
/* Force la largeur maximale sur desktop pour le feed */
@media (min-width: 768px) {
  /* Override les containers parents pour le feed */
  .omayday-main {
    max-width: 95vw !important;
    max-width: var(--feed-max-width) !important;
    width: 95vw !important;
    width: var(--feed-max-width) !important;
  }
  
  .main-content {
    max-width: none !important;
    width: 100% !important;
  }
}

@media (min-width: 1024px) {
  /* Desktop spécifique - force 95% de l'écran */
  .omayday-main {
    max-width: 95vw !important;
    width: 95vw !important;
  }
}

@media (min-width: 1440px) {
  /* Large desktop - utilise presque tout l'écran */
  .omayday-main {
    max-width: 96vw !important;
    width: 96vw !important;
  }
}

/* ===== ACCESSIBILITY ===== */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Amélioration du contraste pour l'accessibilité */
@media (prefers-contrast: high) {
  .omayday-btn-primary {
    border: 2px solid currentColor;
  }
  
  .omayday-card {
    border: 2px solid #d1d5db;
  }
}

/* ===== STATES GLOBAUX ===== */
.loading {
  pointer-events: none;
  opacity: 0.6;
}

.error {
  border-color: #ef4444 !important;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}

.success {
  border-color: #10b981 !important;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}
/**
 * OMAYDAY - Solution Mobile Responsive Innovante v2.0
 * Refonte complète de l'expérience mobile fidèle à la version PC
 * Toutes les fonctionnalités opérationnelles avec design adaptatif
 */

/* ===== VARIABLES CSS GLOBALES ===== */
:root {
  --omayday-primary: #dc2626;
  --omayday-secondary: #2563eb;
  --omayday-gradient: linear-gradient(135deg, #dc2626 0%, #2563eb 100%);
  --mobile-header-height: 60px;
  --mobile-bottom-nav-height: 70px;
  --mobile-padding: 16px;
  --mobile-border-radius: 12px;
  --mobile-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  --mobile-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ===== DÉTECTION ET BREAKPOINTS MOBILES ===== */
@media (max-width: 768px) {
  
  /* ===== RESET ET BASE MOBILE ===== */
  * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
  }
  
  body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
  }
  
  /* Empêcher le zoom accidentel sur les inputs */
  input, select, textarea {
    font-size: 16px !important;
  }

  /* ===== LAYOUT PRINCIPAL MOBILE ===== */
  .mobile-app-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
  }

  /* ===== HEADER MOBILE OPTIMISÉ ===== */
  .mobile-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    height: var(--mobile-header-height);
    background: white;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    padding: 0 var(--mobile-padding);
    z-index: 1000;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    box-shadow: var(--mobile-shadow);
  }

  .mobile-header .logo {
    height: 35px;
    width: auto;
  }

  .mobile-header .user-info {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .mobile-header .user-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #dc2626;
    border: 2px solid var(--omayday-primary);
  }

  /* ===== NAVIGATION MOBILE BOTTOM ===== */
  .mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70px;
    height: var(--mobile-bottom-nav-height);
    background: white;
    border-top: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 1000;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.1);
  }

  .mobile-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 4px;
    text-decoration: none;
    color: #6b7280;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: var(--mobile-transition);
    flex: 1 1;
    max-width: 80px;
  }

  .mobile-nav-item.active {
    color: #dc2626;
    color: var(--omayday-primary);
  }

  .mobile-nav-item svg {
    width: 24px;
    height: 24px;
    margin-bottom: 4px;
  }

  .mobile-nav-text {
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
  }

  /* Badge notifications */
  .mobile-nav-badge {
    position: absolute;
    top: 2px;
    right: 8px;
    background: #dc2626;
    background: var(--omayday-primary);
    color: white;
    border-radius: 10px;
    font-size: 10px;
    font-weight: 600;
    padding: 2px 6px;
    min-width: 16px;
    text-align: center;
  }

  /* ===== CONTENU PRINCIPAL MOBILE ===== */
  .mobile-content {
    flex: 1 1;
    margin-top: 60px;
    margin-top: var(--mobile-header-height);
    margin-bottom: 70px;
    margin-bottom: var(--mobile-bottom-nav-height);
    padding: 16px;
    padding: var(--mobile-padding);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* ===== HOMEPAGE MOBILE ===== */
  .mobile-homepage {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .mobile-post-creator {
    background: white;
    border-radius: 12px;
    border-radius: var(--mobile-border-radius);
    padding: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    box-shadow: var(--mobile-shadow);
    margin-bottom: 16px;
  }

  .mobile-post-creator textarea {
    width: 100%;
    min-height: 60px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 12px;
    resize: none;
    font-size: 14px;
    line-height: 1.5;
  }

  .mobile-post-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #f3f4f6;
  }

  .mobile-post-button {
    background: linear-gradient(135deg, #dc2626 0%, #2563eb 100%);
    background: var(--omayday-gradient);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: var(--mobile-transition);
  }

  /* ===== POSTS FEED MOBILE ===== */
  .mobile-post {
    background: white;
    border-radius: 12px;
    border-radius: var(--mobile-border-radius);
    margin-bottom: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    box-shadow: var(--mobile-shadow);
    overflow: hidden;
  }

  .mobile-post-header {
    display: flex;
    align-items: center;
    padding: 16px;
    gap: 12px;
  }

  .mobile-post-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex-shrink: 0;
  }

  .mobile-post-user-info {
    flex: 1 1;
    min-width: 0;
  }

  .mobile-post-user-name {
    font-weight: 600;
    font-size: 14px;
    color: #111827;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .mobile-post-user-title {
    font-size: 12px;
    color: #6b7280;
    margin: 2px 0 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .mobile-post-content {
    padding: 0 16px 16px;
    font-size: 14px;
    line-height: 1.6;
    color: #374151;
  }

  .mobile-post-actions {
    display: flex;
    justify-content: space-around;
    padding: 12px 16px;
    border-top: 1px solid #f3f4f6;
  }

  .mobile-post-action {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 6px;
    background: none;
    border: none;
    color: #6b7280;
    font-size: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: var(--mobile-transition);
    flex: 1 1;
    justify-content: center;
  }

  .mobile-post-action:hover {
    background: #f9fafb;
    color: #dc2626;
    color: var(--omayday-primary);
  }

  .mobile-post-action svg {
    width: 16px;
    height: 16px;
  }

  /* ===== SIDEBAR MOBILE (TRENDS) ===== */
  .mobile-trends {
    background: white;
    border-radius: 12px;
    border-radius: var(--mobile-border-radius);
    padding: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    box-shadow: var(--mobile-shadow);
    margin-bottom: 16px;
  }

  .mobile-trends-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
  }

  .mobile-trends-title {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
    margin: 0;
  }

  .mobile-trend-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f3f4f6;
  }

  .mobile-trend-item:last-child {
    border-bottom: none;
  }

  .mobile-trend-text {
    font-size: 13px;
    color: #374151;
    font-weight: 500;
  }

  .mobile-trend-percentage {
    font-size: 12px;
    color: #2563eb;
    color: var(--omayday-secondary);
    font-weight: 600;
  }

  /* ===== PROFIL MOBILE ===== */
  .mobile-profile {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .mobile-profile-header {
    background: linear-gradient(135deg, #dc2626 0%, #2563eb 100%);
    background: var(--omayday-gradient);
    border-radius: 12px;
    border-radius: var(--mobile-border-radius);
    padding: 24px 16px;
    color: white;
    position: relative;
    overflow: hidden;
  }

  .mobile-profile-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 100 100\"><defs><pattern id=\"grid\" width=\"10\" height=\"10\" patternUnits=\"userSpaceOnUse\"><path d=\"M 10 0 L 0 0 0 10\" fill=\"none\" stroke=\"rgba%28255,255,255,0.1%29\" stroke-width=\"1\"/></pattern></defs><rect width=\"100\" height=\"100\" fill=\"url%28%23grid%29\"/></svg>");
    opacity: 0.3;
  }

  .mobile-profile-avatar-section {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
  }

  .mobile-profile-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 4px solid white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  }

  .mobile-profile-name {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 4px 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  }

  .mobile-profile-title {
    font-size: 14px;
    opacity: 0.9;
    margin: 0;
  }

  .mobile-profile-stats {
    display: flex;
    justify-content: space-around;
    margin-top: 16px;
    position: relative;
    z-index: 1;
  }

  .mobile-profile-stat {
    text-align: center;
  }

  .mobile-profile-stat-number {
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  }

  .mobile-profile-stat-label {
    font-size: 11px;
    opacity: 0.9;
    margin-top: 2px;
  }

  /* ===== SECTIONS PROFIL MOBILE ===== */
  .mobile-profile-section {
    background: white;
    border-radius: 12px;
    border-radius: var(--mobile-border-radius);
    padding: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    box-shadow: var(--mobile-shadow);
  }

  .mobile-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
  }

  .mobile-section-title {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .mobile-section-icon {
    width: 20px;
    height: 20px;
    color: #dc2626;
    color: var(--omayday-primary);
  }

  .mobile-add-button {
    background: linear-gradient(135deg, #dc2626 0%, #2563eb 100%);
    background: var(--omayday-gradient);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: var(--mobile-transition);
  }

  .mobile-add-button svg {
    width: 14px;
    height: 14px;
  }

  .mobile-experience-item {
    padding: 16px 0;
    border-bottom: 1px solid #f3f4f6;
    position: relative;
  }

  .mobile-experience-item:last-child {
    border-bottom: none;
  }

  .mobile-experience-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 8px;
  }

  .mobile-experience-title {
    font-size: 14px;
    font-weight: 600;
    color: #111827;
    margin: 0 0 4px 0;
    line-height: 1.3;
  }

  .mobile-experience-company {
    font-size: 13px;
    color: #dc2626;
    color: var(--omayday-primary);
    font-weight: 500;
    margin: 0 0 4px 0;
  }

  .mobile-experience-duration {
    font-size: 12px;
    color: #6b7280;
    margin: 0;
  }

  .mobile-experience-actions {
    display: flex;
    gap: 8px;
  }

  .mobile-action-button {
    background: none;
    border: none;
    color: #6b7280;
    padding: 4px;
    border-radius: 4px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: var(--mobile-transition);
  }

  .mobile-action-button:hover {
    background: #f3f4f6;
    color: #dc2626;
    color: var(--omayday-primary);
  }

  .mobile-action-button svg {
    width: 16px;
    height: 16px;
  }

  /* ===== AUTHENTIFICATION MOBILE ===== */
  .mobile-auth-container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px;
    padding: var(--mobile-padding);
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  }

  .mobile-auth-card {
    background: white;
    border-radius: 12px;
    border-radius: var(--mobile-border-radius);
    padding: 32px 24px;
    width: 100%;
    max-width: 400px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  }

  .mobile-auth-logo {
    text-align: center;
    margin-bottom: 32px;
  }

  .mobile-auth-logo img {
    height: 50px;
    width: auto;
  }

  .mobile-auth-logo h1 {
    font-size: 28px;
    font-weight: 700;
    background: linear-gradient(135deg, #dc2626 0%, #2563eb 100%);
    background: var(--omayday-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 12px 0 8px 0;
  }

  .mobile-auth-subtitle {
    text-align: center;
    color: #6b7280;
    font-size: 14px;
    margin-bottom: 32px;
  }

  .mobile-auth-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .mobile-form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .mobile-form-label {
    font-size: 14px;
    font-weight: 600;
    color: #374151;
  }

  .mobile-form-input {
    padding: 14px 16px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 16px;
    background: white;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: var(--mobile-transition);
  }

  .mobile-form-input:focus {
    outline: none;
    border-color: #dc2626;
    border-color: var(--omayday-primary);
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);
  }

  .mobile-auth-button {
    background: linear-gradient(135deg, #dc2626 0%, #2563eb 100%);
    background: var(--omayday-gradient);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 16px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: var(--mobile-transition);
    margin-top: 8px;
  }

  .mobile-auth-button:active {
    transform: translateY(1px);
  }

  .mobile-google-button {
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    padding: 14px;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: var(--mobile-transition);
    margin-bottom: 20px;
  }

  .mobile-google-button:hover {
    border-color: #d1d5db;
    background: #f9fafb;
  }

  .mobile-auth-divider {
    display: flex;
    align-items: center;
    margin: 20px 0;
    color: #6b7280;
    font-size: 12px;
  }

  .mobile-auth-divider::before,
  .mobile-auth-divider::after {
    content: '';
    flex: 1 1;
    height: 1px;
    background: #e5e7eb;
  }

  .mobile-auth-divider span {
    padding: 0 16px;
  }

  /* ===== MODALS MOBILE ===== */
  .mobile-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2000;
    display: flex;
    align-items: flex-end;
    padding: 0;
  }

  .mobile-modal {
    background: white;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 100%;
    max-height: 80vh;
    padding: 24px;
    transform: translateY(100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .mobile-modal.open {
    transform: translateY(0);
  }

  .mobile-modal-handle {
    width: 40px;
    height: 4px;
    background: #d1d5db;
    border-radius: 2px;
    margin: 0 auto 20px;
  }

  .mobile-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .mobile-modal-title {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    margin: 0;
  }

  .mobile-modal-close {
    background: none;
    border: none;
    color: #6b7280;
    padding: 8px;
    border-radius: 50%;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: var(--mobile-transition);
  }

  .mobile-modal-close:hover {
    background: #f3f4f6;
    color: #111827;
  }

  .mobile-modal-content {
    max-height: calc(80vh - 120px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .mobile-modal-actions {
    display: flex;
    gap: 12px;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #f3f4f6;
  }

  .mobile-modal-button {
    flex: 1 1;
    padding: 14px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: var(--mobile-transition);
  }

  .mobile-modal-button-primary {
    background: linear-gradient(135deg, #dc2626 0%, #2563eb 100%);
    background: var(--omayday-gradient);
    color: white;
    border: none;
  }

  .mobile-modal-button-secondary {
    background: white;
    color: #6b7280;
    border: 2px solid #e5e7eb;
  }

  /* ===== UTILITAIRES MOBILES ===== */
  .mobile-hide {
    display: none !important;
  }

  .mobile-show {
    display: block !important;
  }

  .mobile-flex {
    display: flex !important;
  }

  .mobile-text-center {
    text-align: center !important;
  }

  .mobile-full-width {
    width: 100% !important;
  }

  .mobile-no-scroll {
    overflow: hidden !important;
  }

  /* ===== ANIMATIONS MOBILES ===== */
  @keyframes mobile-fade-in {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes mobile-slide-up {
    from {
      transform: translateY(100%);
    }
    to {
      transform: translateY(0);
    }
  }

  .mobile-fade-in {
    animation: mobile-fade-in 0.3s ease-out;
  }

  .mobile-slide-up {
    animation: mobile-slide-up 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  /* ===== CORRECTIONS SPÉCIFIQUES ===== */
  
  /* Corriger les superpositions de texte */
  .mobile-content * {
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  /* Assurer que tous les éléments respectent les limites */
  .mobile-content img,
  .mobile-content video {
    max-width: 100% !important;
    height: auto !important;
  }

  /* Corriger les débordements horizontaux */
  .mobile-content table {
    width: 100%;
    table-layout: fixed;
  }

  .mobile-content td,
  .mobile-content th {
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 0;
  }

  /* ===== ACCESSIBILITÉ MOBILE ===== */
  
  /* Zones de touch optimisées (44px minimum recommandé par Apple) */
  button,
  .mobile-nav-item,
  .mobile-post-action,
  .mobile-action-button {
    min-height: 44px;
    min-width: 44px;
  }

  /* Focus visible pour navigation clavier */
  *:focus {
    outline: 2px solid #dc2626;
    outline: 2px solid var(--omayday-primary);
    outline-offset: 2px;
  }

  /* Contrast amélioré pour la lisibilité */
  .mobile-content {
    line-height: 1.6;
    color: #111827;
  }

  /* ===== OPTIMISATIONS PERFORMANCES ===== */
  
  /* Utiliser transform au lieu de changer position pour de meilleures performances */
  .mobile-smooth-scroll {
    scroll-behavior: smooth;
  }

  /* Optimiser les re-paints */
  .mobile-optimized {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    perspective: 1000px;
  }

  /* ===== DARK MODE MOBILE (Bonus) ===== */
  @media (prefers-color-scheme: dark) {
    .mobile-auth-container {
      background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    }

    .mobile-auth-card,
    .mobile-modal,
    .mobile-profile-section,
    .mobile-post,
    .mobile-trends {
      background: #1f2937;
      color: #f9fafb;
    }

    .mobile-header,
    .mobile-bottom-nav {
      background: #1f2937;
      border-color: #374151;
    }

    .mobile-form-input {
      background: #374151;
      border-color: #4b5563;
      color: #f9fafb;
    }

    .mobile-content {
      background: #111827;
      color: #f9fafb;
    }
  }
}

/* ===== BREAKPOINTS SPÉCIFIQUES ===== */

/* iPhone SE et petits mobiles */
@media (max-width: 375px) {
  :root {
    --mobile-padding: 12px;
  }

  .mobile-auth-card {
    padding: 24px 16px;
  }

  .mobile-profile-avatar {
    width: 60px;
    height: 60px;
  }

  .mobile-profile-name {
    font-size: 18px;
  }
}

/* Grands mobiles et petites tablettes */
@media (min-width: 481px) and (max-width: 768px) {
  .mobile-content {
    padding: 20px;
  }

  .mobile-auth-card {
    padding: 40px 32px;
  }

  .mobile-trends {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
    gap: 16px;
  }
}

/* Mode paysage mobile */
@media (max-height: 500px) and (orientation: landscape) {
  .mobile-header {
    height: 50px;
  }

  .mobile-bottom-nav {
    height: 50px;
  }

  .mobile-auth-container {
    padding: 16px;
  }

  .mobile-auth-card {
    padding: 20px;
    max-width: 500px;
  }
}
/**
 * OMAYDAY - Interface Mobile Révolutionnaire CSS
 * Design System qui surpasse LinkedIn et redéfinit l'UX médicale
 * Version 3.0 - Intelligence Artificielle & Biomédical
 */

/* ===== VARIABLES RÉVOLUTIONNAIRES ===== */
:root {
  /* Palette Biomédicale Innovante */
  --omayday-primary: linear-gradient(135deg, #dc2626 0%, #2563eb 100%);
  --omayday-neural: linear-gradient(135deg, #8b5cf6 0%, #06b6d4 100%);
  --omayday-life: linear-gradient(135deg, #10b981 0%, #059669 100%);
  --omayday-energy: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  --omayday-passion: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
  
  /* Couleurs Contextuelles Médicales */
  --medical-emergency: #ef4444;
  --medical-stable: #10b981;
  --medical-warning: #f59e0b;
  --medical-info: #3b82f6;
  --medical-critical: #7c2d12;
  
  /* Typographie Médicale */
  --font-medical: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-medical-mono: 'JetBrains Mono', Monaco, 'Cascadia Code', monospace;
  
  /* Espacements Harmoniques */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 32px;
  --space-2xl: 48px;
  
  /* Rayons de Courbure Organiques */
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-2xl: 32px;
  --radius-full: 9999px;
  
  /* Ombres Biomédicales */
  --shadow-soft: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
  --shadow-medium: 0 4px 6px rgba(0, 0, 0, 0.05), 0 2px 4px rgba(0, 0, 0, 0.1);
  --shadow-large: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.05);
  --shadow-neural: 0 20px 25px rgba(139, 92, 246, 0.15);
  
  /* Animations Fluides */
  --transition-fast: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-smooth: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-bounce: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  
  /* Dimensions Révolutionnaires */
  --header-height: 80px;
  --nav-height: 90px;
  --fab-size: 56px;
  --avatar-size: 48px;
}

/* ===== CONTAINER PRINCIPAL RÉVOLUTIONNAIRE ===== */
.mobile-revolutionary-container {
  position: relative;
  min-height: 100vh;
  width: 100vw;
  overflow-x: hidden;
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-family: var(--font-medical);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ===== HEADER RÉVOLUTIONNAIRE ===== */
.revolutionary-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  height: var(--header-height);
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  z-index: 1000;
  display: flex;
  align-items: center;
  padding: 0 24px;
  padding: 0 var(--space-lg);
}

.revolutionary-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 428px;
  margin: 0 auto;
}

/* Avatar Utilisateur avec IA */
.user-avatar-container {
  position: relative;
}

.user-avatar-wrapper {
  position: relative;
  width: 48px;
  width: var(--avatar-size);
  height: 48px;
  height: var(--avatar-size);
}

.user-avatar-img,
.user-avatar-placeholder {
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  border-radius: var(--radius-full);
  border: 3px solid transparent;
  background: linear-gradient(135deg, #dc2626 0%, #2563eb 100%);
  background: var(--omayday-primary);
  background-clip: padding-box;
  position: relative;
}

.user-avatar-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: white;
  background: linear-gradient(135deg, #8b5cf6 0%, #06b6d4 100%);
  background: var(--omayday-neural);
}

.user-avatar-img {
  object-fit: cover;
}

/* Indicateur IA Actif */
.ai-status-indicator {
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 20px;
  height: 20px;
  background: linear-gradient(135deg, #8b5cf6 0%, #06b6d4 100%);
  background: var(--omayday-neural);
  border-radius: 9999px;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  box-shadow: 0 0 0 3px white;
}

/* Titre Contextuel */
.header-title-section {
  flex: 1 1;
  margin-left: 16px;
  margin-left: var(--space-md);
}

.header-title {
  font-size: 20px;
  font-weight: 700;
  color: #1f2937;
  margin: 0;
  line-height: 1.2;
}

.header-subtitle {
  font-size: 12px;
  color: #6b7280;
  margin: 2px 0 0 0;
}

/* Actions Header */
.header-actions {
  display: flex;
  gap: 8px;
  gap: var(--space-sm);
}

.header-action-btn {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border-radius: var(--radius-md);
  border: none;
  background: rgba(139, 92, 246, 0.1);
  color: #8b5cf6;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: var(--transition-smooth);
  cursor: pointer;
}

.header-action-btn:hover {
  background: rgba(139, 92, 246, 0.15);
  transform: scale(1.05);
}

.notification-badge {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 18px;
  height: 18px;
  background: #ef4444;
  background: var(--medical-emergency);
  color: white;
  border-radius: 9999px;
  border-radius: var(--radius-full);
  font-size: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Barre de Recherche Intelligente */
.intelligent-search-bar {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  padding: 16px;
  padding: var(--space-md);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: var(--shadow-medium);
}

.search-input {
  width: 100%;
  height: 48px;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  border-radius: var(--radius-md);
  padding: 0 16px;
  padding: 0 var(--space-md);
  font-size: 16px;
  background: #f9fafb;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: var(--transition-smooth);
}

.search-input:focus {
  outline: none;
  border-color: #8b5cf6;
  background: white;
  box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.1);
}

/* ===== CONTENU PRINCIPAL ===== */
.revolutionary-content {
  margin-top: 80px;
  margin-top: var(--header-height);
  margin-bottom: 90px;
  margin-bottom: var(--nav-height);
  padding: 24px;
  padding: var(--space-lg);
  max-width: 428px;
  margin-left: auto;
  margin-right: auto;
}

/* ===== DASHBOARD RÉVOLUTIONNAIRE ===== */
.revolutionary-dashboard {
  display: flex;
  flex-direction: column;
  gap: 32px;
  gap: var(--space-xl);
}

/* Métriques Intelligentes */
.dashboard-metrics {
  display: flex;
  flex-direction: column;
  gap: 16px;
  gap: var(--space-md);
}

.metric-card {
  background: white;
  border-radius: 16px;
  border-radius: var(--radius-lg);
  padding: 24px;
  padding: var(--space-lg);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: var(--shadow-soft);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: var(--transition-smooth);
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.02);
}

.metric-card:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: var(--shadow-medium);
  transform: translateY(-2px);
}

.primary-metric {
  background: linear-gradient(135deg, #8b5cf6 0%, #06b6d4 100%);
  background: var(--omayday-neural);
  color: white;
  display: flex;
  align-items: center;
  gap: 16px;
  gap: var(--space-md);
}

.metric-icon {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.metric-content {
  flex: 1 1;
}

.metric-value {
  font-size: 36px;
  font-weight: 800;
  margin: 0 0 4px 0;
}

.metric-label {
  font-size: 14px;
  opacity: 0.9;
  margin: 0 0 8px 0;
}

.metric-trend {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 600;
}

.metric-trend.positive {
  color: #10b981;
}

/* Grille de Métriques */
.metrics-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  grid-gap: 16px;
  grid-gap: var(--space-md);
  gap: var(--space-md);
}

.metrics-grid .metric-card {
  display: flex;
  align-items: center;
  gap: 8px;
  gap: var(--space-sm);
  padding: 16px;
  padding: var(--space-md);
}

.metric-number {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #1f2937;
}

.metric-text {
  display: block;
  font-size: 12px;
  color: #6b7280;
}

/* ===== INSIGHTS IA ===== */
.ai-insights-section {
  background: white;
  border-radius: 16px;
  border-radius: var(--radius-lg);
  padding: 24px;
  padding: var(--space-lg);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(139, 92, 246, 0.1);
}

.section-title {
  display: flex;
  align-items: center;
  gap: 8px;
  gap: var(--space-sm);
  font-size: 18px;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 24px 0;
  margin: 0 0 var(--space-lg) 0;
}

.insights-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  gap: var(--space-md);
}

.insight-card {
  display: flex;
  align-items: center;
  gap: 16px;
  gap: var(--space-md);
  padding: 16px;
  padding: var(--space-md);
  border-radius: 12px;
  border-radius: var(--radius-md);
  background: #f9fafb;
  border: 1px solid #f3f4f6;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: var(--transition-smooth);
  cursor: pointer;
}

.insight-card:hover {
  background: white;
  border-color: #e5e7eb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: var(--shadow-soft);
  transform: translateX(4px);
}

.insight-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  flex-shrink: 0;
}

.insight-content {
  flex: 1 1;
  min-width: 0;
}

.insight-title {
  font-size: 14px;
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 4px 0;
}

.insight-description {
  font-size: 12px;
  color: #6b7280;
  line-height: 1.4;
  margin: 0 0 8px 0;
}

.insight-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  gap: var(--space-sm);
}

.confidence-indicator {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
}

.confidence-label {
  color: #9ca3af;
  font-weight: 500;
}

.confidence-bar {
  width: 40px;
  height: 4px;
  background: #e5e7eb;
  border-radius: 9999px;
  border-radius: var(--radius-full);
  overflow: hidden;
}

.confidence-fill {
  height: 100%;
  background: linear-gradient(135deg, #8b5cf6 0%, #06b6d4 100%);
  background: var(--omayday-neural);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: var(--transition-smooth);
}

.confidence-value {
  color: #8b5cf6;
  font-weight: 600;
}

.insight-arrow {
  color: #d1d5db;
  flex-shrink: 0;
}

/* ===== FEED INTELLIGENT ===== */
.intelligent-feed {
  background: white;
  border-radius: 16px;
  border-radius: var(--radius-lg);
  padding: 24px;
  padding: var(--space-lg);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: var(--shadow-soft);
}

.feed-cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
  gap: var(--space-lg);
}

.feed-card {
  border: 1px solid #f3f4f6;
  border-radius: 12px;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: white;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: var(--transition-smooth);
}

.feed-card:hover {
  border-color: #e5e7eb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: var(--shadow-soft);
}

.feed-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  padding: var(--space-md);
  border-bottom: 1px solid #f9fafb;
}

.author-info {
  display: flex;
  align-items: center;
  gap: 8px;
  gap: var(--space-sm);
}

.author-avatar {
  width: 36px;
  height: 36px;
  border-radius: 9999px;
  border-radius: var(--radius-full);
  background: linear-gradient(135deg, #8b5cf6 0%, #06b6d4 100%);
  background: var(--omayday-neural);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
  font-weight: 700;
}

.author-name {
  font-size: 14px;
  font-weight: 600;
  color: #1f2937;
  margin: 0;
}

.author-specialty {
  font-size: 12px;
  color: #6b7280;
  margin: 2px 0 0 0;
}

.ai-relevance-indicator {
  display: flex;
  align-items: center;
  gap: 4px;
  background: rgba(139, 92, 246, 0.1);
  color: #8b5cf6;
  padding: 4px 8px;
  border-radius: 9999px;
  border-radius: var(--radius-full);
  font-size: 10px;
  font-weight: 600;
}

.feed-card-content {
  padding: 16px;
  padding: var(--space-md);
}

.feed-card-title {
  font-size: 16px;
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 8px 0;
  line-height: 1.3;
}

.feed-card-text {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.5;
  margin: 0 0 16px 0;
  margin: 0 0 var(--space-md) 0;
}

.feed-card-media {
  border-radius: 8px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  margin-top: 16px;
  margin-top: var(--space-md);
}

.feed-media-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.feed-card-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  gap: var(--space-lg);
  padding: 16px;
  padding: var(--space-md);
  border-top: 1px solid #f9fafb;
}

.action-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  color: #6b7280;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: var(--transition-fast);
  padding: 6px 8px;
  border-radius: 8px;
  border-radius: var(--radius-sm);
}

.action-btn:hover {
  background: #f9fafb;
  color: #374151;
}

.like-btn:hover {
  color: #ef4444;
}

.comment-btn:hover {
  color: #3b82f6;
}

.share-btn:hover {
  color: #10b981;
}

.bookmark-btn:hover {
  color: #f59e0b;
}

/* ===== NAVIGATION RÉVOLUTIONNAIRE ===== */
.revolutionary-navigation {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 90px;
  height: var(--nav-height);
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  z-index: 1000;
}

.revolutionary-bottom-nav {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100%;
  max-width: 428px;
  margin: 0 auto;
  padding: 0 16px;
  padding: 0 var(--space-md);
}

.nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: var(--transition-smooth);
  padding: 8px;
  padding: var(--space-sm);
  border-radius: 8px;
  border-radius: var(--radius-sm);
  flex: 1 1;
  max-width: 70px;
}

.nav-item-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.nav-icon {
  position: relative;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border-radius: var(--radius-md);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: var(--transition-smooth);
}

.nav-icon-bg {
  position: absolute;
  inset: 0;
  border-radius: 12px;
  border-radius: var(--radius-md);
  opacity: 0;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: var(--transition-smooth);
}

.nav-icon.active .nav-icon-bg {
  opacity: 0.15;
}

.nav-icon svg {
  color: #6b7280;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: var(--transition-smooth);
  z-index: 1;
}

.nav-icon.active svg {
  color: #374151;
}

.nav-notification-badge {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 16px;
  height: 16px;
  background: #ef4444;
  background: var(--medical-emergency);
  color: white;
  border-radius: 9999px;
  border-radius: var(--radius-full);
  font-size: 9px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-label {
  font-size: 10px;
  font-weight: 500;
  color: #9ca3af;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: var(--transition-smooth);
  text-align: center;
  line-height: 1.2;
}

.nav-label.active {
  color: #374151;
  font-weight: 600;
}

/* ===== ASSISTANT IA FLOTTANT ===== */
.ai-assistant-container {
  position: fixed;
  bottom: calc(90px + 24px);
  bottom: calc(var(--nav-height) + var(--space-lg));
  right: 24px;
  right: var(--space-lg);
  z-index: 1001;
}

.ai-fab-button {
  width: 56px;
  width: var(--fab-size);
  height: 56px;
  height: var(--fab-size);
  border-radius: 9999px;
  border-radius: var(--radius-full);
  background: linear-gradient(135deg, #8b5cf6 0%, #06b6d4 100%);
  background: var(--omayday-neural);
  border: none;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: var(--transition-smooth);
  box-shadow: 0 20px 25px rgba(139, 92, 246, 0.15);
  box-shadow: var(--shadow-neural);
}

.ai-fab-button:hover {
  transform: scale(1.1);
  box-shadow: 0 25px 35px rgba(139, 92, 246, 0.25);
}

.ai-quick-actions {
  position: absolute;
  bottom: calc(100% + 16px);
  bottom: calc(100% + var(--space-md));
  right: 0;
  background: white;
  border-radius: 16px;
  border-radius: var(--radius-lg);
  padding: 16px;
  padding: var(--space-md);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.05);
  box-shadow: var(--shadow-large);
  border: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 8px;
  gap: var(--space-sm);
  min-width: 180px;
}

.ai-action-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  gap: var(--space-sm);
  padding: 8px 16px;
  padding: var(--space-sm) var(--space-md);
  border: none;
  background: none;
  border-radius: 8px;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: var(--transition-fast);
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  text-align: left;
}

.ai-action-btn:hover {
  background: #f9fafb;
  color: #8b5cf6;
}

/* ===== ANIMATIONS RÉVOLUTIONNAIRES ===== */
@keyframes pulseGlow {
  0%, 100% {
    box-shadow: 0 0 20px rgba(139, 92, 246, 0.3);
  }
  50% {
    box-shadow: 0 0 30px rgba(139, 92, 246, 0.5);
  }
}

@keyframes floatUp {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes scaleIn {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* Classes d'animation */
.animate-pulse-glow {
  animation: pulseGlow 2s ease-in-out infinite;
}

.animate-float {
  animation: floatUp 3s ease-in-out infinite;
}

.animate-slide-in-right {
  animation: slideInRight 0.3s ease-out;
}

.animate-scale-in {
  animation: scaleIn 0.2s ease-out;
}

/* ===== SECTIONS FONCTIONNELLES OMAYDAY ===== */
.revolutionary-network,
.revolutionary-jobs,
.revolutionary-skills,
.revolutionary-scancheck,
.revolutionary-messages {
  padding: 24px;
  padding: var(--space-lg);
  display: flex;
  flex-direction: column;
  gap: 24px;
  gap: var(--space-lg);
}

.section-header {
  text-align: center;
  margin-bottom: 32px;
  margin-bottom: var(--space-xl);
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  gap: var(--space-sm);
  font-size: 20px;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 8px 0;
  margin: 0 0 var(--space-sm) 0;
  background: linear-gradient(135deg, #dc2626 0%, #2563eb 100%);
  background: var(--omayday-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section-subtitle {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
  line-height: 1.4;
}

.network-features,
.jobs-features,
.skills-features,
.scancheck-features,
.messages-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  grid-gap: 16px;
  grid-gap: var(--space-md);
  gap: var(--space-md);
}

.feature-card {
  background: white;
  border-radius: 16px;
  border-radius: var(--radius-lg);
  padding: 24px;
  padding: var(--space-lg);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(220, 38, 38, 0.1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: var(--transition-smooth);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  gap: var(--space-sm);
}

.feature-card:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: var(--shadow-medium);
  transform: translateY(-2px);
  border-color: rgba(220, 38, 38, 0.2);
}

.feature-card svg {
  color: #dc2626;
  margin-bottom: 8px;
  margin-bottom: var(--space-sm);
}

.feature-card h3 {
  font-size: 16px;
  font-weight: 600;
  color: #1f2937;
  margin: 0;
}

.feature-card p {
  font-size: 12px;
  color: #6b7280;
  margin: 0;
}

/* ===== INDICATEURS DE SYNCHRONISATION ===== */
.header-subtitle-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.sync-status {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  font-weight: 500;
}

.sync-text {
  color: #6b7280;
}

/* Animation pour l'icône de synchronisation */
.animate-spin {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* ===== COULEURS OMAYDAY COHÉRENTES ===== */
:root {
  /* Mise à jour des couleurs OMAYDAY */
  --omayday-primary: linear-gradient(135deg, #dc2626 0%, #2563eb 100%);
  --omayday-red: #dc2626;
  --omayday-blue: #2563eb;
}

/* Navigation avec couleurs OMAYDAY */
.nav-icon.active .nav-icon-bg {
  background: linear-gradient(135deg, #dc2626 0%, #2563eb 100%);
  background: var(--omayday-primary);
  opacity: 0.15;
}

.nav-icon.active svg {
  color: #dc2626;
  color: var(--omayday-red);
}

/* Métriques avec couleurs OMAYDAY */
.primary-metric {
  background: linear-gradient(135deg, #dc2626 0%, #2563eb 100%);
  background: var(--omayday-primary);
}

/* Insights IA avec couleurs OMAYDAY */
.ai-insights-section {
  border: 1px solid rgba(220, 38, 38, 0.1);
}

.insight-icon {
  background: linear-gradient(135deg, #dc2626 0%, #2563eb 100%);
  background: var(--omayday-primary);
}

/* FAB Assistant IA avec couleurs OMAYDAY */
.ai-fab-button {
  background: linear-gradient(135deg, #dc2626 0%, #2563eb 100%);
  background: var(--omayday-primary);
}

.ai-fab-button:hover {
  transform: scale(1.1);
  box-shadow: 0 25px 35px rgba(220, 38, 38, 0.25);
}

/* Header avec couleurs OMAYDAY cohérentes */
.header-action-btn {
  background: rgba(220, 38, 38, 0.1);
  color: #dc2626;
  color: var(--omayday-red);
}

.header-action-btn:hover {
  background: rgba(220, 38, 38, 0.15);
}

/* Badges et notifications */
.notification-badge,
.nav-notification-badge {
  background: #dc2626;
  background: var(--omayday-red);
}

/* ===== LOGO OMAYDAY DANS L'AVATAR ===== */
.user-avatar-img.omayday-logo {
  object-fit: contain !important;
  padding: 4px;
  background: linear-gradient(135deg, #dc2626 0%, #2563eb 100%) !important;
  border: 3px solid white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* ===== COURS ET NOTIFICATIONS RÉELLES ===== */
.courses-list,
.notifications-list {
  margin-top: 24px;
  margin-top: var(--space-lg);
  background: white;
  border-radius: 16px;
  border-radius: var(--radius-lg);
  padding: 24px;
  padding: var(--space-lg);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: var(--shadow-soft);
}

.courses-title,
.notifications-title {
  font-size: 16px;
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 16px 0;
  margin: 0 0 var(--space-md) 0;
  display: flex;
  align-items: center;
  gap: 8px;
  gap: var(--space-sm);
}

.course-card,
.notification-card {
  background: #f9fafb;
  border: 1px solid #f3f4f6;
  border-radius: 12px;
  border-radius: var(--radius-md);
  padding: 16px;
  padding: var(--space-md);
  margin-bottom: 8px;
  margin-bottom: var(--space-sm);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: var(--transition-smooth);
}

.course-card:hover,
.notification-card:hover {
  background: white;
  border-color: rgba(220, 38, 38, 0.2);
  transform: translateX(4px);
}

.course-info h4,
.notification-content h4 {
  font-size: 14px;
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 4px 0;
}

.course-info p,
.notification-content p {
  font-size: 12px;
  color: #6b7280;
  margin: 0 0 8px 0;
  line-height: 1.4;
}

.course-meta {
  display: flex;
  gap: 8px;
  gap: var(--space-sm);
  font-size: 10px;
  color: #9ca3af;
}

.course-meta span {
  background: rgba(220, 38, 38, 0.1);
  color: #dc2626;
  color: var(--omayday-red);
  padding: 2px 8px;
  border-radius: 8px;
  border-radius: var(--radius-sm);
  font-weight: 500;
}

.notification-time {
  font-size: 10px;
  color: #9ca3af;
  font-weight: 500;
}

/* ===== FEED VIDE ===== */
.feed-empty {
  background: white;
  border-radius: 16px;
  border-radius: var(--radius-lg);
  padding: 32px;
  padding: var(--space-xl);
  text-align: center;
  color: #6b7280;
  border: 2px dashed #e5e7eb;
}

.feed-empty p {
  margin: 0;
  font-size: 14px;
}

/* ===== RESPONSIVE POUR FONCTIONNALITÉS ===== */
@media (max-width: 375px) {
  .network-features,
  .jobs-features,
  .skills-features,
  .scancheck-features,
  .messages-features {
    grid-template-columns: 1fr;
    gap: 8px;
    gap: var(--space-sm);
  }
  
  .feature-card {
    padding: 16px;
    padding: var(--space-md);
  }
  
  .section-title {
    font-size: 18px;
  }
  :root {
    --space-lg: 16px;
    --header-height: 70px;
    --nav-height: 80px;
  }
  
  .revolutionary-header-content {
    padding: 0 16px;
    padding: 0 var(--space-md);
  }
  
  .header-title {
    font-size: 18px;
  }
  
  .nav-item {
    max-width: 60px;
  }
  
  .nav-label {
    font-size: 9px;
  }
}

@media (min-width: 430px) {
  .revolutionary-content {
    max-width: 400px;
  }
}

/* ===== MODE SOMBRE MÉDICAL ===== */
@media (prefers-color-scheme: dark) {
  .mobile-revolutionary-container {
    background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
    color: #f8fafc;
  }
  
  .revolutionary-header {
    background: rgba(15, 23, 42, 0.95);
    border-bottom-color: rgba(255, 255, 255, 0.1);
  }
  
  .revolutionary-navigation {
    background: rgba(15, 23, 42, 0.95);
    border-top-color: rgba(255, 255, 255, 0.1);
  }
  
  .metric-card,
  .ai-insights-section,
  .intelligent-feed,
  .feed-card {
    background: #1e293b;
    border-color: #334155;
  }
  
  .header-title {
    color: #f8fafc;
  }
  
  .header-subtitle {
    color: #94a3b8;
  }
  
  .insight-card {
    background: #334155;
    border-color: #475569;
  }
  
  .insight-card:hover {
    background: #475569;
  }
}

/* ===== ACCESSIBILITÉ RENFORCÉE ===== */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Focus accessible */
*:focus-visible {
  outline: 2px solid #8b5cf6;
  outline-offset: 2px;
}

/* Contraste élevé */
@media (prefers-contrast: high) {
  .metric-card,
  .insight-card,
  .feed-card {
    border-width: 2px;
  }
  
  .nav-label {
    font-weight: 600;
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  .revolutionary-header,
  .revolutionary-navigation,
  .ai-assistant-container {
    display: none;
  }
  
  .revolutionary-content {
    margin: 0;
    padding: 0;
  }
}
/**
 * OMAYDAY - Authentification Mobile Révolutionnaire CSS
 * Design d'authentification qui surpasse tous les standards actuels
 * Expérience immersive, biométrie et gamification
 */

/* ===== CONTAINER PRINCIPAL ===== */
.revolutionary-auth-container {
  position: relative;
  min-height: 100vh;
  width: 100vw;
  overflow: hidden;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  font-family: 'Inter', sans-serif;
  font-family: var(--font-medical, 'Inter', sans-serif);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ===== ÉTAPES D'AUTHENTIFICATION ===== */
.auth-step {
  width: 100%;
  max-width: 400px;
  padding: 2rem;
  position: relative;
  z-index: 10;
}

/* ===== ÉCRAN D'ACCUEIL ===== */
.welcome-screen {
  text-align: center;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.welcome-logo {
  width: 120px;
  height: 120px;
  margin-bottom: 1rem;
}

.logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.welcome-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  min-height: 180px;
}

.message-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin-bottom: 1rem;
}

.message-title {
  font-size: 2rem;
  font-weight: 800;
  margin: 0;
  text-align: center;
  background: linear-gradient(135deg, #ffffff 0%, #f0f0f0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.message-subtitle {
  font-size: 1.1rem;
  margin: 0;
  opacity: 0.9;
  text-align: center;
  line-height: 1.5;
}

.welcome-indicators {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
}

.indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}

.indicator.active {
  background: white;
  transform: scale(1.2);
}

.welcome-continue-btn {
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 1rem 2rem;
  color: white;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
  min-width: 250px;
  justify-content: center;
}

.welcome-continue-btn:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-2px);
}

.welcome-stats {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin-top: 2rem;
}

.stat {
  text-align: center;
}

.stat-number {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  color: white;
}

.stat-label {
  display: block;
  font-size: 0.8rem;
  opacity: 0.8;
  margin-top: 0.25rem;
}

/* ===== CHOIX D'AUTHENTIFICATION ===== */
.auth-choice-screen {
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 24px;
  padding: 2rem;
  color: #1f2937;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.choice-header {
  text-align: center;
  margin-bottom: 2rem;
}

.choice-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
  color: #1f2937;
}

.choice-subtitle {
  font-size: 1rem;
  color: #6b7280;
  margin: 0;
}

.auth-options {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}

.auth-option {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem;
  border: 2px solid #f3f4f6;
  border-radius: 16px;
  background: white;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.auth-option::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.auth-option:hover::before {
  left: 100%;
}

.auth-option:hover {
  border-color: #8b5cf6;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(139, 92, 246, 0.15);
}

.biometric-option {
  background: linear-gradient(135deg, #8b5cf6 0%, #06b6d4 100%);
  color: white;
  border-color: transparent;
}

.biometric-option:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 15px 35px rgba(139, 92, 246, 0.3);
}

.option-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.biometric-icon {
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.login-icon {
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  color: white;
}

.register-icon {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: white;
}

.option-content {
  flex: 1 1;
}

.option-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 0.25rem 0;
}

.option-description {
  font-size: 0.9rem;
  opacity: 0.8;
  margin: 0;
}

.biometric-option .option-description {
  opacity: 0.9;
}

.option-badge {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 0.25rem 0.75rem;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 600;
}

.option-arrow {
  color: #9ca3af;
  flex-shrink: 0;
}

.auth-benefits {
  display: flex;
  justify-content: space-around;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #f3f4f6;
}

.benefit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: #6b7280;
  text-align: center;
}

.benefit svg {
  color: #8b5cf6;
}

/* ===== CONNEXION ===== */
.login-screen,
.register-screen {
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 24px;
  padding: 2rem;
  color: #1f2937;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.login-header,
.register-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.back-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #f3f4f6;
  color: #6b7280;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1.2rem;
}

.back-btn:hover {
  background: #e5e7eb;
  color: #374151;
  transform: translateX(-2px);
}

.login-title,
.register-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
  color: #1f2937;
}

.login-form,
.register-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
  gap: 1rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form-label {
  font-size: 0.9rem;
  font-weight: 600;
  color: #374151;
}

.input-container {
  position: relative;
  display: flex;
  align-items: center;
}

.form-input,
.form-select {
  width: 100%;
  height: 48px;
  border: 2px solid #f3f4f6;
  border-radius: 12px;
  padding: 0 1rem 0 3rem;
  font-size: 1rem;
  background: white;
  transition: all 0.3s ease;
}

.form-input:focus,
.form-select:focus {
  outline: none;
  border-color: #8b5cf6;
  box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.1);
}

.input-icon {
  position: absolute;
  left: 1rem;
  color: #9ca3af;
  z-index: 1;
}

.password-toggle {
  position: absolute;
  right: 1rem;
  background: none;
  border: none;
  color: #9ca3af;
  cursor: pointer;
  z-index: 1;
}

.password-toggle:hover {
  color: #6b7280;
}

.login-btn,
.register-btn {
  height: 56px;
  background: linear-gradient(135deg, #8b5cf6 0%, #06b6d4 100%);
  border: none;
  border-radius: 16px;
  color: white;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
  margin-top: 0.5rem;
}

.login-btn:hover,
.register-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(139, 92, 246, 0.3);
}

.login-btn:disabled,
.register-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

.loading-spinner {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top: 2px solid white;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

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

.login-divider {
  text-align: center;
  position: relative;
  color: #9ca3af;
  font-size: 0.9rem;
}

.login-divider::before,
.login-divider::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 45%;
  height: 1px;
  background: #e5e7eb;
}

.login-divider::before {
  left: 0;
}

.login-divider::after {
  right: 0;
}

.google-login-btn {
  height: 48px;
  background: white;
  border: 2px solid #f3f4f6;
  border-radius: 12px;
  color: #374151;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  transition: all 0.3s ease;
}

.google-login-btn:hover {
  border-color: #e5e7eb;
  background: #f9fafb;
  transform: translateY(-1px);
}

.login-footer,
.register-footer {
  text-align: center;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #f3f4f6;
  color: #6b7280;
  font-size: 0.9rem;
}

.switch-btn {
  background: none;
  border: none;
  color: #8b5cf6;
  font-weight: 600;
  cursor: pointer;
  margin-left: 0.5rem;
  text-decoration: underline;
}

.switch-btn:hover {
  color: #7c3aed;
}

/* ===== SUCCÈS ET ERREUR ===== */
.success-screen,
.error-screen {
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 24px;
  padding: 3rem 2rem;
  text-align: center;
  color: #1f2937;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.success-icon {
  color: #10b981;
  margin-bottom: 1.5rem;
}

.error-icon {
  color: #ef4444;
  margin-bottom: 1.5rem;
}

.success-title,
.error-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
}

.success-title {
  color: #10b981;
}

.error-title {
  color: #ef4444;
}

.success-message,
.error-message {
  font-size: 1rem;
  color: #6b7280;
  margin: 0;
  line-height: 1.5;
}

.success-animation {
  margin-top: 2rem;
  position: relative;
  height: 60px;
}

.heart-1,
.heart-2,
.heart-3 {
  position: absolute;
  color: #ef4444;
  animation: float 2s ease-in-out infinite;
}

.heart-1 {
  left: 20%;
  animation-delay: 0s;
}

.heart-2 {
  left: 50%;
  animation-delay: 0.5s;
}

.heart-3 {
  left: 80%;
  animation-delay: 1s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

/* ===== INDICATEUR DE PROGRESSION ===== */
.progress-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
  z-index: 20;
}

.progress-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}

.progress-dot.active {
  background: white;
  transform: scale(1.2);
}

/* ===== BACKGROUND ANIMÉ ===== */
.animated-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.floating-shape {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  animation: floatBackground 20s ease-in-out infinite;
}

.shape-1 {
  width: 80px;
  height: 80px;
  top: 10%;
  left: 10%;
  animation-delay: 0s;
}

.shape-2 {
  width: 120px;
  height: 120px;
  top: 20%;
  right: 15%;
  animation-delay: 5s;
}

.shape-3 {
  width: 60px;
  height: 60px;
  bottom: 30%;
  left: 20%;
  animation-delay: 10s;
}

.shape-4 {
  width: 100px;
  height: 100px;
  bottom: 20%;
  right: 10%;
  animation-delay: 15s;
}

@keyframes floatBackground {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
    opacity: 0.1;
  }
  25% {
    transform: translateY(-20px) rotate(90deg);
    opacity: 0.2;
  }
  50% {
    transform: translateY(-40px) rotate(180deg);
    opacity: 0.1;
  }
  75% {
    transform: translateY(-20px) rotate(270deg);
    opacity: 0.2;
  }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 428px) {
  .auth-step {
    padding: 1.5rem;
  }
  
  .welcome-screen {
    gap: 1.5rem;
  }
  
  .message-title {
    font-size: 1.75rem;
  }
  
  .message-subtitle {
    font-size: 1rem;
  }
  
  .welcome-continue-btn {
    min-width: 220px;
  }
  
  .form-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 375px) {
  .auth-step {
    padding: 1rem;
  }
  
  .message-title {
    font-size: 1.5rem;
  }
  
  .welcome-continue-btn {
    min-width: 200px;
    padding: 0.875rem 1.5rem;
  }
}

/* ===== MODE SOMBRE ===== */
@media (prefers-color-scheme: dark) {
  .revolutionary-auth-container {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  }
  
  .auth-choice-screen,
  .login-screen,
  .register-screen,
  .success-screen,
  .error-screen {
    background: rgba(31, 41, 55, 0.95);
    color: #f9fafb;
  }
  
  .choice-title,
  .login-title,
  .register-title {
    color: #f9fafb;
  }
  
  .form-input,
  .form-select {
    background: #374151;
    border-color: #4b5563;
    color: #f9fafb;
  }
  
  .form-input:focus,
  .form-select:focus {
    border-color: #8b5cf6;
    background: #4b5563;
  }
}

/* ===== ACCESSIBILITÉ ===== */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Focus visible pour navigation clavier */
*:focus-visible {
  outline: 2px solid #8b5cf6;
  outline-offset: 2px;
}

/* Contraste élevé */
@media (prefers-contrast: high) {
  .auth-option {
    border-width: 3px;
  }
  
  .form-input,
  .form-select {
    border-width: 3px;
  }
}
/**
 * OMAYDAY - Landing Page Mobile Révolutionnaire
 * Design d'accueil mobile qui surpasse tous les standards
 */

/* ===== MOBILE LANDING RÉVOLUTIONNAIRE ===== */
.mobile-landing-revolutionary {
  min-height: 100vh;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.mobile-landing-revolutionary::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 100 100\"><defs><pattern id=\"medical-grid\" width=\"20\" height=\"20\" patternUnits=\"userSpaceOnUse\"><path d=\"M 20 0 L 0 0 0 20\" fill=\"none\" stroke=\"rgba%28255,255,255,0.1%29\" stroke-width=\"1\"/></pattern></defs><rect width=\"100\" height=\"100\" fill=\"url%28%23medical-grid%29\"/></svg>");
  opacity: 0.3;
}

.mobile-hero-section {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 400px;
  padding: 2rem;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  text-align: center;
  color: white;
}

.hero-logo {
  width: 120px;
  height: 120px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  animation: logoFloat 3s ease-in-out infinite;
}

@keyframes logoFloat {
  0%, 100% {
    transform: translateY(0px) scale(1);
  }
  50% {
    transform: translateY(-10px) scale(1.05);
  }
}

.hero-title {
  font-size: 2.5rem;
  font-weight: 800;
  margin: 0;
  line-height: 1.2;
  background: linear-gradient(135deg, #ffffff 0%, #f0f0f0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.hero-subtitle {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 0.5rem;
  opacity: 0.9;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.5rem;
  gap: 1.5rem;
  width: 100%;
  margin: 1rem 0;
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 1.5rem 1rem;
  transition: all 0.3s ease;
}

.stat-item:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}

.stat-number {
  font-size: 2rem;
  font-weight: 800;
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.stat-label {
  font-size: 0.9rem;
  font-weight: 500;
  opacity: 0.9;
  text-align: center;
  line-height: 1.3;
}

.hero-cta-btn {
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  padding: 1.25rem 2.5rem;
  color: white;
  font-size: 1.2rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  transition: all 0.3s ease;
  min-width: 280px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.hero-cta-btn:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.hero-cta-btn:active {
  transform: translateY(-1px);
}

/* ===== ÉCRAN DE CHARGEMENT RÉVOLUTIONNAIRE ===== */
.revolutionary-loading-screen {
  min-height: 100vh;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.loading-animation {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  text-align: center;
}

.loading-pulse {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
  animation: pulse 2s ease-in-out infinite;
}

.loading-pulse::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: innerPulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
}

@keyframes innerPulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(0.8);
  }
}

.loading-animation p {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
  opacity: 0.9;
}

/* ===== RESPONSIVE POUR TRÈS PETITS ÉCRANS ===== */
@media (max-width: 375px) {
  .mobile-hero-section {
    padding: 1.5rem;
  }
  
  .hero-title {
    font-size: 2rem;
  }
  
  .hero-subtitle {
    font-size: 1.1rem;
  }
  
  .hero-stats {
    gap: 1rem;
  }
  
  .stat-item {
    padding: 1rem 0.75rem;
  }
  
  .stat-number {
    font-size: 1.75rem;
  }
  
  .stat-label {
    font-size: 0.8rem;
  }
  
  .hero-cta-btn {
    min-width: 260px;
    padding: 1rem 2rem;
    font-size: 1.1rem;
  }
}

@media (max-width: 320px) {
  .hero-title {
    font-size: 1.8rem;
  }
  
  .hero-stats {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  
  .stat-item {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
  
  .hero-cta-btn {
    min-width: 240px;
  }
}

/* ===== MODE PAYSAGE MOBILE ===== */
@media (max-height: 600px) and (orientation: landscape) {
  .mobile-hero-section {
    padding: 1rem;
  }
  
  .hero-content {
    gap: 1rem;
  }
  
  .hero-logo {
    width: 80px;
    height: 80px;
  }
  
  .hero-title {
    font-size: 2rem;
  }
  
  .hero-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
  
  .stat-item {
    padding: 1rem 0.75rem;
  }
  
  .hero-cta-btn {
    padding: 1rem 2rem;
  }
}

/* ===== ANIMATIONS AVANCÉES ===== */
@keyframes slideInUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.hero-content > * {
  animation: slideInUp 0.6s ease-out forwards;
}

.hero-content > *:nth-child(1) { animation-delay: 0.1s; opacity: 0; }
.hero-content > *:nth-child(2) { animation-delay: 0.2s; opacity: 0; }
.hero-content > *:nth-child(3) { animation-delay: 0.3s; opacity: 0; }
.hero-content > *:nth-child(4) { animation-delay: 0.4s; opacity: 0; }

/* ===== EFFETS TACTILES ===== */
.stat-item {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
          user-select: none;
}

.hero-cta-btn {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
          user-select: none;
}

/* ===== ACCESSIBILITÉ ===== */
@media (prefers-reduced-motion: reduce) {
  .hero-logo,
  .loading-pulse,
  .loading-pulse::before {
    animation: none;
  }
  
  .hero-content > * {
    animation: none;
    opacity: 1;
  }
}

/* Focus visible pour navigation clavier */
.hero-cta-btn:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.5);
  outline-offset: 2px;
}

/* ===== MODE SOMBRE ===== */
@media (prefers-color-scheme: dark) {
  .mobile-landing-revolutionary {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  }
  
  .stat-item {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
  }
  
  .hero-cta-btn {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
  }
}
/**
 * 🎨 MODERN MEDICAL FEED STYLES
 * Styles CSS personnalisés pour le feed moderne OMAYDAY
 */

/* Police Poppins pour tout le feed */
.modern-medical-feed {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Scrollbar cachée pour les éléments overflow */
.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

/* Badges de spécialité avec gradients subtils */
.specialty-badge {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.specialty-cardiologie {
  background: linear-gradient(135deg, #FEF2F2 0%, #FEE2E2 100%);
  color: #EF4444;
  border: 1px solid #FECACA;
}

.specialty-orl {
  background: linear-gradient(135deg, #FFFBEB 0%, #FEF3C7 100%);
  color: #F59E0B;
  border: 1px solid #FDE68A;
}

.specialty-neurologie {
  background: linear-gradient(135deg, #FAF5FF 0%, #F3E8FF 100%);
  color: #8B5CF6;
  border: 1px solid #E9D5FF;
}

.specialty-pediatrie {
  background: linear-gradient(135deg, #FDF2F8 0%, #FCE7F3 100%);
  color: #EC4899;
  border: 1px solid #FBCFE8;
}

.specialty-chirurgie {
  background: linear-gradient(135deg, #F0FDF4 0%, #DCFCE7 100%);
  color: #10B981;
  border: 1px solid #BBF7D0;
}

.specialty-urgences {
  background: linear-gradient(135deg, #FFF7ED 0%, #FFEDD5 100%);
  color: #F97316;
  border: 1px solid #FED7AA;
}

/* Cards avec shadow moderne */
.modern-card {
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  border: none;
  transition: all 0.2s ease-in-out;
}

.modern-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-1px);
}

/* Hashtags stylisés */
.hashtag-pill {
  display: inline-block;
  background: #EBF8FF;
  color: #1D4E9D;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
  margin: 0 2px 4px 0;
  border: 1px solid #BFDBFE;
}

.hashtag-pill:hover {
  background: #DBEAFE;
  border-color: #93C5FD;
}

/* Boutons d'action avec états hover */
.action-button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 500;
  color: #6B7280;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  min-height: 44px; /* Touch-friendly */
  justify-content: center;
}

.action-button:hover {
  background: #F9FAFB;
  color: #374151;
}

.action-button.liked {
  color: #EF4444;
}

.action-button.saved {
  color: #1D4E9D;
}

/* Filtres en pilules */
.filter-pill {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  border: 1px solid transparent;
}

.filter-pill.active {
  background: linear-gradient(135deg, #EBF8FF 0%, #DBEAFE 100%);
  color: #1D4E9D;
  border-color: #93C5FD;
}

.filter-pill:hover:not(.active) {
  background: #F9FAFB;
  color: #374151;
}

/* Stats cards */
.stats-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-top: 1px solid #F3F4F6;
}

.stat-item {
  font-size: 11px;
  color: #6B7280;
  display: flex;
  align-items: center;
  gap: 4px;
}

/* Responsivité */
@media (max-width: 1024px) {
  .modern-card {
    margin: 0 16px;
  }
}

@media (max-width: 768px) {
  .modern-card {
    padding: 16px;
    margin: 0 12px;
  }
  
  .story-bubble {
    min-width: 64px;
  }
  
  .action-button {
    font-size: 11px;
    padding: 6px 12px;
  }
}

/* Nouveau layout pleine largeur */
.full-width-feed {
  max-width: 1024px; /* Largeur maximale adaptée */
  width: 100%;
}

/* Header sticky avec backdrop blur */
.feed-header {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid rgba(229, 231, 235, 0.8);
}

/* Filtres en header - design innovant */
.header-filter {
  transition: all 0.2s ease-in-out;
  border: 1px solid transparent;
}

.header-filter.active {
  background: linear-gradient(135deg, #3B82F6 0%, #8B5CF6 100%);
  color: white;
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);
  transform: scale(1.05);
}

.header-filter:hover:not(.active) {
  background: #F3F4F6;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Stats du jour avec gradients */
.daily-stats {
  background: linear-gradient(135deg, #EEF2FF 0%, #F3E8FF 50%, #FDF2F8 100%);
  border: 1px solid rgba(199, 210, 254, 0.5);
}

.stat-card {
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: 12px;
  transition: all 0.2s ease;
}

.stat-card:hover {
  background: rgba(255, 255, 255, 0.95);
  transform: translateY(-2px);
}

/* Posts avec animations améliorées */
.post-card-enhanced {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
}

.post-card-enhanced:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

/* Load More section avec gradient */
.load-more-section {
  background: linear-gradient(135deg, #3B82F6 0%, #8B5CF6 100%);
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.load-more-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  animation: shimmer 2s infinite;
}

@keyframes shimmer {
  0% { left: -100%; }
  100% { left: 100%; }
}

/* Suggestions flottantes */
.floating-suggestions {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  animation: floatIn 0.5s ease-out;
}

@keyframes floatIn {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Filtres mobiles avec design amélioré */
.mobile-filters-enhanced {
  background: linear-gradient(135deg, #EBF8FF 0%, #F3E8FF 100%);
  border: 1px solid #BFDBFE;
}

.mobile-filter-button {
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.2s ease;
}

.mobile-filter-button.active {
  background: white;
  border-color: #3B82F6;
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.2);
  transform: scale(1.02);
}

.mobile-filter-button:hover:not(.active) {
  background: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}

/* Responsivité améliorée */
@media (max-width: 768px) {
  .full-width-feed {
    padding: 0 16px;
  }
  
  .daily-stats {
    padding: 16px;
  }
  
  .stat-card {
    padding: 12px;
  }
  
  .post-card-enhanced {
    margin: 0;
  }
}

@media (max-width: 640px) {
  .header-filter {
    padding: 8px 12px;
    font-size: 12px;
  }
  
  .floating-suggestions {
    display: none; /* Masquer sur très petits écrans */
  }
}

/* Animation d'entrée progressive pour les éléments */
.fade-in-up {
  animation: fadeInUp 0.6s ease-out forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Effet de parallaxe subtil pour le header */
.parallax-header {
  will-change: transform;
  transition: transform 0.1s ease-out;
}

/* Micro-interactions */
.micro-bounce {
  transition: transform 0.1s ease-out;
}

.micro-bounce:active {
  transform: scale(0.98);
}

/* Indicateur de scroll */
.scroll-indicator {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, #3B82F6, #8B5CF6);
  transition: width 0.1s ease-out;
  z-index: 100;
}

/* Loading skeleton */
.skeleton {
  background: linear-gradient(90deg, #f0f0f0 25%, transparent 37%, transparent 63%, #f0f0f0 75%);
  background-size: 400% 100%;
  animation: skeleton-loading 1.4s ease infinite;
}

@keyframes skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* Sidebar sticky positioning */
.sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
  height: -webkit-fit-content;
  height: fit-content;
}

/* Bottom sheet mobile pour les filtres */
.bottom-sheet {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  border-radius: 16px 16px 0 0;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
  z-index: 50;
}

.bottom-sheet.open {
  transform: translateY(0);
}

/* Amélioration des focus states pour l'accessibilité */
.action-button:focus,
.filter-pill:focus {
  outline: 2px solid #1D4E9D;
  outline-offset: 2px;
}

/* Animation subtile pour les likes/saves */
.heart-animation {
  animation: heartbeat 0.6s ease-in-out;
}

@keyframes heartbeat {
  0% { transform: scale(1); }
  14% { transform: scale(1.3); }
  28% { transform: scale(1); }
  42% { transform: scale(1.3); }
  70% { transform: scale(1); }
}

.bookmark-animation {
  animation: bookmarkSave 0.4s ease-in-out;
}

@keyframes bookmarkSave {
  0% { transform: scale(1) rotate(0deg); }
  50% { transform: scale(1.1) rotate(-5deg); }
  100% { transform: scale(1) rotate(0deg); }
}
/* 🤖 SMART RESPONSIVE STYLES - IA Adaptation Automatique */

/* =================================
   DEVICE TYPE INTELLIGENT CLASSES
   ================================= */

/* Mobile Small (< 375px) */
.device-mobile-small {
  --smart-padding: 0.75rem;
  --smart-font-size: 0.875rem;
  --smart-spacing: 0.5rem;
  --smart-button-height: 44px;
}

/* Mobile Large (375px - 768px) */
.device-mobile-large {
  --smart-padding: 1rem;
  --smart-font-size: 1rem;
  --smart-spacing: 0.75rem;
  --smart-button-height: 48px;
}

/* Mobile Landscape */
.device-mobile-landscape {
  --smart-padding: 1rem 2rem;
  --smart-font-size: 1rem;
  --smart-spacing: 1rem;
  --smart-button-height: 44px;
}

/* Tablet Portrait */
.device-tablet-portrait {
  --smart-padding: 1.5rem;
  --smart-font-size: 1.125rem;
  --smart-spacing: 1rem;
  --smart-button-height: 48px;
}

/* Tablet Landscape */
.device-tablet-landscape {
  --smart-padding: 2rem;
  --smart-font-size: 1.125rem;
  --smart-spacing: 1.25rem;
  --smart-button-height: 48px;
}

/* Desktop Small (1024px - 1366px) */
.device-desktop-small {
  --smart-padding: 2rem;
  --smart-font-size: 1rem;
  --smart-spacing: 1.5rem;
  --smart-button-height: 48px;
}

/* Desktop Standard (1366px - 1920px) */
.device-desktop-standard {
  --smart-padding: 2.5rem;
  --smart-font-size: 1.125rem;
  --smart-spacing: 2rem;
  --smart-button-height: 52px;
}

/* Desktop Large (1920px+) */
.device-desktop-large {
  --smart-padding: 3rem;
  --smart-font-size: 1.25rem;
  --smart-spacing: 2.5rem;
  --smart-button-height: 56px;
}

/* Desktop Ultra Wide (2560px+) */
.device-desktop-ultra-wide {
  --smart-padding: 4rem;
  --smart-font-size: 1.375rem;
  --smart-spacing: 3rem;
  --smart-button-height: 60px;
}

/* =================================
   PERFORMANCE INTELLIGENT CLASSES
   ================================= */

/* High Performance - Toutes les optimisations */
.performance-high-performance {
  --smart-animation-duration: 300ms;
  --smart-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  --smart-blur: blur(10px);
  --smart-scale: 1.05;
}

.performance-high-performance * {
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  perspective: 1000px;
}

/* Standard Performance - Animations modérées */
.performance-standard {
  --smart-animation-duration: 250ms;
  --smart-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  --smart-blur: blur(6px);
  --smart-scale: 1.03;
}

/* Low Performance - Animations minimales */
.performance-low-performance {
  --smart-animation-duration: 150ms;
  --smart-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  --smart-blur: none;
  --smart-scale: 1.01;
}

.performance-low-performance * {
  will-change: auto;
}

.performance-low-performance .smart-animation {
  animation: none !important;
  transition: none !important;
}

/* =================================
   CONNECTION INTELLIGENT CLASSES
   ================================= */

/* 4G - Haute qualité */
.connection-4g {
  --smart-image-quality: 100%;
  --smart-lazy-threshold: 200px;
}

/* 3G - Qualité modérée */
.connection-3g {
  --smart-image-quality: 80%;
  --smart-lazy-threshold: 400px;
}

.connection-3g img {
  image-rendering: optimizeQuality;
}

/* 2G - Qualité minimale */
.connection-2g {
  --smart-image-quality: 60%;
  --smart-lazy-threshold: 600px;
}

.connection-2g img {
  image-rendering: optimizeSpeed;
}

.connection-2g .smart-background {
  background-image: none !important;
  background-color: #f3f4f6;
}

/* =================================
   TOUCH DEVICE OPTIMIZATIONS
   ================================= */

.touch-device {
  /* Cibles tactiles optimisées */
  --smart-touch-target: 44px;
  --smart-touch-padding: 12px;
}

.touch-device button,
.touch-device a,
.touch-device [role="button"] {
  min-height: var(--smart-touch-target);
  min-width: var(--smart-touch-target);
  padding: var(--smart-touch-padding);
  touch-action: manipulation;
}

.touch-device .smart-scroll {
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

/* =================================
   ACCESSIBILITY INTELLIGENT
   ================================= */

.reduced-motion {
  --smart-animation-duration: 0.01ms;
}

.reduced-motion *,
.reduced-motion *:before,
.reduced-motion *:after {
  animation-duration: 0.01ms !important;
  animation-iteration-count: 1 !important;
  transition-duration: 0.01ms !important;
}

.prefers-dark {
  --smart-bg-primary: #1f2937;
  --smart-text-primary: #f9fafb;
  --smart-border-color: #374151;
}

/* =================================
   SMART ANIMATIONS (Performance Based)
   ================================= */

@keyframes smart-fade-in {
  from {
    opacity: 0;
    transform: translateY(var(--smart-spacing));
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes smart-slide-up {
  from {
    opacity: 0;
    transform: translateY(calc(var(--smart-spacing) * 2));
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes smart-scale-in {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.animate-fade-in {
  animation: smart-fade-in var(--smart-animation-duration) ease-out forwards;
}

.animate-slide-up {
  animation: smart-slide-up var(--smart-animation-duration) ease-out forwards;
}

.animate-scale-in {
  animation: smart-scale-in var(--smart-animation-duration) ease-out forwards;
}

.animation-delay-200 {
  animation-delay: 200ms;
}

.animation-delay-400 {
  animation-delay: 400ms;
}

/* =================================
   SMART COMPONENTS STYLING
   ================================= */

[data-smart-layout] {
  padding: var(--smart-padding);
  gap: var(--smart-spacing);
}

[data-smart-cta] {
  min-height: var(--smart-button-height);
  transition: all var(--smart-animation-duration) ease;
}

[data-smart-cta]:hover {
  transform: scale(var(--smart-scale));
  box-shadow: var(--smart-shadow);
}

.smart-grid {
  gap: var(--smart-spacing);
}

/* Container Queries pour l'intelligence contextuelle */
@container (max-width: 768px) {
  [data-smart-layout="hero"] {
    flex-direction: column;
    text-align: center;
  }
}

@container (min-width: 1024px) {
  [data-smart-layout="hero"] {
    flex-direction: row;
    text-align: left;
  }
}

/* =================================
   SMART UTILITIES
   ================================= */

/* Responsive font sizes basées sur l'appareil */
.smart-text-responsive {
  font-size: var(--smart-font-size);
  line-height: 1.5;
}

/* Smart spacing system */
.smart-spacing-xs { gap: calc(var(--smart-spacing) * 0.5); }
.smart-spacing-sm { gap: var(--smart-spacing); }
.smart-spacing-md { gap: calc(var(--smart-spacing) * 1.5); }
.smart-spacing-lg { gap: calc(var(--smart-spacing) * 2); }
.smart-spacing-xl { gap: calc(var(--smart-spacing) * 3); }

/* Smart padding system */
.smart-padding-xs { padding: calc(var(--smart-padding) * 0.5); }
.smart-padding-sm { padding: var(--smart-padding); }
.smart-padding-md { padding: calc(var(--smart-padding) * 1.5); }
.smart-padding-lg { padding: calc(var(--smart-padding) * 2); }

/* =================================
   PRINT STYLES (Performance)
   ================================= */

@media print {
  .performance-low-performance *,
  .connection-2g * {
    background: none !important;
    color: black !important;
    box-shadow: none !important;
  }
}

/* =================================
   DEBUG MODE (Development)
   ================================= */

[data-smart-debug="true"] [data-device-type]:before {
  content: "📱 " attr(data-device-type) " | ⚡ " attr(data-performance);
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 0.5rem;
  font-size: 0.75rem;
  z-index: 9999;
  border-radius: 0 0 0.5rem 0;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f9fafb;
  color: #1f2937;
  line-height: 1.5;
}

.App {
  min-height: 100vh;
}

/* Custom scrollbar */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f5f9;
}

::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/* Smooth animations */
* {
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, 
             box-shadow 0.2s ease, opacity 0.2s ease;
}

/* Card hover effects */
.card-hover {
  transition: all 0.2s ease;
}

.card-hover:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

/* Button focus states */
button:focus-visible {
  outline: 2px solid #0d9488;
  outline-offset: 2px;
}

/* Input focus states */
input:focus,
textarea:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(13, 148, 136, 0.2);
  border-color: #0d9488;
}

/* Loading animation */
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

/* Typography improvements */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  font-weight: 600;
}

p {
  line-height: 1.6;
}

/* Link styles */
a {
  color: #0d9488;
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: #0f766e;
  text-decoration: underline;
}

/* Selection styles */
::selection {
  background-color: rgba(13, 148, 136, 0.2);
  color: #0f766e;
}

/* Custom backdrop blur for Safari compatibility */
.backdrop-blur-sm {
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

/* Improved mobile responsiveness */
@media (max-width: 640px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  /* Adjust font sizes for mobile */
  h1 {
    font-size: 1.875rem;
  }
  
  h2 {
    font-size: 1.5rem;
  }
  
  h3 {
    font-size: 1.25rem;
  }
}

/* Custom utility classes */
.text-gradient {
  background: linear-gradient(135deg, #0d9488 0%, #06b6d4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.glass-effect {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Dark mode support preparation */
@media (prefers-color-scheme: dark) {
  /* Future dark mode styles can be added here */
}

/* Print styles */
@media print {
  .no-print {
    display: none !important;
  }
  
  body {
    background: white !important;
    color: black !important;
  }
}

/* Accessibility improvements */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Focus improvements for keyboard navigation */
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
a:focus-visible {
  outline: 2px solid #0d9488;
  outline-offset: 2px;
}

/* Loading states */
.loading-shimmer {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
}

@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

/* Custom badge styles */
.badge-health {
  background: linear-gradient(135deg, #0d9488 0%, #06b6d4 100%);
  color: white;
  border: none;
}

/* Interactive elements */
.interactive:hover {
  transform: scale(1.02);
  transition: transform 0.2s ease;
}

.interactive:active {
  transform: scale(0.98);
}

/* Custom shadows */
.shadow-soft {
  box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04);
}

.shadow-glow {
  box-shadow: 0 0 20px rgba(13, 148, 136, 0.3);
}

/* Error states */
.error-shake {
  animation: shake 0.5s ease-in-out;
}

@keyframes shake {
  0%, 100% { transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% { transform: translateX(-5px); }
  20%, 40%, 60%, 80% { transform: translateX(5px); }
}

/* Success states */
.success-bounce {
  animation: bounce 0.6s ease-in-out;
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% { transform: translateY(0); }
  40%, 43% { transform: translateY(-10px); }
  70% { transform: translateY(-5px); }
  90% { transform: translateY(-2px); }
}
